@charset "utf-8";
/* CSS Document */
 * {
     outline: none;
     margin: 0px;
     padding: 0px;
     border: none;
     text-decoration: none;
     box-sizing:border-box;
     font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-family: 'Poppins';
}
 body {
     text-decoration: none;
     font-size:16px;
}
body.home .nav-menu>li a.home,
body.about .nav-menu>li a.about,
body.gallery .nav-menu>li a.gallery,
body.media .nav-menu>li a.media,
body.contact .nav-menu>li a.contact,
body.whywe .nav-menu>li a.whywe,
body.services .nav-menu>li a.services,
body.testimonials .nav-menu>li a.testimonials {
   
    text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);

    /* Clip Background Image */

    background: url(../images/animated-text-fill.png) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;

    /* Animate Background Image */

    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 40s linear infinite;

    /* Activate hardware acceleration for smoother animations */

    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
  }


/* Animate Background Image */

@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

/* Animate Background Image */

@-webkit-keyframes aitf {
0% { background-position: 0% 50%; }
100% { background-position: 100% 50%; }
}
.grecaptcha-badge{
    display:none !important;
}
 .navbar{
     position:absolute;
     width: 100%;
     top: 0;
     left :0;
     color: black;
     font-family: sans-serif;
     background-color: transparent;
     transition: 0.3s;
     z-index:99;
}
 .top-wraper{
     width:100%;
     height:auto;
    /*position:absolute;
    */
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Light.woff') format('woff'),
        url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirNextLTPro-Bold.eot');
    src: url('../fonts/AvenirNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirNextLTPro-Bold.woff') format('woff'),
        url('../fonts/AvenirNextLTPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Old Standard TT';
    src: url('../fonts/OldStandardTT-Regular.eot');
    src: url('../fonts/OldStandardTT-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OldStandardTT-Regular.woff') format('woff'),
        url('../fonts/OldStandardTT-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Old Standard TT';
    src: url('../fonts/OldStandardTT-Italic.eot');
    src: url('../fonts/OldStandardTT-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OldStandardTT-Italic.woff') format('woff'),
        url('../fonts/OldStandardTT-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirNextLTPro-It.eot');
    src: url('../fonts/AvenirNextLTPro-It.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirNextLTPro-It.woff') format('woff'),
        url('../fonts/AvenirNextLTPro-It.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirNextLTPro-Regular.eot');
    src: url('../fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'),
        url('../fonts/AvenirNextLTPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Old Standard TT';
    src: url('../fonts/OldStandardTT-Bold.eot');
    src: url('../fonts/OldStandardTT-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OldStandardTT-Bold.woff') format('woff'),
        url('../fonts/OldStandardTT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


 .clear {
     clear: both 
}
 audio, ::selection {
     background:#de127a;
     color: #fff;
}
 textarea.calback-box2::-webkit-input-placeholder {
     color:#666 !important;
     font-size:14px !important;
     opacity:1 !important;
     font-family: 'Poppins', sans-serif;
}
 textarea.calback-box2::-moz-placeholder {
     color:#666 !important;
     font-size:14px !important;
     opacity:1 !important;
     font-family: 'Poppins', sans-serif;
}
 textarea.calback-box2:-ms-input-placeholder {
     color:#666 !important;
     font-size:14px !important;
     opacity:1 !important;
     font-family: 'Poppins', sans-serif;
}
 textarea.calback-box2:-moz-placeholder {
     color:#666 !important;
     font-size:14px !important;
     opacity:1 !important;
     font-family: 'Poppins', sans-serif;
}
 input.contact-enquiry-box::-webkit-input-placeholder {
     color:#666 !important;
     font-size:14px !important;
     opacity:1 !important;
     font-family: 'Poppins', sans-serif;
}
 input.contact-enquiry-box::-moz-placeholder {
     color:#666 !important;
     font-size:14px !important;
     opacity:1 !important;
     font-family: 'Poppins', sans-serif;
}
 input.contact-enquiry-box:-ms-input-placeholder {
     color:#666 !important;
     font-size:14px !important;
     opacity:1 !important;
     font-family: 'Poppins', sans-serif;
}
 input.contact-enquiry-box:-moz-placeholder {
     color:#666 !important;
     font-size:14px !important;
     opacity:1 !important;
     font-family: 'Poppins', sans-serif;
}
 .img-full{
     width: 100%;
     height:auto;
     display: block !important 
}
 .img-responsive {
     max-width: 100%;
     height:auto;
     display:block;
}
 .container{
     width:100%;
     padding-left:5%;
     padding-right:5% 
}

 
 header #logo {
     display: inline-block;
     float: left;
     color: #fcfcfc;
     text-shadow: 0.1em 0.03em #C0392B;
     font-weight: 400;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -ms-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
     width: auto;
	}
 header.smaller #logo {
     width:65px;
     height: auto;
     margin-top:10px;
	}
 header.smaller .top-right .top-cal {
     display:none !important 
	}
 header.smaller .top-right {
     padding-top:1%;
	}
 .top-container {
     width: 100% !important;
     padding-left: 10%;
     padding-right: 10%;
	}
 .logo-container{
     width:auto;
     height:auto;
     float:left;
     text-align:left;
     margin-top:20px;
     position:absolute;
	 max-width: 13%;
	}
 .top-right{
     width:auto;
     height:auto;
     float:right;
     padding-top:12px;
     padding-bottom:12px;
	}
 .menu-container{
     width:auto;
     height:auto;
     float:left;
     padding-top:2px;
	}
 .top-cal{
     width:auto;
     height:35px;
     text-align:right;
     float:right;
     margin-bottom:0.5%;
	}
 .top-for{
     width:auto;
     height:auto;
     float:left;
     border-bottom:1px solid rgba(255,255,255,0.5);
     padding-bottom:5px;
     padding-top:5px;
     margin-bottom:0.5%;
	}
 .call-top{
     width: auto;
     height:auto;
     font-family: 'Roboto', sans-serif;
     font-size:1em;
     color:#fff;
     font-weight:400;
     float:left;
     background: url(../images/topcal.png) no-repeat left center;
     padding-left:25px;
     margin-right:10px;
     padding-right:10px;
     border-right:1px solid rgba(255,255,255,0.4);
	}
 .call-top a{
     text-decoration:none;
     color:#fff;
     font-family: 'Roboto', sans-serif;
	 line-height:21px;
	}
 .call-top a:hover{
     text-decoration:none;
     color:#6cc33a;
	}
 .mail-top{
     width: auto;
     height:auto;
     font-family: 'Roboto', sans-serif;
     font-size:1em;
     color:#fff;
     font-weight:400;
     float:left;
     background:url(../images/top-mail1.png) no-repeat left center;
     padding-left:35px;
	}
 .mail-top a{
     text-decoration:none;
     color:#fff;
     font-family: 'Roboto', sans-serif;
	 line-height:21px;
	}
 .mail-top a:hover{
     text-decoration:none;
     color:#6cc33a;
	}
 .banner-caption {
     width:auto;
     height:auto;
     text-align: center;
	 z-index: 9;
  position: relative;
	}
 .caption-top{
     width:auto;
     height:auto;
     color:#fff;
     font-size:2em;
     font-family: 'Old Standard TT';
     letter-spacing:-1px;
     font-style: italic;
     font-weight: normal;
    font-display: swap;
	}
 .banner-caption-mid{
     width:auto;
     height:auto;
     color:#fff;
     font-size:6.313em;
     font-family: 'Avenir Next LT Pro';
     line-height:1;
     font-weight: bold;
    font-style: normal;
    font-display: swap;
    text-align: center;
    letter-spacing: -3px;
	}
    #plus {
        position: fixed;
        color: #fff;
        bottom: 56%;
        font-size: 1em;
        -webkit-transition: all 1.25s ease;
        -moz-transition: all 1.25s ease;
        -o-transition: all 1.25s ease;
        transition: all 1.25s ease;
        cursor: pointer;
        text-align: left;
        letter-spacing: 1px;
        z-index: 999;
        width: auto;
        right:0;
      }
      #plus span {
        position: absolute;
        background-color: #b72a5c;
        color: #fff;
        font-family: 'Poppins';
        font-weight: normal;
        font-size: 1em;
        display:inline-block;
        padding:5px 10px 5px 10px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg); transition: all 1.25s ease;
        right: -88px;    width: max-content;
        
      }
      #plus span:hover{ background-color: #0094de;}
    
  .whats-app{
    position:fixed;
    bottom:10vh;
    right:0;
    margin-right:1%;
    width:40px;
    z-index:120000
}
.whats-app img{
    animation-name:floating;
    animation-duration:3s;
    animation-iteration-count:infinite;
    animation-timing-function:ease-in-out;
    margin-top:5px;
    opacity:1;
    max-width:40px
}
.whats-app:hover img{
    opacity:1
}
@keyframes floating{
    from{
        transform:translate(0,0)
    }
    65%{
        transform:translate(0,15px)
    }
    to{
        transform:translate(0,0)
    }
}
 
    .desk-view{ display: block;}
    .mob-view{ display: none;}
    .hide-menu{ display: none !important;}

    .welcome-wraper{
        width: 100%;
        height: auto;
        position: relative;
        padding: 100px 0px;
        z-index: 2;
        background-color: #fff;
    }
    .welcome-left-bg{
        width: auto;
        height: auto;
        position: absolute;
        left: 0;
        top: 0;
    }
    .welcome-right-bg{
        width: auto;
        height: auto;
        position: absolute;
        right: 0;
        top: 0;
    }
    .welcome-wraper .container{
   
        display: flex;
        align-items: center;
        position: relative;
  z-index: 1;
    }
    .container{
        width: 100%;
        height: auto;
        padding: 0px 10%;
    }
    .welcome-title-wrap{
        width:35% ;
        height: auto;
        float: left;
        position: relative;
    }
    .welcome-title-bg{
        width: auto;
        height: auto;
        position: absolute;
        bottom: -90px;
  right: 90px;
  z-index: -1;
    }
    .welcome-subtitle{
        width: 100%;
        height: auto;
        text-align: left;
        color: #272626;
        font-family: inherit;
        font-size: 1em;
        letter-spacing: 5px;
        font-weight: normal;
        font-style: normal;
        font-display: swap;
        display: flex;
    }
    .welcome-subtitle span{ background-color: #de137b;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        display: flex;
        position: relative;
        bottom: -5px;
        left: -3px;
        justify-content: center;
        align-items: center;
        text-align: center;}
    .welcome-title{

        width: 100%;
        height: auto;
        text-align: left;
        color: #292929;
        font-size: 5.063em;
        font-family: 'Avenir Next LT Pro';
        font-weight: bold;
    font-style: normal;
    font-display: swap;
    line-height: 1;
    }
    .welcome-wraper p{
        width: 65%;
        height: auto;
        float: right;
        text-align: justify;
        color: #000;
        line-height: 1.7;
        font-family: inherit;
        font-size: 1em;
        font-weight: 300;
    font-style: normal;
    font-display: swap;
    padding-left: 5%;
    }

    .expertise-wraper{
        width: 100%;
        height: auto;
        background: url(../images/expertise-bg.jpg) no-repeat;
        background-size: cover;
        padding: 90px 0px;
        z-index: 2;
        position: relative;
    }
    .expertise-header{
        width: 100%;
        height: auto;
        float: left;
        display: flex;
        align-items: flex-end;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding-right: 20%;
        padding-bottom:40px ;
        border-bottom: 1px solid rgba(255,255,255,0.2) ;
        margin-bottom: 40px;
    }
    .expertise-for{
        width: auto;
        height: auto;
        float: left;
        font-family: 'Poppins';
        font-weight: 500;
    font-style: normal;
    font-display: swap;
    letter-spacing: 2px;
    color: #fff;
    font-size: 1em;
    }

    .expertise-for:nth-child(2){
        font-family: 'Avenir Next LT Pro';
        font-weight: bold;
    font-style: normal;
    font-display: swap;
    font-size: 2.25em;
    }

    .expertise-for:nth-child(3){
        font-weight: normal;
    font-style: normal;
    font-display: swap;
    letter-spacing: 0px;
    }



    .featured_title {
      left: 0;
      text-align: left;
      position: relative;
      width: 100%;
      height: auto;
      font-family: inherit;
      font-weight: normal;
      color: #fff;
      bottom:90px;
      right: 0;
      margin: auto;
      font-size: 1em;
      line-height: 30px;
      background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0.55), rgba(0,0,0,0.5), rgba(0,0,0,0.45), rgba(0,0,0,0.4), rgba(0,0,0,0.35), rgba(0,0,0,0.3), rgba(0,0,0,0.25), rgba(0,0,0,0.2), rgba(0,0,0,0.15), rgba(0,0,0,0.1), rgba(0,0,0,0.05), rgba(0,0,0,0.025), rgba(0,0,0,0.017), rgba(0,0,0,0.0075), rgba(0,0,0,0.0005) );
      padding: 3em 1em 1em 3em;
      display: block !important;
      z-index: 999;
    }
    .wedo-wraper{
        width: 100%;
        height: auto;
        padding: 100px 0px;
        z-index: 2;
        background-color: #fff;
        position: relative;
    }
    .wedo-title{
        width: 100%;
        height: auto;
        text-align: center;
        color: #000;
        font-family: 'Avenir Next LT Pro';
        font-weight: bold;
    font-style: normal;
    font-display: swap;
    font-size: 2.25em;
    line-height: 1;
    }

    .wedo-wraper p{
        width: 100%;
  height: auto;
  text-align: center;
  color: #000;
  line-height: 1.7;
  font-family: inherit;
  font-size: 1em;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  margin-top: 1em;

    }
    .wedo-pic{
        width: 43%;
        height: auto;
        float: left;
        border-radius: 10px;
        overflow: hidden;
    }
    .wedo-details-wrap{
        width: 100%;
        height: auto;
        padding-top: 3em;
        display: flex;
        align-items: center;
    }
    .wedo-details{
        width: 57%;
        height: auto;
        float: right;
        padding-left: 5%;
    }

    
    .wedo-details button.accordion {
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-family: 'Poppins', sans-serif;
    color: #333;
    font-size: 1em;
    font-weight: 500;
    text-align: left;
    line-height: 1.8em;
    background: transparent;
    border-top: 1px solid #ccc;
    padding: 1em 0em;
    text-transform: uppercase;
}
.wedo-details button.accordion:nth-child(1){ border: none;}
.wedo-details button.accordion.active {
    background-color: #fff;
    padding: 1em 0em;
    padding-bottom: 0px;
    color: #0094de;
}
.wedo-details button.accordion:hover {
    background-color: #fff;
    color: #b72a5c;
    
}
.wedo-details button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.wedo-details button.accordion.active:after {
    content: "\2212";
}
.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding-right: 5%;
}
.panel p {
    width: 100%;
    height: auto;
    text-align: justify;
    line-height: 1.8em;
    font-size: 1em;
    color: #000;
    line-height: 1.7;
    font-family: inherit;
    font-size: 1em;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    padding-bottom: 1em;
}

section.module.parallax {
    height: auto;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #000;
    padding-top: 60px;
    padding-bottom: 60px;
    z-index: 2;
    position: relative;
  }
  section.module.parallax-1 {
    background-image: url(../images/additional-bg.jpg);
  }
  .additional-container{
    width: 100%;
    height: auto;
  }
  .additional-title{
    width: 100%;
    height: auto;
    text-align: center;
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    font-size: 1.875em;
    color: #000;
  }


  .glimps-outer {
    display: grid;
    justify-content: center;
   /* grid-gap: 2rem;*/
    height: auto;
}
.glimps-container{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding-bottom: 2em;
    margin-top: 2em;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0,0,0,0.09);
    position: relative;
}
.glimps-container:nth-last-child(1){ border: none; padding-bottom: 0px;}
.glimps{
    width: 20%;
    height:100%;
    position: relative;
}
.glimps:nth-child(1) {
    display: flex;
    align-items: center;
    position: absolute;
    
}
.glimps-number{
    font-family: inherit;
    font-size: 8.875em;
    color: rgba(133,216,255,0.25);
    width: 100%;
    text-align: left;
    top: 0;
    bottom: 0;
    font-weight: 700;
}
.glimps span{
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 1em;
    float: left;
}
.glimps:nth-child(2){
    width: 45%;
    height: auto;
    display: flex;
    align-items: center;
    position: relative;
    left: 3%;
}
.glimps:nth-child(3){
    width:55%;
    height: auto;
    
}
.glimps:nth-child(2)::before {
    content: "";
    display: block;
    width: 196px;
    height: 11px;
    float: left;
    background: url(../images/left-border.png);
}

.glimps:nth-child(2)::after {
    content: "";
    display: block;
    width: 196px;
    height: 11px;
    float: left;
    background: url(../images/right-border.png);
}
.glimps:nth-child(2) img{
    float: left;
    width: auto;
    margin: 0px 35px;
}
.glimps p{
    width: 100%;
    height: auto;
    font-size: 1em;
    color: #000;
  line-height: 1.7;
  font-family: inherit;
  font-size: 1em;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
    text-align: justify;
}
.glimps-title{
    font-size: 1.35em;
    font-family: inherit;
    font-weight: 500;
    color: #333;
}
.why-prefer-wrap {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0px;
    width: 90%;
    margin-bottom: 2.5em;
}
.why-we-wrap{
    width: 100%;
    height: auto;
    padding: 80px 0px;
    z-index: 3;
    background-color: #fff;
    position: relative;
    padding-bottom: 0;
}
.whyweare{
    width: 100%;
    height: auto;
    padding: 50px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    position: relative;
    display: flex;
    align-items: center;
    background: url(../images/why-bg.png) no-repeat right top;
}
.whyweare-pic{
    width: 36%;
    height: auto;
    float: left;
}
.why-weare-content{
    width: 64%;
    height: auto;
    float: left;
    padding-left: 5%;
    
}
.why-title
{
  width: 100%;
  height: auto;
  text-align: left;
  font-family: 'Avenir Next LT Pro';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  font-size: 1.875em;
  color: #000;
}
.why-weare-content ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.why-weare-content ul li{
    width: 80%;
    height: auto;
    margin-top: 1em;
    font-size: 1em;
    color: #000;
  line-height: 1.7;
  font-family: inherit;
  font-size: 1em;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  background: url(../images/listing.png) no-repeat left 10px;
  padding-left:25px ;

}
.why-weare-content ul li:nth-child(2n+2){ background: url(../images/listing-red.png) no-repeat left 10px;}
.bottom-scroll-wraper{
    width: 100%;
    height: auto;
    padding: 50px;
    border-bottom: 1px solid rgba(0,0,0,0.09);
}

.approval-title
{
  width: 100%;
  height: auto;
  text-align: left;
  font-family: 'Avenir Next LT Pro';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  font-size: 1.25em;
  color: #000;
  
}
.scrolltitle{text-align: center; text-transform: uppercase;}
.specialist{
    width: 100%;
    height:100px ;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-wraper{
    width: 100%;
    height:auto;
    background: url(../images/footerbg.jpg) no-repeat ;
    background-size: 100% 100%;
    padding-top: 150px;
    z-index: 2;
  position: relative;
  bottom: 0;
}
.inner-footer{
    position: sticky;
    bottom: 0;
}
.footer-bottom-wraper{
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(255,255,255,0.09);
    z-index: 1;
    position: relative;
}
.copyright{
    width: auto;
    height: auto;
    text-align: left;
    font-size: 1em;
    color: rgba(255,255,255,0.54);
  line-height: 58px;
  font-family: inherit;
  font-size: 1em;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  float: left;
}
.designed
{
  width: auto;
  height: 58px;
  float: right;
  display: flex;
  align-items: center;
}

.designed p {
    width: auto;
    height: auto;
    font-size: 1em;
    color: rgba(255,255,255,0.54);
  font-family: inherit;
  font-size: 1em;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.designed p a {
    text-decoration: none;
    color: rgba(255,255,255,0.54);
  font-family: inherit;
  font-size: 1em;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.designed p a:hover {
    text-decoration: none;
    color: rgba(255,255,255,0.8);
  font-family: inherit;
  font-size: 1em;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.footer-middle{
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.09);
    display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
 
}
.footer-middle-content{
    width: auto;
    height: 100%;
    float: left;
    padding: 1em 3em;
    border-left:1px solid rgba(255,255,255,0.09);
    align-items: stretch !important;
    min-height: 20vh;
}
.footer-middle-content:nth-child(1){ border: none; padding-left: 0px;}
.footer-middle-content-title{
    width: 100%;
    height: auto;
    text-align: left;
    font-family: inherit;
    font-size: 1em;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    text-transform: uppercase;
    color: #8d8d8d;
    line-height: 2;
    margin-bottom: 0.5em;
}
.footer-middle-content-for{
    width: 100%;
    height: auto;
}

.footer-middle-content-for p {
    font-family: inherit;
    font-size:1em;
    color:#a5a5a5;
    font-weight: normal;
    line-height: 1.7; 
}
.footer-middle-content-for ul{ margin:0px;
    padding:0px;
    list-style-type:none;
    float: left;
    margin-right: 5em;
 }

    .footer-middle-content-for ul li {
    font-family: inherit;
    font-size:1em;
    line-height:1.7;
    margin-bottom:8px;
}
.footer-middle-content-for ul li a {
    font-family: inherit;
    font-size:1em;
    color:#a5a5a5;
    -webkit-transition: padding .2s;
    -moz-transition: padding .2s;
    -o-transition: padding .2s;
    transition: padding .2s;
    font-weight: normal 
}
.footer-middle-content-for ul li a:hover {
    font-family: inherit;
    font-size:1em;
    color:#ccc;
    padding-left:3px;
    font-weight: normal 
}

.footer-social-links {
    width: auto;
    height: auto 
}
.footer-social-links ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.footer-social-links ul li{
    margin-right:1em;
    float: left;
}
.footer-social-links ul li a{
    color:#ff347c;
    font-size:1.35em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-social-links ul li a:hover{
    color:#f7f7f7;
    font-size: 1.35em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-top{
    width: 100%;
    display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1em 0em;
}
.footer-top-container{
    width: auto;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
}
.footer-top-container-icon{
    width: auto;
    height: auto;
    float: left;
    margin-right: 1em;
    color: #0094de;
    font-size: 1.5em;
}
.footer-top-container-content{
    width: auto;
    height: auto;
    float: left;
}
.footer-top-container-content p {
    font-family: inherit;
    font-size:1em;
    color:#a5a5a5;
    font-weight: normal;
    line-height: 1.7; 
}
.footer-mid-icon
{
  width: auto;
  height: auto;
  float: left;
  margin-right:0.5em;
  color: #0094de;
  font-size: 1.05em;
}
.need-help-outer{
    width: 100%;
    height: auto;
    position: relative;
  bottom: -6em;
  margin-top: -3em;
}
.need-help{
    width: 100%;
    height: auto;
    position: relative;
}
.need-help-bg{
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}
.need-help-content{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2.375em;
    font-family: 'Avenir Next LT Pro';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  
}
.lets-talk{
    width:100%;
    height: auto;
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 20px;
}

  
[class^="hvr-"] {
	padding: 0px 55px;
	cursor: pointer;
	background: #fff;
	text-decoration: none;
	color: #000;
	/* Prevent highlight colour when element is tapped */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
  
	/* Smooth fonts */
	-webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	  line-height: 40px;
	  border-radius: 10px;
	  font-size: 0.85em;
	  font-family: inherit;
      text-transform: uppercase;
  }
  
  .aligncenter {
	text-align: center;
  }

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
    16.65% {
      -webkit-transform: translateX(8px);
      transform: translateX(8px);
    }
    33.3% {
      -webkit-transform: translateX(-6px);
      transform: translateX(-6px);
    }
    49.95% {
      -webkit-transform: translateX(4px);
      transform: translateX(4px);
    }
    66.6% {
      -webkit-transform: translateX(-2px);
      transform: translateX(-2px);
    }
    83.25% {
      -webkit-transform: translateX(1px);
      transform: translateX(1px);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes hvr-wobble-horizontal {
    16.65% {
      -webkit-transform: translateX(8px);
      transform: translateX(8px);
    }
    33.3% {
      -webkit-transform: translateX(-6px);
      transform: translateX(-6px);
    }
    49.95% {
      -webkit-transform: translateX(4px);
      transform: translateX(4px);
    }
    66.6% {
      -webkit-transform: translateX(-2px);
      transform: translateX(-2px);
    }
    83.25% {
      -webkit-transform: translateX(1px);
      transform: translateX(1px);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  .hvr-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
  .page-hero{ position: sticky !important; top: 0;}
  
  /********************ABOUT********************/
  .inner-banner-wraper{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
  }
  .inner-banner{
    width: 100%;
    height: auto;
  }
  .inner-caption{
    position: absolute;
    bottom: 15%;
    text-align: center;
    width: 100%;
    font-size: 0.85em;
  }
  .about-wraper{
    width: 100%;
    height: auto;
    background: #fff url(../images/about-bg.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 2;
  }

  .bredcum-wraper{
    width:100%;
    height:auto;
    padding-top:30px;
}
.bredcum-container{
    width:100%;
    height:auto;
    display: flex;
    justify-content: center;
}
.bred-home{
    width:auto;
    height:auto;
    float:left;
    font-family:inherit;
    font-weight: normal;
    font-size:1em;
    color:#333;
    line-height:30px;
    text-transform: capitalize;
}
.bred-home a{
    width:auto;
    height:auto;
    float:left;
    font-family:inherit;
    font-weight: normal;
    font-size:1em;
    color:#333;
    line-height:30px;
    text-transform:uppercase 
}
.bred-home a:hover{
    width:auto;
    height:auto;
    float:left;
    font-family: inherit;
    font-weight: normal;
    font-size:1em;
    color:#000;
    line-height:30px;
}
.bred-arrow{
    width:auto;
    height:auto;
    float:left;
    font-size:0.85em;
    color:#999;
    line-height:30px;
    padding-left:8px;
    padding-right:8px;
}
.bred-next{
    width:auto;
    height:auto;
    float:left;
    font-family: inherit;
    font-weight: normal;
    font-size:1em;
    color:#de127a;
    line-height:30px;
    text-transform:uppercase 
}
.abt-wraper
{
  width: 100%;
  height: auto;
  padding: 60px 0px;
  z-index: 2;
  position: relative;
  padding-bottom: 3%;
}
.abt-wraper p
{
  width: 80%;
  height: auto;
  text-align: center;
  color: #000;
  line-height: 1.7;
  font-family: inherit;
  font-size: 1em;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  
  margin: 0 auto;
  margin-top: 1.5em;
}
.about-dtl{
    width: 100%;
    height: auto;
    position: relative;
    margin-top: -5%;
    
  z-index: 9;
}
.abt-content-dtl{
    background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 1em 1.5em;
  padding-top: 2.5em;
}
.content-wrap
{
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}



/* bounce-animate */
.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear; }
  
  @-webkit-keyframes float-bob {
    0% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px); }
    50% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px); }
    100% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px); } }
  @-webkit-keyframes float-bob2 {
    0% {
      -webkit-transform: translateY(-60px);
      transform: translateY(-60px); }
    50% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px); }
    100% {
      -webkit-transform: translateY(-60px);
      transform: translateY(-60px); } }
  

  .single_about_shape_thumb
{
    position: absolute;
    bottom: 20px;
    z-index: -1;
    left: 42px;
}
.single_about_shape_thumb img
{
  width: 40%;
}
.about-sub{
    width: 100%;
    height: auto;
    padding-left: 5%;
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: 1px solid rgba(0,0,0,0.09);
}
.about-sub:nth-last-child(2){ border: none;}
.about-sub p
{
  width: 100%;
  height: auto;
  text-align:left;
  color: #000;
  line-height: 1.7;
  font-family: inherit;
  font-size: 1em;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  margin-top: 1em;
}
.values{ padding-left: 0%; width: 100%;}
.values ul li{
    width: auto;
    float: left;
    margin-right: 2em;
}

.contact-wraper{
    width: 100%;
    height: auto;
}
.em_bar_bg {
	height: 5px;
    width: 90px;
    background: #cbbded;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
}
.em_bar_bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #0C5ADB;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}

 .contact-wraper{
    width: 100%;
    height: auto;
    background: #fff url(../images/contact-bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
  z-index: 2;
  }

  .career-wraper{
    width: 100%;
    height: auto;
    background: #fff url(../images/contact-bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
  z-index: 2;
  }
  .row-contact
{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-address
{
  text-align: center;
  padding: 40px 24px;
  border: 1px solid #e4ecf9;
  position: relative;
  z-index: 1;
  background: #fff;
  margin-bottom: 30px;
  width: 32%;
  height: auto;
  float: left;
  margin-right: 2%;
}
.contact-address:nth-child(3){ margin-right: 0%;}


.contact-address i
{
  width: 100%;
  height: auto;
  margin-right: 1em;
  color: #0094de;
  font-size: 1.75em;
  text-align: center;
}
.contact-address p{
    color: #000;
    line-height: 1.7;
    font-family: inherit;
    font-size: 1em;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    margin-top: 1.5em;
  }


  /************************************************** START CONTACT **************************************************/
.contact-wraper-form{
    width: 80%;
    margin: 0 auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5em;
    
}
.get-title
{
  width: 100%;
  height: auto;
  text-align: left;
  font-family: 'Avenir Next LT Pro';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  font-size: 1.875em;
  color: #0094de;
  margin-bottom: 1em;
  padding-top: 0.5em;
}


  .contact-form {
    flex: 0 0 auto;
    width: 60%;
    padding-right: 3%;
    background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 1em 1.5em;
 
  }
  .contact-location {
    flex: 0 0 auto;
    width: 40%;
    padding-left: 5%;
    text-align: center;
  }
  
  .contact-form-container {
    display: flex;
    flex-wrap: wrap;
}

.contact-form-container > [class*="contact-form-for"] {
    padding-left: 5px;
    padding-right: 5px;
  }


    .contact-form-for {
        flex: 0 0 auto;
        width: 50%;
      }
     
      .contact-form-container {
        display: flex;
        flex-wrap: wrap;
      }
      .contact-form-for {
        flex: 0 0 auto;
        width: 50%;
      }
      .enquiry {
        width: 100%;
        height: auto;
        float: left;
        margin-bottom: 3%;
      }


      .contact-enquiry-box{
        width:100%;
        height:60px;
        padding-left:2.5%;
        padding-right:2.5%;
        line-height:60px;
        font-weight:normal;
        font-style:normal;
        color: #333;
        font-size:1em;
        background-color: #fff;
        font-family:inherit;
        border-bottom: 1px solid rgba(0,0,0,0.09);

    }

    .select {
      position: relative;
      display: inline-block;
      width: 100%;
     }
     .select select {
      display: inline-block;
      width: 100%;
      cursor: pointer;
      outline: 0;
      border-radius: 0;
      color: #666;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      font-size: 1em;
      font-family: inherit;
      line-height: 60px;
      background: transparent;
     }
     .select select::-ms-expand {
      display: none;
     }
     .select select:hover,
     .select select:focus {
      color: #000;
     }
     .select select:disabled {
      opacity: 0.5;
      pointer-events: none;
     }
     .select__arrow {
      position: absolute;
      top: 25px;
      right: 15px;
      width: 0;
      height: 0;
      pointer-events: none;
      border-style: solid;
      border-width: 8px 5px 0 5px;
      border-color: #7b7b7b transparent transparent transparent;
     }
     .select select:hover ~ .select__arrow,
     .select select:focus ~ .select__arrow {
      border-top-color: #000;
     }
     .select select:disabled ~ .select__arrow {
      border-top-color: #ccc;
     }




     
.blue-btn:hover,
.blue-btn:active,
.blue-btn:focus,
.blue-btn {
  background: #d7d7d7;
  border-radius: 3px;
  color: #222;
  font-size: 16px;
  margin-bottom: 20px;
  outline: none !important;
  padding: 10px 20px;
}

.fileUpload {
  position: relative;
  overflow: hidden;
  height: 43px;
  margin-top: 0;
}

.fileUpload input.uploadlogo {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 42px;
}

/*Chrome fix*/
input::-webkit-file-upload-button {
  cursor: pointer !important;
  height: 42px;
  width: 100%;
}

    
    
    
    textarea.calback-box1::-webkit-input-placeholder{
        color: #333 !important;
        font-size:1em !important;
        opacity:1 !important;
        font-family: inherit;
        text-transform:capitalize;
        font-weight: normal;
    }
    textarea.calback-box1::-moz-placeholder{
        color: #333 !important;
        font-size:1em !important;
        opacity:1 !important;
        font-family: inherit;
        text-transform:capitalize;
        font-weight: normal;
    }
    textarea.calback-box1:-ms-input-placeholder{
        color: #333 !important;
        font-size:1em !important;
        opacity:1 !important;
        font-family: inherit;
        text-transform:capitalize;
        font-weight: normal;
    }
    textarea.calback-box1:-moz-placeholder{
        color: #333 !important;
        font-size:1em !important;
        opacity:1 !important;
        font-family: inherit;
        text-transform:capitalize;
        font-weight: normal;
    }
    
    input.contact-enquiry-box::-webkit-input-placeholder{
        color: #333 !important;
        font-size:1em !important;
        opacity:1 !important;
        font-family: inherit;
        text-transform:capitalize;
        font-weight: normal;
    }
    input.contact-enquiry-box::-moz-placeholder{
        color: #333 !important;
        font-size:1em !important;
        opacity:1 !important;
        font-family: inherit;
        text-transform:capitalize;
        font-weight: normal;
    }
    input.contact-enquiry-box:-ms-input-placeholder{
        color: #333 !important;
        font-size:1em !important;
        opacity:1 !important;
        font-family: inherit;
        text-transform:capitalize;
        font-weight: normal;
    }
    input.contact-enquiry-box:-moz-placeholder{
        color: #333 !important;
        font-size:1em !important;
        opacity:1 !important;
        font-family: inherit;
        text-transform:capitalize;
        font-weight:normal;
    }
    
    .enquiry-for{ padding-top:1.5em; width:100%; clear:both}
    
      .contact-container {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        padding-bottom: 60px;
      }
      .contact-submit{
        width: 100%;
        display: flex;
    
        justify-content: flex-start;
        margin-top: 1em;
      }
    
      .submit-contact{
        color:#fff;
         outline:none;
         background:transparent;
         padding-left:60px;
         padding-right:60px;
         line-height:50px;
         position:relative;
         display:inline-block;
         cursor:pointer;
         text-decoration:none;
         overflow:hidden;
         transition:all .5s;
         z-index:1;
         font-family: inherit;
         font-size:1.25em !important;
         font-weight:500;
         text-align:center;
         text-transform: uppercase;
         float: right;
    }
    .submit-contact:before, .submit-contact:after {
         content:'';
         position:absolute;
         left:0;
         top:0;
         right:0;
         bottom:0;
         height:100%;
         background:#333;
         z-index:-1;
         transform:translate3D(0,-100%,0);
         transition:all .5s;
    }
    .submit-contact:before {
         background:#b72a5c;
         z-index:-2;
         transform:translate3D(0,0,0);
    }
    .submit-contact:hover {
        color:rgba(255,255,255,0.75);
    }
    .submit-contact:hover:after {
         transform:translate3D(0,0,0);
         transition:all .5s;
    }
    .contact-form-for {
        flex: 0 0 auto;
        width: 50%;
      }
      .address-enquiry {
        width: 100%;
        height: auto;
      }
      .calback-box1 {
        width: 100%;
        height: 180px;
        padding-left: 2.5%;
        padding-right: 2.5%;
        line-height: 26px;
        font-weight: normal;
        font-style: normal;
        color: #333;
        font-size: 1em;
        padding-top: 1em;
        font-family:inherit;
        background-color: #fff;
        border-bottom: 1px solid rgba(0,0,0,0.09);
    }
   .gallery-outer
    {
      width: 80%;
      margin: 0 auto;
    }   

.gallery-container{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}
.gallery-container:nth-child(3n+3){ margin-right: 0%;}

.gal-box{
    position: relative;
    transition: .5s;
    overflow: hidden;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gal-box img{
  min-width: 100%;
  height: auto;
  display: block;
  transform: scale(1);
  transition: .5s;
  -webkit-filter: grayscale(100%);

}
.option{
    position: absolute;
    top:5%;
    left:5%;
    width:90%;
    height:90%;
    background: rgba(183,42,92,0.8);
    text-align: center;
    transform:scale(0);
    transition: all 0.5s ease-in-out 0s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.option i{
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}
.link{
    position: relative;
    top:40%;
    display: inline-block;
    padding: 7px 12px;
    background: rgba(183,42,92,0.5);
    color:#fff;
    margin-right: 10px;
}
.link:hover{
    color:#A264BB;
    background: #fff;
}
.gal-box:hover .option{
    transform:scale(1);
}
.why-we-outer{
  width: 100%;
  height: auto;
  background: url(../images/why-wrap-bg.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 3;
}

.why-we-main{
  width: 40%;
  height: auto;
  float: left;
  padding-left: 0%;
  
}
.why-we-main-dtl{
  width: 60%;
  height: auto;
  float: left;
  padding-left: 5%;
  padding-top: 5em;
}
.why-wem-sub{
  width: 100%;
  height: auto;
  border-bottom: 1px solid #de127a;
  text-align: left;
  font-family: 'Avenir Next LT Pro';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  font-size: 1.25em;
  color: #000;
  line-height: 2;

}
.why-pic{
  width: 35%;
  height: auto;
  float: left;
  margin-top: 2em;
}
.acreditation{
  width: 100%;
  height: auto;
  float: left;
  padding-left: 5%;
  padding-top: 2em;
  padding-bottom: 2em;
}
.acreditation ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.acreditation ul li{
  margin-top: 1em;
  font-size: 1em;
  color: #000;
  line-height: 1.7;
  font-family: inherit;
  font-size: 1em;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  background: url(../images/appoval-icon.png) no-repeat left center;
  padding-left: 30px;
}
.acreditation ul li:nth-child(2n+2){
 background: url(../images/appoval-icon.png) no-repeat left center;
  padding-left: 30px;
}
.feature-shape2{
  position: relative;
  top: -5em;
}


.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 4s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 4s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }

  @-webkit-keyframes float-bob3 {
    0% {
      -webkit-transform: translateY(-40px);
      transform: translateY(-40px); }
    50% {
      -webkit-transform: translateY(-25px);
      transform: translateY(-25px); }
    100% {
      -webkit-transform: translateY(-40px);
      transform: translateY(-40px); } }
      
/************************************************** END GALLERY **************************************************/
.row.feature-shape
{
  position: relative;
  z-index: 1;
}
.service-wraper{
  width: 100%;
  height: auto;
  background: url(../images/service-bg.jpg) ;
  position: relative;
  z-index: 3;
}

.service-for {
    width: 100%;
    padding-bottom: 2.5em;
}
.service-item {
	width:23.5%;
	height:auto;
   float: left;
   margin-bottom: 2% !important;
   margin-right: 2%;
}
.single_about_thumb_inner{ padding-right: 5%; border-radius: 10px;
  overflow: hidden;}
.service-item:nth-child(4n+4){ margin-right: 0%;} 

.room-name {
    position: absolute;
    color: #fff;
    font-family: inherit;
    font-weight: normal;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    padding: 0.5em 0em;
  }
  .room-scroll-down {
    font-family: inherit;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-size: 1em !important;
    color: #fff;
    text-align: center;
    line-height: 1.7;
  }
  a:hover .room-name{ display: none;}
  .room-name img {
    max-width: 42px;
    height: auto;
  }

  a:hover .wellness-name{ display: none;}



  .welness-box{
      position:relative;
      overflow: hidden;
      border-radius: 10px;
  }
  .welness-box img{
      width:100%;
      height: auto;
  }
  .welness-box .over-layer{
      position: absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
      background:rgba(0,0,0,0.7);
      transform:translateY(-100%);
      transition:all 0.50s linear;
      display: flex;
      align-items: center;
      justify-content: center;
      
      text-align: center;
  
  }
  .welness-box .over-layer h1{ font-family: inherit;
      font-weight: normal;
      font-size: 1em;
      font-weight: normal;
      color: #fff;}
  .welness-box .over-layer div img{ max-width: 100%; width: auto;}
  .welness-box:hover .over-layer{
      transform:translateY(0);
  }
  
  .welness-box .icon {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative 
  }
  .box-link .icon li {
    display: inline-block 
  }
  .welness-box .icon li i {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.5s ease 0s;
    background:#fff;
    color: #333;
    display:flex;
    align-items:center;
    justify-content:center 
  }
  .welness-box .icon li i:hover {
    background:#fff;
    color: #333 
  }
  .desk-view{ display: block !important;}
  .mob-view{ display: none !important;}
  .bottom-icons{display: none;}
  
 @media (min-width:1023px) and (max-width:1279px){
	body{font-size:12px !important;}
   .top-container{
	   width:100%;
	   padding-left:3%;
	   padding-right:3%; 
	  }
   .container{ 
	   width:100%;
	   padding-left:3%;
	   padding-right:3%;
	  }
      .footer-middle-content{ padding: 1em 1.5em;}
      .glimps:nth-child(3){ padding-left: 3%;}
      .banner-caption{ font-size: 0.75em;}
      .inner-caption{ font-size: 0.75em;}
      #plus span{right: -72px;}
	  
}
 @media (min-width: 1280px) and (max-width: 1359px){
	 body{font-size:13px !important;}
     .container{
         width:100%;
         padding-left:4%;
         padding-right:4% 
    	}
     .top-container{
         width:100%;
         padding-left:4%;
         padding-right:4% 
    	}
        .footer-middle-content{ padding: 1em 1.75em;}
        .glimps:nth-child(3){ padding-left: 3%;}
        .banner-caption{ font-size: 0.75em;}
        .inner-caption{ font-size: 0.75em;}
        #plus span{right: -78px;}
	
}
 @media (min-width: 1360px) and (max-width: 1399px) {
	body{font-size:14px !important;}
     .container{
         width:100%;
         padding-left:5%;
         padding-right:5%; 
    	}
     .top-container{
         width:100%;
         padding-left:5%;
         padding-right:5%; 
    	}
        .footer-middle-content{ padding: 1em 2em;}
        .glimps:nth-child(3){ padding-left: 3%;}
        .banner-caption{ font-size: 0.75em;}
        .inner-caption{ font-size: 0.75em;}
        #plus span{right: -78px;}
	
}
 @media (min-width: 1400px) and (max-width: 1441px){
  body{font-size:14px !important;}
     .container{
         width:100%;
         padding-left:5%;
         padding-right:5%; 
    	}
      .banner-caption{ font-size: 0.75em;}
      .inner-caption{ font-size: 0.75em;}
}
 @media (min-width: 1441px) and (max-width: 1599px){
  body{font-size:14px !important;}
     .container{
         width:100%;
         padding-left:5%;
         padding-right:5%;
    	}
      .banner-caption{ font-size: 0.75em;}
      .inner-caption{ font-size: 0.75em;}
}


@media (min-width:1600px) and (max-width:1680px) {
  body{font-size:15px !important;}
  .banner-caption{ font-size: 0.75em;}
  .inner-caption{ font-size: 0.75em;}
}

@media (min-width:1681px){}

 @media (max-width:400px){
	body{font-size:14px !important;}
	.container {width: 100%;padding-left: 3%;padding-right: 3%;	  }
    
	.navbar{position:inherit;}
	.top-wraper{background:#000;}
	.logo-container{width:40%;margin-top:10px;}
	
	.menu-container{width:100%;}
	.nav{width:100% !important}
	.nav a{color:rgba(255,255,255,0.7) !important;line-heigt:40px !important}
	.nav a:hover{border-bottom:1px solid rgba(255,255,255) !important}

  .about-wraper{ background:#f1f5f8 ;}
  .content-wrap{ display: inherit;}
  .wedo-pic{ display: none;}
  .about-dtl{ position: inherit; margin-top: 1em;}
  .wedo-details{ width: 100%;}
  .footer-top{ display: inherit;}
  .footer-middle-content:nth-child(1){ display: none;}
  .footer-top-container:nth-child(1){ display: none;}
  .footer-top-container{ width: 100%; margin-bottom: 1.5em; justify-content: center;}
  .footer-middle{ display: inherit; border: none;}
  .footer-bottom-wraper{ border: none;}
  .footer-middle-content{ border: none; min-height: inherit; margin-bottom: 1em; padding: 0px; width: 50%;}
  .footer-wraper{ padding-bottom: 85px;padding-top: 90px;}
  .copyright{ width: 100%; text-align: center; line-height: 30px;}
  .designed{ width: 100%; display: flex; justify-content: center;}
  .designed p{ line-height: 30px;}
  .need-help-content{ font-size: 1.35em;}
  .service-item{ width: 49%;}
  .service-item:nth-child(2n+2){ margin-right: 0%;}
  .about-sub{ padding-left: 0%;}
  .bottom-scroll-wraper{ padding: 0px;}
  .gallery-container{ width: 100%; margin-right: 0%;}
  .gal-box{ height: 200px;}
  .row-contact{ display: inherit;}
  .contact-address{ width: 100%;}
  .contact-form{ width: 100%;}
  .contact-wraper-form{ width: 100%; margin-right: 0%;}
  .contact-location{ width: 100%; padding-left: 0%; margin-top: 1em;}
  .banner-caption-mid{ font-size: 2.75em; letter-spacing: -2px;}
  .caption-top{ font-size: 1.65em;}
  .contact-address p{ margin-top: 1em;}
  .contact-address{ padding: 20px 10px;}
  .contact-address i{ margin-right: 0%;}
	
}
@media (min-width:401px) and (max-width:460px){
	body{font-size:14px !important;}
	.container {width: 100%;padding-left: 3%;padding-right: 3%;	  }
	
	.menu-container{width:100%;}
	.nav{width:100% !important}
	.nav a{color:rgba(255,255,255,0.7) !important;line-heigt:40px !important}
	.nav a:hover{border-bottom:1px solid rgba(255,255,255) !important}

  
  .about-wraper{ background:#f1f5f8 ;}
  .content-wrap{ display: inherit;}
  .wedo-pic{ display: none;}
  .about-dtl{ position: inherit; margin-top: 1em;}
  .wedo-details{ width: 100%;}
  .footer-top{ display: inherit;}
  .footer-middle-content:nth-child(1){ display: none;}
  .footer-top-container:nth-child(1){ display: none;}
  .footer-top-container{ width: 100%; margin-bottom: 1.5em; justify-content: center;}
  .footer-middle{ display: inherit; border: none;}
  .footer-bottom-wraper{ border: none;}
  .footer-middle-content{ border: none; min-height: inherit; margin-bottom: 1em; padding: 0px; width: 50%;}
  .footer-wraper{ padding-bottom: 85px;padding-top: 90px;}
  .copyright{ width: 100%; text-align: center; line-height: 30px;}
  .designed{ width: 100%; display: flex; justify-content: center;}
  .designed p{ line-height: 30px;}
  .need-help-content{ font-size: 1.35em;}
  .service-item{ width: 49%;}
  .service-item:nth-child(2n+2){ margin-right: 0%;}
  .about-sub{ padding-left: 0%;}
  .bottom-scroll-wraper{ padding: 0px;}
  .gallery-container{ width: 100%; margin-right: 0%;}
  .gal-box{ height: 200px;}
  .row-contact{ display: inherit;}
  .contact-address{ width: 100%;}
  .contact-form{ width: 100%;}
  .contact-wraper-form{ width: 100%; margin-right: 0%;}
  .contact-location{ width: 100%; padding-left: 0%; margin-top: 1em;}
  .banner-caption-mid{ font-size: 2.75em; letter-spacing: -2px;}
  .caption-top{ font-size: 1.65em;}
  .contact-address p{ margin-top: 1em;}
  .contact-address{ padding: 20px 10px;}
  .contact-address i{ margin-right: 0%;}
	
}
 @media (min-width:461px) and (max-width:580px){
	body{font-size:14px !important;}
	.container {width: 100%;padding-left: 3%;padding-right: 3%;	  }
	
	.menu-container{width:100%;}
	.nav{width:100% !important}
	.nav a{color:rgba(255,255,255,0.7) !important;line-heigt:40px !important}
	.nav a:hover{border-bottom:1px solid rgba(255,255,255) !important}



  
  .about-wraper{ background:#f1f5f8 ;}
  .content-wrap{ display: inherit;}
  .wedo-pic{ display: none;}
  .about-dtl{ position: inherit; margin-top: 1em;}
  .wedo-details{ width: 100%;}
  .footer-top{ display: inherit;}
  .footer-middle-content:nth-child(1){ display: none;}
  .footer-top-container:nth-child(1){ display: none;}
  .footer-top-container{ width: 100%; margin-bottom: 1.5em; justify-content: center;}
  .footer-middle{ display: inherit; border: none;}
  .footer-bottom-wraper{ border: none;}
  .footer-middle-content{ border: none; min-height: inherit; margin-bottom: 1em; padding: 0px; width: 50%;}
  .footer-wraper{ padding-bottom: 85px;padding-top: 90px;}
  .copyright{ width: 100%; text-align: center; line-height: 30px;}
  .designed{ width: 100%; display: flex; justify-content: center;}
  .designed p{ line-height: 30px;}
  .need-help-content{ font-size: 1.35em;}
  .service-item{ width: 49%;}
  .service-item:nth-child(2n+2){ margin-right: 0%;}
  .about-sub{ padding-left: 0%;}
  .bottom-scroll-wraper{ padding: 0px;}
  .gallery-container{ width: 100%; margin-right: 0%;}
  .gal-box{ height: 200px;}
  .row-contact{ display: inherit;}
  .contact-address{ width: 100%;}
  .contact-form{ width: 100%;}
  .contact-wraper-form{ width: 100%; margin-right: 0%;}
  .contact-location{ width: 100%; padding-left: 0%; margin-top: 1em;}
  .banner-caption-mid{ font-size: 2.75em; letter-spacing: -2px;}
  .caption-top{ font-size: 1.65em;}
  .contact-address p{ margin-top: 1em;}
  .contact-address{ padding: 20px 10px;}
  .contact-address i{ margin-right: 0%;}
	
}
 @media (min-width:581px) and (max-width:736px){
	body{font-size:14px !important;}
	.container {width: 100%;padding-left: 3%;padding-right: 3%;	  }
	
	.menu-container{width:100%;}
	.nav{width:100% !important}
	.nav a{color:rgba(255,255,255,0.7) !important;line-heigt:40px !important}
	.nav a:hover{border-bottom:1px solid rgba(255,255,255) !important}



  
  .about-wraper{ background:#f1f5f8 ;}
  .content-wrap{ display: inherit;}
  .wedo-pic{ display: none;}
  .about-dtl{ position: inherit; margin-top: 1em;}
  .wedo-details{ width: 100%;}
  .footer-top{ display: inherit;}
  .footer-middle-content:nth-child(1){ display: none;}
  .footer-top-container:nth-child(1){ display: none;}
  .footer-top-container{ width: 100%; margin-bottom: 1.5em; justify-content: center;}
  .footer-middle{ display: inherit; border: none;}
  .footer-bottom-wraper{ border: none;}
  .footer-middle-content{ border: none; min-height: inherit; margin-bottom: 1em; padding: 0px; width: 50%;}
  .footer-wraper{ padding-bottom: 85px;padding-top: 90px;}
  .copyright{ width: 100%; text-align: center; line-height: 30px;}
  .designed{ width: 100%; display: flex; justify-content: center;}
  .designed p{ line-height: 30px;}
  .need-help-content{ font-size: 1.35em;}
  .service-item{ width: 49%;}
  .service-item:nth-child(2n+2){ margin-right: 0%;}
  .about-sub{ padding-left: 0%;}
  .bottom-scroll-wraper{ padding: 0px;}
  .gallery-container{ width: 49%; margin-right: 2%;}
  .gallery-container:nth-child(3n+3){ margin-right: 2%;}
  .gallery-container:nth-child(2n+2){ margin-right: 0%;}
  .gal-box{ height: 200px;}
  .row-contact{ display: inherit;}
  .contact-address{ width: 100%;}
  .contact-form{ width: 100%;}
  .contact-wraper-form{ width: 100%; margin-right: 0%;}
  .contact-location{ width: 100%; padding-left: 0%; margin-top: 1em;}
  .banner-caption-mid{ font-size: 2.75em; letter-spacing: -2px;}
  .caption-top{ font-size: 1.65em;}
  .contact-address p{ margin-top: 1em;}
  .contact-address{ padding: 20px 10px;}
  .contact-address i{ margin-right: 0%;}
	
}
 @media (min-width:737px) and (max-width: 990px){
  body{font-size:14px !important;}
	.container {width: 100%;padding-left: 3%;padding-right: 3%;	  }
	
	.menu-container{width:100%;}
	.nav{width:100% !important}
	.nav a{color:rgba(255,255,255,0.7) !important;line-heigt:40px !important}
	.nav a:hover{border-bottom:1px solid rgba(255,255,255) !important}



  
  .about-wraper{ background:#f1f5f8 ;}
  .content-wrap{ display: inherit;}
  .wedo-pic{ display: none;}
  .about-dtl{ position: inherit; margin-top: 1em;}
  .wedo-details{ width: 100%;}
  .footer-top{ display: inherit;}
  .footer-middle-content:nth-child(1){ display: none;}
  .footer-top-container:nth-child(1){ display: none;}
  .footer-top-container{ width: 100%; margin-bottom: 1.5em; justify-content: center;}
  .footer-middle{ display: inherit; border: none;}
  .footer-bottom-wraper{ border: none;}
  .footer-middle-content{ border: none; min-height: inherit; margin-bottom: 1em; padding: 0px; width: 50%;}
  .footer-wraper{ padding-bottom: 85px;padding-top: 90px;}
  .copyright{ width: 100%; text-align: center; line-height: 30px;}
  .designed{ width: 100%; display: flex; justify-content: center;}
  .designed p{ line-height: 30px;}
  .need-help-content{ font-size: 1.35em;}
  .service-item{ width: 49%;}
  .service-item:nth-child(2n+2){ margin-right: 0%;}
  .about-sub{ padding-left: 0%;}
  .bottom-scroll-wraper{ padding: 0px;}
  .gallery-container{ width: 49%; margin-right: 2%;}
  .gallery-container:nth-child(3n+3){ margin-right: 2%;}
  .gallery-container:nth-child(2n+2){ margin-right: 0%;}
  .gal-box{ height: 200px;}
  .row-contact{ display: inherit;}
  .contact-address{ width: 100%;}
  .contact-form{ width: 100%;}
  .contact-wraper-form{ width: 100%; margin-right: 0%;}
  .contact-location{ width: 100%; padding-left: 0%; margin-top: 1em;}
  .banner-caption-mid{ font-size: 2.75em; letter-spacing: -2px;}
  .caption-top{ font-size: 1.65em;}
  .contact-address p{ margin-top: 1em;}
  .contact-address{ padding: 20px 10px;}
  .contact-address i{ margin-right: 0%;}
	
}
 @media (min-width:991px) and (max-width:1199px){
  .nav-menu > li > a{ font-size: 0.85em !important; padding: 20px 10px !important;}
	
}
 @media(min-width:1200px) and (max-width:1199px){
	 
}

 @media (max-width:400px){
.nav{position: absolute;z-index: 9;width: auto !important;width: auto;right: 0;background-color: #000 !important;}
 }
  @media (max-width:480px){
 }
  @media (max-width:768px){
 
  }


  
@media (max-width:992px) {
  .abt-wraper{padding: 30px 0px;}
  .why-we-wrap{padding: 30px 0px;}
  .why-weare-content{ width: 100%; padding-left: 0%;}
  .welcome-wraper{ padding: 50px 0px;}
  .whyweare-pic{ display: none;}
  .welcome-wraper .container{ display: inherit;}
  .welcome-wraper p{ width: 100%; padding-left: 0%;}
  .welcome-left-bg{ display: none;}
  .welcome-right-bg{ display: none;}
  .welcome-wraper p{ float: none;}
  .welcome-title-wrap{ width: 100%; float: none;}
  .expertise-header{ display: inherit;}
  .wedo-wraper{ padding: 40px 0px;}
  .glimps-container{ width: 100%; display: inherit;}
  .glimps:nth-child(3){ width: 100%;}
  .glimps-outer{ display: inherit;}
  .glimps:nth-child(2)::before{ display: none;}
  .glimps:nth-child(2)::after{ display: none;}
  .glimps:nth-child(2){ width: 100%; left: 0; margin-bottom: 1.5em;}
  .why-weare-content{  float: none;}
  .welcome-title{ font-size: 2.5em; line-height: 1.2;}
  .whyweare{ box-shadow: none;}
  .bottom-icons{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
  }
  .footer-top-container-icon a
{
  color: #0094de;
  font-size: 1em;
}
.footer-top-container-icon a:hover
{
  color: #fff;
  font-size: 1em;
}
.expertise-for:nth-child(2){ font-size: 2em;}
.wedo-title{ font-size: 2em;}
.welcome-title-bg{ display: none;}
.footer-middle-content{ text-align: center;}
.footer-middle-content-title{ text-align: center;}
.footer-middle-content-for p{ display: flex; justify-content: center;}
.footer-middle-content:nth-child(5){ width: 100%;}
.footer-social-links{ width: 100%; display: flex; justify-content: center;}

  .whyweare{ display: inherit; padding: 0px; background: none; padding-bottom: 20px;}
    .nav-toggle, .navigation-hidden .nav-header {display: block !important;}

    .banner-wrp{height: calc(100vh - 75px) !important; overflow: hidden !important }
    .carousel-inner {height: 100% !important;}
    #quick_view_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: auto;
  background-color: #fff ;
 }
.hide-menu{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 99999;
        padding: 15px 20px;
        display: block !important;
}
.sexy-menu.detached{
    opacity: 1 !important
}
    .hide-menu a {
    width: 25%;
    line-height: 1;
    font-size: 1.5em;
    float: left;
    display: flex;
    justify-content: center;
   
}
.hide-menu img {
    display: block;
    justify-content: center;
    margin: 0 auto;
}

.nav-toggle{

display: flex!important;
    align-items: center;
    width: 25px;
    height: 20px;
    cursor: pointer;
    /*border-top: 3px solid #000;
    border-bottom: 3px solid #000;*/
    text-align: center;
    justify-content: center;
    position: inherit !important;
     top: auto !important;

    }
    .nav-toggle {
      top: auto !important;
    bottom:auto !important; 
}
    .nav-toggle:before{   
    position: absolute;
    content: "";
    width: 40px;
    border-bottom: 3px solid #000;
    right: 0;
		display: none
}
   .nav-toggle:after{    
           content: "";
    width: 33px;
    border-bottom: 3px solid #000;
    position: absolute;
    top: -2px;
    right: 0;
	   display: none
}


.nav-toggle {margin-top: 3px !important;}
 .banner-wraper{ height: 100vh;}
 #fw_al_001{ height: 100vh;}
 .carousel-inner{ height: 100vh;}
 .ps_easeOutQuint .carousel-inner > .item{ height: 100vh;}
 #fw_al_001 > .carousel-inner > .item > img{ height: 100vh; width: auto !important;}
 .logo{ width: 100% !important; position: inherit !important; display: flex !important; justify-content: center; height: auto !important;}
 .nav-brand img{ width:130px; margin-top: 1em !important;}
 .nav-header{ width: 100%; padding-top:0.5em; padding-bottom:0.5em; display: flex !important; justify-content: center;}
 .sexy-menu.detached .nav-brand img {margin-top: 0px !important;    width: 100px;  }
 .bottom-menu{ width: 50px; height:50px; border-radius: 50%; display: flex !important; justify-content: center; align-items: center; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}
 
 .nav-menu > li > a{ font-size: 1em !important;}
 
 .sexy-menu{ padding-top: 0px !important;}
 .navigation{ display: inherit !important;}
 
 .sexy-menu.detached .nav-brand img{ margin-bottom: 0px !important;}

 .hero-swiper-slider .swiper-slide {height: calc(100vh - 80px) !important;  }
 .page-hero{ height: auto !important; min-height: auto !important;}
 .hero-swiper-slider .swiper-slide{ padding-bottom: 4em !important;}
 .desk-view{ display: none !important;}
 .mob-view{ display: block !important;}
 .sexy-menu{ position: absolute !important;}
 .expertise-wraper{ padding-bottom: 0px; padding-top: 40px;}

}
 