@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');

:root {
    --brand: #2b3b87;
    --dark: #092032;
    --body: #516171;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    
}

body {
    font-family: "Barlow", sans-serif;
    color: var(--body);
    line-height: 1.7;
}

h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
    font-weight: 700;
    color: var(--dark);
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    width: 100%;
}

a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
}

a:hover {
    color: var(--brand);
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.text-brand {
    color: var(--brand) !important;
}


.hero-slider .owl-prev,
.hero-slider .owl-next{
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important; 
}

.owl-dot.active span{
    background-color: #30a6c7 !important;
}


 /* slide */
 .slide {
     min-height: 100vh;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
}

.slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg_banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg_banner2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide3 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg_banner3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide4 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg_banner4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slide .display-3 {
    text-transform: none;
    color: #fff;
    font-size: 2.5rem;
    text-align: left;
    max-width: 80%;
}

/* navbar */
.top-nav {
    background-color: var(--brand);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}

.navbar {
    box-shadow: var(--shadow);
}

@media (min-width: 1200px){
    .navbar .container, .top-nav .container{
        max-width: 100%;
        padding: 0 50px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 1.1rem;
    }
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: #fff;
    color: var(--brand);
}
.conditions-section{
    margin: 20px 0;
}
.conditions-section a{
   color: #fff;
   margin: 0 10px;
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--brand);
}

.navbar .navbar-nav .nav-link.active {
    color: var(--brand);
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
}


.navbar-brand {
    font-size: 28px;
    font-weight: 700;
}

.navbar-brand .dot {
    color: var(--brand);
}

.btn {
    padding: 8px 26px;
}

.btn-brand {
    border-color: var(--brand);
    background-color: var(--brand);
    color: #fff;
}

.btn-brand:hover {
    background-color: #d64022;
    border-color: #d64022;
    color: #fff;
}

.intro {margin-bottom: 36px;
text-align: center;}

.intro p {
    max-width: 740px;
}
.intro h6{
    color: var(--brand);
    font-weight: 400;
    text-transform: uppercase;
}

.intro h2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.info-box {
    align-items: center;
    display: flex;
}

.info-box img {
    width: 90px;
}


#milestone {
    background: linear-gradient(rgba(43, 59, 135, 0.85), rgba(10, 106, 111, 0.85)), url(../img/bg_banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#milestone h2,
#milestone p {
    color: #fff;
}

.service {
    padding: 0;
    background-color: #fff;
    box-shadow: var(--shadow);
    display: inline-block;
    width: 100%;
    clear: both;

}

.service h5 {
    margin-top: 24px;
    margin-bottom: 14px;
    padding: 0 30px;
}
.service p{
    padding: 0 30px 30px 30px;
}

.service img {
    width: 100%;
}


.project {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.project h6 {
    font-weight: 400;
}

.project h6::before {
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background: var(--brand);
    vertical-align: middle;
    margin-right: 10px;
    display: none;
}


.project .overlay {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--dark) 100%);
}

.project .content {
    position: absolute;
    left: 10%;
    bottom: 10%
}

.project h2,
.project h6 {
    color: #fff;
}

.project h2{
    padding: 4px 15px;
    background: rgb(110,185,111);
    background: linear-gradient(90deg, rgba(110,185,111,1) 35%, rgba(43,59,135,1) 100%);
}

.team-member {
    text-align: center;
}

.team-member .image{
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.team-member .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -10%;
    background-color: rgba(255, 77, 41, 0.7);
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member h5 {
    margin-top: 16px;
    margin-bottom: 4px;
}

.team-member .social-icons {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member .social-icons a {
    width: 40px;
    height: 40px;
}

.team-member:hover .social-icons {
    top: 50%;
    opacity: 1;
}

.team-member:hover .overlay {
    top: 0%;
    opacity: 1;
}

#reviews {

    background: linear-gradient(-90deg, rgba(8, 32, 50, 0.8), rgba(8, 32, 50, 0.8)), url(../img/bg_banner1.jpg), #082032;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.review {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 15px;
    max-width: 768px;
    margin: auto;
}

.review .bxs-quote-alt-left {
    font-size: 120px;
    position: absolute;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.review img {
    width: 80px !important;
    height: 80px;
    border-radius: 100px;
    margin: auto;
}

.review h5 {
    margin-top: 16px;
    margin-bottom: 4px;
    color: #fff;
}

.review h3 {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
}

.review small {
    color: var(--brand);
}

.review .stars {
    color: #ff8624;
}

.blog-post {
    position: relative;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.blog-post .content {
    padding: 32px;
}
.blog-post .content h5{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 45px;
}

.blog-post .content p{
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-post a {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--brand);
    padding: 2px 12px;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
}

.blog-post h5 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-post small {
    text-transform: uppercase;
    color: var(--brand);
    text-decoration: underline;
}

footer {
    background: linear-gradient(0deg, rgba(8, 32, 50, 0.9), rgba(8, 32, 50, 0.9)), url(../img/bg_banner1.jpg), #082032;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

footer .footer-top {
    padding-top: 80px;
    padding-bottom: 40px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    padding-top: 20px;
}

footer .navbar-brand {
    color: #fff;
}

footer p {
    color: #ffffff;
}

footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}

.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}


input.form-control {
    border-color: transparent;
    height: 44px;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.04);;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}



/*** new Footer ***/
.footer {
    color: #999999;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #ffffff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    text-decoration: none;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #999999;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

.footer-logo{
    max-width: 90%;
    padding-bottom: 15px;
}

.footer-logo img{
    width: auto;
    max-height: 120px;
}

.footer input.form-control{
    background: #fff !important;
}

.footer-social-media {
    margin: 5px 0 !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-social-media a{
    color: #ffffff !important;
}
.footer .newsletter-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
}
.footer .newsletter-box .btn{
    border-radius: 0;
    height: 44px;
    padding: 0 15px;
}
.copyright .text-center{
    color: #ffffff;
    text-align: center !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.autorise-logo{
    display: inline-block;
    width: 130px;
    max-width: 150px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    margin-left: 30px;
}
.autorise-logo img{
    width: 100%;
}

@media (min-width: 1200px){
    h2 {
        font-size: 2.5rem;
    }
}

.disclaimer-block{
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    font-size: 13px;
    font-style: italic;
    padding-bottom: 20px;
}

.modal-content .text-block{
    width: 100%;
    padding: 30px;
    max-width: 100%;
}



/*//////*/

.download-mainblock{
    width: 100%;
    padding: 40px 0;
    margin: 0;
    border: none;
    outline: none;
    clear: both;
}
.download-mainblock .download-block{
    width: 100%;
    padding: 15px 0;
    margin: 0;
    border: none;
    outline: none;
    clear: both;
}

.download-block .download-item{
    width: 100%;
    padding: 30px;
    margin: 0;
    border: none;
    outline: none;
    clear: both;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #f1f1f1;
    border-radius: 8px;
}

.download-block .download-item .item-image{
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    clear: both;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 120px;
}

.download-block .download-item .item-image img{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
.download-block .download-item .name {
    width: 100%;
    padding: 0 15px;
    margin: 0;
    border: none;
    outline: none;
    clear: both;
    min-width: 220px;
}
.download-block .download-item .name h3{
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    clear: both;
    font-size: 20px;
}
.button-block{
    width: 100%;
    padding: 15px 0;
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


/*//careers//*/

.upload-resume{
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-align: left;
  background: #ffffff;
}
.upload-resume .form-control{
  width: 100%;
  border: none !important;
  outline: none;
  box-shadow: none;
  border-radius: 0;
}
.upload-resume .btn {
    border-radius: 0;
    width: 100%;
    height: 50px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 1px;
}


.mobex-banner {
  padding: 60px 0;
  background-image: url(../img/banner.jpg);
  background-size: cover;
  background-position: center;
}
.wrap_banner_text h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 0;
    margin-top: 0;
}
.wrap_banner_text p {
    margin-top: 12px;
    color: #e4eaf7;
    margin-bottom: 0;
}
.wrap_banner_btn {
    text-align: right;
    margin: 30px 0;
}
.wrap_banner_btn a {
    padding: 16px 24px 14px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.section-heading h4 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1px;
    color: var(--brand);
}

.section-heading h4 span {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
    text-transform: capitalize;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}





/*/////*/


.project-tab-block{
    width: 100%;
    padding: 20px 0;
    margin: 0;
    clear: both;
    border: none;
    outline: none;
    text-decoration: none;
} 

.project-tab-block .nav-tabs{
    width: 100%;
    padding: 0
    margin: 0;
    clear: both;
    border: none;
    outline: none;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
}

.project-tab-block .nav-tabs li{
    display: inline-block;
    padding: 0 10px;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
}

.project-tab-block .nav-tabs li a{
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.project-tab-block .nav-tabs li a.show{
    border-color: var(--brand);
    background-color: var(--brand);
    color: #fff;
}

.project-tab-block .tab-content{
    width: 100%;
    padding: 0
    margin: 0;
    clear: both;
    border: none;
    outline: none;
    padding-top: 40px;
}


@media(min-width:768px){
  .project-tab-block .panel-heading{
    display:none;
  }  
  .project-tab-block .panel{
    border:none;
    box-shadow:none;
  }
  .project-tab-block .panel-collapse{
    height:auto;
    &.collapse{
      display:block;
    }
  }
}

@media(max-width:767px){
  .project-tab-block .tab-content{
    .tab-pane{
       display:block;
    }    
  }
   .project-tab-block .nav-tabs{
      display:none;
  }
  .project-tab-block .panel-title a{
    display:block;
  }
  .project-tab-block .panel{
    margin:0;
    box-shadow:none;
    border-radius:0;
     margin-top:-2px;
  }
  .project-tab-block .tab-pane{
     &:first-child{
      .project-tab-block .panel{
        border-radius:5px 5px 0 0;
      }
    }
    &:last-child{
      .project-tab-block .panel{
        border-radius:0 0 5px 5px;
      }
    }  
  }
}


.project-mainblock .main-titel{
    background: #f1f1f1;
    padding: 8px 15px;
    font-size: 28px;
}

.project-mainblock .main-titel .titel{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 28px;
}

.autorise-logo-block{
    width: 100%;
    padding: 10px 0;
    text-align: center;
    margin: 0;
}

.autorise-logo-block img{
    display: inline-block;
    max-width: 150px;
    height: auto;
}

.project-tab-block .sun-titel{
    width: 100%;
    font-size: 18px;
    text-align: center;
}

.project-tab-block .panel-body .header-block{
    width: 100%;
    padding: 10px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
    outline: none;
}

.project-tab-block .panel-body{
    width: 100%;
    padding: 0;
    margin: 0;
}
.project-tab-block .panel-body .header-block .titel{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 1.8rem;
}


/*////*/

.icontext-block{
    width: 100%;
    padding: 20px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
}

.icontext-block .icon-text-box{
    width: 100%;
    padding: 15px;
    margin: 15px 0;
    border: none;
    outline: none;
    text-decoration: none;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.icontext-block .icon-text-box .icon-box{
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
    border: none;
    outline: none;
    text-decoration: none;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icontext-block .icon-text-box .icon-box img{
    width: auto;
    height: auto;
    max-height: 90px;
    max-width: auto;
    padding: 0;
    margin: 0;
}

.icontext-block .icon-text-box .text-box{
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    min-height: 70px;
}

.gallery-box {
    width: 100%;
    padding: 0;
    margin: 8px;
    cursor: pointer;
    background-color: #fff;
    box-shadow: var(--shadow);
    display: inline-block;
    width: 100%;
    clear: both;
    border-radius: 12px;
    overflow: hidden;
}
.gallery-box img{
    width: 100%;
    height: auto;
}



/*responsive-design-fixing*/


@media(max-width:767px){

    .top-nav p {
        font-size: 12px;
        margin: 2px;
        text-indent: -999px;
    }


    .top-nav p i {
        text-indent: 999px;
    }

    .col-auto.social-icons {
        width: 100%;
        text-align: center;
    }

    .navbar{
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-light .navbar-brand{
        max-width: 50%;
    }

    .slide .display-3 {
        font-size: 1.5rem;
        max-width: 100%;
    }
    section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #about .col-lg-7.py-5 {
        padding-top: 0 !important;
    }

    .ourproject-mainblock .project{
        margin: 15px 0;
    }

    .ourproject-mainblock .project .content {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 15px;
        height: 100%;
    }

    .tab-content > .tab-pane {
        display: block;
    }
    .tab-content a{
        text-decoration: none;
    }
    .tab-content > .tab-pane .panel-heading a{
        padding: 8px 15px;
        background: var(--brand);
        color: #ffffff;
        margin: 8px 0;
        text-decoration: none;
        font-size: 16px;
    }
    .tab-content > .tab-pane .panel-heading .panel-title{
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
    }

    .tab-content > .tab-pane .panel-heading a.collapsed{
        background: #f1f1f1;
        color: #000000;
    }

    .download-block .download-item{
        flex-wrap: wrap;
    }
    .download-block .download-item .item-image{
        max-width: 100%;
    }

    .download-block .download-item .name{
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .download-block .download-item .button-block{
        justify-content: center;
    }


}