@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');

html { margin: 0; width: 100%; overflow-x: hidden; scroll-behavior: smooth;}
body {margin: 0; width: 100%; overflow-x: hidden; background-color: #fff;}
button:focus {outline: unset;}
body, h1, h2, h3, h4, a, button, div, p, nav{font-family: 'Almarai', sans-serif !important;}
h1{font-size: 27px; font-weight: 600; text-align: center;}
h2{font-size: 22px; font-size: 500; color: #fff;}
a {color: #000;}
a:hover{color: unset; text-decoration: none;}
li{list-style: none !important;}
.pt-70{padding-top: 70px;} .pt-30{padding-top: 30px;}
.pb-70{padding-bottom: 70px;} .pb-30{padding-bottom: 30px;}
.mt-70{margin-top: 70px;}
.mb-70{margin-bottom: 70px;}
.mb-30{margin-bottom: 30px;}
.pt-110{padding-top: 110px;} .pt-30{padding-top: 30px;}
.pb-110{padding-bottom: 110px;} .pb-30{padding-bottom: 30px;}
.mt-110{margin-top: 110px;}
.mb-110{margin-bottom: 110px;}

/* .navbar{
  margin: 0 50px;
} */
ul {
  padding-inline-start: 0px !important;
}

.nav-link{
  color: #fff !important;
  font-size: 20px;
}

.nav-link:hover, .navbar-light .navbar-nav .active > .nav-link{
  color: #7b0005 !important;
}
.btn:hover{
  color: #a4a6a7;
}

.nav-logos{
  font-size: 24px;
}

.nav-icons{
  margin: 0 5px;
  color: #fff;
}

.nav-icons:hover{
color: #7b0005 ;
}

.nav-center{
  width: 100% !important;
  justify-content: right;
}

header {
  position: fixed;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 48px;
  height: 88px;
  background: transparent;
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 9999;
}

header.sticky {
  font-size: 24px;
  line-height: 48px;
  height: 88px;
  background: #000;
  z-index: 9999;
}

.slick-arrow-banner.banner_left_arrow {
  position: absolute;
  top: 50%;
  left: 3.7%;
  font-size: 30px;
  color: #7a736f;
  transform: translate(0%, -50%);
  border-radius: 5px;
  z-index: 100;
}
.slick-arrow-banner.banner_right_arrow {
  position: absolute;
  top: 50%;
  right: 3.7%;
  font-size: 30px;
  color: #7a736f;
  transform: translate(0%, -50%);
  border-radius: 5px;
  z-index: 100;
}

.product-slick-arrow-banner.banner_left_arrow {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 30px;
  color: #7a736f;
  transform: translate(0%, -50%);
  border-radius: 5px;
  z-index: 100;
}
.product-slick-arrow-banner.banner_right_arrow {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 30px;
  color: #7a736f;
  transform: translate(0%, -50%);
  border-radius: 5px;
  z-index: 100;
}

.slick-dots{
  position: absolute;
  display: flex;
  font-size: 20px;
  bottom: 30px;
  left: 48%;
}

.banner{
  position: relative;
}


li::marker{
  color: #7a736f00;
  font-size: 54px;
}

/* .slick-dots li button{
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
}  */

.slick-dots li i:nth-child(1) {
  display: block;
}

.slick-dots li i:nth-child(2) {
  display: none;
}

.slick-dots li.slick-active i:nth-child(1) {
  display: none;
}

.slick-dots li.slick-active i:nth-child(2) {
  display: block;
}

.nactive-icon{
  color: #444444;
  margin: 0 5px;
}
.active-icon{
  color: #fff;
  margin: 0 5px;
}

.navbar-image{
  text-align: left;
}
.navbar-image a{
  width: 164px;
}
.navbar-socials{
  text-align: right;
}

.mobile-bar-btn{
  margin-right: 15px;
  border: 2px solid #fff !important;
}

.bar-set{
  color: #fff;
  font-size: 23px;
}
.form-control:focus, button:focus{
  background-color: transparent !important;
}
.about-text{
  padding: 15% 10% 0% 0%;
}

/* .about-img{
  width: 620px;
  height: 738px;
  background-image: url(../images/about.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
} */

.working-area {
  position: relative;
  display: block;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 110px 0 110px;
  z-index: 1;
}

.working-area::before {
  background: rgba(40, 41, 46, 0.97) none repeat scroll 0 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
}
.service-title {
  position: relative;
  display: block;
  color: #fff;
  font-size: 36px;
  line-height: 44px;
  font-weight: 100;
  text-transform: uppercase;
}

.about-titles{
    font-weight: 700!important;
    font-size: 40px!important;
    color: #FFFFFF!important;
    line-height: 1.6em!important;
    text-align: left;
}
.about-text p{
  text-align: justify;
}

.us-title{
    font-weight: 100 !important;
}

.titles{
  font-size: 36px;
  font-weight: 100;
  text-transform: uppercase;
}

.titles span, .service-title span{
    font-weight:800 !important;
}

.bottom-text {
  color: #7c7e84;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  text-transform: none;
  margin: 13px 0 0;
}

 .service-img{
  width: 359px;
  height: 220px;
  overflow: hidden !important;
  margin: 0 auto;
}

.service-img img {
  -webkit-transition: opacity 500ms ease-out, -webkit-transform 500ms ease-out, -webkit-filter 500ms ease-out;
  filter: brightness(0.5);
}

.service-img:hover .s-img{
  transform: scale(1.25);
  filter: brightness(1);
}

.counter-para, .counter-number, .contact-head{
  text-transform: capitalize;
  font-family: 'Klee One', cursive !important;
  font-size: 40px;
  font-weight: 800;
}

.counter-para, .contact-head{
  text-transform: capitalize;
  font-family: 'Dancing Script', cursive !important;
  font-size: 28px;
  font-weight:800;
}

.map{
  transition: 0.3s ease-in-out;
}

.map:hover{
  box-shadow: 2px 3px 17px #818181 !important; 
  border-radius: 20px;
}



.contact-ul p{
  margin: 0 !important;
}

.contact-li{
  display: flex;
}

.contact-li img{
  width: 40px;
  height: 38px;
  margin: 3px 10px 10px;
}

.contact-li .contact-btn{
margin: 10px !important;
}

.contact-icons{
  padding: 10px;
  font-size: 24px;
  color: #fff;
}

.contact-para{
  padding: 10px;
  font-size: 16px;
  color: #fff !important;
}

.pt-copyright-footer {
  background: #0a0a0a;
  padding: 0;
}
.pt-copyright-footer .col-md-6 .pt-footer-social {
  margin-top: -15px;
}

.copyright-margin {
  margin-top: 16px;
}

.client-images{
  margin-right: 150px;
}
.product-slider li img{
  display: unset;
  padding: 4px;
  /* border: 1px solid #0000001c;
  border-radius: 10px; */
  filter: grayscale(1) !important;
}

.contact-working-area{
  padding: 110px 0 70px;
  background-color: #2a2a2a;
}



.nav-pills .nav-link {
  border-radius: 1.25rem;
  color: #fff;
  background-color: #7b0007;
  border: 0;
  margin: 0 20px;
}

.nav-pills .client-link:hover{
  color: #fff !important;
  background-color: #0f11b1 !important;
}

.nav-pills .client-pic-link{
  color: #fff !important;
  background-color: unset !important;
  border: unset !important;
}

.nav-pills .client-pic-link:hover{
  color: #fff !important;
  background-color: unset !important;
  border: unset !important;
  border-bottom: 1px solid dotted #000 !important;
}

.nav-pills .client-pic-link.active{
  border-bottom: 1px solid #000 !important;
  border-radius: unset;
  border-style: dotted !important;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0f11b1;
  border: 0;
}

.column{
  padding: 0 !important;
}

/* .projects{
  padding-right: 10px;
  padding-left: 10px;
}

.project-box{
  position: relative;
  height: 920px;
}

.project-img-one{
  position: absolute;
  left: 0px;
  top: 0px;
}

.project-img-two{
  position: absolute;
  left: 0px;
  top: 598px;
}

.project-img-three{
  position: absolute;
  left: 378px;;
  top: 0px;
}


.project-img-four{
  position: absolute;
  left: 847px;
  top: 342px;
}

.project-img-five{
  position: absolute;
  left: 378px;
  top: 341px;
  max-width: 463px;
  height: 250px;
  overflow: hidden;
}

.project-img-six{
  position: absolute;
  left: 378px;
  top: 341px;
  max-width: 463px;
  height: 250px;
  overflow: hidden;
} */

.gal {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;	  
}	

	.gal img{
    width: 100%; padding: 7px 0;
    filter: grayscale(70%);
    -webkit-transition: opacity 500ms ease-out, -webkit-transform 500ms ease-out, -webkit-filter 500ms ease-out;
  }

  .gal img:hover{
    filter: grayscale(0%);
  }

  .sector-pills{
    background-image: url(../images/line-pattern1.png);
  }


  .sector-link{
    background-color: transparent !important;
    color: #000 !important;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 !important;
  }

  .nav-pills  .sector-link.active, .nav-pills .show > .sector-link {
    color: #7b0005 !important;
}

  .client-link{
    font-size: 14px;
    margin: 0 5px !important;
    color: #fff !important;
  }

  .centered {
    /*font-family: "BenchNine", sans-serif;*/
    position: absolute;
    top: 50%;
    left: 26%;
    font-size: 85px;
    transform: translate(-50%, -50%);
    font-size: 60px;
    text-align: center;
    color: #ffffff;
}
.bannerslider1 li img{
  filter: grayscale(1) !important;
}

  .banner-head{
    text-transform: capitalize;
    /*font-family: 'Dancing Script', cursive !important;*/
    font-size: 70px;
    font-weight:800;
    margin: 0;
  }

  .banner-para{
    text-transform:lowercase;
    /*font-family: 'Indie Flower', cursive !important;*/
    font-size: 25px;
    color: #f07d7d;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 0.5rem;
}

.service-name{
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 10px;
}

.slick-slide img{
    filter: brightness(0.7) !important;
}


.first-box{
  background-image: url(../images/map-back.jpg);
  padding-top: 184px;
  padding-bottom: 136px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.first-box p{
  font-weight: 300;
  font-size: 45px;
  line-height: 1.1em;
  color: #fff;
}

.about-us{
  background-color: #191919;
  padding: 70px 0;
}
.about-text p{
  font-size: 15px;
  color: #fff;
}
.working-area p{
  font-size: 15px;
  color: #fff;
  padding: 0 24px;
}
.working-area img{
  width: 96px;
  margin-bottom: 30px;
}
.model-body{
  /* padding: 110px 0;
  filter: grayscale(1); */
}
.model-body p{
  font-size: 15px;
  color: #000;
  padding: 0 24px;
}
.model-body img{
  width: 96px;
  margin-bottom: 30px;
}
.model-body p{
  padding: 0;
  font-size: 18px;
}
.model-body .about-titles{
  color: #000 !important;
}
.model-body .about-titles-small{
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #000;
}
.youtube-video{
  margin-bottom: 40px;
}
.contact-us p{
color: #fff;
margin-bottom: 7px !important;
}
.whatsapp{
  width: 300px;
}
.whatsapp-bar{
  padding: 13px 20px 13px 12px;
  border: 1px solid transparent;
  margin: 30px 0;
  display: flex;
  background-color: #000;
  border-radius: 5px;
}
.whatsapp-bar img{
width: 41px;
}
.whatsapp-text-bar p{
  font-size: 12px;
  color: #fff;
  margin: 0 !important;
  padding-left: 20px;
}
.whatsapp-help{
  font-size: 14px !important;
  font-weight: 600;
}
.whatsapp-text-bar p span{
  background-color: green;
  border-radius: 5px;
  color: hsla(0,0%,100%,.98);
  font-size: 9px;
  height: 14px;
  line-height: 1.34em;
  margin-left: 3px;
  padding: 2px 3px;
  position: relative;
  text-align: center;
  width: 36px;
}
.contact-second{
  padding: 50px 40px;
}
.contact-second p{
  color: #000;
}
.contact-second h2{
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 600;
  font-size: 24px;
}
.contact-form{
  background-color: #fff;
}

.contact-form-control{
  padding: 22px 16px !important;
}
.form-control:focus, button:focus {
  color: #495057;
  background-color: #fff;
  border-color: #9198a0 !important;
  outline: 0;
  box-shadow: unset !important;
}
.btn-default{
  border: 1px solid transparent;
  background-color: #000;
  color: #fff;
  border-radius: unset;
  padding: 5px 18px;
  font-size: 18px;
}
.mapp{
  margin: 0 0 -8px 0 !important;
  padding: 0 !important;
  filter: grayscale(1) !important;
}
#videos iframe{
  filter: grayscale(1) !important;
  width: 100%;
  /*height: 250px !important;*/
}
.country-body{
  background-color: #000;
}
.country-div{
  padding: 0 0 8px 0;
  
}
.country-content{
  display: -webkit-box;
}
.country-content img{
  width: 30px;
}
.country-content p{
  color: #fff;
  margin: 4px 0 0 10px;
}
.country-body h2{
  margin-bottom: 0 !important;
}

.contact-first ul{
  padding-inline-start: 19px !important;
}

.contact-first ul li{
    list-style:square !important;
    padding-bottom: 10px;
}
.contact-first ul li::marker{
color: #000;
}
.contact-first p{
margin-bottom: 10px !important;
font-weight: 700;
}
.model-body .model-step{
margin: 0;
font-size: 22px;
letter-spacing: 6px;
}
.model-body .model-number{
  font-size: 70px;
  font-weight: 900;
  margin: -20px 0 0 0;
}

.model-steps-body{
  position: relative;
  padding-right: 20px; /* Adjust as needed */
  border-right: 2px solid yellow; /* Border color */
  height: 210px;
  margin-bottom: 20px;
}
.model-steps-body::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  border-top: 8px solid transparent; /* Adjust the size of the arrow */
  border-bottom: 8px solid transparent; /* Adjust the size of the arrow */
  border-left: 8px solid yellow; /* Arrow color */
}
li::marker {
  /* content: '✝ '; */
  font-size: 20px;
}


.model-steps-body-orange{
  border-right: 2px solid orange;
}
.model-steps-body-orange::after{
  border-left: 8px solid orange;
}

.model-steps-body-red{
  border-right: 2px solid red;
}
.model-steps-body-red::after{
  border-left: 8px solid red;
}

.model-steps-body-blue{
  border-right: 2px solid blue;
}
.model-steps-body-blue::after{
  border-left: 8px solid blue;
}

.model-steps-body-green{
  border-right: 2px solid green;
}
.model-steps-body-green::after{
  border-left: 8px solid green;
}

.model-steps-body-white{
  border-right: 2px solid white;
}
.model-steps-body-white::after{
  border-left: 8px solid white;
}

.model-steps-body-black{
  border-right: 2px solid black;
}
.model-steps-body-black::after{
  border-left: 8px solid black;
}

.model-steps-body-none{
  border-right: unset;
}
.model-steps-body-none::after{
  border-left: unset;
}

#top-button{
  background-color: #00000078 !important;
}
.contact-first .form-check{
  padding-bottom: 10px !important;
}


@supports (-webkit-touch-callout: none) {
#contact {
    background: url('../images/shape-6.png') center no-repeat scroll;
    background-size: auto 100vh;
}    
#services {
    background: url('../images/working-bg.jpg') center no-repeat scroll;
    background-size: auto 100vh;
}  
}
.nav-link.active, .nav-link:hover, .navbar-light .navbar-nav .active > .nav-link {
  color: #757171 !important;
}

.social-banner{
  padding-top: 50px;
}

.social-banner i{
  padding-right: 10px;
  font-size: 20px;
  color: #fff;
}
.lang-nav {
  display: -webkit-inline-box;
}
.lang-nav .lang-flag {
  width: 25px;
  margin: 5px 0 0 8px;
}
.service-sep-body p{
  text-align: justify;
}



@media(max-width: 1350px) {
  .banner-head {
    font-size: 40px;
  }

}

@media(max-width: 1199px){
  .nav-link {
    font-size: 17px;
}
}



@media(max-width: 1023px) {

  .nav-link{
    text-align: center !important;
  }

  .navbar-image{
    text-align: left;
  }

  .col{
    max-width: 100% !important;
  }

  .navbar-socials{
    text-align: center;
  }
  .slick-dots{
    bottom: 30px;
    left: 47%;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 4rem;
    padding-left: 0.5rem;
}

}

@media(max-width: 991px){
  iframe{
    height: 500px !important;
  }

  .about-text {
    padding: 10% 0% 0% 0%;
}
header{
  background-color: #000;
}
.banner{
  margin-top: 84px;
}

.navbar-mobile{
  background-color: #000;
  color: #fff;
  margin: 0 10px;
}

.contact-working-area {
    background-position: center;
    
}

.service-name{
    padding: 20px 0 40px !important;
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding-right:0;
    padding-left:0;
}
.service-sep-body{
  padding-bottom: 70px;
}

}

@media(max-width: 767px) {
  .navbar-image {
    width: 200px;
}
.pt-copyright-footer .col-md-6 .pt-footer-social {
  margin-top: 0px;
  margin-bottom: -15px;
}
.pt-copyright-footer .col-md-6 {
  padding: 15px 15px 0px 15px;
}
.banner-head{
  font-size: 30px;
}
.banner-para {
  font-size: 20px;
}
.youtube-video2{
  margin-bottom: 40px;
}
.banner img{
height: 700px;
object-fit: cover;
}
}

@media(max-width:575px){
  .model-steps-body{
    border-right:unset;
  }
  .model-steps-body::after{
    border-left: unset;
  }
}

@media(max-width:532px){
  .nav-pills{
  display: -webkit-box !important;
  overflow-x: scroll;
  flex-wrap: unset !important;
  }
  .banner-head{
    font-size: 20px;
  }
  .centered{
    top: 55%;
  }
  .banner-para{
    font-size: 12px;
  }
  .slick-dots{
    font-size: 17px;
    bottom: 16px;
    left: 44%;
  }
  .titles, .service-title, .about-titles, .contact-title {
    font-size: 25px;
  }
  .model-body{
    background-position: 460px -162px;
  }
}


@media(max-width: 508px) {
.slick-dots {
  bottom: 23px;
  left: 44%;
}
.banner-head{
  font-size: 24px;
}
.whatsapp {
  width: 260px;
}
}

@media (max-width: 500px) {
		
  .gal {


-webkit-column-count: 1; /* Chrome, Safari, Opera */
  -moz-column-count: 1; /* Firefox */
  column-count: 1;
  

}

.counter-para{
  font-size: 22px;
}
.counter-number {
  font-size: 30px;
}


}

@media(max-width:450px){
  .navbar-image {
    width: 145px;
}

.navbar-toggler{
  padding: 2px 4px;
}

.bar-set{
  font-size: 19px;
}
.banner-head{
  font-size: 15px;
}
.centered{
  top: 47%;
}
.banner-para{
  font-size: 12px;
}
.slick-dots{
  font-size: 17px;
  bottom: 16px;
  left: 42%;
}
.about-text img{
    text-align:center;
}
}


/*================================================
Loading
================================================*/
#pt-loading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
}

/*================================================
Back to Top
================================================*/
#back-to-top .topbtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  margin: 0px;
  color: #7b0005;
  background: transparent;
  border: 1px solid #7b0005;
  z-index: 999;
  font-size: 26px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 33, 85, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 33, 85, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 33, 85, 0.1);
  border-radius: 50%;
}
#back-to-top .topbtn:hover {
  background: #7b0005;
  color: #fff;
}
