/*
 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");




/*=================================BODY===============================*/
/*font-family: "Inter", serif;*/
/*font-family: "Heebo", serif;*/
/*font-family: "Nunito Sans", serif;*/

body{
	font-family: "Heebo", Sans-serif;
	background: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5em;
	color:#000;
}


body h1{
	font-family: "Inter", serif;
	font-size:52px;
	font-weight:600;
	line-height:1.1em;
	margin:0 0 10px;
}


body h2{
	font-family: "Inter", serif;
	font-size:42px;
	font-weight:600;
	line-height:1.2em;
	margin:0 0 10px;
}


body h3{
	font-family: "Inter", serif;
	font-size:34px;
	font-weight:600;
	line-height:1.2em;
	margin:0 0 10px;
}


body h4{
	font-family: "Inter", serif;
	font-size:24px;
	font-weight:600;
	line-height:1.3em;
	margin:0 0 10px;
}


body h5{
	font-family: "Inter", serif;
	font-size:20px;
	font-weight:600;
	line-height:1.3em;
	margin:0 0 10px;
}


body h6{
	font-family: "Inter", serif;
	font-size:14px;
	font-weight:600;
	line-height:1.3em;
	margin:0 0 10px;
}


body p, body li, body div{
	font-family: "Heebo", Sans-serif;
	color:#555;
}



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


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




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

.top_header {
	background: #0F0F0F;
	padding: 10px 0;
}


.top_header .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;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.top_header 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;
}


.top_header ul li {
	margin: 0 20px 0 0;
}


.top_header .conatct-part li a, 
.top_header .conatct-part li {
	color: #DDDBDB;
	font-size: 14px;
	text-decoration: none;
	font-weight: 300;
}


.top_header ul li i {
	color: #FBD201;
	width: 1.25em;
	font-size: 14px;
}


.top_header .conatct-part i.fa-envelope {
	position: relative;
	top: 2px;
}


.social-links ul li a {
	width: 28px;
	height: 28px;
	background: #FBD201;
	border-radius: 100%;
	display: block;
	text-align: center;
	line-height: 28px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	position: relative;
}


.social-links ul li {
	margin-right: 10px;
}


.social-links ul li a i {
	color: #000;
	font-size: 13px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	left: 50%;
}


.social-links ul li a:hover {
	background: #fff;
}


.social-links ul li a:hover i {
	color: #FBD201;
}


.top_header ul li:last-child {
	margin-right: 0;
}



.header-titles-wrapper {
	position: relative;
}


.header-outer .header-inner {
	max-width: 1170px;
	width: 100%;
	padding: 0px 15px;
}


.header-outer .header-navigation-wrapper {
	padding-right: 100px;
}


.header-outer .site-logo img {
	max-height: 9rem;
}


.header-outer ul li a {
	color: #181B2A;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Inter", serif;
	letter-spacing: 1.3px;
	text-decoration: none;
}


.primary-menu li.current-menu-item > a, 
.primary-menu li.current-menu-item > .link-icon-wrapper > a, 
.header-outer ul li a:hover {
	color: #FBD201;
	text-decoration: none !important;
}


.contacts-in-menu {
	position: relative;
	padding: 34px 0;
}


.contacts-in-menu::after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #F0F0F0;
	position: absolute;
	left: -129px;
	top: 0;
}


.contacts-in-menu h3 {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin-bottom: 2px;
	position: relative;
}


.contacts-in-menu a {
	color: #555;
	font-size: 16px;
	font-weight: 300;
	font-family: "Heebo", Sans-serif;
	text-decoration: none;
	outline: none;
}


.contacts-in-menu i {
    position: absolute;
    left: -57px;
    color: #FBD201;
    font-size: 46px;
    top: 2px;
}




.menu-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	transform: translateX(-50%);
	transform-origin: right center;
	transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in !important;
	z-index: 9999!important;
	visibility: hidden;
	background: transparent;
}


.menu-modal.active {
	opacity: 1;
	transform: translateX(0%);
	visibility: visible;
}



.menu-modal::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(0, 0, 0, 0.9);
	opacity: 0.5;
	cursor: pointer;
}




.menu-modal-inner.modal-inner {
	width: 300px;
	background-color: #000;
	z-index: 10;
	position: relative;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: unset;
}




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




.mobile-nav-toggle .toggle-inner .toggle-icon {
	background: url("images/hamburger-new.png") no-repeat 0 0;
	width: 30px;
	height: 30px;
	background-size: 100%;
	background-position: center;
	border-radius: 3px;
	margin-top: -9px;
}



.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: #fff;
	text-decoration: none;
	font-size: 15px;
	padding: 20px;
}


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


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


.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-modal   button.toggle{
   color:#fff !important;
   font-weight:600;
   padding: 0 0 25px 0 !important;  
}


.menu-modal .menu-modal-inner button.sub-menu-toggle {
	border-left: 0.1rem solid rgba(0,0,0,0.4) !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===============================*/


.home_slider {
	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;
}


.home_slider .caption-block {
	width: 50%;
	background-position: center center;
	background-size: cover;
	position: relative;
	padding-right: 50px;
	padding-left: 15px;
	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;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.home_slider .caption-block::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0.9;
}


.caption-block_inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 520px;
}


.caption-block_inner .line-tag {
	color: #fff;
}


.line-tag {
	letter-spacing: 1.3px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	font-family: "Nunito Sans", serif;
}


.line-tag::after {
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	background: #FBD201;
	position: absolute;
	top: 7px;
	right: -118px;
}


.caption-block_inner h1 {
	color: #fff;
}


.caption-block_inner h1 span {
	color: #FBD201;
}


.caption-block_inner p {
	color: #E1E3EA;
	margin-bottom: 24px;
}


.btn_link a {
	display: inline-block;
	font-size: 14px;
	font-family: "Nunito Sans", serif;
	font-weight: 700;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	background: #FBD201;
	color: #000;
	text-decoration: none;
	padding: 15px 42px;
	outline: none;
	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:hover {
	transform: translateY(-8px);
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
}


.home_slider .slider-block {
	width: 50%;
	overflow: hidden;
}


.slider-block .swiper-pagination {
	display: none;
}


.main-banner-slider .swiper-slide img {
	width: 100%;
	height: 783px;
	object-fit: cover;
	transform:scale(1);
	transition-property:transform;
	transition-duration:10s;
	transition-timing-function:linear
}


.main-banner-slider .swiper-slide.swiper-slide-active img {
	transform: scale(1.3);
	transition-duration:20s;
	transition-timing-function:linear
}



.about_section {
	padding: 129px 0;
}



.about_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;
}


.about_section .about_image {
	width: 50%;
	position: relative;
}


.about_image .img_big {
	width: 80%;
}


.about_image .img_big img {
	width: 100%;
	box-shadow: 83px 0px 0px -30px #FFD500;
}


.about_image .img_small {
	width: 100%;
	max-width: 300px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}


.about_image .img_small img {
	width: 100%;
	border: 20px solid #fff;
}


.about_section .about_content {
	width: 45%;
}


.about_content h6 {
	color: #000;
}


.about_content h3 {
	color: #000;
	margin-bottom: 15px;
}


.about_content p {
	margin-bottom: 22px;
}


.about_content ul {
	list-style: none;
	margin: 0 0 10px;
	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;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.about_content ul li {
	position: relative;
	padding-left: 30px;
	margin: 0 0 10px;
	width: 48%;
}


.about_content ul li i {
	background: #FCBC45;
	width: 18px;
	height: 18px;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	font-size: 10px;
	line-height: 19px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 3px;
}


.blockquote {
	background: #F9F9F9;
	border-left: 5px solid #FBD201;
	padding: 24px 44px;
	position: relative;
	margin-bottom: 40px;
}


.blockquote::after {
	content: "";
	display: block;
	width: 65px;
	height: 65px;
	background: url("images/qt-icon.png") no-repeat 0 0;
	position: absolute;
	right: 50px;
	top: 40px;
	background-size: 100%;
}


.blockquote .blockquote_inner {
	max-width: 320px;
}


.blockquote h5 {
	font-family: "Inter", serif;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}


.blockquote p {
	font-style: italic;
	margin-bottom: 15px;
}



.why_choose {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	padding: 130px 0 154px;
}


.why_choose::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.83;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}


.why_choose .container {
	position: relative;
	z-index: 1;
}


.title_block {
	text-align: center;
	width: 100%;
	max-width: 720px;
	margin: 0 auto 66px;
}


.title_block h6, 
.title_block h3 {
	color: #fff;
}


.title_block h3 {
	margin-bottom: 24px;
}


.title_block p {
	color: #DDDBDB;
	max-width: 500px;
	margin: 0 auto 15px;
}


.why_choose_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;
}


.why_choose_inner .progress-block {
	width: 47.5%;
}


.progress-block p {
	color: #DDDBDB;
	margin-bottom: 30px;
}


.progress_item {
	position: relative;
	padding-top: 30px;
	margin-bottom: 25px;
}


.progress_bar {
	background: #fff;
	width: 100%;
	height: 10px;
}


.progress_bar_inner {
	width: 90%;
	background: #FBD201;
	height: 10px;
}


.progress_item h4 {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	top: 0;
	margin: 0;
	left: 0;
}


.progress_item span {
	color: #DDDBDB;
	font-size: 16px;
	font-weight: 300;
	position: absolute;
	right: 55px;
	top: 0;
	font-family: "Heebo", Sans-serif;
}


.why_choose_inner .counter-block {
	width: 45%;
}


.counter-block 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;
}


.counter-block ul li {
	width: 50%;
	text-align: center;
	margin: 0;
	padding: 25px;
	border-top: 1px solid #404141;
	border-right: 1px solid #404141;
}


.counter-block ul li:nth-child(1), 
.counter-block ul li:nth-child(2) {
	border-top: none;
}


.counter-block ul li:nth-child(2n) {
	border-right: none;
}


.counter-block i {
	color: #FBD201;
	font-size: 44px;
	margin-bottom: 20px;
}


.counter-block h2 {
	color: #fff;
	font-weight: 700;
	margin: 0;
	font-size: 42px;
	line-height: 42px;
	letter-spacing: 1.3px;
}


.counter-block h2 span {
	color: #FBD201;
	font-size: 20px;
	position: relative;
	top: -12px;
}


.counter-block p {
	color: #DDDBDB;
	font-size: 16px;
	font-weight: 300;
	margin: 0;
}


.service_3box .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: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}



.service_3box {
	margin-top: -68px;
	position: relative;
	z-index: 1;
	margin-bottom: 130px;
}


.service_3box .box_item {
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
	padding: 25px 20px;
	background: #fff;
	width: 31.6%;
	margin-right: 2.5%;
	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;
}


.service_3box .box_item:last-child {
	margin-right: 0;
}


.box_item .icon {
	width: 72px;
	height: 72px;
	position: relative;
	background: #FBD201;
	border-radius: 100%;
	text-align: center;
}


.box_item .icon i {
	color: #000;
	font-size: 36px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}


.box_item .desc {
	width: calc(100% - 88px);
}


.box_item .desc h4 {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 5px;
}


.box_item .desc p {
	margin: 0;
}


.service_3box .box_item:nth-child(2) {
	background: #FBD201;
}


.service_3box .box_item:nth-child(2) .icon {
	background: #000;
}


.service_3box .box_item:nth-child(2) .icon i{
	color: #fff;
}


.service_3box .box_item:nth-child(3) {
	background: #000;
}


.service_3box .box_item:nth-child(3) h4 {
	color: #fff;
}


.service_3box .box_item:nth-child(3) p {
	color: #DCD9D9;
}


.service_inner {
	padding-bottom: 83px;
}


.service_inner .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;
}


.service_inner .sr_block {
	width: 31.5%;
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.10980392156862745);
	padding: 50px;
	background: #fff;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}


.service_inner .sr_block::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-size: 101% 101%;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	bottom: -101%;
	background: #000;
	left: 0;
	right: 0;
}


.service_inner .sr_block:hover::before {
	bottom: 0;
}


.service_inner .sr_block:hover h4 {
	color: #fff;
}


.service_inner .sr_block:hover p {
	color: #DEDCDC;
}


.service_inner .sr_block:first-child {
	box-shadow: none;
	padding: 20px 25px 0 0;
}


.service_inner .sr_block:first-child::before {
	display: none;
}


.service_inner .sr_block:first-child h3 {
	color: #000;
	margin-bottom: 22px;
}


.service_inner .sr_block:first-child p {
	color: #555;
}


.sr_item {
	position: relative;
	z-index: 1;
}


.service_inner .sr_block:nth-child(2) {
	background: #000;
}


.service_inner .sr_block:nth-child(2) h4 {
	color: #fff;
}


.service_inner .sr_block:nth-child(2) p {
	color: #DEDCDC;
}


.sr_block h4 {
	color: #000;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 18px;
	line-height: 1.3em;
}


.sr_block p {
	font-size: 16px;
	margin: 0 0 20px;
	font-weight: 300;
}


.sr_block img {
	width: 60px;
	margin-bottom: 23px;
}


.read_link a {
	color: #FBD201;
	text-decoration: none;
	letter-spacing: 1.3px;
	font-weight: 700;
	font-size: 12px;
	font-family: "Nunito Sans", serif;
	text-transform: uppercase;
}


.read_link a span {
	position: relative;
}


.read_link a span i {
	font-size: 14px;
	position: relative;
	top: 1px;
	left: 5px;
}


.contact_section {
	position: relative;
	padding-bottom: 50px;
}


.contact-bg-img {
	position: relative;
	padding: 120px 15px 240px;
}


.contact-bg-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}


.contact-bg-img .title_block {
	position: relative;
	z-index: 2;
	max-width: 900px;
}


.contact-bg-img::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.83;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}


.contact_section .container {
	position: relative;
	z-index: 1;
}


.contact_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;
	padding: 50px;
	background: #fff;
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
	margin-top: -210px;
	position: relative;
	z-index: 2;
}


.contact_inner .contct_address {
	width: 42%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	padding: 40px;
}


.contct_address::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.83;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}


.address_inner {
	position: relative;
	z-index: 2;
}


.address_inner h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 37px;
	line-height: 1.3em;
}


.address_inner p {
	color: #DDDBDB;
	margin-bottom: 38px;
}


.address_inner ul li {
	margin: 0 0 13px;
	color: #DDDBDB;
	position: relative;
	padding-left: 30px;
}


.address_inner ul li a{
	color: #DDDBDB;
	text-decoration:none;
}


.address_inner ul {
	list-style: none;
	margin: 0 0 41px;
	padding: 0;
}


.address_inner ul li i.fa-check {
	background: #FBD207;
	width: 17px;
	height: 17px;
	text-align: center;
	color: #000;
	border-radius: 100%;
	font-size: 10px;
	line-height: 19px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 3px;
}


.address_inner .btn_link {
	margin-bottom: 40px;
}


.address_inner .btn_link a {
	font-size: 12px;
	padding: 12px 28px;
}


.info_add ul li i {
	position: absolute;
	left: 0;
	top: 3px;
	color: #FBD207;
}


.address_inner .info_add ul {
	margin-bottom: 0;
}


.contact_inner .contct_form {
	width: 52%;
}


.contct_form .form-field label {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	font-family: "Inter", serif;
}


.form-fields-2-columns {
	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;
}


.contct_form .form-field input, 
.contct_form .form-field textarea, 
.contct_form .form-field select {
	border: 1px solid #ededed;
	padding: 15px 27px;
	font-size: 16px;
	font-family: "Heebo", Sans-serif;
	font-weight: 400;
	margin-top: 8px;
	width:100%;
	height:55px;
	outline: none;
}



.contct_form .form-field select {
	background: #fff url("images/select-icon.svg") no-repeat calc(100% - 20px) center;
	padding-right: 40px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
}


.contct_form .form-field {
	width: 100%;
	margin-bottom: 10px;
}


.contct_form .form-field textarea {
	height: 140px;
}


.contct_form .form-fields-2-columns .form-field {
	width: 48.5%;
}


.contct_form .btn-submit {
	margin-top: 32px;
	position: relative;
}


.contct_form .btn-submit .wpcf7-spinner {
	position: absolute;
	bottom: -30px;
	left: 0;
}


.contct_form .btn-submit input {
	font-family: "Nunito Sans", serif;
	font-size: 14px;
	color: #000;
	outline: none;
	border: none;
	background: #FBD201;
	font-weight: 700;
	width: auto;
	padding: 6px 47px;
}


.contct_form .wpcf7-not-valid-tip {
	font-size: 12px;
}


.wpcf7-response-output {
	text-align: center;
	font-size: 12px;
	color: #000;
}



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




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

#site-footer {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 80px;
	padding: 110px 0 0;
}


#site-footer::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.9;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}


.footer-upper-section {
	margin-bottom: 70px;
}


#site-footer .footer-upper-section, 
#site-footer .section-inner {
	position: relative;
	z-index: 1;
}


.footer-upper1 .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;
}


.footer-upper1 .p1-item {
	width: 22%;
	margin-right: 5%;
}


.footer-upper1 .p1-item1 {
	width: 32%;
}


.footer-upper1 .p1-item1 img {
	width: 100%;
	max-width: 200px !important;
}


.footer-upper1 .p1-item3 {
	width: 35.85%;
	margin-right: 0;
}


.p1-item.p1-item2 {
	padding-left: 50px;
}


.footer-upper1 {
	margin-bottom: 80px;
}


#site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


#site-footer h2 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	font-family: "Inter", serif;
	margin-bottom: 24px;
}


#site-footer h2::after {
	content: "";
	display: block;
	width: 65px;
	height: 2px;
	background: #FBD201;
	margin: 21px 0 0;
}


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


.footer-upper1 .p1-item p {
	margin-bottom: 29px;
}



#site-footer p, 
#site-footer ul li a, 
#site-footer ul li {
	color: #DDDBDB;
	font-size: 16px;
	font-family: "Heebo", Sans-serif;
	font-weight: 400;
}


#site-footer ul li a:hover{
	color:#FBD201;
	text-decoration:none;
}


#site-footer .social-links ul {
	display: flex;
}


#site-footer .social-links ul li a i {
	font-size: 17px;
}


#site-footer .social-links ul li {
	margin: 0 15px 0 0;
}


#site-footer .social-links ul li a {
	width: 38px;
	height: 38px;
}


#site-footer .es-field-label {
	color: #DDDBDB;
	font-size: 16px;
	font-weight: 400;
	font-family: "Heebo", Sans-serif;
	display: block;
}


#site-footer .es-form-field-container {
	position: relative;
}


#site-footer .emaillist label, 
#site-footer .es-form-field-container .gjs-row:first-child {
	display: none;
}


#site-footer form[data-form-id="2"] .es-form-field-container .gjs-row {
	margin-bottom: 0;
}


#site-footer .emaillist input {
	color: #000;
	font-size: 16px;
	font-family: "Heebo", Sans-serif;
	font-weight: 400;
	padding: 15px 20px;
}


#site-footer .gjs-cell input[type="submit"] {
	background: #FBD201;
	text-decoration: none;
	outline: none;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 55px;
}


.emaillist input::-webkit-input-placeholder { 
   color: #000; opacity:1;
}


.emaillist input::-moz-placeholder { 
   color: #000;  opacity:1;
}


.emaillist input:-ms-input-placeholder { 
   color: #000;  opacity:1;
}


.emaillist input:-moz-placeholder { 
   color: #000;  opacity:1;
}


.footer-upper2 ul {
	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;
}


#site-footer .footer-upper2 ul li {
	width: 32%;
	background: #fff;
	padding: 26px 20px;
	margin: 0 2% 2% 0;
}


.footer-upper2 .box {
	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;
}


.footer-upper2 .box .icon {
	width: 46px;
	height: 46px;
	border-radius: 100%;
	background: #FFD027;
	position: relative;
}


.footer-upper2 .box .icon i {
	color: #000;
	font-size: 26px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	top: 50%;
}


.footer-upper2 .box .info {
	width: calc(100% - 65px);
}


.footer-upper2 ul li h6 {
	color: #000;
	font-size: 18px;
	margin-bottom: 4px;
	font-family: "Inter", serif;
}


#site-footer .footer-upper2 ul li p {
	color: #555;
	margin: 0;
	font-size: 14px;
}


#site-footer .footer-upper2 ul li:last-child {
	margin-right: 0;
}


#site-footer .section-inner {
	width: 100%;
	max-width: 100%;
}


#site-footer .footer-credits {
	border-top: 1px solid #FFFFFF1A;
	padding: 22px 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;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


#site-footer .footer-credits p {
	font-size: 14px;
}



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




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




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


@media (max-width:1000px){
	

	.top_header .social-links {
		display: none;
	}


	.top_header .conatct-part {
		width: 100%;
	}


	.top_header ul {
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		-ms-justify-content: flex-end;
	}


	.top_header .conatct-part li a, 
	.top_header .conatct-part li {
		font-size: 12.5px;
	}


	.header-outer .header-inner {
		padding: 20px 15px;
	}


	.contacts-in-menu {
		padding: 34px 0;
		position: absolute;
		top: 39px;
		right: 60px;
	}


	.contacts-in-menu h3 {
		font-size: 0;
	}


	.contacts-in-menu a {
		display: none;
	}


	.contacts-in-menu h3 a {
		display: block;
	}


	.contacts-in-menu::after {
		display: none;
	}

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




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



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


@media (max-width:767px){


	.home_slider .slider-block {
		width: 100%;
	}

	.main-banner-slider .swiper-slide img {
		width: 100%;
		height: 500px;
		
	}	


	.home_slider .caption-block {
		width: 100%;
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		padding: 60px 15px;
	}


	body h1 {
		font-size: 38px;
		line-height: 44px;
	}


	.about_section {
		padding: 70px 0;
	}


	.about_section .about_image {
		width: 100%;
		margin-bottom: 40px;
	}


	.about_image .img_small {
		width: 56%;
		max-width: 100%;
	}


	.about_section .about_content {
		width: 100%;
	}


	.about_content ul li {
		width: 100%;
	}


	.about_content ul {
		margin: 0 0 20px;
	}


	.blockquote {
		padding: 24px 20px;
	}


	.blockquote::after {
		width: 23px;
		height: 24px;
		right: 20px;
		top: auto;
		bottom: 20px;
	}


	.line-tag::after {
		width: 40px;
		right: -54px;
	}
		
		
	.title_block {
		margin: 0 auto 40px;
	}	


	.why_choose {
		padding: 70px 0 124px;
	}


	.why_choose_inner .progress-block {
		width: 100%;
	}


	.why_choose_inner .counter-block {
		width: 100%;
	}


	.counter-block ul {
		margin: 29px 0 0;
	}


	.service_3box .box_item {
		width: 100%;
		margin: 0 0 20px;
	}


	.box_item .icon {
		width: 60px;
		height: 60px;
	}


	.box_item .icon i {
		font-size: 27px;
	}


	.box_item .desc {
		width: calc(100% - 72px);
	}


	body h2, .counter-block h2 {
		font-size: 35px;
		line-height: 40px;
	}


	.counter-block h2 span {
		top: -7px;
	}


	.counter-block p {
		font-size: 14px;
	}


	.service_3box {
		margin-bottom: 30px;
	}


	.service_inner .sr_block {
		width: 100%;
	}


	.service_inner .sr_block {
		padding: 50px 20px;
	}


	.service_inner {
		padding-bottom: 58px;
	}


	.contact-bg-img {
		padding-top: 70px;
	}


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


	.contact_inner {
		padding: 15px;
	}


	.contact_inner .contct_address {
		width: 100%;
		padding: 20px 15px;
		margin-bottom: 40px;
	}


	.contact_inner .contct_form {
		width: 100%;
	}


	.contct_form .form-fields-2-columns .form-field {
		width: 100%;
	}


	.contct_form .form-field {
		margin-bottom: 0;
	}


	.contct_form .form-field input, 
	.contct_form .form-field textarea, 
	.contct_form .form-field select {
		padding: 15px 15px !important;
	}


	.contct_form .form-field select {
		padding-right: 40px !important;
	}


	.contact_section {
		padding-bottom: 30px;
	}
	
	
	.contct_form .btn-submit input {
		padding: 6px 26px !important;
	}
	
	
}/*====media close====*/



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


	body h1 {
		font-size: 40px;
	}


	.about_content h3 {
		font-size: 25px;
		line-height: 32px;
	}


	.about_content ul li {
		font-size: 14px;
		padding-left: 25px;
	}


	.about_content ul li i {
		top: 1px;
	}


	.blockquote {
		padding: 24px 20px;
	}


	.blockquote::after {
		content: "";
		width: 35px;
		height: 35px;
		right: 20px;
		top: auto;
		bottom: 20px;
	}


	.why_choose_inner .counter-block {
		width: 47%;
	}


	.why_choose_inner .progress-block {
		width: 45.5%;
	}


	.box_item .icon {
		width: 45px;
		height: 45px;
	}


	.box_item .icon i {
		font-size: 20px;
	}


	.box_item .desc {
		width: calc(100% - 55px);
	}


	.service_inner .sr_block:first-child h3 {
		font-size: 30px;
	}


	.service_inner .sr_block {
		padding: 33px 20px;
	}


	.sr_block h4 {
		font-size: 22px;
	}


	.contact_inner {
		padding: 30px;
	}


	.contact_inner .contct_address {
		padding: 25px;
	}
	
	
	
}/*====media close====*/




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





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


@media (max-width:767px){


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


	.footer-upper1 .p1-item {
		width: 100%;
		margin: 0 0 30px;
		text-align: center;
	}	


	.footer-upper1 .p1-item1 {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 30px;
	}


	.p1-item.p1-item2 {
		padding-left: 0;
	}


	#site-footer h2::after {
		margin: 21px auto 0;
	}


	.footer-upper1 .p1-item1 img {
		margin: 0 auto;
	}


	#site-footer .social-links ul {
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
	}


	.footer-upper1 {
		margin-bottom: 30px;
	}


	#site-footer .footer-upper2 ul li {
		width: 100%;
		margin: 0 0 20px;
	}


	#site-footer ul, 
	.footer-upper1 .p1-item3 {
		margin: 0 auto;
		width: 100%;
		max-width: 500px;
	}


	#site-footer .footer-credits {
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
	}
	
	
	.footer-upper2 ul li h6 {
		font-size: 16px;
	}
	
	
	.footer-upper2 .box .icon i {
		font-size: 20px;
	}

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



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

	.p1-item.p1-item2 {
		padding-left: 20px;
	}


	.footer-upper2 .box .icon {
		width: 30px;
		height: 30px;
	}


	.footer-upper2 .box .icon i {
		font-size: 14px;
	}


	.footer-upper2 .box .info {
		width: calc(100% - 44px);
	}


	.footer-upper2 .box {
		align-items: unset;
		-webkit-align-items: unset;
		-moz-align-items: unset;
		-ms-align-items: unset;
	}


	.footer-upper2 ul li h6 {
		font-size: 16px;
	}
	
	
}/*===media close====*/



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

	.footer-upper2 ul li h6 {
		font-size: 16px;
		margin-bottom: 2px;
	}

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



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



