/*
 Theme Name:   Twenty Twenty Child
 Theme URI:    https://aftabhusain.wordpress.com/
 Description:  A child theme of Twenty Twenty WordPress theme.
 Author:       Aftab Husain
 Author URI:   https://aftabhusain.wordpress.com/
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../twentytwenty/style.css");




/*==============================FONTS================================*/


@import url('https://fonts.cdnfonts.com/css/codec-cold');
@import url('https://fonts.cdnfonts.com/css/codec-pro');

/*
font-family: 'Codec Cold', sans-serif;
font-family: 'Codec Cold Trial', sans-serif;
font-family: 'Codec Pro', sans-serif;
*/

/*==============================FONTS================================*/






/*=================================BODY=================================*/


body, html {
	font-family: 'Codec Pro', sans-serif !important;
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #fff;
}


body h1{
	font-size: 54px;
	line-height: 54px;
	font-weight: 600;
	letter-spacing: -.02em;
	margin: 0 0 10px;
	font-family: 'Codec Pro', sans-serif;
}


body h2{
	font-size: 52px;
    line-height: 62px;
	letter-spacing: -.02em;
	font-weight: 600;
	margin: 0 0 10px;
	font-family: 'Codec Pro', sans-serif;
}


body h3{
	font-size: 43px;
    line-height: 52px;
	font-weight: 600;
	letter-spacing: -.02em;
	margin: 0 0 10px;
	font-family: 'Codec Pro', sans-serif;
}


body h4{
	font-size: 36px;
    line-height: 42px;
	font-weight: 600;
	letter-spacing: -.02em;
	margin: 0 0 10px;
	font-family: 'Codec Pro', sans-serif;
}


body h5{
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
	margin: 0 0 10px;
	font-family: 'Codec Pro', sans-serif;
}




body p, 
body li, 
body button, 
body input{
	font-size: 18px;
	line-height: 27px;
	font-family: 'Codec Pro', sans-serif;
}



.container {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 15px;
}


/*=================================BODY=================================*/





/*================================HEADER================================*/


#site-header {
	background: transparent;
	position: fixed;
	z-index: 10;
	left: 0;
	right: 0;
	top: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}



#site-header .site-logo img {
	max-height: 2.2rem;
}



.home #site-header .site-logo img {
	filter: brightness(300);
}


.home #site-header.f-header .site-logo img {
	filter: brightness(1);
}



#site-header.f-header {
	box-shadow: 0px 60px 60px 0px rgba(0,0,0,.04),
	0px 30.375px 26.156px 0px rgba(0,0,0,.03),
	0px 12px 9.75px 0px rgba(0,0,0,.02),
	0px 2.625px 3.469px 0px rgba(0,0,0,.01);
	background: #fff;
}


#site-header .header-inner {
	padding: 22px 15px;
	max-width: 1300px;
	margin: 0 auto;
	width: 100%;
}


#site-header nav ul {
	margin: 0;
}


#site-header nav ul li {
	margin: 0 6px;
}


#site-header nav ul li a {
	color: #000;
	border-radius: 50px;
	line-height: 42px;
	padding: 0 17px;
	font-size: 17px;
	height: 40px;
}


.home #site-header nav ul li a {
	color: #fff;
}


#site-header nav ul li a:hover {
	background:#f3f3f4;
	text-decoration: none;
}


.header-toggles.hide-no-js {
	display: none;
}


.header-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.header-links ul li {
	margin: 0 0 0 12px;
}


.header-links ul li:first-child {
	margin-left: 0;
}


.home .header-links ul li a {
	color: #fff;
}


.home .header-links ul li a:hover, 
.home #site-header nav ul li a:hover {
	color: #000;
}


.header-links ul li a {
	text-decoration: none;
	color: #000;
	font-weight: 500;
	display: inline-block;
	border-radius: 50px;
	line-height: 42px;
	height: 40px;
	font-size: 17px;
	padding: 0 15px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


.header-links ul li a:hover {
	background:#f3f3f4;
}


.header-links ul li:nth-child(2) a {
	background: #054032;
	color: #fff;
	padding: 0 20px;
}



.home .header-links ul li:nth-child(2) a {
	background: #C5E6B3;
	color: #000;
}


.header-links ul li:last-child a {
	box-shadow: inset 0 0 0 1px #caccd0;
	padding: 0 16px;
}



.home .site-title a {
	color: #fff;
	font-size: 26px;
}


.home #site-header.f-header .site-title a {
	color: #000;
}


.home #site-header.f-header .header-links ul li a, 
.home #site-header.f-header nav ul li a {
	color: #000;
}


.home #site-header.f-header .header-links ul li:nth-child(2) a {
	background: #054032;
	color: #fff;
}






.menu-modal {
	position: fixed;
	z-index: 99999;
	display: flex;
	flex-direction: column;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	will-change: opacity,visibility;
	user-select: none;
	text-align: center;
	pointer-events: auto;
	transition: visibility 600ms cubic-bezier(.4,0,.2,1),opacity 400ms cubic-bezier(.4,0,.2,1);
}


.toggle.search-toggle {
	display: none;
}


.menu-modal.active {
	opacity: 1;
	visibility: visible;
}



.menu-modal-inner.modal-inner {
	position: relative;
	flex-grow: 1;
	width: 100%;
	transform: translatey(20px);
	transition: transform 600ms cubic-bezier(.4,0,.2,1);
	background:#C8E9EE;
	padding: 20px 0 0;
}


.menu-modal.active .menu-modal-inner.modal-inner{
  transform: translatey(0);
}




.menu-modal .modal-menu {
	left: 0;
	width: auto;
}




.mobile-nav-toggle .toggle-inner .toggle-icon {
	background: #f3f3f4 url("images/ham-menu-icon.svg") no-repeat center center;
	width: 44px;
	height: 44px;
	background-size: 18px;
	background-position: center;
	margin-top: -2px;
	border-radius: 100%;
}


button.close-nav-toggle svg {
	height: 1.2rem;
	width: 1.2rem;
}


button.close-nav-toggle .toggle-text {
	margin-right: 10px;
}



.nav-toggle .toggle-inner {
	padding-top: 12px !important;
}


.header-inner .toggle:focus 
.toggle-text, .header-inner 
.toggle:hover .toggle-text {
	text-decoration: none;
}   


.mobile-nav-toggle .toggle-inner .toggle-text {
	display:none;
}




.menu-modal .menu-modal-inner .section-inner nav ul li a {
	color: #054032;
	text-decoration: none;
	font-size: 17px;
	padding: 20px;
	text-align: left;
}


.menu-modal .menu-modal-inner .section-inner nav ul li a:hover {
	background:#054032 !important;
	color: #fff;
}


.menu-modal .menu-modal-inner .section-inner nav ul li {
	border-color: rgba(0,0,0,0.05);
}


.menu-modal .menu-modal-inner .section-inner button:hover {
	text-decoration: none;
}


.menu-top .toggle.close-nav-toggle
.fill-children-current-color {
	padding-right: 15px !important;   
}


.menu-wrapper {
	width: 100%;
}


.menu-modal button.toggle {
	color: #054032 !important;
	font-weight: 600;
	padding: 0 20px 20px 0 !important;
	font-size: 17px;
}


.menu-modal .menu-modal-inner button.sub-menu-toggle {
	border-left: 0.1rem solid rgba(255,255,255,1) !important;
	padding: 0 20px !important;
}


.menu-modal button.sub-menu-toggle {
	border:none!important;  
}  



.toggle.search-toggle.mobile-search-toggle .toggle-text, 
.mobile-nav-toggle .toggle-inner .toggle-icon svg {
	display: none;
}



.toggle.nav-toggle.mobile-nav-toggle .toggle-inner {
	padding-top: 0 !important;
}



#site-header .header-inner .toggle.nav-toggle.mobile-nav-toggle .toggle {
	padding: 0 0;
	width: auto;
	right: 10px;
}	



.toggle.nav-toggle.mobile-nav-toggle {
	right: 0;
	padding: 0;
	width: auto;
}



#site-header .header-titles-wrapper, 
#site-header .header-inner .toggle {
	padding: 0;
}




/*================================HEADER================================*/




/*=================================HOME=================================*/


#site-content {
	min-height: 500px;
}


.home-section1 {
	background: #054032;
	padding-top: 170px;
	text-align: center;
	padding-bottom: 60px;
}


.home-section1 h1 {
	max-width: 900px;
	margin: 0 auto 20px;
	text-align: center;
	font-weight: 600;
	color: #fff;
}


.home-section1 p {
	margin-bottom: 25px;
	color: #fff;
}


.btn-link {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}


.home-section1 .btn-link a.border-btn {
	color: #fff;
	border-color: #fff;
}


.btn-link a {
	text-decoration: none;
	color: #000;
	text-align: center;
	display: inline-block;
	margin: 0 8px 10px;
	border: 1px solid #000;
	border-radius: 50px;
	padding: 0 22px;
	height: 40px;
	line-height: 41px;
	font-size: 17px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


.btn-link a.color-btn, 
.btn-link a:hover, 
.home-section1 .btn-link a.border-btn:hover {
	color: #000;
	background: #fff;
}


#top_logo_carousel {
	padding: 0 40px;
}



#top_logo_carousel .swiper-wrapper {
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


#top_logo_carousel .swiper-button-prev {
	left: -5px;
}


#top_logo_carousel .swiper-button-next {
	right: -5px;
}


#top_logo_carousel .swiper-button-next::after, 
#top_logo_carousel .swiper-button-prev::after {
	font-size: 17px !important;
}


.video-block {
	max-width: 1100px;
	margin: 100px auto;
}


.video-block video {
	width: 100%;
	border-radius: 15px;
}


.trusted-brand {
	max-width: 1000px;
	margin: 0 auto;
}


.trusted-brand h6 {
	margin: 0 0 60px;
	text-transform: none;
	letter-spacing: normal;
	color: #fff;
}


.trusted-brand ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.trusted-brand ul li {
	margin: 0 2% 20px;
	width: 20%;
	text-align: center;
}


.trusted-brand ul li img {
	display: initial;
}



.home-section2 {
	padding: 170px 0 125px;
}


.title-block {
	text-align: center;
	margin-bottom: 28px;
}


.home-sec2-list {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.sec2-block {
	width: 32.28%;
	background: rgba(197,230,179,0.2);
	border-radius: 15px;
	padding: 40px;
	margin: 0 1.5% 4% 0;
	position: relative;
	border: 7px solid transparent;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


.sec2-block:nth-child(3n) {
	margin-right: 0;
}





.sec2-block img {
	margin-bottom: 15px;
}


.sec2-block h6 {
    font-size: 18px !important;
    line-height: 28px !important;
	margin: 0 0 10px;
	text-transform: none;
	font-weight: 600;
	letter-spacing: -.02em;
}
.sec2-block p {
	font-size: 16px !important;
}
.sec2-block .hwh {
	padding-top: 10px !important;
    font-size: 16px !important;
    font-style: italic;
}
.sec2-block .hwh b {
	color: #054032;
}

.learn-link a {
	color: #000;
	text-decoration: none;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.learn-link a svg {
	margin-left: 5px;
}


.sec2-block .learn-link a::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}



.home-section3 {
	margin-bottom: 130px;
}


.tab-section {
	margin-top: 61px;
}



.tab-section .tab {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}


.tab button {
	background: transparent;
	position: relative;
	padding: 0;
	width: 18%;
	text-align: center;
	margin: 0 10px;
}


.tab button span {
	display: inline-block;
	position: relative;
	color: #000;
	font-size: 17px;
	text-transform: none;
	padding: 10px 17px;
	border-radius: 50px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


.tab button span img {
	position: absolute;
	left: -10px;
	width: 22px;
	top: 11px;
}


.tab button.active span {
	color:#1D70A2;
}



.tab button span svg {
	margin-right: 5px;
	float: left;
}


.tab button::after {
	content: "";
	display: block;
	width: 100%;
	height: 6px;
	background: #f3f3f4;
	border-radius: 10px;
	margin: 8px 0 32px;
}


.tab-section .tabcontent {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	border-radius: 15px;
	overflow: hidden;
}


.tab-section .tabcontent img {
	width: 100%;
}



.tab button::before {
	content: "";
	display: block;
	width: 0;
	height: 6px;
	background: #1D70A2;
	position: absolute;
	bottom: 31px;
	left: 0;
	z-index: 1;
	border-radius: 10px;
}


.tab button.active::before{
	transition: width 10s linear;
	width:100%;
}


.tabcontent video {
	width: 100% !important;
}



.home-section4-bg img {
	width: 100%;
}


.home-section4-inner {
	background: #f3f3f4;
	padding: 60px 0;
}


.sec4-list1 {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	max-width: 1040px;
	width: 100%;
	margin: 62px auto 140px;
}


.sec4-item {
	width: 24.19%;
	margin: 0 1% 2% 0;
	border-radius: 10px;
	padding: 20px 15px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


.sec4-item:hover {
	background: rgba(197,230,179,0.2);
}


.sec4-item:nth-child(4n) {
	margin-right: 0;
}


.sec4-item h6 {
	margin: 0 0 15px;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	text-transform: none;
	position: relative;
	padding-left: 40px;
}


.sec4-item h6 a {
	color: #000;
	text-decoration: none;
}


.sec4-item h6 a img {
	position: absolute;
	left: 0;
	top: -4px;
	mix-blend-mode: multiply;
}


.sec4-item p {
	font-size: 15px;
	line-height: 22px;
	margin: 0;
}


.sec4-block {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	margin-bottom: 120px;
}


.sec4-block:nth-child(2n) .sec4-image {
	order: 2;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
}


.sec4-image {
	width: 50%;
}


.sec4-image img {
	border-radius: 15px;
	width: 100%;
}






.sec4-content {
	width: 43%;
}


.sec4-content small {
	display: block;
	color: #054032;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 18px;
}


.sec4-content h4 {
	margin: 0 0 20px;
}


.sec4-content p {
	margin-bottom: 25px;
}


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


.sec4-content ul li {
	margin: 0 0 13px;
	position: relative;
	padding-left: 34px;
}


.sec4-content ul li::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url("images/check-icon.svg") no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 0px;
	background-size: 100%;
}



.home-section5 {
	padding: 180px 0 120px;
}


.title-block p {
	margin-bottom: 25px;
}


.title-block .btn-link {
	margin-bottom: 50px;
}


.home-sec5-list {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.sec5-block {
	background: rgba(197,230,179,0.2);
	width: 23.83%;
	padding: 30px;
	border-radius: 15px;
	margin: 0 1.5% 3% 0;
}


.sec5-block:nth-child(4n) {
	margin-right: 0;
}


.sec5-block img {
	width: 100%;
}


.sec5-block h6 {
	font-size: 25px;
	line-height: 30px;
	margin: 0 0 10px;
	text-transform: none;
	font-weight: 600;
	letter-spacing: -.02em;
}



.home-section6-inner {
	background: rgba(29,112,162, 0.5);
	border-radius: 15px;
	position: relative;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	max-width: 1040px;
	margin: 60px auto 170px;
	overflow: hidden;
}


.home6-content {
	width: 68%;
	padding: 50px;
}


.home6-content h3 {
	font-family: 'Codec Pro', sans-serif;
	margin: 0 0 25px;
}


.home6-content p {
	margin-bottom: 25px;
}


.home6-content .btn-link {
	justify-content: unset;
	-webkit-justify-content: unset;
	-moz-justify-content: unset;
	-ms-justify-content: unset;
	margin-bottom: 15px;
}


.home6-content .btn-link a {
	margin: 0 10px 10px 0;
}


.home6-content .btn-link a {
	margin: 0 10px 10px 0;
	border-color: #054032;
	color: #054032;
}


.btn-link a.green-btn, 
.home6-content .btn-link a:hover {
	background: #054032;
	color: #fff;
}


.home6-image {
	width: 32%;
}


.home6-image img {
	width: 100%;
	display: inherit;
}



.home-section7 {
	background: rgba(111,146,117, 0.4);
	padding: 100px 0;
	margin-bottom: 170px;
}


.home-section7-inner{
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.home7-content {
	width: 40%;
}


.home7-image {
	width: 55%;
}


.home7-image img {
	width: 100%;
	border-radius: 15px;
}


.home7-content small {
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 20px;
}


.home7-content h2 {
	margin-bottom: 20px;
}


.rating {
	margin-top: 40px;
	margin-bottom: 15px;
}


.rating img {
	width: 140px;
	margin-bottom: 15px;
}


.rating .rating-review {
	color: #000;
	font-weight: 700;
	font-size: 28px;
	display: inline-block;
	text-decoration: none;
	position: relative;
}


.rating .rating-review svg {
	width: 24px;
	height: 23px;
	position: absolute;
	transition: transform .4s cubic-bezier(.16,1,.3,1);
	top: 0;
	right: -29px;
	transform: rotate(-50deg);
	-webkit-transform: rotate(-50deg);
	-moz-transform: rotate(-50deg);
	-ms-transform: rotate(-50deg);
}


.rating .rating-review:hover svg {
	transform: translate(5px,-5px) rotate(-50deg);
}


.home7-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.home7-content ul li {
	width: 16%;
	margin: 0 2% 2% 0;
}



.home-section8 {
	padding-bottom: 50px;
}


.home-sec8-list {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	margin-top: 64px;
}


.sec8-block {
	background: #C5E6B3;
	width: 32.28%;
	padding: 40px;
	border-radius: 15px;
	margin: 0 1.5% 3% 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


.sec8-block:first-child {
	background: #054032;
}


.sec8-block:nth-child(3n) {
	margin-right: 0;
	background: #0a5644;
}



.sec8-block:first-child h6, 
.sec8-block:first-child p,
.sec8-block:nth-child(3n) h6, 
.sec8-block:nth-child(3n) p {
	color: #fff;
}


.sec8-block h6 {
	font-size: 25px;
	line-height: 30px;
	margin: 0 0 10px;
	text-transform: none;
	font-weight: 600;
	letter-spacing: -.02em;
}


.sec8-block img {
	width: 100%;
	margin-top: 60px;
	border-radius: 15px;
}


.home-section9-inner {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.home9-content {
	width: 49%;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: column;
	-webkit-flex-flow: column;
	-moz-flex-flow: column;
	-ms-flex-flow: column;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
}


.home9-content-inner {
	background: rgba(111,146,117, 0.4);
	border-radius: 15px;
	padding: 40px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	align-content: center;
	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	min-height: 316px;
}


.home9-image {
	width: 49%;
}


.home9-image img {
	width: 100%;
}


.home9-content h4 {
	margin-bottom: 20px;
}


.btn-link a.green-btn, 
.home9-content .btn-link a:hover {
  background: #054032;
  color: #fff;
}


/*=================================HOME=================================*/




/*===============================DEFAULT================================*/



.entry-header.has-text-align-center.header-footer-group, 
.post-meta-wrapper.post-meta-edit-link-wrapper, 
.error404-content .search-form, 
.footer-nav-widgets-wrapper.header-footer-group {
	display: none;
}



#site-content .error404-content {
	width: 100%;
	max-width: 1300px;
	padding: 0 15px;
}


.error404 #site-content {
	padding-top: 130px;
}



.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 100%;
	width: 100%;
}


.page-template-default .entry-content h2, 
.page-template-default .entry-content h3, 
.page-template-default .entry-content h4, 
.page-template-default .entry-content h5 {
	margin: 0 0 15px;
}


.page-template-default .entry-content p {
	margin-bottom: 30px;
}







/*===============================DEFAULT================================*/




/*================================FOOTER================================*/


#site-footer {	
	padding: 150px 0 0;
}


.footer-shape {
	width: 100%;
}


.footer-shape img {
	width: 100%;
}


.footer-section1 {
	background: #054032;
	padding: 80px 0 50px;
}


.footer-section .container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.footer-logo {
	width: 20%;
}


.f-logo-image img {
	width: 100%;
	max-width: 280px !important;
}


#site-footer .f-logo-image h3 {
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	margin: 18px 0 20px;
	letter-spacing: normal;
}


.f-logo-image ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.f-logo-image ul li {
	width: 30%;
	margin: 0 3% 0 0%;
}


.footer-section .widget {
	margin: 0;
}


.f-social-icon {
	margin-top: 17px;
}


.f-social-icon ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}


.f-social-icon ul li {
	margin: 0 4% 0 0;
}


.f-social-icon ul li a {
	background: #C5E6B3;
	width: 48px;
	height: 48px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	border-radius: 100%;
	text-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}


.f-social-icon ul li a img {
	display: initial;
	width: 20px;
	height: 20px;
	object-fit: contain;
}




.footer-menu {
	width: 70%;
	margin: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.footer-menu .widget_custom_html {
	width: 18%;
}


#site-footer .footer-menu h2 {
	color: #fff !important;
	margin: 0 0 20px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: normal;
}


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


#site-footer .footer-menu ul li {
	margin: 0 0 10px;
	line-height: normal;
}


.footer-menu ul li a {
	color: #fff;
	font-weight: 200;
	font-size: 15px;
}


.footer-menu ul li a:hover {
	color: #C5E6B3;
	text-decoration: none !important;
}



.footer-section2, 
.footer-section3 {
	background: #C5E6B3;
	padding: 34px 0;
}



.footer-section3 .footer-copyright {
	color: #000;
}


.footer-section3 .widget_custom_html {
	width: 100%;
}


.footer-section3 ul {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
}


#site-footer .footer-section3 ul li {
	margin: 0 0 0 28px;
}


#site-footer .footer-section3 ul li a {
	font-size: 14px;
	color: #000;
}


#site-footer .footer-section3 ul li a:hover {
	color: #054032;
}


#site-footer .footer-section3 ul li:first-child {
	margin-left: 0;
}




/*================================FOOTER================================*/






/*===============================================================================================================================================================================================================================================================================================================================================================================================================================*/




/*================================HEADER================================*/



@media (max-width:1000px){
	
	.header-links {
		display: none;
	}


	.header-titles-wrapper {
		position: relative;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
	}
	
	
}/*===media close===*/



@media (min-width:1000px) and (max-width:1200px){

	#site-header .site-logo img {
		max-height: 1.4rem;
	}


	#site-header nav ul li a, 
	.header-links ul li a {
		font-size: 14px;
		padding: 0 10px;
	}	
	
	
}/*===media close===*/



@media (min-width:1200px) and (max-width:1240px){

	#site-header .site-logo img {
		max-height: 2rem;
	}
	
}/*===media close===*/



@media (min-width:1200px) and (max-width:1400px){

	#site-header .header-inner {
		padding: 22px 30px;
	}


	#site-header nav ul li a, 
	.header-links ul li a {
		font-size: 16px;
		padding: 0 15px;
	}	
	
}/*===media close===*/



@media (min-width:1000px){
	
	.header-titles-wrapper {
		margin-right: 2rem;
	}	
	
}/*===media close===*/




/*================================HEADER================================*/




/*=================================HOME=================================*/



@media (max-width:767px){
	

	body h1 {
		font-size: 45px;
		line-height: 50px;
	}


	body h2 {
		font-size: 40px;
		line-height: 45px;
	}


	body h3 {
		font-size: 35px;
		line-height: 40px;
	}


	body h4 {
		font-size: 30px;
		line-height: 35px;
	}


	body h6 {
		font-size: 25px;
		line-height: 30px;
	}


	body, 
	body p, 
	body li {
		font-size: 16px;
		line-height: 24px;
	}


	.home-section1 h1 {
		font-size: 35px;
		line-height: 40px;
	}


	.home-section1 {
		padding-top: 120px;
	}


	.home-section1 p br {
		display: none;
	}


	.btn-link {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}


	.btn-link a {
		padding: 3px 22px;
		height: auto;
		line-height: 41px;
		font-size: 17px;
		width: 100%;
		margin: 0 0 12px;
		text-align: center;
	}


	.video-block {
		margin: 50px auto;
	}


	.trusted-brand h6 {
		margin: 0 0 32px;
	}


	.trusted-brand ul {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}


	.trusted-brand ul li {
		margin: 0 2% 20px;
		width: 45%;
	}


	.home-section2 {
		padding: 60px 0;
	}
	
	
	
	.tab button::before {
		display: none;
	}


	.title-block h2 {
		font-size: 30px;
		line-height: 35px;
	}


	.title-block h2 br {
		display: none;
	}


	.sec2-block {
		width: 100%;
		padding: 30px;
		margin: 0 0 25px;
	}


	.sec2-block h6 {
		font-size: 20px;
		line-height: 25px;
	}


	.tab-section .tab {
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}


	.tab button {
		padding: 0;
		width: 100%;
		text-align: center;
		margin: 0 0 12px;
		border: 1px solid rgba(0,0,0,0.1);
		border-radius: 50px;
	}


	.home-section3 {
		margin-bottom: 60px;
	}


	.home-section4-inner {
		padding: 60px 0 10px;
	}



	.tab-section {
		margin-top: 40px;
	}


	.tab-section .tabcontent {
		margin: 10px auto;
	}


	.tab button span {
		font-size: 15px;
		padding: 10px 10px 10px 26px;
	}


	.tab button span img {
		position: absolute;
		left: 0px;
		width: 19px;
		top: 13px;
	}


	.tab button::after {
		display: none;
	}


	.sec4-list1 {
		margin: 30px auto 60px;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
	}


	.sec4-item {
		width: 48%;
		margin: 0 0 10px;
		border-radius: 10px;
		padding: 20px 15px;
	}


	.sec4-item h6 {
		font-size: 17px;
		padding: 43px 0 0;
		line-height: 22px;
	}


	.sec4-image {
		width: 100%;
		margin-bottom: 40px;
	}


	.sec4-content {
		width: 100%;
	}


	.sec4-block {
		margin-bottom: 50px;
	}


	.sec4-content h4 {
		font-size: 25px;
		line-height: 30px;
	}


	.sec4-block:nth-child(2n) .sec4-image {
		order: 0;
		-webkit-order: 0;
		-moz-order: 0;
		-ms-order: 0;
	}


	.home-section5 {
		padding: 70px 0 40px;
	}


	.sec5-block {
		width: 100%;
		margin: 0 0 20px;
	}


	.sec5-block h6 {
		font-size: 20px;
		line-height: 28px;
	}


	.home6-content {
		width: 100%;
		padding: 30px;
	}


	.home6-content h3 {
		margin: 0 0 10px;
		font-size: 27px;
	}


	.home6-image {
		width: 100%;
	}


	.home-section6-inner {
		margin-bottom: 80px;
	}



	.home7-content {
		width: 100%;
	}


	.home7-image {
		width: 100%;
		margin-top: 30px;
	}


	.home7-content h2 {
		font-size: 30px;
		line-height: 35px;
	}


	.home-section7 {
		padding: 80px 0;
		margin-bottom: 80px;
	}


	.rating .rating-review {
		font-size: 20px;
	}


	.rating img {
		width: 120px;
		margin-bottom: 10px;
	}


	.home-sec8-list {
		margin-top: 40px;
	}


	.sec8-block {
		width: 100%;
		padding: 30px;
		margin: 0 0 20px;
	}


	.sec8-block h6 {
		font-size: 20px;
		line-height: 25px;
	}


	.home9-content {
		width: 100%;
	}


	.home9-content-inner {
		padding: 30px;
	}


	.home9-content h4 {
		font-size: 25px;
		line-height: 30px;
	}


	.home9-image {
		width: 100%;
		margin-top: 30px;
	}


}/*===media close===*/




@media (min-width:767px) and (max-width:1000px){
	
		
	.title-block br {
		display: none;
	}


	.home-section2 {
		padding: 100px 0;
	}


	.title-block h2 {
		font-size: 40px;
		line-height: 45px;
	}


	.sec2-block {
		padding: 25px;
	}


	.sec2-block h6 {
		font-size: 20px;
		line-height: 25px;
	}


	.tab button {
		width: 23%;
	}


	.home-section3 {
		margin-bottom: 100px;
	}


	.sec4-item h6 {
		padding: 40px 0 0;
	}


	.sec4-block {
		margin-bottom: 80px;
	}


	.home-section5 {
		padding: 120px 0 90px;
	}


	.sec5-block {
		padding: 25px;
	}


	.sec5-block h6 {
		font-size: 20px;
		line-height: 25px;
	}


	.home6-content {
		padding: 30px;
	}


	.home6-content h3 {
		margin: 0 0 10px;
		font-size: 35px;
	}


	.home6-content p {
		margin-bottom: 18px;
	}


	.home-section6-inner {
		margin-bottom: 110px;
	}


	.home7-content h2 {
		font-size: 30px;
		line-height: 35px;
	}


	.home-section7 {
		margin-bottom: 100px;
	}


	.sec8-block {
		padding: 25px;
	}


	.sec8-block h6 {
		font-size: 20px;
		line-height: 25px;
	}


	.home9-content .btn-link a {
		width: 100%;
	}


	.home9-content-inner {
		padding: 20px;
		min-height: 190px;
	}


	.home9-content h4 {
		font-size: 20px;
		line-height: 25px;
	}


	.home9-content .btn-link {
		width: 100%;
	}


	.home9-content .btn-link a {
		width: 100%;
		font-size: 13px;
		text-align: center;
	}


	.home9-image img {
		height: 258px;
		object-fit: contain;
	}
		
	
	
}/*===media close===*/



@media (min-width:1000px) and (max-width:1200px){
	

	.home6-content {
		padding: 40px;
	}


	.home7-content h2 {
		font-size: 40px;
		line-height: 45px;
	}


	.sec8-block {
		padding: 30px;
	}


	.home9-content h4 {
		font-size: 29px;
		line-height: 35px;
	}


	.home9-content-inner {
		padding: 30px;
		min-height: 251px;
	}


	.home9-image img {
		width: 100%;
		height: 335px;
		object-fit: contain;
	}


}/*===media close===*/




@media (min-width:1200px) and (max-width:1300px){
		
	.home9-content h4 {
		font-size: 30px;
		line-height: 40px;
	}


	.home9-content-inner {
		padding: 30px;
		min-height: 294px;
	}


	.home9-image img {
		height: 395px;
		object-fit: contain;
	}
	
	
}/*===media close===*/




/*=================================HOME=================================*/





/*===============================DEFAULT================================*/


@media (max-width:767px){
	
	.post-inner {
		padding-top: 100px;
	}	
	
}/*===media close===*/



/*===============================DEFAULT================================*/





/*================================FOOTER================================*/


@media (max-width:767px){


	#site-footer {
		padding: 100px 0 0;
	}


	.footer-section1 {
		padding: 60px 0 50px;
	}


	.footer-logo {
		width: 100%;
	}	


	.footer-menu {
		width: 100%;
		margin: 50px 0 0;
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}


	.f-logo-image img {
		max-width: 260px !important;
	}


	.footer-menu .widget_custom_html {
		width: 46%;
		margin: 0 0 25px;
	}


	.footer-section3 ul {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}


	#site-footer .footer-section3 ul li {
		margin: 0 0 10px !important;
		width: 100%;
	}
	
	
	.footer-section3 {
		padding-bottom: 0;
	}
	
	
	.footer-section3 .footer-menu .widget_custom_html {
		width: 100%;
	}


	.footer-section3 .footer-menu {
		margin-top: 17px;
	}


	.footer-section3 .footer-copyright {
		font-size: 15px;
		font-weight: 400;
	}

	
	
}/*===media close===*/



@media (min-width:767px) and (max-width:1000px){
	
		
	.footer-menu .widget_custom_html {
		width: 20%;
	}


	#site-footer .footer-menu h2 {
		font-size: 17px;
	}


	.footer-menu ul li a {
		font-size: 14px;
	}


	#site-footer .f-logo-image h3 {
		font-size: 15px;
		line-height: 22px;
	}


	.f-social-icon ul li a {
		width: 35px;
		height: 35px;
	}


	.f-social-icon ul li a img {
		width: 16px;
		height: 16px;
	}


	.footer-section3 .footer-menu {
		width: 100%;
	}


	.footer-section3 {
		position: relative;
		padding: 20px 0 47px;
	}


	.footer-section3 .footer-menu .widget_custom_html {
		width: 100%;
	}


	.footer-section3 .footer-copyright {
		width: 100%;
		padding: 0px 15px;
		text-align: center;
		font-size: 14px;
		font-weight: 400;
		position: absolute;
		bottom: 15px;
		left: 0;
		right: 0;
	}
	
	
	#site-footer .footer-section3 ul li {
		margin: 0 0 0 10px;
	}
	
	
	#site-footer .footer-section3 ul li a {
		font-size: 12.3px;
	}


	.footer-section3 ul {
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
	}
		
	
	
}/*===media close===*/



@media (min-width:1000px) and (max-width:1200px){


	.f-social-icon ul li a {
		width: 40px;
		height: 40px;
	}


	.f-social-icon ul li a img {
		width: 17px;
		height: 17px;
	}


	#site-footer .footer-menu h2 {
		font-size: 20px;
	}


	#site-footer .footer-section3 ul li {
		margin: 0 0 0 10px;
	}


	#site-footer .footer-section3 ul li:first-child {
		margin-left: 0;
	}


	.footer-section3 .footer-menu {
		width: 75%;
	}


	#site-footer .footer-section3 ul li a {
		font-size: 12.5px;
		color: #000;
	}


	
}/*===media close===*/



@media (min-width:1100px) and (max-width:1200px){


	#site-footer .footer-section3 ul li a {
		font-size: 13.3px;
		color: #000;
	}


	
}/*===media close===*/



@media (min-width:1200px) and (max-width:1400px){


	#site-footer .footer-section3 ul li a {
		font-size: 13.5px;
		color: #000;
	}
	
	
	.container {
		padding: 0 30px;
	}
	
	
	#site-footer .footer-section3 ul li {
	   margin: 0 0 0 15px;
	}
	
	
	#site-footer .footer-section3 ul li:first-child {
		margin-left: 0;
	}


	
}/*===media close===*/





/*================================FOOTER================================*/


/*================================Custom Style================================*/

.sec2-block img {
	        position: absolute;
    margin-top: -30px;
    margin-left: -30px;
    width: 28px;
    height: auto;
}
.learn-link i {
	margin-left: 10px;
}
.sec2-block {
    background: #c9e9ee59 !important;
}
.sec2-block:nth-child(2) {
    background: #C9E9EE !important;
}
.sec2-block:nth-child(2):hover {
    border: 7px solid #b3e2e9 !important;
}
.sec2-block:hover {
    border: 7px solid #C9E9EE !important;
}
.sec2-block h6 {
	color: #054032;
	    margin-top: 10px;
}
.sec4-content ul li::before {
	background: url(https://pipelinenav.com/wp-content/uploads/2025/01/arrow-icon.png) no-repeat left center !important;
    background-size: 16px !important;
}
.sec5-block {
    background:#efeff0 !important;
	    display: grid;

}
.sec5-block img {
	align-self: end;
}
.sec5-block p {
	font-size: 16px !important;
}
.sec4-content h4 {
    color: #054032 !important;
}
.sec4-content small {
	color: #054032 !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    letter-spacing: 2px;
    font-weight: 700;
}
body h2 {
    color: #054032 !important;
}
.sec5-block h6 {
	 color: #054032 !important;
	font-size: 22px;
}
.home-section6-inner {
    background: #C8E9EE !important;
}
.home6-content h3 {
    color: #054032 !important;
}
.home-section7 {
    background: #C5E6B3 !important;
}
.home7-content small {
	color: #054032 !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    letter-spacing: 2px;
    font-weight: 700;
}
.sec8-block:nth-child(2) h6 {
	color: #054032 !important;
}
.home9-content-inner {
    background: #C8E9EE !important; 
}
.footer-menu ul li a:hover {
	text-decoration: underline !important;
}
.sec4-item:hover {
    background: #C6E6B3;
}
.home-section5 a.border-btn:hover {
	background: #054032 !important;
	color: #fff !important;
}
#popmake-590 {
	    border: 7px solid #C6E6B3 !important;
    padding: 20px 0 40px !important;
}
.funding-data_wrapper {
	width: 80%; 
	margin: 0 auto;
}
.funding-data_wrapper h2.gform_title {
	display: none;
}
.funding-data .gf_page_steps {
	justify-content: center;
}
.funding-data .gf_page_steps .gf_step_number  {
    font-size: 20px;
    padding: 20px;
    color: #054032;
}
.funding-data .gf_step_completed .gf_step_number {
	background-color: #C6E6B3;
	border: 2px solid #C6E6B3 !important;
}
.funding-data .gf_page_steps .gf_step_number::after {
		    align-self: anchor-center;
    width: max-content;
    text-align: center;
    margin: 0 6px;
    background: #c6e6b3 !important;
    border: 2px solid #C6E6B3 !important;
    color: #054032 !important;
    font-size: 30px !important;
}
.funding-data .form-content h5 {
	font-size: 22px;
    text-align: center;
    margin-top: 20px;
    color: #054032;
}
.funding-data .form-content {

}
.funding-data .form-content p {
	font-size: 16px;
}
.funding-data .form-content p.strong {
	font-weight: 700;
}
.funding-data .form-content ul {
	    margin-bottom: 30PX;

}
.funding-data .form-content ul li {
    font-size: 16px;
    list-style-type: none;
    display: flex;
	
}
.funding-data .form-content ul li i {
	font-size: 19px;
    color: #1f72a2;
    margin-right: 5px;
	align-self: center;
}
.funding-data .form-content ul li span {
		align-self: center;
}
.funding-data .gsection {
    border-bottom: 1px solid #ccc;
}
.funding-data .gsection h3 {
	FONT-SIZE: 18PX;
    LINE-HEIGHT: 22PX;
    color: #054032;

}
.funding-data .gform-page-footer {
	display: flex;
    justify-content: center;
    margin-top: 40px;
}
.funding-data .gform-page-footer .gform_next_button {
	background: #054032 !important;
    color: #fff !important;
    font-weight: 500 !important;
    display: inline-block !important;
    border-radius: 50px !important;
    line-height: 40px !important;
    font-size: 17px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    outline: none !important;
}
.funding-data .gform-page-footer .gform_previous_button {
	    background: #c6e6b3 !important;
    color: #054032 !important;
    font-weight: 500 !important;
    display: inline-block !important;
    border-radius: 50px !important;
    line-height: 40px !important;
    font-size: 17px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    outline: none !important;
    border: none !important;
}
.funding-data .gform-footer {
	    justify-content: center;

}
.pipe-captcha  {
    display: flex !important;
    justify-content: center !important;
    margin-top: 40px !important;
}
.funding-data .gform-page-footer .gform_button, .funding-data .gform-footer .gform_button {
		background: #054032 !important;
    color: #fff !important;
    font-weight: 500 !important;
    display: inline-block !important;
    border-radius: 50px !important;
    line-height: 40px !important;
    font-size: 17px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    outline: none !important;
}
.funding-data .gform-page-footer .gform_next_button:hover {
	box-shadow: inset 5px 4px 20px #054032 !important;
    background: #054032e3 !important;

}
.funding-data .gform-page-footer .gform_button:hover, .funding-data .gform-footer .gform_button:hover {
	box-shadow: inset 5px 4px 20px #054032 !important;
    background: #054032e3 !important;

}
.funding-data .gform-page-footer .gform_previous_button:hover {
	box-shadow: inset 5px 4px 20px #054032 !important;
    background: #054032e3 !important;
    color: #fff !important;
}
.funding-data .gform_page_fields input {
    --gf-local-border-color: #000 !important;
    --gf-local-outline-color: #c6e6b3 !important;
}
.funding-data .gform_page_fields input.gfield-choice-input::before {
	    color: #1d70a2;
    font-size: 17px;
}
.funding-data .gform_page_fields #input_1_16 input.gfield-choice-input::before {
	    background: #1d70a2;
}
.funding-data .gform_fields .gfield_select::focus {
	 --gf-local-border-color: #000 !important;
    --gf-local-outline-color: #c6e6b3 !important;

}
.funding-data .gform-page-footer .gform-loader {
	margin-top: 0 !important;
    margin-left: 10px;
    border-block-end-color: #c6e6b3 !important;
    border-inline-start-color: #c6e6b3 !important;
}
.gform_confirmation_wrapper {
	width: 80%;
    margin: 0 auto;
}
.gform_confirmation_wrapper ul li {
	    font-size: 16px;
    list-style-type: none;
    display: flex;

}
.gform_confirmation_wrapper ul li i {
    font-size: 19px;
    color: #1f72a2;
    margin-right: 5px;
    align-self: start;
    margin-top: 3px;
}
.gform_confirmation_wrapper a {
	    color: #1e73a2;
}
.gform_confirmation_wrapper ul li span {
	    align-self: center;
}
.gform_confirmation_wrapper h5 {
    font-size: 17px;
    text-align: center;
    margin-top: 0;
    color: #054032;
    line-height: 26px;
}
.gform_confirmation_wrapper h4 {
	text-align: center;
    font-size: 24px;
    margin-bottom: 0;
}
.gform_confirmation_message p {
	    font-size: 16px;
		margin-left: 4rem;
    	margin-top: 45px;
}
.funding-data .validation_message {
	color: #a52a2a !important;
}
.funding-data .gfield_required {
	color: #a52a2a !important;
}

@media (max-width:769px) {
	.gform_confirmation_wrapper {
		width: 95%;
		}
	.funding-data_wrapper {
		width: 95%; 
	}
}
.funding-data .customers .gfield_checkbox  {
	    display: contents !important;
}
.funding-data .customers .gfield_checkbox .gchoice {
	    width: 50%;
    margin-bottom: 10px;
}
.funding-data_wrapper .gform_fields {
	row-gap: 30px !important;
	}
}
/*================================Custom Style================================*/