/*=======================================================================
[Table of contents]
=========================================================================

1. Typography
2. Home / Navigation + Main Carousel
3. Buttons

==========================================================================*/

/*==========================================
          PRE LOADER 
==========================================*/


/*========================
=======Typography=========
==========================*/
body {
    font-family: 'aller_lightregular';
    font-size: 16px;
    color: #454545;
    background-color: #fff;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus {
    outline: none;
    outline-offset: 0;
    text-decoration: none;
    background: transparent;
}


a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

    a:focus,
    a:hover {
        text-decoration: none;
        outline: none;
        color: #c52127;
    }

/************************ Some Default CSS ****************************/
a {
    color: #2d3691;
}

/************************ Some Default CSS ****************************/
.padding-top {
    padding-top: 90px;
}

.padding-bottom {
    padding-bottom: 105px;
}

.navbar-toggle {
    border: 1px solid #fff;
    margin-top: 15px;
}

    .navbar-toggle .icon-bar {
        background-color: #fff;
    }


/*========================
========Home CSS==========
==========================*/
.navbar-brand.change-logo {
    height: 78px;
    background-color: #2d3691;
    padding: 9px 3px 9px 9px;
}

    .navbar-brand.change-logo h1 {
        margin-top: 0px;
    }

    .navbar-brand.change-logo h2 {
        display: none;
    }

    .navbar-brand.change-logo h1 img {
        width: 80%;
    }

.main-nav {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.top-bar-hide {
    display: none;
}

/*Topbar*/
.top-bar {
    position: absolute;
    right: 15px;
    top: 30px;
    z-index: 10;
}

    .top-bar span {
        margin-left: 5px;
        color: #2d3691;
    }

        .top-bar span i {
            color: #2d3691;
            margin-right: 10px;
            font-size: 18px;
        }

/*Navigation CSS*/
#navigation .container {
    position: relative;
}

a.navbar-brand {
    background-color: #fff;
    display: block;
    height: 152px;
    overflow: hidden;
    padding: 12px;
    color: #fff;
    margin-left: 0 !important;
}

.navbar-brand img {
    margin: auto;
}

.navbar-brand h1 {
    margin-bottom: 0;
}

.navbar-brand h2 {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'aller_lightregular';
    font-weight: 700;
    margin-top: 5px;
}

#navigation .navbar-right {
    margin-top: 76px;
    margin-right: 35px;
}

    #navigation .navbar-right li a {
        color: #fff;
        font-size: 14px;
        height: 100%;
        text-transform: uppercase;
        font-family: 'allerregular';
        padding: 10px 17px;
        width: 150px;
        text-align: center;
    }

@media screen and (max-width: 768px) {
    #navigation .navbar-right li a {
        width: 100%;
    }
}

#navigation .navbar-fixed-top {
    background-color: #2d3691;
    border-bottom: 0px solid #dfdfdf;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 500ms;
}

    #navigation .navbar-fixed-top .navbar-right {
        margin-top: 0;
    }

        #navigation .navbar-fixed-top .navbar-right li a {
            line-height: 48px;
            padding: 15px 17px;
        }

        #navigation .navbar-right li a:hover,
        #navigation .navbar-right li:hover > a,
        #navigation .navbar-fixed-top .navbar-right > ul > li > a:hover,
        #navigation .navbar-fixed-top .navbar-right > ul > li:hover > a {
            background-color: #fff;
            color: #c52127;
        }

        #navigation .navbar-right li a.active,
        #navigation .navbar-right li.active a,
        #navigation .navbar-fixed-top .navbar-right > ul > li > a.active,
        #navigation .navbar-fixed-top .navbar-right > ul > li.active > a
        /*#navigation .navbar-right li a.active:focus,
        #navigation .navbar-right li.active a:focus,
        #navigation .navbar-fixed-top .navbar-right > ul > li > a.active:focus,
        #navigation .navbar-fixed-top .navbar-right > ul > li.active > a:focus*/ {
            background-color: #fff;
            color: #2d3691;
        }

    #navigation .navbar-fixed-top .searcha {
        top: 30px;
        display: none;
    }

        #navigation .navbar-fixed-top .searcha .field-toggle {
            top: 40px;
        }

        #navigation .navbar-fixed-top .searcha i:hover {
            color: #fff;
        }
/*Main Carousel CSS*/

#home-carousel .item {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 990px;
}

.carousel-caption {
    left: 15px;
    right: 15px;
    top: 300px;
    font-size: 15px;
    text-align: left;
    color: #fff;
    text-shadow: none;
}

    .carousel-caption h1 {
        font-size: 46px;
        margin-bottom: 0;
        line-height: 27px;
        letter-spacing: 2px;
    }

    .carousel-caption h2 {
        font-size: 81px;
        font-family: 'aller_displayregular';
        margin-top: 0px;
        text-transform: lowercase;
        letter-spacing: 2px;
    }

    .carousel-caption p {
        max-width: 580px;
    }

.brand-promotion {
    bottom: 92px;
    left: 0;
    position: absolute;
    right: 15px;
    color: #fff;
    z-index: 15;
}

.brand-content {
    background-color: rgba(45, 54, 145,0.75);
    padding: 30px 30px;
    font-size: 14px;
    margin-right: -25px;
    /*min-height: 210px !important;*/
    margin-bottom: 5px;
}

    .brand-content h2 {
        text-transform: capitalize;
    }

    .brand-content:hover {
        background-color: rgba(45, 54, 145,1);
    }

    .brand-content img {
        margin-right: 15px;
        margin-top: 15px;
    }

.container > .carousel-arrows {
    top: 515px;
    left: 0;
    position: relative;
}

.home-carousel-left,
.home-carousel-right {
    position: absolute;
    font-size: 30px;
    z-index: 15;
    color: #fff;
    display: none;
}

.home-carousel-left {
    left: 0px;
    display: none;
}

.home-carousel-right {
    left: 25px;
    display: none;
}

.header-carousel-1 {
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url('../images/headerCarousel/1.jpg');
    /*background-image: url('../images/headerCarousel/1.jpg');*/
}

.header-carousel-2 {
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url('../images/headerCarousel/2.jpg');
}

.header-carousel-3 {
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url('../images/headerCarousel/3.jpg');
}

/********************************
* Menu CSS
*********************************/
#navigation {
    overflow: hidden;
}

.navbar-nav > li {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
}

    .navbar-nav > li ul {
        width: 200px;
        position: absolute;
        left: 0px;
        margin: 0px;
        top: 180%;
        opacity: 0;
        visibility: hidden;
        transition: all 700ms;
        padding: 0px;
    }

        .navbar-nav > li ul li {
            width: 100%;
            position: relative;
            margin-top: 0px;
            margin-bottom: 0px;
            list-style: none;
        }

            .navbar-nav > li ul li a {
                background: #BD1E26;
                padding: 10px 17px !important;
                display: inline-block;
                width: 100%;
                border-bottom: 1px solid #2d3691;
            }

            .navbar-nav > li ul li:last-child a {
                border-bottom: none;
            }

            .navbar-nav > li ul li ul {
                left: 110%;
                width: 200px;
                position: absolute;
                top: 0%;
                opacity: 0;
                visibility: hidden;
                transition: all 700ms;
            }

    .navbar-nav > li:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar-nav > li ul li:hover > ul {
        left: 100%;
        visibility: visible;
        opacity: 1;
    }

#navigation .navbar-fixed-top .navbar-right li ul li a {
    line-height: 30px;
}

.lesspadding {
    padding-bottom: 35px;
}

.addmargintop {
    margin-top: 35px;
}

.top-bar a {
    color: #ffffff;
    transition: all 700ms;
}

    .top-bar a:hover {
        color: #2d3691;
    }

#blogpage .entry-content img {
    max-width: 100%;
}

.entry-content img {
    max-width: 100%;
}

div.nav.navbar-nav li {
    list-style: none;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-bottom: 15px;
}

div.nav.navbar-nav {
    width: 100%;
}

#navigation .navbar-right {
    max-width: 85%;
}
/*for nav color responsive*/

@media (max-width: 767px) {
    .main-nav {
        background-color: #2d3691;
    }

    a.navbar-brand {
        background-color: #2d3691;
    }

    #navigation .navbar-right li a.active,
    #navigation .navbar-right li a:hover,
    #navigation .navbar-right li a:focus,
    #navigation .navbar-right li.active a {
        background-color: #B80000;
    }

    .container > .navbar-collapse {
        margin-left: 0px !important;
    }

    #navigation .navbar-right {
        max-width: 100%;
        margin-right: 0px;
    }
}

/*.skills-section{
	margin-top:340px ;
}*/
.change-logo .img-responsive {
    width: 132px !important;
}

.navbar-brand .img-responsive {
    width: 132px !important;
}
/**/
#about-us h4 {
    font-weight: bold;
}

#about-us h2 {
    text-align: center;
}

#about-us span {
    font-weight: bold;
}

.navbar-brand h1.logo-img {
    background-image: url('../images/logo-full-color.png');
    width: 130px;
    height: 90px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.navbar-brand.change-logo h1.logo-img {
    background-image: url('../images/logo-full-white.png') !important;
    height: 100%;
}

/*========================
======== Buttons ==========
==========================*/

.customBtn {
    background: #2d3691;
    background-image: -webkit-linear-gradient(top, #c82426, #f46231);
    background-image: -moz-linear-gradient(top, #c82426, #f46231);
    background-image: -ms-linear-gradient(top, #c82426, #f46231);
    background-image: -o-linear-gradient(top, #c82426, #f46231);
    background-image: linear-gradient(to bottom, #c82426, #f46231);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: Arial;
    color: #fff;
    z-index: -1;
    font-size: 14px;
    padding: 10px 30%;
    text-decoration: none;
    text-align: center;
}

    .customBtn:hover {
        background: #c52127;
        background-image: -webkit-linear-gradient(top, #0068b3, #69b4e3);
        background-image: -moz-linear-gradient(top, #0068b3, #69b4e3);
        background-image: -ms-linear-gradient(top, #0068b3, #69b4e3);
        background-image: -o-linear-gradient(top, #0068b3, #69b4e3);
        background-image: linear-gradient(to bottom, #0068b3, #69b4e3);
        text-decoration: none;
        color: #ffffff;
    }

.loadingImage {
    background-image: url(../images/loading1.gif) !important;
    background-size: 25%;
    z-index: 10000;
    height: 100%;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    display: inline-block;
    margin: auto auto;
    text-align: center;
}

.infoBlock-circle {
    /*border: 1px solid red;*/
    text-align: center;
    vertical-align: middle;
}

.infoCircleColor {
    background: #2d3691;
    border-radius: 50%;
    color: #fff;
    font-weight: normal;
    display: table;
    float: left;
    padding: 50px 15px 0px 15px;
    box-shadow: 0px 0px 15px rgba(0,0,0,.4);
}

.infoCircleWhite {
    background: #fff;
    border-radius: 50%;
    border: 2px solid #2d3691;
    color: #c52127;
    font-weight: bold;
    display: table;
    float: left;
    padding: 50px 15px 0px 15px;
    box-shadow: 0px 0px 15px rgba(0,0,0,.4);
}

.circle1 {
    height: 350px;
    width: 350px;
    margin: 20px -70px 20px 0px;
    z-index: 30;
    position: relative;
}

.circle2 {
    height: 325px;
    width: 325px;
    margin: 140px -35px 20px 5px;
    z-index: 20;
    position: relative;
    /*padding-top: 25px !important;*/
}

.circle3 {
    height: 350px;
    width: 350px;
    margin: 45px 0px 20px 0px;
    z-index: 10;
    position: relative;
    padding-top: 65px !important;
}

.circle4 {
    height: 250px;
    width: 250px;
    margin: 125px 0px 0px -50px;
    z-index: 20;
    position: relative;
}

.heatCircleColor p, .heatCircleWhite p {
    vertical-align: middle;
    /*display: table-row;*/
}


.heatCircleColor h4 strong, .heatCircleWhite h4 strong {
    padding: 15px;
}

.heatCircleColor h3, .heatCircleWhite h3 {
    font-weight: bold;
}

.circle1:hover, .circle2:hover, .circle3:hover, .circle4:hover {
    z-index: 50;
    transition: all 0.5s;
    box-shadow: 0px 0px 40px rgba(0,0,0,.4);
}

.button-download {
    background-color: rgba(45, 54, 145, 1);
    border: none;
    color: #FFFFFF;
    text-align: center;
    padding: 20px;
    cursor: pointer;
    margin: 5px;
    /* */
    position: relative;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
}

    .button-download:after {
        content: "";
        background: #fff;
        display: block;
        position: absolute;
        padding-top: 300%;
        padding-left: 350%;
        margin-left: -20px !important;
        margin-top: -120%;
        opacity: 0;
        transition: all 0.4s;
    }

    .button-download:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        color: #c52127;
        transition: all 0.4s;
    }

    .button-download:active:after {
        padding: 0;
        margin: 0;
        opacity: 1;
        transition: 0s;
    }

    .button-download span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.4s;
    }

        .button-download span:after {
            content: '\00bb';
            position: absolute;
            opacity: 0;
            top: 0;
            right: -20px;
            transition: 0.4s;
        }

    .button-download:hover span {
        padding-right: 25px;
    }

        .button-download:hover span:after {
            opacity: 1;
            right: 0;
        }
