
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800&display=swap');


@font-face {
    font-family: 'Kamran';
    src: url('KamranBold.woff2') format('woff2'),
        url('KamranBold.woff') format('woff'),
        url('KamranBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'K Kamran';
    src: url('KKamran.woff2') format('woff2'),
        url('KKamran.woff') format('woff'),
        url('KKamran.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}



body {
	font-size: 16px;
	color: #5e6371;
	font-weight: 400;
	font-family: 'Cairo', sans-serif;
	text-align: right;
	direction: rtl;
}

header {
	background: unset;
    position: absolute;
    width: 100%;
    top: 0;
	
}

header .logo img {
    max-width: 230px;
}


.lang-change {
	float: left;
    background: #cba867;
	color: #fff;
}

.lang-change:hover {
    background: #897176 !important;
	color: #fff !important;
}

.feature-img-slider .img-slider .item .slider-img-bg img {
    min-height: 80vh;
    max-height: 80vh;
}

.feature-img-slider .img-slider .slider-img-bg::before {
	display: none;
}

.feature-img-slider .img-slider .item .slider-content .slide-con-txt {
	max-width: 100%;
}

.feature-img-slider .img-slider .item .slider-content .slide-con-txt h1 {
	    font-size: 100px;
    color: #b8999f;
    font-family: 'Kamran';
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0px;
}
.feature-img-slider .img-slider .item .slider-content .slide-con-txt h3 {
	font-weight: bold;
    color: #5e6371;
    font-size: 45px;
    line-height: 50px;
    margin-top: -13px;
    margin-bottom: 8px;
}
.feature-img-slider .img-slider .item .slider-content .slide-con-txt h5 {
	font-size: 17px;
    color: #7e8495;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 30px;
}
.feature-img-slider .img-slider .item .slider-content .slide-con-txt a {
	background: #cba867;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 30px
}

.feature-img-slider .img-slider .item .slider-content .slide-con-txt a:hover {
	background: #5e6371;
}

h2 {
	color: #5e6371;
	font-weight: bold;
	font-size: 45px !important;
	text-align: center;
	margin-bottom: 20px;
}

h2 span {
	color: #cba867;
}

header.sticky {
	position: absolute !important;
	
}

.slide-feature-img {
    max-width: 610px;
    margin-right: auto;
}

.about-sitter {
	background-color: #fcf7f5;
	background-image: url("../images/about-bg.jpg");
	padding: 120px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.about-sitter .about-text p {
    max-width: 1120px;
}

.about-sitter .about-text p span {
	font-weight: bold;
	text-decoration: underline;
	color: #cba867;
}

.our-services {
	padding: 100px 0;
	background-color: #ffffff;
	background-image: url("../images/service-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	text-align: center;
}
.our-services p {
	text-align: center;
	margin: 0 auto;
	max-width: 1120px;	
	margin-bottom: 60px;
}

.our-services .img-blurb {}
.our-services .img-blurb img {
	width: 100%;
    max-width: 245px;
    margin: 0 auto;
    min-width: 245px;
    min-height: 200px;
    max-height: 200px;
    object-fit: contain;
    object-position: center;
}
.our-services .img-blurb h4 {
	 font-weight: bold;
    font-size: 17px;
    color: #5e6371;
    max-width: 170px;
    margin: 0 auto;
    margin-top: 10px;
	line-height: 23px;
}

.service-slide {
	margin-top: 40px;
}


.our-services a.btn-service {
	background: #cba867;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 13px 40px;
    display: inline-block;
    font-size: 15px;
    margin-top: 50px;
    border-radius: 3px;
    transition: all .5s;
}

.our-services a.btn-service:hover {
    background: #5e6371;
}

.key-benifits {
	text-align: center;
	padding: 100px 0;
	background-color: #fcf7f5;
	background-image: url("../images/key-benifits.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	text-align: center;
}
.key-benifits h2 {
	margin-bottom: 40px;
}
.key-benifits .img-blurb {}
.key-benifits .img-blurb img {}
.key-benifits .img-blurb h4 {
	color: #5e6371;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 15px;
}
.key-benifits .img-blurb p {
	max-width: 260px;
    margin: 0 auto;
    margin-bottom: 10px;
	line-height: 20px;
}
.key-benifits .img-blurb a {
	text-transform: uppercase;
	font-weight: 700;
	color: #cba867;
	font-size: 15px;
}

.key-benifits .img-blurb a:hover {
	color: #5e6371;	
}


.testis {
	padding: 80px 0 60px;
	border: none;
}

.testis .news-style-02-item .news-text {
    position: unset;
    background: #5e6371;
} 

.testis .news-style-02-item {
    margin-bottom: 0px;
    margin-top: 20px;
}

.testis .news-style-02-item img , .testis .news-style-02-item:hover img {
    max-height: 80px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    min-height: 80px;
    min-width: 80px;
    opacity: .4;
    transition: all .5s;
    overflow: hidden;
    max-width: 80px;
    border-radius: 200px;
    opacity: 1;
    transform: unset;
	margin-bottom: 20px;
}

.testis .news-style-02-item .news-text h4 {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}

.testis .news-style-02-item .news-text p {
    line-height: 22px;
    margin: 0;
    margin-top: 5px;
}

.owl-theme.news-style-02-slider .owl-nav.disabled+.owl-dots {
	margin-top: 30px;
}


.video-style-01 a {
    width: 100%;
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    display: block;
}


.why-us {
	text-align: center;
	padding: 70px 0;
	background-color: #fff;
	background-image: url("../images/video-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	text-align: center;
	border: 0;
}

.video-single-item .video img {
    min-height: 450px;
    max-height: 450px;
}

.video-single-item .video i {
	font-size: 60px;
}

.video-single-item .video {
    background: #cba867;
}

.video-single-item .video:hover img {
	opacity: .4;
}



.contact-us {
	text-align: center;
	padding: 80px 0;
	background-color: #5e6371;
	background-image: url("../images/contactt.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	text-align: center;
	border: 0;
}

.contact-form-style-01 .contact-us-form {
    max-width: 680px;
    margin: 0 auto;
}

.contact-us h2 {
	color: #fff;
}

.contact-us h4 {
	    color: #fff;
    text-align: right;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: bold;
	margin-top: 10px;
}

.contact-details {
	background-color: #474b57;
	background-image: url("../images/contact-detail-bg.png");
    border: 1px solid #7d8290;
    border-radius: 5px;
    text-align: right;
    color: #fff;
    padding: 50px;
	padding-bottom: 80px;
    max-width: 340px;
    float: left;
    width: 100%;
	background-position: bottom left;
	background-repeat: no-repeat;

}
.contact-details h4 {
	font-size: 22px;
    max-width: 500px;
	margin-bottom: 25px;
	color: #d3cfd1;
	font-weight: bold;
}

.contact-details a {
	text-align: right;
	color: #d3cfd1;
}

.contact-details a:hover {
	text-align: right;
	color: #fff;
}
.contact-details p {
	text-align: right;
	color: #d3cfd1;
	margin-bottom: 15px;
}


.location-map {
	padding: 80px 0;
}

.map iframe {
	width: 100%;
	height: 400px;
}


.footer-05 {
	background: #4d515c;
}

.footer-05 h4 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}


.footer-05 .subscribe h4 {
	margin-bottom: 10px;
}


h5 {
	font-size: 15px;
	color: #fff;
	margin-bottom: 20px;
}

.footer-05 .social-icons a:hover i {
    color: #fff;
    background: #cba867;
	border-color: #cba867;
}

.call-us {}
.call-us a {
	display: block;
	margin-bottom: 15px;
}
.call-us a i {
	width: 22px;
    height: 23px;
    background: #cba867;
    text-align: center;
    font-size: 13px;
    line-height: 23px;
    border-radius: 3px;
    color: #4d515c;
	position: relative;
	top: -2px;
	margin-left: 7px;
} 

.footer-05 .copyrigts p a, .footer-05 .innovated p a {
	font-weight: bold;
}

.footer-05 .copyrigts p a {
	color: #cba867;
}

.footer-05 hr {
	opacity: .2;
}


.contact-us-form {}
.contact-us-form #mc_embed_signup {}
.contact-us-form #mc_embed_signup h2 {}
.contact-us-form #mc_embed_signup .indicates-required {}
.contact-us-form #mc_embed_signup .mc-field-group {}
.contact-us-form #mc_embed_signup .mc-field-group {
    margin-bottom: 20px;
	padding-bottom: 0 !important;
} 
.contact-us-form #mc_embed_signup .mc-field-group label {
    display: block;
    text-align: right;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    margin-bottom: 7px;
}
.contact-us-form #mc_embed_signup .mc-field-group input {
    width: 100%;
    height: 40px;
    padding: 15px;
    font-size: 15px;
    font-weight: 600;
    color: #5d6371;
    outline: none;
    box-shadow: none;
    background: #fff8f8;
    border: none;
    border-radius: 3px;
	text-align: right;

}


.contact-us-form #mc_embed_signup .mc-field-group select {
	  width: 100%;
    height: 40px;
    padding: 15px;
    font-size: 15px;
    font-weight: 600;
    color: #5d6371;
    outline: none;
    box-shadow: none;
    background-color: #fff8f8;
    border: none;
    border-radius: 3px;
}


.contact-us-form #mc_embed_signup .mc-field-group input#mce-BIRTHDAY-month {
	text-align: right;
}

.footer-05 #mc_embed_signup #mc_embed_signup_scroll .mc-field-group label {
	display: block;
	color: #fff;
	font-size: 13px;
	text-align: right;
}

.footer-05 .subscribe .subscribe-bg input , .footer-05 #mc_embed_signup #mc_embed_signup_scroll .mc-field-group input {
    padding: 8px 20px;
    outline: none;
    width: 100%;
    max-width: 280px;
    background: unset;
    border: 2px solid #fff;
    color: #fff;
    margin-left: 6px;
    font-weight: 500;
    margin-bottom: 11px;
	text-align: right;
}

.footer-05 .subscribe .subscribe-bg button , .footer-05 #mc_embed_signup #mc-embedded-subscribe {
    padding: 0px 20px;
    border: none;
    outline: none;
    box-shadow: none;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .5s;
    background: #fff;
    color: #3e3e3e;
    border: 2px solid #fff;
    margin-bottom: 10px;
    font-size: 13px;
	height: unset;
    font-weight: 700;
}


#mc_embed_signup div#mce-responses {
	margin: 0 !important;
    padding: 0 !important;
}

#mc_embed_signup #mce-success-response {
	display: block;
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
    background: #529214 !important;
    padding: 10px !important;
    border-radius: 3px !important;
    color: #fff !important;
    text-align: center !important;
}

.brandingLogo img {
	    max-width: 130px;
}


.contact-us h2 {
	max-width: 680px;
    margin: 0 auto;
}

#mc_embed_signup form {
	margin: 0 !important;
}
.contact-us-form #mc_embed_signup #mc-embedded-subscribe {
    outline: none;
    box-shadow: none;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 30px;
    background: #cba867;
    border-radius: 3px;
    border: none;
	height: unset;
    float: right;
}

.feature-img-slider .img-slider .item .slider-content .slide-con-txt .send-msg {
	    background: #2da70e;
    padding: 10px 20px;
    margin-right: 12px;
}

.feature-img-slider .img-slider .item .slider-content .slide-con-txt .send-msg i {
	font-size: 20px;
    margin-left: 5px;
    position: relative;
    top: 1px;
}

@media screen and (max-width: 992px) {
	
	.feature-img-slider .img-slider .item .slider-content .slide-con-txt h1 {
		    font-size: 54px;
    line-height: 0.3;
    margin-bottom: 15px;
    margin-top: 28px;
	}
	
	.feature-img-slider .img-slider .item .slider-content .slide-con-txt h3 {
		font-size: 25px;
		line-height: 28px;
		margin-bottom: 5px;
		margin-top: 20px;
	}
	
	.feature-img-slider .img-slider .item .slider-content .slide-con-txt h5 {
		    font-size: 14px;
    color: #7e8495;
    text-transform: uppercase;
    line-height: 21px;
    margin-bottom: 12px;
    font-weight: 600;
	}
	
	header .logo img {
		max-width: 130px;
	}
	
	.feature-img-slider .img-slider .item .slider-img-bg img {
		min-height: 95vh;
		max-height: 95vh;
	}
	
	.slide-feature-img {
		padding: 6px;
		max-width: 310px;
		margin-bottom: 10px;
		object-fit: cover;
		object-position: center;
		margin: 0;
		margin-top: 50px;
		margin-bottom: 18px;
		max-height: unset;
	}
	
	.about-sitter {
		padding: 30px 0;
	}
	
	h2 {
		
		font-size: 30px !important;
		margin-bottom: 10px !important;
	}
	
	body {
		font-size: 15px;
	}
	
	.our-services {
		padding: 30px 0;
	}
	
	.our-services .img-blurb h4 {
		font-size: 14px;
		margin-bottom: 30px;
		margin-top: 20px;
	}
	
	.our-services a.btn-service {
		margin-top: 10px;
	}
	
	.key-benifits {
		padding: 30px 0;
	}
	
	.key-benifits .img-blurb h4 {
		font-size: 18px;
		margin-bottom: 5px;
	}
	
	.key-benifits .img-blurb {
		margin-bottom: 25px;
	}
	
	.testis {
		padding: 30px 0 10px;
	}
	
	.why-us {

		padding: 30px 0;
	}
	
	.video-single-item .video img {
		min-height: 220px;
		max-height: 220px;
	}
	
	.contact-us {
		padding: 30px 0;
	}
	
	.contact-details {
		padding: 30px;
		padding-bottom: 20px;
		margin-top: 15px;
	}
	
	.contact-details p {
		margin-bottom: 8px;
	}
	
	.location-map {
		padding: 30px 0;
	}
	
	.map iframe {
		width: 100%;
		height: 190px;
	}

}



 