@charset "utf-8";
/* CSS Document */
@import url('variables.css');

@-ms-viewport{
  width: device-width;
}

* {
    color: #fff;
    margin: 0;
    padding: 0;
}

a {
    color: white;
    transition: 0.3s;
}
p {
    margin-top:1rem;
    margin-bottom: 1.5rem;
}
a:hover {
    text-decoration: none;
    color : white;
    transition: 0.3s;
}


body {
  font-family: var(--base-font-family);
  font-size: var(--base-font-size) ;
  height: 100vh;
  overflow-x: hidden;
}

h1, h2 h3, h4, h5, h6 {
  font-family: var(--heading-font-family);
}

.logo {
    padding: 25px 50px 0px;
}


.header-container {
    padding-top: 0px;
}

.navbark-black {
    color: #0000;
}


.img-background {
    /*background-image: url(../images/banner.jpg);*/
    background-image: url(../images/banner-cover.jpg);
    height: 100vh;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;


}
.img-background:after {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: block;
}


._col-lg-2 {
    max-width: 165px;
}


.siderbar-wrapper {
    background-color: #292929;
    height: 100vh;
    width: 165px;
   }


._h-100 {
    height: 100vh;
}

.menu-button {
    color: white;
    font-size: -webkit-xxx-large;
    padding-top: 30px;
    text-align: center;
}

.menubarcss {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 111;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.97);
    overflow-y: hidden;
    transition: 0.5s;
    text-align: center;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}



.menubar-content {
    position: relative;
    top: 47%;
}

.menubarcss a {
    padding: 0px;
    text-decoration: none;
    font-size: 32px;
    color: #ffffff;
    display: inline;
    transition: 0.3s;
    margin: 0 25px;
}

.menubarcss a:hover,
.overlay a:focus {
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
}

.menubarcss .closebtn:hover {
    transform: rotate(90deg);
}

.menubarcss .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

nav {
    color: #fff;

}

nav ul {
    text-decoration: none;
    color: #fff;
}

nav ul li {
    padding: 0 13px;
    color: #FFFFFF;
}
@media (min-width:1281px) { 
    nav ul li {
    padding: 0 15px;
    color: #FFFFFF;
    }
}

nav ul li a {
    text-align: center;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-family: var(--heading-font-family);
    font-weight: bold;

}


nav ul li > a:hover {
    /* content: "";
    background: var(--primary-color);
    display: block;
    height: 3px;
    transition: 1s ease-in-out;
    color: var(--primary-color); */
        color: var(--primary-color);
    border-bottom: 3px solid var(--primary-color);

}

.social-icon li {
    text-align: center;
    margin-bottom: 15px;
    transform: rotate(-90deg);
    list-style: none;
    min-width: 30px;
}

.text-setting {
    padding: 14% 23%;
    text-align: end;

}

a.active {
    color: var(--primary-color);
    border-bottom: 3px solid var(--primary-color);
}

nav ul li a .active {

    width: 39px;
    height: 3px;
    background-color: #ffc000;
    position: absolute;
    bottom: 28%;
    right: 48%;
}

section.section_heading {
    margin: 40px 0;
}

.entry-title {
    font-size: 4rem;
}

.page-title {
    font-size: 4rem;
    color: #2b2b2b;
    padding: 60px 30px 30px;
    background: white;
    margin-bottom: 0;
}

.ticker-wrapper h2 {
    color: #2b2b2b;
    font-family: var(--heading-font-family);
    margin: 15px 0;

}

._page-title {
    font-size: 2.5rem;
    color: #FFF;
  }

.page-title span {
    color: var(--primary-color);
}
.entry-detail {
    font-size: var(--font-size-h4);

}

.text-setting p {
    padding: 0 15%;
    margin: 0 14%;
    text-align: -webkit-left;
    left: 274px;
    position: absolute;
    font-size: 1.2rem;

}

.under-line {
    margin: 30px 0;
}

.under-line:before {
    content: "";
    border-bottom: 3px solid #ffff;
    /* border-radius: 0; */
    width: 9%;
    display: inline-block;
    position: absolute;
    bottom: 161px;
    top: 0;
    left: 296px;
    z-index: 1;

}

.under-line:after {
    content: "";
    border-bottom: 3px solid #f8f0ed;
    /* border-radius: 0; */
    width: 44%;
    display: inline-block;
    position: relative;
    bottom: 4px;
    top: 52px;
    right: 0;
    left: 0;
    opacity: 0.6;
}

section.sections-box {
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    margin-left: 180px;
}


.text-setting p:before {
    content: "";
    border-bottom: 3px solid #ffff;
    /* border-radius: 0; */
    width: 9%;
    display: inline-block;
    position: absolute;
    bottom: -27px;
    top: 0;
    left: 240px;


}

.text-setting p:after {

    content: "";
    border-bottom: 3px solid #C2C1C3;
    /* border-radius: 0; */
    width: 18%;
    display: inline-block;
    position: absolute;
    bottom: -27px;
    top: 0;
    right: 404px;

}

.no-padding {
    padding: 0 !important;
}

/* .sections-box {
    position: relative;
  min-height: 150px;
} */

.bottom-fixed {
    position: absolute;
  bottom: 0;
  left: 0;
}

.box3 {
    height: 100%;
    font-family: var(--secondary-heading-font-family);
    text-transform: uppercase;
    color: #ffff;
    background-color: #2f2e2a;
    border: 1px solid #2f2e2a;
    box-sizing: border-box;
    text-align: center;
    padding: 0 20%;
}

.box3:hover {
    background: #21201e;
}

/* .img-africa {
    min-height: 318px;
}
 */




.carousel-indicators {
    position: absolute;
    bottom: -10px;
    left: 0;
    text-align: left;
    list-style: none;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-left: 20px;
}



.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 7px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-color: #fff;

    border-radius: 10px;
}

.carousel-indicators .active {
    background-color: #2b2b2b;
}

.carousel-caption {
    position: inherit;
    bottom: 0;
    text-align: left;
    color: #000;
    font-size: var(--font-size-h5);
    right: 0;
    left: 0;
    padding: 30px;
    padding-left: 30px;
    font-size: 18px;
}

.carousel-caption h3 {
    font-size: var(--font-size-h5);
    text-transform: uppercase;
  font-family: var(--heading-font-family);

}

.carousel-caption p {
    color: black;
    margin-bottom: 0;
}

.box3 h3 {
    font-family: var(--secondary-heading-font-family);
    font-size: var(--font-size-h5);

}

.main-nav {
    width: 100vh;
    height: 45px;
    position: absolute;
    -webkit-transform-origin: left top;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
}

.main-nav ul li {
    margin-right: 20px;
    float: right;
    height: 100%;
    line-height: 45px;
}

.navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
/* section.section_heading {
    height: 65vh;
} */

.third-section {
    height: 190px;
}

/*----------------------------------------------------------------------------------------------*/

.aboutus-homepage {
    background-image: url(../images/about-us-img.png);
    height: 100vh;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.aboutus-background-color {
    background-color: #2b2b2b;
    height: 100vh;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.aboutus-nav {
    position: absolute;
    z-index: 9999;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
}

.about-section {
    margin: 0 auto;
    padding: 35% 25%;
}

.about-section h1 {
    font-size: 3.5rem;
    text-align: left;
}

.about-section h1 span {
    color: #ffc000;
}

.about-section p:before {
    content: "";
    border-bottom: 3px solid #ffff;
    /* border-radius: 0; */
    width: 9%;
    display: inline-block;
    position: absolute;
    bottom: 368px;
    top: 0;
    left: 296px;
    z-index: 1;
}

.about-section p:after {
    content: "";
    border-bottom: 3px solid #404040;
    /* border-radius: 0; */
    width: 44%;
    display: inline-block;
    position: relative;
    bottom: 4px;
    top: 52px;
    right: 0;
    left: 0;

}

.footer-box {
    border: 1px solid #ffc000;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 34px 86px;
    color: #000;
    background-color: #ffc000;
    cursor: pointer;
}

.footer-box p {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
}

/* Map -- Contact uS */

.map-container {
    z-index: 1;
    position: absolute;
    overflow: hidden;
    height: 100vh;
    width: 100vh;
    top: -103px;
    /* box-shadow: 0px 0px 5px 3px rgba(117, 117, 117, 0.48); */
}


#map {
    background: none!important;
    width: 100vh;
    height: 100%;
}


#map:after {
    /* position: absolute;
    content: "";
    background: #000;
    opacity: 0.6;
    height: 100%;
    width: 100%; */
}

/*----------------------------------------------*/

.main-bg {
    background-image: url(../images/black-bg.jpg);
    height: 100vh;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.services-section {
    /* padding: 100px 25%; */

}

.social-icon {
    position: absolute;
    bottom: 10px;
    font-family: var(--heading-font-family);
    margin: 0;
    transform: translateX(100%);
}
/* .about-us-img {} */


body._about-us-img {    
    background-color: #2b2b2b;
}


.about-us-img:after {
    content: "";
    /*background-image: url(../images/about-bg1.jpg);*/
    background-image: url("../images/about-bg-two.jpg");
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #2b2b2b;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: -115px;
}
.contact-details {
    margin-top: 30px;
}

.services-section h1 {
/*     text-align: center;
    padding: 0 0px;
    position: relative;
    top: 103px;
    font-size: 3.5rem;
    color: #2b2b2b;
 */}

.services-section h1 span {
    color: #ffc000;
}

/* .ticker-wrapper {
    background-color: #ffc000;
    height: 100vh;
    color: #000;
} */

.services-section:before {
    content: "";
    background: url(../images/gold-bg.jpg);
    background-position: left;
    background-size: 50%;
    background-repeat: repeat-y;
    height: 100%;
    width: 100%;
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
}


/* section.ourteam-section {
    
} */


._ticker-wrapper {
    background: var(--primary-color);
    /* position: absolute; */
    height: 100%;
}

.next-page {
    padding: 15px;
    text-align: center;
    background: #FFF;
}
.next-page:hover {
    background: #f4bb01;
}

.next-page h3 {
    color: #000000;
}
.next-page h3 > .fal {
    color: #000000;
    padding-left: 30px;
}

.contact-details td {
    padding: 5px;
}

.services-section2 p {
    margin: 0 auto;
    padding: 8% 16% 0px 22%;
    text-align: left;
    color: #000;
}

.services-section2 p+p {
    margin: 0 auto;
    padding: 3% 16% 207px 22%;
    text-align: left;
    color: #000;
}

.services-section2 p+p:before {

    content: "";
    border-bottom: 3px solid #ffff;
    /* border-radius: 0; */
    width: 9%;
    display: inline-block;
    position: absolute;
    bottom: 161px;
    top: 0;
    left: 296px;
    z-index: 1;

}

.services-section2 p+p:after {
    content: "";
    border-bottom: 3px solid #f8f0ed;
    /* border-radius: 0; */
    width: 44%;
    display: inline-block;
    position: relative;
    bottom: 4px;
    top: 52px;
    right: 0;
    left: 0;
    opacity: 0.6;

}



.footer-boxs {
    border: 1px solid #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 34px 86px;
    color: #000;
    background-color: #ffffff;
    cursor: pointer;
}

.footer-boxs p {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
}

.img-man {
    position: absolute;
    bottom: 0;
    right: 0;
}


/* mh */

.content-warpper {
    margin: 0 auto;
    display: block;
    /* height: 100vh; */
}


.site-address {
    min-height: 350px;
    text-align: center;
}


.site-address span {
    transform: rotate(-90deg)translateX(-100%)translateY(-75%);
    display: inline-block;
    min-width: 260px;
}

._site-address {
    margin: 0px auto;
    display: block;
    background: #272727;
    text-align: center;
}

._site-address span {
    color: #FFFFFF;
    text-align: center;
    /* background: #c5c5c5; */
}
.gmap_canvas {
    overflow: hidden;
    background: none!important;
    width: 50%;
    position: absolute;
    height: 100vh;
    top: 0;
    right: 0;
}

@media (max-width:992px){
.siderbar-wrapper {
    background-color: rgb(255, 255, 255);
    height: auto;
    width: 102%;
    padding: 10px 5px 15px;
   }
   section.section_heading {
    margin: 33px 0;
}

   .menubarcss a {    
    font-size: 26px;
    display: block;
    text-align: left;
    padding: 5px 25px;
    margin: 0;
    }

    .main-wrapper {
             overflow-x: hidden;
             position: relative;
        }

        .menu-button {
                padding: 10px;
                color: #ffc500;
        }
        .menubar-content {
            top: 20%;
        }
        .services-section, .ourteam-section {
            background: var(--primary-color);
    }
    .img-background {
        background-position: 33%;
        min-height: 670px;
            width: 102%;
    }

    section.sections-box {
        position: inherit;
        left: 0;
        bottom: 0;
        right: 0;
        margin-left: 0px;
    }
    .carousel-caption {
        text-align: center;
    }

    .box3 {
        padding: 20%;
    }
    .menu-button {
        text-align: right;
    }


.order-1 {
    -webkit-order: 2; /* Safari 6.1+ */
    order: 2;
}

.order-2 {
    -webkit-order: 2; /* Safari 6.1+ */
    order: 2;
}

.about-us-img:after {
    position: inherit;
}

/* .map-container {
    position: relative;
    width: auto;
} */

#map {
    width: 100%;
 }
.map-container {
    z-index: 1;
    position: inherit;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    top: -21px;
    box-shadow: none;
}

.next-page {
    display: table;
    margin: 20px auto !important;
}
._social-icon {
    margin-top: 80px;
    text-align: right;
    float: right;
    padding-right: 15px;
}
.ticker-wrapper {
        height: auto !important;
    }


}

.ticker-wrapper {
        height: 54vh;
        overflow: hidden;
        position: relative;
        overflow-y: scroll;
    }


/* @media (min-width:1200px) { 
    

 } */

::-webkit-scrollbar {
    width: 0.3em;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
::-webkit-scrollbar-thumb {
  background-color: #4e4d4d;
  outline: 1px solid slategrey;
}

/*-------------------------saad css------------------------------*/
.ticker-wrapper-gallry{height: 68vh;
    overflow: hidden;
    position: relative;
    overflow-y: scroll;padding: 0 10px !important;}

.services-section-gallry:before {
    content: "";
    background: url(../images/gold-bg.jpg);
    background-position: left;
    background-size: 33.4%;
    background-repeat: repeat-y;
    height: 100%;
    width: 100%;
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
}
.gallery {
    margin: 0 auto;
    display: inline-table;
}

.gallery img {
    float: left;
    width: auto;
    height: 222px;
    border: 2px solid #fff;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}
/* line 32, ../sass/demo.scss */
.container .gallery a img {
  float: left;
  width: 20%;
  height: auto;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}
/* line 46, ../sass/demo.scss */
.container .gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}
/* line 57, ../sass/demo.scss */
.container .gallery a.big img {
  width: 40%;
}

/* line 65, ../sass/demo.scss */
.align-center {
  text-align: center;
}

@media (max-width:623px){
    .ticker-wrapper-gallry{ height: 67vh;}

}
.client-logo {
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #d6eaff;
    border-bottom: 1px solid #d6eaff;
    overflow: hidden;
    /* background: #ffffff; */
    height: 160px;
}
.clients-wrap {
    border-top: 1px solid #d6eaff;
    border-left: 1px solid #d6eaff;
    margin-bottom: 30px
}
.client-logo img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .client-logo:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.20);
  }