/*@import url("https://fonts.googleapis.com/css?family=Dosis:500,600");*/
body, .popover{
    /*font-family: "Roboto Condensed", Dosis, Segoe UI, Arial, Helvetica, sans-serif;*/
    font-family: "Cabin", "Roboto Condensed", sans-serif;
}
p{
    text-align: justify;
    font-size: 16px;
}
.n-modal li{
    text-align: justify;
    font-size: 16px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: #21479e;
}
.site-nav{
    background-color: rgba(36, 15, 106, 0.91) !important;
}
#home-Nav{

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.navbar-brand{
    /*background: #fff;*/
    padding: 3px;
}
.navbar-brand img{
    width: 80px !important;
}

.top-nav{
    background: #2196f3; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(to bottom right, #2196f3 , #211569); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to bottom right, #2196f3, #211569 ); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(to bottom right, #2196f3, #211569 ); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #2196f3 , #211569 ); /* Standard syntax */
}
.bottom-nav{
    background: #2196f3; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(to bottom right, #211569,#2196f3 ); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to bottom right, #2196f3, #211569 ); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(to bottom right, #2196f3, #211569 ); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #211569, #2196f3); /* Standard syntax */

}
.bottom-nav .menu li a{
    font-size: 15px;

}
.menu{
    margin-left: 40px;
}
.menu li a{
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 15px;
}
.menu_text{
    margin-left: 25px;
}
.nav li a .menu_icon{

    transition: all 0.3s ease-in-out;
    color: #eee;
    position: absolute;
    top: 20px;
}
.top-nav .nav li a .menu_icon{

    transition: all 0.3s ease-in-out;
    color: #eee;
    position: absolute;
    top: 5px;
    left: -7px;
    width: 50px;
}
.top-nav .nav li.active a .menu_icon {
    left: 0;
}
.top-nav li.active .menu_text{
    padding-left: 5px;
}
.top-nav li.active:hover a .menu_icon{
    color: #ffffff;
    top: 5px;
}
.top-nav li:hover a .menu_icon{
    color: #ffffff;
    top: 10px;
}
.top-nav .menu_text{
    margin-left: 30px;
}
.top-nav li{
    margin-left: 10px;
}
.highlight_text{
    width: 85%;
    margin: 5px auto 10px;
    text-align: center;
    font-size: 19px;
}
.highlight_text .quote_left{
    font-size: 47px;
    position: relative;
    left: -3px;
    top: -2px;
}
.highlight_text .quote_right{
    font-size: 47px;
    position: relative;
    right: -6px;
    bottom: -29px;
}
.home-Nav .navbar-right li a{
    color: #fff;
    border-bottom: solid 2px #c8c8c8;
    margin-top: 10px;
    margin-left: 10px;
    padding: 5px 20px;
    /*border-radius: 4px;*/
    font-size: 14px;
    box-shadow: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.navbar-fixed-top ul.navbar-right{
    margin-right: 90px;
}
.navbar-fixed-top ul.navbar-right li a:hover{
    background: #eeeeee !important;
}
ul.navbar-right li.active a, .navbar-fixed-top ul.navbar-right li.active a:hover{
    background: #2196f3 !important;
    color: #ffffff !important;
}
.home-Nav .navbar-right li a:hover{
    color: #2196f3;
    /*background: #ffffff;*/
    border-bottom: solid 2px #2196f3;
}
#banner{
    /*background: url("../img/banner.jpg") fixed center;*/
    /*height: 400px;*/
    margin-top: -100px;
}

.fill-section-head{
    color: #ffffff;
    background: #444444;
    height: 150px;
    padding-top: 50px;
    border-bottom: solid 2px #2196f3;
}

.navbar-fill{
    height: 40px;
}
.navbar-fill-lg{
    height: 70px;
}
.section{
    margin-bottom: 50px;
}
.products-section{
    margin-top: -25px;
}
.products-section .section-head{
    color: #ffffff;
    background: #444444;
    height: 150px;
    padding-top: 25px;
    border-bottom: solid 2px #2196f3;
}
.products-section .section-icon{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ffffff;
    margin: -50px auto 0;
    box-shadow: 1px 1px 2px #e7e7e7;
    text-align: center;
    padding-top: 15px;
    font-size: 40px;
    /*color: #2196f3;*/
    -webkit-transition: all 1.1s;
    -moz-transition: all 1.1s;
    transition: all 1.1s;
}
.products-section .section-body-content{
    margin-bottom: 50px;
}
.section-body-content{
    /*  -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      transition: all 0.1s;*/
    padding: 5px 7px;
}
.animate-row:hover .section-icon{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    box-shadow: none;
    -webkit-animation:full-spin linear 0.4s 1;
    animation:full-spin linear 0.2s 1;
}
.investments .section-icon{
    color: #0d87e9;
}
.credits .section-icon{
    color: #cb171e;
}
.mortgage .section-icon{
    color: #ff9800;
}
.insurance .section-icon{
    color: #862197;
}
.investments:hover .section-icon{
    background: #0d87e9;
    color: #ffffff !important;
}
.credits:hover .section-icon{
    background: #cb171e;
    color: #ffffff !important;
}
.mortgage:hover .section-icon{
    background: #ff9800;
    color: #ffffff !important;
}
.insurance:hover .section-icon{
    background: #862197;
    color: #ffffff !important;
}
.investments:hover .section-body-content{
    border: solid 2px #2196f3;
    box-shadow: 1px 1px 2px #999;
}
.credits:hover .section-body-content{
    border: solid 2px #cb171e;
    box-shadow: 1px 1px 2px #999;
}
.mortgage:hover .section-body-content{
    border: solid 2px #ff9800;
    box-shadow: 1px 1px 2px #999;
}
.insurance:hover .section-body-content{
    border: solid 2px #862197;
    box-shadow: 1px 1px 2px #999;
}
.investments:hover .section-body-title{
    color: #2196f3;
}
.insurance:hover .section-body-title{
    color: #862197;
}
.mortgage:hover .section-body-title{
    color: #ff9800;
}
.credits:hover .section-body-title{
    color: #e51c23;
}
.section-head{
    /*color: #2196f3;*/
}
.section-head span{
    border-bottom: solid 2px #2196f3;
}
.animate-row{
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animate-row:hover{
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
}


@keyframes bg-transition {
    from{
        background: #2196f3 url("../img/aboutUs.png") no-repeat center center fixed;
        -webkit-background-size: cover; -moz-background-size: cover;
        -o-background-size: cover;  background-size: cover;
    }
    to{
        background: #2196f3 url("../img/realEstate.png") no-repeat center center fixed;
        -webkit-background-size: cover; -moz-background-size: cover;
        -o-background-size: cover;  background-size: cover;
    }
}
@-webkit-keyframes full-spin{from{-webkit-transform:rotate(-45deg);}to{-webkit-transform:rotate(45deg);}}
@keyframes full-spin{from{transform:rotate(-45deg);}to{transform:rotate(45deg);}}
/*
.section-testimonial::before{
    content: "";
    *//*background-color: rgba(33, 150, 243, 0.2);*//*
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
    width: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
}*/
.t-overlay{
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    width: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
}
.section-testimonial{
    position: relative;
    background: #2196f3 url("../img/oil.jpg") no-repeat center center fixed;
    -webkit-background-size: cover; -moz-background-size: cover;
    -o-background-size: cover;  background-size: cover;
    /*padding: 0 !important;*/
    /*animation-name animation-duration animation-timing-function animation-iteration-count animation-direction*/
    -moz-animation: bg-transition 10s ease-in-out 2s infinite alternate;
    -webkit-animation: bg-transition 10s ease-in-out infinite alternate;
    -o-animation: bg-transition 10s ease-in-out infinite alternate;
    animation: bg-transition 10s ease-in-out infinite alternate;

    padding: 20px 0;
}

.section-heading-bg{
    position: relative;
    background: #2196f3 url("../img/oil.jpg") no-repeat center center fixed;
    -webkit-background-size: cover; -moz-background-size: cover;
    -o-background-size: cover;  background-size: cover;
    /*padding: 0 !important;*/
    /*animation-name animation-duration animation-timing-function animation-iteration-count animation-direction*/
    -moz-animation: bg-transition 10s ease-in-out 2s infinite alternate;
    -webkit-animation: bg-transition 10s ease-in-out infinite alternate;
    -o-animation: bg-transition 10s ease-in-out infinite alternate;
    animation: bg-transition 10s ease-in-out infinite alternate;

    padding: 50px 0;
}
.testimony_body{
    background: rgba(255, 255, 255, 0.79);
    min-height: 250px;
    margin-bottom: 40px;
    margin-top: 15px;
    padding: 15px;
}
.text-white{
    color: #ffffff;
}
.text-black{
    color: #000;
}
.arrow_box {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    /*border: 4px solid #9cc7ff;*/
}
.arrow_box:after, .arrow_box:before {
    top: 100%;
    left: 85%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: rgba(255,255,255,0.9);
    border-width: 30px;
    margin-left: -30px;
}
.arrow_box:before {
    /*border-color: rgba(156, 199, 255, 0);*/
    /*border-top-color: #9cc7ff;*/
    border-width: 36px;
    margin-left: -36px;
}
.hr{
    border-bottom: solid 2px #2196f3;
    width: 5%;
    margin: 5px auto;
}
.subsidiary{
    background: #fefefe url("../img/bg2.png");
    padding: 30px 0;
}

.subsidiary-title{
    background: #2196f3 url("../img/banner.jpg") no-repeat center center fixed;
    background-size: cover;
    width: 100%;
    height: 100px;
    position: relative;
    box-shadow: 1px 2px 2px #eee;
}
.subsidiary-item{

}

.subsidiary-content, .team-content{
    padding: 10px;
    box-shadow: 1px 2px 2px #eee;
    margin-bottom: 10px;
    background: #ffffff;
}
.subsidiary-title-text {
    color: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(31, 138, 211, 0.55);
    padding: 7px;
    top: -23px;
}
#badge-ribbon {
    position: relative;
    background: #1aa300;
    height: 100px;
    width: 100px;
    margin: 50px auto 0;
    -moz-border-radius:    50px;
    -webkit-border-radius: 50px;
    border-radius:         50px;
}

#badge-ribbon:before,
#badge-ribbon:after {
    content: '';
    position: absolute;
    border-bottom: 70px solid #1aa300;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    top: 70px;
    left: -10px;
    -webkit-transform: rotate(-140deg);
    -moz-transform:    rotate(-140deg);
    -ms-transform:     rotate(-140deg);
    -o-transform:      rotate(-140deg);
}

#badge-ribbon:after {
    left: auto;
    right: -10px;
    -webkit-transform: rotate(140deg);
    -moz-transform:    rotate(140deg);
    -ms-transform:     rotate(140deg);
    -o-transform:      rotate(140deg);
}


/*Video on homepage*/
.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.video-container .title-container {
    z-index: 1000;
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
    color: #fff;
}
#h_contactBtn{
    margin-top: 7px;
}
.video-container .description .inner {
    font-size: 16px;
    width: 45%;
    margin: 0 auto;
}
.video-container .link {
    position: absolute;
    bottom: 3em;
    width: 100%;
    text-align: center;
    z-index: 1001;
    font-size: 2em;
    color: #fff;
}
.video-container .link a {
    color: #fff;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}

/*Google map*/

#mapMe {
    display: block;
    min-height: 756px;
    width: 100%;
    background-color: #F6F4EF;
}
#mapMe img { max-width:inherit !important; }
#mapMe .map-error {
    text-align: center;
    padding-top: 48px;
    color: #C0B491;
    font-size: 14px;
}


/*Staff images*/
.team-info{
    background: #fefefe url("../img/bg2.png");
    margin-top: -12px;
    padding-top: 15px;
}
.staff-img, .staff-img2{
    /*width: auto;*/
    /*height: 175px;*/
    width: 100px;
    margin: 0 auto 15px;
    /*border-radius: 50%;*/
    /*margin: 10px auto;*/
    background: #eeeeee;
    border: solid 5px #f6f6f6;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.staff-img:hover, .staff-img2:hover{

    border: solid 5px #2175cf;

}
.staff-img.active, .staff-img2.active{
    border: solid 5px #2175cf;
}
.staff-img-lg, .staff-img-lg2{
    width: 300px;
    height: 350px;
    background: #eeeeee;
    border: solid 5px #2175cf;
    border-radius: 5px;
    margin-bottom: 20px;
}
.staff-description{
    padding-right: 14px;
    margin-bottom: 10px;
}
.staff-description p{
    color: #ffffff;
}

.staff-name{
    margin: 0 0 6px;
    background: #2196f3;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    padding: 15px;
    text-transform: uppercase;
}
.text-grey{
    color: #807e7e;
}
#newsletterBtn{
    width: 60%;
}
.t{
    background-image: url("../img/oil.jpg");
    background-attachment: fixed;
    background-position: 50% 37.156%;
}

/*Modal*/
.n-modal{
    min-height: 500px;
    background: rgba(0,0,0,0.7);
    width: 950px;
    margin: 10px auto;
}
@media only screen and (min-width: 992px) {
    /*md*/

}
@media only screen and (min-width: 769px) and(max-width: 991px) {
    /*sm*/
    .n-modal{
        width: 95%;
    }
    .staff-img-lg, .staff-img-lg2{
        width: 200px;
        height: 200px;
        margin-left: auto;
        margin-right: auto;
    }
    .staff-name{
        margin-top: 8px;
    }
}
@media only screen and (max-width: 768px) {
    /*xs*/
    .n-modal{
        width: 95%;
    }
    .staff-img-lg, .staff-img-lg2{
        width: 200px;
        height: 200px;
        margin-left: auto;
        margin-right: auto;
    }
    .staff-name{
        margin-top: 8px;
    }
}
.cp-desc{

}
.cp-desc-fix{
    padding-right: 20px;
}
.modal p{
    color: #ffffff;
}
.modal .close{
    color: #fff;
    position: absolute;
    right: 15px;
    top: 14px;
}
.n-modal .modal-title{
    border-bottom: 50px solid #0d87e9;
    border-right: 50px solid transparent;
    height: 0;
    line-height: 50px;
    padding: 0 15px;
    z-index: 9999;
    text-shadow: 1px 1px 1px #000;
    letter-spacing: 3px;
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
}
.n-modal .control-label{
    color: #fff;
    font-size: 18px;
}
.n-modal table{
    background: rgba(0, 0, 0, 0.28);
}
.n-modal table tr td{
    color: #fff;
    padding: 10px;
}
textarea{
    resize: none;
}
/*About Us*/
.about-us{
    /*background: #2196f3 url("../img/oil.jpg") 50% 0 no-repeat fixed;
    min-height: 740px;
    overflow: hidden;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/

    background: #2196f3 url("../img/oil.jpg") no-repeat center center fixed;
    -webkit-background-size: cover; -moz-background-size: cover;
    -o-background-size: cover;  background-size: cover;
    /*padding: 0 !important;*/
    /*animation-name animation-duration animation-timing-function animation-iteration-count animation-direction*/
    /*-moz-animation: bg-transition 6s ease-in-out 2s infinite alternate;*/
    /*-webkit-animation: bg-transition 6s ease-in-out infinite alternate;*/
    /*-o-animation: bg-transition 6s ease-in-out infinite alternate;*/
    /*animation: bg-transition 6s ease-in-out infinite alternate;*/
    min-height: 740px;
    overflow: hidden;
    /*padding: 20px 0;*/
}
.about-us-section-heading{
    background: #2196f3;
    margin: 31px 0 0;
    background: -webkit-linear-gradient(to bottom right, #2196f3 , #2148a0);
    background: -o-linear-gradient(to bottom right, #2196f3, #2148a0 );
    background: -moz-linear-gradient(to bottom right, #2196f3, #2148a0 );
    background: linear-gradient(to bottom right, #2196f3 , #2148a0 );
    border-top: solid 5px #2173ce;
}
.about-us-section-heading .navbar-nav li a{
    color: #fff;
}
.about-us-section-heading .navbar-nav li:hover a,
.about-us-section-heading .navbar-nav li:focus a{
    color: #2148a0;
    background: #f0f0f0;
}
.about-us-section-heading .navbar-nav li:active a{
    background: #2148a0;
    color: #f0f0f0;
}
.about-us-section-heading .hr{
    border-bottom: solid 2px #f8f8f8;
    width: 5%;
    margin: 0 auto 26px;
}
#about-oil{
    background: #2196f3 url("../img/refinery.jpg") no-repeat 25% 50% fixed;
    -webkit-background-size: cover; -moz-background-size: cover;
    -o-background-size: cover;  background-size: cover;
    min-height: 500px;
    overflow: hidden;
    padding: 10px 0 50px;
}
#about-core-values{
    /*background: #2196f3 url("../img/desert-bg.jpg") no-repeat 25% 50% fixed;*/
    -webkit-background-size: cover; -moz-background-size: cover;
    -o-background-size: cover;  background-size: cover;
    min-height: 500px;
    overflow: hidden;
    padding: 35px 0;
    background: -webkit-linear-gradient(to bottom right, #2039ab , #0e2d60);
    background: -o-linear-gradient(to bottom right, #2039ab, #0e2d60 );
    background: -moz-linear-gradient(to bottom right, #2039ab, #0e2d60 );
    /*background: linear-gradient(to bottom right, #fc9b36 , #834704);*/
    background: linear-gradient(to bottom right, #2039ab , #0e2d60)
}
.core-value-item{
    background: rgba(0, 0, 0, 0.7);
    margin-top: 25px;
    height: 220px;
}
.core_title{
    color: #fff;
    border-bottom: 50px solid #fc9b36;
    border-right: 50px solid transparent;
    height: 0;
    line-height: 50px;
    padding: 0 15px;
    /*width: 250px;*/
    text-shadow: 1px 1px 1px #000;
    letter-spacing: 3px;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
}
.core_text{
    color: #ffffff;
    padding: 15px;
}
#ourVision{
    background: #2196f3 url("../img/contact/contact-us.jpg") no-repeat 25% 50% fixed;
    -webkit-background-size: cover; -moz-background-size: cover;
    -o-background-size: cover;  background-size: cover;
    overflow: hidden;
    padding: 50px 0;
    height: 200px;
    position: relative;
}
#ourMission{
    background: #2196f3 url("../img/contact/hero-contact-us.png") no-repeat 25% 50% fixed;
    -webkit-background-size: cover; -moz-background-size: cover;
    -o-background-size: cover;  background-size: cover;
    overflow: hidden;
    padding: 50px 0;
    height: 200px;
    position: relative;
}
#ourVision .section-head, #ourMission .section-head{
    padding: 25px;
}

/*Career*/
#careers{
    background: orange url("../img/careers-bg.jpg") 50% 0 no-repeat fixed;
    /*min-height: 740px;*/
    overflow: hidden;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 30px 20px;
}

/*Contact Us*/
.contact-us{

    /*background: #2196f3 url("../img/contact/contactBg.png") no-repeat 25% 50% fixed;*/
    background: #2196f3 url("../img/contact/contact-us.jpg") no-repeat 25% 50% fixed;
    -webkit-background-size: cover; -moz-background-size: cover;
    -o-background-size: cover;  background-size: cover;
    min-height: 740px;
    overflow: hidden;
    /*padding: 20px 0;*/
}
/*Our team*/

@keyframes team-bg-transition {
    from{
        background: #2196f3 url("../img/aboutUs.png") no-repeat center center fixed;
        -webkit-background-size: cover; -moz-background-size: cover;
        -o-background-size: cover;  background-size: cover;
    }
    to{
        background: #2196f3 url("../img/refinery.png") no-repeat center center fixed;
        -webkit-background-size: cover; -moz-background-size: cover;
        -o-background-size: cover;  background-size: cover;
    }
}
.our-team{

    background: #2196f3 url("../img/aboutUs.png") no-repeat center center fixed;
    -webkit-background-size: cover; -moz-background-size: cover;
    -o-background-size: cover;  background-size: cover;
    /*padding: 0 !important;*/
    /*animation-name animation-duration animation-timing-function animation-iteration-count animation-direction*/
    /*-moz-animation: team-bg-transition 6s ease-in-out 2s infinite alternate;*/
    /*-webkit-animation: team-bg-transition 6s ease-in-out infinite alternate;*/
    /*-o-animation: team-bg-transition 6s ease-in-out infinite alternate;*/
    /*animation: team-bg-transition 6s ease-in-out infinite alternate;*/
    /*min-height: 740px;*/
    overflow: hidden;
    /*padding: 20px 0;*/
}

.our-team-content{
    /*height: 500px;*/
    background: rgba(0,0,0,0.7);
    width: 75%;
    margin: 35px auto;
    padding-bottom: 15px;
}
.our-team-title{
    border-bottom: 50px solid #aa0b24;
    border-right: 50px solid transparent;
    height: 0;
    line-height: 50px;
    padding-left: 6px;
    width: auto;
    z-index: 9999;
    text-shadow: 1px 1px 1px #000;
    letter-spacing: 3px;
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    margin-top: 0;
}




.stage {
    position: relative;
}
.meet_people{
    left: 69px;
    width: 260px;
    top: 7px;
    /*background: url(../img/meet-people-bg.png);*/
    height: 301px;
}


.our-companies{
    background: #2196f3 url("../img/ourBusiness/bg.png") no-repeat 50% 0 fixed;
    -webkit-background-size: cover; -moz-background-size: cover;
    overflow: hidden;
}

#our-services-body{
    background: #2196f3 url("../img/ourBusiness/bg.png") no-repeat 50% 0 fixed;
    -webkit-background-size: cover; -moz-background-size: cover;
    overflow: hidden;
}

.footer{
    background: url("../img/footer-bg.gif") repeat 50% 0;
    margin: 0;
    border: none;
    position: relative;
    z-index: 999;
    bottom: 0;
    padding: 10px 15px;
}
.footer p{
    color: #fbfbfb;
    font-size: 15px;
}
.footer-links{
    border-left: solid 2px #2196f3;
    padding-left: 10px;
}
.footer-links li.active a{
    color: #2196f3;
}
.footer .copyright{
    background: rgba(0,0,0,0.3);
    position: relative;
    padding: 59px 0 56px 0;
}
.footer .footer-links li{
    margin: 10px 0;
    font-size: 15px;
}

.footer .footer-widgets .social-nets-wrapper ul li a {
    background: #d6d6d6;
    display: inline-block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    vertical-align: top;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    color: #313131;
}

.footer .footer-widgets .social-nets-wrapper ul li a:hover {
    background: #2196f3;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.footer .footer-widgets .social-nets-wrapper ul li {
    display: inline-block;
    margin: 0 0 0 7px;
    padding: 0;
    vertical-align: top;
    list-style: none;
    font-size: 16px;
}

.footer .social-nets-wrapper ul li a {
    background: #d6d6d6;
    display: inline-block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    vertical-align: top;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    color: #313131;
}

.footer .footer-widgets a:hover {
    text-decoration: none;
    color: #2196f3;
}

.footer .footer-widgets a {
    text-decoration: none;
    color: #e0dfdf;
}

.companies-nav-bottom{
    /* position: absolute;
     bottom: -50px;
     border-bottom: solid 5px #313131;
     width: 100%;*/
}
.companies-nav-bottom li:hover a{
    background: none !important;
}
.our-biz-menu-text{
    background: #2196f3;
    padding: 10px 30px;
    color: #ffffff;
    display: block;
    margin-top: 0;
    visibility: hidden;
    width: 100%;
    font-size: 12px;
}
.our-biz-menu-item{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.our-biz-menu-item:hover{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 100px;
    border-radius: 50%;
    display: none;
    /*background-color: #000;*/
    background: none;
    overflow: hidden;
    z-index: 9999999999999999999;
}
.scrollup img{
    width: 40px;
    height: 40px;
}
.n-margin-bottom{
    margin-bottom: 0;
}
.sm-margin-left{
    margin-left: 38px;
}
#response{
    text-align: center;
    font-size: 18px;
    width: 60%;
    margin: 0 auto;
}

.companies-nav-bottom{
    background: none !important;
}
.companies-nav-bottom ul li{

}
.companies-nav-bottom ul li a img{
    /*width: 150px;*/
    max-width: 170px;
}
.companies-nav-bottom li a{
    display: inline;
}
.roundabout-wrapper {
    max-height: 510px;
    margin-bottom: 51px;
}
.roundabout {
    height: 510px;
    margin-top: 15px;
    list-style: none;
}
.roundabout-slide {
    width: 268px;
    height: 510px;
    cursor: url("../img/draghand.cur"), w-resize;
}