/**
 * @author Kishor Chunge <kishorchunge6091996@gmail.com>
 * @Created 28 July 2019
 * @return CSS
**/


body{
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif !important;
    height: 100%;
}


/* Override Classes */

.row-margin-zero{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.col-padding-zero{
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.same-distance-top{
    margin-top: 5%;
}

.same-distance-bottom{
    margin-bottom: 5%;
}



/* Header Classes */

.header-call-btn {
    padding: 3% 6%;
    color: #2c2c2c;
    background-color: #d3d3d3;
    border: none;
    font-size: 16px;
    outline: none !important;
}

.header-bk{
    background-image: url('../../assets/images/top-banner.jpg');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100vh;
}


.navbar-inverse {
    background-color: transparent !important;
    border-color: transparent !important;
    height: 15%;
    z-index: 99;
}

.header-bk-color{
    background-color: #2c2c2c;
}

.menu-font-style{
    margin-top: 1%;
    font-size: 18px;
    margin-bottom: 1%;
    display: flex;
    align-items: center;

}

.logo-size{
    width: 80%;
}

.navbar-header{
    height: 75px;
}


.baner-content{
    position: absolute;
    bottom: 20%;
}

.banner-h1-style{
    font-size: 72px;
    font-weight: bold;
    color: #FFF;
}

.banner-h2-style{
    font-size: 20px;
    line-height: 24px;
    color: #FFF;
}


.banner-book-btn{
    padding: 3% 10%;
    color: #2c2c2c;
    background-color: #d3d3d3;
    border: none;
    font-size: 16px;
    outline: none !important;
}


/* Services Style */


.services-div{
    padding: 10px;
    border: 2px solid transparent;
}
.services-div:hover{
    border: 2px solid #bdbdbd;
}

.img-com-style{
    max-width: 100%;
}

.services-name{
    font-size: 18px;
    color: black;
}

.services-psg{
    font-size: 16px;
    color: black;
}


/* About Style */

.all-title-style{
    font-size: 36px;
    color: black;
    font-weight: bold;
}

.about-psg{
    font-size: 18px;
    color: black;
    line-height: 36px;
}


.side-padding-caro{
    padding-left: 5%;
}

.what-define-us-bk {
    background-color: #2c2c2c;
    color: #FFF;
    padding-right: 3%;
    padding-bottom: 80px;
}



/* amenities Style */


.amenities-bk{
    background-color: #2c2c2c;
    color: #fff;
}
.color-change{
    color: #fff !important;
}

.amenities-psg{
    font-size: 18px;
    color: #fff;
    line-height: 36px; 
}


.amenities-name{
    font-size: 16px;
    margin-top: 5%;
}





/* Space Style */

.space-psg{
    font-size: 18px;
    line-height: 36px; 
}


.space-box{
    background-color: #2c2c2c;
    color: #fff;
    padding: 8%;
    margin-bottom: 10%;
}

.space-learn-btn{
    padding: 5% 10%;
    color: #2c2c2c;
    background-color: #d3d3d3;
    border: none;
    font-size: 16px;
    outline: none !important;
}






/* get-in-patch */


.get-in-patch{
    background-color: #d3d3d3;
    color: #2c2c2c;
}


.get-in-patch-padding{
    padding-top: 2%;
    padding-bottom: 2%;
}

.get-in-patch-h3{
    font-size: 30px;
    font-weight: bold;
}

.get-in-patch-p{
    font-size: 30px;
}


.request-call-btn{
    padding: 3% 6%;
    color: #d3d3d3;
    background-color: #2c2c2c;
    border: none;
    font-size: 16px;
    outline: none !important;
    margin-top: 5%;
}




/* Footer */

.footer-bk{
    background-color: #2c2c2c;
    color: #fff;
}


.contact-hlink{
    color: #fff !important; 
}

.get-contact-hlink{
    color: #2c2c2c !important; 
}

.side-padding{
    padding-left: 1%;
}


















.testimonial .pic{
    width: 22%;
    padding: 20px 0;
    margin: 0 6% 0 2%;
    float: left;
    position: relative;
    z-index: 1;
}
.testimonial .pic:before,
.testimonial .pic:after{
    content: "";
    width: 130px;
    height: 150px;
    background: #e1c37d;
    position: absolute;
    z-index: -1;
}
.testimonial .pic:before{
    top: 0;
    right: -20px;
}
.testimonial .pic:after{
    bottom: 0;
    left: -20px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border: 3px solid #e1c37d;
}
.testimonial .testimonial-content{
    width: 100%;
    float: right;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0;
 
}

.testimonial .description{
    font-size: 16px;
    color: #fff;
    margin: 0;
    position: relative;
    padding-right: 15px;
}
.testimonial .description:before,
.testimonial .description:after{
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 17px;
    color: #e1c37d;
    position: relative;
}

.owl-theme .owl-controls{
    width: 35%;
    margin: 0;
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: transparent !important;
    filter: Alpha(Opacity=50);
    opacity: .5;
}

.owl-theme .owl-controls .owl-buttons div{
    width: 70px;
    line-height: 90px;
    background: transparent;
    border-radius: 0;
    opacity: 1;
    position: relative;
}
.owl-prev:before,
.owl-next:before{
    content: "\f177";
    font-family: "fontawesome";
    font-size: 45px;
    font-weight: 900;
    color: #b7b7b7;
    position: absolute;
    top: 0;
    left: 25%;
}
.owl-next:before{
    content: "\f178";
}
.owl-next:after{
    content: " / ";
    font-size: 35px;
    color: #ddd;
    position: absolute;
    top: 0;
    left: -10px;
}
@media only screen and (max-width: 990px){

    .testimonial .pic{
        width: 200px;
        margin: 0 auto;
        float: none;
    }
    .testimonial .pic:before,
    .testimonial .pic:after{
        width: 80px;
        height: 100px;
    }
    .testimonial .testimonial-content{
        width: 100%;
        float: none;
    }
    .testimonial .title{
        padding: 15px 0 0 0;
    }
    .testimonial .post{
        padding: 0;
        margin-bottom: 10px;
    }
    .owl-theme .owl-controls{
        width: 100%;
        position: static;
        text-align: center;
    }
    .owl-theme .owl-controls .owl-buttons div{
        height: 50px;
        line-height: 50px;
   }
}




@media (max-width: 767px){
    .all-title-style {
        font-size: 26px;
        color: black;
        font-weight: bold;
    }
    .about-psg {
        font-size: 16px;
        color: black;
        line-height: 24px;
    }
    .what-define-us-bk {
        background-color: #2c2c2c;
        color: #FFF;
        padding-right: 3%;
        height: 100%;
    }
    .amenities-psg {
        font-size: 16px;
        color: #fff;
        line-height: 24px;
    }
    .amenities-name {
        font-size: 16px;
        margin-top: 10%;
    }
    .amenities-icon{
        width: 50%;
    }
    .space-psg {
        font-size: 16px;
        line-height: 24px;
    }
    .logo-size {
        width: 55%;
    }
    .banner-h2-style {
        font-size: 16px;
        line-height: 24px;
        color: #FFF;
        margin-left: 5%;
        max-width: 286px;
    }
    .banner-h1-style {
        font-size: 37px;
        font-weight: bold;
        color: #FFF;
        margin-left: 5%;
    }
    .banner-book-btn {
        padding: 3% 10%;
        color: #2c2c2c;
        background-color: #d3d3d3;
        border: none;
        font-size: 16px;
        outline: none !important;
        margin-left: 5%;
    }
}














.modal-body {
    position: relative;
    padding: 0px;
}



.contactForm {
    border-radius: 4px;
    box-sizing: border-box;
    margin: auto;
    width: 100%;
    overflow: hidden;
    /*SUCESS STYLES*/
  }
  .contactForm .formHeader {
    background: #54428E;
    border-bottom: 4px solid #463776;
    color: #fff;
    text-align: center;
    overflow: hidden;
    /*TRANSITION*/
    transition: all 0.5s ease;
  }
  .contactForm .formHeader h1 {
    line-height: 1em;
  }
  .contactForm .formBody {
    background: #bdbdbd;
    padding: 20px 12px;
    overflow: hidden;
    /*TRANSITION*/
    transition: all 0.2s ease;
  }
  .contactForm .inputContainer {
    border: 1px solid #ccc;
    position: relative;
    margin-bottom:8px;
    overflow: hidden;
    background: transparent;
    color: #000;
  }
  .contactForm .inputContainer .message {
    color: #FF5C5C;
    background: #ffb8b8;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    margin: 0;
    line-height: 2.5em;
    text-align: center;
    overflow: hidden;
    /*TRANSITION*/
    transition: all 0.1s ease;
  }
  .contactForm .inputContainer label,
  .contactForm .inputContainer input,
  .contactForm .inputContainer textarea,
  .contactForm .inputContainer select {
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
    line-height: 1em;
    border: none;
    font: inherit;
  }
  .contactForm .inputContainer label {
      margin-bottom: 0px !important;
    display: inline-block;
    font-size: .7em;
    background: #e0e0e0;
    color: rgba(0, 0, 0, 0.3);
    line-height: 1.75em;
    border-right: 1px solid #ccc;
    /*POSITION*/
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
  }
  .contactForm .inputContainer textarea,
  .contactForm .inputContainer input,
  .contactForm .inputContainer select {
    width: 100%;
    max-width: 100%;
  }
  .contactForm .inputContainer textarea {
    margin-bottom: -5px;
  }
  .contactForm .inputContainer input,
  .contactForm .inputContainer select {
    padding-left: 50px;
  }
  .contactForm .submitBtn {
    background: #2c2c2c;
    color: #fff;
    border: none;
    border-radius: 3px;
    font: inherit;
    padding: 10px 18px;
    margin-top: 10px;
    float: right;
    width: auto;
    /*TRANSITION*/
    transition: background 0.5s ease;
  }
  .contactForm .submitBtn:hover {
    background: #5c5c5c;
  }
  .contactForm.success {
    overflow: hidden;
  }
  .contactForm.success .formHeader {
    background: #0A8754;
    border-color: #087146;
    font-size: .75em;
  }
  /* .contactForm.success .formBody {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
  } */
  .contactForm.success .formBody form {
    /*TRANSITION*/
    transition: opacity 0.5s ease;
    opacity: 0;
  }
  .contactForm .inputContainer.success {
    border-color: #76d176;
  }
  .contactForm .inputContainer.success:after {
    font: 1.25em/2em FontAwesome;
    color: #82E682;
    position: absolute;
    top: 0;
    right: 10px;
    content: "\f00c";
  }
  .contactForm .inputContainer.success label {
    background: #82E682;
    border-color: #76d176;
  }
  .contactForm .inputContainer.success input,
  .contactForm .inputContainer.success textarea {
    color: #0A8754;
  }
  .contactForm .inputContainer.error {
    border-color: #e85454;
  }
  .contactForm .inputContainer.error .message {
    width: 100%;
  }
  .contactForm .inputContainer.error:after {
    font: 1.25em/2em FontAwesome;
    color: #FF5C5C;
    position: absolute;
    top: 0;
    right: 10px;
    content: "\f00d";
  }
  .contactForm .inputContainer.error label {
    background: #FF5C5C;
    border-color: #e85454;
  }
  .contactForm .inputContainer.error input,
  .contactForm .inputContainer.error textarea {
    color: #FF5C5C;
  }
  

  .modal-header {
    background-color: #2c2c2c;
    color: #FFF !important;
    border-bottom: none !important;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}










.thbody{
background: #ffffff;
background: linear-gradient(to bottom, #ffffff 0%,#e1e8ed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e8ed',GradientType=0 );
    height: 100%;
        margin: 0;
        background-repeat: no-repeat;
        background-attachment: fixed;
  
}

.wrapper-1{
  width:100%;
  height:100vh;
  display: flex;
flex-direction: column;
}
.wrapper-2{
  padding :30px;
  text-align:center;
}
.wrapper-2 h1{
    font-family: 'Kaushan Script', cursive;
  font-size:4em;
  letter-spacing:3px;
  color:#5892FF ;
  margin:0;
  margin-bottom:20px;
}
.wrapper-2 p{
  margin:0;
  font-size:1.3em;
  color:#aaa;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing:1px;
}
.go-home{
  color:#fff;
  background:#5892FF;
  border:none;
  padding:10px 50px;
  margin:30px 0;
  border-radius:30px;
  text-transform:capitalize;
  box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}
.footer-like{
  margin-top: auto; 
  background:#D7E6FE;
  padding:6px;
  text-align:center;
}
.footer-like p{
  margin:0;
  padding:4px;
  color:#5892FF;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing:1px;
}
.footer-like p a{
  text-decoration:none;
  color:#5892FF;
  font-weight:600;
}

@media (min-width:360px){
    .wrapper-2 h1{
        font-size:4.5em;
    }
    .go-home{
        margin-bottom:20px;
    }
}

@media (min-width:600px){
  .content{
  max-width:1000px;
  margin:0 auto;
}
  .wrapper-1{
  height: initial;
  max-width:620px;
  margin:0 auto;
  margin-top:50px;
  box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}
  
}



.body-404 {
    background: #ddd;
    overflow: hidden;
    cursor: default;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montesrrat", sans-serif;
  }
  
  
  
  .sm-screen {
    display: none;
  }
  
  .error-number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 700px;
  }
  
  .number {
    font-size: 25em;
    color: #414042;
  }
  
  .number.left-coffee {
    margin-right: 2%;
    z-index: -1;
  }
  
  .number.right-coffee {
    margin-left: 2%;
    z-index: -1;
  }
  
  /* COFFEE MUG */
  
  .coffee-mug {
    background: #3f2616;
    position: relative;
    margin: 0;
    width: 170px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #442918, 0 0 0 25px #3c2415, 0 0 0 42px #e4e6b2,
      0 0 0 65px #eff0d1, 0 120px 0 -25px #3c2415, 100px 70px 0 -25px #3c2415,
      80px 140px 0 -10px #3c2415, 0px 210px 0 -55px #3c2415,
      20px 250px 0 -65px #3c2415;
  }
  
  .coffee-mug::before {
    content: "";
    position: absolute;
    background: #eff0d1;
    height: 80px;
    width: 60px;
    top: -85px;
    right: -75px;
    border-radius: 5px;
    box-shadow: inset 0px 50px 0 0px #eff0d1;
    transform: rotate(45deg);
  }
  
  .coffee-mug::after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    border: 3px solid #77665c;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    opacity: 0.2;
    animation: rings 3s ease-out infinite;
  }
  
  @keyframes rings {
    to {
      width: 150px;
      height: 150px;
      opacity: 0;
    }
  }
  
  /* Mean Message */
  .mean-msg {
    font-size: 1.5em;
    margin-top: 90px;
    text-align: center;
  }
  
  .mean-msg a {
    border-bottom: 1px solid #414042;
    color: #3c2415;
  }
  
  @media only screen and (max-width: 650px) {
    .coffee-mug {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      box-shadow: 0 0 0 10px #442918, 
                  0 0 0 25px #3c2415, 
                  0 0 0 42px #e4e6b2,
                  0 0 0 65px #eff0d1, 
                  10px 120px 0 -25px #3c2415, 
                  70px 90px 0 -25px #3c2415,
                  50px 120px 0 -10px #3c2415;
    }
  
    .number {
      font-size: 22em;
    }
  
    @keyframes rings {
      to {
        width: 50px;
        height: 50px;
        opacity: 0;
      }
    }
  }
  
  @media only screen and (max-width: 550px) {
    .coffee-mug {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      box-shadow: 0 0 0 10px #442918, 
                  0 0 0 25px #3c2415, 
                  0 0 0 42px #e4e6b2,
                  0 0 0 65px #eff0d1, 
                  10px 120px 0 -25px #3c2415, 
                  70px 90px 0 -25px #3c2415,
                  50px 120px 0 -10px #3c2415;
    }
  
    .number {
      font-size: 17em;
    }
  }
  
  @media only screen and (max-width: 450px) {
    .coffee-mug {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      box-shadow: 0 0 0 10px #442918, 
                  0 0 0 25px #3c2415, 
                  0 0 0 42px #e4e6b2,
                  0 0 0 65px #eff0d1;
      }
  
    .number {
      font-size: 12em;
    }
  }
  
  @media only screen and (max-width: 350px) {
    .coffee-mug {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      box-shadow: 0 0 0 10px #442918, 
                  0 0 0 25px #3c2415, 
                  0 0 0 40px #e4e6b2,
                  0 0 0 55px #eff0d1;
      }
  
    .number {
      font-size: 8em;
    }
  
    .coffee-mug::after {
      content: "";
      width: 20px;
      height: 20px;
      left: -3px;
    }
  
    .coffee-mug::before {
      content: "";
      position: absolute;
      background: #eff0d1;
      height: 40px;
      width: 30px;
      top: -70px;
      right: -60px;
      border-radius: 5px;
      box-shadow: inset 0px 50px 0 0px #eff0d1;
      transform: rotate(45deg);
    }
  
    @keyframes rings {
      to {
        width: 15x;
        height: 15px;
        opacity: 0;
      }
    }
  }
  
  @media only screen and (max-width: 250px) {
    .error-number {
      display: none;
    }
  
    .sm-screen {
      display: block;
      text-align: center;
      color: #414042;
      font-size: 5em;
    }
  
}










  @keyframes pulse {
    0% {
      transform: scale(1, 1);
    }
    50% {
      opacity: 0.3;
    }
    100% {
      transform: scale(1.45);
      opacity: 0;
    }
  }
  .pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
  }
  
  .nav-bottom {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: flex-end;
    width: auto;
    height: auto;
    position: fixed;
    z-index: 8;
    bottom: 0px;
    right: 0px;
    padding: 5px;
    margin: 0px;
  }
  @media (max-width: 360px) {
    .nav-bottom {
      width: 320px;
    }
  }
  
  .whatsapp-button {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 60px;
    height: 60px;
    z-index: 8;
    transition: .3s;
    margin: 10px;
    padding: 7px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    background-color: white;
    /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
    -webkit-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  }
  
  .circle-anime {
    display: flex;
    position: absolute;
    justify-content: center;
    align-content: center;
    width: 60px;
    height: 60px;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    transition: .3s;
    background-color: #77bb4a;
    animation: pulse 1.2s 4.0s ease 4;
  }
  
  .popup-whatsapp {
    display: none;
    position: absolute;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding: 10px;
    bottom: 85px;
    right: 6px;
    transition: .5s;
    border-radius: 10px;
    background-color: white;
    /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
    -webkit-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
    animation: slideInRight .6s 0.0s both;
  }
  .popup-whatsapp > div {
    margin: 5px;
  }
  @media (max-width: 680px) {
    .popup-whatsapp p {
      font-size: 0.9em;
    }
  }
  .popup-whatsapp > .content-whatsapp.-top {
    display: flex;
    flex-direction: column;
  }
  .popup-whatsapp > .content-whatsapp.-top p {
    color: #585858;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 1.0em;
  }
  .popup-whatsapp > .content-whatsapp.-bottom {
    display: flex;
    flex-direction: row;
  }
  
  .closePopup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    margin: 0px 0px 15px 0px;
    border-radius: 50%;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #f76060;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  }
  .closePopup:hover {
    background-color: #f71d1d;
    transition: .3s;
  }
  
  .send-msPopup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 0px 0px 0px 5px;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  }
  .send-msPopup:hover {
    background-color: #f8f8f8;
    transition: .3s;
  }
  
  .is-active-whatsapp-popup {
    display: flex;
    animation: slideInRight .6s 0.0s both;
  }
  
  input.whats-input[type=text] {
    width: 250px;
    height: 40px;
    box-sizing: border-box;
    border: 0px solid #ffffff;
    border-radius: 20px;
    font-size: 1em;
    background-color: #ffffff;
    padding: 0px 0px 0px 10px;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    outline: none;
    transition: .3s;
  }
  @media (max-width: 420px) {
    input.whats-input[type=text] {
      width: 225px;
    }
  }
  input.whats-input::placeholder {
    /* Most modern browsers support this now. */
    color: rgba(68, 68, 68, 0.705);
    opacity: 1;
  }
  input.whats-input[type=text]:focus {
    background-color: #f8f8f8;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    transition: .3s;
  }
  
  .icon-whatsapp-small {
    width: 24px;
    height: 24px;
  }
  
  .icon-whatsapp {
    width: 45px;
    height: 45px;
  }
  
  .icon-font-color {
    color: #ffffff;
  }
  
  .icon-font-color--black {
    color: #333333;
  } 
  
  
  /*10-09-2022*/
     .baner-content {
    
    left: 10%;
}
/* .what-define-us-bk {
   
    height: 52vh;
} */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

.privacy-bg{
    font-family: 'Poppins', sans-serif;
   background-color: #2c2c2c;
}
.privacy-heading h4{
    text-align:center;
    font-size:30px;
    color:#fff;
    font-weight:600;
    margin-top:50px;
}
.sub-heading h6{
      color:#fff;
      font-size:22px;
      font-weight:600;
      margin-bottom:15px;
}
.sub-heading h4{
    color:#fff;
      font-size:25px;
      font-weight:600;
      margin-bottom:20px;
}

.sub-heading h5{
    color:#fff;
      font-size:20px;
      font-weight:600;
      margin-bottom:10px;
}

.sub-heading p{
      color:#fff;
      font-size:16px;
      font-weight:500;
      line-height:1.7;
     
}
.sub-heading ul{
     color:#fff;
      font-size:16px;
      font-weight:500;
     
}
.sub-heading ul li{
    margin-bottom:10px;
}
.main-content{
    margin-top:40px;
}
.privacy-bg a{
    color:#fff;
    text-decoration:none;
}
.privacy-bg a:hover{
    color:#fff;
    text-decoration:none;
}
.privacy-link{
    text-align:left;
     padding-bottom:30px;
}
.privacy-link a{
    color:#fff;
    text-decoration:none;
    font-size:16px;
    margin-left:20px;
   
}
.privacy-link a:hover{
    color:#fff;
    text-decoration:none;
   
}
.navbar-style>li{
 
    color:#fff;
        font-size:17px;
        margin-left:10px;
}

/*blog PAGE*/

.blog-bg {
    margin-top:100px;
     background: url('../../assets/images/blog/blogbg2.jpg');
     background-position: center top;
     background-size:cover;
     background-repeat:no-repeat;
    /*background:url('../../assets/images/blog/blogbg.jpg') center no-repeat center;*/
    padding:120px 0px;
}
.blog-bg h2{
    font-size:35px;
    font-weight:700;
    color:#fff;
    letter-spacing: 1px;
}
.blog-main-section{
    background: #2c2c2c;
    padding-top:60px;
}
.blog-card-img{
    padding:0px 10px;
    position:relative;
    
    /*background:#fff;*/
   
}
.blog-card-img:before{
    position:absolute;
    top:40px;
    left:-20px;
    content:" ";
    width:95%;
    height:95%;
    border:3px solid #fff;
}
.blog-card-content h2{
    font-size:25px;
    margin-top:0px;
    color:#fff;
    letter-spacing:1.2px;
    line-height:1.5;
    font-weight:600;
}
.blog-card-content p{
   font-size:16px;
    color:#fff;
     line-height:1.4;
     padding-bottom:20px;
}
.blog-card-content a{
     font-size:16px;
    color:#fff;
    
    padding: 8px 20px;
    border:1px solid #fff;
}
.blog-card-content a:hover{
    color:#fff;
    text-decoration:none;
}
.blog-page-content{
   background: #2c2c2c;
    padding-top:60px;  
}
.blog-img-div{
    width:50%;
    display:flex;
    margin:auto;
}

.blog-page-sub-content h3{
    font-size:25px;
    margin-top:0px;
    color:#fff;
    letter-spacing:1.2px;
    line-height:1.5;
    font-weight:600;
    text-align:center;
    margin-top:40px;
}

.blog-page-para p{
    font-size:16px;
    color:#fff;
     line-height:1.5;
     padding-bottom:20px;
    
     margin-top:60px;
}
.blog-page-list-content{
      margin-top:60px;
    
} .blog-page-style{
     padding:0px 80px;
        color:#fff;
    
}

.blog-page-list-content h4{
    font-size:22px;
    margin-top:0px;
    color:#fff;
    letter-spacing:1.2px;
    line-height:1.5;
    font-weight:600;
    text-align:left;
   
}
.blog-page-list-content li{
    font-size:18px;
    font-weight:600;
    letter-spacing:1.2px;
    margin-top:30px;
}
.blog-page-list-content p{
    font-size:16px;
    color:#fff;
     line-height:1.5;
   margin-top:5px;
}
.bnaner-blog-bg{
    margin-top:100px;
     background: url('../../assets/images/blog/blogbg2.jpg');
     background-position: center top;
     background-size:cover;
     background-repeat:no-repeat;
    /*background:url('../../assets/images/blog/blogbg.jpg') center no-repeat center;*/
    padding:120px 0px;
}

.bnaner-blog-bg h3{
     font-size:30px;
    margin-top:0px;
    color:#fff;
    letter-spacing:1.2px;
    line-height:1.5;
    font-weight:600;
}

.blog-card-img img{filter: grayscale(80%);}