@font-face {
    font-family: 'D-DIN';
    src: url('../fonts/D-DIN.woff2') format('woff2'),
        url('../fonts/D-DIN.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'D-DIN Exp';
    src: url('../fonts/D-DINExp.woff2') format('woff2'),
        url('../fonts/D-DINExp.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'D-DIN Exp';
    src: url('../fonts/D-DINExp-Bold.woff2') format('woff2'),
        url('../fonts/D-DINExp-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Bold.woff2') format('woff2'),
        url('../fonts/Muli-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-SemiBold.woff2') format('woff2'),
        url('../fonts/Muli-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli.woff2') format('woff2'),
        url('../fonts/Muli.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Light.woff2') format('woff2'),
        url('../fonts/Muli-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Muli';
	src: url('../fonts/Muli-LightItalic.woff2') format('woff2'),
			url('../fonts/Muli-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-ExtraLight.woff2') format('woff2'),
        url('../fonts/Muli-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/Muli-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 100%;
	overflow-x: hidden;
}

body {
	font-family: 'Muli';
	color: #000;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	background: #000 ;
}

a, a:link, a:visited {
    outline: none;
	text-decoration: none;	
	-moz-tap-highlight-color: transparent; 
	-webkit-tap-highlight-color: transparent; 
}

img {
	border: none;
	margin: 0px;
	max-width: 100%;
}


h1 {
	font-family: 'D-DIN Exp';
	font-weight: bold;
	font-size: 28px;
	margin: 0px;
	padding: 0px;	
}

h2 {
	font-family: 'D-DIN Exp';
	font-weight: bold;
	font-size: 41px;
	color: #000;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: 'D-DIN Exp';
	font-weight: bold;
	font-size: 30px;
	line-height: 37px;
	margin: 0px;
	padding: 0px;	
}

h4 {
	font-family: 'D-DIN Exp';
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;	
}

h5, h6 {
	font-family: 'D-DIN Exp';
	font-weight: bold;
	font-size: 18px;
	margin: 0px;
	padding: 0px;	
}

p {
	font-family: 'D-DIN Exp';
	font-weight: normal;
	font-size: 16px;
	line-height: 27px;
	margin: 0px;
	padding: 0px;	
}

input, select, textarea, button {
	outline: none;
	box-shadow: none;
	border: none;
} 

form, input, select, textarea {
	margin: 0px;
	padding: 0;
}

textarea {
	resize: none;
}

input:focus, textarea:focus, button:focus {
	outline: none;
}

input::-moz-focus-inner { 
	border: 0;
	padding: 0;
}

article, aside, details, figcaption, figure,  
footer, header, hgroup, menu, nav, section, time {  
	display: block; 
	margin: 0px;
	padding: 0; 
} 

.customClear {
	clear: both;
	font-size: 0em;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

* {
	box-sizing: border-box;
}

/*IE below 9*/
#ieWrapper {
	background: #000;
	position: fixed;
	z-index: 100;
	top: 0;	left: 0;
	width: 100%;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ieHolder {
	position: relative; 
	width: 555px;
	padding: 20px;
	margin: 200px auto 0 auto;
	background: #FFF;
	border: 7px solid #2b2927;
}

.btnIeUpdate {
	background: url(../images/btnIeUpdate.jpg) 0 0 no-repeat;
	width: 144px;
	height: 37px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #fff;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.ieLogo {
	float: left;
	width: 134px;
	height: 139px;
	background: url(../images/ieLogo.jpg) no-repeat 0 0;
}

.ieContent {
	float: right;
	margin: 0;
	padding: 0;
	width: 350px;
	color: #666;
	font-size: 15px;
	line-height: 18px;
}

.ieContent strong {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #cccccc;
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
/*End IE below 9*/

.page-center{
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}

.flex {
	display: flex;
	flex-flow: row nowrap;
}

/* header styles  */
.header-top{
	background: #000;
	width: 100%;
	height: 46px;
	display: flex;
    align-items: center;
}

.header-top-left{
	font-weight: normal;
	font-family: 'D-DIN';
	font-size: 18px;
}

.contact-icons{
	display: flex;
	align-items: center;
	color: #ffffff;
	flex-grow: 1;
	column-gap: 20px;
}

.contact-icons a{
	color: #fff;
	display: flex;
	align-items: center;
}

.contact-icons a::before{
	content: "";
	display: block;
	background-size: contain;
	margin-right: 12px;
	background-repeat: no-repeat;
}

.contact-icons a.phone::before{
	width: 17px;
	height: 17px;
	background-image:  url("../images/icon-phone.jpg");
}

.contact-icons a.mail::before{
	width: 22px;
	height: 20px;
	background-image: url("../images/icon-email.jpg") ;
}

.header-top-right{
	display: flex;
	align-items: center;
}

.header-media-icons{
	display: flex;
	align-items: center;
	list-style: none;
	column-gap: 25px;
}

.header-media-icons li a {
	display: flex;
	filter: invert(100%);
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
}

.header-media-icons li:nth-child(1) a {
	width: 10px;
	height: 18px;
}

.header-media-icons li:nth-child(2) a {
	width: 16px;
	height: 16px;
}

.header-media-icons li:nth-child(3) a {
	width: 17px;
	height: 14px;
}

.header-media-icons li:nth-child(4) a {
	width: 16px;
	height: 16px;
}

.header-media-icons li a img{
	object-fit: contain;
}

.header-bottom{
	background-color: #fff;
	padding: 12px 0 0;
}

.menubar{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.menubar .logo{
	align-self: flex-start;
}
.menubar .logo img{
	display: block;
}

.header-bottom nav ul{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	list-style: none;
	column-gap: 32px;
	font-family: 'D-DIN Exp';
	font-size: 19px;
	font-weight: normal;
	text-transform: capitalize;
	margin: 0;
	transition: all 0.4s ease-in-out;
	padding-left: 0;
}

.header-bottom nav ul li{
	border-bottom: 3px solid transparent;
	height: 110px;
	display: flex;
    align-items: center;
	transition: .5s all ease-in-out;
}

.header-bottom nav ul li:hover, .header-bottom nav ul li.active{
	border-bottom: 3px solid #d32525;
	cursor: pointer;
}

.header-bottom nav ul li a{
	color: #010101;
}

/* footer  styles  */
footer{
	background: #000;
	color: #fff;
}

.footer-top{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 30px 0 28px;
	column-gap: 70px;
	border-bottom: 1px solid #2b2b2b;
}

.footer-logo{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.footer-logo .footer-logo-item {
	display: flex;
	width: fit-content;
}

.footer-logo img{
	width: 196px;
}

footer .contact-icons{
	flex-direction: column;
	align-items: flex-start;
	row-gap: 8px;
	font-family: 'Muli';
	font-weight: 200;
	font-size: 16px;
	margin-top: 30px;
}

.footer-menu ul{
	list-style: none;
	font-family: 'Muli';
	font-weight: 300;
	font-size: 15px;
	color: #fff;
	display: flex;
	flex-direction: column;
	row-gap: 14px;
	margin: 0;
	padding-left: 0;
}

.footer-menu ul li a{
	color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 21px;
	transition: 0.3s all ease-in-out;
}

.footer-menu ul li a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 48%;
	width: 4px;
	height: 4px;
	background-color: #fff;
	transition:all 0.3s ease-in-out;
}

.footer-menu ul li a:hover, .footer-menu ul li.active a {
	color: #d32525;
}

.footer-menu ul li a:hover::before, .footer-menu ul li.active a::before {
	background-color: #d32525;
}

.footer-newsletter{
	max-width: 392px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.footer-newsletter p{
	color: #fff;
	font-size: 15px;
	font-family: 'Muli';
	font-weight: 200;
}

.footer-newsletter-form{
	display: flex;
	align-items: center;
	column-gap: 11px;
	justify-content: space-between;
	margin-top: 38px;
}

.footer-newsletter-form input[type="email"]{
	height: 43px;
	padding: 5px 15px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 200;
	color: #000;
	flex-grow: 1;
}

.footer-newsletter-form input[type="submit"], .footer-newsletter-form button{
	max-width: 108px;
	padding: 5px 10px;
	text-align: center;
	background-color: #d32525;
	border: 1px solid #d32525;
	border-radius: 5px;
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}

.footer-newsletter-form input[type="submit"]:hover {
	background-color: transparent;
	color: #ffffff;
}

.footer-bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:20px 0 38px;
}

.footer-bottom p{
	font-size: 15px;
	font-weight: 200;
}

.footer-bottom p a{
	color: #fff;
	transition:all 0.3s ease-in-out;
}

.footer-bottom p a:hover{
	color: #d32525;
}

.footer-media-icons {
	display: flex;
	column-gap: 8px;
	align-items: center;
}

.footer-media-icons a {
	width: 32px;	
	height: 32px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-media-icons a img{
	object-fit: contain;
}

.footer-media-icons a:nth-child(1) img {
	width: 7px;
	height: 14px;
}

.footer-media-icons a:nth-child(2) img{
	width: 12px;
	height: 12px;
}

.footer-media-icons a:nth-child(3) img{
	width: 12px;
	height: 11px;
}

.footer-media-icons a:nth-child(4) img{
	width: 14px;
	height: 14px;
}

.hamburger-menu{
	display: none;
	width: 35px;
	height: 5px;
	border-radius: 3px;
	/* background-color: #000; */
	background-color: #097da3;
	position: relative;
	transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.mobile-menu {
	display: none;
}
.hamburger-menu::before, .hamburger-menu::after{
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	width: 35px;
	height: 5px;
	border-radius: 3px;
	/* background-color: #000; */
	background-color: #097da3;
	transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.hamburger-menu::before{
	top: -10px;
}
.hamburger-menu::after{
	bottom: -10px;
}
.hamburger-menu.open{
	background-color: transparent;
}
.hamburger-menu.open::before{
	transform: translateY(10px) rotate(45deg);
}
.hamburger-menu.open::after{
	transform: translateY(-10px) rotate(-45deg);
}

/* home  */
.banner-slider{
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.banner .item {
	height: 688px;
}

.banner .item img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.banner-content {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.slider-text{
	max-width: 450px;
	color: #fff;
}
.slider-text h1{
	font-size: 55px;
	font-family: 'D-DIN Exp';
	font-weight: bold;
	color: #fff;
	padding-bottom: 35px;
}

.slider-text p{
	font-size: 17px;
	font-weight:300;
	color: #fff;
	padding-bottom: 40px;
}

.arr-red-btn{
	color: #fff;
	font-size: 17px;
	font-weight:300;
	background-color: #d32525;
	width: 178px;
	height: 58px;
	padding: 3px;
	display: flex;
    align-items: center;
    justify-content: center;
	border: 1px solid #d32525;
	transition: all 0.3s ease-in-out;
}

.arr-red-btn::after{
	content: " ";
	width: 15px;
	height: 11px;
	display: block;
	background: url('../images/right-arrow-sprite.png') no-repeat left;
    margin-left: 23px;
    margin-top: 4px;
	background-size: cover;
}

/* .arr-red-btn:hover{
	background: #fff;
	color: #d32525;
}

.arr-red-btn:hover::after{
	background: url('../images/right-arrow-sprite.png') no-repeat right;
	background-size: cover;
} */

.banner-slider .owl-dots .owl-dot span{
	background-color: #fff;
	height: 1px;
	width: 18px;
	margin: 6px;
	padding: 0;
	transition: all 0.2s ease-in-out;
}

.banner-slider .owl-dots .owl-dot.active span, .banner-slider .owl-dots .owl-dot:hover span{
	background-color: #fff;
	width: 12px;
	height: 12px;
	border-radius: 0;
}

.banner-slider.owl-theme .owl-dots{
	position: absolute;
	bottom:43px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.bg-white{
	background-color: #FFF;
}
.bg-light-grey{
	background-color: #f1f3f5;
}
.price-list-wrapper .list-wrapper{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.price-list-wrapper .left-pricelist-block{
	display: flex;
	font-family: 'D-DIN Exp';
	color: #000;
	flex-direction: column;
	flex-grow: 1;
	padding: 32px 0 20px;
	justify-content: center;
}

.left-pricelist-block h3{
	font-family: 'D-DIN Exp';
	font-weight: bold;
	font-size: 26px;
	padding-bottom: 13px;
}

.left-pricelist-block p{
	font-size: 17px;
	font-weight: 300;
	font-family: 'Muli';
}

.left-pricelist-block ul{
	list-style: none;
	padding-left: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 40px;
}

.left-pricelist-block ul li{
	padding-right: 20px;
	border-right: 1px solid #d3d7da;
	padding-left: 30px;
}

.left-pricelist-block ul li:last-child{
	padding-right: 0;
	border-right: none;
}

.left-pricelist-block ul li:first-child{
	padding-left: 0;
}
.left-pricelist-block ul li .title{
	font-weight: bold;
	font-size: 19px;
	padding-bottom: 14px;
	display: flex;
	align-items: center;
}
.left-pricelist-block ul li .price{
	font-size: 20px;
	font-weight: normal;
}

.left-pricelist-block ul li.low .title::after{
	content: "";
	width: 6px;
	height: 13px;
	background: url("../images/arrows-sprite.png") no-repeat left;
	background-size: cover;
	margin-left: 15px;
	display: block;
}

.left-pricelist-block ul li.high .title::after{
	content: "";
	width: 6px;
	height: 13px;
	background: url("../images/arrows-sprite.png") no-repeat right;
	background-size: cover;
	margin-left: 15px;
	display: block;
}

.left-pricelist-block ul li.low .price span{
	color: #ff3838;
}

.left-pricelist-block ul li.high .price span{
	color: #27d037;
}
.left-pricelist-block ul li.low .price span span, .left-pricelist-block ul li.high .price span span{
	font-size: 15px;
}

.price-list .right-red-block{
	display: flex;
}

.right-red-block{
	background-color: #d32525;
	color: #fff;
	padding: 32px 0 22px 42px;
	font-family: 'D-DIN Exp';
	font-size: 17px;
	font-weight: normal;
	max-width: 340px;
	width: 100%;
	position: relative;
	z-index: 1;
}
.right-red-block::after{
	content: "";
	background-color: #d32525;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50vw;
	z-index: 0;
}

.right-red-block .top-block{
	border-bottom: 1px solid #e06767;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
}

.right-red-block .top-block h3{
	font-size: 27px;
	font-weight: bold;
	padding: 22px 0 16px;
}
.right-red-block .top-block .percent{
	font-size: 40px;
	font-weight: bold;
	padding-bottom: 20px;
}

.right-red-block .bottom-block{
	display: flex;
	align-items: center;
	padding-top: 18px;
	position: relative;
	z-index: 1;
}
.right-red-block .bottom-block ul{
	display: flex;
	column-gap: 18px;
	list-style: none;
	margin: 0;
	padding: 0 60px 0 0;
}
.right-red-block .bottom-block ul li a{
	color: #fff;
	text-transform: uppercase;
}

.white-btn{
	font-family: 'D-DIN Exp';
	background-color: #fff;
	color: #ff3838;
	border-radius: 5px;
	border: 0;
	height: fit-content;
	font-size: 15px;
	font-weight: normal;
	padding: 10px;
	max-width: 95px;
	width: 100%;
	flex-shrink: 0;
	text-transform: capitalize;
}

.vision-wrapper{
	padding: 118px 0;
	position: relative;
}

.vision-wrapper::before{
	content: " ";
	position: absolute;
	width: 28vw;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #e8ebee;
	z-index: 0;
}

.vision-wrapper .vision-values{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
	align-items: flex-start;
}

.vision-wrapper .vision-values .img-block{
	max-width: 573px;
	width: 100%;
	margin: 0;
	margin-right: 27px;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
}

.vision-wrapper .vision-values figure{
	margin: 0;
}

.vision-wrapper .vision-values figure img{
	position: relative;
	z-index: 1;
}

.vision-values .content-block{
	display: flex;
	flex-direction: column;
	flex: 1;
}

.sub-title{
	font-family: 'D-DIN Exp';
	font-weight: normal;
	font-size: 17px;
	color: #d32525;
	text-transform: uppercase;
	position: relative;
}

.vision-values .content-block .top-txt, .recent-news .top-txt{
	padding-left: 12px;
	border-left: 4px solid #d32525;
}

.vision-values .content-block h2{
	padding: 13px 0 25px;
}
.vision-values .content-block p{
	font-family: 'Muli';
	font-size: 17px;
	font-weight: 300;
	color: #000;
	padding-bottom: 30px;
}
.vision-values .content-block ul{
	padding: 0;
	margin: 0;
	font-family: 'Muli';
	font-weight: 600;
	font-size: 17px;
	list-style: none;
}
.vision-values .content-block ul li{
	padding-bottom: 18px;
	display: flex;
}
.vision-values .content-block ul li::before{
	content: " ";
	width: 21px;
	height: 21px;
	background: url('../images/icon-round-tick.png') no-repeat left;
	background-size: contain;
	margin-right: 20px;
	margin-top: 2px;
}

.articles-wrapper{
	padding: 38px 0;
}
.section-ttile-block{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.section-ttile-block h2{
	padding-bottom: 68px;
}
.articles-wrapper .section-ttile-block .sub-title{
	padding: 25px 0 16px;
}
.articles-wrapper .section-ttile-block span.sub-title::before{
	content: " ";
	position: absolute;
	top: -44px;
	width: 2px;
	height: 44px;
	background: #d32525;
	left: 50%;
	transform: translateX(-50%);
}

.article-slider-wrapper .article-slider .item .overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgb(0, 0, 0, .5);
	z-index: 1;
	transition: all ease .3s;
}

.article-slider-wrapper .article-slider .item h3,
.article-slider-wrapper .article-slider .item p {
	cursor: default;
}

.article-slider-wrapper .article-slider{
	display: flex;
	list-style: none;
	flex-direction: column;
	padding: 0;
}

.article-slider-wrapper .article-slider .item {
	position: relative;
}

.article-slider-wrapper .article-slider .item:hover .overlay {
	background-color: rgb(0, 0, 0, .7);
}

.article-slider-wrapper .article-content{
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	bottom: 60px;
	left: 0;
	z-index: 2;
	color: #fff;
	padding: 0 48px;
}
.article-content-hover {
	display: none;
}
.article-content h3{
	font-family: 'D-DIN Exp';
	font-weight: bold;
	font-size: 29px;
	color: #fff;
}
.article-content h3::after{
	content: " ";
	margin-top: 10px;
	display: block;
	height: 1px;
	background-color: #d32525;
}
.article-content p{
	padding: 18px 0;
	font-family: 'Muli';
	font-weight:300;
	font-size: 17px;
}

.learn-more{
	font-family: 'Muli';
	font-weight:700;
	font-size: 17px;
	color: #d32525;
	display: flex;
	align-items: center;
	position: relative;
}
.learn-more::after{
	content: " ";
	width: 15px;
	height: 11px;
	margin-top: 8px;
	margin-left: 8px;
	background: url('../images/right-arrow-sprite.png') no-repeat right;
	background-size: cover;
	display: block;
}

.article-slider.owl-carousel .owl-stage {
	display: flex;
	flex-grow: 1;
	align-items: stretch;
}

.article-slider.owl-carousel .owl-item img {
	width: 100%;
	height: 575px;
	object-fit: cover;
}
.article-slider.owl-theme .owl-nav.disabled+.owl-dots{
	margin-top: 23px;
}
.article-slider .owl-dots .owl-dot span{
	background-color: #c5cad0;
	height: 5px;
	width: 29px;
	margin: 0 4px;
	padding: 0;
	border-radius: 12px;
	transition: all 0.2s ease-in-out;
}

.article-slider .owl-dots .owl-dot.active span, .banner-slider .owl-dots .owl-dot:hover span{
	background-color: #d32525;
}

.client-testimonial{
	padding: 0 0 116px;
}
.client-testimonial .section-ttile-block h2{
	padding-bottom: 40px;
}
.testimonial-slider{
	display: flex;
	align-items: center;
	column-gap: 32px;
}
.testimonial-slider .testimonial{
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	padding: 70px 43px 56px 43px;
	margin-top: 35px;
}

.testimonial-slider .testimonial::before{
	content: "";
	position: absolute;
	width: 65px;
	height: 60px;
	top: -30px;
	right: 73px;
	background: url('../images/quotation-mark.png') no-repeat;
	background-size: cover;
}
.testimonial .content{
	font-family: 'Muli';
	font-style: italic;
	font-weight: 300;
	font-size: 18px;
	color: #535a61;
	line-height: 25px;
	padding-bottom: 36px;
}
.client-details{
	font-family: 'D-DIN Exp';
	display: flex;
	align-items: center;
}
.client-details figure{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 0;
	overflow: hidden;
	margin-right: 20px;
}
.client-details figure img{
	object-fit: cover;
}
.client-name{
	display: flex;
	flex-direction: column;
}
.client-name p{
	font-family: 'D-DIN Exp';
	font-weight: bold;
	font-size: 20px;
	color: #000;
}
.client-name span{
	font-family: 'Muli';
	font-weight: 300;
	font-size: 18px;
	color: #535a61;
}

.recent-news{
	padding: 108px 0;
}
.recent-news .section-ttile-block{
	align-items: flex-start;
}

.news-slider{
	padding: 110px 0;
	z-index: 1;
}
.news-slider .owl-nav span {
	display: none;
} 
.news-slider .owl-nav {
	position: absolute;
	top: 50px;
	right: 0;
	margin: 0;
}
.news-slider .owl-nav .owl-prev {
	width: 32px;
	height: 20px;
	background: url('../images/arrow-leftRd.png') no-repeat !important;
	background-size: contain !important;
	margin-right: 30px;
}
.news-slider .owl-nav .owl-next {
	width: 32px;
	height: 20px;
	background: url('../images/arrow-rightRd.png') no-repeat !important;
	background-size: contain !important;
}
.news-slider .owl-nav .owl-prev.disabled {
	background: url('../images/arrow-LeftGy.png') no-repeat !important;
	background-size: contain !important;
	opacity: 1;
}
.news-slider .owl-nav .owl-next.disabled {
	background: url('../images/arrow-rightGy.png') no-repeat !important;
	background-size: contain !important;
	opacity: 1;
}
.news-slider::before{
	content: '';
	position: absolute;
	top: 40px;
	left: -128px;
	width: 428px;
	height: 475px;
	background-color: #f1f3f5;
	z-index: 0;
}
.news-slider::after{
	content: '';
	position: absolute;
	bottom: 0;
	right: -136px;
	width: 428px;
	height: 475px;
	background-color: #d32525;
	z-index: -1;
}
.news-slider .single-news{
	display: block;
	background-color: #fff;
	box-shadow: rgb(46 46 49 / 8%) 0px 19px 24px;
	width: 100%;
}
.news-slider .single-news figure{
	margin: 0;
	font-family: 'Muli';
}
.news-slider .single-news figure img{
	display: block;
	object-fit: cover;
	width: 100%;
}
.news-slider .single-news .news-content{
	padding: 45px 38px 38px;
}
.recent-news .section-ttile-block h2{
	padding: 12px 0 0;
}
.news-content{
	font-family: 'D-DIN Exp';
	font-weight: normal;
}
.news-content .news-ttile{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 36px;
}
.news-content .news-ttile .title{
	font-size: 15px;
	color: #d32525;
	text-transform: uppercase;
}
.news-content .news-ttile .date{
	font-size: 17px;
	color: #b8bec4;
}
.news-content h6{
	font-weight: bold;
	color: #000;
	font-size: 20px;
	padding-bottom: 18px;
}
.news-content P{
	font-family: 'Muli';
	font-weight:300;
	color: #000;
	font-size: 17px;
	line-height: 21px;
	padding-bottom: 15px;
}
.news-content .author{
	font-weight: normal;
	font-size: 17px;
	color: #d32525;
	padding-top: 17px;
	text-transform: uppercase;
}
.news-slider .owl-stage-outer { 
	overflow: visible;
}
.news-slider .owl-item {
	opacity: 0;
	transition: opacity 500ms;
}
.news-slider .owl-item.active {
	opacity: 1;
}
.news-slider .owl-dots{
	position: absolute;
	top: 60px;
	right: 0;
}

.red-btn{
	background-color: #d32525;
	border-radius: 40px;
	color: #fff;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid transparent;
	transition: all 0.3s ease-in-out;
}
.red-btn:hover{
	background: transparent;
	color: #000;
	border: 2px solid #d32525;
}
.red-btn::after{
	content: "";
	width: 15px;
	height: 11px;
	background: url('../images/right-arrow-sprite.png') no-repeat left;
	background-size: cover;
	margin-top: 3px;
	margin-left: 17px;
}
.red-btn:hover::after{
	content: "";
	width: 15px;
	height: 11px;
	background: url('../images/right-arrow-sprite.png') no-repeat right;
	background-size: cover;
	margin-top: 3px;
	margin-left: 17px;
}
.consult a{
	width: 191px;
	padding: 20px 10px;
	text-align: center;
}
.consult {
	padding: 0 0 98px;
}
.consult .page-center{
	display: flex;
	align-items: center;
	flex-direction: column;
}
.consult h2{
	padding-bottom: 38px;
	text-align: center;
	max-width: 805px;
}

/* Inner Pages */
.inner-banner {
	position: relative;
}

.inner-banner .item {
	height: 418px;
}

.inner-banner .item .slider-text p {
	padding-bottom: 0 !important;
}

.content-wrap {
	background-color: #fff;
	padding: 75px 0 150px;
}

.page-title {
	margin-bottom: 45px;
}

.page-title p {
	margin-bottom: 20px;
}

.title-text p {
	color: #747882;
}

.title-text p span {
	color: #e05461;
}

.content-title {
	margin-bottom: 18px;
}

.content-wrap h3 {
	color: #151c2b;
}

.article-details-wrap,
.related-content p {
	color: #37393d;
}

.article-details-wrap p {
	margin-bottom: 35px;
}

.img-text-wrap {
	display: flex;
	flex-wrap: wrap;
}

.img-wrap, .text-wrap {
	flex-basis: 50%;
}

.img-text-wrap {
	margin-bottom: 35px;
}

.img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.text-wrap p {
	padding-left: 44px;
}

.text-wrap p:last-child {
	margin-bottom: 0;
}

.related-articles h3 {
	margin-bottom: 60px;
}

.related-articles-box figure {
	margin-bottom: 42px;
	height: 215px;
}

.related-articles-box figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content-title {
	margin-top: 30px;
}

.content-title p {
	margin-bottom: 25px;
}

.content-title h4 {
	color: #151c2b;
}

.related-content p span a {
	color: #e05461 !important;
}

.related-articles-wrap {
	display: flex;
	flex-wrap: wrap;
	column-gap: 50px;
}

.related-articles-box {
	flex-basis: calc(33.33% - 33.33px);
	margin-bottom: 60px;
}

.contact-content-wrap {
	padding-bottom: 0 !important;
}

.contact-content-wrap .page-title p {
	font-size: 20px;
	margin-bottom: 20px;
	color: #d32525;
}
.contact-content-wrap .title-text h3 {
	font-size: 32px;
	padding-bottom: 18px;
	position: relative;
	width: fit-content;
}
.contact-content-wrap .title-text h3:after {
	content: '';
	background-color: #d32525;
	height: 3px;
	width: calc(50% - 20px);
	position: absolute;
	left: 0;
	bottom: 0;
}
.contact-content-box {
	margin-top: 50px;
	box-shadow: 0 0 59px 0 rgb(0, 0, 0, .17);
	z-index: 1;
	position: relative;
}
.contact-box-wrap {
	display: flex;
	flex-wrap: wrap;
}
.left-details {
	flex-basis: 420px;
	background-color: #d32525;
	color: #fff;
}
.right-form {
	flex-basis: calc(100% - 420px);
	background-color: #fff;
}
.contact-details,
.contact-form {
	padding: 58px 42px;
}
.contact-details h4 {
	font-size: 26px;
	margin-bottom: 28px;
}
.contact-details p {
	margin-bottom: 60px;
}
.contact-details-box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 35px;;
}
.contact-details-box:last-child,
.contact-details-box p {
	margin-bottom: 0 !important;
}
.contact-details-box a {
	color: #fff !important;
}
.contact-icon {
	flex-basis: 26px;
	margin-right: 24px;
}
.contact-text {
	flex-basis: calc(100% - 50px);
}
.contact-text h6 {
	margin-bottom: 15px;
}
.call-box {
	display: flex;
	align-items: center;
}
.contact-form {
	max-width: 594px;
}
.contact-form h4 {
	font-size: 26px;
	margin-bottom: 28px;
	color: #15202e;
}
.contact-form p {
	color: #566476;
	max-width: 555px;
	padding-bottom: 20px;
	margin-bottom: 52px;
	position: relative;
}
.contact-form p:after {
	content: '';
	background-color: #ffc600;
	height: 2px;
	width: 12%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.contact-form-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact-form-wrap .input-wrap {
	margin-bottom: 25px;
	flex-basis:calc(50% - 22px);
}
.contact-form-wrap label {
	font-size: 15px;
	color: #b8b9c0;
}
.contact-form-wrap input {
	width: 100%;
	font-size: 15px;
	color: #2d3847;
	height: 38px;
	border: 0;
	border-bottom: 1px solid #e5e5ea;
}
.contact-form-wrap .textarea-btn-wrap {
	margin-top: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.contact-form-wrap .textarea-wrap {
	flex-basis: calc(100% - 92px)
}
.contact-form-wrap .textarea-wrap textarea {
	width: 100%;
	font-size: 15px;
	color: #2d3847;
	border: 0;
	border-bottom: 1px solid #e5e5ea;
	height: 38px;
}
textarea::-webkit-scrollbar {
	display: none;
}
.submit-btn-wrap {
	flex-basis: 54px;
}
.submit-btn-wrap input {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: url('../images/iconSend.png') no-repeat #ff8b00;
	background-size: 25px;
	background-position: center;
}
.google-map {
	width: 100%;
	height: 360px;
	margin-top: -125px;
}
.google-map img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.latest-feature-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 85px;
}
.latest-wrap {
	flex-basis: calc(100% - 430px);
	display: flex;
	flex-direction: column;
}
.feature-wrap {
	flex-basis: 390px;
}
.latest-content {
	position: relative;
	flex-grow: 1;
}
.latest-img-wrap {
	height: 100%;
}
.latest-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.latest-text-wrap {
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 48px;
}
.latest-feature-wrap h3 {
	font-size: 24px;
	margin-bottom: 30px;
}
.latest-text-wrap {
	color: #fff;
}
.latest-text-wrap h2 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 20px;
}
.latest-text-wrap p {
	margin-bottom: 10px;
	line-height: 22px;
}
.latest-text-wrap p:last-child {
	margin-bottom: 0;
}
.feature-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
.feature-item:last-child {
	margin-bottom: 0;
}
.feature-img {
	flex-basis: 180px;
	display: flex;
}
.feature-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.feature-text {
	flex-basis: calc(100% - 205px);
}
.feature-text p {
	font-size: 15px;
	line-height: 24px;
	color: #37393d;
}
.feature-text .date {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 8px;
	color: #747882;
}
.feature-text .date span {
	color: #e05461;
}
.feature-text h5 {
	font-size: 18px;
	color: #151c2b;
	margin-bottom: 10px;
}
.news-content-wrap .related-articles h3 {
	margin-bottom: 20px;
	font-size: 24px;
}
.news-details-img {
	height: auto;
}
.news-details-img img {
	min-height: unset !important;
}
.news-details {
	margin-top: 50px;
}
.latest-feature-wrap .title-text h3 {
	font-size: 30px;
	margin-bottom: 35px;
}
.news-details .title-text p {
	margin-bottom: 5px;
}
.news-desc p {
	margin-bottom: 40px;
	color: #37393d;
}
.news-desc p:last-child {
	margin-bottom: 0;
}
.search-wrap {
	margin-bottom: 50px;
}
.search-wrap input {
	padding: 21px 22px;
	padding-right: 50px;
	background-color: #f0f1f5;
	background-image: url('../images/iconSearch.png');
	background-repeat: no-repeat;
	background-position: center right 20px;
	background-size: 22px;
	border: 0;
	font-size: 16px;
	width: 100%;
	color: #37393d;
}
.search-wrap input::placeholder {
  color: #b8bbc5;
  opacity: 1;
}
.search-wrap input:-ms-input-placeholder {
  color: #b8bbc5;
}
.search-wrap input::-ms-input-placeholder {
  color: #b8bbc5;
}
.comment-wrap {
	margin-top: 65px;
	width: calc(100% - 430px);
}
.comment-list {
	margin-bottom: 65px;
}
.comment-box {
	padding: 25px 28px 40px;
	display: flex;
	flex-wrap: wrap;
	box-shadow: 4px 4px 18px 0 rgb(10, 24, 60, .09);
	margin-bottom: 50px;
}
.comment-box:last-child {
	margin-bottom: 0;
}
.comment-img {
	flex-basis: 65px;
	margin-right: 30px;
}
.comment-text {
	flex-basis: calc(100% - 95px);
}
.comment-img img {
	width: 100%;
}
.comment-text h4 {
	color: #1a1c1d;
}
.comment-text p {
	color: #37393d;
}
.comment-text .comment-date {
	color: #747882;
	margin-bottom: 10px;
}
.comment-form h3 {
	margin-bottom: 10px;
	font-size: 24px;
}
.comment-form p {
	margin-bottom: 65px;
	font-size: 18px;
	color: #888d96;
}
.name-email-wrap {
	display: flex;
	column-gap: 45px;
}
.name-email-wrap .input-wrap {
	margin-bottom: 50px;
	flex-grow: 1;
}
.comment-form-wrap label {
	font-size: 16px;
	color: #989ca4;
}
.name-email-wrap .input-wrap input {
	width: 100%;
	font-size: 16px;
	color: #2d3847;
	border: 0;
	border-bottom: 1px solid #e5e5ea;
	height: 30px;
}
.comment-form-wrap .textarea-wrap textarea {
	width: 100%;
	font-size: 16px;
	color: #2d3847;
	border: 0;
	border-bottom: 1px solid #e5e5ea;
	height: 70px;
}
.comment-submit {
	margin-top: 55px;
}
.comment-submit input {
	background-color: #e05461;
	color: #fff;
	height: 42px;
	padding: 0 15px;
	border: 0;
	border-radius: 5px;
	font-size: 17px;
}



/* Media Query */
@media screen and (max-width: 1200px) {
	.vision-wrapper .vision-values .img-block {
		max-width: 470px;
	}

	.right-red-block {
		padding: 32px 0 22px 25px;
		max-width: 315px;
	}

	.left-pricelist-block ul li .price {
		font-size: 16px;
	}

	.left-pricelist-block ul li {
    padding-right: 12px;
    padding-left: 18px;
	}
}

@media screen and (max-width: 1024px) {
	.menubar .logo {
		width: 200px;
	}
	.header-bottom nav ul {
		font-size: 18px;
	}
	.header-bottom nav ul {
		column-gap: 25px;
	}
	.footer-top {
		column-gap: 40px;
	}
	footer .contact-icons {
		font-size: 15px;
	}
	.footer-menu ul {
		font-size: 14px;
	}
	.footer-newsletter {
		max-width: 280px;
	}
	.footer-newsletter p {
		font-size: 14px;
	}
	.footer-newsletter-form input[type="email"] {
		width: 178px;
	}
	.footer-newsletter-form input[type="submit"] {
		max-width: 90px;
	}
}

@media screen and (max-width:992px) {
	.price-list-wrapper .list-wrapper {
		display: block;
	}

	.price-list-wrapper .left-pricelist-block {
		align-items: center;
	}

	.right-red-block {
		max-width: unset;
		padding: 32px 22px 25px;
		text-align: center;
	}

	.right-red-block .bottom-block {
		justify-content: center;
	}

	.vision-wrapper {
    padding: 75px 0;
	}

	.vision-wrapper .vision-values {
    display: block;
	}

	.vision-wrapper .vision-values .img-block {
    max-width: unset;
		margin-bottom: 30px;
	}

	.vision-wrapper .vision-values figure,
	.vision-wrapper .vision-values figure img {
    width: 100%;
	}

	.client-testimonial {
    padding: 0 0 75px;
	}

	.recent-news {
    padding: 75px 0;
	}

	.consult {
    padding: 0 0 75px;
	}

	/* Inner Pages */
	.img-text-wrap {
		display: block;
	}

	.img-wrap {
		margin-bottom: 35px;
	}

	.text-wrap p {
		padding-left: 0;
	}

	.related-articles-wrap {
    column-gap: 20px;
	}
	.related-articles-box {
    flex-basis: calc(33.33% - 13.33px);
	}
	.contact-box-wrap {
		display: block;
	}
	.latest-feature-wrap {
		display: block;
	}
	.latest-wrap,
	.latest-feature-wrap {
		margin-bottom: 60px;
	}
	.latest-feature-wrap h3 {
		margin-bottom: 20px;
	}
	.latest-img-wrap img {
		min-height: 320px;
	}
	.content-title p {
    margin-bottom: 10px;
	}
	.related-articles-box figure {
    margin-bottom: 30px;
	}
	.search-wrap input {
    max-width: 375px;
	}
	.comment-wrap {
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	h2 {
    font-size: 32px;
	}
	h3 {
		font-size: 25px;
		line-height: 30px;
	}

	h4  {
		font-size: 18px;
		line-height: 25px;
	}
	p {
		font-size: 14px;
    line-height: 22px;
	}
	.hamburger-menu{
		display: block;
	}
	.header-top {
		height: fit-content;
		padding: 12px 0;
	}
	.header-top .flex {
		flex-direction: column;
		align-items: center;
	}
	.header-top-left {
		font-size: 16px;
	}
	.header-media-icons li a {
		height: 16px !important;
		width: auto !important;
	}
	.header-media-icons {
		padding: 0;
		margin-bottom: 0;
		column-gap: 14px;
		margin-top: 15px;
	}
	.header-bottom {
		padding: 0;
		position: relative;
		box-shadow: 0 5px 15px -7px rgb(0 0 0 / 25%);
	}
	.header-bottom nav {
		display: none;
	}
	header {
		z-index: 12;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	}
	.mobile-menu {
		display: block;
		position: fixed;
		top: 152px;
		bottom: 0;
		left: 100%;
		width: 100%;
		z-index: 10;
		transition: all ease .3s;
		padding: 30px 20px;
		background: #000;
	}
	.mobile-menu ul {
		display: flex;
		flex-direction: column;
		margin: 0;
		padding: 0;
	}
	.mobile-menu.open{
		left: 0;
	}
	.mobile-menu ul li {
		width: 100%;
		padding: 10px 0;
		height: auto;
		text-align: center;
	}
	.mobile-menu ul li a{
		color: #fff;
	}
	.menubar {
		height: 80px;
	}
	.menubar .logo {
    width: 130px;
		margin: auto 0;
	}
	.banner {
		padding-top: 152px;
	}
	.banner .item {
    height: 450px;
	}
	.banner-slider .owl-dots .owl-dot span {
		width: 14px;
		margin: 4px;
	}
	.banner-slider .owl-dots .owl-dot.active span, 
	.banner-slider .owl-dots .owl-dot:hover span {
		width: 10px;
		height: 10px;
	}
	.slider-text {
    max-width: 350px;
	}
	.slider-text h1 {
    font-size: 40px;
    padding-bottom: 20px;
	}
	.slider-text p, .left-pricelist-block p,
	.right-red-block, .sub-title,
	.vision-values .content-block p,
	.vision-values .content-block ul,
	.testimonial .content, .news-content P,
	.article-content p {
    font-size: 16px;
		line-height: 22px;
	}
	.slider-text p {
		padding-bottom: 30px;
	}
	.arr-red-btn {
		width: 140px;
    height: 42px;
		font-size: 16px;
	}
	.arr-red-btn::after {
		margin-left: 12px;
	}
	.left-pricelist-block ul li .title {
		font-size: 18px;
	}
	.left-pricelist-block ul li .price,
	.left-pricelist-block ul li.low .price span span, 
	.left-pricelist-block ul li.high .price span span,
	.client-name span {
    font-size: 14px;
	}
	.right-red-block .top-block h3 {
    font-size: 24px;
    padding: 16px 0 10px;
	}
	.right-red-block .top-block .percent {
    font-size: 32px;
	}
	.right-red-block .top-block .percent,
	.right-red-block .bottom-block {
    padding-top: 12px;
	}
	.vision-wrapper,
	.recent-news {
    padding: 50px 0;
	}
	.vision-values .content-block h2 {
    padding: 10px 0 15px;
	}
	.vision-values .content-block p {
		padding-bottom: 20px;
	}
	.vision-values .content-block ul li::before {
		margin-right: 12px;
		margin-top: 3px;
		width: 18px;
    height: 18px;
	}
	.articles-wrapper {
		padding-top: 25px;
		padding-bottom: 30px;
	}
	.articles-wrapper .section-ttile-block .sub-title {
    padding: 15px 0 5px;
	}
	.section-ttile-block h2,
	.client-testimonial .section-ttile-block h2 {
    padding-bottom: 30px;
	}
	.article-slider .owl-dots .owl-dot span {
		width: 18px;
		height: 4px;
	}
	.article-slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 12px;
	}
	.testimonial-slider .testimonial::before {
		width: 35px;
    height: 30px;
    top: -15px;
		right: 40px;
	}
	.testimonial-slider .testimonial {
		padding: 35px 30px;
		margin-top: 15px;
	}
	.testimonial .content {
		padding-bottom: 20px;
	}
	.client-name p,
	.news-content h6 {
		font-size: 18px;
	}
	.client-testimonial {
    padding: 0 0 50px;
	}
	.recent-news .section-ttile-block h2 {
    padding: 10px 0 0;
	}
	.news-slider {
    padding: 75px 0 50px;
	}
	.news-slider::before {
		top: 25px;
	}
	.news-slider .owl-nav {
    top: 35px;
	}
	.news-slider .owl-nav .owl-prev,
	.news-slider .owl-nav .owl-next {
    width: 25px;
    height: 15px;
	}
	.news-slider .owl-nav .owl-prev {
		margin-right: 15px;
	}
	.news-slider .single-news .news-content {
    padding: 30px 25px 28px;
	}
	.news-content .news-ttile {
		padding-bottom: 25px;
	}
	.news-content h6 {
		padding-bottom: 10px;
	}
	.news-content .author {
		padding-top: 5px;
		font-size: 16px;
	}
	.consult {
    padding: 0 0 50px;
	}
	.consult h2 {
		font-size: 28px;
		padding-bottom: 30px;
	}
	.consult a {
    width: 155px;
    padding: 10px;
    font-size: 16px;
	}
	.red-btn::after {
		margin-left: 12px;
	}
	.footer-top {
		display: block;
		padding: 25px 0 15px;
	}
	.footer-logo {
		align-items: center;
	}
	footer .contact-icons {
		margin-top: 15px;
		margin-bottom: 20px;
		align-items: center;
		font-size: 14px;
	}
	.contact-icons a::before {
		margin-right: 8px;
	}
	.contact-icons a.phone::before {
    width: 15px;
    height: 15px;
	}
	.contact-icons a.mail::before {
    width: 17px;
    height: 15px;
	}
	footer .contact-icons {
		row-gap: 5px;
	}
	.footer-logo img {
    width: 150px;
	}
	.footer-menu {
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}
	.footer-menu ul {
		row-gap: 10px;
	}
	.footer-newsletter {
    max-width: unset;
		text-align: center;
	}
	.footer-newsletter-form {
		max-width: 350px;
    margin: auto;
		margin-top: 15px;
	}
	.footer-newsletter-form input[type="email"],
	.footer-newsletter-form input[type="submit"] {
		font-size: 14px;
		height: 36px;
	}
	.footer-bottom {
		display: block;
		padding: 15px 0 25px;
	}
	.footer-bottom p {
    font-size: 12px;
		margin-bottom: 10px;
		text-align: center;
	}
	.footer-media-icons {
		justify-content: center;
	}
	.footer-media-icons a {
    width: 25px;
    height: 25px;
	}
	.learn-more {
		font-size: 16px;
	}
	.footer-logo img {
    width: 130px;
	}
	footer .contact-icons {
    margin-top: 10px;
	}
	.footer-menu ul {
    row-gap: 8px;
	}

	/* Inner Pages */
	.inner-banner .item {
    height: 320px;
	}
	.content-wrap {
    padding: 50px 0 60px;
	}
	.page-title,
	.related-articles h3 {
    margin-bottom: 20px;
	}
	.content-title p {
    margin-bottom: 15px;
	}
	.article-details-wrap p,
	.img-text-wrap,
	.img-wrap {
    margin-bottom: 25px;
	}
	.related-articles-wrap {
    column-gap: 25px;
		flex-wrap: wrap;
	}
	.related-articles-box {
		flex-basis: calc(50% - 12.5px);
		margin-bottom: 40px;
	}
	.related-articles-box figure {
    margin-bottom: 25px;
	}
	.contact-content-wrap .title-text h3 {
		font-size: 26px;
		padding-bottom: 14px;
	}
	.contact-content-wrap .page-title p {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.contact-details h4,
	.contact-form h4 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.contact-form p {
    padding-bottom: 15px;
    margin-bottom: 35px;
	}
	.contact-text h6 {
		font-size: 17px;
    margin-bottom: 10px;
	}
	.contact-details p {
    margin-bottom: 35px;
	}
	.contact-details, .contact-form {
		padding: 45px 35px;
	}
	.contact-form-wrap {
		display: block;
	}
	.contact-form-wrap label,
	.contact-form-wrap .textarea-wrap textarea,
	.contact-form-wrap input {
		font-size: 14px;
	}
	.latest-wrap,
	.latest-feature-wrap {
		margin-bottom: 40px;
	}
	.latest-text-wrap {
    left: 25px;
    right: 25px;
    bottom: 30px;
	}
	.latest-text-wrap h2 {
    font-size: 26px;
    margin-bottom: 12px;
	}
	.latest-text-wrap p {
    margin-bottom: 5px;
		line-height: 20px;
	}
	.search-wrap input {
    padding: 15px 20px;
		background-size: 18px;
	}
	.comment-list {
    margin-bottom: 40px;
	}
	.footer-logo-item img,.logo img {
		height: 60px !important;
	}
}

@media screen and (max-width:500px) {
	h2 {
    font-size: 26px;
	}
	h3 {
    font-size: 22px;
    line-height: 28px;
	}
	.page-center {
		padding: 0 20px;
	}
	.header-top-left {
		font-size: 14px;
		flex-direction: column;
    row-gap: 8px;
	}
	.menubar .logo {
    width: 100px;
	}
	.hamburger-menu,
	.hamburger-menu::before, 
	.hamburger-menu::after {
		width: 30px;
    height: 4px;
	}
	.hamburger-menu::before {
		top: -8px;
	}
	.hamburger-menu::after {
		bottom: -8px;
	}
	.hamburger-menu.open::before {
    transform: translateY(8px) rotate(45deg);
	}
	.hamburger-menu.open::after {
    transform: translateY(-8px) rotate(-45deg);
	}
	.menubar {
    height: 60px;
	}
	.header-media-icons {
		display: none;
	}
	.mobile-menu {
		top: 124px;
	}
	.banner {
		padding-top: 124px;
	}
	.slider-text h1 {
		font-size: 32px;
		padding-bottom: 15px;
	}
	.slider-text p, .left-pricelist-block p, 
	.right-red-block, .sub-title, 
	.vision-values .content-block p, 
	.vision-values .content-block ul, 
	.testimonial .content, .news-content P,
	.article-content p {
    font-size: 14px;
    line-height: 20px;
	}
	.slider-text p {
    padding-bottom: 20px;
	}
	.arr-red-btn {
		font-size: 14px;
		width: 125px;
    height: 40px;
	}
	.banner .item {
    height: 380px;
	}
	.left-pricelist-block ul {
		margin-top: 25px;
		margin-bottom: 0;
		display: block;
	}
	.left-pricelist-block h3 {
		font-size: 24px;
		padding-bottom: 8px;
	}
	.left-pricelist-block ul li {
		border: 0;
		margin-bottom: 20px;
		padding: 0 !important;
	}
	.left-pricelist-block ul li .title {
		padding-bottom: 8px;
	}
	.right-red-block .bottom-block ul {
		padding: 0 40px 0 0;
	}
	.right-red-block .top-block h3 {
    font-size: 22px;
		padding: 14px 0 0px;
	}
	.right-red-block .top-block .percent {
    font-size: 28px;
		padding-top: 8px;
	}
	.vision-values .content-block .top-txt, .recent-news .top-txt {
    padding-left: 8px;
	}
	.vision-wrapper {
		padding-bottom: 30px;
	}
	.articles-wrapper {
    padding-top: 35px;
	}
	.section-ttile-block h2, .client-testimonial .section-ttile-block h2 {
    padding-bottom: 25px;
	}
	.article-content h3 {
		font-size: 24px;
	}
	.article-content p {
		padding: 12px 0;
	}
	.learn-more {
		font-size: 14px;
	}
	.news-slider::before {
		display: none;
	}
	.news-slider {
    padding: 50px 0 50px;
	}
	.news-slider .owl-nav {
    top: 15px;
	}
	.consult h2 {
		font-size: 24px;
		padding-bottom: 20px;
	}
	.consult a {
		width: 140px;
    padding: 8px;
    font-size: 14px;
	}

	/* Inner Pages */
	.banner .item {
    height: 250px;
	}
	.related-articles-wrap {
		display: block;
	}
	.related-articles-box {
		margin-bottom: 40px;
	}
	.content-title p {
    margin-bottom: 10px;
	}
	.related-articles-box figure {
		height: 190px;
		margin-bottom: 15px;
	}
	.page-title p {
    margin-bottom: 10px;
	}
	.contact-content-wrap .page-title p {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.contact-content-wrap .title-text h3 {
    font-size: 22px;
		padding-bottom: 10px;
	}
	.contact-content-box {
    margin-top: 35px;
	}
	.contact-details h4, .contact-form h4 {
    font-size: 20px;
    margin-bottom: 8px;
	}
	.contact-details, .contact-form {
    padding: 35px 30px;
	}
	.contact-text h6 {
    font-size: 16px;
    margin-bottom: 8px;
	}
	.contact-details-box {
    margin-bottom: 25px;
	}
	.contact-icon {
    flex-basis: 18px;
    margin-right: 12px;
	}
	.contact-details p {
    margin-bottom: 25px;
	}
	.submit-btn-wrap input {
		width: 45px;
		height: 45px;
	}
	.contact-form p {
    padding-bottom: 10px;
    margin-bottom: 25px;
	}
	.latest-text-wrap h2 {
    font-size: 22px;
	}
	.latest-feature-wrap h3,
	.news-content-wrap .related-articles h3 {
    font-size: 22px;
	}
	.latest-text-wrap {
		padding: 10px;
		border-radius: 2px;
		background-color: rgb(0, 0, 0, .35);
	}
	.feature-item {
		display: block;
	}
	.feature-img {
		margin-bottom: 15px;
	}
	.feature-text p {
		font-size: 14px;
		line-height: 22px;
	}
	.feature-item {
		margin-bottom: 30px;
	}
	.news-details {
    margin-top: 30px;
	}
	.latest-feature-wrap .title-text h3 {
    font-size: 22px;
		margin-bottom: 25px;
	}
	.news-desc p {
    margin-bottom: 20px;
	}
	.search-wrap h3 {
		margin-bottom: 10px;
	}
	.comment-box {
		display: block;
		padding: 20px 18px 25px;
		margin-bottom: 35px;
	}
	.comment-img {
		max-width: 65px;
		margin: auto;
		margin-bottom: 20px;
	}
	.comment-text h4,
	.comment-date {
		text-align: center;
	}
	.comment-form h3 {
		font-size: 22px;
	}
	.comment-form p {
    margin-bottom: 40px;
    font-size: 14px;
	}
	.name-email-wrap {
		display: block;
	}
	.comment-form-wrap label,
	.name-email-wrap .input-wrap input {
    font-size: 14px;
	}
	.name-email-wrap .input-wrap {
    margin-bottom: 25px;
	}
	.comment-submit {
    margin-top: 35px;
	}
	.comment-submit input {
		font-size: 14px;
		height: 36px;
	}
}