@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
:root {
  --textcolor: #3d3d3d;
  --secondarytextcolor: #666666;
  --primarycolor: 84, 196, 98;
  --secondarycolor: #fff2a9;
  --textondark: #d7d7d7;
  --secondarySectionbg: #f5f5f5;
}
body {
  font-family: 'Open Sans', sans-serif;
  color: var(--textcolor);
}

a{
  text-decoration: none;
}
img{
  max-width: 100%;
}

.primary-button {
    font-weight: 600;
    color: #ffffff;
    padding: 0.675rem 1.5rem;
    font-size: 1.2rem;
    border-radius: 3rem;
    background-color: rgb(var(--primarycolor));
    box-shadow: 0px 9px 20px rgb(0 0 0 / 10%);
    border: 2px solid rgb(var(--primarycolor));
    transition: all .5s;
}

.primary-button:hover {
    background-color: var(--textcolor);
    color: rgb(var(--primarycolor));

}
.outline-button {
    font-weight: bold;
    color: rgb(var(--primarycolor));
    border: 2px solid rgb(var(--primarycolor));
    padding: 0.675rem 1.5rem;
    font-size: 1.2rem;
    border-radius: 3rem;
    background-color: transparent;
    box-shadow: 0px 9px 20px rgb(0 0 0 / 10%);
    transition: all .5s;
}

.outline-button:hover {
    color: #ffffff;
    background-color: rgb(var(--primarycolor));
}

section{
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.section-padding{
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-header{
  font-weight: bold;
  font-size: 50px;
  color: var(--textcolor);
}
.section-description{
  font-size: 20px;
  font-weight: 300;
  color: var(--textcolor);
}
.small-header {
  border-bottom: 3px solid rgb(var(--primarycolor));
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 20px;
  font-size: 22px;
  width: fit-content;
}
.highlighter{
  color: rgb(var(--primarycolor));
}

.card-shadow{
  transition: box-shadow 0.5s ease;
}
.card-shadow:hover {
  box-shadow: 0px 20px 30px rgb(0 0 0 / 10%);
}

.form-control {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--textcolor);
  border: 1px solid var(--secondarytextcolor);
  border-radius: 20px;
}
.form-control:focus {
  color: var(--textcolor);
  background-color: #fff;
  border-color: var(--secondarytextcolor);
  outline: 0;
  box-shadow: 0 0 10px 0rem rgba(var(--primarycolor), 0.6);
}

 @keyframes fadeIn {
   from{ opacity: 0}
   to{ opacity: 1}
 }
 .dropdown-item.active, .dropdown-item:active {
    background-color: #ffffff24;
}
 .dropdown-item.active:hover {
    color: #ffffff;
}

.inner-page-header{
  font-size: 40px;
  font-weight: 700;
}
.inner-page-description{
  font-size: 18px;
  font-weight: 300;
  color: var(--textcolor);
}


@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1140px;
  }
}
@media (max-width: 767px){
  .section-header {
    font-size: 40px;
  }
  .section-description {
    font-size: 17px;
  }
  .primary-button, .outline-button {
    font-size: 15px;
    padding: 7px 20px;
  }
  .inner-page-header{
    font-size: 30px;
  }

}

/* pageloader start */
.page-loader{
  position: fixed;
  transition: all .5s;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #ffffff;
  z-index: 13;
}
.page-loader .top-half{
  position: absolute;
  opacity: 1;
  transition: all .5s;
  top:0;
  left: 0;
  height: 50vh;
  width: 100%;
  background: rgb(var(--primarycolor));
}
.page-loader .bottom-half{
  position: absolute;
  transition: all .5s;
  bottom:0;
  left: 0;
  height: 50vh;
  width: 100%;
  background: rgb(var(--primarycolor));
}
.page-loader .text{
  position: absolute;
  color: #ffffff;
  height: fit-content;
  width: fit-content;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
.page-loader .text div{
  font-size: 50px;
  font-weight: 700;
}
.page-loader .dot {
  animation: loaderdot 1.2s infinite;
  margin-left: 9px;
}
.page-loader .dot2{
  animation-delay: .2s;
}
.page-loader .dot3{
  animation-delay: .4s;
}
@keyframes loaderdot {
  0%{
    margin-bottom: 0px;
  }
  50%{
    margin-bottom: 10px;
  }
  100%{
    margin-bottom: 0px;
  }
}

.fullyloaded .page-loader .top-half{
  top:-51%;
}
.fullyloaded .page-loader .bottom-half{
  bottom:-51%;
}
.fullyloaded .page-loader{
  opacity: 0;
}
.fullyloaded .page-loader .text{
  display: none;
}

@media (max-width:767px) {
  .page-loader .text div {
    font-size: 40px;
  }
}


/* pageloader end */



/* navbar css start */

.navbar-wrapper {
    width: 100%;
    background: transparent;
    z-index: 8;
    top:-60px;
    transition: top .5s;
    border-radius: 0 0 15px 15px;
}
.navbar-wrapper.scrolled{
    background: rgb(var(--primarycolor));
    box-shadow: 0px 4px 17px 0 rgb(0 0 0 / 13%);
    position: fixed;
    top: 0px;
}

.navbar-brand .logo{
  width: 162px;
  height: 32px;
  background: url(../images/common/logo.png);
  background-size: cover;
}
.scrolled .navbar-brand .logo{
  background: url(../images/common/logo_dark.png);
  background-size: cover;
}



.nav-link {
    color: var(--textcolor);
    text-transform: capitalize;
    font-weight: 600;
    transition: unset;
    padding: 10px 20px;
    position: relative;
    transition: all .5s;
}

.scrolled .nav-link {
    color: #ffffff;
}

.desktop-nav .nav-item{
  padding: 0 15px;
}
.desktop-nav .nav-item:first-child{
  padding-left:30px;
}
.desktop-nav .nav-item:last-child{
  padding-right:30px;
}


.nav-link:hover, .nav-link:focus {
    color: rgb(var(--primarycolor));
}

.nav-link.active {
  border-bottom: 2px solid rgb(var(--primarycolor));
}

.scrolled .nav-link.active {
  border-bottom: 2px solid #ffffff;
}
.scrolled .nav-link:hover {
  color: var(--textcolor);
}


.navbar-toggler{
  border: none;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler i {
    font-size: 28px;
    height: 28px;
    color: #ffffff;
}



.desktop-nav .custom-dropdown {
  position: relative;
}
.desktop-nav .custom-dropdown .custom-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.desktop-nav .custom-dropdown .menu {
  position: absolute;
  z-index: 10;
  min-width: 10rem;
  padding-top: 10px;
  padding-left: 0;
  text-align: left;
  list-style: none;
  background: transparent;
  display: none;
  transition: all .5s;
  opacity: 0;
}
.desktop-nav .custom-dropdown:hover .menu {
  display: block;
  animation: fadeIn .5s both ease;
}
.desktop-nav .custom-dropdown:hover > .nav-link {
  color: rgb(var(--primarycolor));
}
.scrolled .desktop-nav .custom-dropdown:hover > .nav-link {
  color: var(--textcolor);
}

.desktop-nav .custom-dropdown .menu .item{
  display: block;
  width: 100%;
  padding: 10px 20px;
  background: var(--textcolor);
  color: #ffffff;
  transition: all .5s;
  border-left: 0px;
}
.desktop-nav .custom-dropdown .menu .item:hover{
  padding-left: 25px;
  border-left: 10px solid rgb(var(--primarycolor));
  background: #282828;
}
.desktop-nav .custom-dropdown .menu li:first-of-type .item{
  border-radius: 10px 10px 0 0;
}
.desktop-nav .custom-dropdown .menu li:last-of-type .item{
  border-radius: 0 0 10px 10px ;
}




@media (max-width: 991px) {
  .navbar-wrapper {
    background: rgb(var(--primarycolor));
  }
  .navbar-brand .logo{
    background: url(../images/common/logo_dark.png);
    background-size: cover;
  }

}

/* navbar css end */




/* particle animation start */




.particle-animation-wrapper{
  position: absolute;
  width: 1140px;
  max-width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.particle-animation-wrapper .full-block{
  position: absolute;
  inset: 0;
}
.particle-animation-wrapper .left-block{
  position: absolute;
  inset: 0% 50% 0% 0%;
}
.particle-animation-wrapper .right-block{
  position: absolute;
  inset: 0% 0% 0% 50%;
}
.particle-animation-wrapper .top-block{
  position: absolute;
  inset: 0% 0% 50% 0%;
}
.particle-animation-wrapper .bottom-block{
  position: absolute;
  inset: 50% 0% 0% 0%;
}




.moving-element1{
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../images/common/element1.png);
}
.moving-element2{
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../images/common/element2.png);
}
.moving-element3{
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../images/common/element3.png);
}
.moving-element-wave{
  position: absolute;
  width: 170px;
  height: 10px;
  background: url(../images/common/element4.png);
}



.random-ract-type-anim1{
  animation: rrta1 200s infinite;
  animation-timing-function: linear;
}
.random-ract-type-anim2{
  animation: rrta2 200s infinite;
  animation-timing-function: linear;
}
.random-tri-type-anim1{
  animation: rtta1 200s infinite;
  animation-timing-function: linear;
}
.random-tri-type-anim2{
  animation: rtta2 200s infinite;
  animation-timing-function: linear;
}
.random-wave-type-anim{
  animation: rwta1 200s infinite;
  animation-timing-function: linear;
}
.random-wave-type-anim2{
  animation: rwta2 200s infinite;
  animation-timing-function: linear;
}


@keyframes rrta1 {
  0%{ left: 0%;  top: 30%; }
  25%{ left: 70%; top: 90%; }
  50%{ left: 90%; top: 70%; }
  75%{ left: 30%; top: 0%; }
  100%{ left: 0%; top: 30%; }
}
@keyframes rrta2 {
  0%{ left: 90%;  top: 70%; }
  25%{ left: 70%; top: 90%; }
  50%{ left: 0%; top: 30%; }
  75%{ left: 30%; top: 0%; }
  100%{ left: 90%;  top: 70%; }
}






@keyframes rtta1 {
  0%{ left: 80%;  top: 20%; }
  33%{ left: 0%; top: 70%; }
  66%{ left: 30%; top: 90%; }
  100%{ left: 80%;  top: 20%; }
}

@keyframes rtta2 {
  0%{ left: 10%;  top: 80%; }
  33%{ left: 70%; top: 10%; }
  66%{ left: 90%; top: 40%; }
  100%{ left: 10%;  top: 80%; }
}




@keyframes rwta1 {
  0%{ left: 50%;  top: 45%; }
  50%{ left: 90%; top: 45%; }
  100%{ left: 50%;  top: 45%; }
}
@keyframes rwta2 {
  0%{ left: 0%;  top: 45%; }
  50%{ left: 90%; top: 45%; }
  100%{ left: 0%;  top: 45%; }
}

/* particle animation end */








/* footer section start */


.footer-section{
  background: var(--textcolor);
  border-radius: 15px 15px 0 0;
}
.footer-section a, .footer-section p {
  color: var(--textondark);
  font-weight: 300;
  font-size: 16px;
}
.footer-section h4{
  color: white;
}
.footer-section .logo{
  margin-bottom: 25px;
}
.footer-section h4 {
  margin-bottom: 21px;
  font-size: 24px;
  font-weight: 600;
}
.footer-section .link {
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
  transition: all .5s;
}
.footer-section .link:hover{
  color: rgb(var(--primarycolor));
  font-weight: 600;
}

.footer-section .footer-social-icons{
  display: flex;

}
.footer-section .footer-social-icons .icon i{
  font-size: 20px;
  font-weight: 300;
  color: var(--textcolor);
  transition: all .5s;
}
.footer-section .footer-social-icons .icon:hover{
  background: var(--textcolor);
}
.footer-section .footer-social-icons .icon:hover i{
  color: rgb(var(--primarycolor));
}
.footer-section .footer-social-icons .icon{
  height: 40px;
  width: 40px;
  text-align: center;
  border: 1px solid rgb(var(--primarycolor));
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 20px;
  transition: all .5s;
  background: rgb(var(--primarycolor));
}
.footer-section .get-in-touch .item{
  margin-bottom: 20px;
}

.footer-section .get-in-touch .item a{
  display: flex;
  align-items: center;
}

.footer-section .get-in-touch .item i{
  color: rgb(var(--primarycolor));
  font-size: 18px;
}


/* footer section end */




/* side menu start */

.overly-section{
  transition-duration: .5s;
  opacity: 0;
  transition-timing-function: ease;
}

.overly-section.open {
  display: block;
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  background: rgb(var(--primarycolor));
  z-index: 9;
  opacity: .7;
}

.side-menu{
  position: fixed;
  top: 0;
  right: -250px;
  width: 250px;
  height: 100vh;
  z-index: 11;
  transition-duration: .5s;
  opacity: 0;
  transition-timing-function: ease;
  background: var(--textcolor);
}
.side-menu.open{
  right: 0px;
  opacity: 1;
}
.side-menu .close-button-wrapper {
  position: absolute;
  background: #ffffff;
  width: fit-content;
  height: fit-content;
  transform: translateX(-100%);
  top: 0;
  border-radius: 5px 0 0 5px;
}
.side-menu .close-button{
  background: none;
  border: none;
  font-size: 40px;
  line-height: 40px;
  color: rgb(var(--primarycolor))
}
.side-menu .menus{
  display: flex;
  flex-wrap: wrap;
  height: calc(100vh - 64px);
  overflow-y: scroll;
}
.side-menu .menus > ul{
  width: 100%;
}

.side-menu .menus > ul > li{
  border-bottom: 1px solid #5a5a5a;
}
.side-menu .menus > ul > li > button {
  width: 100%;
  color: #ffffff;
  background: #3d3d3d;
  padding: 10px 20px;
}
.side-menu .menus a{
  width: 100%;
  display: block;
  color: #ffffff;
  padding: 10px 20px;
}
.side-menu .menus a:hover{
  background: rgba(var(--primarycolor), 0.3);
  color: #ffffff;
}
.side-menu .menus ul ul a{
  background: #343434;
}
.side-menu .menus ul ul a::before{
  width: 1.25em;
  line-height: 0;
  font-family: 'FontAwesome';
  content: "\f30b" !important; 
  color: rgb(var(--primarycolor));
  margin-right: 8px;
}




.side-menu .btn-toggle::after {
  width: 1.25em;
  line-height: 0;
  font-family: 'FontAwesome';
  content: "\f107" !important; 
  color: rgb(var(--primarycolor));
  margin-left: auto;
}


.side-menu .social-icons{
  width: 100%;
  display: flex;
  margin-left: 20px;
  position: absolute;
  left: 0;
  bottom: 20px;
}
.side-menu .social-icons .icon i{
  font-size: 15px;
  font-weight: 300;
  color: rgb(var(--primarycolor));
}

.side-menu .social-icons .icon{
  height: 30px;
  width: 30px;
  text-align: center;
  border: 1px solid rgb(var(--primarycolor));
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 20px;
}


/* side menu end */


/* breadcrumb section start */

.breadcrumb-section{
  background: var(--secondarySectionbg);
}
.breadcrumb-section .particle-animation-wrapper{
  background: url(../images/common/breadcrumbbg.png) no-repeat;
  background-size: cover;
  background-position: left 26% top 0%;
}
.breadcrumb-section .headline{
  color: rgb(var(--primarycolor));
  font-weight: 700;
  font-size: 50px;
}
.breadcrumb-item + .breadcrumb-item::before {
  font-family: 'FontAwesome';
  content: "\f105" !important; 
  color: rgb(var(--primarycolor));
}
.breadcrumb-item a {
  color: var(--textcolor);
  font-weight: 700;
}
.breadcrumb-item.active{
  color: var(--textcolor);
  font-weight: 400;
}

@media (max-width:576px) {
  .breadcrumb-section .headline{
    font-size: 45px;
  }
}
@media (max-width:359px) {
  .breadcrumb-section .headline{
    font-size: 40px;
  }
}


/* breadcrumb section end */


/* check list start  */

.check-list ul{
  padding-left: 0;
  list-style: none;
}
.check-list ul li{
  margin-bottom: 13px;
}
.check-list i {
  color: rgb(var(--primarycolor));
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
  padding: 3px;
  background: rgb(var(--primarycolor), 0.1);
 
  border-radius: 5px;
}
.check-list p {
  margin-bottom: 0;
  font-weight: 700;
  color: var(--textcolor);
}


/* check list end  */



/* testimonial section start */

.testimonial-section{
  background: var(--secondarySectionbg);
}

.testimonial-section .carousel-padding{
  padding-left: 50px;
  padding-right: 50px;
}

.testimonial-section .swiper {
  width: 100%;
}
.testimonial-section .swiper .item{
  background: #ffffff;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #ebebeb;
  box-shadow: 0px 1px 4px rgb(0 0 0 / 10%);
  transition: all .5s;
  margin:40px 60px;
  position: relative;
}
.testimonial-section .swiper .item:hover .image{
  filter: grayscale(0);
}

.testimonial-section .swiper .item:hover {
  box-shadow: 0px 20px 30px rgb(0 0 0 / 10%);
  border: 1px solid rgb(var(--primarycolor));
}
.testimonial-section .swiper .item .icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: -37px;
}
.testimonial-section .swiper .item .icon i{
 font-size: 65px;
 color: var(--secondarytextcolor);
}
.testimonial-section .swiper .item .text{
 font-size: 15px;
 margin-top: 15px;
 margin-bottom: 25px;
 color: var(--secondarytextcolor);
}
.testimonial-section .swiper .item .image{
 width: 50px;
 height: 50px;
 border-radius: 50%;
 overflow: hidden;
 border: 1px solid rgb(var(--primarycolor));
 transition: all .5s;
 filter: grayscale(1);
}

.testimonial-section .swiper .item .description{
 margin-left: 15px;
}
.testimonial-section .swiper .item .name{
 font-size: 20px;
 font-weight: 600;
 margin-bottom: 0px;
}
.testimonial-section .swiper .item .designation{
 font-size: 15px;
 font-weight: 300;
 margin-bottom: 0px;
}

.testimonial-section .swiper-button-next, .testimonial-section .swiper-button-prev{
  width: 40px;
  height: 40px;
  background: rgb(var(--primarycolor));
  border-radius: 50%;
}
.testimonial-section .swiper-button-next:after, .testimonial-section .swiper-button-prev:after {
    display: none;
}
.testimonial-section .swiper-button-next i, .testimonial-section .swiper-button-prev i {
    font-size: 17px;
    color: #ffffff;
}
.testimonial-section .swiper-button-prev {
    left: 0px;
}
.testimonial-section .swiper-button-next {
    right: 0px;
}
.testimonial-section .swiper-pagination-bullet-active{
  background: var(--textcolor);
}

@media (max-width:991px) {
  .testimonial-section .carousel-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width:575px) {
  .testimonial-section .carousel-padding {
    padding-left: 10px;
    padding-right: 10px;
  }
  .testimonial-section .swiper .item {
    margin: 40px 25px;
  }
}


/* testimonial section end */
