
/*@font-face {
    font-family: 'Roboto';
    src: url('../fonts/opan-sans/opensans-regular-webfont.eot');
    src: url('../fonts/opan-sans/opensans-regular-webfont.eot') format('embedded-opentype'), url('../fonts/opan-sans/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/opan-sans/opensans-regular-webfont.woff') format('woff'), url('../fonts/opan-sans/opensans-regular-webfont.ttf') format('truetype'), url('../fonts/opan-sans/opensans-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/


body {
    font-family: Roboto;
    font-size: 16px;
    line-height: 28px;
    color: #333F44;
    font-weight: 400;
    background: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    color: #2d3576;
    font-weight: bold;
    margin-top: 0;
}

h1 {
    font-size: 51px;
    line-height: 69px;
}

h2 {
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 10px;
}

h3 {
    font-size: 23px;
    line-height: 23px;
    margin-bottom: 10px;
}

h4 {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 10px;
}

h5 {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 0;
}

h6 {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 0;
}

p {
    color: #333F44;
    margin-bottom: 15px;
}

a {
    color: #2d3576;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    a, a:active, a:focus, a:active {
        text-decoration: none;
        outline: none;
    }

        a:hover, a:focus {
            text-decoration: underline;
            color: #2d3576;
        }

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 10px 0;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: 0;
    }
}

#main-wrapper {
    background: #ffffff;
}

.btn {
    padding: 10px 30px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    transition-duration: .5s;
    text-transform: uppercase;
    border-width: 1px;
}

.btn-lg {
    font-size: 18px;
}

.btn-sm {
    font-size: 12px;
    padding: 6px 14px;
    border-width: 1px;
}

.btn-primary {
    background-color: #2d3576;
    border-color: #2d3576;
    color: #ffffff;
}

    .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #333;
        border-color: #333;
    }

.btn-default {
    color: #fff;
    background-color: #2d3576;
    border: 1px solid #2d3576;
}

    .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
        color: #fff;
        background-color: #333;
        border: 1px solid #fff;
    }

.btn-link {
    padding: 0;
    border: 0;
    font-size: 14px;
    color: #2d3576;
}

    .btn-link i {
        font-size: 11px;
        margin-left: 5px;
        color: #888888;
    }

    .btn-link.active, .btn-link.focus, .btn-link:active, .btn-link:focus, .btn-link:hover {
        color: #888888;
        text-decoration: none;
    }

.btn-icon {
    position: relative;
    padding-left: 50px;
}

    .btn-icon:hover {
        background: transparent;
        border-color: #fff;
    }

    .btn-icon i {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        padding: 17px 0 12px 20px;
        color: #fff;
    }

.img-left, .img-right {
    display: block;
}

.img-left {
    float: left;
    margin: 0 25px 15px 0;
}

.img-right {
    float: right;
    margin: 0 0 15px 25px;
}

#totop {
    position: fixed;
    bottom: 12px;
    right: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #2d3576;
    cursor: pointer;
    display: none;
    z-index: 9999;
    text-align: center;
    font-size: 18px;
    border-radius: 2px;
    box-shadow: 0 2px 3px rgba(0,0,0,.5);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    #totop:hover {
        color: #ffffff;
        background-color: #2d3576;
    }

@media screen and (max-width : 768px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-default {
        padding: 10px 0;
        border-bottom: none;
    }
}

@media (min-width : 768px) {
    .navbar-default {
        background-color: transparent;
        padding: 15px 0;
        border-color: transparent;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

        .navbar-default.sticky-nav {
            background-color: #ffffff;
            padding: 15px 0;
            width: 100%;
            position: fixed;
            left: 0;
            right: 0;
            top: 0;
            z-index: 100;
            border-bottom: 1px solid #eee;
        }

    .navbar-right .dropdown-menu {
        right: auto;
    }
}

.navbar {
    border-radius: 0;
}

.navbar-default {
    margin-bottom: 0;
    /*border-top: 1px solid #2d3576;*/
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-default .navbar-nav > li {
    margin-right: 17px;
}

    .navbar-default .navbar-nav > li:last-child {
        margin-right: 0;
    }

    .navbar-default .navbar-nav > li > a {
        color: #434345;
        font-size: 16px;
        font-weight: 400;
        padding: 8px 16px;
        border: 0;
        border-radius: 0;
        text-transform: uppercase;
        transition-duration: .5s;
    }

        .navbar-default .navbar-nav > li > a > span > i {
            margin-left: 5px;
        }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #ffffff;
            background-color: transparent;
            border: 0;
        }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #ffffff;
    transition-duration: .5s;
    background-color: #2d3576;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #ffffff;
    transition-duration: .5s;
    background-color: #2d3576;
}

.dropdown-menu {
    display: inherit;
    top: 100% !important;
    padding: 0;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    border: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 22px !important;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

.dropdown-menu::before {
    top: -30px;
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    display: block;
}

.sticky-nav .dropdown:hover .dropdown-menu {
    margin-top: 14px !important;
}

.dropdown-header {
    font-size: 11px;
    line-height: 30px;
    font-weight: 600;
    color: #313131;
    text-transform: uppercase;
}

.dropdown-menu li a {
    display: block;
    font-size: 13px;
    line-height: 30px;
    color: #969595;
    padding: 3px 20px;
}

    .dropdown-menu li a:hover {
        color: #222222;
    }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #2d3576;
    background-color: #f5f5f5;
    padding-left: 25px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #000000;
    background-color: transparent;
}

.m-menu .nav, .m-menu .collapse, .m-menu .dropup, .m-menu .dropdown {
    position: static;
}

.m-menu .container {
    position: relative;
}

.m-menu .dropdown-menu {
    left: auto;
}

.m-menu .m-menu-content {
}

.m-menu .dropdown.m-menu-fw .dropdown-menu {
    left: 15px;
    right: 15px;
}

.m-menu-content ul {
    border-right: 1px solid #f5f5f5;
    padding: 20px;
}

    .m-menu-content ul:last-of-type {
        border-right: 0;
    }

@media (max-width : 768px) {
    .navbar-toggle {
        display: block;
    }
}

.navbar-toggle {
    position: absolute;
    right: 0;
    padding: 5px 10px;
    border: 0;
    border-radius: 0;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-toggle .icon-bar {
    width: 14px;
    height: 3px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 2px;
}

.uc-mobile-menu {
}

.uc-mobile-menu-container > div {
    visibility: hidden;
}

#menu {
    margin: 50px 40px;
}

    #menu > li {
        text-transform: uppercase;
    }

        #menu > li span {
            float: right;
        }

        #menu > li:last-child {
            border-bottom: 0;
        }

        #menu > li ul {
            margin-bottom: 20px;
        }

            #menu > li ul li {
                color: #999999;
                position: relative;
                padding-left: 20px;
            }

                #menu > li ul li::before {
                    position: absolute;
                    content: "\f105";
                    font-family: "FontAwesome";
                    left: 0;
                    top: 10px;
                }

                #menu > li ul li a {
                    font-size: 12px;
                    border: none;
                }

    #menu li a {
        display: block;
        text-decoration: none;
        color: #777777;
        padding: 10px 0;
        font-size: 16px;
        border-bottom: 1px dotted #444444;
    }

        #menu li a:hover, #menu li.active a {
            color: #ffffff;
        }

.uc-mobile-menu .close {
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
    text-shadow: none;
    filter: alpha(opacity=50);
    opacity: .5;
    width: 44px;
    height: 44px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .uc-mobile-menu .close:hover {
        opacity: 1;
    }

.search-btn {
    margin-left: 20px;
}

    .search-btn a {
        height: 40px;
        line-height: 34px;
        color: #888;
    }

        .search-btn a:hover {
            color: #2d3576;
        }

    .search-btn .modal-dialog {
        margin: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.9);
    }

    .search-btn .modal-content {
        box-shadow: none;
        border: 0;
        padding: 50px 0;
        background: #fff;
        border-bottom: 1px solid #eee;
        border-radius: 0;
    }

    .search-btn .close {
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 18px;
    }

.hero-slide .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hero-slide .item img {
    min-width: 100%;
}

.hero-slide .carousel-caption {
    position: relative;
    right: 0;
    left: 0;
    text-align: center;
    text-shadow: none;
    width: 100%;
}

    .hero-slide .carousel-caption small {
        font-size: 13px;
        color: #777777;
        font-weight: 500;
        animation-delay: 1s;
    }

    .hero-slide .carousel-caption .phone {
        font-size: 30px;
        color: #2d3576;
        -webkit-animation-delay: 100ms;
        animation-delay: 100ms;
    }

    .hero-slide .carousel-caption h1 {
        font-size: 26px;
        line-height: 1;
        color: #fff;
        font-weight: bold;
        display: inline-block;
        padding: 15px;
        background-color: rgba(0, 0, 0, 0.40);
        text-transform: capitalize;
        margin: 30px 0 20px;
        text-shadow: 1px 2px 5px #000;
        -webkit-animation-delay: 150ms;
        animation-delay: 150ms;
    }

    .hero-slide .carousel-caption .lead {
        font-size: 18px;
        color: #fff;
        font-weight: normal;
        /*background-color: rgba(0, 0, 0, 0.59);*/
        display: inline-block;
        padding: 15px;
        text-shadow: 1px 2px 5px #000;
        margin-bottom: 30px;
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }

    .hero-slide .carousel-caption .btn {
        -webkit-animation-delay: 250ms;
        animation-delay: 250ms;
    }

.hero-slide .carousel-control.left, .hero-slide .carousel-control.right {
    font-size: 30px;
    width: 30px;
    height: 100px;
    line-height: 100px;
    top: 50%;
    background: #000000;
    cursor: pointer;
    border: 0;
    text-shadow: none;
    transform: translateY(-50%);
}

.hero-slide .carousel-control.left {
    left: -100%;
}

.hero-slide .carousel-control.right {
    right: -100%;
}

.hero-slide:hover .left {
    left: 0;
}

.hero-slide:hover .right {
    right: 0;
}

.hero-slide .carousel-indicators li {
    border: 2px solid rgba(0,0,0,.5);
    opacity: .5;
}

    .hero-slide .carousel-indicators li.active {
        border-color: #2d3576;
        background-color: #2d3576;
        opacity: 1;
    }

@media (max-width : 1024px) {
    .hero-slide .carousel-caption h1 {
        font-size: 24px;
        margin-top: 10px;
    }

    .hero-slide .carousel-caption .lead {
        font-size: 16px;
    }

    .hero-slide .carousel-caption .btn {
        font-size: 12px;
    }

    .hero-slide .carousel-caption .phone {
        font-size: 18px;
    }

    .hero-slide .carousel-caption small {
        font-size: 11px;
    }

    .hero-slide .carousel-caption {
        padding: 40px 0;
    }
}

@media (max-width : 768px) {
    .hero-slide .carousel-caption h1 {
        font-size: 18px;
        margin-top: 10px;
    }

    .hero-slide .carousel-caption .lead {
        font-size: 14px;
    }

    .hero-slide .carousel-caption .phone {
        font-size: 16px;
        line-height: 1;
    }

    .hero-slide .carousel-caption small {
        font-size: 10px;
    }

    .hero-slide .carousel-caption .btn {
        font-size: 12px;
    }
}

@media (max-width : 600px) {
    .carousel-indicators {
        display: none;
    }

    .hero-slide .carousel-caption {
        width: 100%;
        text-align: center;
        padding: 30px;
    }

        .hero-slide .carousel-caption .lead {
            margin-bottom: 10px;
        }

        .hero-slide .carousel-caption .btn {
            font-size: 10px;
            padding: 5px 10px;
            border-width: 1px;
        }
}


.gray-bg {
    background-color: #e2e2e2;
}

    .gray-bg .section-title h2 {
    }

.white-bg {
    background-color: #ffffff;
}

.section-wrapper {
    padding: 50px 0;
}

.section-column-wrapper {
    padding: 20px 0;
}

@media (max-width: 768px) {
    .section-wrapper {
        padding: 50px 0;
    }
}

.pad-top-30 {
    padding-top: 30px;
}

.pad-bottom-30 {
    padding-bottom: 30px;
}

.pad-top-50 {
    padding-top: 50px;
}

.pad-bottom-50 {
    padding-bottom: 50px;
}

.pad-top-80 {
    padding-top: 80px;
}

.pad-bottom-80 {
    padding-bottom: 80px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.section-title {
    margin-bottom: 50px;
    position: relative;
}

    .section-title h2 {
        position: relative;
        text-transform: capitalize;
        margin: 0 0 10px;
        font-weight: 300;
        color: #2d3576;
        font-family: Roboto;
        display: inline-block;
        z-index: 2;
    }

    .section-title p {
        font-size: 18px;
        color: #999;
    }

    .section-title.text-center h2 {
        padding: 0 20px;
    }

    .section-title.text-left h2 {
        padding-right: 20px;
    }

    .section-title.text-right h2 {
        padding-left: 20px;
    }

.column-block-title {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .section-title {
        margin-bottom: 30px !important;
    }

        .section-title p {
            font-size: 14px;
        }

        .section-title h2 {
            font-size: 34px;
            margin-bottom: 0;
        }
}

.block-title h2 {
    font-size: 30px;
    margin: 0 0 20px;
}

.block-title h3 {
    margin: 0 0 15px;
}

.page-header {
    padding: 80px 0;
    margin: 0;
    text-align: center;
    background: #2d3576;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


    .page-header h1 {
        font-size: 32px;
        text-shadow: 1px 5px 5px rgba(0, 0, 0, 0.17);
        margin-bottom: 0;
        background-color: rgba(0, 0, 0, 0.38);
        padding: 5px 30px;
        text-transform: uppercase;
        display: inline-block;
        color: #fff;
    }

.breadcrumb-wrapper {
    border-bottom: 1px solid #f5f5f5;
}

.breadcrumb {
    background: transparent;
    padding: 10px 0;
    margin: 0;
}

    .breadcrumb a {
        color: #2d3576;
    }

        .breadcrumb a:hover {
            color: #ff5824;
        }

.page-content .lead {
    font-size: 18px;
    font-weight: 100;
    line-height: 1.6em;
}

.call-to-action-variant-1 {
    background: #080f43;
    padding: 10px 0;
}

.call-to-action-variant-2 {
    position: relative;
    padding: 80px 0;
    background: url('../img/img-call-to-action-bg.jpg');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.back-ig {
    position: relative;
    padding: 50px 0;
    background: url('../img/back.jpg');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.back-ig-1 {
    position: relative;
    padding: 50px 0;
    background: url('../img/back-1.jpg');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

    .back-ig-1 h2, .back-ig-1 h2 span {
        color: #252525 !important;
    }

.back-ig-2 {
    position: relative;
    padding: 50px 0;
    background: url('../img/back-2.jpg');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.back-ig-3 {
    position: relative;
    padding: 50px 0;
    background: url('../img/back-3.jpg');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.call-to-action-variant-2::before {
    content: "";
    background: rgba(0,0,0,.8);
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.action-content {
    display: table;
    width: 100%;
}

    .action-content .action-text, .action-content .action-button {
        display: table-cell;
        vertical-align: middle;
    }

    .action-content .btn-default {
        background: transparent;
        border-color: #fff;
    }

        .action-content .btn-default:hover {
            color: #fff;
            background-color: #2d3576;
            border-color: #2d3576;
        }

.action-text {
    text-align: left;
}

.action-content .action-button {
    text-align: right;
}

.call-to-action-variant-1 .action-text h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    margin: 4px 0 0;
    line-height: 1;
}

.call-to-action-variant-2 .action-text h2 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 500;
    margin: 4px 0 0;
    line-height: 1;
}

@media (max-width: 768px) {
    .call-to-action-variant-1 {
        padding: 30px 0;
    }

        .call-to-action-variant-1 .action-text, .call-to-action-variant-1 .action-button, .call-to-action-variant-2 .action-text, .call-to-action-variant-2 .action-button {
            display: block;
            text-align: center;
        }

            .call-to-action-variant-1 .action-text h2, .call-to-action-variant-2 .action-text h2 {
                font-size: 18px;
                margin-bottom: 20px;
            }
}

.thumbnail {
    line-height: 28px;
}

@media screen and (max-width: 768px) {
    .thumbnail > img {
        min-width: 100%;
    }
}

.thumbnail-variant-1 {
    padding: 0;
    border-radius: 0;
    margin-bottom: 30px;
    border-width: 6px 0 0 0;
    transition: all .2s linear;
}

    .thumbnail-variant-1 .caption {
        padding: 30px 30px 20px;
    }

        .thumbnail-variant-1 .caption h3 {
            text-transform: capitalize;
            margin: 0 0 15px;
            font-weight: 900;
        }

.thumbnail-variant-2 {
    padding: 0;
    border: 0;
    border-radius: 0;
    text-align: center;
}

    .thumbnail-variant-2 .caption {
    }

    .thumbnail-variant-2 h3 {
        margin: 0;
        font-size: 18px;
    }

    .thumbnail-variant-2 span {
        color: #999;
    }

.thumbnail-variant-3 {
    padding: 0;
    border-radius: 0;
    margin-bottom: 30px;
    border-width: 0 0 2px 0;
    transition: all .2s linear;
}

    .thumbnail-variant-3 figure {
        overflow: hidden;
    }

        .thumbnail-variant-3 figure img {
            -webkit-transform: scale(1);
            transform: scale(1);
            transition-duration: 5s;
        }

            .thumbnail-variant-3 figure img:hover {
                -webkit-transform: scale(1.3);
                transform: scale(1.3);
                transition-duration: 5s;
            }

    .thumbnail-variant-3 .caption {
        padding: 30px 30px 20px;
    }

        .thumbnail-variant-3 .caption h3 {
            text-transform: capitalize;
            margin: 0 0 15px;
            font-size: 16px;
            line-height: 28px;
            font-weight: 400;
        }

.red-top-border {
    border-color: #2d3576;
}

.green-top-border {
    border-color: #2d3576;
}

.blue-top-border {
    border-color: #2d3576;
}

.red-shadow:hover {
    box-shadow: rgba(25, 125, 210,.2) 0 2px 2px,rgba(25, 125, 210,.2) 0 4px 4px,rgba(25, 125, 210,.2) 0 8px 8px,rgba(25, 125, 210,.2) 0 16px 16px,rgba(25, 125, 210,.2) 0 32px 32px,rgba(25, 125, 210,.2) 0 64px 64px;
}

.green-shadow:hover {
    box-shadow: rgba(0,150,136,.2) 0 2px 2px,rgba(0,150,136,.2) 0 4px 4px,rgba(0,150,136,.2) 0 8px 8px,rgba(0,150,136,.2) 0 16px 16px,rgba(0,150,136,.2) 0 32px 32px,rgba(0,150,136,.2) 0 64px 64px;
}

.blue-shadow:hover {
    box-shadow: rgba(25, 125, 210,.2) 0 2px 2px,rgba(25, 125, 210,.2) 0 4px 4px,rgba(25, 125, 210,.2) 0 8px 8px,rgba(25, 125, 210,.2) 0 16px 16px,rgba(25, 125, 210,.2) 0 32px 32px,rgba(25, 125, 210,.2) 0 64px 64px;
}

.icon-circle {
    border-radius: 100%;
    text-align: center;
}

.icon-border-box {
    border: 1px solid #eee;
    padding: 30px;
}

.left-icon-style {
    margin-top: 30px;
    /*border-top: 1px dotted #2d3576;*/
    /*padding-top: 30px;*/
}

    .left-icon-style i {
        font-size: 22px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        background: #2d3576;
        color: #ffffff;
        border-right: 3px double #fff;
        box-sizing: content-box;
        text-align: center;
    }

    .left-icon-style .media-left {
        padding-right: 30px;
    }

    .left-icon-style .media-heading {
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 15px;
    }

        .left-icon-style .media-heading span {
            color: #2d3576;
        }

    .left-icon-style p {
        margin: 0;
    }

@media (max-width: 320px) {
    .left-icon-style {
        text-align: center;
    }

        .left-icon-style .media-left {
            display: block;
            padding: 0;
            margin-bottom: 20px;
        }
}

.top-icon-style i {
    font-size: 22px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #2d3576;
    color: #fff;
    box-sizing: content-box;
    text-align: center;
}

.top-icon-style .heading {
    margin: 20px 0 10px;
}

@media (max-width: 768px) {
    .top-icon-style {
        margin-bottom: 50px;
    }
}

.icon-box {
    display: block;
    padding: 10px 10px 10px 50px;
    position: relative;
    border: 2px solid #eee;
    margin-bottom: 10px;
}

    .icon-box i {
        position: absolute;
        left: 15px;
        top: 15px;
        color: #ccc;
        font-size: 24px;
    }

    .icon-box span {
        display: block;
        font-size: 12px;
        color: #999;
    }

.text-box {
    padding: 25px;
}

.text-box-style-1 h3, .text-box-style-1 p, .text-box-style-4 h3, .text-box-style-4 p {
    color: #fff;
}

.text-box-style-1 {
    background: #2d3576;
}

.text-box-style-2 {
    background: #eee;
}

.text-box-style-3 {
    border: 2px solid #eee;
}

.text-box-style-4 {
    background: #2d3576;
}

    .text-box-style-1 h3, .text-box-style-2 h3, .text-box-style-3 h3, .text-box-style-4 h3 {
        font-size: 18px;
        font-weight: 700;
        margin: 0 0 15px;
    }

.text-box-style-1 a {
    padding: 10px 20px;
    background: #ffffff;
    display: inline-block;
    color: #2d3576;
    margin-top: 10px;
    font-weight: 700;
    border: 2px solid #fff;
}

    .text-box-style-1 a:hover {
        background: transparent;
        color: #fff;
    }

@media (max-width: 768px) {
    .block-wrapper {
        margin-bottom: 50px;
    }
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #eaeaea;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #eaeaea;
}

.panel-default > .panel-heading {
    border-radius: 0;
    position: relative;
    border-color: #eaeaea;
    padding: 15px 40px 15px 15px;
    background: #fff;
}

    .panel-default > .panel-heading .panel-title {
        font-weight: normal;
        line-height: 1;
    }

        .panel-default > .panel-heading .panel-title a {
            color: #2d3576;
        }

        .panel-default > .panel-heading .panel-title .collapsed {
            color: #666;
        }

    .panel-default > .panel-heading a::after {
        font: 11px/1 FontAwesome;
        content: "\f068";
        position: absolute;
        right: 15px;
        top: 18px;
        color: #9e9e9e;
    }

    .panel-default > .panel-heading a.collapsed::after {
        content: "\f067";
    }

.section-statistics {
    background: url("../img/img-statistics-bg.jpg") no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding: 60px 0;
    position: relative;
}

    .section-statistics::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.8);
    }

.statistics-group {
    text-align: center;
    display: flex;
}

    .statistics-group .statistics-item {
        flex: 1;
        margin: 0;
        padding: 30px 0;
        border-right: 2px solid rgba(255,255,255,0.3);
    }

        .statistics-group .statistics-item:last-child {
            border: none;
        }

        .statistics-group .statistics-item .statistics-number {
            display: block;
            font-size: 56px;
            font-weight: 700;
            line-height: 1;
            margin-bottom: 20px;
            color: #fff;
        }

        .statistics-group .statistics-item .statistics-title {
            font-size: 16px;
            font-weight: 400;
            line-height: 1.2em;
            color: rgba(255,255,255,0.5);
            text-transform: uppercase;
            letter-spacing: 6px;
        }

@media (max-width: 600px) {
    .statistics-group .statistics-item .statistics-number {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .statistics-group .statistics-item .statistics-title {
        font-size: 10px;
    }
}

@media (max-width: 320px) {
    .statistics-group {
        display: block;
    }

        .statistics-group .statistics-item {
            border: 0;
        }
}

.testimonial .item .content {
    position: relative;
    font-size: 16px;
    padding: 30px;
    background: #fff;
}

.testimonial .item .author {
    display: block;
    padding: 20px 30px;
    background: #e3e5e8;
}

    .testimonial .item .author .img-author, .testimonial .item .author-meta {
        display: table-cell;
    }

    .testimonial .item .author .img-author {
        width: 80px;
        padding-right: 20px;
    }

.testimonial .item .author-meta {
    vertical-align: middle;
}

    .testimonial .item .author-meta h4 {
        font-size: 20px;
        margin: 0;
    }

    .testimonial .item .author-meta span {
        color: rgba(0,0,0,0.6);
    }

.owl-controls {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

    .owl-controls .owl-dots {
        display: inline-block;
    }

    .owl-controls .owl-dot {
        display: inline-block;
    }

        .owl-controls .owl-dot span {
            width: 10px;
            height: 10px;
            display: block;
            border: 2px solid rgba(0,0,0,.3);
            border-radius: 100%;
            margin: 0 3px;
        }

        .owl-controls .owl-dot.active span {
            background: #2d3576;
            border-color: #2d3576;
        }

.logo-slider a img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.logo-slider a:hover img {
    opacity: .5;
}

.vdo-thumb {
    position: relative;
    display: block;
    border-radius: 5px;
}

    .vdo-thumb img {
        border-radius: 5px;
    }

    .vdo-thumb::before {
        font: normal normal normal 60px/1 FontAwesome;
        content: "\f04b";
        position: absolute;
        width: 50px;
        height: 50px;
        color: #fff;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-shadow: 0 5px 15px rgba(0,0,0,.5);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
    }

.video-block .modal {
    background: rgba(0,0,0,.8);
}

.video-block .close {
    font-size: 24px;
    color: #fff;
    opacity: 1;
}

.video-block .modal-dialog {
    margin-top: 0;
}

.video-block .modal-header {
    border-bottom: 0;
}

.list-style-1 {
}

    .list-style-1 li, .list-style-2 li, .list-style-3 li, .list-style-4 li {
        margin: 0 0 10px;
        padding-left: 30px;
        position: relative;
    }

        .list-style-1 li::before, .list-style-2 li::before, .list-style-3 li::before, .list-style-4 li::before {
            font: normal normal normal 14px/1 FontAwesome;
            position: absolute;
            left: 0;
            top: 5px;
            color: #ff5d20;
        }

        .list-style-1 li::before {
            content: "\f14a";
        }

        .list-style-2 li::before {
            content: "\f105";
        }

        .list-style-3 li::before {
            content: "\f046";
        }

        .list-style-4 li::before {
            content: "\f192";
        }

ul.joblist-link {
}

    ul.joblist-link li {
        margin-bottom: 8px;
    }

        ul.joblist-link li a {
            display: inline-block;
            border-bottom: 2px solid #e3e3e3;
        }

.job-details dl {
    margin-bottom: 40px;
}

    .job-details dl dt {
        font-weight: bold;
        display: inline-block;
        border-bottom: 2px solid #eee;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .job-details dl dd {
        padding-left: 20px;
        margin-bottom: 10px;
        position: relative;
    }

        .job-details dl dd::before {
            font-family: FontAwesome;
            content: "\f00c";
            font-size: 10px;
            color: #2d3576;
            position: absolute;
            top: 3px;
            left: 0;
        }

.our-clients-wrapper .media {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
    margin-bottom: 60px;
}

    .our-clients-wrapper .media:last-of-type {
        border-bottom: 0;
        margin-bottom: 0;
    }

    .our-clients-wrapper .media img {
        width: 120px;
    }

    .our-clients-wrapper .media-left, .our-clients-wrapper .media > .pull-left {
        padding-right: 60px;
    }

.our-clients-wrapper h2.media-heading {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0;
}

.our-clients-wrapper .media-body span {
    font-weight: 700;
    color: #b4b4b4;
    display: block;
    margin-bottom: 10px;
}

@media screen and (max-width: 320px) {
    .our-clients-wrapper .media-left, .our-clients-wrapper .media-right {
        display: block;
        padding: 0;
    }

    .our-clients-wrapper {
        text-align: center;
    }

        .our-clients-wrapper img {
            margin: 0 auto 20px;
        }
}

.inner-content {
    padding: 60px;
}

.blog-post-wrapper {
    padding: 0 0 60px;
    margin: 0 0 60px;
    border-bottom: 2px solid #e3e3e3;
}

.entry-header {
}

.sticky .entry-header {
    padding-left: 60px;
    position: relative;
}

    .sticky .entry-header:before {
        content: "\f0f6";
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 40px;
        line-height: 60px;
    }

@media screen and (max-width: 600px) {
    .sticky .entry-header {
        padding-left: 0;
    }

        .sticky .entry-header:before {
            display: none;
        }

    .sticky {
        background: #f9f9f9;
        padding: 20px;
    }
}

.blog-post-wrapper .entry-meta {
    font-weight: 700;
    color: #b9b9b9;
    margin-bottom: 3px;
}

@media screen and (max-width: 600px) {
    .blog-post-wrapper .entry-meta {
        font-weight: normal;
        font-size: 12px;
    }
}

.blog-post-wrapper .entry-meta ul {
}

    .blog-post-wrapper .entry-meta ul li {
        position: relative;
        padding-left: 12px;
    }

        .blog-post-wrapper .entry-meta ul li:first-child {
            padding-left: 5px;
        }

            .blog-post-wrapper .entry-meta ul li:first-child::before {
                display: none;
            }

        .blog-post-wrapper .entry-meta ul li::before {
            content: "\f111";
            font-family: fontawesome;
            position: absolute;
            top: 0;
            left: 0;
            font-size: 6px;
            color: #585858;
        }

@media screen and (max-width: 600px) {
    .blog-post-wrapper .entry-meta ul li::before {
        font-size: 3px;
        color: #585858;
    }
}

.blog-post-wrapper .entry-meta ul li a {
    color: #b9b9b9;
}

.blog-post-wrapper h2.entry-title {
    margin-bottom: 25px;
}

@media screen and (max-width: 600px) {
    .blog-post-wrapper h2.entry-title {
        font-size: 18px;
        line-height: 1.5;
    }
}

.blog-post-wrapper .entry-title a {
    color: #202020;
}

    .blog-post-wrapper .the-author a, .blog-post-wrapper .the-category a, .blog-post-wrapper .entry-meta ul li a:hover, .blog-post-wrapper .entry-title a:hover {
        color: #2d3576 !important;
    }

.blog-post-wrapper .post-thumbnail {
    margin: 30px 0 40px;
}

#blog-post-carousel .carousel-control {
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=10);
    opacity: 1;
}

    #blog-post-carousel .carousel-control:hover, #blog-post-carousel .carousel-control:focus {
        color: #a9b0e9;
        filter: alpha(opacity=100);
        opacity: 1;
    }

    #blog-post-carousel .carousel-control.left, #blog-post-carousel .carousel-control.right {
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: 50%;
        margin-top: -20px;
    }

    #blog-post-carousel .carousel-control.right {
        right: 20px;
    }

    #blog-post-carousel .carousel-control.left {
        left: 20px;
    }

.carousel-control i::before {
    font-size: 28px;
}

.blog-post-wrapper blockquote {
    margin: 60px 0;
}

.blog-post-wrapper iframe {
    width: 100%;
    margin: 25px 0 40px;
}

.blog-post-wrapper .video-post iframe {
    height: 323px;
    border: 0;
}

.blog-post-wrapper .audio-post iframe {
    height: 150px;
    border: 0;
}

.blog-post-wrapper.single-article {
    padding: 0 0 40px;
    margin: 0 0 40px;
    border-bottom: 1px solid #e3e3e3;
}

.about-author .media img {
    height: 100px;
    width: 100px;
    margin-right: 20px;
}

.comments-wrapper {
    margin-top: 40px;
}

    .comments-wrapper ul.media-list {
        margin-bottom: 60px;
    }

    .comments-wrapper .media-list li {
        border: 2px solid #f0f0f0;
        padding: 30px;
        border-radius: 3px;
    }

    .comments-wrapper .media-left, .comments-wrapper .media > .pull-left {
        padding-right: 20px;
    }

    .comments-wrapper .media img {
        width: 80px;
        height: 80px;
        border-radius: 3px;
    }

.media-body span.comment-author, .media-body span.comment-date {
    font-size: 12px;
    margin-right: 10px;
    color: #999;
}

    .media-body span.comment-author i, .media-body span.comment-date i {
        margin-right: 5px;
    }

.media-body span.comments-buttons {
    font-size: 12px;
    margin-top: 5px;
}

@media (max-width: 320px) {
    .comments-wrapper .media-left {
        padding: 10px 10px 0 0;
    }

    .comments-wrapper .media-list li {
        padding: 0;
        border: 0;
    }

    .comments-wrapper .media img {
        width: 30px;
        height: 30px;
    }
}

.pagination-wrap {
    width: 100%;
    position: relative;
}

.pagination > li > a, .pagination > li > span {
    padding: 0px 15px;
    border: 2px solid #bdbdbd;
    color: #bdbdbd;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    margin-left: 0;
    font-size: 16px;
    margin-right: 8px;
    line-height: 40px;
    font-weight: 500;
    color: #6d6d6d;
    background-color: transparent;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #2d3576;
    border-color: #2d3576;
    /*background-color: transparent;
    border-color: transparent;*/
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #2d3576;
    border-color: #2d3576;
}

/*.pagination li:first-child {
    position: relative;
    left: 0;
}*/

/*.pagination li:last-child {
    position: absolute;
    right: 0;
}*/



.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

    .pagination > li:first-child > a:hover, .pagination > li:first-child > span:hover, .pagination > li:last-child > a:hover, .pagination > li:last-child > span:hover {
        /*color: #2d3576;
        background-color: transparent;
        border-color: #2d3576;*/
    }

.pagination-wrap .counter {
    color: #cacaca;
}

.pager li a {
    border: 2px solid #e3e3e3;
    color: #e3e3e3;
    background: transparent;
    border-radius: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 36px;
}

.pager li > a:hover, .pager li > a:focus {
    background-color: #2d3576;
    color: #fff;
    border: 2px solid transparent;
}

.pager li a.previous {
    float: left;
}

.pager li a.next {
    float: right;
}

.sidebar-menu li {
    margin-bottom: 2px;
}

    .sidebar-menu li a {
        display: block;
        background: #f5f5f5;
        padding: 10px 15px;
        color: #2d3576;
        font-weight: 500;
    }

        .sidebar-menu li a:hover {
            color: #2d3576;
            background: #f1f2f3;
        }

.left-sidebar .sidebar-menu li a:hover {
    box-shadow: inset -3px 0 0 #ccc;
}

.left-sidebar .sidebar-menu li.active a {
    box-shadow: inset -3px 0 0 #2d3576;
}

.right-sidebar .sidebar-menu li a:hover {
    box-shadow: inset 3px 0 0 #ccc;
}

.right-sidebar .sidebar-menu li.active a {
    box-shadow: inset 3px 0 0 #2d3576;
}

@media (max-width: 600px) {
    .right-sidebar, .left-sidebar {
        margin-top: 50px;
        padding-top: 50px;
        border-top: 2px solid #eee;
    }
}

.sidebar-wrapper .widget {
    margin-bottom: 40px;
}

.widget .widget-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.sidebar-wrapper .widget ul {
    padding: 0;
}

    .sidebar-wrapper .widget ul li {
        padding: 10px 0;
        border-bottom: 1px solid #f1f1f1;
    }

        .sidebar-wrapper .widget ul li:first-child {
            padding-top: 0;
        }

        .sidebar-wrapper .widget ul li:last-child {
            border-bottom: 0;
        }

        .sidebar-wrapper .widget ul li:before {
            content: "\f054";
            font-family: "FontAwesome";
            display: inline-block;
            margin-right: 7px;
            font-size: 10px;
            color: #bbb;
        }

.sidebar-wrapper .widget_categories a:hover, .sidebar-wrapper .widget_archive a:hover {
    color: #000;
}

.sidebar-wrapper .widget.widget_search {
    border: 0;
}

.widget_search input {
    border: 0;
    background: #eee;
    height: 48px;
}

    .widget_search input:focus {
        border: 0 !important;
        box-shadow: 0 0 0 2px #2d3576;
        background: #fff;
    }

.widget_search form {
    position: relative;
}

    .widget_search form button i {
        color: #fff;
    }

    .widget_search form button:hover i {
        color: #2d3576;
    }

    .widget_search form button:focus {
        outline: none;
    }

    .widget_search form [type="submit"] {
        position: absolute;
        right: 0;
        top: 0;
        width: 48px;
        height: 48px;
        border: none;
        box-shadow: none;
        background: #2d3576;
    }

.widget.widget_tag_cloud ul {
    padding-bottom: 15px;
}

    .widget.widget_tag_cloud ul li {
        display: inline-block;
        border-bottom: 0;
        padding: 5px 0;
        margin-right: 5px;
    }

        .widget.widget_tag_cloud ul li a {
            padding: 5px 10px;
            border: 1px solid #f5f6f7;
            background: #f5f6f7;
            color: #2d3576;
        }

            .widget.widget_tag_cloud ul li a:hover {
                background: transparent;
                color: #2d3576;
            }

        .sidebar-wrapper .sidebar-tab ul li:before, .widget.widget_tag_cloud ul li:before {
            display: none;
        }

.widget_recent_entries .post-meta {
    font-size: 11px;
}

.widget_recent_entries a {
    color: #2d3576;
    font-weight: bold;
}

    .widget_recent_entries a:hover {
        color: #2d3576;
    }

.widget_recent_entries li::before {
    display: none !important;
}

.googleMap-height-500 {
    height: 500px;
}

.googleMap-height-200 {
    height: 280px;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    height: 52px;
    padding: 6px 15px;
    font-size: 15px;
    color: #969595;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
}

    .form-control:focus {
        border: 1px solid #2d3576 !important;
        box-shadow: none;
    }

.user-message textarea {
    min-height: 195px;
    padding-top: 12px;
}

.contact-form form button {
    margin-top: 10px;
}

.user-name, .user-email, .user-phone, .user-url, .user-message {
    position: relative;
}

    .user-name input, .user-email input, .user-phone input, .user-url input, .user-message textarea {
        padding-left: 35px;
    }

    .user-name::after, .user-email::after, .user-phone::after, .user-url::after, .user-message::after {
        position: absolute;
        left: 15px;
        top: 15px;
        font-family: "FontAwesome";
        color: #2d3576;
    }

    .user-name::after {
        content: "\f007";
    }

    .user-email::after {
        content: "\f003";
    }

    .user-phone::after {
        content: "\f095";
    }

    .user-url::after {
        content: "\f0ac";
    }

    .user-message::after {
        content: "\f086";
    }

.x-progress {
}

    .x-progress .progress-wrapper {
        border: 1px solid #f1f1f1;
        margin-bottom: 30px;
    }

    .x-progress .progress-item {
        line-height: 43px;
        padding: 0 20px;
        border-bottom: 1px solid #f1f1f1;
    }

        .x-progress .progress-item:last-of-type {
            border-bottom: 0;
        }

    .x-progress .progress-title {
        display: inline-block;
        float: left;
        width: 95px;
    }

    .x-progress .progress-percent {
        display: inline-block;
        float: right;
        text-align: center;
        padding-left: 30px;
    }

    .x-progress .progress {
        width: 70%;
        display: inline-block;
        height: 8px;
        margin-bottom: 0;
        background-color: #f9f9f9;
        box-shadow: none;
    }

@media (min-width : 992px) and (max-width : 1199px) {
    .x-progress .progress {
        width: 60%;
    }
}

@media only screen and (max-width : 767px) {
    .x-progress .progress {
        width: 60%;
    }
}

@media only screen and (max-width : 479px) {
    .x-progress .progress-title {
        width: 70px;
    }

    .x-progress .progress {
        width: 40%;
    }
}

.x-progress .progress-bar {
    background-color: #2d3576;
    box-shadow: none;
}

.tabOne {
}

    .tabOne .nav-tabs {
        border: 1px solid #eeeeee;
        border-bottom: none;
    }

        .tabOne .nav-tabs.nav-justified li {
            border-right: 1px solid #eeeeee;
            border-bottom: 1px solid #eeeeee;
        }

            .tabOne .nav-tabs.nav-justified li.active {
                border-bottom: 1px solid transparent;
            }

            .tabOne .nav-tabs.nav-justified li:last-child {
                border-right: 0;
            }

        .tabOne .nav-tabs.nav-justified > li > a {
            border: 0;
            border-radius: 0;
            background-color: #f9f9f9;
            color: #969595;
            height: 50px;
            line-height: 50px;
            padding: 0 15px;
        }

        .tabOne .nav-tabs.nav-justified > .active > a, .tabOne .nav-tabs.nav-justified > .active > a:focus, .tabOne .nav-tabs.nav-justified > .active > a:hover {
            border: 0;
            background-color: transparent;
            color: #2d3576;
        }

@media (min-width : 768px) {
    .tabOne .tab-content {
        border: 1px solid #eeeeee;
        padding: 30px;
        border-top: 0;
        overflow: hidden;
    }
}

@media screen and (max-width : 600px) {
    .tabOne .tab-content {
        margin-top: 30px;
    }
}

.tabOne .tab-pane img {
    margin-top: 8px;
}

    .tabOne .tab-pane img.pull-left {
        margin-right: 20px;
    }

    .tabOne .tab-pane img.pull-right {
        margin-left: 20px;
    }

.tabOne .panel-body img {
    margin-top: 8px;
}

    .tabOne .panel-body img.pull-left {
        margin-right: 20px;
    }

    .tabOne .panel-body img.pull-right {
        margin-left: 20px;
    }

.tabOne .tab-pane p {
    margin-bottom: 15px;
}

    .tabOne .tab-pane p:last-of-type {
        margin-bottom: 0;
    }

.footer {
    background: #080f43;
    color: #fff;
}

.footer-widget-section {
    padding: 50px 0;
}

.footer .footer-widget h3.widget-title {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    line-height: 22px;
    padding-bottom: 15px;
    margin: 0 0 20px;
    border-bottom: 1px dotted #fff;
    font-weight: 400;
}

.footer .footer-widget p {
    font-weight: 300;
    font-family: roboto;
    color: #fff;
}

    .footer .footer-widget p a {
        font-weight: 300;
        color: #fff;
    }

        .footer .footer-widget p a:hover {
            text-decoration: underline;
        }

@media (max-width: 768px) {
    .footer-widget {
        margin-bottom: 30px;
    }
}

.footer .widget-about .group-col {
    display: table;
    width: 100%;
    margin-top: 20px;
}

    .footer .widget-about .group-col .contact-info, .footer .widget-about .group-col .social-links {
        display: table-cell;
        position: relative;
    }

    .footer .widget-about .group-col .contact-info {
        padding-left: 30px;
    }

    .footer .widget-about .group-col .phone, .footer .widget-about .group-col .email {
        display: block;
    }

    .footer .widget-about .group-col .phone {
        font-size: 24px;
        font-weight: 700;
    }

        .footer .widget-about .group-col .phone i {
            color: #2d3576;
            position: absolute;
            left: 0;
            top: 0;
        }

    .footer .widget-about .group-col .email {
        font-style: italic;
    }

@media (min-width: 768px) and (max-width: 1024px) {
    .footer .widget-about .group-col .contact-info, .footer .widget-about .group-col .social-links {
        display: block;
    }
}

@media (max-width: 320px) {
    .footer .widget-about .group-col .contact-info, .footer .widget-about .group-col .social-links {
        display: block;
    }
}

.footer .footer-widget .social-links {
    text-align: right;
    vertical-align: middle;
}

    .footer .footer-widget .social-links li {
        display: inline-block;
    }

        .footer .footer-widget .social-links li a {
            display: block;
            font-size: 16px;
            width: 30px;
            height: 30px;
            color: #fff;
            background-color: rgba(0,0,0,.3);
            line-height: 30px;
            text-align: center;
            border-radius: 2px;
            box-sizing: border-box;
        }

            .footer .footer-widget .social-links li a:hover {
                color: #ffffff;
                background-color: #2d3576;
            }

@media (max-width: 1024px) {
    .footer .footer-widget .social-links {
        text-align: left;
        margin-top: 10px;
    }
}

.footer .footer-widget .footer-list-menu li {
    position: relative;
    padding-left: 20px;
}

    .footer .footer-widget .footer-list-menu li::before {
        content: "";
        position: absolute;
        width: 3px;
        height: 3px;
        left: 0;
        top: 12px;
        background: #2d3576;
        border-radius: 100%;
    }

.footer .footer-widget .footer-list-menu a {
    display: block;
    padding: 0 0 5px;
    color: #fff;
    transform: translateZ(0);
}

    .footer .footer-widget .footer-list-menu a:hover {
        text-decoration: underline;
    }

.footer .widget-subscribe .form-group {
    width: 100%;
}

.footer .widget-subscribe .form-inline {
    position: relative;
}

.footer .widget-subscribe .form-control {
    border-color: rgba(255,255,255,0.6);
    background: #fff;
    width: 100%;
}

.footer .widget-subscribe button {
    position: absolute;
    right: 0;
    top: 0;
    border-color: transparent;
    padding-right: 15px;
    padding-left: 15px;
    transition: all .3s;
}

    .footer .widget-subscribe button:hover {
        background: #fff;
        color: #000;
    }

@media (max-width: 768px) {
    .footer .widget-subscribe {
        background: rgba(0,0,0,0.17);
        padding: 20px 30px;
    }
}

.footer .copyright-section {
    background-color: rgb(39,39,39);
    color: #6b6b6b;
    text-align: center;
    padding: 7px 0;
}

    .footer .copyright-section .copytext, .footer .copyright-section .copytext a {
        color: #fff;
        font-size: 16px;
    }

.copytext a {
    font-family: Arial;
    display: inline-block;
}

#preloader {
    background: #706d5d;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#status, .status-mes {
    background-image: url(../img/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}

.welcome-block h1 {
    color: #fff;
    font-size: 40px;
    /*margin-top: 15px;*/
    font-weight: 300;
    line-height: normal;
    text-align: center;
    margin-bottom: 15px;
}

.welcome-block p {
    color: #fff;
    text-align: center;
}

.section-title span {
    color: #2d3576;
}

.marbot-40 {
    margin-bottom: 40px;
}

.marbot-20 {
    margin-bottom: 20px;
}

.visit-block h2, .visit-block p {
    color: #fff;
}

h2 span {
    color: #2d3576;
}

.fotad1, .fotad2, .fotad3, .fotad4, .fotad5, .fotad6 {
    position: relative;
    padding-left: 30px;
    color: #fff !important;
}

.conadd, .conadd1, .conadd2, .conadd3 {
    position: relative;
    padding-left: 30px;
}

    .conadd:before, .conadd1:before, .conadd2:before, .conadd3:before {
        font-family: FontAwesome;
        text-decoration: inherit;
        color: #252525;
        font-size: 18px;
        position: absolute;
        left: 0px;
    }

    .conadd2 a {
        color: #333F44;
    }

        .conadd2 a:hover {
            text-decoration: underline;
        }

.fotad1:before, .fotad2:before, .fotad3:before, .fotad4:before, .fotad5:before, .fotad6:before {
    font-family: FontAwesome;
    text-decoration: inherit;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 0px;
}

.fotad1:before, .conadd:before {
    content: "\f041";
}

.fotad2:before, .conadd1:before {
    content: "\f10a";
}

.fotad3:before {
    content: "\f095";
}

.fotad4:before, .conadd2:before {
    content: "\f003";
}

.fotad5:before {
    content: "\f1ac";
}

.fotad6:before, .conadd3:before {
    content: "\f007";
}


.new-list-type {
    margin-top: 30px;
}

    .new-list-type li {
        position: relative;
        padding-left: 30px;
        line-height: 32px;
    }

        .new-list-type li:before {
            content: "\f0a4";
            font-family: FontAwesome;
            text-decoration: inherit;
            color: #252525;
            font-size: 18px;
            position: absolute;
            left: 0px;
        }

.about-warper .left-icon-style {
    margin-bottom: 25px;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.light-parallax-1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('img/light-1.jpg');
    padding: 100px 0;
    background-attachment: fixed;
}

.skydesk-row {
    margin-bottom: 40px;
    padding-bottom: 40px;
    /*border-bottom: 1px solid #adadad;*/
}

    .skydesk-row img {
        width: 100%;
        border: 1px solid #e2e2e2;
        transition-duration: .4s;
        padding: 8px;
    }

        .skydesk-row img:hover {
            border: 1px solid #2d3576;
            transition-duration: .4s;
        }

.skydesk-col img {
    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 8px;
}

.skydesk-col h3 {
    text-align: center;
    padding: 20px;
    border-bottom: 1px dotted #2d3576;
    margin-bottom: 80px;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 80px;
}

.recevt-add {
    margin-top: 30px;
}

    .recevt-add h3 {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px dotted #2d3576;
    }

    .recevt-add li {
        position: relative;
        padding-left: 30px;
        line-height: 32px;
        margin-bottom: 15px;
    }

        .recevt-add li:before {
            content: "\f101";
            font-family: FontAwesome;
            text-decoration: inherit;
            color: #252525;
            font-size: 18px;
            position: absolute;
            left: 0px;
        }

.blog-new img {
    width: 100%;
    max-height: 450px;
}

.top-section {
    padding: 0;
    background-color: #2d3576;
}

.top-social li {
    float: right;
}

    .top-social li a {
        padding: 6px 10px;
        border: 1px solid #fff;
        border-bottom: none;
        border-top: none;
        color: #fff;
        display: inline-block;
    }

    .top-social li:first-child a {
        border-left: none;
    }

    .top-social li:last-child a {
        border-right: none;
    }

    .top-social li a:hover {
        color: #2d3576;
        background-color: #fff;
    }

.top-contact li {
    float: right;
    padding: 6px 15px;
    color: #fff !important;
    transition-duration: .5s;
    color: #2d3576;
    border-left: 1px solid #fff;
}

    .top-contact li a {
        color: #fff;
    }

        .top-contact li a:hover {
            text-decoration: underline;
        }

        .top-contact li a i {
            font-size: 18px;
        }

    .top-contact li:hover {
        background-color: #2d3576;
        color: #ffffff !important;
    }

        .top-contact li:hover a {
            color: #fff;
        }



.contact-heade .section-title {
    margin-bottom: 30px;
    border-bottom: 1px dotted #777;
}

form p {
    margin-bottom: 10px;
    /*border-bottom: 1px dotted #d2d2d2;*/
    padding-bottom: 3px;
}

textarea {
    resize: none;
    height: 130px !important;
}




@media (max-width:767px) {
    .hero-slide .carousel-caption h1 {
        display: none;
    }

    .navbar-brand > img {
        height: 55px;
    }
}


@media (max-width:769px) {
    .thumbnail-variant-3 .caption h3 {
        text-align: center;
    }

    .res-martop-40 {
        margin-top: 40px;
    }

    .call-to-action-variant-1 h1 {
        line-height: normal;
    }
}

@media (max-width:420px) {


    .hero-slide .carousel-control.left, .hero-slide .carousel-control.right {
        font-size: 30px;
        width: 30px;
        height: 34px;
        line-height: 20px;
        top: 50%;
        background: #000000;
        cursor: pointer;
        border: 0;
        text-shadow: none;
        transform: translateY(-50%);
    }
}


.welcome-block {
    padding: 30px 15px;
}

.img-responsive {
    width: 100%;
}


.special-offer {
    padding: 20px 10px;
    border: 1px solid #fff;
    margin: 30px 0;
    background: #2d3576;
    box-shadow: 2px 5px 20px rgba(0,0,0,0.3);
}



    .special-offer h1 {
        color: #fff;
        margin-bottom: 24px;
        margin-left: 15px;
        text-align: left;
        font-size: 34px;
        font-weight: 300;
        line-height: normal;
    }

    .special-offer marquee {
        color: #fff;
        padding: 20px 20px;
        height: 200px;
    }


.info-title-section {
    border: 1px solid #acacac;
    margin-bottom: 30px;
    padding: 20px;
}


@media (min-width:320px) and (max-width:479px) {
    .call-to-action-variant-1 h1 {
        font-size: 30px;
    }

    .top-contact li {
        font-size: 15px;
        border: none;
    }
}

@media (min-width:480px) and (max-width:639px) {
    .top-contact li {
        font-size: 15px;
        padding: 6px 12px;
    }
}

@media (min-width:640px) and (max-width:767px) {
}

@media (min-width:768px) and (max-width:999px) {
}

@media (min-width:1024px) and (max-width:1100px) {
}


/*.news {
    width: 100%;
    border: 1px double #9e9e9e;
    overflow-y: hidden !important;
    background: #2d3576;
    height: 265px;
    box-shadow: 2px 5px 24px rgba(0,0,0,.2);
}*/

.mylist {
    padding-left: 10px;
}

    .mylist li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 15px;
        list-style: none;
        line-height: 24px;
        color: #333;
    }

        .mylist li:before {
            content: "\f0a4";
            font-family: FontAwesome;
            text-decoration: inherit;
            color: #2d3576;
            font-size: 18px;
            position: absolute;
            left: 0px;
        }


/*.sky-client .thumbnail-variant-3 .caption{
            padding:0px;
            text-align:center;
        }*/

.sky-client .thumbnail-variant-3 .caption h3 {
    /*margin-bottom:10px;*/
}


.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #353535;
    background-color: #efefef;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}




/*.conadd1 clrcontact a {
    color: #333f44;
}

.conadd1 clrcontact a:hover {
    color: #2e3676;
}*/


@media (max-width:640px) {

    .text-box-style-2 {
        background: #eee;
        font-size: 15px;
    }


}
@media (min-width: 1024px) and (max-width: 1279px) {


    .navbar-brand > img {
        display: block;
        width: auto;
        height: 57px;
    }
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: -34px !important;
    }
}
@media (max-width:395px) {
    .navbar-brand > img {
        display: block;
        width: auto;
        height: 40px;
    }
}

@media (min-width:1701px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: -170px !important;
    }
}
   
