@import url('https://fonts.googleapis.com/css?family=Cairo&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cairo&display=swap');

body {font-family: 'Cairo', sans-serif; font-weight: normal; font-style: normal; font-size: 15px; line-height: 1.5; color:#282929; direction: rtl; text-align: right;}


/* ------------------------
    Typography
------------------------*/
h1, h2, h3, h4, h5, h6{font-weight:normal; margin-top: 0px; margin-bottom: 0px; text-transform: capitalize;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-size: 60px; font-style: normal; line-height: 70px; font-weight: 700; text-transform: capitalize; color: #2277e2;}
h2 { font-size: 40px; font-style: normal; line-height: 46px; font-weight: 500; color: #23244a; text-transform: capitalize; margin-bottom: 10px; position: relative;}
h3 { font-size: 30px; font-style: normal; line-height: 36px; }
h4 { font-size: 24px; font-style: normal; text-transform: uppercase; margin-bottom: 10px; font-weight: 500; line-height: 30px; color: #23244a;}
h5 { font-size: 18px; font-style: normal; text-transform: uppercase; margin-bottom: 10px; font-weight: 500; line-height: 25px; color: #23244a;}
h6 { font-size: 16px; font-style: normal; line-height: 24px; }
ul { margin: 0px; padding: 0px; }


/* ------------------------
    Helper class
------------------------*/

.lead{font-weight: normal; font-size: 16px; line-height: 30px; }
.o-hidden{overflow: hidden;}
.img-center{display: inline-block !important; max-width: 100%;}
.pos-r{position: relative;color: #f8f9fa;}
.z-index-0{z-index: 0; position: relative;}
.z-index-1{z-index: 1; position: relative;}
section{padding: 80px 0;}
.section-title{margin-bottom:50px;}
.section-title p{font-size: 16px;}
.theme-bg .section-title p, .dark-bg .section-title p{color: rgba(255,255,255,0.8)}
.align-item-middle{display: -webkit-flex; /* Safari */  -webkit-align-items: center; /* Safari 7.0+ */  display: flex; align-items: center;}
.align-item-middle > div{width: 100%;}

.line-h-2{line-height: 1.6;}
.line-h-3{line-height: 1.7;}
.line-h-4{line-height: 1.8;}
.line-h-5{line-height: 1.9;}

.letter-space-1{letter-spacing: 5px;}
.letter-space-2{letter-spacing: 10px;}
.letter-space-3{letter-spacing: 0px;}


/* ------------------------
    Text color
------------------------*/
.text-theme{color:#2277e2;}
.text-black{color:#23244a !important;}
.text-grey{color:#aaaaaa;}
.text-yellow{color:#2277e2;}
.text-rgba{color: rgba(255,255,255,0.8);}


/* ------------------------
    Background color
------------------------*/
.white-bg{background-color:#ffffff !important;}
.dark-bg{background-color:#121628;}
.grey-bg{background-color:#f8f8f8;}
.theme-bg{background-color:#2277e2;}
.transparent-bg{background-color: inherit !important;}


/* ------------------------
    Pattern
------------------------*/
.pattern{width: 100%; background-size: inherit !important; background-position: 0px 0px; background-repeat: repeat !important; animation: animatedBackground 20s linear infinite;
-ms-animation: animatedBackground 20s linear infinite; -moz-animation: animatedBackground 20s linear infinite; -webkit-animation: animatedBackground 20s linear infinite;}


/* ------------------------
    Border Radius
------------------------*/
.radius{-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
.radius-0{-webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px;}
.radius-1{-webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;}
.radius-2{-webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px;}
.radius-3{-webkit-border-radius:30px; -moz-border-radius:30px; border-radius:30px;}
.radius-4{-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;}

/* ------------------------
    Banner
------------------------*/
.fullscreen-banner{position: relative; height: 90vh !important;}
[data-bg-img]{background-size: cover; background-position: center center; background-repeat: no-repeat;}
.align-center{position: absolute; top: 50%; width: 100%; z-index: 9;}
.align-end{position: absolute; bottom: 0; width: 100%; z-index: 9;}
.banner-text {padding-right: 170px; position: relative;}
.banner-text img{ right: 0; position: absolute; top: 0;}
.fullscreen-banner .btn{color: #ffffff;}
.banner-1::before {
  border: 10px solid rgb(255 255 255 / 0%);
  content: "";
  height: 120%;
  left: 50%;
  position: absolute;
  top: -10%;
  width: 80%;
  z-index: -1;
  }
.fullscreen-banner .owl-carousel, .fullscreen-banner .owl-stage-outer, .fullscreen-banner .owl-stage, .fullscreen-banner .owl-item, .fullscreen-banner .item { height: 100%; }


/* ------------------------
    Countdown
------------------------*/
.countdown{text-align: center; width: 100%}
.countdown > li{margin-bottom: 50px; font-weight: bold; display: block; text-align: center; list-style-type: none;}
.countdown > li:last-child{margin-bottom: 0;}
.countdown > li span{font-size:70px; font-weight:500; line-height:60px; margin-bottom: 20px; display: inline-block;}
.countdown > li p{font-size:20px; text-transform: uppercase; line-height:30px; margin-bottom: 0; color: #2277e2;}
.dark-bg .countdown > li{border-color:rgba(255,255,255,0.2) }

/* ------------------------
    Terms and Conditions
------------------------*/
.terms-and-conditions .title{margin-bottom:10px;} 
.terms-and-conditions p{margin-bottom:25px;}
.terms-and-conditions ul.list{margin-bottom:20px; display:block;}
.terms-and-conditions ul.list li i{padding-right:12px; font-size:15px;}

/* ------------------------
    Privacy Policy
------------------------*/
.privacy-policy .title{margin-bottom:10px;} 
.privacy-policy p{margin-bottom:25px;}
.privacy-policy ul.list{margin-bottom:20px; display:block;}
.privacy-policy ul.list li i{padding-right:12px; font-size:15px;}

/* ------------------------
    Contact
------------------------*/
.contact-main {background: #fff; padding: 30px; border-bottom: 2px solid #2277e2;}
.contact-info li {padding-right: 50px; position: relative;}
.contact-info li i{position: absolute; right: 0; top: 0; line-height: 24px; font-size: 30px; color: #2277e2; text-align: center;}
.contact-info li span{font-size: 16px; color: #23244a; font-weight: bold; text-transform: uppercase; display: block; margin-bottom: 8px;}
.contact-info li p{margin-bottom: 0; line-height: 24px;}
.contact-info li a{color: #555;}
.dark-bg .contact-info li a{color: #ffffff;}
.contact-info li a:hover{color: #2277e2;}
.theme-bg .contact-info span, .dark-bg .contact-info span{color: #ffffff}
.theme-bg .contact-info li i{color: #ffffff;}
.theme-bg .contact-info li a{color: #ffffff;}
.theme-bg .contact-info li a:hover{color: #23244a;}
.contact-2 .form-info {right: 0; padding: 30px; position: absolute; top: 50%; transform: translateY(-50%); width: 40%;}
.contact-2 .contact-main{padding-right: 100px; border-bottom: none;}
.contact-box {position: absolute; top: 50%; z-index: 99; transform: translateY(-50%); width: 100%;}
.contact-3 .contact-main{border-bottom: none; box-shadow: none;}

.form-group{margin-bottom: 20px; position: relative;}
 label{font-size: 14px; color: #333}
.form-control{height: 50px; border-radius: 0; font-size: 13px; background: none; border: none; border-bottom: 2px solid #f5f5f5; box-shadow: none;}
.grey-bg .form-control{background: #ffffff}
textarea.form-control{height: 150px;}
.form-control:focus{box-shadow: none; border-color: #2277e2;}
select.form-control {/*-moz-appearance: none; -webkit-appearance: none; appearance: none;*/ height: 50px !important;}
iframe{width: 100%; border: none; pointer-events: auto;}
.iframe-h{height: 500px !important;}
.iframe-h-2{height: 900px !important;}
.help-block.with-errors {position: absolute; color: red; right: 0; font-size: 10px; line-height: 14px;}
.form-control::-moz-placeholder{color: #555}
.map iframe {border: 0px; width: 100%; height: 100%; z-index: 1; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%);}


.contact-btn {cursor: pointer; display: inline-block; position: fixed; left: -39px; top: 40%; z-index: 99; 
transform: translateY(-50%) rotate(90deg); -webkit-transform: translateY(-50%) rotate(90deg); -o-transform: translateY(-50%) rotate(90deg); -ms-transform: translateY(-50%) rotate(90deg); -moz-transform: translateY(-50%) rotate(90deg);}
.contact-bg { background: #ffffff; color: #2277e2; text-transform: uppercase; position: relative; display: block; padding: 10px; font-weight: 500; z-index: 10; -webkit-box-shadow: 0 0 13px 3px rgba(0,0,0,0.1); -moz-box-shadow: 0 0 13px 3px rgba(0,0,0,0.1); box-shadow: 0 0 13px 3px rgba(0,0,0,0.1);}
.contact-btn:hover .contact-bg{background: #2277e2; color: #ffffff}
.contact-form {background: #ffffff; height: 100%; border: 1px solid rgba(0, 0, 0, 0.2); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); padding: 80px 30px 30px; width: 450px; position: fixed; left:-600px; top: 0; z-index: 2000;}
.close-btn {background: #2277e2; color: #fff !important; cursor: pointer; font-weight: bold; padding: 7px 15px; position: absolute; left: 20px; top: 10px;}
.header-3 .contact-btn{position: inherit; transform: inherit; top: inherit; left: inherit;}
.header-3 .contact-bg {background: #2277e2; box-shadow: none; color: #fff; padding: 25px 40px;}

/* ------------------------
    About Us
------------------------*/
.about-img{position: relative;}
.about-img::before {border:5px solid rgba(255, 255, 255, 0.2); bottom: 14px; content: ""; left: 14px; position: absolute;
  right: 14px; top: 14px;}


/************gallery section*************/

.gallery-section{
	position: relative;
	padding: 40px 0;
}

.gallery-section .filters{
	position: relative;
	margin-bottom: 60px;
}

.gallery-section .filters .filter-tabs{
	position:relative;
	text-align: center;
}

.gallery-section .filters li{
	position:relative;
	display: inline-block;
	line-height:30px;
	font-size:14px;
	color:#333333;
	cursor:pointer;
	font-weight:600;
	margin-left: 30px;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.gallery-section .filters li:first-child{
	margin-left: 0;
}

.gallery-section .filters li.active,
.gallery-section .filters li:hover{
	color: #00c0ff;
	text-decoration: underline;
}

.gallery-section .gallery-item{
	position: relative;
	margin-bottom: 30px;
}

.gallery-section .gallery-item .image-box{
	position: relative;
}

.gallery-section .gallery-item .image-box .image{
	position: relative;	
	margin-bottom: 0;
}

.gallery-section .gallery-item .image-box img{
display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.5);
}

.gallery-section .gallery-item .overlay-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
    border-radius: 15px;
	background-color: rgba(34,34,34,0.70);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
	-ms-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.gallery-section .gallery-item .overlay-box .inner{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gallery-section .gallery-item .overlay-box .inner span {
    color: #89ccd5 !important;
    font-size: 30px;
}
.gallery-section .gallery-item .overlay-box .link{
	position: relative;
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: #00c0ff;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 25px;
}

.gallery-section .gallery-item .image-box:hover .overlay-box{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.gallery-section .gallery-item .overlay-box h5{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1em;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 20px;
}

.gallery-section .gallery-item .overlay-box .tag{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 400;
}

.gallery-section .styled-pagination{
	margin-top: 70px;
}

.gallery-section .styled-pagination{
	position:relative;
	display: block;
	width: 100%;
}

.gallery-section .styled-pagination ul{
	position:relative;
	width: 100%;
}

.gallery-section .styled-pagination li{
	position:relative;
	display: inline-block;
	margin: 0 0 8px;
	margin-right: 12px;
}

.gallery-section .styled-pagination li:last-child{
	margin-right: 0;
}

.gallery-section .styled-pagination li a{
	position:relative;
	display: block;
	height:40px;
	width: 40px;
	text-align: center;
	line-height:38px;
	font-weight:400;
	font-size:14px;
	color:#666666;
	border-radius: 50%;
	border:1px solid #cccccc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.gallery-section .styled-pagination li a:hover,
.gallery-section .styled-pagination li.active a{
	color:#ffffff;	
border-color: #f19c37;
    background: #f19c37;
}

.gallery-section .styled-pagination li.next-post a,
.gallery-section .styled-pagination li.prev-post a{
	width: auto;
	padding: 0 20px;
	background-color: #dddddd;
	color: #222222;
	border-radius: 30px 0px 0px 30px;
}

.gallery-section .styled-pagination li.prev-post a{
	border-radius: 0 30px 30px 0px;
}

.gallery-section .styled-pagination li.next-post a:hover,
.gallery-section .styled-pagination li.prev-post a:hover{
	background-color: #f19c37;
	color: #ffffff;
}

.shop-pagination {
padding: 10px;
    margin-top: 20px;
    direction: rtl;
    /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); */
    margin-bottom: 80px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.shop-pagination>li {
	display: inline-block;
	margin-right: 3px
}

.shop-pagination>li:last-child {
	margin-right: 0
}

.shop-pagination>li>a {
	border: 1px solid #eee;
	color: #999;
	display: block;
/*	font-family: roboto;*/
	font-size: 13px;
	font-weight: 400;
	height: 30px;
	line-height: 28px;
	text-align: center;
	width: 30px
}

.shop-pagination>li>a i {
	line-height: 28px
}

.shop-pagination>li.active a,
.shop-pagination>li:hover a {
border-color: #2277e2;
    color: #2277e2;
}
/* ------------------------
    Video
------------------------*/
.video-btn {display: inline-block;}
.video-btn-pos {left: 50%; position: absolute; top: 50%; margin-top: -22.5px; margin-left: -50px;}
.video-btn .btn-play {background: #2277e2; color: #fff; height: 45px; width: 100px; line-height: 45px; -webkit-border-radius: 50px;
 border-radius: 5px; text-align: center; font-size: 26px; cursor: pointer; display: inline-block;}
.video-btn .btn-play i{line-height: inherit;} 
.theme-bg .video-btn .btn-play, .dark-bg .video-btn .btn-play{background: #ffffff; border-color: #ffffff; color: #2277e2;}
.html5-video {height: 100%; left: 0; opacity: 1; overflow: hidden; position: absolute; top: 0; width: 100%; z-index: -2;}
.html5-video video {width: 100%;}


/* ------------------------
    Side Background
------------------------*/
.img-side img{max-width: 100%}
.img-side.img-right {right: 0;}
.img-side.img-left {left: 0;}
.img-side {padding: 0; position: absolute!important; top: 0px; height: 100%; overflow: hidden; z-index: 9;}
.img-side .owl-carousel, .img-side .owl-stage-outer, .img-side .owl-stage, .img-side .owl-stage, .img-side .owl-item, .img-side .owl-item .item{height: 100%}

/* Social media */

.social-sec {
    padding: 0;
    z-index: 10000;
    transition: 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    list-style: none;
    /* z-index: 1000; */
    position: fixed;
    bottom: 25%;
    left: 0;
    transform: translate(-100%, 100%);
    /* direction: rtl; */
    margin-left: 0;
    margin-bottom: 10px;
}

.social-sec .Icon {
    position: relative;
    padding: 15px;
    margin: 0;
    width: 50px;
    height: 50px;
    font-size: 18px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    background: #43a2f4;
    border: solid 1px #1f7470;
    border-radius: 5px;
}

.social-sec .tooltip {
    position: absolute;
    left: 0;
    font-size: 17px;
    background: #ffffff;
    color: #ffffff;
    padding: 15px 30px;
    /* border-radius: 5px; */
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    /* transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); */
    height: 50px;
    transition: all 0.4s ease-in-out;
}

.social-sec .Icon.contact {
    height: 130px;
    background-color: #59a78d;
}

.social-sec .contact .tooltip {
    width: 350px;
    top: 0;
    left: 50px !important;
    height: auto;
    transition: all 0.4s ease-in-out;
}


/* .social-sec .tooltip::before {
position: absolute;
content: "";
height: 8px;
width: 8px;
background: #ffffff;
left: 0px;
top: 11px;
transform: translate(-50%) rotate(45deg);
transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
} */

.social-sec .Icon:hover .tooltip {
    left: 50px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.social-sec .Icon a {
    color: #fff;
}

.social-sec .Icon.contact a {
    transform: rotate(90deg);
    width: 130px;
    text-align: center;
    color:  var(--main-color);
}

.social-sec .Icon:hover span,
.social-sec .Icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.social-sec .Icon:hover a {
    color: #fff;
}

.social-sec .call:hover,
.social-sec .call:hover .tooltip,
.social-sec .call:hover .tooltip::before {
    background: #244b97;
    color: #fff;
}

li.Icon.whatsapp {
    background: #348e83;
}

section.contact.pb-lg-0.z-index-1 {
    margin-bottom: 60px;
}
/* ================= end ================== */