/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/* .service-box strong{
	display: block;
} */



.service-box br{
	display: none;
}

.content, .content .container, .full_width{
	background : #fff !important;
}

.latestBlog-main{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
	padding: 60px 0;
}

.why-ardent-sec{
	position: relative !important;
}
.why-ardent-sec:after{
	position: absolute ;
	left: 0px;
	width: 0px;
	height: 0px;
	content: '';
	top: -1px;
    border: 50px solid #fff;
    border-right-color:  transparent;
    border-bottom-color:  transparent;
	clip-path: polygon(72% 0, 0 0, 0 100%);
}

.wht-we:after{
	right: 0px;
	left: initial;
	bottom: -1px;
	top: inherit;
    border-right-color: #fff;
    border-bottom-color: #fff;
	clip-path:polygon(35% 100%, 100% 100%, 100% 0);
}

.speacial-service, .ardent-way, .ardent-box, .form-sec{
	position: relative;
}
.speacial-service:after{
	position: absolute;
	left: 0px;
	content: '';
	bottom: -1px;
	background: #fff;
	clip-path: polygon(0 0, 0 100%, 100% 100%);
	width: 100px;
    height: 100px;
}
.ardent-way:before{
	position: absolute;
	right: 0px;
	content: '';
	top: -1px;
	background: #fff;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	width: 100px;
    height: 100px;
}
.ardent-box:after{
	position: absolute;
	right: 0px;
	content: '';
	bottom: -1px;
	background: #000;
	clip-path: polygon(100% 100%, 100% 0, 0 100%);
	width: 100px;
    height: 100px;
}

.form-sec:before{
	position: absolute ;
	left: 0px;
	width: 0px;
	height: 0px;
	content: '';
	top: -1px;
    border: 50px solid #000;
    border-right-color:  transparent;
    border-bottom-color:  transparent;
	clip-path: polygon(72% 0, 0 0, 0 100%);
}
.form-sec:after{
	right: 0px;
	left: initial;
	bottom: -1px;
	top: inherit;
    border-right-color: #000;
    border-bottom-color: #000;
	clip-path:polygon(35% 100%, 100% 100%, 100% 0);
}


.ardent-box:hover img{
	    filter: brightness(0);
}
.ardent-box:hover .elementor-widget-text-editor{
	color: #000;
}


.cus-header{
	padding: 15px 0;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
	background: url('https://ardentx.com/wp-content/uploads/2022/03/chk.png')no-repeat;
	background-size: 100%;
}

.container{
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	padding: 0px 15px;
	box-sizing: border-box;
}

.cus-header .row{
	display: grid;
	grid-template-columns: 20% 1fr;
	grid-gap:20px;
}

.logo figure{
	margin:0px;
}


.menu-btn {
    justify-content: flex-end;
    align-items: center;
    display: none;
}
.menu-btn i {
    color: #000;
    font-size: 30px;
}
.cus-nav .menu-cus-nav-container{
	height: 100%;
}
.cus-nav ul{
	display: flex;
    align-items: center;
	height: 100%;
	padding:0px;
	margin: 0px;
    grid-gap: 50px;
	list-style-type: none;
}
.cus-nav ul li{
	position: relative;
}
.cus-nav ul li a{
	    font-family: "Public Sans", Sans-serif;
    font-size: 16px;
    font-weight: 600;
	color: #000;
	position: relative;
	transition: .3s;
}
.cus-nav ul li.current-menu-item a:after{
	content: '';
	position: absolute;
	left: 0px;
	bottom: -21px;
	width: 100%;
	height: 2px;
	background: linear-gradient(85deg,transparent , #adadad , transparent );transition: .3s;
}
.cus-nav ul li a:after{
	content: '';
	position: absolute;
	right:0px;
	bottom: -21px;
	width: 0px;
	height: 2px;
	background: linear-gradient(85deg,transparent , #adadad , transparent );transition: .3s;
	
}
.cus-nav ul li a:hover:after{
	width:100%;
	right: inherit;
	left: 0px;
}


.cus-nav ul li:last-child{
	margin-left: auto;
}

.cus-nav ul li:last-child a{
	border: 1px solid #000;
	padding: 4px 25px;
	display: inline-block;
}
/* .cus-nav ul li:last-child a:hover{
	border: 1px solid #000;
} */
.cus-nav ul li:last-child a:after{
	display: none;
}
.cus-nav ul li:last-child a:hover{
	background: #000;
	color:#fff;
}

.cus-nav ul li ul.sub-menu{display: flex; flex-wrap: wrap;grid-gap: 0px;padding: 67px 0 0 0;margin: 0px 0 0 0;position: absolute;left: 0px;top: 0px; min-width: 300px;max-width: 300px; width: 100%; box-sizing: border-box;height: fit-content; transform: translateY(65px);transition: .3s;opacity: 0;visibility: hidden;z-index:99999;}
		.cus-nav ul li ul.sub-menu li{width: 100%;}
		.cus-nav ul li ul.sub-menu li a{display: inherit;padding: 7px 10px;border-bottom:1px solid #cfcbcb;background: #fff;color: #000; font-size: 14px;}
		.cus-nav ul li ul.sub-menu li a:hover{background: #5AB8EB;color: #fff;}
		.cus-nav ul li ul.sub-menu li:last-child a{border: none;padding: 10px 10px;border-bottom:1px solid #cfcbcb;}
		.cus-nav ul li:hover ul.sub-menu { transform: translateY(0px);opacity: 1;visibility:visible;}
		.newClass{position: fixed	;top: 0px;width: 100%;transition: .3s;}

.cus-nav ul li ul.sub-menu li:last-child a
{
	padding: 7px 10px;
}

.cus-nav li.menu-item-has-children:after {
    position: absolute;
    right: -17px;
    top: -4px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f0dd";
    font-size: 16px;
    color: #000;
    transition: .3s;
}

.mob-short-icons{
	display: none;
	position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 99999999999999999999;
    background: #eee;
	padding: 12px 0;
}

.mob-short-icons ul{
	display: flex;
	align-items: center;
	justify-content: space-around;
	list-style-type: none;
	padding:0px;
	margin: 0px;
}
.mob-short-icons ul li i{
	color: #125274;
	font-size: 22px;
    display: grid;
    place-content: center;
    border-radius: 100%;
	width: 24px;
    height: 22px;
}
.cus-blog{
	transition: .3s;
	background: #092E3E;
}
.cus-blog h3{
	color: #FFFFFF;
    font-family: "Public Sans", Sans-serif;
    font-size: 20px;
    font-weight: 600;
	margin: 0px 0 10px 0px;
	display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.cus-blog p{
	color: #EDEDED;
    font-family: "Public Sans", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.cus-blog span{
	    border: 1px solid #fff;
    padding: 4px 25px;
    display: inline-block;
	    font-family: "Public Sans", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
	margin-top: 30px;
}
.cus-blog div.cb-content{
	padding: 20px;
	box-sizing: border-box;
}
.cus-blog:hover{
	background: #161616;
}

.cb-img{
	position: relative;
	max-height: 175px;
	overflow:hidden;
}
.cb-img img{
	width: 100%;
	min-height: 175px;
	height: 100%;
	object-fit: cover;
}
.cb-img:after{
	position: absolute;
    left: -1px;
    content: '';
    bottom: -1px;
    background: #092E3E;
    clip-path: polygon(0 0, 0 100%, 70% 100%);
    width: 70px;
    height: 70px;
	transition: .3s;
}
.cus-blog:hover .cb-img:after{
	background: #161616;
}


.wrapper, body{
	background-color: #fff;
}



@media(max-width: 990px){
.why-ardent-sec:after, .wht-we:after, .speacial-service:after, .ardent-way:before, .ardent-box:after, .form-sec:before, .form-sec:after{display: none;}
	.menu-btn {
    display: flex;
}
	.cus-nav{
	position: fixed;
    left: 0px;
    top: 0px;
    max-width: 300px;
    height: 100%;
    min-height: 100%;
    background: #eee;
    flex-wrap: wrap;
    z-index: 999;
    width: 0px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
	}
	.cus-nav ul{
		flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    height: fit-content;
    grid-gap: 0px;
    margin-bottom: 50px;
    padding-top: 65px;
	}
	.cus-nav ul li{
		    border-top: 1px solid #cfcfcf;
		width: 100%;
    padding: 7px 10px;
	}
	.cus-nav ul li a:after{
		display: none;
	}
	.cus-nav ul li:last-child a{
		padding: initial;
		border: none;
	}
	
	.cus-nav ul li.current-menu-item a {
    color: #125274;
    transition: none;
}
	.cmenu-active{
	width: 100%;
	
    overflow:visible;
    opacity: 1;
    visibility: visible;
	}
	.bdy-rgb{
		background: rgba(0,0,0,0.7) !important;
		position: fixed;
		left: 0px;
    right: 0px;
    top: 0px;

	}
	
	
.cus-nav ul li:first-child{
	border-top: 0px;
}
	.cus-nav ul ul li:first-child{
	border-top: 1px solid #cfcfcf;
}
.cus-nav ul li ul.sub-menu li:last-child a{
	border: none;
	  padding: 7px 10px
}
	.cus-nav ul li ul.sub-menu li a{
		background: #eee;
	}	

	.cus-nav ul li ul.sub-menu a{
		font-size: 13px;
	}
	
	.cus-nav li.menu-item-has-children:after{
		right: 17px;
    top: 3px;
	}	
	.cus-nav li.menu-item-has-children:hover{
		height:fit-content;
		overflow: visible;
	}
	.cus-nav ul li ul.sub-menu li{
		padding: 0px;
	}
	.cus-nav ul li ul.sub-menu li a{
		border-bottom: 0px;
	}
	.cus-nav ul li ul.sub-menu{
		    position: inherit;
    left: -10px !important;
    top: 7px;
    padding-top: 0px;
    transform: translateY(0px);
    grid-gap: 0px;
		opacity:1;
		visibility: visible;
	}
}

@media(max-width: 767px){
	.request-form{
		grid-template-columns: 1fr;
		grid-gap: 15px;
	}
		.mob-short-icons{
		display: block;
	}
	.menu-btn {
    display: none;
}
	.cus-header .row{
		grid-template-columns: 1fr;
	}
	.logo figure img{
		margin: 0 auto;
	}
	.latestBlog-main{
		    grid-template-columns: repeat(2, 1fr);
		    grid-gap: 20px;
	}

.slider_content h2 {
    font-size: 32px !important;
	padding: 0px 10px;
}
.last-row{
		margin-bottom: 46px;
	}	
	.container_inner{
		width: 100%;
		padding: 0px 10px;
    box-sizing: border-box;
		}
	.container_inner p{
		text-align: center;
	}
	.ftr-right{
		    justify-content: center;
	}
	
	.cus-nav li.menu-item-has-children:after{
		    right: 18px;
    top: 3px;
	}
/* 	.cus-nav ul li ul.sub-menu li{
		padding: 0px;
	} */
	.cus-nav ul li.menu-item-has-children{
		height:41px;
		overflow: hidden;
		box-sizing: border-box;
	}

	
}

@media(max-width: 575px){
	.latestBlog-main{
		    grid-template-columns:  1fr;
		    grid-gap: 20px;
	}
	
	.request-form {
 
    grid-template-columns:  1fr !important;
    grid-gap: 20px !important;
}
.request-form span:nth-child(7) {
    grid-area: 7 / 1 / span 1 /span 1 !important;
}
	.request-form span:nth-child(7) textarea{
		max-height: 120px !important;
	}	
	
}






.request-form, .cus-quote form{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap:20px;
}
#wpcf7-f957-p453-o1 form, #wpcf7-f957-p765-o1 form, .cus-quote form{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap:20px;
}
.request-form span:nth-child(7), .cus-quote span:nth-child(7){
	grid-area: 3 / 1 / span 1 /span 3;
}
.request-form input, .request-form textarea, #wpcf7-f957-p453-o1 input, #wpcf7-f957-p453-o1 textarea,
#wpcf7-f957-p765-o1 input, #wpcf7-f957-p765-o1 textarea, .cus-quote input, .cus-quote textarea{
	background: rgba(255, 255, 255, .4) !important;
	border: 1px solid #484848 !important;
	padding:15px !important;
	color: #fff !important;
}

.request-form input::placeholder, .cus-quote input::placeholder, textarea::placeholder {
    color: #fff;
    font-style: italic
}


#wpcf7-f66-p9-o1 input[type="submit"], #wpcf7-f957-p453-o1 input[type="submit"], #wpcf7-f957-p765-o1 input[type="submit"]
.cus-quote input[type="submit"]{
	width: fit-content;
	margin: 0 auto;
	    display: block;
    margin-top: 25px;
	background: #fff !important;
	color: #000 !important;
	    font-family: "Public Sans", Sans-serif;
	font-size: 14px;
	border: none;
	font-weight: 400;
	    padding: 10px !important;
    height: fit-content;
    line-height: 18px;
}
#wpcf7-f957-p453-o1 form span:nth-child(6), #wpcf7-f957-p765-o1 form span:nth-child(6), .cus-quote form span:nth-child(6){
	grid-area: 3 / 1 / span 1 / span 2;
}

#wpcf7-f957-p453-o1 input[type="submit"], #wpcf7-f957-p765-o1 input[type="submit"], .cus-quote input[type="submit"]{
	    margin-left: 0px;
    width: fit-content;
  
    height: fit-content;
    background: #fff !important;
    color: #000000 !important;
}


.footer_bottom_holder{
	display: none;
}
.last-row{
	    background: #262626;
	       padding: 20px 0;
    border-top: 1px solid #424242;
}
.last-row .row{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.ftr-left, .ftr-right{
	display: flex;
	align-items: center;
}
.ftr-right{
	justify-content: flex-end;
}
.ftr-right ul li{
	background: none !important;
	color: #5AB8EB !important;
}
.footer_top_holder h3{
	color: #5AB8EB !important;
	font-size: 20px;
	font-weight: 700;
 font-family: "Public Sans", Sans-serif;
	    margin-bottom: 30px;
}

.footer_top_holder ul li a, .footer_top_holder ul li{
		color: #fff;
	font-size: 14px;
	font-weight: 400;
 font-family: "Public Sans", Sans-serif;
}
.footer_top_holder ul.menu li{
	padding-bottom: 10px !important;
}



#block-20 ul li{
	display: flex;
	align-items: center;
	grid-gap: 10px;
	margin-bottom: 12px;
	line-height: 22px;
}

.get-underline{
	position:relative;
	padding-bottom:10px;
	text-transform:capitalize 
}
.get-underline:after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:50px;
	height:4px;
	background:#5AB8EC;
}
.b-l-shape{
	position:relative;
}
.b-l-shape:before{
	content:'';
	width:50px;
	height:50px;
	background:#162B3D;
	position:absolute;
	left:0;
	bottom:0;
	z-index:9;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.b-r-shape{
	position:relative;
}
.b-r-shape:before{
	content:'';
	width:50px;
	height:50px;
	background:#162B3D;
	position:absolute;
	right:-1px;
	bottom:-1px;
	z-index:9;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);

}
.get-underline-center{
	position:relative;
	padding-bottom:10px;
	text-transform:capitalize 
}
.get-underline-center:after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
	width:50px;
	height:4px;
	background:#5AB8EC;
}


.open-career{
position: relative;
}
.open-career:after{
	position: absolute;
	bottom:0px;
	right: -1px;
	content: '';
	background: url('https://wordpress-200112-2461986.cloudwaysapps.com/wp-content/uploads/2022/03/Group-250-1.png')no-repeat;
	background-size: contain;
	width: 66px;
	height:70px;
	transition: .1s;
}
.opn-c1:after{
	right: 19px;
}
.opn-c2:after{
	right: 9px;
}
.open-career:hover:after{
	opacity: 0;
}
.open-career:hover h2.elementor-heading-title{
	color: #fff !important;
}
.open-career:hover .elementor-widget-text-editor{
	color: #fff;
}
.open-career:hover h6.elementor-heading-title{
	color: #5AB8EB !important;
}
.open-career:hover span.elementor-divider-separator{
	border-top-color: #0F2131 !important;
}
.cus-recent .elementor-post__text{
	    display: flex;
    align-items: center;
}
.cus-blog-page .elementor-post__text{
	display: grid;
}
.cus-blog-page h3.elementor-post__title{
	order: 2;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
	min-height: 70px;
}
.cus-blog-page .elementor-post__meta-data{
	order: 1;
	display: flex;
	justify-content: space-between;
}
.cus-blog-page a.elementor-post__read-more{
	order:3;
	display: inline-block;
	padding: 5px 20px;
	background: #F4F4F4;
	border-radius: 5px;
	    width: fit-content;
	transition: .2s;
}
.cus-blog-page a.elementor-post__read-more:hover{
	background: #6BC5E9;
	color: #fff !important;
}
.cus-recent .elementor-post__text h3.elementor-post__title{
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.cus-tes-box{
	position: relative;
}
.cus-tes-box:after{
	position: absolute;
	left:0px;
	right: 0px;
	content: '';
	width: 97.5%;
	height: 117px;
	background: #F1F1F1;
	    z-index: -1;
	clip-path: polygon(100% 0, 100% 60%, 90% 100%, 0 100%, 0 0);
	transition: .3s;
}
.cus-tes-box-2:after{
	left: 15px;
}
.cus-tes-box:hover:after{
	background: #1C6E8E !important;
}
.cus-ardent-terms ol{
	display: grid;
	grid-gap: 13px;
}
.cus-ardent-terms strong{
	color: #1C6E8E;
	margin-right:5px;
}

.cus-tgle .elementor-tab-content.elementor-clearfix.elementor-active{
	display: block !important;
}
.cus-tgle .elementor-accordion-item{
	background: #E6E6E6;
	    padding: 10px 5px;
    margin-bottom: 15px;
}



.wwd-img .elementor-widget-container, .wwd-img-2 .elementor-widget-container{
	position: relative;
}
.wwd-img .elementor-widget-container:after, .wwd-img-2 .elementor-widget-container:after{
	content: '';
	position: absolute;
	right:0px;
	bottom: -1px;
	width: 100px;
	height: 113px;
	background: #fff;
	clip-path: polygon(100% 100%, 100% 0, 0 100%, 0% 100%);
}
.wwd-img-2 .elementor-widget-container:after{
	right:inherit;
	bottom: inherit;
	left:0px;
	top: -1px;
	clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
}

.ardentix_slider .swiper-button-next, .ardentix_slider .swiper-button-prev {
    width: 10px;
	    top: 75%;
}

.ardentix_slider .swiper-pagination-bullet{
	width: 6px !important;
    height: 6px !important;
    display: inline-block !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    opacity: .2 !important;
}
.slider_content h2{
	max-width: 580px !important;
	
}

.fix-cntct-btn{
	position: fixed;
	left: 10px;
	bottom: 100px;
	z-index: 999999;
	display: grid;
    grid-gap: 10px;
}
.fix-cntct-btn a{
	background: rgba(0,0,0,0.8);
	width: 42px;
	height: 42px;
    text-decoration: none;
    color: #5AB8EB;
	font-size: 20px;
	border-radius: 100%;
	display: inline-grid;
	place-content: center;
	border: 2px solid #5AB8EB;
	transition:.3s;
}
.fix-cntct-btn a:hover{
	color: rgba(0,0,0,0.8);
	background: #5AB8EB;
}
.fix-cntct-btn a i.fa-phone{
	transform: rotate(90deg);
}


.cus-st{
	position: fixed;
	right: 10px;
	bottom: 100px;
	z-index: 999999;
	display: grid;
    grid-gap: 10px;
}
.cus-st button{
		
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #5AB8EB;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
body{
	/* cursor: url('https://wordpress-200112-2461986.cloudwaysapps.com/wp-content/uploads/2022/03/icons8-cursor-48.png'), auto;	*/
}


.swiper-button-next:hover:after, .swiper-button-prev:hover:after{
	background: #5AB8EB;
}
.slider_content a{
	transition: .3s;
}
.slider_content a:hover{
	color: #fff;
}



.slider_row{
	width: 100%;
}

.cus-sitemp h2.elementor-sitemap-title{
	margin-bottom: 30px !important;
}
.cus-sitemp ul{
	    display: grid;
    grid-template-columns: repeat(2, 1fr);
	grid-gap: 5px;
}


.cus-img-clp img{
	clip-path: polygon(100% 0, 100% 90%, 90% 99%, 0 100%, 0 0);
}
.cus-img-clp-2{
	clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 6%, 9% 0);
}
.cus-img-clp-3{
	clip-path: polygon(100% 0, 100% 100%, 10% 100%, 0 90%, 0 0);
}







@media(max-width: 575px){
	.cus-blog-page .elementor-posts--skin-classic.elementor-grid{
		    grid-gap: 10px !important;
	}
	.cus-blog-page .elementor-post__meta-data{
		display: grid;
	}
	.cus-tes-box:after{
		left: 11px;
		width: 94%;
	}
	.cus-tes-box-2:after {
    left: 11px;
}
	.slider_content h2 {
       font-size: 34px;
    line-height: 46px;
}
	.slider_row {
    height: 100% !important;
}
	.slider_content a{
		padding: 10px;
    font-size: 16px;
	}	
	.ardentix_slider .swiper-pagination{
		display: none;
	}
	.last-row .row{
		    grid-template-columns: repeat(1, 1fr);
		    grid-gap: 10px;
	}
	.footer_top{
		padding-bottom: 0px;
	}
	.cus-sitemp ul{
	    display: grid;
    grid-template-columns: repeat(1, 1fr);
	}

	.slider_row img{
		    min-height: 300px !important;
	}
	
}



@media(max-width: 475px){
	.slider_content {
    top: 22%;
}
}

@media(max-width: 375px){
	.slider_content {
    top: 18%;
}
}



.cs-ser{
	  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}



#nf-form-2-cont .nf-before-form-content{
	display: none;
}

.nf-form-title, .nf-form-fields-required{
	display: none;
}

#nf-form-title-2 form .nf-field-label, .nf-form-content .label-above .nf-field-label{
	display: none;
}
.nf-form-content nf-fields-wrap{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px 30px;
}


.nf-form-content nf-fields-wrap nf-field:nth-child(7){
	grid-area: 3 / 1 / span 1 / span 3;
}

#nf-form-title-3 .nf-form-wrap form .nf-form-content nf-fields-wrap{
	grid-template-columns: repeat(2, 1fr);
}

.nf-form-content input, .nf-form-content textarea{
    background: rgba(255, 255, 255, 0.4) !important;
    color: #fff !important;
	font-family: "Public Sans", Sans-serif;
}
.nf-form-content input::placeholder, .nf-form-content textarea::placeholder{
    color: #fff !important;
	font-style: italic;
	font-size: 13px;
}
.nf-form-content input[type=button]{
	width: fit-content !important;
    margin: 0 ;
    display: block;

    background: #fff !important;
    color: #000 !important;
    font-family: "Public Sans", Sans-serif;
    font-size: 14px;
    border: none;
    font-weight: 400;
    padding: 10px !important;
    height: fit-content !important;
    line-height: 18px;
	cursor: pointer;
}


.fas.fa-bars.fa-times:before{
	    content: "\f00d";
}


@media(max-width: 575px){
	.logo{
		    max-width: 65%;
    width: 100%;
    display: block;
    margin: 0 auto;
	}
}




