/*
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
*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");

/* Font Family Start */


@font-face {
    font-family: 'Poppins';
    src: local('Poppins Regular'), local('Poppins-Regular'),
        url('fonts/Poppins-Regular.woff2') format('woff2'),
        url('fonts/Poppins-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Merriweather';
    src: local('Merriweather Regular'), local('Merriweather-Regular'),
        url('fonts/Merriweather-Regular.woff2') format('woff2'),
        url('fonts/Merriweather-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Font Family End */

*{
	letter-spacing: normal !important;
}
body,
p,
ul li,
ol li{
	font-family: 'Poppins' !important;
	line-height: inherit !important;
}
ul, ol{
	margin-bottom: 16px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Merriweather' !important;
	margin: 0;
}
a{
	text-decoration: none;
}


#site-header .header-inner,
.footer-new-container,
footer .footer-credits{
	max-width: 1170px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 15px;
}
#site-header{
	background: #070709;
	padding: 0px 0px;
}
/* .scroll-header{
	display: none !important;
} */
.site-logo img{
	width: 100%;
	max-width: 214px;
}
.header-toggles{
	display: none !important;
}
.header-inner.section-inner {
    border-bottom: 1px solid #939393;
	padding:39px 0px !important;
}
/* Navigation Edit start */
.header-navigation-wrapper {
    position: relative;
    top: 16px;
}
.primary-menu a{
	font-size: 14px;
	color: #fff !important;
	text-decoration: none !important;
}
li.nav-custom-button {
    border: 1px solid #fff;
    padding: 9px 20px;
    border-radius: 3px;
	top: -11px;
}
/* Navigation Edit end */
.with-border .elementor-heading-title:after {
    content: '';
    position: absolute;
    background: #000;
    width: 110px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}
.with-border.black .elementor-heading-title:after {
    background: #000;
}
.with-border.white .elementor-heading-title:after {
    background: #fff;
}
.approach-box {
/*     border-image-source: linear-gradient(to bottom, #bfbfbf, #ffffff) !important;
    border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    overflow: hidden; */
}
.approach-box .elementor-widget-image {
    background: #070709;
    width: 160px;
	height: 160px;
    padding: 0px;
	margin-bottom: 20px !important;
    border-radius: 50%;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
	display: grid;
    place-items: center;
}
.approach-box:hover, .process-box:hover {
    transform: translateY(-10px);
}
.process-box .number {
    background: #fff;
    width: 100px;
    height: 100px;
    display: grid;
    place-items: center;
    border-radius: 50%;
}
.process-box:hover .number {
    transform: rotate(360deg);
}
.no-padding-ul ul{
	margin:0px;
	padding:0px;
	list-style-type: none;
}
.bullet-point ul li{
	padding: 0 0 0 34px;
    position: relative;
    margin: 0 0 18px 0px;
}
.bullet-point ul li:before{
	content: '';
	width: 19px;
	height: 19px;
	background: #333333;
	border-radius: 50%;
	position: absolute;
    left: 0;
    top: 6px;
}
.form-container {
    max-width: 800px;
    margin: 0 auto;
}
.form-container .form-row > p {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 30px;
}
.t-field {
    font-size: 14px !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    outline: none !important;
    padding: 15px 22px !important;
}
.form-container .recaptcha {
    margin-top: 20px !important;
    display: block;
}
.form-container .cf-send-button {
    margin: 20px auto 0 auto;
    display: block;
    background: #070709 !important;
    font-size: 14px !important;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.02em !important;
    width: 180px;
    padding: 16px 0px;
	text-decoration: none !important;
	border: 1px solid #070709 !important
}
.form-container .cf-send-button:hover {
    color: #070709 !important;
	background: #fff !important;
}
button.pum-close.popmake-close {
    font-size: 0px !important;
    border: none !important;
    background: url(/wp-content/uploads/2025/09/delete-sign-v3.png) no-repeat !important;
    background-size: contain !important;
    top: 15px !important;
    right: 15px !important;
    box-shadow: none !important;
    cursor: pointer;
}
footer#site-footer {
    background: #070709;
	padding-top:0px !important;
}
.footer-new-container{
	padding-left: 0px !important;
	padding-right: 0px !important;
	display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.footer-top{	
	border-top: 1px solid #939393;
}
footer li.nav-custom-button{
	display: none !important;
}
h2.footer-menu-title, h2.footer-right-title {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
footer ul.menu {
    list-style-type: none;
    margin: 20px 0 0 0px;
}
footer ul.menu li {
    padding: 0px;
    margin: 0 0 0 0px;
}
footer ul.menu li a{
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px !important;
}
ul.footer-new-social {
    margin: 40px 0 0 65px;
    list-style-type: none;
}
ul.footer-new-social li{
	padding: 0px;
	margin: 0 6px;
    display: inline-block;
}
ul.footer-new-social li a{
	display: block;
	width: 20px;
	height: 17px;
	cursor: pointer;
	background-position: center;
/* 	background-size: contain; */
	background-repeat: no-repeat;
}
ul.footer-new-social li.fb a{
	background-image: url(/wp-content/uploads/2025/09/fb1.png);
}
ul.footer-new-social li.fb a:hover{
	background-image: url(/wp-content/uploads/2025/09/fb2.png);
}
ul.footer-new-social li.tw a{
	background-image: url(/wp-content/uploads/2025/09/tw1.png);
}
ul.footer-new-social li.tw a:hover{
	background-image: url(/wp-content/uploads/2025/09/tw2.png);
}
ul.footer-new-social li.linkedin a{
	background-image: url(/wp-content/uploads/2025/09/in1.png);
}
ul.footer-new-social li.linkedin a:hover{
	background-image: url(/wp-content/uploads/2025/09/in2.png);
}
ul.footer-new-social li.insta a{
	background-image: url(/wp-content/uploads/2025/09/insta1.png);
}
ul.footer-new-social li.insta a:hover{
	background-image: url(/wp-content/uploads/2025/09/insta2.png);
}
ul.footer-new-social li.yt a{
	background-image: url(/wp-content/uploads/2025/09/yt1.png);
}
ul.footer-new-social li.yt a:hover{
	background-image: url(/wp-content/uploads/2025/09/yt2.png);
}
ul.ft-contact {
    margin: 25px 0 0 0px;
    color: #fff;
    font-size: 14px;
}
ul.ft-contact li{
	list-style-type: none;
	padding:0 0 0 30px;
	margin:0 0 22px 0px;
	position: relative;
}
ul.ft-contact li a, ul.privacy li a{
	color: #fff !important;
	text-decoration: none !important;
}
ul.ft-contact li a:hover, ul.privacy li a:hover, footer ul.menu li a:hover, .primary-menu a:hover, p.footer-copyright a:hover, .primary-menu > li a:hover, .primary-menu > li.active a{
	color: #1d91ae !important;
}
ul.ft-contact li:before{
	content: '';
	position: absolute;
	left:0;
	top:-3px;
	width: 19px;
	height: 25px;
	background-position: center;
	background-repeat: no-repeat;
}
ul.ft-contact li.address:before{
	background-image: url(/wp-content/uploads/2025/09/markar.png);
}
ul.ft-contact li.phone:before{
	background-image: url(/wp-content/uploads/2025/09/phone.png);
}
ul.ft-contact li.email:before{
	background-image: url(/wp-content/uploads/2025/09/env.png);
}
ul.privacy {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
	display: block;
	color: #fff;
}
ul.privacy li{
	list-style-type: none;
    padding: 0px;
    margin: 0 5px 0 0px;
    display: inline-block;
}
div#site-header.scroll-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
	padding: 16px 0px;
	z-index: 9;
	display: none;
}
div#site-header.scroll-header .site-logo.faux-heading {
    max-width: 128px;
}
div#site-header.scroll-header.active{
	display: block;
	animation: myscroll 0.3s ease-in-out forwards;
}
@keyframes myscroll {
  from {opacity:0; top:10px;}
  to {opacity:1; top:0px;}
}
div#site-header.scroll-header .header-inner.section-inner {
    border-bottom: none;
    padding: 0px 0px 11px 0px !important;
}
div#site-header.scroll-header {
    border-bottom: 1px solid #939393;
}
.footer-top{
	border-bottom: none !important;
}
footer .footer-credits{
	border-top: 1px solid #939393;
	padding:0 0px !important;
}
p.footer-copyright {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin: 26px auto 26px auto;
}
p.footer-copyright a{
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 600;
}
footer#site-footer {
    padding: 0px !important;
}
.footer-top {
	padding: 7.7rem 0 !important;
	border-color: #939393 !important;
}
button.toggle.search-toggle.mobile-search-toggle {
    display: none !important;
}
.light-bull{
	margin:0px;
	padding:0px;
}
.light-bull li{
	padding: 0 0 0 34px;
    margin: 0 10px;
    display: inline-block;
    position: relative;
}
.light-bull li:before{
	content: '';
    width: 19px;
    height: 19px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
}


/* Responsive Start */


@media (min-width: 1220px) {
   
}
@media only screen and (min-width: 1024px){

}

@media only screen and (max-width: 1170px){
	
}

@media only screen and (max-width: 1024px){

}
@media (max-width: 999px){
	button.toggle.search-toggle.mobile-search-toggle, .menu-bottom {
		display: none !important;
	}
	.nav-toggle span.toggle-text, .nav-toggle span.toggle-icon svg, button.close-nav-toggle .toggle-text {
		display: none;
	}
	.nav-toggle span.toggle-icon{
		background: url(/wp-content/uploads/2025/09/nav-ic.png) no-repeat;
        height: 26px;
        width: 39px;
	}
	.nav-toggle .toggle-inner{
		top: -9px;
	}
	.menu-modal .menu-modal-inner.modal-inner {
		background: #1d91ae;
	}
	.mobile-menu a {
		text-align: center;
		/* color: #fff; */
		color: #fff !important;
		font-family: 'Poppins' !important;
		font-weight: 400 !important;
		text-decoration: none !important;
		font-size: 15px !important
	}
	.menu-modal nav * {
		border: none !important;
	}
	button.toggle.close-nav-toggle.fill-children-current-color {
		color: #fff;
	}
	.header-inner.section-inner {
		padding: 16px 0px !important;
	}
	.modal-menu > li > .ancestor-wrapper > a {
        padding: 1.5rem 0;
    }
	.footer-new-container {
		grid-template-columns: repeat(1, 1fr);
		place-items: center;
	}
	.footer-menu-wrap, .footer-menu-wrap *, .footer-right-wrap, .footer-right-wrap * {
		text-align: center;
	}
	.footer-menu-wrap {
		margin: 50px 0 60px 0px;
	}
	ul.ft-contact li:before {
		left: 50%;
		transform: translateX(-50%);
		top: -30px;
	}
	ul.ft-contact li {
		padding: 3px 0 0 0px;
		margin: 0 0 32px 0px;
	}
	ul.ft-contact {
    	margin: 54px 0 0 0px;
	}
}
@media only screen and (max-width: 880px){
	
}
@media only screen and (max-width: 767px){
	
}
@media only screen and (max-width: 640px){
	.form-container .form-row > p {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media only screen and (max-width: 480px){
	
}