/*
Theme Name: Project Name
Author: Reliqus Consulting
Author URI: http://reliqus.com
Description:  Project Name developed by Reliqus.
Version: 1.0
*/
/* Fonts */
/*
    font-family: 'Lato', sans-serif;
    font-family: 'Source Sans Pro', sans-serif;
*/
/* Base Styles */

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

h1 {
    font-size: 3.250em;
    font-weight: 100;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    color: #2c3967;
    margin-top: 10px;
}

h2 {
    color: #2c3967;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 3.125em;
    margin-top: 0;
    font-family: 'Source Sans Pro', sans-serif;
}

h3 {
    color: #2c3967;
    font-weight: bold;
    font-size: 2.188em;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
}

h4 {
    color: #000;
    font-weight: 600;
    font-size: 1.875em;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
}

h5 {
    font-size: 1.563em;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: capitalize;
}

h6 {
    font-size: 1.063em;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #2c3967;
    line-height: 150%;
    margin-bottom: 0;
    margin-top: 25px;
}

p {
    font-family: 'Lato', sans-serif;
    font-size: 1.125em;
    line-height: 160%;
    color: #2c3967;
    text-align: justify;
}
/*global class*/

section {
    padding: 80px 0 90px;
}

a:focus {
    text-decoration: none;
    outline: 0 none;
}

img {
    max-width: 100%;
    height: auto;
}

.no-bottom-padding {
    padding-bottom: 0;
}

.white-text {
    color: white;
}
/*headr1*/

.nav-inernal {
    padding: 20px 0;
}

.nav-inernal .navbar-default .navbar-nav>li>a {
    color: #000;
}

.nav-inernal .navbar-default .navbar-nav>li>a:hover {
    color: #BDBDBD;
}

.nav-inernal .navbar-default .navbar-nav>li>a::before,
.nav-inernal .navbar-default .navbar-nav>li>a::after {
    border-top: 1px solid #D8D8D8;
}

.nav-inernal .navbar-default .navbar-nav>li>a:focus {
    color: #D8D8D8;
}
/*header1 end*/

.navbar-default {
    background-color: rgb(255, 255, 255);
    border: 0 none;
    z-index: 10;
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px 0 5px;
    margin-bottom: 0;
    border-bottom: 5px solid #afafaf;
}

.nav-inernal .navbar-default {
    position: relative;
}

.navbar-default .navbar-nav>li>a {
    color: #2c3967;
    position: relative;
    padding: 15px 8px;
    font-size: 17px;
}

.navbar-default .navbar-nav>li>a::before,
.navbar-default .navbar-nav>li>a::after {
    content: '';
    position: absolute;
    border-top: 1px solid #2C3967;
    opacity: 0;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a.active {
    color: #0B194C;
}

.navbar-default .navbar-nav>li>a:hover::before,
.navbar-default .navbar-nav>li>a:hover::after {
    opacity: 1;
    -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}

.navbar-default .navbar-nav>.navicon>a:hover::before,
.navbar-default .navbar-nav>.navicon>a:hover::after {
    opacity: 0;
}

.navbar-default .navbar-nav>li>a:hover::before {
    top: 0px;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.navbar-default .navbar-nav>li>a:hover::after {
    bottom: 0px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.navbar-nav {
    float: none;
    text-align: right;
    margin: 40px 0px;
}

.navbar-nav>li {
    text-transform: capitalize;
    float: none;
    display: inline-block;
}

.navicon {
    display: inline-block;
    margin-left: 30px;
}

.navicon i {
    padding-right: 15px;
    font-size: 1.2em;
}

.navicon li {
    display: inline-block;
    list-style-type: none;
}

.navbar-default .navbar-nav>.navicon>a {
    display: inline-block;
    padding-right: 0;
}
/*=================header=================*/
/*home page*/

.home-page-top {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0;
}
/*==================slider===================*/

.swiper-container {
    width: 100%;
    height: 100%;
    top: 0;
}

.swiper-slider-text {
    position: absolute;
    top: 200px;
    left: 0px;
    right: 0;
}


.header-bg span {
    font-size: 55px;
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
    display: block;
    font-weight: 300;
    line-height: 120%;
    color: #2c3967;
}

.header-bg p {
    font-size: 55px;
    padding: 0px 0 15px;
    color: #2c3967;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 120%;
    text-transform: uppercase;
    text-align: left;
}

.btn-primary,           
.tp-caption a {
    background-color: transparent;
    color: #2c3967;
    border: none;
    border: 1px solid #2c3967;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    padding: 8px 35px;
    border-radius: 0px;
    font-family: 'Source Sans Pro', sans-serif;
}

.header-bg .btn-primary:hover,
.header-bg .btn-primary:focus {
    background-color: #2c3967;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: white;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #475688;
    color: white;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.btn-white:hover,
.btn-white:focus {
    background-color: white;
    color: #2C3967;
}

.slider-positon-left {
    left: 100px !important;
    right: auto !important;
}

.tp-banner-container {
   /* height: 550px;*/
   min-height:500px;
    width: 100%;
    position: relative;
    padding: 0;
}
.tp-banner-container .tp-banner {
    position: relative;
    width: 100%;
}

.tp-caption {
    top: 15% !important;
    white-space: normal;
}

.slider-positon-right {
    left: auto !important;
    right: 50px !important;
}

.tp-simpleresponsive ul {
    background: #d9d9d9;
    background: -moz-linear-gradient(left, #d9d9d9 0%, #ffffff 40%, #ffffff 53%, #ffffff 60%, #d9d9d9 100%);
    background: -webkit-linear-gradient(left, #d9d9d9 0%, #ffffff 40%, #ffffff 53%, #ffffff 60%, #d9d9d9 100%);
    background: linear-gradient(to right, #d9d9d9 0%, #ffffff 40%, #ffffff 53%, #ffffff 60%, #d9d9d9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#d9d9d9', GradientType=1);
}

.slanted-effect {
    background: #fff;
    position: relative;
    z-index: 99;
    text-align: center;
}

.testimonials {
    background-size: cover;
    padding: 0 0 100px;
}

.slanted-effect:before,
.slanted-effect:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
}

.slanted-effect:before {
    top: 0;
    -webkit-transform: skewY(-2deg);
    -moz-transform: skewY(-2deg);
    -o-transform: skewY(-2deg);
    transform: skewY(-2deg);
    -webkit-transform-origin: -6% 0;
    -moz-transform-origin: -6% 0;
    -o-transform-origin: -6% 0;
    transform-origin: -6% 0;
}

.slanted-effect:after {
    bottom: 0;
    -webkit-transform: skewY(-2deg);
    -moz-transform: skewY(-2deg);
    -o-transform: skewY(-2deg);
    transform: skewY(-2deg);
    -webkit-transform-origin: 100%;
    -moz-transform-origin: 100%;
    -o-transform-origin: 100%;
    transform-origin: 100%;
}

.title {
    text-align: center;
    margin-bottom: 30px;
}

.compass-income-intro-top p {
    /*font-size: 20px;
    font-weight: 400;
    color: #2c3967;
    text-transform: uppercase;*/
    text-align: center;
}

.compass-income-intro-item img {
    margin-bottom: 25px;
}

.ci-intro-top-mg {
    margin-bottom: 40px;
}

.ci-intro-top-mg h1 {
    margin-top: 0;
}

.mg-bottom-60 {
    margin-bottom: 60px;
}

.slanted-effect-blue {
    background: #2c3967;
}

.we-help-item {
    background-color: #6d6d6d;
    text-align: left;
    padding: 20px;
    background-repeat: no-repeat;
    background-position: right bottom;
    min-height: 483px;
}

.we-help-item-icon {
    background-color: white;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    float: left;
    margin-right: 15px;
}

.we-help-item-icon img {
    margin: 0 auto;
    padding: 11px 0;
    display: table;
}

.we-help-item-title {
    display: table;
    text-align: left;
}

.we-help-item-title h4 {
    color: white;
}

.we-help-item .btn-link {
    color: white;
}

.we-help-item p {
    color: white;
    font-size: 16px;
    letter-spacing: 0.01em;
}

.we-help-title {
    margin-bottom: 5px;
}

.btn-link {
    padding: 0;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    text-decoration: underline;
}

.btn-white {
    border-color: white;
    color: white;
}
/*How Works*/

.how-works {
    padding-bottom: 140px;
}

.how-works-icon {
    float: left;
    background-color: #2c3967;
    width: 97px;
    height: 97px;
    border-radius: 100%;
    margin-right: 20px;
}

.how-works-item {
    text-align: left;
}

.how-works-title {
    display: table;
    margin-bottom: 10px;
}

.how-works-icon span {
    color: white;
    text-align: center;
    display: block;
    padding: 4px 0 0;
    font-weight: bold;
    font-size: 60px;
    font-family: 'Source Sans Pro', sans-serif;
}

.testimonials.slanted-effect:after {
    content: '';
    display: block;
    height: 118%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
}

.arrow_box p {
    color: #fff;
    font-size: 20px;
    font-style: italic;
}

.testimonials-border {
    position: relative;
    border: 1px solid #fff;
    margin: 0 auto 40px;
    float: none;
    text-align: left;
    border-bottom: 0;
}

.arrow_box {
    position: relative;
    padding: 20px 15px;
}

.autor-details {
    margin: 0 auto;
    float: none;
}

.autor-details img {
    width: 85px;
    height: 85px;
    border-radius: 100%;
    border: 5px solid #fff;
}

.arrow_box:after,
.arrow_box:before {
    position: absolute;
    content: ' ';
    height: 20px;
    width: 50%;
    bottom: -19px;
    top: auto;
    z-index: 9999;
    overflow: hidden;
}

.arrow_box:after {
    right: 0px;
    border-top: 1px solid white;
    border-left: 1px solid white;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: skewX(-40deg);
    -moz-transform: skewX(-40deg);
    -o-transform: skewX(-40deg);
    transform: skewX(-40deg);
}

.arrow_box:before {
    left: 0px;
    border-top: 1px solid white;
    border-right: 1px solid white;
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: skewX(40deg);
    -moz-transform: skewX(40deg);
    -o-transform: skewX(40deg);
    transform: skewX(40deg);
}

.testimonials .swiper-container {
    padding-bottom: 40px;
}

.testimonials .swiper-pagination {
    bottom: 0;
}

.autor-details p {
    color: white;
    margin-bottom: 0;
    text-align: center;
}

.small-text {
    font-size: 13px;
}

.large-text {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.author-image {
    margin-right: 15px;
}


/*blog*/

.blog-item {
    text-align: justify;
}

.blog-item p {
    font-size: 17px;
    color: #818181;
}

.blog .title a {
    text-decoration: none;
}

p.date {
    font-size: 15px;
    text-transform: uppercase;
}

.blog-item h5 {
    margin-bottom: 15px;
}

.blog-item .btn.btn-link {
    margin-top: 15px;
    color: #2c3967;
    font-weight: 500;
}

.blog-item .btn.btn-link:hover,
.blog-item a:hover h6 {
    color: #0087FF;
    text-decoration: none;
}

.blog.slanted-effect:after {
    bottom: 0;
    -webkit-transform: skewY(0deg);
    -moz-transform: skewY(0deg);
    -o-transform: skewY(0deg);
    transform: skewY(0deg);
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -o-transform-origin: 0;
    transform-origin: 0;
}

.blog.slanted-effect {
    padding-bottom: 80px;
}

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}
/* Common style */

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 320px;
    max-width: 480px;
    max-height: 360px;
    width: 48%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*---------------*/
/***** Duke *****/
/*---------------*/

figure.effect-duke {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
}

figure.effect-duke img,
figure.effect-duke i {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-duke:hover img {
    -webkit-transform: scale3d(2, 2, 1);
    transform: scale3d(2, 2, 1);
    opacity: 0.6;
}

.blog-item figcaption {
    top: 0;
    position: absolute;
    bottom: 0;
    display: block;
    height: 50px;
    width: 50px;
    margin: auto;
    left: 0;
    right: 0;
}

figure.effect-duke i {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    border: 2px solid #2C3967;
    color: #2C3967;
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transform-origin: 50% -100%;
    -moz-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
    border-radius: 100%;
}

figure.effect-duke:hover i {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
/* Media queries */

@media screen and (max-width: 50em) {
    .grid figure {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }
}
/*footer*/

footer {
    font-size: 15px;
}

.home-map iframe {
    display: block;
}

.home-map {
    position: relative;
    padding: 0;
}

.footer-bottom ul {
    padding-left: 0;
    margin-bottom: 0;
}

.footer-bottom ul li {
    display: inline-block;
    padding-right: 5px;
    list-style-type: none;
}

.footer-bottom ul li a {
    color: white;
}

.footer-bottom {
    background-color: #2c3967;
    padding: 20px 0;
}

.footer-bottom p {
    text-align: right;
    color: white;
    font-size: 15px;
    margin-bottom: 0;
}

.contact-form .form-control {
    border: none;
    box-shadow: none;
    height: 45px;
    font-size: 1em;
}

.footer-form {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.form-part {
    background-color: rgba(255, 255, 255, 0.85);
    height: 100%; 
}

legend {
    margin-bottom: 30px;
    border-bottom: transparent;
    text-align:center;
}
.subitem .btn {
    margin-top: 35px;
    min-width: 200px;
}
.form-part .form-control {
    border: none;
    border-bottom: 2px solid #2c3967;
    border-radius: 0;
    box-shadow: none;
    height: 50px;
    width:100%;
    font-size: 16px;
    color: #2c3967;
    background-color: transparent;
    margin-bottom: 15px;
}

.btn-submit {
    min-width: 100%;
    padding: 10px;
    margin: 0 auto;
    display: table;
}
.form-inline .form-group{
    width:49%;
}

/*.form-part .form-group:nth-child(5) {
    margin-bottom: 60px;
}*/
/*contact*/

.map {
    padding: 0;
}

.map iframe {
    display: block;
}

.contact-page .form-control {
    border-radius: 0;
    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);
}

.title-left {
    margin-bottom: 30px;
}

.title-left h4 {
    text-transform: capitalize;
    color: #2c3967;
}

.contact-page #message {
    height: 160px;
}

.gray-bg {
    background: none repeat scroll 0 0 #F8F8F8;
}

.contact-address-icon i,
.contact-address-icon p {
    display: inline-block;
}

.contact-address-icon {
    float: left;
    margin-right: 20px;
    min-width: 85px;
}

.contact-address-text {
    display: table;
}

.contact-right-item img {
    margin-bottom: 10px;
}

.contact-address-detail {
    margin: 5px 0;
}

.contact-address-detail p {
    font-size: 16px;
}

.contact-address-icon i {
    font-size: 1.2em;
    padding-right: 5px;
}
/*.contact-pd {
    padding-bottom: 70px;
}*/

.internal-banner {
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.internal-banner .title {
    padding: 100px 0;
    margin-bottom: 0;
}

.internal-banner .title h1 {
    color: white;
    font-weight: bold;
}

.internal-banner h1:after {
    content: '';
    position: absolute;
    border-bottom: 3px solid #fff;
    left: 0;
    right: 0;
    top: auto;
    bottom: 30%;
    width: 100px;
    margin: auto;
}

.blog-page {
    margin-bottom: 30px;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 40px;
}

.blog-page h5 {
    margin-bottom: 10px;
}

.blog-page img:hover {
    opacity: 0.7;
}

.blog-page img {
    margin-bottom: 20px;
}

.blog-detail-banner p.date {
    color: white;
    text-align: center;
    top: 50px;
    position: relative;
}

.col-lg-4:nth-child(4) .services-item,
.col-lg-4:nth-child(5) .services-item {
    margin-bottom: 0;
}

.blog h5 {
    color: #2c3967;
}

.blog-page a h5:hover {
    color: #0087FF;
}

.blog-page a {
    text-decoration: none;
}

.categories-widget ul li,
.post-widget ul li {
    list-style-type: none;
}

.categories-widget ul li a,
.post-widget ul li a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 14px;
    margin-bottom: 11px;
    color: #000;
    text-decoration: none;
}

.post-widget ul li a {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.categories-widget ul,
.post-widget ul {
    padding-left: 0;
}
/*textarea.form-control {
    height: 200px !important;
}*/
.categories-widget ul li a:hover {
    border-bottom: 1px solid #0087FF;
}

.categories-widget ul li a:hover,
.post-widget ul li a:hover,
.post-widget ul li a:hover .small {
    color: #0087FF;
}

.post-widget ul li a:hover img {
    opacity: 0.7;
}

.blog-widget-mg .form-group {
    margin-bottom: 0;
}

.blog-widget h5 {
    margin-bottom: 20px;
}

.blog-widget-mg {
    margin-bottom: 30px;
}

.blog-post-img {
    float: left;
    margin-right: 10px;
}

.blog-post-text {
    display: table;
}

.post-widget ul li {
    display: table;
    margin-bottom: 30px;
}

.blog-detail img:hover {
    opacity: 1;
}

.blog-detail .blog-page img {
    margin-bottom: 20px;
}
/*faq*/

.faq-items .panel-group .panel {
    margin-bottom: 30px;
}

.faq-items .panel-default {
    box-shadow: -2px 8px 17px -16px rgba(0, 0, 0, 0.75);
    border: 1px solid #ddd;
}

.faq-items .panel-default>.panel-heading {
    background-color: transparent;
   padding: 0 15px;
}
.panel-heading a {
    padding: 20px 15px;
    display: block;
}
.faq-items .panel-title {
    color: #2C3967;
    font-size: 22px;
    line-height: 130%;
}

.faq-items a:hover {
    text-decoration: none;
}

.faq-items i {
    color: #2C3967;
    margin-top: 4px;
    font-size: 17px;
    text-align: right;
}

.faq-items .panel-body {
    font-size: 16px;
    line-height: 180%;
}

button.btn-primary {
    max-width: 202px;
    padding: 10px 18px;
}
/*about*/

.about-company {
    padding-top: 40px;
}

.introduction-about p {
    text-align: center;
    line-height: 180%;
}

.what-we-do-item h4 {
    margin-bottom: 10px;
}

.what-we-do {
    background-color: #2C3967;
    padding-bottom: 130px;
    padding-top: 40px;
}

.what-we-do-item h4,
.what-we-do-item p {
    color: white;
}
/* Thumbnail Box */

.btn.btn-mini {
    font-size: 0.63rem;
}
/* Carousel Control */

.control-box {
    text-align: right;
    width: 100%;
}

.carousel-control {
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}

.carousel ul li {
    list-style-type: none;
}

.carousel ul {
    margin: 0 auto;
    padding: 0;
}

.about-testimonials {
    padding-bottom: 50px;
}

.our-clients .thumbnail {
    padding: 0;
    margin: 0;
}

.our-clients .swiper-slide {
    width: 25%;
}
/*services*/

.services-item {
    position: relative;
    overflow: hidden;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
}

.effect-zoom-fade img {
     -webkit-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
   
}

.effect-zoom-fade:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1.5);
    -moz-tranform:scale(1.5);
    -o-tranform:scale(1.5);
    transform: scale(1.5);
}

.effect-zoom-fade figcaption::before {
    position: absolute;
    top: 10px;
    right: 30px;
    bottom: 10px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.effect-zoom-fade figcaption::before,
.effect-zoom-fade p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.effect-zoom-fade h4 {
    padding: 8% 0 0px 0;
    color: white;
    -webkit-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    -o-transform: translate(0, 60px);
    transform: translate(0, 60px);
    -webkit-transition: transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
}

.effect-zoom-fade p {
    margin: 0 auto;
    max-width: 300px;
    -webkit-transform: scale(1.2);
    -moz-tranform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    color: white;
    text-align: center;
    min-height: 122px;
}

.effect-zoom-fade:hover figcaption::before,
.effect-zoom-fade:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    transform: scale(1);
}

.services-item figure:hover h4 {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
}

.services-item figure {
    position: relative;
    overflow: hidden;
    /*background: #3085a3;*/
    background: #0565AD;
}

.services-item figure img {
    position: relative;
    opacity: 0.8;
}

.services-item figure figcaption,
.services-item figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 35px;
    text-decoration: none;
}

.services-item figure figcaption::before,
.services-item figure figcaption::after {
    pointer-events: none;
}

.we-help {
    padding-bottom: 100px;
}

.services-testimonials {
    padding: 80px 0;
}

.text-content p {
    text-align: center;
}

.text-content {
    margin-bottom: 40px;
}

.services-botttom-item {
    position: relative;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    text-align: center;
}

.services-botttom-item .icon {
    display: table;
    width: 110px;
    height: 110px;
    border: 5px solid #FFFFFF;
    margin: 0 auto 30px;
    color: #ffffff;
    box-shadow: 0px 0px 1px 0px rgba(1, 1, 1, 1);
    -webkit-box-shadow: 0px 0px 1px 0px rgba(1, 1, 1, 1);
    -ms-box-shadow: 0px 0px 1px 0px rgba(1, 1, 1, 1);
    -o-box-shadow: 0px 0px 1px 0px rgba(1, 1, 1, 1);
    -moz-box-shadow: 0px 0px 1px 0px rgba(1, 1, 1, 1);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-radius: 100%;
}

.services-botttom-item .icon i {
    display: table-cell;
    vertical-align: middle;
    font-size: 2em;
}

.bg-blue {
    background: #00aeff;
}

.bg-purple {
    background: #9e70fc;
}

.bg-orange {
    background: #ffa800;
}

.services-botttom-item h5 {
    margin-top: 0;
}
/*resources*/

.board h4 {
    margin: 15px 0;
}

.board .nav-tabs {
    position: relative;
    text-align: center;
}

.useful-resources .board .nav-tabs {
    position: relative;
    text-align: center;
    padding-left: 100px;
}

p.narrow {
    width: 60%;
    margin: 10px auto;
}

.liner {
    height: 2px;
    background: #ddd;
    position: absolute;
    top: 38%;
    width: 46%;
    margin: 0 auto;
    z-index: 1;
}

.useful-resources .liner {
    width: 71%;
    top: 40%;
    right: 0;
    left: 0;
}

.useful-resources .nav-tabs li.active:after {
    left: 15%;
}

.board-inner p {
    text-align: left;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
    display: table;
}

.nav-tabs li a span i {
    display: table-cell;
    vertical-align: middle;
}

span.round-tabs.one {
    color: rgb(34, 194, 34);
    border: 2px solid rgb(34, 194, 34);
}

.nav-tabs li.active span.round-tabs.one {
    background: #fff !important;
    border: 2px solid #ddd;
    color: rgb(34, 194, 34);
}

span.round-tabs.two {
    color: #febe29;
    border: 2px solid #febe29;
}

.nav-tabs li.active span.round-tabs.two {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #febe29;
}

span.round-tabs.three {
    color: #3e5e9a;
    border: 2px solid #3e5e9a;
}

.nav-tabs li.active span.round-tabs.three {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

span.round-tabs.four {
    color: #f1685e;
    border: 2px solid #f1685e;
}

.nav-tabs li.active span.round-tabs.four {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

span.round-tabs.five {
    color: #999;
    border: 2px solid #999;
}

.nav-tabs li.active span.round-tabs.five {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}

.board-inner .nav-tabs > li.active > a span.round-tabs {
    background: #fafafa;
    color: #ddd;
}

.nav-tabs > li {
    width: 20%;
}

.nav-tabs li:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition: 0.1s ease-in-out;
}

.nav-tabs li.active:after {
    content: " ";
    position: absolute;
    left: 11%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ddd;
}
.resources .nav-tabs li:first-child.active:after{
    left:20%;
}
.resources .nav-tabs li:nth-child(2).active:after,
.resources .nav-tabs li:nth-child(3).active:after{
    left:14%;
} 

.nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px 0;
    border-radius: 100%;
    padding: 0;
}

.nav-tabs > li a:hover {
    background: transparent;
}

.useful-resources .nav-tabs > li {
    width: auto;
    display: inline-block;
    text-align: center;
    padding-right: 11%;
    float: none;
}

.useful-resources .nav-tabs > li a {
    margin: 10px auto;
}

.tab-pane {
    padding-top: 30px;
}

.btn.green {
    background-color: #5cb85c;
    color: #ffffff;
}

.nav-tabs>li .tooltip {
    font-size: 1em;
}

.resources .board .nav-tabs {
    position: relative;
}

.resources .nav-tabs > li {
    width: auto;
    float: none;
    display: inline-block;
    padding-right: 10%;
}

.resources .nav-tabs > li a {
    margin: 20px auto;
}

.resources .nav-tabs > li p {
    text-align: center;
}

.resources .liner {
    top: 38%;
    width: 40%;
    left: -8%;
    right: 0;
    margin: 0 auto;
}

.table-alphabet>table>tbody>tr>td>a {
    padding: 8px 15px;
    font-weight: bold;
    font-size: 17px;
    vertical-align: middle;
    display: table-cell;
}

.table-alphabet>table>tbody>tr>td {
    padding: 0;
    background-color: #F8F8F8;
    display: table;
    float: left;
    border: 1px solid #E8E8E8;
    border-right: none;
}

.table-alphabet>table>tbody>tr>td:last-child {
    border-right: 1px solid #E8E8E8;
}

#links h5 {
    margin-bottom: 15px;
}

#links p {
    margin-bottom: 20px;
}

.nav-tabs > li .tooltip {}

.table-alphabet {
    margin-bottom: 30px;
}

#fix.affix {
    position: fixed;
    top: 0;
    z-index: 1000;
    background-color: rgba(44, 57, 103, 0.93);
    height: 41px;
    padding: 0;
    border-radius: 0;
    font-size: 0.938em;
    width: 100%;
    left: 0;
    right: 0;
}

.#fix.affix {
    background-color: rgb(255, 255, 255);
    top: 0;
    border-bottom: 4px solid #276F11;
}

.table-alphabet.affix>table {
    background-color: transparent;
    margin: 0 auto;
}

.fixed {
    height: 117px;
}

.services-detail img {
    float: left;
    margin: 0 20px 10px 0px;
}

.services-detail h2 {
    margin-bottom: 20px;
}

.we-help-item .btn-link:hover {
    color: #00B3DB;
}

.client-commitment {
    padding-bottom: 125px;
}
/*sitemap*/

#cont a:hover {
    color: #666;
}

#cont td {
    font-weight: 100;
}

#cont tr {
    line-height: 200%;
}

#cont tr:nth-child(odd) {
    background: transparent;
}

.pager,
.pager a {
    background-color: #00AEEF;
    color: #fff;
    padding: 3px;
}

.lhead {
    background-color: #fff;
    padding: 3px;
    font-weight: bold;
    font-size: 16px;
}

.lpart {
    background-color: transparent;
}

.lcount {
    background-color: #00AEEF;
    color: #fff;
}

a.aemphasis {
    color: #009;
    font-weight: bold;
}

.our-clients .swiper-container {
    padding-bottom: 40px;
}
.services-item figure figcaption .btn-primary {
     font-size: 1em;
    color: white;
    border-color: white;
    padding: 3px 10px;
    opacity: 0;
}
span.btn.btn-primary:hover {
    background: none;
}
.services-item figure:hover .btn-primary {
    opacity: 1;
}
.services-botttom-item p {
    text-align: center;
}
[class*="bg-overlay-"] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

[class*="bg-overlay-"]:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 510px;
  top: 0;
  left: 0;
}

.bg-overlay-0:before {
  opacity: 0;
}
.bg-overlay-black:before {
    background-color: rgba(0, 0, 0, 0.77);
}
.bg-overlay-1:before {
  opacity: 0.1;
}
.bg-overlay-2:before {
  opacity: 0.1;
}
.bg-overlay-3:before {
  opacity: 0.1;
}
.bg-overlay-4:before {
  opacity: 0.1;
}
/*.form-part textarea.form-control {
    height: 50px !important;
}*/
.tp-caption.decision-text{
    margin: -4% 0 !important;
}

.services-top a{
    text-decoration: none;
    display: block;
}
.ira-content h6 {
    margin-top: 0;
    color: #333339;
    font-size: 0.9em;
}
.applications-content img {
    margin-bottom: 20px;
}
.order-success-text p{
    text-align: center;
    margin-bottom: 30px;
    line-height: 150%;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 170px;
    padding-left: 0;
    text-align: left;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-content.about {
    min-width: 200px;
    padding-left: 0;
}
.dropdown-content li {
    list-style: none;
    padding: 0;
    border-bottom: 1px solid #2c3967;
}
.dropdown-content li:last-child {
    border-bottom: 0;
}
.dropdown-content li:hover {
    background-color: #2c3967;
}
ul.dropdown-content.about li a {
    color: #2c3967;
    padding: 12px 10px;
    font-size:16px;
}
ul.dropdown-content.dropdown-menu{
    margin:0;
    padding: 0;
    border-radius:0;
    border:0;
        box-shadow: none;
}
ul.dropdown-content.about li:hover a {
    color: white;
    background: #2c3967;
}
ul.dropdown-content.about li a:hover {
    text-decoration:none;
}
.tp-simpleresponsive ul li {
    z-index: 0 !important;
}