/* Orange Color Dark: #ff9000  Light: #ffcd39*/

body {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif
}
.text-muted {
    color: #444
}
.text-primary {
    color: #31b0d5;
    border: 2px solid #31b0d5;
    border-radius: 50%
}
p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
}
p.large {
    font-size: 16px
}
a,
a:hover,
a:focus,
a:active,
a.active {
    
}
a {
    color: #31b0d5
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
}
a:hover,
a:focus,
a:active,
a.active {
    color: #2490af
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700
}
.img-centered {
    margin: 0 auto
}
.bg-light-gray {
    background-color: #f7f7f7
}
.bg-darkest-gray {
    background-color: #333
}
.btn-primary {
    color: #fff;
    background-color: #31b0d5;
    border-color: #31b0d5;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #2490af;
    border-color: #2289a7
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #31b0d5;
    border-color: #31b0d5
}
.btn-primary .badge {
    color: #31b0d5;
    background-color: #fff
}
.btn-xl {
    color: #fff;
    background-color: #31b0d5;
    border-color: #31b0d5;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #2490af;
    border-color: #2289a7
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    background-color: #31b0d5;
    border-color: #31b0d5
}
.btn-xl .badge {
    color: #31b0d5;
    background-color: #fff
}
.navbar-default {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: transparent
}
#nav-logo{
	float: left;
    cursor: pointer;
}

#logo-title{
    background-image: url("../img/icons/corp_logo.png");
    background-repeat: no-repeat;
    width: 230px; height: 52px;
}
.logo-img{
    margin-bottom: 20px;
}

.navbar-default .navbar-brand {
    color: #31b0d5;
    font-family: 'Montserrat', cursive;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #2490af
}
.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, 0.02)
}
.navbar-default .navbar-toggle {
    background-color: #31b0d5;
    border-color: #31b0d5
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #31b0d5
}

.navbar-default .nav li a {
    padding: 10px 10px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    color: #31b0d5;
    outline: none;
}
.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    /* color: #fff; */
    border-bottom: 4px solid #31b0d5;
    -webkit-transition: all .15s ease-in-out 0s;
    -moz-transition: all .15s ease-in-out 0s;
    transition: all .15s ease-in-out 0s;
    /* background-color: #fff; */
    display: inline-block;
}
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    border-radius: 0;
    color: #fff;
    /*background-color: #fff*/
}
.hvrNav-stat {
    border-bottom: 0 solid;
    box-sizing: border-box;
    display: inline-block;
    height: 50px;
    line-height: 1;
    transition: all .15s ease-in-out 0s
}
.hvrNav-stat:hover,
.hvrNav-stat:focus {
    display: inline-block;
    text-decoration: none;
    border-bottom-width: 4px
}

section {
    padding: 20px 0;
}

footer {
    padding: 0px;
    text-align: center
}
footer span.copyright {
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-transform: none
}
footer ul.quicklinks {
    margin-bottom: 0;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-transform: none
}
ul.social-buttons {
    margin-bottom: 0
}
ul.social-buttons li a {
    display: block;
    background-color: #333;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    outline: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #31b0d5
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: none
}

aside.clients img {
    margin: 50px auto
}

.heading {
    margin: 0 0 10px 0
}
.scroll-button {
    margin: 10px 0 0 0
}
.slider-bottom {
    padding: 40px 20px
}
.slider-bottom i {
    font-size: 50px
}
.more-botton {
    padding: 10px 10px
}
.contact-form .input {
    margin-bottom: 10px
}
.contact-form .input label {
    color: #fff
}
.contact-form .input input {
    padding: 10px 15px;
    width: 100%
}
.contact-form .input textarea {
    padding: 10px 15px;
    width: 100%; height: 2s00px;
}
.contact-form .submit input {
    padding: 5px 10px
}
#message{
    height: 120px;
    resize: none;
}
.error-message {
    color: #f00
}
.contact-social {
    padding: 20px 20px
}
.contact-social a {
    margin: 0 10px 0 10px;
    text-align: center
}
.contact-icon i {
    font-size: 25px;
    margin: 0 0 40px 0
}
footer {
    padding: 0px;
    text-align: center
}
footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: 'Montserrat', sans-serif;
    line-height: 40px
}
footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: 'Montserrat', sans-serif;
    line-height: 40px
}
ul.social-buttons {
    margin-bottom: 0
}
ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #999;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

/* ------ Home section ------ */

.home-panel {
    margin: 0 0 40px 0;
}
.home-image {
    width: 400px;
    margin: 0 auto;
    border: 2px solid #ccc;
    background: #fff;
    margin-bottom: 20px
}

.home-world-image{
    width: 312px; height: 156px;
    margin: 20px auto;
    background: #fff;
}

.home-heading::after {
    border-bottom: 1px solid #31b0d5;
    bottom: -1px;
    content: " ";
    left: 0;
    position: absolute;
    width: 35%
}

.home-heading {
    border-bottom: 1px dashed #eee;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 0 0 0 0;
    position: relative
}

.world-body{
    margin-top: 70px;
}

.divider-line{
    border-bottom: 1px solid #999;
}


/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/


/* --- Fade Bs-carousel --- */

.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #fff;
    border-color: #f39c12;
    opacity: 1;
}
.fade-carousel .carousel-indicators > li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: #d1f442;
    border-color: #f39c12;
}

/*          Hero Headers        */

.hero {
    position: absolute;
    top: 50%; left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: #fff;
}

.hero h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    color: #ff9000;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/* --- Overlay --- */

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: .7;
}

/* --- Custom Buttons --- */
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #fff;
    background-color: #31b0d5;
    outline: none;
    margin: 20px auto;
}

/* Slides backgrounds */

.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url("../img/slider/slider_1.jpg?1xj"); 
}
.fade-carousel .slides .slide-2 {
  background-image: url("../img/slider/slider_2.jpg");
}
.fade-carousel .slides .slide-3 {
  background-image: url("../img/slider/slider_3.jpg");
}


/* --------------- Media Queries --------------- */

@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}

@media (min-width: 768px) {
    .navbar-default {
        background-color: rgba(0, 0, 0, 0.5);
        padding: 10px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        border: none;
        /* border-bottom: 1px solid #fff; */
        box-shadow: 0 0 2px #999
    }
    .navbar-default .navbar-brand {
        font-size: 20px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }
    .navbar-default .navbar-nav>.active>a {
        border-radius: 0;
        display: inline-block
    }
    .navbar-default.navbar-shrink {
        background-color: rgba(0, 0, 0, 0.8);
        padding: 10px 0;
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em
    }
    
    section {
        padding: 10px 0;
    }
    .layer_slider {
        /* padding-top: 100px NK57 changes*/
    }
    .orange-dot{
        color: orange;
        font-size: 25px;
        display: block;
    }

    /* Contact us map */
    .map-container{
        width: 100%;
    }

    #map-usa, #map-india, #map-koria{
        height: 300px;
    }

    .fix-width{
        width: 28%; height: auto;
        margin-right: 5px;
        float: left;
    }

    .fix-width-usa-email{
        width: 30%; height: auto;
        float: left;
    }

    .fix-width-email{
        width: 30%; height: auto;
        float: left;
    }
}

@media (max-width: 640px) {
    .layer_slider {
        padding-top: 50px
    }
    
    .hvrNav-stat:hover,
    .hvrNav-stat:focus {
        border-bottom: none
    }

    .orange-dot{
        display: none !important;
    }

    .map-container{
        width: 100%;
    }

    #map-usa, #map-india, #map-koria{
        width: 100%;
        height: 300px;
    }

    .fix-width{
        width: 60%; height: auto;
        margin-right: 10px;
        float: left;
    }

    .fix-width-usa-email{
        width: 60%; height: auto;
        float: left;
        margin-left: 105px;
    }

    .fix-width-email{
        width: 60%; height: auto;
        float: left;
        margin-left: 105px;
    }
}

@media only screen and (max-width: 1000px) and (min-width: 640px){
    .fix-width{
        width: 60%; height: auto;
        margin-right: 10px;
        float: left;
    }

    .fix-width-usa-email{
        width: 60%; height: auto;
        float: left;
        margin-left: 105px;
    }

    .fix-width-email{
        width: 60%; height: auto;
        float: left;
        margin-left: 105px;
    }

    #map-usa, #map-india, #map-koria{
        height: 300px;
        width: 100%;
    }

    .orange-dot{
        display: none !important;
    }

}


/* --------------- All pages banners ------------- */

.banner-container{
    position: relative;
    width: 100%; height: auto;
}

#text-center-off{
    position: absolute;
    top: 400px;
    width: 100%;
}

#text-center{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 500;
    margin: 0; padding: 0;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0,0,0,.75);
}

/* About Us Page */
.banner-about{
    width: 100%; height: 500px;
    background-image: url("../img/about/about-us-banner.jpg");
    background-repeat: no-repeat;
    background-position: center center; 
}

/* Consulting Page */
.banner-consulting{
    width: 100%; height: 500px;
    background-image: url("../img/consulting/consulting-banner.jpg");
    background-repeat: no-repeat;
    background-position: center center; 
}

/* Digital Page */
.banner-web{
    width: 100%; height: 500px;
    background-image: url("../img/digital/web-dev-banner.jpg");
    background-repeat: no-repeat;
    background-position: center center; 
}

.banner-app{
    width: 100%; height: 500px;
    background-image: url("../img/digital/app-dev-banner.jpg");
    background-repeat: no-repeat;
    background-position: center center; 
}

/* Contact Us Page */
.banner-contact{
    width: 100%; height: 500px;
    background-image: url("../img/contact/contact-us-banner.jpg?0x2");
    background-repeat: no-repeat;
    background-position: top right; 
}

/* Contact Us Page */
.banner-investment{
    width: 100%; height: 500px;
    background-image: url("../img/investment/investment-banner.jpg");
    background-repeat: no-repeat;
    background-position: center center; 
}

/* -------------- Common Part ------------- */

.nav-active{
    color: #31b0d5 !important;
}

/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
         -moz-border-radius: 0 0 4px 4px;
                    border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
         -moz-border-radius: 0 4px 4px 0;
                    border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    border-left-color: #ffffff;
}

.top-margin{
    margin-top: 50px;
}

.tab-images-clients{
    width: 217px; height: 300px;
    margin: 0 auto;
}

.client-names h6{
    text-align: center;
}
        



