@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,500;0,600;0,700;0,800;0,900;1,400&amp;family=Oswald:wght@300;400;500;600;700&amp;family=Poppins:wght@200;300;400;500;600;700;800;900&amp;family=Sail&amp;display=swap');

html{
    font-size: 100%;
}
*, ::after, ::before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
a, abbr, acronym, address, applet, big, blockquote, body, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, ul, var {
	border: 0;
	margin: 0;
	outline: none !important;
	padding: 0;
	vertical-align: baseline;
	font-family: "Anek Kannada", sans-serif;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	background-repeat: repeat-x;
	font-size:1rem;
	color:#272320;

}
a{
	color:inherit;
	outline: none !important;
    text-decoration: none;
}
p{
  font-family: "Nunito Sans", sans-serif;
  color: #808080;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}
a:hover{
    color:inherit;
    text-decoration:none;
}

.dropdown-toggle::after{
    border: none !important;
    content: "\f107";
    font-family: "fontAwesome";
    top: 4px;
    right: 0;
    position: absolute;
}

.btn:focus{
	outline: none !important;
}
ol {
	padding-left: 0;
}

ul {
	padding: 0;
	list-style: none;
    margin: 0;
}

img {
	vertical-align: top;
	max-width:100%;
	border: none;
	outline: none;
}

.btn:focus,
.form-control:focus,
.resizeselect:focus{
	box-shadow: none;
	border: none;
	outline: 0;
}
:root{
    --lightcolor:#F59B00;
    --primary-color:#16a06a;
    --darkcolor:#090a09;
    --whitecolor:#ffffff;
    --new-color:#ff970e;
}



@media (min-width: 1200px){
.container-xl, .container-xl-lg, .container-xl-md, .container-xl-sm, .container-xl-xl {
    max-width: 1190px;
}
}

header{
  position: fixed;
  z-index: 3;
}

.navbar-nav .nav-link {
  font-size: 16px;
  color: #b8d99a !important;
  font-weight: 400;
  font-family: "Kanit", sans-serif;
  text-transform: uppercase;
  color: var(--darkcolor);
  padding-left: 20px !important;
  padding-right: 20px !important;
  height: 59px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  border-bottom: solid 4px var(--primary-color);

}

.btn-login {
  background: var(--lightcolor);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  line-height: 31px;
}
.btn-login svg{
  color: var(--whitecolor);
}
/* mega menu */
.dmenu {
  margin: 0 1px;
  position: static;
}
header .new-tr {
  background: #8ADF00;
  padding: 5px 5px;
  color: var(--darkcolor);
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  top: -8px;
  text-transform: uppercase;
  right: 15px;
  border-radius: 4px;
}
header .dropdown-toggle::after{
  top: 18px;
  right: 0;
}
.header01 .new-tr::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  right: 0;
  font-family: "FontAwesome";
  color: #8ADF00;
  font-size: 15px;
  text-align: center;
}
.top-section {
  background: var(--whitecolor);
  padding-bottom: 23px;
  padding-top: 12px;
}

/* banner part */

.banner-part {
  height: 688px;
  position: relative;
  padding-top: 0;
  margin-top: 158px;
  background: #fff;
}
.items-sliders{
  min-height: 688px;
  padding-top: 130px;
}
.banner-part .btn-about {
  box-shadow: none !important;
  letter-spacing: inherit !important;
  font-weight: 500 !important;
}
.banner-part p {
  width: 90%;
}
.banner-part .aeorw {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 125px;
  opacity: 1;
  animation-name: arrow;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-play-state: running;
}
.banner-part .owl-dots {
  position: absolute;
  position: absolute;
  right: 30px;
  top: 35%;
  transform: translateY(-50%);
}
.banner-part .owl-dots .owl-dot {
  display: block !important;
  border: solid 2px transparent !important;
  text-align: center;
}
.banner-part .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  opacity: 9 !important;
  background: #fff !important;
  margin: auto;
  display: block;
  margin: 0 auto !important;
}
.banner-part .owl-dots .owl-dot button {

  border: none !important;
  outline: none !important;
  display: inline-block;
  background: none !important;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: var(--whitecolor);
  position: relative;
}
.banner-part .owl-dots .owl-dot button::after{
  position: absolute;
  left: -36px;
  top: 11px;
  content: "";
  width: 22px;
  height: 2px;
  background: var(--whitecolor);
}
.banner-part .owl-dots .active button {
  color: var(--lightcolor);
}
.banner-part .owl-dots .active button::after{
  background: var(--lightcolor);
}
.banner-part .owl-dots .active span {
  background: var(--second-color) !important;
}
.banner-part .owl-carousel .items-sliders .container-xl-xl {
  position: relative;
  z-index: 2;
}
.banner-part .owl-carousel .items-sliders .container-xl h2 {
  margin-bottom: 0;
  font-size: 75px;
  color: var(--whitecolor);
  text-transform: uppercase;
  font-weight: 900;
  line-height: 83px;
  font-family: "Poppins", sans-serif;
  margin-top: 12px;
}
.banner-part .owl-carousel .items-sliders .container-xl h2 span {
  color: var(--whitecolor);
  font-family: "Poppins", sans-serif;
}
.banner-part .owl-carousel .items-sliders figure {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 688px;
}
.banner-part .owl-carousel .items-sliders figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: top;
}
.banner-part .owl-carousel .items-sliders .righty-img img{
  width: inherit;
}
.banner-part .owl-carousel p {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  position: relative;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
}
.banner-part .owl-carousel h2 {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  text-transform: uppercase;
}
.banner-part .owl-carousel h6 {
  font-size: 28px;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  text-transform: capitalize;
  color: var(--whitecolor);
  font-weight: 500;
}
.banner-part .owl-carousel .btn-contact {
  background: #fff;
  border-radius: 50px 0 50px 0;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  font-size: 18px;
  text-transform: uppercase;
  padding: 18px 35px;
  font-weight: 600;
  margin-top: 20px;
  box-shadow: #000 61 4px 7px 30px;
}
.banner-part .owl-carousel .btn-contact svg {
  width: 20px;
  height: 20px;
}
.banner-part .owl-carousel .button-divu {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
.banner-part .owl-carousel .lefta-img01 {
  position: absolute;
  width: 136px;
  right:80px;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  text-transform: uppercase;
  margin-top: 15px;
  bottom: 180px;
}
.banner-part .owl-carousel .active h2 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.banner-part .owl-carousel .leaf-ico{
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
.banner-part .owl-carousel .active .leaf-ico{
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.banner-part .owl-carousel .active p {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  font-size: 18px;
}
.banner-part .owl-carousel .active h6 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.banner-part .owl-carousel .active .btn-contact {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.banner-part .owl-carousel .active .button-divu {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.banner-part .owl-carousel .active .lefta-img01 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}



.btn-shop-now{
  background: var(--whitecolor);
  color: var(--primary-color) !important;
  font-size: 20px;
  padding: 15px 30px 10px;
  border-radius: 4px;
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
  border: solid 2px var(--whitecolor);
}

.btn-shop-now span.c-cioro{
  background: var(--lightcolor);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  line-height: 36px;
  
}
.btn-shop-now:hover{
  background: none;
  color: var(--whitecolor) !important;
}
.btn-shop-now:hover span.c-cioro{
  background: var(--darkcolor);
}
.btn-shop-now span.c-cioro svg{
  width: 17px;
  height: 17px;

}

/* about */

.top-sectuoin-about{
  padding: 60px 0;
  background: url(../images/leat01.png) right top no-repeat , url(../images/bg-whiate.png) left top no-repeat;
  background-size: 17% , 90%;

}
.btn-services{
  color: var(--whitecolor);
  border: solid 2px var(--whitecolor);
  font-size: 20px;
  padding: 15px 30px 10px;
  border-radius: 4px;
  margin-left: 25px;
  transition: all 0.5s;
  font-weight: 600;
}
.btn-services:hover{
  background: var(--whitecolor);
  color: var(--primary-color);
}
.leaf-ico{
  width: 45px;
  display: inline-block;
}
.leaf-ico img{
  filter: brightness(0) invert(1);
}
.leaf-color{
   width: 45px;
   display: block;
}
.sub-heading{
  color: var(--primary-color);
  font-size: 20px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}
.mian-heading{
  font-size: 45px;
  font-weight: 700;
  color: var(--darkcolor);
}
.comon-feature05{
  margin-bottom: 35px;
}
.comon-feature05 figure{
  width: 80px;
  display: inline-block;
  margin-right: 20px !important;
}
.comon-feature05 .right-texr05{
  width: 90%;
  display: inline-block;
}
.comon-feature05 .right-texr05 h5{
  font-size:23px;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}
@-webkit-keyframes fadeInLeft {
  0% {
          opacity: 0;
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  }

  100% {
          opacity: 1;
          -webkit-transform: none;
          transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
          opacity: 0;
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  }
  100% {
          opacity: 1;
          -webkit-transform: none;
          transform: none;
  }
}

@-webkit-keyframes fadeOutLeft {
  0% {
          opacity: 1;
  }
  100% {
          opacity: 0;
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
          opacity: 1;
  }
  100% {
          opacity: 0;
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  }
}


@keyframes arrow {
  0% {
     transform: translate3d(0)
  }
 
  50% {
    transform: translate3d(-20%, 0, 0)
  }
  70% {
    transform: translate3d(0)
  }
  100% {
         
          transform: translate3d(-20%, 0, 0);
  }
}

/* header */
.comon-links-top svg{
  color: var(--primary-color);
  margin-right: 12px;
  width: 27px;
  height: 27px;
}
.comon-links-top i{
  font-size: 27px;
  margin-right: 10px;
  color: var(--primary-color);
}
.comon-links-top h5{
  font-weight: 600;
  color: var(--primary-color);
  font-size: 17px;
}
.comon-links-top h5 span{
  color: var(--darkcolor);
}

nav.navbar{
  background: var(--primary-color);
  padding: 0;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
  color: var(--whitecolor) !important;
  border-bottom: solid 4px var(--whitecolor);
}
.bg-img{
  position: absolute;
  top:0;
  left: -2px;
  right:0;
  width: 100%;
  z-index: -1;
  height: 100%;
}
.top-sectuoin-about p,
.why-choose-us05 p{
  font-size: 18px;
}
.why-choose-us05 p.spt{
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
}
.why-choose-us05{
  background: url(../images/why-bg01.jpg) center top no-repeat;
  background-size: cover;
  padding: 60px 0;
  min-height: 626px;
  position: relative;
}
.wh-letaf{
  width: 45px;
}
.wh-letaf img{
  filter: brightness(0) invert(1);
}
.comon-links05-pro{
  padding: 25px;
}
.sh-tools1{
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 20%;
}
.comon-links05-pro::after{
  position: absolute;
  right: -12px;
  content: "";
  top: 30px;
  width: 2px;
  height: 250px;
  background: #e1ffc726;

}
.sh-tools1 {
  position: absolute;
  bottom: -100px;
  left: 46%;
  width: 20%;
  pointer-events: none;
}
.sh-tools2 {
  position: absolute;
  bottom: -129px;
  left: 0%;
  width: 40%;
  pointer-events: none;
}
.sh-tools3 {
  position: absolute;
  bottom: -16px;
  right: 0;
  width: 30%;
  pointer-events: none;
  z-index: 3;
}
.sh-tools4 {
  position: absolute;
  bottom: -77px;
  right: 4px;
  width: 28%;
  pointer-events: none;
  z-index: 1;
}
.sh-tools5 {
  position: absolute;
  bottom: -77px;
  right: 4px;
  width: 18%;
  pointer-events: none;
  z-index: 1;
}
.sh-tools6{
  position: absolute;
  top: -107px;
  left:0;
  width: 24%;
  pointer-events: none;
  z-index: 1;
}

.sh-tools7{
  position: absolute;
  top: -107px;
  right:0;
  width: 24%;
  pointer-events: none;
  z-index: 1;
  top: 0;
    right: 0;
    width: 16%;
}
.comon-links05-pro figure{
  width: 100px;
  display: block;
}
.comon-links05-pro img{
  filter: brightness(0) invert(1);
}
.comon-links05-pro h4{
  color: var(--whitecolor);
  font-family: "Nunito Sans", sans-serif;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 8px;
}
.comon-links05-pro p{
  color: #e1ffc7;
  font-size: 16px;
}
.why-choose-us05 hr{
  color: #e1ffc7;
  height: 2px;
}
.noui-t {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  display: none;
  padding: 17px 68px 10px 55px;
}

.request-div{
  background: url(../images/cover-img.jpg) center top no-repeat;
  background-size: cover;
  padding: 70px 0;
}
.form-divu .form-control,
.form-divu .form-select{
    height: 60px;
    background-color: #1c1c1c;
    border: 1px solid #383838 !important;
    padding: 20px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #808080;
    font-weight: 400;
}
.form-divu .form-control{
  margin-bottom: 30px;
}
.form-divu textarea.form-control{
  height: 220px;
  resize: none;
}
.btn-apponment{
  background: var(--primary-color);
  text-transform: uppercase;
  font-weight: 600;
  color: var(--whitecolor);
  padding: 15px 40px 10px 40px;
  font-size: 19px;
  transition: ease-in-out 0.5s;
}
.btn-apponment:hover{
  background: var(--whitecolor);
}


.services-div .nav-pills .nav-link{
   font-size: 22px;
   font-family: "Nunito Sans", sans-serif;
   width: 220px;
   border-radius: 0;
   overflow: hidden;
   height: 234px;
   border: solid 1px #f3f3f3;
   text-align: left;
   padding: 0;
   position: relative;
  
}
.services-div .nav-pills .nav-link .icon-s{
  border: solid 2px #ebebeb;
  color: var(--primary-color);
  border-radius: 50%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 58px;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 12px;
  position: relative;
  z-index: 2;
  margin-left: 15px;
  position: absolute;
  top:20px;
  left: 20px;
}
.services-div .nav-pills .nav-link .bg-img02{
  position: relative;
  left: 0;
  height: 204px;
  top:0;
  width: 100%;
  right: 0;
}
.services-div .nav-pills .nav-link .bg-img02{
 visibility: hidden;
}
.nav-pills .nav-link.active .icon-s, 
.nav-pills .show>.nav-link .icon-s{
  color: var(--whitecolor);
}
.nav-pills .nav-link.active .bg-img02,
.nav-pills .show>.nav-link .bg-img02{
  visibility: visible;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background: none !important;
}
.texr01{
  color: var(--darkcolor);
  padding: 15px 25px;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}

.nav-pills .nav-link.active .texr01,
.nav-pills .show>.nav-link .texr01{
  background: var(--darkcolor);
  color: var(--whitecolor);
}
.c-oofers{
  background: var(--whitecolor);
  padding:50px 30px;
  border-radius: 5px;

}
.c-oofers h2{
  font-family: "Nunito Sans", sans-serif;
  font-size: 37px;
  font-weight: 700;
}
.tecr{
  background: #16a06a;
  position: absolute;
  top: 0;
  color: var(--whitecolor);
  padding: 30px 42px;
  position: absolute;
  top: 50%;
  color: var(--whitecolor);
  padding: 30px 42px;
  position: absolute;
  left: 280px;
  background: var(--primary-color);
  width: 250px;
}
.tecr h2{
  font-size: 30px;
  font-weight: 600;
}
.ca-callo {
  font-family: "Nunito Sans", sans-serif;
  font-size: 25px;
  font-weight: 700;

}
.ca-callo span{
  background: var(--primary-color);
  width: 60px;
  height: 60PX;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-right: 15px;
  line-height: 66px;

}
/* .tecr{
  background: #16a06a;
  position: absolute;
  top: 0;
  color: var(--whitecolor);
  padding: 30px 42px;
  position: absolute;
  top: 50%;
  color: var(--whitecolor);
  padding: 30px 42px;
  position: absolute;
  left: 240px;
  background: var(--primary-color);
  width: 250px;
} */
.comon-servicesr li,
.comon-servicesr span{
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
}
.comon-servicesr ul{
  line-height: 38px;
}
.comon-servicesr ul svg{
  color: var(--primary-color);
  width: 30px;
  height: 30px;
}
.boig{
  top:0;
  right: 10px;
}

.btn-book-ser{
  background: var(--primary-color);
  color: var(--whitecolor);
  font-size: 13px;
  padding: 0 25px;
  font-size: 20px;
  padding: 12px 25px 8px 25px;
  text-align: center;
  display: block;
  width: 200px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  transition: ease-in-out 0.5s;
  box-shadow: 10px 10px 40px 0px rgb(83 140 33 / 54%);
}
.btn-book-ser:hover{
  background: var(--darkcolor);
  color: var(--whitecolor);
}
.comon-servicesr li, .comon-servicesr span{
  line-height: 50px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
}
.comon-servicesr ul{
  column-count: 2;
}
.boig-img{
  height: 669px;
  overflow:hidden;
  display: inline-block;
  width: 100%;
}
.boig-img img{
 object-fit: cover;
 width: 100%;
 height: 100%;
}
.quert-tar i{
  color: var(--primary-color);
}
.quert-tar h4{
  line-height: 14px;
}
.quert-tar svg{
  color: var(--primary-color);
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.quert-tar h4 span{
  font-size: 30px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: var(--primary-color);
  
}
.gallery-div{
  background: #e8f2ea;
  padding: 60px 0;
  margin: 70px 0 0 0;
}

.img-us-bxo{
  height: 400px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  box-shadow: 10px 30px 40px 0px rgba(0, 0, 0, 0.25);
}
.img-us-bxo img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: ease-in-out 0.5s;
}
.img-us-bxo::before{
  position: absolute;
  left: 0;
  right: 0;
  content: "+";
  top:35%;
  text-align: center;
  color: var(--whitecolor);
  font-size: 45px;
  margin: auto;
  font-family: "FontAwesome";
  z-index: 2;
  display: block;
  opacity: 0;
  transform: scale(1);
  transition: ease-in-out 0.5s;
}
.cm-port:hover .img-us-bxo img{
  transform: scale(1.1);
}
.cm-port:hover .img-us-bxo::before{
  opacity: 1;
  transform: scale(1.5);
}
.img-texr-gallert{
  position: absolute;
  left: 20px;
  bottom: 30px;
  z-index: 2;
}
.img-us-bxo::after{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 75%;
  content: "";
  background: linear-gradient(1deg, rgba(0, 0, 0, 0.80) 13.61%, rgba(0, 0, 0, 0.00) 68.39%);
}
.img-texr-gallert h6{
  color: var(--whitecolor);
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.img-texr-gallert h5{
  color: var(--whitecolor);
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  width: 90%;
  display: inline-block;
  margin-top: 8px;
}

button.filter.btn {
  border: solid 2px #98ab9b4d;
  padding: 12px 30px 8px 30px;
  font-size: 18px;
  margin: 0 10px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
}
.mixitup-control-active{
  background: var(--primary-color);
  color: var(--whitecolor);
}

.tesmials01-div{
  padding: 70px 0;
  background: url(../images/sr-e.png) right top no-repeat;
  background-size:10%;
}
.reviews-comon{
  box-shadow: #0000001f 1px 2px 29px;
  padding: 30px;
  height: 290px;
  margin: 25px 0;
  border-radius: 10px;
  padding-top: 50px;
  background: var(--whitecolor);
    
}
.reviews-comon span i{
  color: var(--new-color);
}
.reviews-comon p{
  font-size: 18px;
  margin: 10px 0 20px 0;
}
.reviews-comon h4{
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: var(--darkcolor);
  font-size: 22px;
}
.reviews-comon h4 span{
  font-family: "Nunito Sans", sans-serif;
  color: var(--primary-color);
  font-weight: 500;
  font-size: 17px;
  margin-top: 5px;
}
.user-duvy{
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  border: solid 5px var(--new-color);
}
.user-duvy img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.user-duvi{
  position: relative;
}
.clients-name05{
  position: relative;
  padding-top: 20px;
}
.clients-name05::after{
  position: absolute;
  top:0;
  left: 0;
  content: "";
  width: 180px;
  height: 2px;
  border: dotted 1px #5f625d82;
}
.left-ty05{
  width: 70%;
}
.qout{
  position: absolute;
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  top:0;
  right: 0;
  border-radius: 50%;
  text-align: center;
  color: var(--whitecolor);
  font-size: 15px;
  line-height: 48px;
}

.career-div{
  background: var(--darkcolor);
  padding: 70px 0;
}
.btn-apply{
  background: var(--primary-color);
  color: var(--whitecolor);
  font-size: 13px;
  padding: 0 25px;
  font-size: 20px;
  padding: 12px 25px 8px 25px;
  text-align: center;
  display: block;
  width: 200px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  transition: ease-in-out 0.5s;
}
.btn-apply:hover{
  background: var(--whitecolor);
  color: var(--darkcolor);
}
.comon-post05{
  margin-bottom: 30px;
}
.comon-post05 h6{
  color: var(--primary-color);
  font-family: "Nunito Sans", sans-serif;
}
.comon-post05 h5{
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
}
.bg-picu{
  height: 450px;
  border-radius: 8px;
  overflow: hidden;
}
.bg-picu img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.comon-counting h2{
  font-size: 60px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}
.comon-counting p{
  font-size: 30px;
  font-family: "Nunito Sans", sans-serif;
  line-height: 34px;
  font-weight: 700;
}
.comon-counting::after{
  position: absolute;
  content: "";
  right: 0;
  top: -1px;
  width: 1px;
  height: 80px;
  border-left: dotted 1px #626262;
}
.after::after{
  display: none;
}
.blogs-divy{
  background: #fff;
  padding: 60px 0;
}

.teams-div{
  padding: 60px 0;
  background: #e8f2ea;
}
.comon-teams{
  background: var(--whitecolor);
  padding: 20px;
  border-radius: 10px;
  min-height: 400px;
}
.comon-teams figure{
  border-radius: 10px;
  height: 180px;
  overflow: hidden;
}
.comon-teams figure img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.comon-teams h4{
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
}
.comon-teams h4 span{
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--primary-color);
}
.btn-facebock{
  border: solid 2px #ebebeb;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  color: var(--primary-color);
  text-align: center;
  padding: 0;
  line-height: 45px;
}
.btn-facebock svg{
  width: 20px;
  height: 20px;
}

.flip {
  position: relative;
}
.flip > .front, .flip > .back {
  display: block;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.5s;
  transition-property: transform, opacity;
  
}
.flip > .front {
  transform: rotateY(0deg);
  padding: 20px;
}
.flip > .back {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transform: rotateY(-180deg);
  background: var(--primary-color) !important;
  color: var(--whitecolor) !important;
}
.flip > .back p{
  color: var(--whitecolor) !important;
}
.flip:hover > .front {
  transform: rotateY(180deg);
  background: var(--whitecolor);
}
.flip:hover > .back {
  opacity: 1;
  transform: rotateY(0deg);
}
.flip.flip-vertical > .back {
  transform: rotateX(-180deg);
}
.flip.flip-vertical:hover > .front {
  transform: rotateX(180deg);
}
.flip.flip-vertical:hover > .back {
  transform: rotateX(0deg);
}
.flip {
  position: relative;
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 1em;
  width:100%;
}
.flip > .front, .flip > .back {
  display: block;
  width: inherit;
  background-size: cover !important;
  background-position: center !important;
  height: 480px;
  padding: 1.5em ;
  background: var(--whitecolor);
  border-radius: 10px;
  box-shadow: #0000001f 1px 2px 29px;
}
.flip > .front p, .flip > .back p {
  line-height: 160%;
  color: #999;
  margin-top: 10px;
}

.blogs-div{
  padding: 70px 0;
}
.blogs-div figure{
  border-radius: 10px;
  height: 220px;
  overflow: hidden;
}
.blogs-div figure img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.front svg{
  color: var(--primary-color);
}
.front span{
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}
.front h4{
  margin-top: 15px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}
.front p{
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
}
.txer-date{
  background: var(--whitecolor);
  color: var(--primary-color) !important;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  position: absolute;
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 5px;
  line-height: 60px;
  padding-top: 17px;
  bottom: 20px;
  left: 20px;
}

.formuyt-div {
  background: #F6F4EC;
  border-radius: 20px;
  padding: 55px;
}
.formuyt-div .form-control {
  height: 50px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  margin-bottom: 26px;
  font-size: 17px;
  padding-left: 15px;
  padding-top: 10px;
  font-family: "Nunito Sans", sans-serif;
}

.formuyt-div textarea.form-control {
  height: 145px;
  resize: none;
}

.comon-loction p, .comon-loction a {
  color: var(--whitecolor);
  font-size: 18px;
  font-weight: 400;
  transition: all 0.5s;
}
.formuyt-div .btn-submit {
  background: var(--primary-color);
  font-weight: 600;
  border-radius: 12px;
  box-shadow: 10px 10px 40px 0px rgb(83 140 33 / 54%);
  height: 56px;
  font-size: 16px;
  padding: 0 30px;
  color: var(--whitecolor) !important;
  transition: all 0.5s;
}
footer {
  background: url(../images/ft-bgh.png) no-repeat bottom center;
  background-size: cover;
  min-height: 963px;
  padding-top: 480px;
  margin-top: 20px;
}
.comon-loction h5 {
  font-size: 20px;
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
}

.comon-loction::after {
  position: absolute;
  right: 30px;
  content: "";
  background: #ffffffa3;
  height: 87px;
  width: 2px;
  top: 0;
}
.comon-pagest a {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  line-height: 40px;
  font-weight: 300;
}
.foyrt {
  margin-top: 60px;
  font-family: "Nunito Sans", sans-serif;
  background: #ffffff;
  font-size: 18px;
}
.ft-lisuy{
  column-count: 2;
}
.afater::after{
  display: none;
}
.subcitxr {
  background: var(--whitecolor);
  height: 61px;
  border-radius: 8px;
  padding: 0 10px 0 30px;
}
.btn-subcribe {
  background: var(--lightcolor);
  height: 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  padding: 0 21px;
  font-family: "Nunito Sans", sans-serif;
}
.subcitxr .form-control {
  height: 35px;
  border: none;
  font-size: 16px;
  padding-left: 0;
  font-family: "Nunito Sans", sans-serif;
}
.socliu a {
  font-size: 28px;
  margin-top: 15px;
  padding: 0;
  margin-right: 8px;
  border: solid 2px var(--whitecolor);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: inline-block;
  color: var(--whitecolor);
  padding-top: 2px;
}
.socliu a svg{
  width:20px;
  height: 20px;
}
.socliu a:hover{
  background: var(--whitecolor);
  color: var(--primary-color)
}
.coptxy {
  background: var(--primary-color);
  padding: 15px 0;
  margin-top: 50px;
  font-size: 14px;
  color: var(--whitecolor) !important;
}
.btn-aplouy{
  background: var(--darkcolor);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--whitecolor);
  padding: 12px 26px 7px 26px;
  transition: ease 0.5s;
}
.btn-aplouy:hover{
  background: var(--whitecolor);
  color: var(--darkcolor);
}
.navbar-toggler{
  border: none !important;
  color: var(--whitecolor) !important;
}
.navbar-toggler:focus{
  box-shadow: none !important;
}
.navbar-toggler svg{
  color: var(--whitecolor);
}
.bg-img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mobile-menu-sec>ul>li {
  margin-bottom: 15px;
}
.mobile-menu-sec a {
  font-weight: 600;
  font-size: 18px;
  font-family: "Nunito Sans", sans-serif;
}
.side-media {
  list-style-type: none;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
.side-media li {
  margin: 0 5px;
}
.close-menu {
  border: none;
  color: var(--darkcolor);
  background: none !important;
  position: absolute;
  right: 21px;
  top: 10px;
}
.side-media li a {
  background: var(--darkcolor);
  color: #fff;
  padding: 10px 12px 5px 12px;
  border-radius: 8px;
  display: inline-block;
}













#page {
  position: relative;
  z-index: 9;
}

#loading {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999;
  width: 100%;
  height: 100%;
  background: #fff;
}

.page-loader {
  -webkit-animation-name: pageloader;
  animation-name: pageloader;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border: 1px solid transparent;
  border-radius: 50%;
  opacity: 1;
  cursor: wait;
  display: block;
  border-width: 2px;
  width: 35px;
  height: 35px;
  border-top-color: #00774e;
  border-left-color: #00774e;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@-webkit-keyframes pageloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes pageloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@media(max-width:1180px){
  .navbar-nav .nav-link{
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-size: 12px;
  }
  .banner-part{
    margin-top: 143px;
  }
  .comon-links-top h5{
    font-size: 16px;
  }
  .banner-part .owl-carousel .items-sliders .container-xl h2{
    font-size: 60px;
  }
  .big-iamg{
    position: relative;
    top:40px;
  }
  .c-oofers h2{
    font-size: 28px;
  }
  .quert-tar h4 span{
    font-size: 27px;
  }
  .quert-tar h4{
    font-size: 21px;
  }
  .tecr{
    left: 210px;
    width: 240px;
  }
  .mian-heading{
    font-size: 35px;
  }
}
@media(max-width:910px){
  .comon-counting p{
      font-size: 25px;
  }
  .comon-counting h2{
    font-size: 35px;
  }
  .flip > .front, .flip > .back{
    height: 520px;
  }
}
@media(max-width:768px){
  .banner-part .owl-carousel .items-sliders .container-xl h2{
    font-size: 45px;
    line-height: 55px;
  }
  .banner-part{
    margin-top: 145px;
  }
  .sh-tools1,
  .sh-tools3,
  .sh-tools2,
  .sh-tools4,
  .sh-tools5{
    display: none;
  }
  .tecr{
    position: relative;
    left: 0;
  }
}
@media(max-width:668px){
  .tecr{
    position: relative;
    left: 0;
    width: 100%;
  }
  .boig-img,
  .bg-picu{
    height: 369px;
  }
  .comon-servicesr ul{
    column-count: 1;
  }
  .sh-tools2{
    width: 90%;
  }
  .reviews-comon{
    height: 450px;
  }
  .left-ty05{
    width: 100%;
  }
  .qout{
    left: 0;
  }
  .user-duvi{
    margin-top: 25px !important;
  }
}
@media(max-width:480px){
  .banner-part .owl-carousel .items-sliders .container-xl h2{
    font-size: 25px;
    line-height: 25px;
  }
  .items-sliders,
  .banner-part{
    min-height: 500px;
  }
  .items-sliders{
    padding-top: 30px;
  }
  .banner-part .owl-carousel h6{
    font-size: 18px;
  }
  .btn-shop-now,
  .btn-services{
    font-size: 15px;
    padding: 12px 22px 10px;
  }

  .mian-heading{
     font-size: 35px;
  }
  .why-choose-us05 p.spt{
    font-size: 16px;
  }
 
  .comon-links05-pro h4{
    font-size: 16px;
  }
  .c-oofers h2{
    font-size: 26px;
  }
  .btn-apponment{
    font-size: 16px;
  }
 
}
@media(max-width:375px){
  .banner-part .owl-carousel .items-sliders .container-xl h2{
    font-size: 25px;
    line-height: 25px;
  }
  .items-sliders,
  .banner-part{
    min-height: 370px;
  }
  .banner-part{
     height:  370px;
     margin-top: 138px;
  }
}

.btn-comu img{
  filter: brightness(0) invert(1);
}
.btn-comu:hover img{
  filter:none;
}