html,
body {
    background-color: #fff;
    /*color: #636b6f;*/
    color: #444;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    height: 100vh;
    margin: 0;
    font-size: 16px;
}
a {
    color: black;
}
h1, .h1 {
    font-size: 30px;text-align: center;
}
article {
    padding: 10px 30px;
}


.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}
.order-button,
.order-button-text {
    color: white;
    text-transform: uppercase;
    background-color: #70d23e;
    margin-top: 70px;
}
.order-button-text {margin-top:10px;}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}

/* ----- Header Styles ----- */

#header {
    margin-top: 10px;
    margin-bottom: 10px;
}
#footer {margin-bottom: 30px;}
#logo {
    float: left;
    margin-left: 40px;
}
#social-icon {
    display: block;
    margin: 0 6px;
}

.OurPhones {
    max-width: 150px;
    margin-left: 20px;
    font-family: 'Roboto';
}

#phones {
    color: #636b6f;
    float: right;
    font-weight: 300;
    /*margin-top: 12px;*/
}

#phones img {
    width: 30px;
    height: 30px;
    margin-top: 25px;
    float: left;
}
#phones div {
    float: left;
    line-height: normal;
}
/* ----- Social icons style ----- */
#social-icon{
    float: left;
    width: 40px;
    height: 40px;
}
.soc-icons {
    float: right;
    margin-top: 17px;
}
.social-google {
    background-image: url(../siteimages/social/google_off.svg);
    width: 40px;
    height: 40px;
}

.social-google:hover {
    background-image: url(../siteimages/social/google_on.svg);
    width: 40px;
    height: 40px;
}
.social-facebook {
    background-image: url(../siteimages/social/facebook_off.svg);
    width: 40px;
    height: 40px;
}

.social-facebook:hover {
    background-image: url(../siteimages/social/facebook_on.svg);
    width: 40px;
    height: 40px;
}
/* ----- Menu styles ----- */
.nav {
    text-transform: uppercase;
}
.nav > li > a {
    padding: 10px 30px;
}
.nav > li > a.lang {
    padding: 10px 5px;
}
#dropdownSrevices {
    color: #636b6f;
    font-size: 16px;
    padding: 10px 40px;
    border: 0px solid transparent;
}
#dropdownSrevices:hover {
    color: #333;
}
.navbar {
    margin-bottom: 0px;
}
.navbar-default {
    border-color: #fff;
}

/*Carousel settings*/
.carousel-indicators {
    bottom: 0px;
}
.carousel-indicators li {
    background-color: #ffb200;
    border: 2px solid #0b72b5;
}
.carousel-container {
    background-color: #ffffff;
    /*border-bottom: 1px solid #ddd;*/
    width: 100%;
}
.carousel-caption {
    color: black;
}
.carousel-control {
    color: #5e889e;
    left: -30px;
    text-shadow: none;
    width: auto;
}

.carousel-control.right {
    right: -30px;
}

.carousel-control.left,
.carousel-control.right{
    background-image: none;
}


/*#myCarousel2 .carousel-inner {width: 90%;margin-left:5%;}
#myCarousel2.item{text-align: left; overflow: hidden;height: 590px;width: 100%;}*/
#myCarousel2.item img {float: left;}

.item .slider-textblock .h1title {font-size: 40px;text-align: left;}
.item .slider-textblock {position: absolute; top: 100px; margin-bottom: 30px;max-width: 420px;color:white;}

/* Home page*/
#first-slogan h1{
    font-size: 40px;
    text-align: center;
    margin-top: 0px;
}
.homenumbers {
    font-size: 40px;
    font-weight: 300;
    text-align: center;
}
.homenumbers + p {
    text-align: center;
}

.slider-image {
    margin-right: 40px;
}


.service-item {
    text-align: center;
    font-size: 14px;
}
.service-hr{width: 40px;height: 3px;background: #70d23e;}
.service-item img {
    width: 80px;height: 80px;
}

.metro-item {
    text-align: center;
    font-size: 15px;
}
.metro-item h2 {
    font-size: 18px;
    color: white;
}
.metro-item img {
    width: 110px;
    height: 110px;
}

.services-bg {
    background-image: url(../siteimages/services/map2.jpg);
    background-size: 100%;
    min-height: 300px;
    margin-top: 90px;
}
.map-bg {
    background-image: url(../siteimages/homepage/office-map.png);
    background-size: 100%;
    height: 560px;
    margin-bottom: 80px;
}
.services-handshake {
    background-image: url(../siteimages/services/handshake.jpg);
    background-size:100%;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
}
/* ----- Why We Block ----- */
#whywe-list li {
    display: inline-flex;
}

#whywe-list li {
    list-style: none;
    float:left;
    text-align: justify;
}

#whywe-list li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e089";
    font-family: 'Glyphicons Halflings';
    font-size: 32px;
    float: left;
    margin-left: -20px;
    margin-right: 20px;
    color: #70d23e;
}

.contacts-bottom {
    background-image: url(../siteimages/services/white_romb.svg);
    background-size: contain;
    height: 500px;
    width: 350px;
    background-position: center;
    background-repeat: no-repeat;
    /*text-align: center;*/
    overflow: hidden;
}
.contacts-bottom p{
    margin-left:50px;
}
/* ----- Client banners Block ----- */
#myCarousel2 .carousel-inner {width: 94%;margin-left:3%;}
.item h3 {clear: none;}
#clogo>div {
    width: 160px;
    margin: 20px;
    height: auto;
    float: left;
}
.clientsht {
    /*width:100%;
    height: 100%;*/
    background-color: rgba(51, 51, 51, 0.3);
}
#clogo img {float: none;max-height: 60px;width: auto; position: static;}
.carousel-control.left,
.carousel-control.right{background-image: none;}

.arrow-left {background-image: url("../../../siteimages/clients/arrow_left_.png");}
.arrow-right {background-image: url("../../../siteimages/clients/arrow_right_.png");float: right;}
.arrow-left,.arrow-right {width:22px;height: 40px;display: block;margin-top: 110px;}
.client-banner {
    
}
.gray-para{padding:10px;background-color: #e4e4e4;border-radius: 5px;}
.home-clock-image{padding-right:25px;padding-top:35px;width:100px;height:auto;}



/* Media */

@media screen and (max-width: 1930px){
    #myCarousel .carousel-inner .item{text-align: left; width: 100%;}
    .banner1,.banner2,.banner3 {max-height: 590px;}
    .banner1 {
        background-image: url(../siteimages/carousel/banner1.jpg);
    }
    .banner2 {
        background-image: url(../siteimages/carousel/banner2.jpg);
    }
    .banner3 {
        background-image: url(../siteimages/carousel/banner3.jpg);
    }
    .slider-textblock {left: 15%;}
    .item h2 {margin: 0 0;}
    .item .slider-textblock h2 {color: #fff;font-weight: 400;}
    .item .slider-textblock p:nth-child(2) {font-size: 13px;}
}

@media screen and (max-width: 1450px){
    /*.item .slider-textblock {margin-bottom: 20px;}*/
    .nav {width:100%;padding-left: 40px;}

    #myCarousel .carousel-inner .item{float: right; width: 100%;}
    .banner1,.banner2,.banner3 { background-size: contain;background-repeat: no-repeat;}
    .banner1 {
        background-image: url(../siteimages/carousel/banner1-1440.jpg);
    }
    .banner2 {
        background-image: url(../siteimages/carousel/banner2-1440.jpg);
    }
    .banner3 {
        background-image: url(../siteimages/carousel/banner3-1440.jpg);
    }
    .slider-textblock {left: 15%;}
    .item h2 {margin: 0 0;}
    .item .slider-textblock h2 {color: #fff;font-weight: 400;}
    .item .slider-textblock p:nth-child(2) {font-size: 13px;}
    .item .slider-textblock .h1title {font-size: 40px;text-align: left;}
    .order-button {margin-top:50px;}
    
    
    .map-bg {
    background-image: url(../siteimages/homepage/office-map-1440.png);
    background-size: 100%;
    height: 550px;
    margin-bottom: 80px;
}

@media screen and (max-width: 1025px){
    .item .slider-textblock {position: absolute; top: 40px; margin-bottom: 30px;max-width: 375px;color:white;}
    .item .slider-textblock .h1title {font-size: 35px;text-align: left;}
    .item .slider-textblock h2{font-size: 25px;}
}

@media screen and (max-width: 800px){
/*
    nav .container-fluid {float:right;width: 100px;}
    .container-fluid > .navbar-collapse{margin-left: -150px;}
    nav .navbar-toggle {float: left;}
*/
    #myCarousel .carousel-inner .item{float: right; width: 100%;}
    .banner1,.banner2,.banner3 { background-size: contain;}
    .slider-textblock {left: 7%;}
    .item .slider-textblock {position: absolute; top: 50px; margin-bottom: 30px;max-width: 375px;color:white;}
    .item .slider-textblock h2 {color: #fff;font-weight: 400;font-size: 18px;}
    .item .slider-textblock .h1title {font-size: 25px;text-align: left;}
    .item .slider-textblock p:nth-child(2) {font-size: 13px;}
    .item .slider-textblock p:nth-child(2) {font-size: 8px;}
    .service-item{margin-top:40px;}
    .service-item>div:nth-child(1){float:left;}
    .service-item>div:nth-child(2){margin-top: 20px;}
    .service-item>div:nth-child(3){padding: 0 15px;}
    
}
@media screen and (max-width: 420px){
/*
    nav .container-fluid {float:right;width: 100px;}
    nav .navbar-toggle {float: left;}
*/
    #logo {margin-left:15px;width:90%;}
    #myCarousel .carousel-inner .item{float: right; width: 100%;}
    .banner1,.banner2,.banner3 { background-size: contain;height: 180px;}
    .slider-textblock {left: 7%;}
    .nav li {text-align: center;}
    .order-button {margin-top:-50px;margin-left:200px;}
    .item .slider-textblock {position: absolute; top: 0px; margin-bottom: 30px;max-width: 300px;color:white;}
    .item .slider-textblock h2 {color: #fff;font-weight: 400;font-size: 13px;}
    .item .slider-textblock .h1title {font-size: 20px;text-align: left;margin-top: 10px;margin-bottom: 10px;}
    .item .slider-textblock p:nth-child(2) {font-size: 13px;}
    .item .slider-textblock p:nth-child(2) {font-size: 8px;}
    .services-bg {margin-top: 20px;}
    .service-hr{width: 80%;height: 3px;background: #70d23e;}
    .service-item{margin-top:40px;}
    .service-item h2{font-size: 14px;line-height: 80px;vertical-align: middle;}
    .service-item>div:nth-child(1){float:left;}
    .service-item>div:nth-child(2){margin-top: 20px;}
    .service-item>div:nth-child(3){padding: 0 15px;}
    .services-handshake {height: auto;background-image: unset;}

    #clogo img {float: none;max-height: 40px;width: auto;position: static;}
    #clogo>div {width: 35%;margin: 16px;height: auto;float: left;}
    .carousel-control.left {left:0px;}
    .carousel-control.right {right: 0px;}
    .arrow-left,.arrow-right {margin-top: 310px;}
    .carousel-indicators{margin-bottom: 30px;}
    #whywe-list li:before {margin-left: -50px;}
    .metro-item img {width: 60px;height: 50px;}
    .metro-item h2 {font-size: 8px;}
    .soc-icons {float:none;width: 50%;left: 25%;position: absolute;}
    #first-slogan h1 {font-size: 20px;}
    .home-clock-image{float:right;}
}
/* ----- Service items ----- */
.service-item img {
    width: 80px;
    height: 80px;
}
