
/*-----------------------------------------------------------
* Template Name    : Kerri | Responsive Bootstrap 5 Personal Template
* Author           : SRBThemes
* Version          : 1.0.0
* Created          : March 2018
* File Description : Main css file of the template
*------------------------------------------------------------
*/

/***********************
    1.BASIC
    2.HELPER
    3.NAVBAR
    4.HOME
    5.ABOUT 
    6.SERVICES
    7.CLIENT
    8.WORK
    9.BLOG
    10.CONTACT
    11.FOOTER
    12.RESPONSIVE
************************/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600|Nunito:400,600,700');
@import url('https://fonts.googleapis.com/css2?family=Yesteryear&display=swap');

/*======================
        1.BASIC
========================*/

body {
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
}

img{
    width: 100%;
}

p{
    text-align: justify;
    line-height: 35px;
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

::selection {
    background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
    background: rgba(166, 175, 189, 0.3);
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999;
}

#status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

.spinner {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid rgba(0, 0, 0, 0.2);
    border-right: 5px solid rgba(0, 0, 0, 0.2);
    border-bottom: 5px solid rgba(0, 0, 0, 0.2);
    border-left: 5px solid #000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.spinner,
.spinner:after {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.back_top {
    text-align: center;
    position: fixed;
    bottom: 15px;
    height: 35px;
    width: 35px;
    display: none;
    z-index: 10000;
    border-radius: 3px;
    right: 20px;
    transition: all 0.5s;
}

.back_top i {
    color: #fff;
    line-height: 35px;
    font-size: 32px;
    display: block;
}


/*==========================
        2.HELPER
============================*/

.section {
    padding-top: 10px;
    padding-bottom: 50px;
    position: relative;
    background-color: #fff;
}

.h-100vh {
    height: 100vh;
}

.z-index {
    z-index: 2;
}

.clippath_none {
    clip-path: none !important;
}

.section-subtitle {
    max-width: 500px;
}

.btn {
    padding: 15px 32px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.5s;
    letter-spacing: 0.6px;
    color: #fff;
    box-shadow: none !important;
    text-transform: uppercase;
    outline: none !important;
    #background: radial-gradient(#28c0d7, transparent);
    border-radius: 50px;
}

.btn-round {
    border-radius: 30px;
}

.btn-custom{
    border:1px solid;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
    color: #f3f3f3;
}

.btn-outline-custom {
    border: 2px solid #f5f5f5;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.open > .dropdown-toggle.btn-outline-custom {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.bg-overlay {
    background-color: rgba(0, 0, 0, 0.69);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/*==========================
        3.NAVBAR CUSTOM
============================*/
.fw-bold{
    color: #e65f78;
}
.custom-nav {
    background-color: transparent;
    padding: 10px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    #border-bottom: 1px solid #e65f78;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
}

.custom-nav .navbar-nav li a {
    color: #000!important;
    font-size: 16px;
    background-color: transparent !important;
    margin: 0 7px;
    text-transform: capitalize;
    letter-spacing: 0.05em;
    line-height: 24px;
    transition: all 0.5s;
    font-weight: 800;
}

.custom-nav .navbar-brand .logo-light
{
    #height: 70px;
}
.custom-nav .navbar-brand .logo-dark 
{
    #height: 60px;
    width: 75px;
}

.logo .logo-light {
    display: inline-block;
}

.stickyadd .logo .logo-dark {
    display: inline-block;
}

.stickyadd .logo .logo-light {
    display: none;
}

.logo .logo-dark {
    display: none;
}

.custom-nav .navbar-brand {
    color: #fff !important;
    text-transform: uppercase;
}

.custom-nav .navbar-toggler {
    color: #fff;
    font-size: 35px;
    padding: 0px;
}

.custom-nav.stickyadd {
    background-color: #fff !important;
    box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.050980392156862744);
    padding: 15px 0px;
}

.custom-nav.stickyadd .navbar-nav li a {
    color: #000 !important;
}


/*===========================
        4.HOME
=============================*/

.header-bg-img {
    background-image: url(../images/header-bg.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
}

.header-content {
    max-width: 800px;
}

.header-name {
    font-size: 54px;
}

.header-desc {
    max-width: 500px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.75) !important;
}

.scroll_down {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    z-index: 8;
}

.scroll_down i {
    position: relative;
    -webkit-animation: bounce 2s infinite; 
    animation: bounce 2s infinite; 
    height: 44px;
    width: 28px;
    line-height: 54px;
    border-radius: 30px;
    border: 2px solid #ffffff;
    display: inline-block;
    color: #fff;
    font-size: 10px;
}

.scroll_down i:after {
    content: "";
    position: absolute;
    top: 22px;
    left: 11px;
    border-radius: 2px;
    z-index: -1;
    bottom: 0px;
    transition: all .2s;
    height: 10px;
    width: 3px;
    background: #fff;
}

/*HOME 4*/

.curv-img {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 1;
}

.curv-img svg {
    display: block;
}

/*HOME 7*/

.clip-home {
    clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 100%, 0 83%);
    position: relative;
}

/*DEMO 16*/

.wave_sec {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.wave_sec svg {
  height: 180px;
}

/*===========================
        5.ABOUT
=============================*/

.about-social li a {
    color: #000;
    display: inline-block;
    height: 42px;
    width: 42px;
    font-size: 20px;
    border-radius: 50%;
    border: 2px solid #d4d4d4;
    line-height: 38px;
    transition: all 0.5s;
    text-align: center;
}


/*===========================
        6.SERVICES
=============================*/

.services-boxes {
    border: 1px solid #e65f78;
    display: flex;
}

.services-boxes .services-boxes-icon i {
    font-size: 44px;
}

.services-boxes .services-title-border {
    height: 2px;
    width: 40px;
    margin: 15px auto;
    transition: all 0.5s;
}

.services-boxes:hover .services-title-border {
    width: 60px;
}

.service-box {
    border: 1px solid #eaeaea;
    border-radius: 8px;
}

.services-boxes h5 {
    font-weight: 600;
}

.service-box .service-content h5 {
    font-size: 20px;
    font-weight: 700;
}

.service-box .service-content p {
    font-size: 15px;
}


/*===========================
        7.CLIENT
=============================*/

.testi_boxes {
    max-width: 750px;
}

.client_review {
    font-size: 18px;
}

.client_name {
    font-size: 16px;
}

.img_testi img{
    max-width: 110px;
}

.testi_boxes .tam_testi_icon {
    font-size: 50px;
}

.owl-dots {
    text-align: center;
}

.owl-dots button.owl-dot{
    margin: 20px 0px;
}

.owl-dots button.owl-dot.active span {
    width: 20px;
    opacity: 1;
}

.owl-dots button.owl-dot span{
    display: block;
    width: 12px;
    height: 6px;
    margin: 5px 4px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.5s;
}


/*===========================
        8.WORK
=============================*/

.work_menu li a {
    cursor: pointer;
    display: block;
    color: #000;
    border-radius: 30px;
    letter-spacing: 0.03em;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 16px;
    transition: all 0.5s;
    margin-top: 5px;
}

.work_menu a.active,
.work_menu a:hover {
    color: #fff !important;
}

.work_item {
    position: relative;
    padding: 15px;
}

.work_box {
    overflow: hidden;
    position: relative;
}

.work_box .work_img {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.work_box .work_img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.work_box .work_img>img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
    padding: 10px;
    background: #60cbdb;
}

.work_box .work_detail {
    opacity: 0;
    color: #ffffff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.work_box .work_detail h4 {
    font-size: 18px;
}

.work_box .work_detail p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.work_box:hover .work_detail {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}

.work_box:hover .work_img:after {
    background: rgba(0, 0, 0, 0.8);
}

.work_box:hover .work_img>img {
    transform: scale(1.05);
}


/*=========================
        9.CONTACT
===========================*/

.form-kerri .form-control {
    box-shadow: none !important;
    height: 50px;
    margin-bottom: 14px;
    border: 2px solid #e0e0e0;
}

.form-kerri textarea.form-control {
    height: 70px;
}

.contact_detail-title {
    font-size: 18px;
}

/*======================
        10.FOOTER
========================*/

.footer {
    padding: 30px 0px;
    background-color: #212121 !important;
}

.footer .footer-alt p {
    font-size: 16px;
}

.footer .footer-alt ul li a {
    border-radius: 50%;
    transition: all 0.5s;
    background-color: rgba(241, 241, 241, 0.08);
    width: 44px;
    height: 44px;
    display: block;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
}

.copyright_content{
    color: #ababab;
}

.footer-alt li a i{
    color: #ababab;
    transition: all 0.5s;
}


/*===========================
        11.RESPONSIVE
=============================*/

@media (min-width: 200px) and (max-width: 768px) {
    .banner-content h5{
        font-size: 14px;
    }
    .custom-nav {
        background-color: #fff !important;
        padding: 10px 0px !important;
    }
    .whatsapp{top: 521px!important;}
    .review{top: 388px!important;right: 2%;}
   .whatsapp img {
    height: 50px!important;
    width: 50px!important;
    margin-left: 45px!important;
    }
    .thank-you h3{
        font-size: 35px!important;
    }
    .thank-you{
        padding: 18px!important;
    }
    
     .sticky-footer{
         display: block!important;
    position: fixed;
    bottom: -14px;
    z-index: 100;
    width: 100%;
    background-color: rgb(99, 201, 86);
    color: rgb(255, 255, 255);
    font-size: 14px;
    padding: 14px;
    text-align: center;
     }
    .sticky-footer h5 a{
    color:#fff!important;
}
.sticky-footer a i{
    color:#fff;
}

  .call{right: 60%!important}
    .important h2{
        width: 331px!important;
        font-size: 18px;
        margin-left: 6px!important;
    }
    .responsible h2{
        width: 318px!important;
        margin-left: 10px!important;
    }
    .custom-nav .navbar-toggler {
        color: #000;
        font-size: 32px;
        border: none;
    }
    .custom-nav .logo .logo-dark {
        display: inline-block;
    }
    .custom-nav .navbar-nav li a {
        color: rgba(0, 0, 0, 0.6) !important;
    }
    .custom-nav .logo .logo-light {
        display: none;
    }
    .h-100vh {
        height: auto;
        padding: 120px 0 150px;
    }
    .header-bg-img {
        clip-path: none;
        padding: 120px 0 150px;
    }
    .wave-home.h-100vh{
        height: auto;
        padding: 120px 0 190px;
    }
    .custom-nav .navbar-nav li a {
        margin: 0 0px;
        line-height: 15px;
    }
    .header-name {
        font-size: 38px;
    }
    .clip-home{
        clip-path: none;
    }
}

@media (max-width: 2560px) {
    .home-bg .curv-img {
        bottom: -5px;
    }
}

@media (min-width: 1200px){
    .container {
        max-width: 1140px !important;
    }
}

#color-switcher div h3 {
    font-size: 16px;
    margin: 8px 3px 12px;
    color: #000;
}

#color-switcher {
    background: none repeat scroll 0 0 #ffff;
    left: -189px;
    position: fixed;
    top: 17%;
    width: 189px;
    z-index: 9999;
    border: 1px solid #e9e9e9;
    padding: 8px 10px;
}

#color-switcher div {
    padding: 5px 10px;
}

#color-switcher .bottom {
    background: none repeat scroll 0 0 #fff;
    color: #252525;
    padding: 0;
}

#color-switcher .bottom a.settings {
    background: none repeat scroll 0 0 #2b2424;
    display: block;
    border-radius: 0px 5px 5px 0px;
    height: 41px;
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
    padding: 3px;
}

#color-switcher .bottom a {
    text-decoration: none
}

#color-switcher .bottom a.settings i {
    margin-left: 5px;
    color: #fff;
    font-size: 24px;
    position: absolute;
}

ul.pattern {
    list-style: none outside none;
    margin: 0 0 0;
    overflow: hidden;
    padding: 0;
    border-radius: 0;
}

ul.pattern li {
    float: left;
    margin: 2px;
}

ul.pattern li a {
    cursor: pointer;
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 16px 16px 0;
    margin: 5px;
}

ul.pattern .color1 {
    background: #e65f78;
}

ul.pattern .color2 {
    background: #37b8df;
}

ul.pattern .color3 {
    background: #31b164;
}

ul.pattern .color4 {
    background: #5d69f6;
}

ul.pattern .color5 {
    background: #87ceeb;
}

ul.pattern .color6 {
    background:#f2b31a;
}

@media only screen and (max-width:479px) {
    #color-switcher {
        display: none;
    }
}

.services-boxes-icon img{
   width: 89px;
    margin-right: 22px;
    border: 2px solid #e65f78;
    border-radius: 102px;
}
.contact i{
   
    background: #ef3f6c;
    padding: 10px;
    border-radius: 40px;
    color: #fff!important;
}
.contact_form {
    background:#60cbdb;
    padding: 30px;
    border-radius: 20px;
   
}
.banner {
    #background-image: url('../images/banner-bg.webp');
     background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    
    height: 100%;
}
.form-kerri h5{
    color: #fff;
    text-align: center;
} 
.call-action img{
    width: 300px;
    margin-bottom: 20px;
}
.nannies-sec ul li{
 margin-top: 20px;
}
.contact_form img{
    width: 80px;
}
.working-hours ul{
    list-style: none;
}
.working-hours ul li{
    font-size: 16px;
    line-height: 50px;
    color: #fff;
}
.working-hours h5{
   color: #fff;
    font-size: 21px;
    font-weight: bold;
}
.working-hours{
    background: #28c0d7;
    padding: 30px;
    border-radius: 10px;
}
.experience{
    background: #3ec5d9;
    border-radius: 20px;
    padding: 26px;
}
.experience h4{
    color: #fff;
    font-size: 27px;
}
.experience span{
    color:#151818;
}
.important h2{
   margin-top: 40px;
    color: #ffffff !important;
    font-weight: bold;
    background: #e65f78;
    width: 469px;
    padding: 10px;
    text-align: center;
    margin-left: 326px;
    border-radius: 40px;
}
.important h4{
    color: #e65f78 !important;
}
.important ul{
        border: 2px solid #e65f78;
    border-radius: 9px;
}
.important ul li{
    line-height: 40px;
}
.banner-content h5 span{
    color: #e65f78;
    font-weight: bold;
}

b{
    color: #e65f78;
}
.img-back{
      padding: 5px;
    background: #60cbdb;
}
.logo{
    width: 100px;
}
#about h2{
    margin-bottom: 20px;
}
#about h4{
    margin-bottom: 20px;
}
.responsible h2{
    width: 640px;
    text-align: center;
    margin-left: 279px;
    border-radius: 40px;
    border: 2px solid #e65f78;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
   padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-transform: capitalize;
    padding: 6px 0;
    margin: 0;
    color: #121521!important;
    font-size: 14px!important;
}

.dropdown-content a:hover{color: #c22220!important;}

.dropdown:hover .dropdown-content {display: block;margin-top: -5px;padding: 11px}

.dropdown:hover .dropbtn {color: #000;}
.review {
    top: 350px;
    width: 70px;
    position: fixed;
    z-index: 999;
    height: 70px;
    right: 3%;
}

.whatsapp {
    top: 450px;
    width: 120px;
    position: fixed;
    z-index: 999;
    height: 80px;
    right: 1%;
}

.whatsapp img{
  width: 70px;
  height: 70px;
  margin-left: 28px;}
.whatsapp h6{background: #55c95a;
    padding: 5px;
text-align: center;
    border-radius: 20px;
    color: #fff;font-size: 14px;font-weight: bold}
   .call img{
    width: 30%;
   }
 .call {    
  top: 500px;
    width: 133px;
    position: fixed;
    z-index: 999;
    height: 44px;
    right: 85%;
    border-radius: 20px;
    padding: 2px;
    background: #345204;
}
 .call a{color: #fff;font-size: 20px;}
.waitingForConnection {
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
    -webkit-animation-duration: 1.7s;
}
@-webkit-keyframes blinker {
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}
.sticky-footer  {
    display:none;
}
.thank-you{
    text-align: center;
    background: #9e9e9e29;
    padding: 75px;;
}
.thank-you img{
     margin-bottom: 30px;
    width: 100px;
}
.thank-you p{
    text-align: center;
    font-size: 17px;
}
.go-back img{
    width: 150px;
    margin-top: 30px;
}
.thank-you h3{
    font-family: 'Yesteryear', cursive;
    font-size: 50px;
}

#whats-chat{
         position: fixed;
    right: 1%;
    bottom: 8%;
    /* height: 40px; */
        /*height: 40px;*/
        /*width: 150px;*/
        /*background: #25D366;*/
        /* padding: 8.5px; */
        line-height: 40px;
        text-align: center;
        border-radius: 50px;
        z-index: 99999;
    }
    #whats-chat:hover{
      cursor:pointer;
      /*box-shadow:2px 2px 15px #ccc;*/
      /*bottom:11%;*/
      transition: .5s;
      }
    /*===============================*/
    #chat-box{
      position:fixed;
      right:-500px;
      bottom:28%;
      width:280px;
      height:200px;
      transition:all .5s;
      z-index: 99999;
    }
    .chat-logo{
      background: #fff;    width: 36px;
    height: 36px;
        border-radius: 50%;
    }
    #chat-top{
      width: 100%;
        line-height: 2;
        background: rgb(18, 140, 126);
        color: white;
        /* text-align: center; */
        border-radius: 5px 5px 0 0;
        padding: 10px 10px;
        font-family: inherit;}
    #chat-msg{
      background:#ece5dd;
        background-size: cover;
      padding:20px 20px;
      border-radius:0 0 5px 5px;
      box-shadow:0 0 25px -10px #999;
    }
    #chat-msg p{
      font-size:14px;
      padding:10px;
      background:white;
      border-radius:6px/*0 50px 50px 50px*/;
      margin-bottom:10px;
    }
    #chat-msg p:after{
        content: '';
        position: absolute;
        top: 82px;
        left: 10px;
        z-index: 100000000;
        width: 0;
        height: 0;
        border-top: 0px solid transparent;
        border-bottom: 13px solid transparent;
        border-right: 14px solid #ffffff;
    }
    #chat-form{
      display:flex;
        margin-top: 35px;
    }
    .chat-in{
      width:80%;
    }
    .ht{    height: 105px;}
    #chat-form input{
        border-radius: 20px;
        border: none;
        outline: none;
        font-size: 13px;
        padding: 5px 10px;
        line-height: 2;
    }.white{
      color:#fff!important;
    }
    #send-btn{
      width:20%;
      padding: 0 5px;
    }
    #chat-top-right{
      float:right;
      padding:5px 0;
    }
    #chat-box:after{
      content:'';
        position: absolute;
        bottom: -32%;
      right: 0;
        z-index: -1;
        width: 0;
        height: 0;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent; 
        border-right:25px solid #ece5dd;}
    .right{
      float:right;
    }
    .clear{
      clear:both;
    }
    .whatsapp-txt{
      color: #fff;
      margin-left: 10px;
    }
    .comp{
      font-size: 13px;
        font-weight: 700;
        line-height: 18px;
        color: rgba(0, 0, 0, 0.4);
    }
     

.card {
    margin-bottom: 20px;
    border: none;
}

.card .card-header{
    background: #eb396b;
    border-radius: 50px;
}

.card .card-header a{
    color: #fff;
}

.card .card-header span{
    float : right;
}

