/*
Theme Name: Twenty Twenty Child
Theme URI: https://wp-themes.com/twentytwenty
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Twenty Twenty child theme.
Template: twentytwenty
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: twentytwenty-child
*/

/* Font Family Start */
@font-face {
    font-family: 'Merriweather-SemiBold';
    src: url('fonts/Merriweather_120pt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Merriweather-Regular';
    src: url('fonts/Merriweather_120pt-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'poppins-regular';
    src: url('fonts/poppins-regular-webfont.woff2') format('woff2'),
        url('fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'poppins-semibold';
    src: url('fonts/poppins-semibold-webfont.woff2') format('woff2'),
        url('fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-regular';
    src: url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('fonts/Montserrat-Medium.woff2') format('woff2'),
		url('fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-semibold';
    src: url('fonts/montserrat-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
/* Font Family End */

body,
p,
ul li,
ol li{
	font-family: 'Montserrat-Medium' !important;
	font-size: 16px;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
}
h1,h2,h3,
.news-section h5, .news-section h4{
	font-family: 'Merriweather-SemiBold' !important;
}
a{
	text-decoration: none;
}
p{
	color: #191919;
	line-height: 1.6em;
}
.post-entry-content h2, .post-entry-content h3,
.post-entry-content h5, .post-entry-content h4{
	margin-bottom: 15px !important;
}

/* Common CSS Code */
.container{
	max-width: 1170px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 15px;
}
.ptb-90{
	padding-top:70px !important;
	padding-bottom:70px !important;
}
.pb-90{
	padding-bottom:70px !important;
}
.pt-90{
	padding-top:70px !important;
}
.ptb-50{
	padding-top:50px !important;
	padding-bottom:50px !important;
}
.pb-50{
	padding-bottom:50px !important;
}
.pt-50{
	padding-top:50px !important;
}
p:last-child{
	margin-bottom: 0px !important;
}
.btn-style1,
.btn-style2 a,
.same-btn-style2,
input[type="submit"],
.comment-reply-link{
	padding: 15px 45px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto !important;
	color: #191919 !important;
	font-size: 14px !important;          
	display: inline-block;
	line-height: 1.3em !important;
	border-radius: 0px !important;
	 font-weight: 500;
}
.btn-style1 {
	background-color: #fff !important;
	transition: all 0.5s ease !important;
}
.btn-style1:hover{
	background-color: #191919 !important;
	color: #fff !important;
}
.btn-style2 a,
.same-btn-style2,
input[type="submit"],
.comment-reply-link{
	background-image: linear-gradient(to right, #12a0f3 0%, #19e2f4  51%, #12a0f3  100%);
}
.btn-style2 a:hover,
.same-btn-style2:hover,
input[type="submit"]:hover,
.comment-reply-link:hover{
	background-position: right center;
	text-decoration: none !important;
}
.projects-div-wrapper .same-btn-style2{
	padding: 12px 35px;
}
.heading-style h2{
	text-transform: capitalize;
}
.heading-before h2{
	background-color: #fff;
	position: relative;
	display: inline-block !important;
	padding: 0 10px;
}
.heading-before::before{
	content:'';
	width: 100%;
	height: 1px;
	background-color: #19e2f4;
	position: absolute;
	top: 50%;
	transform:translatey(-50%);
	left: 0px;
}



/* Header Start */
header#site-header {
	position: sticky;
	width: 100%;
	transition: all 0.3s ease;
	z-index: 999;
	background-color: #191919 !important;
	opacity: 1;
}
#site-header .header-inner{
    width: 100%;
}
.site-logo img {
	max-height: 7rem;
	transition:all 0.3s ease;
}
.primary-menu > li {
    margin: 0 !important;
}
ul.primary-menu{
	margin: 0px !important;
}
header .primary-menu > li.menu-item a{
	font-family: 'poppins-regular';
	font-size: 16px;
	color: #fff !important;
	padding: 50px 14px!important;
}
header .primary-menu li.current-menu-item > a,
header .primary-menu > li.menu-item a:hover{
	background-color: #17a2d1 !important;
}
header .primary-menu li.current-menu-item > a,
.primary-menu a:hover, .primary-menu a:focus, .primary-menu .current_page_ancestor {
    text-decoration: none;
}
@keyframes fadeSlideDown {
    0% {
        opacity: 0.1;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
#site-header.sticky{
	position: sticky;
    z-index: 99;
    width: 100%;
    top: 0;
	opacity: 1;
    transition: all 0.3s ease;
}

#site-header.sticky .site-logo img{
    max-height: 5rem;
}
#site-header.sticky .primary-menu > li.menu-item a{
	padding: 35px 14px!important;
}

/* Header Icon Code Start */
#sogoacc .sogo-btn-toolbar {
    padding: 0px;
}

#sogoacc .btn{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#sogoacc .btn:hover,
#sogoacc .btn:focus{
	text-decoration: none !important;
	color: #17a2d1;
}
#sogoacc div#sogo_font_a {
	padding-left: 0;
}
#sogoacc .sogo-logo a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sogo_font_3 #sogoacc .btn{
	line-height: 68px;
}
.sogo_font_3 h5{
	font-size: 32px !important;
}

/* Footer Code Start */
footer#site-footer {
	 margin-top: 0 !important;
    padding: 0;
    border: none;
}
footer#site-footer .footer-top{
   border: none;
	background-image:url(/wp-content/uploads/2025/11/Footer_BG.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
}
footer#site-footer ul,
footer#site-footer li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#site-footer .footer-top .container{
	display: flex;
    gap: 30px;
    justify-content: space-between;
}
.widget_text.footer-left {
    text-align: center;
    margin-top: 25px;
}
.footer-right-wrap {
    width: 30.5%;
}
footer#site-footer h2{
	font-family: 'Montserrat-medium' !important;
    font-size: 16px;
    margin: 0 0 15px;
    font-weight: 500 !important;
}
.footer-left h2{
	margin-bottom: 10px !important;
	font-size: 14px !important;
}
.all-social-wrap{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
footer#site-footer a,
.footer-top p{
	color: #fff !important;
}
footer#site-footer a:hover,
footer#site-footer a:focus,
footer#site-footer .current-menu-item a{
	color: #17bae9 !important;
	text-decoration: none !important;
}
.footer-menu-style a{
	font-family: 'poppins-regular';
	font-size: 15px;
}
.footer-menu-style .menu li{
	margin-bottom: 6px !important;
}
.ft-contat-wrap li{
	display: flex;
    align-items: start;
    gap: 12px;
	margin-bottom: 25px !important;
}
.footer-menu-style .menu li:last-child,
.ft-contat-wrap li:last-child{
	margin-bottom: 0px !important;
}
.ft-contat-wrap h5,
.ft-contat-wrap a{
	font-size: 14px !important;
	font-family: 'Montserrat-regular' !important;
	font-weight: 400 !important;
}
.ft-contat-wrap h5{
	line-height: 1em !important;
	margin-bottom: 6px !important;
}
.ft-contat-wrap p{
	font-size: 13px !important;
	font-family: 'Montserrat-regular' !important;
}
.ft-contat-wrap i{
	font-size: 20px !important;
}
#site-footer .section-inner {
    background: #18bee7;
    width: 100% !important;
    max-width: 100% !important;
    padding: 15px;
    text-align: center;
    justify-content: center !important;
}
.footer-copyright{
	font-family: 'poppins-regular' !important;
	font-size: 14px;
	font-weight: 400 !important;
	color: #191919 !important;
}
#site-footer .footer-copyright a,
#site-footer .footer-copyright a:hover{
	font-family: 'poppins-semibold' !important;
	font-weight: 500 !important;
	color: #191919 !important;
}

/* Banner Code Start */
.popular_slider .slider-wrapper{
	background-position:center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.popular_slider .slider-content-wrapper{
	width: 100% !important;
	min-height:800px;
    display: flex;
    align-items: center;
}
.wellcome_text{
    background-color: #fff;
    display: inline-block;
    padding: 0 10px;
    font-size: 20px;
    text-transform: uppercase;
	 letter-spacing: 1px;
}
.banner_content h1{
    font-size: 80px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
	line-height: 1em;
}
.banner_text{
    color: #fff;
    font-size: 24px;
    margin: 20px 0 30px;
	font-family: 'Montserrat-regular' !important;
	max-width: 450px;
}
.popular_slider .slick-arrow{
	display: none !important;
}
.slick-dots,
.slick-dots li{
    list-style: none;
    margin: 0 !important;
	padding: 0px !important;
}
.slick-dots{
	display: flex;
	gap: 10px;
	position: absolute;
    bottom: 60px;
    width: 100%;
    justify-content: center;
}
.slick-dots li button {
    font-size: 0;
    border: 2px solid #fff;
    padding: 0px;
    width: 14px;
    height: 14px;
    background-color: transparent;
    border-radius: 50%;
}
.slick-dots li.slick-active button {
    background-color: #fff;
}


/* Home About And Services Code Start */
.home-about-section p{
	font-size: 18px;
}
/* .services-slider{
	margin: 0 -15px;
}
.story-wrapper{
	margin: 0px 15px;
} */
.projects_images {
    border-radius: 5px;
    overflow: hidden;
}
.projects-div-wrapper img{
	transition: all 0.3s ease;
	height: 270px !important;
    object-fit: cover;
    width: 100%;
    object-position: top;
}
.projects-div-wrapper:hover img{
	transform: scale(1.1);
}
.projects_content {
    text-align: center;
}
.tit-blg {
    font-size: 18px;
    font-family: 'Montserrat-semibold' !important;
    font-weight: 600;
	margin: 15px 0;
}
.services-slider .slick-arrow {
    border: 2px solid #19e2f4;
    padding: 0;
    background-color: transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
    top: 40%;
    z-index: 9;
}
.services-slider .slick-arrow:hover{
	background-color: #19e2f4;
}
.services-slider .slick-prev{
	left: -45px;
}
.services-slider .slick-next{
	right: -45px;
}


/* Home The Pepole Code Start */
.people-box-wrap,
.people-box-wrap > .elementor-image-box-wrapper{
	position: relative;
	height: 100%;
}
.people-box-wrap > .elementor-image-box-wrapper{
  padding: 45px 30px;
}
.people-box-wrap::before,
.people-box-wrap::after,
.people-box-wrap > .elementor-image-box-wrapper::before,
.people-box-wrap > .elementor-image-box-wrapper::after{
  content:"";
  width: 0;
  height: 3px;
  position: absolute;
  transition: all 0.2s linear;
  background-color: #19e2f4;
  transition-delay: 0.2s;
}
.people-box-wrap > .elementor-image-box-wrapper::before,
.people-box-wrap > .elementor-image-box-wrapper::after{
  width:3px;
  height:0;
}
.people-box-wrap > .elementor-image-box-wrapper::after {
  width:3.5px;
}
.people-box-wrap:hover:before,
.people-box-wrap:hover:after{
  width: 100%;
}
.people-box-wrap:hover > .elementor-image-box-wrapper::before,
.people-box-wrap:hover > .elementor-image-box-wrapper::after{
  height: 100%;
}
.people-box-wrap::before{
  right: 0;
  top: 6px;
}
.people-box-wrap::after{
  left: 0;
  bottom: 6px;
}
.people-box-wrap > .elementor-image-box-wrapper::before{
  left: 6px;
  top: 0;
}
.people-box-wrap > .elementor-image-box-wrapper::after{
  right: 6px;
  bottom: 0;
}
.people-box-wrap:hover::before, .people-box-wrap:hover::after{
  transition-delay: 0s;
}
.people-box-wrap:hover > .elementor-image-box-wrapper::before, 
.people-box-wrap:hover > .elementor-image-box-wrapper::after{
  transition-delay: 0.2s;
}


/* Resources Code */
.resources-list,
.services-slider{
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.resources-list > div,
.services-slider > div{
	width: calc((100% - 60px)/3);
}
.resource-wrapper .projects_images{
	position: relative;
}
.resource-wrapper .post-date{
	position: absolute;
	background-color: #fff;
	padding: 5px 22px;
	font-size: 12px;
	text-transform: uppercase;
	top: 20px;
	right: 20px;
	border-radius: 5px;
}
.resources_content .tit-blg{
	font-size: 20px !important;
}
.resources-text{
	font-family: 'poppins-regular' !important;
}
.link-text{
    font-size: 14px;
    color: #191919;
    font-family: 'Montserrat-semibold' !important;
    text-transform: capitalize;
}
.link-text:hover{
	 color: #19e2f4;
}

/* Contact Form Code */
.contact-form{
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
}
.form-row-6 {
    flex-basis: calc((100% - 30px)/2);
}
.form-row-12{
	flex-basis: 100%;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], textarea{
	border-radius: 0px !important;
	font-family: 'Montserrat-regular' !important;
	font-size: 14px !important;
	color: #797979 !important;
	padding: 16px 24px !important;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus {
	outline:none !important;
	border-color: #dbdbdb !important;
}
input[type=submit]{
	width: 185px;
	text-decoration: none !important;
}
.wpcf7-spinner{
	display: none;
}
.form-row-12.btn-wrap{
	text-align: center;
}
.contact-page-form .form-row-12:has(.recaptcha){
	display: flex;
}
.contact-page-form .form-row-12.btn-wrap{
	text-align: left;
}
/* Comment Code Start
 */
.post-details-banner{
	background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    display: flex;
    align-items: center;
}
.post-comments .styled-separator.is-style-wide {
    display: none;
}
#commentform,
.comment-respond p:not(.comment-notes),
.comments-inner.section-inner.thin,
.comment-content.entry-content *,
.news-inner .section-inner.small{
	max-width: 100% !important;
	width: 100% !important;
}
#commentform a,
.comment-reply-title small a{
    text-decoration: none !important;
    color: #12a0f3 !important;
    padding: 0 !important;
}
#comment-form input:placeholder-shown+label, 
#comment-form textarea:placeholder-shown+label,
#comment-form input:not(:placeholder-shown)+label, 
#comment-form input:focus+label, 
#comment-form textarea:not(:placeholder-shown)+label, 
#comment-form textarea:focus+label{
	transform: unset !important;
    transform-origin: unset !important;
}
.comment-respond label{
	font-size: 15px;
	color: #191919 !important;
}
#comment-form input,
#comment-form textarea{
	padding: 14px 15px !important;
	font-size: 14px;
	color: #191919 !important;
}
#comment-form textarea{
    height: 140px;
    overflow-y: auto;
}
#comment-form p.comment-form-float-label {
    margin-top: 0 !important;
}
.comment-respond .comment-form-email {
	margin-left: 0 !important;
}
.comment-respond p.comment-notes, .comment-respond p.logged-in-as {
    margin-bottom: 20px !important;
    padding-bottom: 0 !important;
    font-size: 16px !important;
}
.comment-meta {
    padding-left: 6rem;
}
.comment-meta .avatar {
	left: 0 !important;
}
.comment-author {
	font-size: 18px !important;
}
.comment-reply-title small {
	display: block;
	margin: 15px 0px 0 !important;
}
.comment-reply-title small a{
	font-family: 'Montserrat-semibold' !important;
	font-size: 16px !important;
}
.comment-reply-title,
#reply-title {
	font-size: 36px !important;
}
#reply-title,
.comment-respond p.comment-notes, .comment-respond p.logged-in-as{
	text-align: left;
}
.post-alignment {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    gap: 20px;
}
.prev-posts {
    max-width: 350px;
}
.news-section .post-alignment > div > a > div {
    display: flex;
    align-items: center;
    gap: 5px;
}
.news-section .post-alignment > div > a {
    color: #191919 !important;
}
.news-section .post-alignment > div > a:hover{
    color: #12a0f3 !important;
}
div#respond {
    margin-top: 40px;
}
.comment-respond p {
	margin-bottom: 35px !important;
}
.comment-reply-title {
	margin-bottom: 5rem;
	margin-top: 4rem;
	text-align: left;
}


/* Responsive Code Start */
@media only screen and (max-width: 1199px){
	.popular_slider .slider-content-wrapper{
		min-height: 600px;
	}
	.wellcome_text,
	.home-about-section p{
		font-size: 16px;
	}
	.banner_content h1{
		font-size: 55px !important;
	}
	.banner_text{
		font-size: 18px;
		max-width: 450px;
	}
	.heading-style h2,
	.news-section h2,
	.comment-reply-title, #reply-title{
		font-size: 36px !important;
	}
	.post-details-banner{
		min-height: 400px;
	}
	
}
@media only screen and (max-width: 1000px){
	#open_sogoacc.topright{
		display: none !important;
	}
	header#site-header {
		padding: 15px 0;
	}
	.site-logo img{
		max-height: 5rem;
	}
	.toggle-inner .toggle-icon{
		background-image:url('/wp-content/uploads/2025/11/menu-icon.png');
		background-size:contain;
		background-repeat:no-repeat;
		height: 23px;
		width: 28px;
	}
	.toggle-text,
	.toggle-inner .toggle-icon svg{
		display:none !important;
	}
	header .header-titles-wrapper{
		position:relative;
		padding-right:0px !important;
	}
	.nav-toggle .toggle-inner {
		padding-top: 0;
	}
	header .header-titles-wrapper .nav-toggle {
		right: 0;
		padding-right: 0px !important;
		justify-content: flex-end;
	}
	.menu-modal.active {
		z-index: 99999;
	}
	.menu-modal{
		background: transparent !important;
	}
	.menu-modal-inner{
		background: #000000e6 !important;
	}
	.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a,
	.modal-menu ul li a{
		font-size: 16px;
		padding: 15px 0;
		color: #fff !important;
		text-decoration: none !important;
		letter-spacing: 1px;
		font-weight: 500 !important;
	}
	.modal-menu ul li a{
		padding: 10px 15px;
	}
	.modal-menu ul li ul li a{
		padding: 10px 25px;
	}
	.modal-menu > li.menu-item.menu-logo{
		display: none;
	}
	.modal-menu > li > .ancestor-wrapper > a:hover,
	.modal-menu > li > a:hover,
	.modal-menu > li.current-menu-item.current_page_item > .ancestor-wrapper > a,
	.modal-menu > li.current-menu-item.current_page_item > a,
	.menu-modal .toggle,
	.modal-menu ul li a:hover,
	.modal-menu ul li.current-menu-item.current_page_item >.ancestor-wrapper > a,
	.modal-menu ul li ul li a:hover,
	.modal-menu ul li ul li.current-menu-item >.ancestor-wrapper > a{
		color: #19e2f4 !important;
	}
	.modal-menu > li.menu-item {
		border: none;
		border-bottom: 1px solid #dcd7ca24;
	}
	
	.modal-menu > li.menu-item.menu-btn > .ancestor-wrapper > a:hover,
	.modal-menu > li.menu-item.menu-btn > a:hover,
	.modal-menu > li.current-menu-item.current_page_item.menu-item.menu-btn > .ancestor-wrapper > a,
	.modal-menu > li.current-menu-item.current_page_item.menu-item.menu-btn > a{
		color: #fff !important;
	}
	.modal-menu li.menu-item ul.sub-menu li,
	button.sub-menu-toggle{
		border: none;
	}
	.modal-menu {
		padding: 0 15px;
	}
	.menu-wrapper.section-inner{
		width: 100% !important;
		max-width: 100% !important;
	}
	button.close-nav-toggle {
		padding: 5rem 2rem 5rem 0 !important;
	}
	.ptb-90{
		padding-top:60px !important;
		padding-bottom:60px !important;
	}
	.pb-90{
		padding-bottom:60px !important;
	}
	.pt-90{
		padding-top:60px !important;
	}
}
@media only screen and (max-width: 991px){
	#site-footer .footer-top .container,
	.ft-contat-wrap li{
		flex-direction: column;
		text-align: center;
	}
	.footer-right-wrap {
		width: 100%;
	}
	.ft-contat-wrap li {
		align-items: center;
		gap: 10px;
		margin-bottom: 20px !important;
	}
	.ft-contat-wrap h5, .ft-contat-wrap a,
	.footer-menu-style a{
	 font-size: 15px !important;
	}
	footer#site-footer h2,
	.footer-left h2{
		font-size: 16px !important;
	}
	.footer-left img{
		margin: auto;
	}
	.e-con.e-flex>.e-con-inner {
		flex-wrap: wrap !important;
		max-width: 100% !important;
	}
	.e-con.e-flex>.e-con-inner > div {
		width: 100% !important;
	}
	.popular_slider .slider-content-wrapper{
		min-height: 500px;
	}
	.popular_slider .slick-dots{
		bottom: 30px;
	}
	.post-details-banner{
		min-height: 280px;
	}
	.news-section h3{
		font-size: 24px !important;
	}
	.news-section h4{
		font-size: 20px !important;
	}
	.news-section h5{
		font-size: 19px !important;
	}
}
@media only screen and (max-width: 850px){
	.resources-list > div,
	.services-slider > div{
		width: calc((100% - 30px)/2);
	}
}
@media only screen and (max-width: 768px){
	.popular_slider .slider-content-wrapper{
		min-height: 380px;
	}
	.banner_content{
		text-align: center;
	}
	.wellcome_text{
		font-size: 14px;
	}
	.banner_content h1{
		font-size: 32px !important;
	}
	.banner_text{
		font-size: 15px;
		max-width: 450px;
		margin: 10px 0 14px;
	}
	.btn-style1, .btn-style2 a, 
	.same-btn-style2, input[type="submit"]{
		padding: 12px 35px;
	}
	.heading-style h2, .news-section h2, .comment-reply-title, #reply-title {
		font-size: 30px !important;
	}
	.people-box-wrap > .elementor-image-box-wrapper {
		padding: 25px 14px;
	}
	.form-row-6{
		flex-basis: 100%;
	}
	.post-alignment {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	.prev-posts {
		max-width: 100%;
	}
	.news-section .post-alignment > div > a > div {
		flex-direction: column;
	}
	.news-section .post-alignment > div > a[rel="next"] > div{
		flex-direction: column-reverse;
	}
	.contact-page-form .form-row-12:has(.recaptcha) {
		display: flex;
		justify-content: center;
	}
	.contact-page-form .form-row-12.btn-wrap{
		text-align: center;
	}
}
@media only screen and (max-width: 550px){
	.resources-list > div,
	.services-slider > div{
		width: 100%;
		text-align: center;
	}
	.projects-div-wrapper img{
		height: auto !important;;
	}
}