/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/
@font-face {
    font-family: 'ArticleText Arabic khebrat';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/18_khebrat_musmim_bold.eot);
    src: url(../fonts/18_khebrat_musmim_bold.eot?#iefix) format('embedded-opentype'), url(../fonts/18_khebrat_musmim_bold.woff2) format('woff2'), url(../fonts/18_khebrat_musmim_bold.woff) format('woff'), url(..fonts/18_khebrat_musmim_bold.ttf) format('truetype');
}


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/



/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
     transition: ease all 0.5s;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: Poppins;
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden;
	 text-align:right;
	 direction:rtl;
	 font-family: ArticleText Arabic khebrat,serif;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 20px;
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.paddind_bottom_0 {
     padding-bottom: 0 !important;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 0px;
}

.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.jpg);
    height: auto;
    background-size: 100% 100%;
    padding: 10px 0px 90px 0px;
    background-repeat: no-repeat;
}

.header_main {
    width: 100%;
    float: left;
    background-image: url(../images/header.png);
    height: auto;
    padding: 15px 0px;
}

.logo {
    width: 100%;
    float: left;
    padding-left: 40px;
	margin-top: 10px;
}
 .logo a {   margin-right: 22%;}
.menu_text {
    width: 22%;
    float: left;
}

.menu_text ul {
    margin: 0px;
    padding: 0px;
}

.menu_text li {
    float: left;
    padding-right: 40px;
    font-size: 18px;
    color: #ffffff;
    padding-top: 12px;
}

.menu_text li a {
    color: #ffffff;
}

.menu_text li a:hover {
    color: #f8ca11;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
.overlay a {
    padding: 0px;
    text-decoration: none;
    font-size: 22px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.toggle_menu {
    top: -3px;
    position: relative;
    left: 15px;
}

.taital_main{
     width: 100%;
     float: right;
     padding-left: 40px;
     margin-top: 115px;
}

.banner_section{
     width: 100%;
     float: right;
}

.our_text{
     width: 100%;
     float: right;
     font-size: 100px;
     color: #f2f2f2;
     font-weight: 700;
	text-shadow: 1px 1px 1px #000;
}

.best_text{
     width: 100%;
     float: right;
     font-size: 60px;
     color: #120101;
     font-weight: 700;
	 text-shadow: 1px 1px 1px #fff;
}

.company_text{
     width: 100%;
     float: right;
     font-size: 60px;
     color: #f2f2f2;
     font-weight: 700;
	 text-shadow: 1px 1px 1px #000;
}

.contrary_text {
    width: 26%;
    float: right;
    font-size: 18px;
	line-height: 28px;
    color: #f2f2f2;
    margin-left: 0px;
	text-shadow: 1px 1px 1px #000;
}


.footer-social-icons {
    width: 100%;
    float: left;
    padding-left: 40px;
}
.social-icon {
    color: #000;
}
ul.social-icons {
    margin-top: 10px;
}
.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}
.social-icons a {
    color: #000;
    text-decoration: none;
}
.fa-facebook {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
}
.fa-facebook:hover {
    color: #ffffff;
}
.fa-twitter {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
}
.fa-twitter:hover {
    color: #ffffff;
}


.fa-linkedin {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
}
.fa-linkedin:hover {
    color: #ffffff;
}

.fa-instagram {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
}
.fa-instagram:hover {
    color: #ffffff;
}

.about_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.about_text{
     width: 100%;
     float: left;
     font-size: 50px;
     color: #0c0202;
     font-weight: bold;
}

.dummy_text{
     width: 100%;
     float: left;
     font-size: 18px;
     color: #0c0202;
     margin-left: 0px;
}

.read_bt a {
    width: 60%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    background-color: #f77253;
    text-align: center;
    padding: 10px;
    border-radius: 30px;
    max-width: 190px;
}

.read_bt a {
     color: #ffffff;
    background-color: #f77253;
}

.read_bt a:hover {
     color: #ffffff;
     background-color: #000;
}

.about_main {
    width: 100%;
    float: left;
    margin-top: 125px;
}

.company_section{
     width: 100%;
     float: left;
     background-image: url(../images/img-2.jpg);
     height: auto;
     padding-bottom: 90px;
     background-size: 100%;
     background-repeat: no-repeat;
	 background-size: cover;
}

.company_text{
     width: 100%;
     float: left;
     font-size: 50px;
     color: #ffffff;
     font-weight: bold;
}

.compant_taital {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    border: 2px solid #f0e4e4;
    padding: 50px 30px;
    margin-top: 60px;
}

.ship_section{
     width: 100%;
     float: left;
     background-image: url(../images/img-5.jpg);
     height: auto;
     padding-bottom: 90px;
     background-size: cover;
}

.ship_text{
     width: 100%;
     float: left;
     font-size: 50px;
     color: #0c0202;
     font-weight: bold;
     text-align: center;
}

.ship_taital {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    color: #0c0202;
    text-align: center;
}

.image_1{
     width: 100%;
     float: left;
     text-align: center;
     margin-top: 50px;
}

.seemore_main{
     width: 20%;
     margin:0 auto;
     text-align: center;
}

.seemore_bt a{
    width: 100%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    background-color: #f77253;
    text-align: center;
    padding: 10px;
    border-radius: 30px;
    margin-top: 185px;
    max-width: 190px;

}

.seemore_bt a {
     color: #ffffff;
     background-color: #f77253;
}

.seemore_bt a:hover {
     color: #ffffff;
     background-color: #000;
}

.testimonial_section{
     width: 100%;
     float: left;
}

.padding_90{ padding-bottom: 90px; }
.testimonial_main {
    width: 100%;
    /* float: left; */
    padding-bottom: 50px;
}


.testimonial_text {
    width: 100%;
    float: left;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    color: #050202;
    margin-top: 50px;
}

.padding_0{
     padding: 0px;
}

.img_6{
     width: 100%;
     float: left;
     background-image: url(../images/img-6.png);
     height: auto;
}

.client_main {
    width: 80%;
    float: right;
    padding: 112.3px 0px;
}

.left_main{
     width: 30%;
     float: left;
}
.right_main{
     width: 50%;
     float: left;
}


.img_8{
     width: 100%;
     float: left;
}
.luda_text{
     width: 100%;
     float: left;
     font-size: 25px;
     color: #050202;
     padding-top: 15px;
     font-weight: 600;
}

.ipsum_text{
     width: 95%;
     float: left;
     font-size: 16px;
     color: #ffffff;
     padding-top: 0px;
     margin-left: 0px;
}

.more_bt a{
    width: 30%;
    float: left;
    color: #ffffff;
    text-align: center;
    background-color: #f76b5a;
    padding: 12px 0px;
    border-radius: 30px;
    font-size: 18px;
    max-width: 190px;
}

.more_bt a{
     color: #ffffff
     background-color: #f76b5a;

}

.more_bt a:hover{
     color: #000;
     background-color: #ffffff;
}

.contact_section {
    width: 100%;
    float: left;
	    background-image: url(../images/img-6.jpg);
    /* background-image: url(../images/contact-bg.png); */
    height: auto;
    padding-bottom: 90px;
	background-size:cover;
}

.requst_text{
     width: 100%;
     float: left;
     font-size: 40px;
     color: #0a0908;
     font-weight: bold;
}

.contact_section_2{
     width: 100%;
     float: left;
     margin-top: 40px;
}

.email_box {
    width: 100%;
    float: left;
    background-color: #000;
    height: auto;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 38px 40px 38px 40px;
}

.email-bt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #000;
    background-color: #ffffff;
    padding: 10px 20px;
    margin-bottom: 10px;
    border: 0px;
    height: 55px;
}
.massage-bt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #000;
    background-color: #ffffff;
    padding: 10px 20px;
    margin-bottom: 10px;
    border: 0px;
    height: 150px;
}

.send_bt{
     width: 35%;
     margin: 0 auto;
     text-align: center;
     display: block;
}


.send_text a{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    background-color: #f75c69;
    padding: 10px 0px;
    border-radius: 25px;
    margin-top: 40px;
}

.send_bt a{ color: #ffffff; background-color: #eb191a; }
.send_bt a:hover{ color: #000; background-color: #ffffff; }

.address_main {
    width: 100%;
    float: left;
    background-image: url(../images/img-8.png);
    height: auto;
    background-size: cover;
    padding: 50px;
    padding-bottom: 77px;
    background-repeat: no-repeat;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.map_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #ffffff;
    display: flex;
    height: auto;
}
.map_text img{height: 65px;}
.map_text_2 {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #ffffff;
    padding-top: 30px;
}


.map_icon{
     padding-right: 20px;
}

.border_dotted {
    border: dotted #fff;
    width: 100%;
    float: left;
    padding: 40px 20px;
}

.news_text{
     width: 100%;
     float: left;
     font-size: 16px;
     color: #ffffff;
     margin-left: 0px;
     padding-top: 30px;
}

.email_bt {
    width: 70%;
    float: left;
    font-size: 18px;
    color: #c3c2c2;
    background-color: #ffffff;
    text-align: left;
    padding-left: 15px;
    height: 50px;
    border: 0px;
}

.subscribe_bt {
    width: 30%;
    background-color: #000;
    float: right;
    padding: 9px 22px;
    color: #fff;
    height: 50px;
    font-size: 18px;
}

.subscribe_bt a{ color: #ffffff; }
.subscribe_bt a:hover{ color: #f77c4a; }

.copyright_section {
    width: 100%;
    float: left;
    background-color: #9e0000;
    height: auto;
}

.copyright_text{
     width: 100%;
     float: left;
     font-size: 16px;
     color: #ffffff;
     text-align: center;
     margin-left: 0px;
}

.copyright_text a{ color: #ffffff; }
.copyright_text a:hover{ color: #000; }



.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #000;
    border-radius: 50px;
}

.carousel-indicators .active {
    background-color: #eb191a;
}
.carousel-indicators { bottom:-50px;}

.carousel-indicators-one li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #000;
    border-radius: 50px;
}

.carousel-indicators-one {
    bottom: -100px;
}
.carousel-indicators-one {
    position: absolute;
    bottom: -50px;
    right: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-left: 15%;
    margin-right: 5%;
    list-style: none;
}

.carousel-indicators-one .active {
    background-color: #fff;
}

/*new*/
a:hover {
    color: #9e0000;
}
.logo img{width:240px;}

.logo .logo_txt{
    font-size: 40px;
    display: inline-block;
    vertical-align: top;
    line-height: 50px;
    margin-top: 27px;
	color:#fff;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon {
    
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-control-prev {
    right: 0;
	left:auto;
}
.carousel-control-next {
    left: 0;
	right:auto;
}
.carousel-control-next, .carousel-control-prev{-ms-flex-align: top;
    align-items: top;
    -ms-flex-pack: top;
    justify-content: top;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: top;
    bottom: auto;}
.carousel-control-next-icon, .carousel-control-prev-icon{
	width:90px;
	height:90px;
	
}
.carousel button{
    -webkit-appearance: none!important;
    background: transparent!important;
-webkit-border-radius: none!important;
border-radius: none!important;
border:none!important;
}

.carousel-inner{pointer-events: none;}


.mobile_box{
	position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 1px;
	pointer-events: none;
}
.mobile_box ul{
list-style: none;
    margin: 0;
    padding: 0;
	clear:both;
	overflow:hidden;
	font-size:40px;
	line-height:40px;
}
.mobile_box ul li{pointer-events: auto;}
.mobile_box ul li.mob{
float: right;
margin-right: 7px;
}
.mobile_box ul li.wats{
float: left;
font-family: 'IcoMoon-Free';
margin-left: 7px;
}
.mobile_box ul li.mob a{
background-color: #bababa;
padding: 5px;
border-radius: 50%;
}
.mobile_box ul li.mob a:hover{
	background-color: #fff;
}
.mobile_box ul li.mob a i{padding: 0 4px;
    margin-top: 2px;}
.mobile_box ul li.wats a{
    background-color: #ceffd1;
    padding: 4px;
    border-radius: 50%;
}
.mobile_box ul li.wats a:hover{
    background-color: #64b161;
}
.mobile_box ul li.wats a img{height:45px;}
.englishText{direction:ltr;}
.toggle_menu.mob{display:none!important;}

.textPhone,.textWhatsapp{pointer-events: auto;}
.textWhatsapp{display:inline-block;vertical-align:top;width:30px;}
.textPhone{    text-shadow: 1px 1px 1px #7a7a7a;
    color: #000;
    font-size: 20px;}
	.textPhone:hover{color: #fff;}
	.contactWhatsapp{width:50px;}
	
	.map_text_2 a:hover{color:#fff;}
	.email_box h2{
    color: #fff;
    font-size: 40px;
	text-align:center;
	line-height:56px;
}
.email_box p{
color: #9b9b9b;
    font-size: 18px;
    line-height: 28px;
}
@media (max-width: 1200px) {
	.mobile_box ul li.mob a {
		
    background-color: rgb(186, 186, 186, 0.5);
	}
	.mobile_box ul li.wats a{
		background-color: rgb(216, 255, 218,0.5);
	}
	.about_main {margin-top:0;}
	
	.carousel-control-next, .carousel-control-prev{
		bottom: -87px;
		top: auto;
	}
	.map_text img,.map_text_2 img  {
		height: 25px;
		width: auto;
	}
	.header_section {
		background-size: 100% 100%;
	}
	.our_text { font-size: 35px; }
	.best_text { font-size: 30px; }
	.company_text{font-size: 35px;}
}
@media (max-width: 1000px) {
	.menu_text{width:auto;}
}
@media (max-width: 780px) {
	.logo {
		width:auto;
		max-width:100%;
		margin-top: 6px;
		float:none;
	}
	.logo a {
		margin-right: 0;
	}
	.header_section .col-sm-6{
		width: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    flex: none;
	}
	.header_section .col-sm-6:first-of-type{float:right;}
	.header_section .col-sm-6:nth-of-type(2){float:left;}
	.header_section .row{clear: both;
    display: block;}
}
@media (max-width: 768px) {
	.logo img {
		width: 180px;
	}
	.header_section {
		background-image: url(../images/banner-bg_mob.jpg);
	}
	.header_section .row {
		text-align: center;
	}
	.header_section .col-sm-6:first-of-type {
		float: none;
		margin-right: -100px;
	}
	.header_section .col-sm-6:nth-of-type(2) {
		float: right;
		margin-right: 20px;
	}
	.toggle_menu.desk{display:none!important;}
	.toggle_menu.mob{display:block!important;margin-top:17px;}
	.contrary_text {
    width: 45%!important;
	}
}