/* 
Logo Color: 
Dark-blue: #021583
Red: #ff0000
Gray: #555555;
*/
/* 
#navbar {
    overflow: hidden;
    background-color: rgb(97, 93, 93);
}
*/
.color-yellow{
    color: yellow;
}
.footersliderpadding{
    padding-top: 100px;
    padding-bottom: 100px;
}
.slider-color-cream{
    background-color: rgb(255, 255, 255);
}
.slider-color-lightgray{
    background-color: rgb(238, 238, 238);
}
.slider-color-black {
    background-color: rgb(0, 0, 0);
}
.slider-color-gray {
    background-color: rgb(238, 238, 238);
}
.slider-color-coffee {
    background-color: rgb(84, 68, 43);
}
.slider-color-yellow {
    background-color: rgb(245, 222, 179);
}

.color-yellow{
    color: yellow !important;
}


.slidercarousel{
    margin-top: 50px;
    margin-bottom: 50px;
}

.myvideoslider-heading{
    margin-top: -580px;
    margin-bottom: 240px;
}
.myvideoslider-heading .title{ 
    font-size: 72px;
    color: #fff;
    text-align: center;
}
.title-carousel{
    color: #fff;
    font-size: 50px;
    font-weight: 100;
}


.nav-transparent { 
    background-color: transparent !important;
}
.mynavzindex{
    z-index: 999999;
}
.mysticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    background-color: white !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.mysticky .nav-link{
    color: #021583;
}  
.mysticky .nav-link:hover{
    color: #021583 !important;
}  

.c-contact-input {
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 0px !important;
    border-color: #111;
    margin-top: 0px;
    padding: 10px;
    width: 100%;
    height: 43px;
    color: #111111;
}

.c-contact-input:focus {
    box-shadow: none;
    border: 1px solid #ff0000;
    color: #111111;
    background: none;
}
.color-coffee{
    color: rgb(84, 68, 43);
}
.color-red{
    color: #ff0000;
}
.color-blue{
    color: #021583 !important;
}
.color-gray{
    color: #555555 !important;
}
.color-wagreen{
    color: rgba(37, 211, 102);
}
.bg-wagreen{
    background-color: rgba(37, 211, 102);
}
.bg-lightpink{
    background-color: #ffb6c1;
}

.bg-red{
    background-color: #ff0000;
}
.bg-blue{
    background-color: #021583;
}
.bg-black{
    background-color: #403434;
}

.bg-mynavbar{
    background-color: #ffffffd6 !important;
}
.bg-home-contact{
    background-image: url(../images/homecontact.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 130px;
    position: relative;
    background-size: cover;
}
.vebmark-underline-blue {
    border-top: 1px solid #021583;
    width: 10%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 16px;
}
.nav-link{
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: 'Teko', sans-serif;
    font-size: 20px;
    color: #fff;
}
.nav-link:hover{
    color: #fff !important;
}
.section{
    padding-top: 60px;
    padding-bottom: 60px;
}
.vebmark-heading h1{
    font-weight: 600;
    font-size: 30px;
    color: #ff0000;
}

.vebmark-heading h1 span{
    font-weight: 400;
    font-size: 30px;
    color: #555555;
}
.vebmark-underline{
    border-top: 1px solid #ff0000;
    width: 10%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 16px;
}

.vebmark-para{
    font-size: 14px;
    color: #555555;
}

.vebmark-readmore{
    padding: 10px 30px 10px 30px;
    background-color: #ff0000;
    color: #fff;
    border-radius: 0px 0px 0px 0px;
}
.vebmark-readmore:hover{
    color: #fff;
}

.vebmark-home-contact h1{
    font-weight: 800;
    font-size: 30px;
    color: #ff0000;
}
.vebmark-home-contact h1 span{
    font-weight: 800;
    font-size: 30px;
    color: #fff;
}

.vebmark-home-contact h2{
    font-weight: 800;
    font-size: 28px;
    color: #ff0000;
}
.ls{
    letter-spacing: 1.5px;
}
.bg-service1-img{
    background-image: url(../images/ser1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 15px;
    position: relative;
    background-size: cover;
}
.side-border-service1{
    border: 2px solid yellow;
    padding: 160px 30px 74px 33px;
}

.bg-service2-img{
    background-image: url(../images/ser2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 15px;
    position: relative;
    background-size: cover;
}
.side-border-service2{
    border: 2px solid yellow;
    padding: 40px 31px 14px 30px;
}

.bg-service3-img{
    background-image: url(../images/ser3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 15px;
    position: relative;
    background-size: cover;
}
.side-border-service3{
    border: 2px solid yellow;
    padding: 40px 31px 14px 30px;
}
.testi-icon{
    font-size: 44px;
    width: 80px;
    height: 80px;
    padding: 14px;
    border: 1px solid black;
    border-radius: 50px;
    background-color: #021583;
    color: #fff;
}
.bg-f3f3f3{
    background-color: #f3f3f3;
}
.bg-f2f2f2{
    background-color: #f2f2f2;
}
.footer-content{
    margin-top: 09px;
}
.footer-links{
    color: #111;
    transition: 1s;
    letter-spacing: 1px;
    font-size: 14px;
}
.footer-links:hover{
    color: #111;
    margin-left: 10px;
    transition: 1s;
}
.footer-social-links{
    margin-top: 20px;
}
.footer-social-icon{
    color: #111;
    border: 2px solid #111;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    padding: 10px 11px;
    margin-right: 12px;
}
.footer-menu-links{
    color: #262626;
    font-size: 14px;
    padding: 24px;
    letter-spacing: 1px;
}
.footer-menu-links:hover{
    color: #262626;
}
.footer-copyright{
    color: #262626;
    text-align: center;
    font-size: 14px;
    font-weight: 100;
}
.myfooter{
    padding-top: 60px;
    padding-bottom: 10px;
}

.slider-heading h1{
    font-size: 50px;
    font-weight: 800;
    color: #ff0000;
}
.slider-bg{
    background-image: url(../images/slider.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 250px;
    padding-bottom: 250px;
    position: relative;
    background-size: cover;
}



.bg-banner{
    background-image: url(../images/ser2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background-size: cover;
}

.bg-banner-aboutus{
    background-image: url(../images/banner/about-us.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background-size: cover;
}

.bg-banner-brands{
    background-image: url(../images/banner/brands.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background-size: cover;
}

.bg-banner-architect{
    background-image: url(../images/banner/architect.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background-size: cover;
}

.bg-banner-start-up{
    background-image: url(../images/banner/start-up.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background-size: cover;
}

.bg-banner-career{
    background-image: url(../images/banner/career.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background-size: cover;
}

.bg-banner-blog{
    background-image: url(../images/banner/blog.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background-size: cover;
}

.bg-banner-contact{
    background-image: url(../images/banner/contact.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background-size: cover;
}

.vebmark-banner-btn1{
    padding: 1rem 14px 1rem 14px;
    background-color: #ff0000;
    font-size: 14px;
    color: #fff;
    border-radius: 03px 03px 03px 03px;
}

.vebmark-banner-btn1:hover{
    color: #fff;
}
.vebmark-banner-btn2{
    padding: 1rem 14px 1rem 14px;
    background-color: #021583;
    font-size: 14px;
    color: #fff;
    /* border: 1px solid;
    border-color: #ff0000;
    border-radius:  0px 0px 0px 0px; */
}
.vebmark-banner-btn2:hover{
    color: #fff;
}


.banner-heading{
    padding: 24px;
}

.service-link{
    color: #111111;
    padding-right: 16px;
    padding-left: 16px;
    border-right: 1px solid #ccc;
}
.service-link:hover{
    color: #111111;
}
.service-link-last{
    color: #111111;
    padding-right: 16px;
    padding-left: 16px;
}
.service-link-last:hover{
    color: #111111;
}
.service-underline{
    border-bottom: 4px solid #111;
    width: 05%;
    margin-bottom: 10px;
}
.contact-icon{
    font-size: 40px;
    color: #ff0000;
}

.footer-top-btn{
    padding: 10px 30px 10px 30px;
    background-color: #fff;
    font-size: 16px;
    color: #111111;
    border-radius:  03px 03px 03px 03px;
}
.footer-top-btn:hover{
    color: #111111;
}
/* Side me Social Icons */
.si-sticky {
    position: fixed;
    top: 50%;
    left: 5px;
    width: 36px;
    z-index: 100;
}


body:not(.device-touch) .i-rounded, body:not(.device-touch) .i-plain, body:not(.device-touch) .i-circled, body:not(.device-touch) .i-bordered, body:not(.device-touch) .social-icon {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
.social-icon {
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 38px !important;
    color: #555;
    text-shadow: none;
    border: 1px solid #AAA;
    border-radius: 3px;
    overflow: hidden;
}
.i-rounded, .i-plain, .i-circled, .i-bordered, .social-icon {
    display: block;
    float: left;
    margin: 4px 11px 7px 0;
    text-align: center !important;
    font-size: 28px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    cursor: pointer;
    font-style: normal;
}


.si-facebook:hover, .si-colored.si-facebook {
    background-color: #3B5998 !important;
}
.social-icon:hover {
    color: #555;
    border-color: transparent;
}

.homepage-icon{
    font-size: 50px;
    color: #111;
    border: 2px solid #111;
    padding: 33px;
    width: 126px;
    height: 126px;
    border-radius: 67px;
}

.about-icon{
    font-size: 50px;
    color: rgba(37, 211, 102);
    border: 2px solid #021583;
    padding: 33px;
    width: 126px;
    height: 126px;
    border-radius: 67px;
}

.no-js .countrylist, .countrylist.owl-loaded {
    display: block;
    /*height: 420px;*/
    height: auto;
}
.countrylist .owl-nav {
    margin-top: 20px !important;
    margin-bottom: 20px;
}
.countrylist .owl-nav button.owl-prev, 
.countrylist .owl-nav button.owl-next, 
.countrylist button.owl-dot {
    color: #fff !important;
    margin-left: 10px;
    background-color: black !important;
    border: none;
    /* padding: 10px !important; */
    font-size: 20px !important;
    /* height: 67px; */
    width: 38px !important;
}



.service-dropdown {
    display: inline-block;
    padding: 0;
    position: relative;
}

.service-dropdown a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    position: relative;
    font-weight: 400;
}

.service-dropdown ul {
    background: #021583 none repeat scroll 0 0;
    padding: 18px 30px;
    top: 81px;
    left: 12px;
    opacity: 0;
    position: absolute;
    text-align: left;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    z-index: 99999;
    transition: all 0.3s ease 0s;
    border-top: 2px solid #ff0000;
}
.service-dropdown:hover ul {
    visibility: visible;
    transition: all 0.4s ease 0s;
    opacity: 1;
    top: 46px;
    /* width: 300%; */
}
.service-dropdown ul li {
    padding: 0% 0% 0% 0%;
    /* border-bottom: 1px solid #ccc; */
    margin-bottom: 0px;
    width: 254px;
    list-style: none;
}
.service-dropdown ul li a {
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 2px;
    line-height: 120%;
    padding: 10px 10px;
    color: #fff;
    border-bottom: 1px solid #b8bbd4a6;
}

.service-dropdown ul li a:hover {
    transition: all 0.4s 0s ease;
    color: #fff;
}

/* Simple Image Overlay Hover Effects */

.gallery-container .title{
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px;
}
  
.content {
    position: relative;
    width: 100%;
    /* max-width: 900px; */
    margin: auto;
    overflow: hidden;
}
  
  .content .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
  
  .content:hover .content-overlay{
    opacity: 1;
  }
  
  .content-image{
    width: 100%;
  }
  
  .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .content:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
  }
  
  .content-details h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
  }
  
  .content-details p{
    color: #fff;
    font-size: 0.8em;
  }
  
  .fadeIn-bottom{
    top: 80%;
  }
  
  .fadeIn-top{
    top: 20%;
  }
  
  .fadeIn-left{
    left: 20%;
  }
  
  .fadeIn-right{
    left: 80%;
  }

/* // Simple Image Overlay Hover Effects */

.cursor-pointer{
    cursor: pointer;
}

.video-slider-top{
    margin-top: -65px !important;
}
.lap-hide-nav {
    display: none;
}

@media screen and (min-width:1400px) and (max-width:1940px){
.no-js .countrylist, .countrylist.owl-loaded {
    display: block;
    /*height: 602px;*/
    height: auto;
}
    

}

@media only screen and (max-width: 600px) {
    .mobile-hide-nav {
        display: none;
    }
    .lap-hide-nav {
        display: inherit;
    }
    .video-slider-top{
        margin-top: 0px !important;
    }
    .myvideoslider-heading {
        margin-top: -150px;
        margin-bottom: 0px;
    }
    .myvideoslider-heading .title {
        font-size: 13px;
        color: #fff;
        text-align: center;
    }
    .title-carousel {
        color: #fff;
        font-size: 16px;
    }
    .slidercarousel{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .vebmark-banner-btn1 {
        padding: 3px 14px 3px 14px;
        background-color: #ff0000;
        font-size: 13px;
        color: #fff;
        border-radius: 03px 03px 03px 03px;
    }
    .vebmark-banner-btn2 {
        padding: 3px 14px 3px 14px;
        background-color: #021583;
        font-size: 13px;
        color: #fff;
        border-radius: 03px 03px 03px 03px;
    }
    .banner-heading h1{
        font-size: 24px;
    }
    .bg-banner {
        padding-top: 8px;
        padding-bottom: 28px;
    }
    .navbar {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0rem 1rem;
        background-color: #111;
    }
    .slider-bg {
        background-image: url(../images/slider.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        padding-top: 60px;
        padding-bottom: 60px;
        position: relative;
        background-size: cover;
    }
    .slider-heading h1{
        font-size: 30px;
        font-weight: 800;
        color: #ff0000;
    }
    .no-js .countrylist, .countrylist.owl-loaded {
        display: block;
        height: 120px;
    }
    .footer-menu-links{
        padding: 7px !important;
    }
}