@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700;800&display=swap');
@import "fontawesome-all.css";
@import "simple-line-icons.css";
*:hover, *:hover * {
    transition: all 0.3s;
}
body {font-family:'Barlow', sans-serif;}
p {font-size:15px;
    line-height:25px;
	color:#333;
    letter-spacing: 0.2px;
}
a {color:inherit; text-decoration:none;}
a, .btn, button {
    outline: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.btn:hover, .btn:focus { color:#fff;}
.btn:active, .btn.active {box-shadow:none;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {outline:0px; color:#fff;}
a:hover {text-decoration:none; color:inherit;}
a:focus, a:active {color:inherit; text-decoration:none; outline:0px;}
h1,h2,h3,h4,h5,h6 {text-transform: capitalize;color:#071345;font-family:'Exo', sans-serif;}
.mrtp-0 {margin-top:0px !important;}
.martp10 {margin-top:10px;}
.martp20 {margin-top:20px;}
.martp30 {margin-top:30px;}
.martp40 {margin-top:40px;}
.martp50 {margin-top:50px;}
.mar-btm10 {margin-bottom:10px;}
.mar-btm20 {margin-bottom:20px;}
.mar-btm30 {margin-bottom:30px;}
.mar-btm40 {margin-bottom:40px;}
.mar-btm50 {margin-bottom:50px;}
.pd-btm50 {padding-bottom:50px;}
/*scrool top */
#scroll {
    position:fixed;
    right:10px;
    bottom:0px;
    cursor:pointer;
    width:40px;
    height:50px;
    background-color:#04122c;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
	z-index: 99;
	 border-radius: 70px 70px 0 0;
	 background-image: url(../img/gotop_icon.png);
	background-repeat: no-repeat;
    background-position: 50% 50%;
	
}
/*======header=====*/
.header {background:-webkit-linear-gradient(90deg, #e5ebfd 0%, white 100%);}
.top-header {background-color:#0a1126;
    padding:0;
    position: relative;
}
.top-header ul {
    margin-bottom: 0px;
}
.tpcont-detail {padding: 12px 0;}
.tpcont-detail li {
    font-size: 14px;
    color: #fff;
    padding-right: 0px;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.tpcont-detail li:after {
    position: relative;
    top: 0;
    content: '|';
    line-height: 22px;
    margin-left:5px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.2);
}
.tpcont-detail li:last-child:after {display:none;}
.tpcont-detail li i {vertical-align: baseline;
    font-size:14px;
    color:#279e64;
    padding-right:7px;
}
.tpcont-detail li a:hover {color:#279e64;}
.social-head {text-align: right;}
.social-head li { padding: 0;}
.social-head li a {color: #fff;
    border-right: 1px solid rgb(247 247 247 / 0.2);
    display: block;
    padding: 14px;
    font-size: 17px;
}
.social-head li a:hover {color:#279e64;}
.affix {
      top: 0;
      width: 100%;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      z-index: 999;
      min-height: 72px !important;
      background:-webkit-linear-gradient(90deg, #e5ebfd 0%, white 100%);
}
.affix-top {
      position: static;
      top: -35px;
}
.affix .navbar-default {
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.14);
}
.affix .navbar-nav > li > a {
    padding-top: 26px;
    padding-bottom: 26px;
}
.affix .navbar-brand {height:72px;}
.affix .navbar-brand > img {width: 150px;margin-top: -10px;padding: 7px 10px;}

.navbar-default {
    background-color:transparent;
    border-color: transparent;
}
.navbar {
    border-radius:0px;
    margin-bottom:0px;
    border:0px;
    min-height:98px;
}
.navbar-brand {
    height: 98px;
    padding: 7px 15px;
}
.navbar-brand>img {
    display: block;
    width:220px;
    margin-top:-54px;
    background-color: #ffff;
    padding: 20px 12px;
    z-index: 99;
    position: relative;
    border-radius: 0 0 10px 10px;
    box-shadow:0 5px 8px rgba(79,74,74,.2);
}
.navbar-default .navbar-nav > li > a {
    color:#04122c;
	font-size:16px;
	font-weight:700;
	text-transform: uppercase;
    letter-spacing: 0.4px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#279e64;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#279e64;
    background-color: transparent;
}
/*drop-drop down*/
.navbar .nav.navbar-nav > li:hover.dropdown a:after {
    opacity: 1;
    z-index: 9999;
}
.navbar .nav.navbar-nav > li > a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 8px 0 8px;
    border-color:#279e64 transparent transparent transparent;
    opacity: 0;
    margin: 0;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.dropdown .dropdown-menu li {
    margin: 0px;
    border-bottom:1px solid #efefef;
    background: transparent;
    -ms-transform: skew(0deg);
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.dropdown-menu > li > a {padding:12px 18px;
    color:#04122c;
    text-transform: uppercase;
    font-size:14px;
    font-weight:600;
	letter-spacing: 0.5px;
    border-radius: 0px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color:#279e64;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-menu {min-width: 180px;}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 5px 0 0 0;
}
/*strip-section start*/
.strip-section {background-color:#279e64; padding:40px 0;text-align: center;position: relative;overflow: hidden;}
.strip-section:before {
    content: "";
    background: url(../img/bg-line.png) no-repeat;
    width: 1049px;
    height: 220px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.strip-section h2 {color:#fff;margin: 0;font-weight: 400;}
/*about-section  start*/
.about-section {
    padding-top:70px;
    background-image: url(../img/bg1.jpg);
     background-color: #f0f8f5;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.heading-style h1, .heading-style h2 {
    margin: 0;
    font-weight:700;
    font-size: 30px;
    color:#232350;
    text-transform: uppercase;
}
.heading-style p {color:#0c1529;}
.heading-center {text-align: center;}
.heading-style h3:before {
    content: '';
    background:#279e64;
    width: 25px;
    height: 3px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
}
.heading-center h3:before {margin: 0 auto; left: 0;right: 0;}
.heading-style h3 {position: relative;
    margin-top: 0;
    color:#279e64;
    font-size: 20px;
    padding-top: 15px;
}

textarea.form-control {height: auto !important;}
.form-control:focus {border-color:#279e64;}
.more-link {font-weight: 600;
    font-size: 15px;
    color: #fff;
    padding:10px 22px;
    background-color: #279e64;
    letter-spacing: 1px;
    border-radius: 0;
}
.more-link i {
    position: relative;
    font-style: inherit;
    margin-left: 10px;
    line-height: 1.8em;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
}
.more-link:hover {color:#fff;background-color:#0a1126;}
.more-link:hover i {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.btn2 {
    background: #279e64;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #279e64;
    padding:12px 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    border-radius:30px;
}
.btn2:hover, .btn2:focus {background-color:transparent;color:#279e64;}
/*disinfection-section start*/
.disinfection-section {background-color: #fff;
    overflow: hidden;
}
.prevent-child {
    position: absolute;
    bottom: 0;
    right: -105px;
    /* border: 10px solid #232350; */
    border-radius: 50%;
    -webkit-animation: rotation 30s linear infinite;
    animation: rotation 30s linear infinite;
    z-index: 9;
}
.prevent-child img {
    border-radius: 50%;
    padding: 5px;
    width: 150px;
}
@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}
.disinfection-content {
    max-width:100%;
    margin-left: auto;
    margin-top: -8px;
    margin-bottom: -8px;
    background-color:#0a1126;
    margin-right: -80px;
    padding: 50px;
    z-index: 1;
    position: relative;
}
.disinfection-section .disinfection-img {
    background-image: url(../img/pest-control.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height:82%;
}
.disinfection-content span {
    color:#279e64;
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}
.disinfection-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #ffffff;
    margin-top: 0;
    font-weight: 700;
}
.disinfection-content p {color:#fff;}
/*industries-section*/
.industries-section {padding:80px 0;border-top:1px solid #f8f8f8;}
.feature-item {
    border: 1px solid #dcdfe2;
    padding: 60px 50px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.icon-ft {position: relative;}
.feature-item i {
    background-color:#279e64;
    height: 70px;
    width: 70px;
    border-radius: 5px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: 40px;
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.icon-ft span {position: absolute;
    left: -20px;
    top: -10px;
    background: #eeeff2;
    border-radius: 5px;
    z-index:0;
    height: 70px;
    width: 70px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    right: 0;
    margin: 0 auto;
}
.feature-item h4 {font-size: 24px;
    font-weight: 700;
    color:#0a1126;
    padding-top: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.feature-item:hover {
    background: #279e64;
    border-color: #279e64;
}
.feature-item:hover h4, .feature-item:hover p {
    color: #fff;
}
.feature-item:hover .icon-ft span {
    background: #63b68f;
}
.feature-item:hover i {
    background-color:#fff;
    color: #279e64;
}
.ft-btn i {height: 20px;
    width: 20px;
    border-radius: 5px;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
}
/*service-section start*/
.service-section {padding:70px 0;
	position: relative;
	background-color:#f4fbfe;
    overflow: hidden;
}
.process-shape img:nth-child(1) {
    top: 0;
    right: 0;
    height: 100%;
    -webkit-animation: banner-ani-six 5s infinite linear;
    animation: banner-ani-six 5s infinite linear;
}
.process-shape img:nth-child(2) {
    top: 0;
    left: 0;
    height: 100%;
    -webkit-animation: banner-ani-six 5s infinite linear;
    animation: banner-ani-six 5s infinite linear;
}
@keyframes banner-ani-six {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .10;
    }
    100% {
        opacity: 1;
    }
}

.process-shape img {
    position: absolute;
}
.service-item {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}
.service-image {overflow: hidden;background-color:#279e64;}
.service-image img {width: 100%;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.service_details {position: absolute;
    bottom: 0;
    background-color:#fff;
    width:90%;
    padding:20px 55px 20px 20px;
}
.service_details h3 {margin: 0px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 9;
    position: relative;
}
.icon_holder {background:#279e64;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 68px;
    width:55px;
    text-align: center;
    line-height: 58px;
    font-size: 39px;
    display: list-item;
}
.service-item:hover .service-image img {
    opacity: 0.7;
    transform: scale(1.05,1.05);
}

.owl-theme .owl-dots .owl-dot span {
    -webkit-transition: background-color .2s,height .2s,border-radius .2s;
    transition: background-color .2s,height .2s,border-radius .2s;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #279e64 !important;
}
.owl-theme .owl-dots .owl-dot.active span {height:18px;}
/*whychoose-section start*/
.whychoose-section {background-image: url(../img/bg.jpg);
        background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding:80px 0;
    background-attachment: fixed;
}
.whychoose-section h3 {color:#fff;margin-top:0;font-weight:700;margin-bottom:25px;font-size:35px;}
.whychoose-section  p {color: #fff;
    font-size: 17px;
    letter-spacing: 0.5px;
    font-weight: 300;
    line-height: 28px;
}
/*testimonail-section start*/
.testimonail-section {padding:80px 0;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.testimonial{
    margin: 0 20px 40px;
}
.testimonial .testimonial-content{
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background:rgb(255 255 255 / 0.7);
    border: 1px solid #f0f0f0;
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background:rgb(255 255 255 / 0.4);
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}
.testimonial-content .testimonial-icon{
    width: 50px;
    height: 45px;
    background: #279e64;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
     display: list-item;
}
.testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #197447;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #279e64;
}
.owl-theme .owl-controls{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #279e64;
}
/*footer-strip start*/
.footer-strip {background:#0a1126;
    border-top: 6px solid #279e64;
}
.footer-strip h3 {margin-top: 0; color:#fff; font-weight: 600;font-size: 28px;}
.footer-strip h3 a {color:#279e64; font-size: 30px;font-weight: 700;letter-spacing: 0.5px;}
.footer-strip p {color:#fff;margin-bottom: 0;font-size: 19px;
    font-weight: 300;
}
.footer-strip .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: visible;
}
.footer-strip .media .d-flex {padding-right: 86px;}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.footer-strip .media .d-flex img {
    margin-top: -45px;
    width: 118px;
}
.footer-strip .media .media-body {
    vertical-align: middle;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
/*footer start*/
.footer { position: relative;
    background:#0c1529;
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.main-footer {
    padding:60px 0 20px 0px;
    position: relative;
}
.footer-widget {margin-bottom:30px;}
.main-footer p {color:#b1b2b6;
    font-size: 14px;
}
.ft-title {
    margin-bottom: 25px;
}
.ft-title h2 {font-size:21px;
    font-weight:700;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0;
    color:#fff;
    letter-spacing: 0.4px;
    word-spacing:1px;
	text-transform: uppercase;
}
.ft-add-info li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
	font-size: 15px;
    line-height:24px;
    color:#b1b2b6;
}
.ft-add-info li a:hover, .ft-links li a:hover {color:#279e64;}
.ft-add-info li i {color:#279e64;
    position: absolute;
    left: 0px;
    top:7px;
    font-size: 15px;
}
.ft-links li {
    font-size: 14px;
    color:#b1b2b6;
    position: relative;
    padding:0 0 12px 15px;
}
.ft-links li:before {
    content: '~';
    position: absolute;
    top: 0;
    left: 0;
}
.social-links-style1 {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom:18px;
}
.social-links-style1 li a i {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.05);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color:#b1b2b6;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    transition: all 500ms ease;
}
.social-links-style1 li a:hover i {
    background: #279e64;
    color: #fff;
}
.social-links-style1 li a i.fb { background-color: #3B5998;}
.social-links-style1 li a i.ins { background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.social-links-style1 li a i.tw { background-color:#00acee;}
.social-links-style1 li a i.pin { background-color:#E60023;}
.social-links-style1 li a i.lin { background-color:#0e76a8;}
.bottom-footer {
	padding:25px 0px;
    background-color:#091222;
}
.bottom-footer p {text-align: center;
	font-size: 14px;
    color:#b1b2b6;
    letter-spacing: 0.8px;
}
.whatsapp-icon-fixed, .call-icon-fixed {
    position: fixed;
    bottom:25px;
    z-index:9;
    text-align: center;
}
.whatsapp-icon-fixed {left:20px;}
.call-icon-fixed {right:20px;bottom:40px;}
.whatsapp-icon-link, .mobile-icon {
    display: block;
    height: 50px;
    width: 50px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: relative;
    border-radius: 100%;
}
.whatsapp-icon-link {background-color:#25D366;}
.mobile-icon {background-color:#ce2028;}
.whatsapp-icon-link .whatsapp-icon {
    min-height: 30px;
    width: 30px;
    height: 100%;
}
.mobile-icon i {color: #fff;
    font-size: 21px;
    line-height: 50px;
    text-align: center;
}

.animate-icon {
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
/*====inner page start=====*/
.inner-banner {position: relative;	
	padding:120px 0px;
	background-image: url(../img/inner-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    overflow: hidden;
}
.inner-banner:before {position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color:rgb(10 28 64 / 0.8);
}
.cleaning-banner {background-image: url(../img/cleaning-banner.jpg);}
.disinfection-banner {background-image: url(../img/disinfection-banner.jpg);}
.cleaning-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bubble-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index:2;
    opacity: 0.5;
    -webkit-animation: heartBeat 9s infinite linear;
    animation: heartBeat 9s infinite linear;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.banner-dt h1 {position: relative;
    color: #ffffff;
    font-weight: 700;
    margin: 0px;
    text-transform: uppercase;
}
.page-breadcrumb {
    position: relative;
    margin-top:17px;
    padding-left: 0;
}
.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right:5px;
    padding-right:10px;
    color:#279e64;
    font-size:15px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.page-breadcrumb li a {
    color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.page-breadcrumb li:after {
    position: absolute;
    content: ":";
    right: -2px;
    top:-1px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    font-family:'FontAwesome';
}
.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}
.page-breadcrumb li:last-child:after {content: inherit;display: none;}
.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
}
.innerpage-section {padding:70px 0px; 
    position: relative;
    overflow: hidden;
}
.side-img {margin-bottom: 30px;}
.client-logo {margin-bottom:15px;
    border: 1px solid #ddd;
    box-shadow: 1px 2px 1px #ddd;
    background-color:#fff;
    padding:10px 2px;
}
.client-logo img {margin:0 auto;}
/*about-section*/
.about-content {padding-left: 60px;}
.hd4 {font-weight:700;font-size:22px;}
.feature-img {
    margin-bottom: 30px;
    position: relative;
}
.feature-img .feature-main {
    position: relative;
}
.feature-img .feature-main:before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    border-left: 500px solid transparent;
    border-bottom: 155px solid #f0f8f5;
    width: 100%;
}
.feature-img .feature-main img {
    width: 100%;
    max-width: 520px;
    border-top: 10px solid #279e64;
    padding-top: 10px;
    padding-right: 10px;
    border-right: 10px solid #279e64;
}
.feature-img img:nth-child(2) {
    position: absolute;
    bottom: 10px;
    left: 140px;
    -webkit-animation: feature-ani-one 20s infinite linear;
    animation: feature-ani-one 20s infinite linear;
}
.feature-img img:nth-child(3) {
    position: absolute;
    bottom: 55px;
    right: 45px;
    -webkit-animation: feature-ani-two 30s infinite linear;
    animation: feature-ani-two 30s infinite linear;
}
.feature-img .feature-inner {
    background-color: #279e64;
    text-align: center;
    max-width: 130px;
    padding: 15px 20px 5px;
    position: absolute;
    top: 245px;
    right: -40px;
    -webkit-box-shadow: 0px 0px 20px 0px #dddddd70;
    box-shadow: 0px 0px 20px 0px #dddddd70;
}
.feature-img .feature-inner:before {
    position: absolute;
    content: "";
    bottom: -20px;
    right: 0;
    border-left:90px solid transparent;
    border-top: 20px solid #279e64;
    width: 100%;
}
.feature-img .feature-inner h3 {
    font-weight: 600;
    font-size: 48px;
    color: #012a68;
    margin: 0;
}
.feature-img .feature-inner span {
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #012a68;
    margin-top: -5px;
    text-align: right;
}
@keyframes feature-ani-one {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(80px, -60px);
    }
    100% {
        transform: translate(0, 0);
    }
}
@keyframes feature-ani-two {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-190px, 50px);
    }
    100% {
        transform: translate(0, 0);
    }
}
.about-box {position: relative;
    padding:20px;
    text-align: center;
    background-color: #ffffff;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    margin-bottom: 25px;
}
.about-item-img {
    position: relative;
    margin-bottom:20px;
}
.about-item-img img {margin:0 auto;width:150px;}
.about-item-detail h3 {font-weight: 700;font-size: 22px;}
.about-box:hover {
    border-radius: 20px;
    transform: translateY(5px);
    -webkit-box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 11px 15px rgba(0, 0, 0, 0.05);
}
/*service detail page*/
.ser-inner-image {position: relative;
    border-radius: 5px;
    overflow: hidden;
    background-color:#279e64;
    margin-bottom: 25px;
}
.ser-inner-image img {
    position: relative;
    width: 100%;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.service-inner-wrap:hover .ser-inner-image img {
    opacity: 0.8;
    transform: scale(1.05,1.05);
}
.service-inner-wrap h2 {margin-top: 0;
    font-weight: 700;
    margin-bottom:12px;
    color:#232350;
    font-size:26px;
}

.service-item-wrap {box-shadow: 0 10px 35px 0 rgba(53,82,99,.07);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    border-top: 3px solid #279e64;
    background-color:#f6f9ff;
}
.list1 {padding-left: 20px;margin-bottom:20px;}
.list1 li {font-size: 16px;
    margin-bottom: 15px;
}
.service-item-wrap h4 {margin: 0;
    font-weight: 700;
    font-size: 22px;
    padding:20px;
}
.service-item-wrap h4 span {color:#279e64;}
.service-item-wrap ul li a {
    position: relative;
    color:#232350;
    font-size: 16px;
    padding: 18px 30px;
    display: block;
    z-index: 1;
    font-weight: 500;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-bottom:1px solid rgb(215 215 215 / 0.3);
}
.service-item-wrap ul li a:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 0%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    border-left: 4px solid #279e64;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background:-webkit-linear-gradient(90deg, #e5ebfd 0%, white 100%);
}
.service-item-wrap ul li a:after {
    position: absolute;
    content: '\f105';
    font-weight:900;
    right: 20px;
    top: 18px;
    color:#279e64;
    font-size: 20px;
    font-family: 'Font Awesome 5 Free';
}
.service-item-wrap ul li a:hover::before {
    width: 100%;
    opacity: 1;
}
.service-item-wrap ul li a:hover {}
.hglight-phra {background-color: #f6f9ff;
    border-left: 4px solid #279e64;
    margin-top: 0;
    margin-bottom:40px;
    padding: 30px;
    color: #279e64;
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    margin-top:20px;
}
/*gallery page start*/
.work-item {margin-bottom:10px;}
.work-image {
    position: relative;
    overflow: hidden;
}
.work-image:after {position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    transition: opacity .3s;
    pointer-events: none;
    opacity:0;
    background: linear-gradient(180deg,rgba(0,0,0,0) 25%,rgba(52,56,69,.81));
}
.work-image img {width: 100%;transition: all .4s;
    will-change: transform;}
.work-detail {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -1px;
    left: 0;
    padding:18px 30px;
    transition: opacity .3s,box-shadow .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s,box-shadow .3s;
    transition: opacity .3s,transform .3s,box-shadow .3s,-webkit-transform .3s;
    opacity: 0;
        -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.work-detail h4 {margin: 0; font-size:18px;color:#fff;font-weight: 700;}
.plus-icon {
    top: 40%;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 99;
    transform: translateX(50%);
    opacity: 0;
}
.plus-icon i {color:#fff; font-size:25px;}
.work-item:hover .work-image img {-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.work-item:hover .work-image:after, .work-item:hover .plus-icon {opacity: 1;}
.work-item:hover .work-detail {opacity: 1;   
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
/*contact page start*/
.contact-from-wrap {background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 40px;
    margin-bottom: 25px;
}
.contact-from-wrap  h2 {
    font-size: 28px;
    margin-bottom: 35px;
    text-transform: capitalize;
    margin-top: 0;
    color: #232350;
    font-weight: 700;
    text-align: center;
}
.form-item .form-control {height: 55px;
    color: #232350;
    border: 1px solid #e8e8e8;
    background-color: #f2f9fc;
    border-radius: 4px;
    box-shadow: none;
}
.form-control:focus {
    color: #000000;
    background-color: transparent;
    outline: 0;
    border: 1px solid #0c1529;
}
textarea.form-control {height: auto !important;}
.btn-submit {
    font-size: 16px;
    color: #ffffff;
    padding: 12px 25px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    border-radius: 50px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #0c1529;
    border: 0;
}
.btn-submit::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0%;
    width: 100%;
    height: 50%;
    background-color:#279e64;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.btn-submit::after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 0%;
    width: 100%;
    height: 50%;
    background-color:#279e64;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.btn-submit:hover {
    color: #ffffff;
}
.btn-submit:hover::before {
    top: 0;
}
.btn-submit:hover::after {
    bottom: 0;
}
.quick-contact {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
}
.quick-contact h3 {
    font-size:23px;
    margin-bottom: 20px;
    margin-top: -4px;
    color:#232350;
    font-weight: 700;
    text-align: center;
}
.quick-contact ul li {
    font-size: 18px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
    background-color:#0c1529;
    padding: 19px 20px;
    padding-left:55px;
}
.quick-contact ul li i {
    position: absolute;
    left:15px;
    top:25px;
    font-size:24px;
}
.quick-contact ul li span {
    display: block;
    font-weight: 400;
    font-size: 15px;
}
.quick-contact ul li a:hover {color:#279e64;}
/*=======media query=======*/
@media(max-width:992px) and (min-width:769px){
   .container {width: 100%;}
}
@media(max-width:992px){
    .contact_details_area {margin-right: 0;}
    .contact_form_area {margin: 0; padding:45px 35px;}
    .vision-section .right_side .moto_text {margin-left:25px;margin-right:25px;}
    .feature-img .feature-inner {right: 0;}
    .feature-img {overflow: hidden;}
    .about-content {padding-left: 0}
}
@media(min-width:769px){
	 ul.nav.navbar-nav li:hover > .drop-menu {-webkit-transform: scale(1, 1);transform: scale(1, 1);}
	.drop-menu {-webkit-transform: scale(1, 0);display: block;}
    .navbar-nav > li > a {padding-top: 39px;padding-bottom: 39px;}
    .ptb-90 {padding-top:90px;padding-bottom:90px;}
    .pr-0 {padding-right: 0!important;}
}
@media(max-width:769px){
    .navbar-brand>img {width: 160px;margin-top: -7px;padding: 8px 8px;}
	.navbar-toggle {margin-top: 12px;}
	.navbar-default .navbar-brand {font-size:28px;}
	.navbar-default .navbar-toggle {border-color:#0e59a9;}
	.navbar-default .navbar-toggle .icon-bar {background-color:#0e59a9;}
    .navbar-toggle .icon-bar {width:34px;height:4px;border-radius:1px;}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color:#fff;}
	.animated {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;}
    .disinfection-content {margin-right: 0;}
    .prevent-child {right: 0;}
}
@media(max-width:480px){
    .tpcont-detail li {letter-spacing:0;}
    .disinfection-content {padding:30px;}
    .feature-item {padding:50px 40px;}
    .footer-strip .media .d-flex {padding-right: 0;}
    .footer-strip .media .d-flex img {width: 70px;}
    .footer-strip h3 {font-size: 18px;}
    .footer-strip h3 a {font-size:26px;letter-spacing: 0;}
    .footer-strip p {font-size:14px;}
    .footer-strip {padding-top:25px;}
}
@media(max-width:375px){
    .tpcont-detail li {font-size:12px;}
    .tpcont-detail li i {font-size:12px;padding-right: 2px;}
}