/*
Designed By : Atin Gupta 
*/
a {
    color:#37a000;
    text-decoration: none;
}
.h-650{height:650px;}
.response{margin:0px 20px;}
.addhover {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.text-primary {
    color: #F3525A !important;
}
.bg-primary {
    background-color: #F3525A !important;
}
.addhover:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
    color: #198754 !important;
}
.navbar .nav-link:hover{color:#37a000;}
#message_sent{display:none;}
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Alegreya+SC');
@import url('https://fonts.googleapis.com/css?family=Nunito:600|Open+Sans');
.draw {
  background: none;
  border: 0;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 2px transparent;
  position: relative;
  vertical-align: middle;
}
.draw::before, .draw::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.draw {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.draw::before, .draw::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.draw::before {
  top: 0;
  left: 0;
}
.draw::after {
  bottom: 0;
  right: 0;
}
.draw:hover {
  color: #37a000;
}
.draw:hover::before, .draw:hover::after {
  width: 100%;
  height: 100%;
}
.draw:hover::before {
  border-top-color: #37a000;
  border-right-color: #37a000;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.draw:hover::after {
  border-bottom-color: #37a000;
  border-left-color: #37a000;
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}





body {
    background: #ffffff;    
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color:#6B6A75;
    position: relative;
  }
html, body {
     width: 100%;
     overflow-x: hidden;
  }

h1, h2, h3, h4, h5,h6 , .heading , .subheading {
  font-weight: bold;
  letter-spacing: 2px;
  font-family: "Plus Jakarta Sans", serif;
}

.heading {
  font-size: 20px;
  
}
.subheading {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 60px;
}
.bold {
  font-weight: bold;
}

a {
  outline: none !important;
}



.section-title strong {
	color: #37a000;
  	font-size: 56px;
}

.section-title h1 {
	font-size: 24px;
}

.section-title {
  padding-bottom: 32px;
}

.medium-icon {
  font-size: 32px !important;
}

#work,#about, #team, 
#portfolio, #pricing, #clients,  #contact  {
   padding-top: 100px;
  padding-bottom: 100px;
}


/* ==========================================================================
preloader section
========================================================================== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: none repeat scroll 0 0 #fff;
}
.sk-spinner-circle.sk-spinner {
  width: 22px;
  height: 22px;
  position: relative; }
.sk-spinner-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
.sk-spinner-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: #37a000;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
.sk-spinner-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-spinner-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-spinner-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-spinner-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-spinner-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-spinner-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-spinner-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-spinner-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-spinner-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-spinner-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-spinner-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-spinner-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-spinner-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-spinner-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-spinner-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-spinner-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-spinner-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-spinner-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-spinner-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-spinner-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-spinner-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-spinner-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }


/* ==========================================================================
navigation section
========================================================================== */
.custom-navbar {
    background: #333;
    margin-bottom: 0;
}
.custom-navbar .navbar-brand  {
  color: #37a000;
  font-weight: 600;
  font-size: 24px;
}
.custom-navbar .navbar-brand .navbar-toggle {
    background: #37a000;
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
    }
.custom-navbar .nav li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    }
.custom-navbar .nav li a:hover {
  	background: transparent;
   color: #37a000;
}
.custom-navbar .nav > li > a:focus {
  background-color: transparent;
  color: #ffffff;
  outline: none;
}
.custom-navbar .nav li.active > a {
      color: #37a000;
    }
.custom-navbar .navbar-toggle {
        border: none;
        padding-top: 10px;
    }
.custom-navbar .navbar-toggle .icon-bar {
        background: #37a000;
        border-color: transparent;
    }
@media(min-width:768px){
    .custom-navbar {
            background: #333;
            padding: 10px;
            border-bottom: 0;
            background: 0 0;
         }
    .custom-navbar.top-nav-collapse {
            padding: 8px;
            background: #333;
        }
}


/* ==========================================================================
home section
========================================================================== */
#home {
  
}
#home h1 {
  font-size: 40px;
}
#home h3 {
  font-size: 14px;
}
#home hr {
  width: 240px;
}
#home .btn {
  background: transparent;
  border: 4px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 12px 42px;
  margin-top: 40px;
  /*margin-right: 16px;*/
  transition: all 0.4s ease-in-out;
}
#home .btn:hover {
  background: #37a000;
  border-color: transparent;
}
#home .btn-danger {
  background: #37a000;
  border-color: transparent;
}
#home .btn-danger:hover {
	border: 4px solid #ffffff;
  	border-radius: 0;
	background: transparent;
  	color: #ffffff;
}

/* ==========================================================================
work section
========================================================================== */
#work {
    text-align: center;
}
#work .col-md-4 {
  padding: 28px;
  position: relative;
  transition: all 0.4s ease-in-out;
}
#work .col-md-4:hover {
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
}
#work h3 {
  font-size: 18px;
}


/* ==========================================================================
about section
========================================================================== */
#about {
  background: #3B3B3B;
  color: #ffffff;
}
.nav-tabs .nav-link{color:#fff; border:0px; margin:0px;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color:#37a000;
    background:none;
    border:0px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    color:#37a000;
    background:none;
    border:0px;
}


/* ==========================================================================
team section
========================================================================== */
#team {
  text-align: center;
}
#team h3 {
  color: #37a000;
  font-size: 14px;
  font-weight: bold;
}
#team .col-md-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}
#team .team-wrapper {
  overflow: hidden;
  position: relative;
}
#team .team-des {
  background-color: rgba(00,00,00,0.6);
  position: absolute;
  color: #ffffff;
  opacity: 0;
  max-width: 500px;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#team .team-des:hover {
 opacity: 1;
}
#team img {
  margin: 0 auto;
  width:100%;
}

#team .social-icon li a {
  color: #fff;
}

#team .social-icon li a:hover {
  color: #37a000;
}

/* ==========================================================================
portfolio section
========================================================================== */
.gallery {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 20px;
        }
        .gallery .col-sm-3{margin-bottom:20px;}
    
        .overlay {
            display: none;
            position: fixed;
            top: 8%;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }
    
        
    
        .overlay .close-btn {
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 24px;
            color: white;
            cursor: pointer;
            background: none;
            border: none;
        }
#portfolio {
  background-color: #f6f6f6;
  text-align: center;
  }
/*#portfolio .container {*/
/*  width: 100%;*/
/*  padding: 0;*/
/*  margin: 0;*/
/*}*/
#portfolio img {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
/*#portfolio img:hover {*/
/*  opacity: 0.5;*/
/*}*/
/* FILTER CSS */
.filter-wrapper {
    width: 100%;
    margin: 40px 0 24px 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}
.filter-wrapper li a {
    color: #999999;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.filter-wrapper li .selected,
.filter-wrapper li a:focus,
.filter-wrapper li a:hover {
    color: #37a000;
    outline: none;
  }

/* ISOTOPE BOX CSS */
.iso-box-section {
    width: 100%;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fluid-img {
  width: 100%;
  display: block;
}

/* ==========================================================================
pricing section
========================================================================== */
#pricing {
  text-align: center;
}
#pricing h2 {
  font-size: 52px;
}
#pricing h3 {
  font-size: 16px;
}
#pricing .plan {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
  padding-top: 40px;
  padding-bottom: 80px;
  margin-bottom: 32px;
}
#pricing .plan span {
	font-size: 16px;
}
#pricing .plan .plan_title {
  font-weight: 300;
  letter-spacing: 2px;
  padding: 30px 30px 0px 30px;
  margin-bottom: 20px;
}
#pricing .medium-icon {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
  border-radius: 50%;
  font-size: 52px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  margin-bottom: 32px;
}
#pricing .plan ul {
  padding: 0px;
}
#pricing .plan ul li {
  display: block;
  font-weight: 500;
  padding: 12px 0px;
}
#pricing .plan .btn {
  border: none;
  border-radius: 0px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 60px;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  text-transform: uppercase;
}
#pricing .plan-one .btn {
  background-color: #37a000;
}
#pricing .plan-two .btn {
  background-color: #37a000;
}
#pricing .plan-three .btn {
  background-color: #37a000;
}
#pricing .plan .btn:hover {
  background-color: rgba(55,160,0,0.8);
}

/* ==========================================================================
Clinets section
========================================================================== */
#clients {
  text-align: center;
}
#clients h3 {
  color: #37a000;
  font-size: 14px;
  font-weight: bold;
}
#clients .col-md-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}
#clients .clients-wrapper {
  overflow: hidden;
  position: relative;
}
#clients .clients-des {
  background-color: rgba(00,00,00,0.6);
  position: absolute;
  color: #ffffff;
  opacity: 0;
  max-width: 500px;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#clients .clients-des:hover {
 opacity: 1;
}
#clients img {
  margin: 0 auto;
}

#clients .social-icon li a {
  color: #fff;
}

#clients .social-icon li a:hover {
  color: #37a000;
}

.carousel-indicators [data-bs-target]{background-color: #000;}

/* ==========================================================================
contact section
========================================================================== */
#contact {
  background: #3B3B3B url('../images/contact-bg.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
}
#contact h2 {
  padding-bottom: 20px;
}
#contact h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}
#contact .medium-icon {
  padding-top: 10px;
  padding-right: 10px;
}
#contact .contact-info div {
  padding-top: 14px;
  padding-bottom: 14px;
}
#contact form {
  padding-top: 60px;
}
#contact .form-control {
  border: 2px solid #ffffff;
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
#contact input {
  height: 40px;
}
#contact input[type="submit"] {
  background: #37a000;
  border: 3px solid #37a000;
  letter-spacing: 1px;
  margin-top: 18px;
  height: 50px;
  color: #ffffff;
}
#contact input[type="submit"]:hover {
  color: #fff;
  background: rgba(55,160,0,0.8);
  border: 3px solid rgba(55,160,0,0.8);
}



/* ==========================================================================
footer section
========================================================================== */
footer {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #333;
  color: #999;
}
footer a{transition: all 0.4s ease-in-out;  border-bottom:1px solid #333; }
footer a:hover{ text-decoration:none;  color:#37a000;}
body>footer .wrap {
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 1rem 10px 0;
	text-align:left;
	}
body>footer .wrap p{
margin:0px; padding:0px;
}
footer p {
  margin:0px;
}
footer p a:hover{color:#fff; transition: all 0.3s ease;}
.social-icon {
  padding: 0;
  margin: 0;
}
.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 6px;
}
.social-icon li a {
  color: #808080;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}
.social-icon li a:hover {
  color: #37a000;
  
}

@media screen and (min-width: 992px) {
  @-moz-document url-prefix() {
    #portfolio .col-lg-4,
    #portfolio .col-md-4 {
      width: 33.333%;
    }
  }    
}

/* ==========================================================================
media quires for mobile and webViews
========================================================================== */
@media (max-width: 768px){
    .h-650{height:auto;}
	#work{margin:0px 20px;}
	.webView{display: none;}
	.make-center{ text-align:center !important;}
	.mobView{display: block;}
	.navbar-header{padding: 8px;}
	#home h1 {
    font-size: 20px;
}
 #work{ padding-top: 40px;}
 #home h1 {
        font-size: 22px;
    }
    #home h5 {
        font-size: 14px;
    }
#quoteModal{padding-right:0px !important;}
	#home .btn {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 4px;
  margin-top: 0px;
  margin-right: 0px;
  transition: all 0.4s ease-in-out;
}
}
@media (max-width: 440px) {
.social-icon li a{width:39px; height:39px;}
.custom-navbar .navbar-brand{font-size:22px;}
#pricing .plan .plan_title{padding:15px; margin-bottom:0px;}
.filter-wrapper li{display:block; text-align:left;}
.nav-tabs > li{float:none; display:block;}
.filter-wrapper{margin:0px;}
#pricing h2{font-size:26px;}
footer a:hover{border:0px;}
footer a{font-size:20px;}
  #home {
    padding-top: 80px;
    padding-bottom: 0px;
  }
 #home .btn{font-size: 11px;padding: 9px 5px;}
     #home h1 {
        font-size: 19px;
    }
    #home h5 {
        font-size: 11px;
    }
  .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    padding: 8px 5px;
    font-size: 13px;
    }
  .nav-tabs .nav-link {
    padding: 8px 5px;
    font-size: 13px;
    }
}
@media (min-width: 769px){	
	.webView{display: block;}
	.mobView{display: none;}
	
.carousel-control-prev{left:-40px;}
.carousel-control-next{right:-40px;}
}

#whyus .features {
    background-color: #E7F5F1 !important;
}
#whyus h3{
  color:#152440;
}
.carousel-indicators{bottom:-20px;}
.accordion-button:focus {
    box-shadow: none;
}
#portfolio .mobile img{width:261px;}