* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

img {
	width: 100%;
}

p {
	font-family: poppins;
	font-weight: 100;
}

.full-width {
	padding-right: 0px;
	padding-left: 0px;
}

::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: #fff;
}

::placeholder {
  color: #fff;
}


/*** FONTS ***/
@import url(https://fonts.googleapis.com/css?family=Montserrat:900|Raleway:400,400i,700,700i);

@font-face {
    font-family: 'proxima';
    src: url('../fonts/proxima.otf');
}

@font-face {
    font-family: 'poppins';
    src: url('../fonts/poppins.ttf');
}



/*===== green-clean-nav =====*/

.green-clean-nav {
	background-color: #fff;
	display: block;
}

#mobile-nav {
	display: none;
}



/*===== top nav =====*/

.top_nav {
	margin-top: 20px;
}

.nav_top_number {
	margin-bottom: 0px;
	margin-left: 30px;
}

.phone-icon {
	color: #70bf44;
	font-size: 20px;
}

.nav_top_icon {
	float: left;
	margin-right: 10px;
}

#logo {
	width: auto;
}

.nav_icons {
	font-size: 26px;
	color: #70bf44;
}

.top_icons {
	float: right;
}

#on_page {
	color: #70bf44;
	font-weight: 500;
}

.navbar-light .navbar-toggler:focus {
	box-shadow: none;
	outline: none;
}



/*===== main nav =====*/

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border: none;
    /* border-color: #dee2e6 #dee2e6 #fff; */
}

.nav-link {
    display: block;
    padding: 0rem 1.2rem 0.5rem;
    color: #000;
    text-decoration: none;
    /*transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;*/
}

.nav-link:focus, .nav-link:hover {
    color: #70bf44;
}

.nav-tabs .nav-link {
	font-weight: 500;
	font-size: 1.020rem;
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate; 
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
}


/*===== header =====*/

#header {

}


/*===== top slider 2 =====*/

#desktop-banners {
	display: block !important;
}

#mobile-banners {
	display: none !important;
}

.carousel-control-next, .carousel-control-prev {
	top: 55%;
}

.carousel-indicators [data-bs-target] {
	height: 15px;
	width: 15px;
	border-radius: 50%;
}



/*===== header_bottom =====*/

.header_bottom {
	padding: 30px 0px 30px 0px;
	background-color: #242424;
	color: #fff;
}

/*===== about_section =====*/

.home_about {
	padding: 50px 0px 50px 0px;
}

.about_section_heading {
	font-size: 40px;
	font-weight: bold;
}


.about_section_btn {margin-top: 0px;
		    background-color: #70bf44;
		    padding: 4px 16px;
		    color: #fff;
		    transition: all 0.5s;
			cursor: pointer;
			font-weight: 500;
		    text-decoration: none;
		    display: inline-block;}

.about_section_btn{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.about_section_btn:after {
  content: '»';
  position: absolute;
  opacity: 0;  
  top: 4px;
  right: 20px;
  transition: 0.5s;
}

.about_section_btn:hover{
  padding-right: 24px;
  padding-left:8px;
  color: #fff;
}

.about_section_btn:hover:after {
  opacity: 1;
  right: 10px;
}

.about_section_top_heading {
	color: #70bf44;
}



/*===== section 2 =====*/

.section_2 {
	padding: 40px 0px 40px 0px;
	background-color: #70bf44;
}

.section_2_heading {
	font-family: proxima;
	font-weight: 600;
	font-size: 2.4em;
	color: #fff;
}



/*===== section_3 =====*/

.section_3 {
	padding: 40px 0px 40px 0px
}

.full_height_img {
	object-fit: cover;
}

.section_3_list {
	margin-bottom: 2px;
}

/*** VARIABLES ***/
/* Colors */
/*** EXTEND ***/
/* box-shadow */
ol.gradient-list > li::before, ol.gradient-list > li {
  box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
}

main {
  display: block;
  max-width: 36rem;
  padding: 0px 0px 0px 5px;
}

ol.gradient-list {
  counter-reset: gradient-counter;
  list-style: none;
  margin: 1.75rem 0;
  padding-left: 1rem;
}
ol.gradient-list > li {
  background: white;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  counter-increment: gradient-counter;
  margin-top: 1rem;
  min-height: 3rem;
  padding: 1rem 1rem 1rem 3rem;
  position: relative;
}
ol.gradient-list > li::before, ol.gradient-list > li::after {
  background: #70bf44;
  border-radius: 1rem 1rem 0 1rem;
  content: "";
  height: 3rem;
  left: -1rem;
  overflow: hidden;
  position: absolute;
  top: -1rem;
  width: 3rem;
}
ol.gradient-list > li::before {
  align-items: flex-end;
  content: counter(gradient-counter);
  color: #fff;
  display: flex;
  font: 900 1.5em/1 "Montserrat";
  justify-content: flex-end;
  padding: 0.125em 0.25em;
  z-index: 1;
}

ol.gradient-list > li + li {
  margin-top: 1rem;
}



/*===== section 4 =====*/

.section_4 {
	background-color: #70bf44;
	padding: 50px 0px 50px 0px;
}

.section_4_heading {
	font-family: proxima;
	font-weight: 600;
	font-size: 2.4em;
	color: #fff;
}

.section_4_btn {margin-top: 0px;
		    background-color: #fff;
		    padding: 4px 16px;
		    color: #70bf44;
		    transition: all 0.5s;
			cursor: pointer;
			font-weight: 500;
		    text-decoration: none;
		    display: inline-block;}

.section_4_btn{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.section_4_btn:after {
  content: '»';
  position: absolute;
  opacity: 0;  
  top: 4px;
  right: 20px;
  transition: 0.5s;
}

.section_4_btn:hover{
  padding-right: 24px;
  padding-left:8px;
  color: #70bf44;
}

.section_4_btn:hover:after {
  opacity: 1;
  right: 10px;
}



/*===== section 5 =====*/

.section_5 {
	padding: 50px 0px 50px 0px;
	background-color: #f8f8f8;
}

.heading_top_sec_5 {
	margin-bottom: 0px;
}

.section_5_bg {
	background-color: #fff;
	padding: 10px;
	box-shadow: #ccc 0px 0px 7px -2px;
}

.section_5_heading {
	font-family: proxima;
	font-weight: 600;
	font-size: 2.4em;
	color: #70bf44;
}

.section_5_points {
	font-size: 16px;
	margin-bottom: 0px;
}


.icons_bg {
	padding: 10px;
	border: solid 1px #dcdcdc;
    background-color: #fff;
    margin: 0px 0px 30px 0px;
}

.box-icon-6 {
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    /*min-height: 200px;*/
    padding: 10px 0px 10px;
}

.icon {
	margin: 10px 0px 0px 0px;
}

.box-icon-6 .infobox {
    flex: 1;
    text-align: center;
}

.box-icon-6 .title {
    margin-bottom: 0px;
    color: #1b1d21;
    margin-top: 0;
}

.box-icon-6 .text {
    font-size: 16px;
    color: #000;
}

.box-icon-6 .icon {
    font-size: 35px;
    min-height: 65px;
    color: #fbb717;
    width: 55px;
    max-width: 75px;
    margin-right: 10px;
    line-height: 1.2;
}



/*===== footer =====*/

footer {
	background-color: #242424;
	border-top: solid #0052a2;
	margin-top: 40px;
	padding: 120px 0px 30px 0px;
}

.social_icon {
	margin-top: 1rem;
}

.footer_icons {
	color: #fff;
	font-size: 1.5rem;
}

.content-info-footer p {
	color: #fff;
	margin: auto;
}

.footer-nav {
	margin-top: 20px;
	margin-bottom: 20px;
}
.footer-nav a {
	color: #fff !important;
	text-decoration: none;
	margin: 7px;
}

.footer-nav a:hover {
	color: #70bf44 !important;
}
.footer-icon {
	color: #70bf44;
	font-size: 24px;
	text-align: center;
}

.copy-right-section {
	border-top: solid #fff 1px;
	margin-top: 20px;
}

.copy-right-section {
	color: #fff;
	padding-top: 20px;
}

.gutter-20 {
	padding-top: 30px;
}

/*===== ABOUT (PAGE) =====*/

.about-sub-heading {
	color: #70bf44;
}

.home_about p {
	text-align: justify;
}



/*===== footer top =====*/

#footer-logo {
	width: auto;
}

.section.overlap-bottom {
	position: relative;
	z-index: 100;
	margin-bottom: -125px; }
.section.overlap-bottom > .container {
      background-color: #fbb717;
      padding-top: 20px;
      padding-bottom: 0; }

.section.overlap-bottom > .container {
    background-color: #70bf44;
    padding-top: 20px;
    padding-bottom: 0;
}
.box-icon-4 {
    margin-bottom: 15px;
    padding: 10px 30px 30px 30px;
    position: relative;
    overflow: hidden;
}
.box-icon-4 .icon {
    display: inline-block;
    color: rgba(255, 255, 255, 0.3);
    font-size: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.box-icon-4 .body-content {
    color: #222222;
    position: relative;
    z-index: 1;
}
.box-icon-4 .body-content .heading {
    color: #151d4a;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
#footer-top-btn {
	padding-top: 32px;
	border-radius: 0px;
	margin-bottom: 0px;
}
#footer-info {
	background-color: #fff;
	border: solid #fff;
	border-radius: 0px;
	color: #000 !important;
}
#footer-info:focus {
	box-shadow: none;
	outline: none;
	border: solid #fff;
}



/*===== CONTACT US (PAGE) =====*/

.contact-bg {
	padding: 10px;
	box-shadow: #ccc 0px 0px 7px -2px;
}

.contact-icons {
	color: #0052a2;
	font-size: 22px;
}
/*

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #EFEFEF;
    background-clip: padding-box;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
	box-shadow: #ccc 0px 0px 5px -1px;
	background-color: #EFEFEF;
}
*/

.contact-wrap {
  background: #0052a2;
}

input, textarea, button {
    margin: 0 0 10px 0;
    padding: 0;
    display: block;
    width: 100%;
    height: 48px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.03em;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: none;
    outline: 0;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

#contactForm .form-control {
    font-size: 16px;
}

.contactForm .form-control {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
}
.form-control {
    height: 52px;
    background: transparent;
    color: #fff !important;
    font-size: 14px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: transparent;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control:focus {
	background-color: transparent;
	color: #fff;
}

button, input {
    overflow: visible;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.info-wrap .dbox {
    width: 100%;
    margin-bottom: 5px;
}

#contact-icon {
	margin: 0px;
}

.w-100 {
    width: 100% !important;
}

.info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.wrapper {
    width: 100%;
    -webkit-box-shadow: 0px 21px 41px -13px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 21px 41px -13px rgb(0 0 0 / 18%);
}

.btn.btn-primary {
    background: #fff !important;
    border-color: #fff !important;
    color: #000;
}
.btn.btn-primary:hover {
	background: #fff !important;
	border-color: #fff !important;
	color: #70bf44;
}

.info-wrap h3 {
    color: #000;
    position: relative;
    font-family: proxima;
    font-weight: 600;
}

.contact-wrap h3 {
    color: #fff;
    font-family: proxima;
    font-weight: 600;
}

.bold {
	font-weight: bold;
}

.info-wrap .dbox p {
    margin-bottom: 0;
}

.info-wrap h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #0052a2;
    content: '';
}

.btn {
    padding: 12px 16px;
    cursor: pointer;
    border-width: 1px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%);
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.info-wrap .dbox .text {
    width: calc(100% - 50px);
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.form_info {
	text-decoration: none;
	color: #000;
}

.map {
	margin-top: 40px;
	padding: 30px 0px 30px 0px;
	background-color: #fff;
}




/*----------------------*/
/*===== RESPONSIVE =====*/
/*===== 425px =====*/

@media(max-width: 425px) {
	#mobile-nav {
		display: block;
	}
	.green-clean-nav {
		display: none;
	}
	#desktop-banners {
		display: none !important;
	}
	#mobile-banners {
		display: block !important;
		object-fit: cover;
		height: 80vh;
	}
	#carouselExampleFade {
		object-fit: cover;
		height: 80vh;
	}
	#logo {
		width: 100%;
	}
	#footer-logo {
		width: auto;
	}
	.top-number {
		font-size: 12px;
		font-weight: bold;
	}
	.nav_top_number {
		font-size: 10px;
		/*margin-top: 15px;*/
		margin-left: 25px;
	}
	/*
	.top_icons {
		margin-top: 15px;
	}
	*/
	.phone-icon {
		font-size: 14px;
	}
	.nav_icons {
		font-size: 16px;
	}
	.top_nav {
		margin-top: 10px;
	}
	.nav-link {
		font-size: 14px;
		padding: 7px;
	}
	.header_bottom{
		padding: 15px 0px 15px 0px;
	}
	.header_bottom p {
		margin-bottom: 0px;
		font-size: 12px;
	}
	.header_bottom h3 {
		font-size: 14px;
	}

	.header_video {
    object-fit: cover;
    height: 100vh;
   }
	.home_about{
		padding: 20px 0px 20px 0px;
	}
	.home_about h2 {
		font-size: 20px;
	}
	.about_section_top_heading {
		font-size: 14px;
	}
	.about_section_btn {
		font-size: 14px;
	}
	.home_about p {
		font-size: 14px;
		text-align: justify;
	}


	.section_2_heading {
		font-size: 2rem;
	}
	.section_2 p {
		font-size: 14px;
	}
	.section_3_pic {
		display: none;
	}


	.responsive_pic {
		display: none;
	}
	.section_4_heading {
		font-size: 2rem;
	}
	.section_4 p {
		font-size: 14px;
	}
	.section_4_btn {
		font-size: 14px;
	}


	.section_5_heading {
		font-size: 2rem;
	}
	.heading_top_sec_5 {
		font-size: 12px;
	}
	.section_5 p {
		font-size: 14px;
	}

	.box-icon-4 {
    padding: 10px 5px 10px 5px;
    margin-bottom: 0px;
	}
	.gutter-20 {
		padding: 10px;
	}
	.content-info-footer p {
		font-size: 12px;
	}

	.footer_icons {
		font-size: 1rem;
	}
	
	footer p {
		font-size: 12px;
	}
}


@media (min-width: 992px){
	.p-lg-5 {
    padding: 3rem !important;
	}	
}

/*===== end =====*/