@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: 'Montserrat';
}
 body {
     text-decoration: none;
     font-size:16px;
}
body.home .nav-menu>li a.home,
body.about-head .nav-menu>li a.about-head,
body.gallery .nav-menu>li a.gallery,
body.products-head .nav-menu>li a.products-head,
body.contact-head .nav-menu>li a.contact-head,
body.gallery-head .nav-menu>li a.gallery-head,
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: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.eot');
  src: url('../fonts/Montserrat-Thin.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Montserrat-Thin.woff') format('woff'),
      url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Montserrat-Medium.woff') format('woff'),
      url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Montserrat-SemiBold.woff') format('woff'),
      url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.eot');
  src: url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Montserrat-ExtraBold.woff') format('woff'),
      url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Montserrat-Regular.woff') format('woff'),
      url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Souther';
  src: url('../fonts/Souther-Regular.eot');
  src: url('../fonts/Souther-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Souther-Regular.woff') format('woff'),
      url('../fonts/Souther-Regular.ttf') format('truetype');
  font-weight: normal;
  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%;
	}
 .menu-container{
     width:auto;
     height:auto;
     float:left;
     padding-top:2px;
	}
 .banner-caption {
     width:auto;
     height:auto;
	 z-index: 9;
  position:absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  right: 0;
	}
 .caption-top{
     width:auto;
     height:auto;
     color:#4c6459;
     font-size:3.938em;
     font-family: 'Souther';
     font-weight: normal;
     font-style: normal;
     font-display: swap;
	}
 .banner-caption-mid{
     width:auto;
     height:auto;
     color:#fff;
     color:#4c6459;
     font-size:5.563em;
     font-family: 'Souther';
     line-height:1;
     font-weight:normal;
    font-style: normal;
    font-display: swap;
    text-transform: uppercase;
	}
    
    
  .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;}
    .banner-wraper{
      width: 100%;
      height: auto;
      position: relative;
    }
    .banner-pic{
      width: 100%;
      height: auto;
    }

    .welcome-wraper{
        width: 100%;
        height: auto;
        position: relative;
        padding: 100px 0px;
        z-index: 2;
        background-color: #fff;
    }
   
    .container{
        width: 100%;
        height: auto;
        padding: 0px 15%;
    }
    
.footer-wraper{
    width: 100%;
    height:auto;
    background: linear-gradient(#eae9e8, #f8f8f6);
    padding-top: 40px;
    z-index: 2;
  position: relative;
  bottom: 0;
  overflow: hidden;
}
.footer-top-left{
  width: auto;
  height: auto;
  position: absolute;
  left: 0px;
  top: 0;

}
.footer-bottom-left{
  width: auto;
  height: auto;
  position: absolute;
  left: 3%;
  bottom: -0.45em;
}
.footer-bottom-right{
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
.inner-footer{
    position: sticky;
    bottom: 0;
}
.footer-bottom-wraper{
    width: 100%;
    height: auto;
    z-index: 1;
    position: relative;
    background-color: #36836e;
}
.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:normal;
  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: normal;
  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: normal;
  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:  normal;
  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:100%;
    height: 100%;
    float: left;
    padding: 1em 3em;
    align-items: stretch !important;
    position: relative;
}
.quick-links-bg{
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
.socialmedia-bg{
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -3em;
}

.products-bg{
  width: auto;
  height: auto;
  position: absolute;
  right: 40%;
  top: 0em;
}
.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: #36836e;
    line-height: 2;
    margin-bottom: 0.5em;
    white-space: nowrap;
}
.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;
    width: 50%;
 }

 .footer-middle-content:nth-child(2) .footer-middle-content-for ul{ width: 33%;}
 .footer-middle-content:nth-child(3){ width: auto; padding-right: 0%;}

    .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:#333;
    -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:#36836e;
    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;
    width: 100%;
}
.footer-social-links ul li{
    float: left;
    width: 25%;
}
.footer-social-links ul li a{
    color:#36836e;
    font-size:1.25em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-social-links ul li a:hover{
    color:#333;
    font-size: 1.25em;
    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;
  border-bottom: 1px solid #ccc;
  padding: 30px 0px;
  margin-bottom: 30px;
}
.footer-top-container{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    position: relative;
}

.quick-call-bg {
  width: auto;
  height: auto;
  position: absolute;
  right: 2em;
  bottom: -2em;
}
.quick-mail-bg {
  width: auto;
  height: auto;
  position: absolute;
  right: 0em;
  bottom: -5em;
}
.footer-top-container-icon{
    width: auto;
    height: auto;
    float: left;
    margin-right:0.5em;
    color: #36836e;
    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:#333;
    font-weight: normal;
    line-height: 1.7; 
}
.footer-mid-icon
{
  width: auto;
  height: auto;
  float: left;
  margin-right:0.5em;
  color: #36836e;
  font-size: 1.05em;
}
.lets-talk{
    width:100%;
    height: auto;
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 20px;
}

  

  
  .aligncenter {
	text-align: center;
  }

  .page-hero{ position: sticky !important; top: 0;}
  .question-bottom{
    width: 100%;
    height: auto;position: relative;
    background-color: #e9dfb8;
  }
  .question-pic{
    width: 100%;
    height: auto;
  }
  .welcome-wraper{
    width: 100%;
    height: auto;
    padding: 120px 0px;
  }
  .home-product-wraper{
    width: 100%;
    height: auto;
  }
  

  
  .banner-caption a{
    width: auto;
    height: auto;
    font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 0.75em;
  line-height: 1.7;
  color: #333;
  margin: 0.5em 0em;
  border: 1px solid #939a81;
  line-height: 34px;
  padding: 0px 15px;
  }
  .banner-caption a::after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 14px;
    margin-left: 0.5em;
    background: url(../images/knowmore.png) no-repeat;
    position: relative;
    margin-bottom: -0.2em;
  }

  

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-wobble {
  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);
  text-transform: uppercase;
}
.hvr-wobble:hover, .hvr-wobble:focus, .hvr-wobble:active {
  -webkit-animation-name: hvr-wobble;
  animation-name: hvr-wobble;
  -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;
}

.main-title{
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 1.75em;
  font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-family: 'Souther';
    color: #b9c8bb;
    line-height: 1;
    letter-spacing: -1px;
}
.product-title{
  position: relative;
  margin-top: -0.25em;
}
.main-title-bottom{
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 2em;
  font-weight: 600;
    font-style: normal;
    font-display: swap;
    color: #66927e;
    font-family: 'Montserrat';
    line-height: 1;
    letter-spacing: -1px;
}
.home-product-wrap{
  width: 100%;
  height: auto;
  padding-top: 1.5em;
}
.home-product{
  width:33%;
  height: auto;
  float: left;
  margin-right: 0.5%;
  margin-bottom: 0.5%;
}
.home-product:nth-child(3){ margin-right: 0%;}
.home-product:nth-child(4){ width: 49.75%;}
.home-product:nth-child(4) .product-box .title {
  left: inherit;
  right: 0;
  width: auto;
}



.home-product:nth-child(4) .product-box .title .service-name {
  text-align: left;
}
.home-product:nth-child(5){ width: 49.75%; margin-right: 0%;}

.home-product:nth-child(5) .product-box .title {
  left: 0;
  width: auto;
  bottom: inherit;
  top: 0;
}
.home-product:nth-child(5) .product-box .title .service-name {
  text-align: left;
}
.home-product:nth-child(5) .product-box:hover .title{ top: -75px; bottom: inherit;}

.home-product:nth-last-child(2){ margin-right: 0%;}

.product-box{
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.product-box img{
  width: 100%;
  height: auto;
display:block
}
.product-box .box-content{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: center top 0;
  transition: all 0.5s ease 0s;
  display: flex;
justify-content: center;
align-items: center;
color: #fff;
z-index: 2;
}
.product-box:hover .box-content{
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
}
.product-box .title{
  display: inline-block;
  margin: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: all 900ms ease 0s;
width:100%;
  padding: 1em ;
}

.product-box:hover .title{ bottom: -75px; }
.product-box .icon{
 list-style: none;
padding: 0;
margin: auto;
position: absolute;
top: 0;
left: 0;
right: 0;
display: flex;
justify-content: center;
align-items: center;
bottom: 0;
padding-bottom: 1em;
}
.product-box .icon li{ display: inline-block; }
a .product-box .icon li {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 1.15em;
  color: #fff;
  margin-right: 7px;
  transition: all 0.35s ease 0s;
display:flex;
justify-content:center;
align-items:center;
overflow:hidden;

}
a .product-box .icon li img{ height:25px;}
a:hover .product-box .icon li {
  background: #fff;
  color: #000;
}

.product-box .title .service-name {
  font-size: 1.5em;
  color: #333;
  font-weight: 600;
    font-style: normal;
    font-display: swap;
  display: block;
  text-align: center;
  font-family: 'Montserrat';
}
.product-box .title .discover{
  font-size: 1em;
  color: #333;
  font-weight:normal;
    font-style: normal;
    font-display: swap;
  display: block;
  text-align: center;
  font-family: 'Montserrat';
}

.box-content .service-name {
  font-size: 1.5em;
  color: #fff;
  font-weight: 600;
    font-style: normal;
    font-display: swap;
  display: block;
  text-align: center;
  font-family: 'Montserrat';
}
.box-content .discover{
  font-size: 1em;
  color: #fff;
  font-weight:normal;
    font-style: normal;
    font-display: swap;
  display: block;
  text-align: center;
  font-family: 'Montserrat';
}
.box-content .discover::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 14px;
  margin-left: 0.5em;
  background: url(../images/knowmore-hover.png) no-repeat;
  position: relative;
  margin-bottom: -0.2em;
}


.product-box .title .discover::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 14px;
  margin-left: 0.5em;
  background: url(../images/knowmore.png) no-repeat;
  position: relative;
  margin-bottom: -0.2em;
}
.welcome-pic{
  width: 30.5%;
  height: auto;
  float: left;
}
.welcome-pic img{ width: 100%;}
.welcome-dtl{
  width: 69.5%;
  height: auto;
  float: left;
  padding-left: 5%;
}
.welcome-dtl-top-title{
  width: 100%;
  height: auto;
  font-size: 1.75em;
  font-family: 'Souther';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #638d7a;
}
.welcome-title-bottom {
  width: 100%;
  height: auto;
  text-align: left;
  font-size:2em;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  color: #66927e;
  font-family: 'Montserrat';
  line-height: 1;
  letter-spacing: -1px;
}
.welcome-wraper .container{
  display: flex;
  align-items: center;
}
.welcome-dtl p{
  width:100% ;
  height: auto;
  padding-top: 0.5em;
  font-family: inherit;
  font-size: 1em;
  line-height: 1.7;
  color: #333;
  font-weight: normal;
}

.readmore{
  font-size: 1em;
  color: #333;
  font-weight:normal;
    font-style: normal;
    font-display: swap;
  display: block;
  text-align:left;
  font-family: 'Montserrat';
  text-transform: capitalize;
  margin-top: 1em;
}
.readmore::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 14px;
  margin-left: 0.5em;
  background: url(../images/knowmore.png) no-repeat;
  position: relative;
  margin-bottom: -0.2em;
}
.bottom-caption-container{
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.bottom-caption{
  font-family: inherit;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #e3d7a5;
  font-size: 4.063em;
  text-align: left;
  line-height: 0.9;
  letter-spacing: -5px;

}
.bottom-caption:nth-child(2){
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 5.438em;
}

.bottom-caption:nth-child(3){
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  color: #c6c5c4;
  font-size: 5.438em;
}

.bottom-caption:nth-child(4){
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  color: #c6c5c4;
  font-size: 5em;
  letter-spacing: -3px;
}
.question-container{
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;right: 0;
  padding:60px 0px;
}
.question-container-title{
  width: 100%;
  height: auto;
  text-align: center;
  font-family: inherit;
  font-size: 2.375em;
  font-weight: normal;
  color: #66927e;
  text-transform: uppercase;
}
.question-container-title-sub{
  width: 100%;
  height: auto;
  text-align: center;
  font-family: inherit;
  font-size:1.313em;
  color: #66927e;
  font-weight: 600;
    font-style: normal;
    font-display: swap;
    letter-spacing: 5px;
}
.question-button{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: 1em;
}
.question-button a{
  width: auto;
  height: auto;
  font-weight: normal;
font-style: normal;
font-display: swap;
font-size: 0.75em;
line-height: 1.7;
color: #333;
margin: 0.5em 0em;
border: 1px solid #939a81;
line-height: 34px;
padding: 0px 15px;
text-transform: inherit;
}
.question-button a::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 14px;
  margin-left: 0.5em;
  background: url(../images/knowmore.png) no-repeat;
  position: relative;
  margin-bottom: -0.2em;
}
.home-gallery-container{
  width: 100%;
  height: auto;
  padding-top:3em;
  position: relative;
}
.home-gallery{
  width: 17.6%;
  height: auto;
  float: left;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-left: 2%;

}

.box-link {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  width:100% 
}
.box-link img {
  width: 100%;
  height: auto;
  display:block;
  transform: scale(1);
  transition: all 0.5s ease 0s 
}
.box-link:hover img {
  transform: scale(1.1) 
}
.box-link .box-content {
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.6);
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: rotateY(180deg) scale(0.5);
  transition: all 0.45s ease-out 0s;
  display:flex;
  align-items:center;
  justify-content:center 
}
.box-link:hover .box-content {
  opacity: 1;
  transform: rotateY(0deg) scale(1) 
}
.box-link .box-content:before {
  content: "";
  width: 90%;
  height: 90%;
  position: absolute;
  top: 5%;
  left: 5% 
}
.box-link .icon {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative 
}
.box-link .icon li {
  display: inline-block 
}
.box-link .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 
}
.box-link .icon li i:hover {
  background:#fff;
  color: #333 
}
.box-link .icon li i img {
  width:30px 
}
.box-link .content {
  padding: 10px;
  text-align: left;
  position: absolute;
  bottom: 5%;
  left: 5% 
}
.box-link .title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 5px 
}
.box-link .post {
  display: block;
  font-size: 14px;
  color: #fff 
}

.view-gallery-button{
  width: auto;
  height: auto;
  position: absolute;
  left: 37%;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.gallery-button a{
  width: auto;
  height: auto;
  font-weight: normal;
font-style: normal;
font-display: swap;
font-size: 0.75em;
line-height: 1.7;
color: #333;
margin: 0.5em 0em;
line-height: 34px;
padding: 0px 15px;
text-transform: inherit;
border-radius: 25px;
background-color: #fff;
}
.gallery-button a::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 14px;
  margin-left: 0.5em;
  background: url(../images/knowmore.png) no-repeat;
  position: relative;
  margin-bottom: -0.2em;
}
  /********************ABOUT********************/
  .inner-banner-wraper{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
  }

  .inner-banner-wraper .banner-caption-mid{ font-size: 4em;}
  .inner-banner{
    width: 100%;
    height: auto;
  }
  .inner-caption{
    position: absolute;
    bottom: 15%;
    text-align: center;
    width: 100%;
    font-size: 0.85em;
  }
  

  .bredcum-wraper{
    width:100%;
    height:auto;
    position: relative;
  margin-top: -3em;
  top: -3em;
  z-index: 2;
}
.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;
}
.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:#66927e;
    line-height:30px;
}
  .desk-view{ display: block !important;}
  .mob-view{ display: none !important;}
  .bottom-icons{display: none;}

  /******************************************* PRODUCT DETAILS***********************************************/
  .product-details-wraper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    padding-top: 1.5em;
  }
  .product-main{
    width: 24.25%;
    height: auto;
    float: left;
    margin-right: 1%;
    margin-bottom: 2%;
  }
  .product-main:nth-child(4n+4){ margin-right: 0%;}
  .product-main-pic-wrap{
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
  }
  .product-main-pic{
    width: 100%;
    height: auto;
  }
  .product-main-pic img{ width: 100%; height: auto; display: block;}
  .product-main-name{
    width: 99%;
  height: auto;
  position: absolute;
  bottom: 1px;
  left: 2px;
  right: 1px;
    background-color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    line-height: 44px;
    text-align: center;
    font-size: 1em;
    font-family: inherit;
    font-weight: 600;
    color: #3e6654;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    letter-spacing: 1px;
  }
  .product-details-button{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-top: 1em;
  }
  .product-details-code{
    width: auto;
    height: auto;
    background-color:#e6ebea;
    font-family: inherit;
    font-weight: 500;
    line-height:32px ;
    padding: 0px 40px;
    border-radius: 15px;
    font-size: 1em;
    color: #999;
  }
  .otherproduct-wraper{
    width: 100%;
    height: auto;
    padding: 65px 0px;
  }
  .otherproduct{
    width:100%;
    height: auto;
    padding: 0px 1%;
    margin-top: 1em;
  }

  .product-top-bg{
    width: 100%;
    height:120px;
    border-radius: 15px;
    background-color: #cedfcf;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: -1;
  }


  .product-scroll{
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
  }
  .product-scroll img{
    max-width: 100%;
    height: auto;
  display:block;
  margin: 0 auto;
  }
  .product-scroll .box-content{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: center top 0;
    transition: all 0.5s ease 0s;
    display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  }
  .product-scroll:hover .box-content{
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
  .product-scroll:hover .product-top-bg{
    transform-origin: center top 0;
    transition: all 0.5s ease 0s; height: 100%;}
  .product-scroll .title{
    display: inline-block;
    margin: 0;
    /*position: absolute;
    bottom: 0px;
    left: 0px;*/
    transition: all 900ms ease 0s;
  width:100%;
    padding: 1em ;
  }
  
  .product-scroll:hover .title{ margin-bottom: -75px;  position: relative;}
  .product-scroll .icon{
   list-style: none;
  padding: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  padding-bottom: 1em;
  }
  .product-scroll .icon li{ display: inline-block; }
  a .product-scroll .icon li {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 1.15em;
    color: #fff;
    margin-right: 7px;
    transition: all 0.35s ease 0s;
  display:flex;
  justify-content:center;
  align-items:center;
  overflow:hidden;
  
  }
  a .product-scroll .icon li img{ height:25px;}
  a:hover .product-scroll .icon li {
    background: #fff;
    color: #000;
  }
  
  .title .service-name {
    font-size: 1.35em;
    color: #333;
    font-weight: 600;
      font-style: normal;
      font-display: swap;
    display: block;
    text-align: center;
    font-family: 'Montserrat';
    margin-top: 0.5em;
  }
  .title .discover{
    font-size: 1em;
    color: #333;
    font-weight:normal;
      font-style: normal;
      font-display: swap;
    display: block;
    text-align: center;
    font-family: 'Montserrat';
  }
  
  
  
  .title .discover::after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 14px;
    margin-left: 0.5em;
    background: url(../images/knowmore.png) no-repeat;
    position: relative;
    margin-bottom: -0.2em;
  }

  a:hover .title .service-name {
    color: #66927e;

  }
  a:hover .title .discover{
    color: #66927e;
  }

  .product-main-bottom{
    width: 100%;
    height: auto;
    border-radius: 15px;
    background-color: #fff6e0;
    padding-top: 5em;
    padding-bottom: 1em;
  }
  .product-main-bg{
    height: auto;
    background-color: #d2c39d;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
  }
  .product-bg-for{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.2;
  }
  .product-pics-for{
    width: 100%;
    height: auto;
    padding-top:55px ;
    position: relative;
  z-index: 1;
  }
  .product-main-bg .product-box .title{ position: relative; margin-top: -5em;}
  .product-main-bg:hover .product-box .title { opacity: 0;
  }

  /***************************CONTACTS***********************************/
  .contact-top {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px;
    margin-bottom: 30px;
  }
  .product-price{
    width: auto;
    height: auto;
    float: left;
    font-size: 1.15em;
    font-family: 'Campton';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    padding: 0px 40px;
    background-color:#f58432;
    color: #fff;
    margin: 1em 0em;
    line-height: 42px;
    border-radius: 25px;
    clear:left;
  }

  .hvr-wobble-vertical {
    display: inline-block;
    padding: 0px 40px;
    border-radius: 25px;
    color: #fff;
    text-transform: capitalize;
    font-size: 1em;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-family: 'Campton';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  .hvr-wobble-vertical:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4d826a;
    border-radius: 25px;
    z-index: -2;
  }
  .hvr-wobble-vertical:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #333;
    transition: all 0.3s;
    border-radius:25px;
    z-index: -1;
  }
  .hvr-wobble-vertical:hover {
    color: #fff;
  }
  .hvr-wobble-vertical:hover:before {
    width: 100%;
  }
  .contact-container {
    width: auto;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    position: relative;
  }
  .contact-container-icon {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 0.5em;
    color: #36836e;
    font-size: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eed89e;
    border-radius: 50%;
  }

  .contact-wraper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    width: 100%;
    padding: 0em 0px 3em 0em;
  }
  .contact-left-pic{
    width: 49.5%;
    height: auto;
    float: left;
  }
  .contact-form-container{
    width: 49.5%;
    height: auto;
    background: #315b43 url(../images/contact-bg.jpg) no-repeat bottom left;
    float: right;
    border-radius: 15px;
    background-size: 100% 100%;
    padding:35px 65px ;
  }
  .contact-title{
    width: 100%;
    height: auto;
    text-align: center;
    font-weight:600;
    font-style: normal;
    font-display: swap;
  text-align: center;
  font-family: 'Montserrat';
  color: #eed89e;
  font-size: 1.5em;
  }

  
  .rate-quote {
    width: 100%;
    height: auto;
    margin-top: 1em;
    border-radius: 25px;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
.quote-box {
  width: 100%;
  height: 50px;
  padding-left: 5%;
  padding-right: 5%;
  line-height: 50px;
  font-weight: normal;
  font-style: normal;
  color: #333;
  font-size: 1em;
  background-color: #eed89e;
  margin: 0px;
}
.quote-comment {
  width: 100%;
  height: 120px;
  padding-left: 5%;
  padding-right: 5%;
  line-height: 26px;
  font-weight: normal;
  font-style: normal;
  color: #666;
  font-size: 1em;
  padding-top: 1em;
  background-color: #eed89e;
}
textarea.quote-comment::-webkit-input-placeholder {
  color: #333 !important;
  font-size: 1em !important;
  opacity: 1 !important;
  font-family: inherit;
  font-weight: normal;
}
textarea.quote-comment::-moz-placeholder {
  color: #333 !important;
  font-size: 1em !important;
  opacity: 1 !important;
  font-family: inherit;
  font-weight: normal;
}
textarea.quote-comment:-ms-input-placeholder {
  color: #333 !important;
  font-size: 1em !important;
  opacity: 1 !important;
  font-family: inherit;
  font-weight: normal;
}
textarea.quote-comment:-moz-placeholder {
  color: #333 !important;
  font-size: 1em !important;
  opacity: 1 !important;
  font-family: inherit;
  font-weight: normal;
}
input.quote-box::-webkit-input-placeholder {
  color: #333 !important;
  font-size: 1em !important;
  opacity: 1 !important;
  font-family: inherit;
  font-weight: normal;
}
input.quote-box::-moz-placeholder {
  color: #333 !important;
  font-size: 1em !important;
  opacity: 1 !important;
  font-family: inherit;
  font-weight: normal;
}
input.quote-box:-ms-input-placeholder {
  color: #333 !important;
  font-size: 1em !important;
  opacity: 1 !important;
  font-family: inherit;
  font-weight: normal;
}
input.quote-box:-moz-placeholder {
  color: #333 !important;
  font-size: 1em !important;
  opacity: 1 !important;
  font-family: inherit;
  font-weight: normal;
}
.quote-button {
  color: #fff;
  outline: none;
  background: transparent;
  padding-left: 55px;
  padding-right: 55px;
  line-height: 45px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  transition: all .5s;
  z-index: 1;
  font-family: inherit;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  float: right;
  display: flex;
  align-items: center;
  border-radius: 25px;
  text-transform: uppercase;
}
.quote-button:before,
.quote-button:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #36836e;
  z-index: -1;
  transform: translate3D(0, -100%, 0);
  transition: all .5s;
}
.quote-button:before {
  background: #955e40;
  z-index: -2;
  transform: translate3D(0, 0, 0);
}
.quote-button:hover {
  color: #fff;
}
.quote-button:hover:after {
  transform: translate3D(0, 0, 0);
  transition: all .5s;
}
/***************************** ABOUT********************************/
.about-pic{
  width: 31.5%;
  height: auto;
  float: left;
  padding-right: 1em;
}
.about-container{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding: 0em 0px 3em 0em;
}
.about-content{
  width: 68.5%;
  height: auto;
  float: left;
  padding-left: 1em;
}
.about-content p {
  width: 100%;
  height: auto;
  padding-top: 0.5em;
  font-family: inherit;
  font-size: 1em;
  line-height: 1.7;
  color: #333;
  font-weight: normal;
}

/**********************GALLERY*********************************/
.gallery-list {
  width: 100%;
  height: auto;
  padding: 0em 0px 3em 0em;
}
.gallery-item  {
  width: 33%;
  padding: 10px;
  float: left;
  height: auto;
  position: relative;
}
.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  opacity: 0;
}
.box-group.gallery-box h4 {
position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  bottom: 0;
  font-family: 'Kiona';
  z-index: 9;
  font-weight: 600;
  font-size: 1em;
  color: #333;
  padding: 6px 25px;
  background: #fff;
  border-radius: 10px;width: max-content;

}
.box-group:hover .img-overlay{
opacity: 1 !important
}
.img-overlay i {
  color: #fff;
  font-size: 2em;
}
.box-group{
  text-align: center;
  overflow: hidden;
  position: relative;
}

.box-group .icon img{
height: auto !important;
width: 70%
  }
.box-group img{
  max-width: 100%;
  max-height: 100%;
  transform: scale3d(1, 1, 1);
  transition: all 0.3s ease 0s;
  display:block;
  width: 100%;
  object-fit: cover;
height: 310px;
}
.box-group:hover img{
  transform: scale3d(1.15, 1.15, 1);
}
.box-group .box-content{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  padding-top: 35%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s ease 0s;
}
.box-group:hover .box-content{
  opacity: 1;
}
.box-group .box-content:before, .box-group .box-content:after{
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  opacity: 0;
  z-index: -1;
  transform: scale(1.5);
  transition: all 0.6s ease 0.2s;
}
.box-group .box-content:before{
  border-top: none;
  border-bottom: none;
  left: 30px;
  right: 30px;
}
.box-group .box-content:after{
  border-left: none;
  border-right: none;
  top: 30px;
  bottom: 30px;
}
.box-group:hover .box-content:before, .box-group:hover .box-content:after{
  opacity: 1;
  transform: scale(1);
}
.box-group .content-inner{
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.box-group:hover .content-inner{
  opacity: 1;
  transform: scale(1);
}
.box-group .title{
  font-size: 22px;
  font-weight: 700;
  color:#ffcc00;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.box-group .post{
  display: block;
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 15px;
}
.box-group-icon {
  position: absolute;
  bottom: 0;
  left: 0px;
  color: rgba(255,255,255,1) !important;
  font-size: 1.5em;
  font-family: inherit;
  width: 100%;
  text-align: left;
  z-index: 2;
  font-weight:500;
  padding-left: 2%;
  padding-right: 2%;
  top: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
a:hover .box-group-icon{
  display:none !important;
}
.group-link{
  position: absolute;
 top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box-group .icon{
  list-style: none;
  padding: 0;
  position: absolute;
  top:0;
  left:0;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease 0s;
  bottom:0;
  right:0;
  margin:auto;
}
.box-group:hover .icon{
  left: 0px;
  opacity: 1;
  transition-delay: 0.3s;
}
.box-group .icon li{
  display: inline-block;
}
.box-group .icon li {
     width: 180px;
  height: 180px;
  line-height: 180px;
  background: #fff;
  font-size:18px;
  color: #fff;
  transition: all 0.5s ease 0s;
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  margin:auto;
  border-radius:50%;
  display:flex;
  justify-content:center;
  align-items:center;
}
.view-all{
  text-align:left;
  font-family:inherit;
  color:#666;
  font-weight:400;
  letter-spacing:0px;
  font-style:normal;
  line-height:26px;
  float:right;
  font-size:1em;
  position: relative;
  margin-top:-40px;
  display: none;
}
.view-all a{
  font-family: inherit;
  font-size:1em;
  color:#333;
  font-weight:normal;
  -webkit-transition: padding .4s;
  -moz-transition: padding .4s;
  -o-transition: padding .4s;
  transition: padding .4s;
  padding-bottom:2px;
}
.view-all a:hover{
  padding-right:8px;
  color:#66927e;
  border-bottom:1px solid #66927e;
}
.certificat{
  width:32%;
  height: auto;
  float: left;
  margin-right:2%;
  margin-bottom: 2%;
  border: 2px solid  #ccc;
}
.certificat:nth-child(3n+3){ margin-right:0%}
  
 @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;}
      .banner-caption a{ font-size: 1em;}
      .item-slide .title .service-name{ font-size: 1.15em;}
        .item-slide .title .discover{ font-size: 0.75em;
          line-height: 1.8;}
	  
}
 @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;}
        .footer-bottom-left{ left: -3%;}
        .banner-caption a{ font-size: 1em;}
        .item-slide .title .service-name{ font-size: 1.15em;}
        .item-slide .title .discover{ font-size: 0.75em;
          line-height: 1.8;}
	
}
 @media (min-width: 1360px) and (max-width: 1399px) {
	body{font-size:14px !important;}
     .container{
         width:100%;
         padding-left:10%;
         padding-right:10%; 
    	}
     .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;}
        .footer-bottom-left{ left: -3%;}
        .banner-caption a{ font-size: 1em;}
        .item-slide .title .service-name{ font-size: 1.15em;}
        .item-slide .title .discover{ font-size: 0.75em;
          line-height: 1.8;}
	
}
 @media (min-width: 1400px) and (max-width: 1441px){
  body{font-size:14px !important;}
     .container{
         width:100%;
         padding-left:10%;
         padding-right:10%; 
    	}
      .banner-caption{ font-size: 0.75em;}
      .inner-caption{ font-size: 0.75em;}
      .footer-bottom-left{ left: -3%;}
      .banner-caption a{ font-size: 1em;}
      .item-slide .title .service-name{ font-size: 1.15em;}
        .item-slide .title .discover{ font-size: 0.75em;
          line-height: 1.8;}
}
 @media (min-width: 1441px) and (max-width: 1599px){
  body{font-size:14px !important;}
     .container{
         width:100%;
         padding-left:10%;
         padding-right:10%;
    	}
      .banner-caption{ font-size: 0.75em;}
      .inner-caption{ font-size: 0.75em;}
      .footer-bottom-left{ left: -3%;}
      .banner-caption a{ font-size: 1em;}
}


@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;}
  .container{
    width:100%;
    padding-left:12%;
    padding-right:12%;
 }
}

@media (min-width:1681px){}


  
@media (max-width:992px) {
  body{font-size:15px !important;}
  .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;
}
.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;}

    .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: 8px 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: auto; margin-bottom: 1em;}
 #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;}
 .footer-middle-content{ display: none;}
 .footer-middle-content:nth-child(3){ display: block; width: 100%; padding-left: 0%;}
 .footer-top{ display: inherit;}
 .footer-bottom-wraper{ padding-bottom: 66px;}
 .socialmedia-bg{ display: none;}
 .footer-top-container{ justify-content: center; margin-bottom: 1em;}
 .footer-social-links ul li{ width: 40px;}
 .footer-social-links ul{ width: 100%; display: flex; justify-content: center;}
 .quick-call-bg{ display: none;}
 .footer-top-left{ display: none;}
 .question-container{ position: inherit; padding: 30px 0px;}
 .question-container-title{ font-size: 1.6em;}
 .question-container-title-sub{ font-size: 1em;}
 .question-pic{ display: none;}
 .welcome-wraper .container{ display: inherit;}
 .welcome-dtl{ width: 100%; padding-left: 0%;}
 .welcome-wraper{ padding: 40px 0px;}
 .home-gallery-container{ padding-top: 1.5em;}
 .welcome-pic{ display: none;}
 .view-all{ display: block;}
 .caption-top{ font-size: 2.5em;}
 .banner-caption-mid{font-size: 3em;  margin-bottom:3em;}
 .about-container{ display: inherit;}
 .about-pic{ display: none;}
 .about-content{ width: 100%; padding-left: 0%;}
 .contact-top{ display: inherit;}
 .product-details-wraper{ display: inherit;}
 .contact-container{ width: 100%; margin-bottom: 1.5em;}
 .footer-top-container-content p br{ display: none;}
 .copyright{ line-height: 40px;}
 .designed{ height: 40px;}
 .nav-menu > li > a{ color: #fff !important;}
 .banner-caption a{ display: none;}
 .inner-banner-wraper .banner-caption-mid {font-size: 2em;  text-align: center; margin-bottom: 2em;}
 .bredcum-wraper{ margin-top: 0px; top: 0px; margin-bottom: 1em;}


}

 @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}

  .copyright span{ display: none;}
  .footer-bottom-left{ display: none;}
  .footer-bottom-right{ display: none;}
  .home-gallery{ display: none;}
  .home-gallery:nth-child(1){ display: block; width:96%; margin-right: 2%;}
  .home-product{ display: none;}
  .home-product:nth-child(1){ display: block; width: 100%; margin:1% 0px;}
  .home-product:nth-child(2){ display: block; width: 100%; margin:1% 0px;}
  .product-main{ width: 100%; margin-right: 0%; margin-bottom: 3em;}
  .title .service-name{ font-size: 1.15em;}
  .title .discover{ font-size: 0.85em;}
  .footer-wraper{ padding-top: 0px;}
  .gallery-item{ width: 49%;}
  .box-group img{ height: 135px;}
  .contact-wraper{ display: inherit;}
  .contact-left-pic{ width: 100%;}
  .contact-form-container{ width: 100%; margin-top: 1em; padding: 10px 20px;}
  .certificat{
  width:100%;
  height: auto;
  float: left;
  margin-right:0%;
  margin-bottom: 2em;
  border: 3px solid  #ccc;
}
.certificat:nth-child(3n+3){ 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}

  .copyright span{ display: none;}
  .footer-bottom-left{ display: none;}
  .footer-bottom-right{ display: none;}
  .home-gallery{ display: none;}
  .home-gallery:nth-child(1){ display: block; width:96%; margin-right: 2%;}
  .home-product{ display: none;}
  .home-product:nth-child(1){ display: block; width: 100%; margin:1% 0px;}
  .home-product:nth-child(2){ display: block; width: 100%; margin:1% 0px;}
  .product-main{ width: 100%; margin-right: 0%; margin-bottom: 3em;}
  .title .service-name{ font-size: 1.15em;}
  .title .discover{ font-size: 0.85em;}
  .footer-wraper{ padding-top: 0px;}
  .gallery-item{ width: 49%;}
  .box-group img{ height: 135px;}
  .contact-wraper{ display: inherit;}
  .contact-left-pic{ width: 100%;}
  .contact-form-container{ width: 100%; margin-top: 1em; padding: 10px 20px;}

  .certificat{
  width:100%;
  height: auto;
  float: left;
  margin-right:0%;
  margin-bottom: 2em;
  border: 3px solid  #ccc;
}
.certificat:nth-child(3n+3){ 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}
  .copyright span{ display: none;}
  .footer-bottom-left{ display: none;}
  .footer-bottom-right{ display: none;}
  .home-gallery{ display: none;}
  .home-gallery:nth-child(1){ display: block; width:46%; margin-right: 2%; float: left;}
  .home-gallery:nth-child(2){ width: 46%; margin-right: 2%; display: block; float: left;}
  .home-product{ display: none;}
  .home-product:nth-child(1){ display: block; width: 49%; margin:1% 0px; margin-right: 2%;}
  .home-product:nth-child(2){ display: block; width: 49%; margin:1% 0px;}
  .product-main{ width: 49%; margin-right: 2%; margin-bottom: 3em;}
  .product-main:nth-child(2n+2){ margin-right: 0%;}
  .title .service-name{ font-size: 1.15em;}
  .title .discover{ font-size: 0.85em;}
  .footer-wraper{ padding-top: 0px;}
  .gallery-item{ width: 49%;}
  .box-group img{ height: 135px;}
  .contact-wraper{ display: inherit;}
  .contact-left-pic{ width: 100%;}
  .contact-form-container{ width: 100%; margin-top: 1em; padding: 10px 20px;}

  .certificat{
  width:100%;
  height: auto;
  float: left;
  margin-right:0%;
  margin-bottom: 2em;
  border: 3px solid  #ccc;
}
.certificat:nth-child(3n+3){ 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}
  .copyright span{ display: none;}
  .footer-bottom-left{ display: none;}
  .footer-bottom-right{ display: none;}
  .home-gallery{ display: none;}
  .home-gallery:nth-child(1){ display: block; width:46%; margin-right: 2%; float: left;}
  .home-gallery:nth-child(2){ width: 46%; margin-right: 2%; display: block; float: left;}
  .home-product{ display: none;}
  .home-product:nth-child(1){ display: block; width: 49%; margin:1% 0px; margin-right: 2%;}
  .home-product:nth-child(2){ display: block; width: 49%; margin:1% 0px;}
  .product-main{ width: 49%; margin-right: 2%; margin-bottom: 3em;}
  .product-main:nth-child(2n+2){ margin-right: 0%;}
  .title .service-name{ font-size: 1.15em;}
  .title .discover{ font-size: 0.85em;}
  .footer-wraper{ padding-top: 0px;}
  .gallery-item{ width: 49%;}
  .box-group img{ height: 135px;}
  .contact-wraper{ display: inherit;}
  .contact-left-pic{ width: 100%;}
  .contact-form-container{ width: 100%; margin-top: 1em; padding: 10px 20px;}



	
}
 @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}
  .copyright span{ display: none;}
  .footer-bottom-left{ display: none;}
  .footer-bottom-right{ display: none;}
  .home-gallery{ display: none;}
  .home-gallery:nth-child(1){ display: block; width:46%; margin-right: 2%; float: left;}
  .home-gallery:nth-child(2){ width: 46%; margin-right: 2%; display: block; float: left;}
  .home-product{ display: none;}
  .home-product:nth-child(1){ display: block; width: 49%; margin:1% 0px; margin-right: 2%;}
  .home-product:nth-child(2){ display: block; width: 49%; margin:1% 0px;}
  .product-main{ width: 49%; margin-right: 2%; margin-bottom: 3em;}
  .product-main:nth-child(2n+2){ margin-right: 0%;}
  .title .service-name{ font-size: 1.15em;}
  .title .discover{ font-size: 0.85em;}
  .footer-wraper{ padding-top: 0px;}
  .gallery-item{ width: 49%;}
  .box-group img{ height: 135px;}
  .contact-wraper{ display: inherit;}
  .contact-left-pic{ width: 100%;}
  .contact-form-container{ width: 100%; margin-top: 1em; padding: 10px 20px;}



	
}
 @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){
 
  }


 