/*Home Slider Banner*/
.bannertop video{
    position: absolute;
    top:0;
    height: 100vh;
    width: 50%;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
}
.bannertop{
    background: black;
    overflow: hidden;
}
.bannertop .banner, .bannertop .banner .globe{
    background: black !important;
}


/* our clients */
.divisions__links li{
    margin-top: 30px
}
.b350{bottom:315px;}
.l50{left: 200px;}

.banner__services{
    z-index: 9;
    margin-top: 50px;
}

.title{
    text-transform: uppercase;
    font-family: HelveticaLTW10-UltComp, sans-serif;
    font-size: 7.5em;
    line-height: 1em !important;
    margin-bottom: 15px;
    font-weight: normal;
}
/*pages body*/
.hero__desc p{
    color: #4e4e4d;
    font-size: 1.3em !important;
    text-align: justify;
}
.hero__desc li{
    margin-left: 50px;
}

/* footer area */
footer .block-title{
    z-index: 0 !important;
}

footer .widget .col-md-3{
    border-left: 3px solid #232425;
}
footer .widget h3{
    font-family: HelveticaLTW10-UltComp, sans-serif;
    text-transform: uppercase;
    font-size: 1.65em;
    color: #FFFFFF;
    letter-spacing: 2px;
    line-height: 1.6em;
}
footer .widget li a{
    font-size: 18px;
    line-height: 30px;
    padding: 3px 0;
    color: inherit;
    opacity: .8;
    text-decoration: none;
}
footer .widget li a:hover{
    color: #0478C1;
}
footer p{
    color: white !important;
}


.widget{
    margin:auto;
}

/* end footer area */

/* contact form */
.contactform input{
    height: 50px;
    margin-bottom: 15px;
}
.contactform select{
    height: 50px;
    margin-bottom: 15px;
    background: white;
    width: 100%;
    border-radius: 5px;
}
.contactform button{
    margin-top: 5px;
}
.contact-box{
    margin-top: 150px;
}
.contact-box iframe{
    overflow: hidden;
    border-radius: 10px;
}
.contact-box p{
 font-size: 20px;
}

/* form entries  */
span.select2{
    display: none;
}

/* pages menu breadcrum */
.menubreadcrum{
    text-align: center;
margin: 20px 0;
}
.menubreadcrum .button.inactive{
    background: none !important;
    color: #0478C1;
}
.menubreadcrum .button.inactive:before{
    background: #0478C1;
}

/*services sidebar*/
.servicesbreadcrumb{
    
}
.servicesbreadcrumb .dropdownservices{
    display: none;
}

.servicesbreadcrumb .dropdownservices .button{
    color: black !important;
    border: 2px solid black;
    white-space: break-spaces;
    padding: 10px;
}
.servicesbreadcrumb .dropdownservices .button::before{
    display: none;
}


.servicesbreadcrumb{
    text-align: center;
}
.servicesbreadcrumb .button.inactive{
    background: none !important;
    color: #0478C1;
}
.servicesbreadcrumb .button.inactive:before{
    background: #0478C1;
}


/* tab content */
.tab-content{
    margin-top: 30px;
}

.nav-tabs li{
    margin-left: 0 !important;
}

button.active{
background-color: #ffffff !important;
color: #0478C1;
text-decoration: none;
margin-top: 10px;
margin-bottom: 10px;
}

/* header */
.flatdropdown:hover{
    color: red !important;
}

/*footer*/
.footer__desclaimer{
    padding: 20px 0;
}

/*Footer social icons*/
footer .menu--follow-us{
    margin: 0;
    float: right;
}
footer .menu--follow-us li{
        list-style: none;
    display: inline-block;
        padding: 0px;
    font-size:20px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 0px 0px;
    border-radius: 50%;
}

/*newslater*/
.newslater{
        background: black;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.newslater p{
    color: white;
} 

/*rotate heading*/
.hero__title{
    margin-top:100px;
}

/*career*/
.careerdiv{
    border-top : 1px solid #E1E1E1;
    border-bottom : 1px solid #E1E1E1;
}
.career_contact{
  margin: 50px 0;
}
.career_contact form{
      padding: 40px;
    background: black;
    border-radius: 10px;
}


/*our services*/
.service-block__wrapper img{
    margin-left: 50%;
    height: 100px;
}
.service-block p{
    height: 50px;
}
.service-block h3{
    height: 60px;
}

/*sidebar*/
.sidebar{
    overflow: hidden;
    border-right: 2px solid #0478C1;
    margin: 0 !important;
    padding: 0px 10px;
}

.sidebar .button{
    width: 100%;
    margin-bottom: 10px;
}
    
/*gallery*/
.gallery-hero li{
    margin: 20px 0 0 0;
}

/*our servicess card*/
.servicesbox .col-md-4{
        margin: 20px 0;    
}

.card{
    background: white;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    box-shadow: -1px 2px 9px 0px rgba(0,0,0,0.75);
}
.card:hover{
    background: #0478C1;
    transition: 0.5s;
    color: white;
}
.card:hover p{
    color: white;
}
.card p{
    height: 200px;
    overflow: hidden;
}
.card img{
    margin: auto;
}
.card h4{
    margin: 20px 0;
}

/*li change*/

/*our work*/
.ourwork .card{
    margin: 30px 0;
}
.ourwork .card{
    padding:0;
}