/*
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: 'poppins-bold';
    src: url('fonts/poppins-bold-webfont.woff2') format('woff2'),
        url('fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: 600;
    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: 'poppins-thin';
    src: url('fonts/poppins-thin-webfont.woff2') format('woff2'),
        url('fonts/poppins-thin-webfont.woff') format('woff');
    font-weight: 100;
    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 Family End */

body,
p,
ul li{
	font-family: 'poppins-regular';
	font-size: 16px;
	color: #212122;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'poppins-bold' !important;
	margin: 0;
}

#site-header .header-inner,
.new-container,
footer .footer-credits{
	max-width: 1170px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 15px;
}
.btn-style,
.btn-style2,
.new-btn-style a,
.contact-form .wpcf7-submit.btn-style{
    text-decoration: none;
    font-size: 16px;
	transition: all 0.5s cubic-bezier(0, 0, 0.58, 1) !important;
	border: 2px solid #49b823;
	overflow: hidden;
	position: relative;
	display: inline-block;
	padding: 13px 40px;
	text-transform:capitalize;
	border-radius: 0px;
	font-family: 'poppins-regular' !important;
}
.btn-style,
.new-btn-style a,
.contact-form .wpcf7-submit.btn-style{
	background: #49b823 !important;
    color: #fff;
}

.btn-style2{
	background: #1e050500 !important;
    color: #fff;
}
.btn-style::before,
.btn-style2::before,
.new-btn-style a::before,
.contact-form .wpcf7-submit.btn-style::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #06083b !important;
    transition: all 0.5s cubic-bezier(0, 0, 0.58, 1) !important;
    opacity: 0;
}
.btn-style:hover,
.new-btn-style a:hover,
.contact-form .wpcf7-submit.btn-style:hover{
	background: #fff !important;
	color: #49b823;
}
.btn-style2:hover{
	background: #49b823 !important;
}
.btn-style:hover::before,
.btn-style2:hover::before,
.new-btn-style a:hover::before,
.contact-form .wpcf7-submit.btn-style:hover::before{
    width: 100%;
    left: 100%;
    opacity: 1;
}


.ptb-90{
	padding-top:90px !important;
	padding-bottom:90px !important;
}
.pb-90{
	padding-bottom:90px !important;
}
.pt-90{
	padding-top:90px !important;
}
.ptb-50{
	padding-top:50px !important;
	padding-bottom:50px !important;
}
.pb-50{
	padding-bottom:50px !important;
}
.pt-50{
	padding-top:50px !important;
}
.pr-35{
	padding-right: 35px !important;
}
.green-color,
.heading-style h2 span,
.inner-page-banner h1 span{
    color: #49b823;
}
.heading-style h2{
    color: #272727 !important;
    margin-bottom: 30px;
	font-size: 48px;
	line-height: 1.3em;
}
.heading-style.white h2{
	color: #fff !important;
}
.ul-style{
margin: 0 !important;	
	margin-bottom: 16px !important;
}
.pl-30{
	padding-left: 30px !important;
}
.pr-30{
	padding-right: 30px !important;
}
.pb-0{
	padding-bottom:0px !important;
}

/* Header Start */

#site-header .header-inner{
    padding: 10px 15px;
}
.site-description {
    display: none;
}
.header-navigation-wrapper{
	margin-left: auto;
}
.primary-menu > li {
    margin: 0 20px;
}
ul.primary-menu{
	margin: 0px !important;
}
.call-btn{
	margin-left: 20px;
}
header .primary-menu > li.menu-item a{
	font-family: 'poppins-semibold';
	font-size: 16px;
	color: #1d1d1d !important;
}
header .primary-menu li.mainmenu-color.current-menu-item > a{
	color: #1d1d1d !important;
}
header .primary-menu li.current-menu-item > a,
header .primary-menu > li.menu-item a:hover{
	color: #49b823 !important;
	text-decoration: none !important;
}
.call-btn .btn-style{
     padding: 14px 25px 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
}
.call-btn .btn-style img{
	filter: brightness(0) invert(1);
}

.call-btn .btn-style:hover img{
	filter: none;
}
.primary-menu a:hover, .primary-menu a:focus, .primary-menu .current_page_ancestor {
    text-decoration: none;
}
header .primary-menu > li.menu-item-has-children > a {
    padding-right: 0;
}
header .primary-menu > li.menu-item-has-children > .icon{
	display:none;
}
body:not(.overlay-header) .primary-menu ul {
    border-radius: 0;
}
.primary-menu ul::after{
	display:none;
}
.primary-menu li ul.sub-menu{
	width: 24rem;
}
header .primary-menu > li.menu-item ul.sub-menu li a{
	color:#fff !important;
}

header .primary-menu > li.menu-item ul.sub-menu li a:hover,
header .primary-menu > li.menu-item ul.sub-menu li.current-menu-item > a{
	color: #49b823 !important;
}
body.touch-enabled .primary-menu > li.menu-item-has-children > a{
	margin-right: 0px !important;
}




/* Footer Start */
#site-footer {
    font-size: 16px;
    padding: 0;
	color: #fff;
}
#site-footer ul,
#site-footer ul li{
	margin: 0;
	list-style: none;
	padding: 0;
}
#site-footer a {
    color: #fff;
}
#site-footer a:hover{
    text-decoration: none;
    color: #49b823;
}
#site-footer .footer-top{
	background: rgb(3,7,33);
	background: radial-gradient(circle, rgba(3,7,33,1) 56%, rgba(15,23,77,1) 100%);
	border-bottom: none;
}
#site-footer .footer-top .new-container{
	display: flex;
    gap: 30px;
    justify-content: space-between;
}
#site-footer h2{
    margin: 0 0 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'poppins-regular';
    letter-spacing: 1px;
    font-weight: 400;
}
#menu-footer-menu-1 li{
	margin-bottom: 10px !important;
}
.footer-right ul li{
	display: flex;
    align-items: flex-start;
    gap: 10px;
	margin-bottom: 20px !important;
	color: #fff !important;
}
.footer-right ul li:last-child,
#menu-footer-menu-1 li:last-child{
	margin-bottom: 0px !important;
}
.footer-right-wrap {
    width: 25%;
}
.footer-right ul li span:first-child{
	width: 7%;
	padding-top: 4px;
}
.footer-right ul li span:first-child img{
	max-width: unset !important;
}
.all-social-wrap{
	display: flex;
    align-items: center;
    gap: 26px;
	margin-top: 30px;
}
.all-social-wrap br{
	display: none;
}
#site-footer .section-inner{
	background: #02071f;
    width: 100%;
    max-width: 100%;
	font-family: 'poppins-regular';
}
#site-footer .footer-credits{
    justify-content: space-between;
    padding: 15px;
}
#site-footer .footer-credits p{
	margin-bottom:0px !important;
	font-weight: 400;
	color: #fff;
}
footer span{
	font-family: 'poppins-regular';
}
#site-footer a:focus, #site-footer a:hover {
    text-decoration: none !important;
}


/* Banner Style */
.banner_content {
    text-align: center;
    color: #fff;
    max-width: 830px;
    margin: 0 auto;
}
.banner_content h1{
	margin: 0;
    font-size: 48px;
	line-height: 1.25em;
}
.banner-inner-text{
	margin-top: 12px;
    margin-bottom: 55px;
    color: #fff;
    font-size: 20px;
/*     text-transform: capitalize; */
}
p.banner-top-text {
    font-family: 'poppins-thin';
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 5px;
	color: #fff;
}

.slider-content-wrapper{
	    height: 100%;
    display: flex;
    align-items: center;
}
.slider-wrapper {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    height: 780px;
    padding:0 15px;
}
.slick-arrow {
   background-color: transparent;
    font-size: 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 27px;
    filter: brightness(0) invert(1);
	position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
}
.slick-arrow:hover{
	filter: none;
}
button.slick-prev.slick-arrow {
    background-image: url('/wp-content/uploads/2023/12/slider-arrow-left.png');
	left: 4%;
}
button.slick-next.slick-arrow {
    background-image: url('/wp-content/uploads/2023/12/slider-arrow-right.png');
	right: 4%;
}
.popular_slider .slick-dots{
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
	display: none !important;
}
.about-right-content{
	display: flex;
    gap: 100px 20px;
    justify-content: space-between;
    flex-direction: row !important;
    flex-wrap: wrap !important;
}
.about-right-wrap{
	padding: 65px 35px !important;
}
.about-right-wrap .heading-style h2{
	font-size: 40px;
	text-align: center;
	margin-bottom:60px;
}
.about-right-box {
    width: calc((100% - 20px)/2);
}
/*.about-right-content > div{
	width:calc((100% - 30px)/2);
}*/
.about-right-content h2{
	font-family: 'poppins-semibold' !important;
	font-size: 60px;
	color: #fff;
}
.about-right-content > div p{
	font-weight: 400;
    color: #d4cdcd;
	margin-bottom: 0px !important;
}
.line-height-30{
	line-height: 33px;
}
.about-left-content{
	padding-right: 65px !important;
}
.key-value-box h6{
	font-size: 24px;
    color: #49b823 !important;
}
.key-value-box .elementor-widget-image{
	background-color: #49b823;
    padding: 34px;
    border-radius: 50%;
}
.key-value-box h2{
	font-size: 18px;
    color: #242e6b !important;
    letter-spacing: 0.4px;
	    text-align: center;
}

.key-value-box p{
	font-size: 14px;
    text-align: center;
}
.key-value-box:hover .elementor-widget-image,
.view-btn:hover .elementor-widget-image{
	-webkit-transition: 1.5s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(360deg);
}
.view-btn{
	margin-top: auto;
}

.view-btn a{
	color: #49b823 !important;
	font-size: 14px;
	padding-right: 13px;
	text-transform: capitalize;
	position: relative;
	display: inline-block;
	transition: background 0.3s ease;
}
.view-btn a::before{
	content: '';
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translatey(-50%);
	background: url('/wp-content/uploads/2023/12/new-arrow-right.png')  no-repeat 0 -33px;
	width: 8px;
	height: 13px;
}
.view-btn:hover a{
	color: #08113a !important;
}
.view-btn:hover a::before{
	background: url('/wp-content/uploads/2023/12/new-arrow-right.png')  no-repeat 0 -2px
}
.key-heading-section{
	padding-top: 50px;
    padding-bottom: 35px;
}
.key-box-section{
	padding-bottom: 40px;
}
.home-services-section{
	overflow: hidden !important;
}
.home-services-section > div{
	z-index: 9;
}
.home-services-section div.right-before,
.home-services-section div.left-after{
position: relative !important;	
}
.home-services-section div.right-before::after{
	content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border: 3px solid #49b823;
    border-radius: 50%;
    top: -60px;
    right: -60px;
	z-index: -9;
}
.home-services-section div.left-after::after{
	content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border: 3px solid #49b823;
    border-radius: 50%;
    bottom: -25px;
    right: -100px;
	z-index: -9;
}
.home-services-section .heading-style h2,
.home-services-section,
.home-services-section p{
	color: #fff !important;
}
#services-page.home-services-section .heading-style h2,
#services-page.home-services-section,
#services-page.home-services-section p{
	color: #272727 !important;
}
.services-left-content .heading-style h2,
.services-right-content .heading-style h2{
	font-size: 36px !important;
	margin-bottom: 15px !important;
	line-height: 1.4em;
}
.services-right-content{
	padding: 50px 0px 50px 90px !important;
}
.services-left-content{
	padding: 50px 65px 50px 30px !important;
}



.testimonials-section{
	padding: 120px 0px !important;
}
.testimonial_images img{
	border-radius: 10px !important;
}
.testimonial_author h3{
	font-size: 18px;
	color: #050505 !important;
	font-family: 'poppins-regular' !important;
    margin-top: 10px;
	text-transform: capitalize;
}

.testimonial_bottom{
	display: flex;
    align-items: center;
    gap: 15px;
}

.testimonials-content-wrapper{
	margin: 15px;
    padding: 25px 30px;
    border-radius: 15px;
	background: #fff;
    box-shadow: 0px 0px 15px 4px rgb(0 0 0 / 3%);
}
.testimonials-content-wrapper p{
	font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
    color: #262626 !important;
    font-weight: 400;
	min-height: 100px;
}
.slick-dots li{
	 margin: 0px;
}
.slick-dots{
	 display: flex;
    justify-content: center;
    gap: 10px;
    margin: 30px 0 0;
    list-style: none;
}
.slick-dots li button{
	font-size: 0px;
	padding: 5px 4px;
    border-radius: 3px;
	background-color:#a8a8a8;
}
.slick-dots li.slick-active button{
	background-color:#49b723;
}

.contact-form{
    display: flex;
    flex-wrap: wrap;
    gap: 6px 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: none !important;
	border-radius: 6px !important;
	font-family: 'poppins-regular' !important;
	font-size: 14px !important;
	color: #696868 !important;
	padding: 18px 24px !important;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus {
  border: none !important;
	outline:none !important;
}
.btn-wrap p{
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.home-contact-section{
	padding-top: 50px !important;
	padding-bottom: 30px !important;
}
/* Analytics & AIML page */
.inner-page-banner h1{
	color: #fff !important;
	font-size: 48px;
	line-height: 1.3em;
}
.contact-page-form input[type=text], .contact-page-form input[type=email], 
.contact-page-form input[type=tel], .contact-page-form textarea{
	box-shadow: 1px 2px 19px -9px rgba(0,0,0,0.10) !important;
	border: 1px solid #00000017 !important;
}
.contact-page-form input[type=text]:focus, .contact-page-form input[type=email]:focus, 
.contact-page-form input[type=tel]:focus, .contact-page-form textarea:focus{
	border: 1px solid #00000017 !important;
}
.heading-style.heading-small h2{
	font-size: 36px !important;
	line-height: 1.15em;
}
.contact-page-form .btn-wrap p{
	align-items: flex-start;
}
.img-box-section .key-value-box .elementor-image-box-content{
	padding: 0px 15px 18px 15px;
}
.img-box-section .key-value-box ul{
	margin-left: 0px !important;
	margin-bottom: 0px !important;
	text-align: left !important;
}
.img-box-section .key-value-box {
	height: 100%;
}
.img-box-section .key-value-box img{
	width: 100%;
}
.plus-section .heading-style h2,
.plus-section p{
	margin-bottom: 0px; 
}
.plus-section p{
	color: #fff !important;
	text-align: center;
	font-size: 18px;
}
.contact-form .wpcf7-form-control-wrap.recaptcha{
	 margin-bottom: 15px;
	display: block;
}
.home-contact-section .wpcf7-form-control-wrap.recaptcha{
	justify-content: center;
    display: flex;
}



/* Responsive Start */
@media (min-width: 1000px){
	.mobile-nav-toggle {
		display: none !important;
	}
}
@media only screen and (max-width: 1170px){
	.services-right-content{
		padding: 50px 0px 50px 30px !important;
	}
	.services-left-content{
		padding: 50px 30px 50px 0px !important;
	}
	.about-left-content{
		padding-right: 15px !important;
	}
	.slider-wrapper{
		height: 680px;
	}
	.primary-menu > li {
		margin: 0 15px;
	}
	.call-btn {
		margin-left: 15px;
	}
}
@media only screen and (max-width: 1000px){
	.toggle-inner .toggle-icon{
		background-image:url('/wp-content/uploads/2023/12/menu-icon.png');
		background-size:contain;
		background-repeat:no-repeat;
		height: 23px;
		width: 28px;
	}
	.toggle-text,
	.toggle-inner .toggle-icon svg,
	.menu-modal .menu-bottom,
	.call-btn,
	.popular_slider button.slick-arrow{
		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: #49b823 !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;
	}
	.e-con.e-flex>.e-con-inner {
		flex-wrap: wrap !important;
	}
	.e-con.e-flex>.e-con-inner > div {
		width: 100% !important;
	}
	.ptb-90{
		padding-top:60px !important;
		padding-bottom:60px !important;
	}
	.pb-90{
		padding-bottom:60px !important;
	}
	.pt-90{
		padding-top:60px !important;
	}
	.m-center,
	.home-services-section .services-left-content,
	.home-services-section .services-right-content{
		text-align: center !important;
	}
	.key-value-box{
		gap: 15px !important;
	}
	.key-value-box p {
		margin-bottom: 0;
	}
	.home-services-section{
		gap: 0px !important;
	}
	.services-right-content,
	.services-left-content{
		padding: 30px 0px 50px 0px !important;
	}
	.pb-0{
		padding-bottom: 0px !important;
	}
	.left-wrap > .e-con-inner > div:first-child{
		order: 1;
	}
	.home-services-section .services-right-content.pb-0{
		padding-bottom: 0px !important;
	}
	.footer-right-wrap,
	.footer-right ul li span:first-child{
		width: 100%;
	}
	.footer-right ul li span img,
	.footer-left img,
	.testimonials_content img{
		margin: auto;
	}
	#site-footer .footer-top .new-container,
	.footer-right ul li,
	#site-footer .footer-credits,
	.testimonial_bottom{
		flex-direction: column;
		text-align: center;
	}
	.footer-right ul li{
		align-items: center;
	}
	.all-social-wrap {
		gap: 22px;
		margin-top: 20px;
		justify-content: center;
	}
	.testimonials-section{
		background-size: 750px auto !important;
	}
	.testimonials-content-wrapper{
		text-align: center !important;
	}
	.testimonials-content-wrapper p{
		min-height: auto;
	}
	img.star-img{
		margin: 5px auto;
	}
	.heading-style h2{
		font-size: 36px;
	}
	.key-heading-section{
		padding-bottom: 0;
	}
	.testimonials-section{
		padding: 60px 0px !important;
	}
	.services-left-content .heading-style h2, .services-right-content .heading-style h2, .heading-style.heading-small h2 {
		font-size: 28px !important;
	}
	.popular_slider .slick-dots{
		display: flex !important;
	}
	p.banner-top-text{
		font-size: 28px;
	}
	.banner_content h1{
		font-size: 38px;
	}
	.banner-inner-text{
		margin-bottom: 30px;
	}
	.inner-page-banner h1{
		font-size: 38px;
	}
	.contact-page-form .btn-wrap p {
		align-items: center;
	}
	.pl-30{
		padding-left: 0px !important;
		padding-top: 30px !important;
		padding-bottom: 0px !important;
	}
	.pr-30{
		padding: 30px 0px 0px !important;
		padding-right: 0px !important;
		order: 2 !important;
	}
	.m-center .ul-style{
		text-align: left !important;
	}
	.new-order1{
		order: 1;
	}
	.new-box-two > .e-con-inner > div.key-value-box{
		width: 50% !important;
	}
	.banner-inner-text{
		font-size: 16px;
	}
	.contact-form .wpcf7-form-control-wrap.recaptcha{
		justify-content: center;
		display: flex;
	}
}
@media only screen and (max-width: 768px){
	.ptb-90{
		padding-top:45px !important;
		padding-bottom:45px !important;
	}
	.pb-90{
		padding-bottom:45px !important;
	}
	.pt-90{
		padding-top:45px !important;
	}
	.home-services-section .pt-90{
		padding-top: 60px !important;
	}
	.home-services-section .pb-90{
		padding-bottom: 60px !important;
	}
	.heading-style h2{
		font-size: 30px;
	}
	p.banner-top-text{
		font-size: 22px;
	}
	.banner_content h1 {
		font-size: 35px;
	}
	.banner-inner-text{
		margin-bottom: 25px;
	}
	.inner-page-banner h1{
		font-size: 35px;
	}
	.slider-wrapper {
		height: 580px;
	}
	.about-right-content{
		width: 100%;
		
	}
	.about-right-wrap{
		padding: 35px 0px !important;
	}
/* 	.about-right-content > div {
		width: 100%;
	} */
	.home-services-section div.right-before::after,
	.home-services-section div.left-after::after{
		width: 120px;
		height: 120px;
	}
	.form-row-6 {
		flex-basis: 100%;
	}
	.about-right-content h2 {
		font-size: 40px;
	}
	.inner-page-banner{
		min-height: 320px !important;
	}
	.line-height-30 {
		line-height: 26px;
	}
	.left-wrap > .e-con-inner > div:last-child,
	.right-wrap > .e-con-inner > div:first-child{
		min-height:300px !important;
	}
	
}
@media only screen and (max-width: 520px){
	.slider-wrapper {
		height: 480px;
	}
	.banner_content h1 {
		font-size: 28px;
	}
	.inner-page-banner h1{
		font-size: 26px;
	}
	.heading-style h2,
	.heading-style.heading-small h2{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.services-left-content .heading-style h2, .services-right-content .heading-style h2 {
		font-size: 22px !important;
	}
	.services-left-content,
	.services-right-content{
		gap: 0px !important;
	}
	p.banner-top-text{
		font-size: 22px;
	}
	.btn-style, .btn-style2, .new-btn-style a, .contact-form .wpcf7-submit.btn-style {
		padding: 12px 25px;
		font-size: 14px;
	}
	.about-right-box {
		width: 100%;
	}
	.about-right-content {
		gap: 30px !important;
	}
	.left-wrap > .e-con-inner > div:last-child,
	.right-wrap > .e-con-inner > div:first-child{
		min-height:280px !important;
	}
	.new-box-two .key-value-box .elementor-widget-image {
		padding: 20px;
	}
	.new-box-two .key-value-box .elementor-widget-image img{
		width: 16px !important;
		height: 16px !important;
	}
	.new-box-two .key-value-box h6 {
		font-size: 16px;
	}
	.new-box-two .key-value-box h2 {
		font-size: 14px;
	}
	.about-right-content > div p br{
		display: none !important;
	}
	.banner-inner-text{
		font-size: 14px;
	}
}