body{
    font-size: 16px;
    line-height: 1.125;
    font-family: 'Open Sans', sans-serif;
}
h1,h2, h3, h4,h5,h6{
    margin-top: 0;
    line-height: 1.125;
    margin-bottom: 5px;
    font-weight: 700;
}
strong, b{
    font-weight: 700;
}
p{
	line-height: 1.5;
	margin-bottom: 15px;
	color: #010101;
}
ul, ol{
    line-height: 1.5;
    margin-bottom: 5px;
}
a, button, input, textarea, select{
    outline: none !important;
}
textarea{
    resize: vertical;
}
a, button{
    transition: all ease-in-out 300ms;
    text-decoration: none !important;
}

/*Scroll to top*/
.scroll-top{
    display: block;
    position: fixed;
    padding: 0;
    margin: 0;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 0;
    background: rgba(0, 0, 0, 0.95);
    border-radius: 5px;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: all ease-in-out 300ms;
    z-index: 991;
}
.scroll-top:before{
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -6px;
}
.scroll-top.in{
    opacity: .4;
}
.scroll-top:hover{
    opacity: 1;
}
.navbar-toggler{
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
}
.navbar{
    padding: 0;
}
.navbar-nav .nav-link{
    color: #000;
    font-weight: 700;
}
.bars-item{
    width: 30px;
    display: block;
    height: 3px;
    background: #fff;
    margin-bottom: 5px;
}
.bg-cover{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.vc{
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.vc-inner{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 991;
    padding: 10px 0;
}
#header .navbar-nav .nav-link{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}
#header .navbar-nav .nav-item.active .nav-link{
    border-bottom: 2px solid #5385e9;
}
.banner-carousel .slick-slide{
    position: relative;
    height: 780px;
}
.banner-carousel .slick-slide:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .35;
}
.banner-carousel .slick-slide .inner{
    padding: 15px;
    text-align: center;
    color: #fff;
}
.slick-dots{
    list-style: none;
    position: absolute;
    bottom: 30px;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    z-index: 9;
}
.slick-dots li{
    display: inline-block;
    padding: 0 5px;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    color: transparent;
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 180%;
    border: 2px solid #fff;
    padding: 0;
    margin: 0;
}
.slick-dots li.slick-active button{
    background: #000;
}
.slick-arrow{
    position: absolute;
    top: 50%;
    z-index: 99;
    border: 0;
    background: none;
    padding: 0;
    font-size: 45px;
    color: #fff;
    transform: translateY(-50%);
}
.slick-prev{
    left: 30px;
}
.slick-next{
    right: 30px;
}

.banner-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 780px;
    text-align: center;
}
.banner-overlay h2{
    font-size: 53px;
    line-height: 1.2;
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.banner-text{
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f0f0f0;
}
.banner-text.white-bg{
    background: #fff;
}
.banner-text h2{
    font-size: 33px;
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    margin-bottom: 15px;
}
.banner-text p:last-child{
    margin-bottom: 0;
}

.home-features{
    padding-top: 75px;
    padding-bottom: 15px;
}
.feature-box{
    display: block;
    text-align: center;
    border: 1px solid #e5f0ff;
    padding: 0 15px 25px;
    margin-bottom: 30px;
    color: #323d4b;
    vertical-align: middle;
}
.feature-box i{
    vertical-align: middle;
}
.feature-box .icon{
    text-align: center;
}
.feature-box .icon img{
    display: inline-block;
    position: relative;
    top: -2px;
}
.feature-box .icon{
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    line-height: 60px;
    border-radius: 180%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
    margin-bottom: 25px;
    background: #000;
}
.feature-box h2{
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.feature-box p{
    margin-bottom: 0;
    font-size: 14px;
    color: #323d4b;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.page-contact-section{
    padding-top: 35px;
    padding-bottom: 10px;
    background: #2c2c2c;
    color: #fff;
    font-size: 14px;
}
.contact-box{
    margin-bottom: 30px;
}
.page-contact-section h2{
    font-size: 20px;
    margin-bottom: 15px;
}
.page-contact-section a{
    color: #fff;
}
.page-contact-section address table tr td{
    padding-right: 15px;
    padding-bottom: 5px;
}
.page-contact-section address table{
    margin-bottom: 15px;
}
.page-contact-section ul{
    display: block;
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}
.page-contact-section ul li{
    display: block;
    margin-bottom: 5px;
}

.page-banner{
    height: 425px;
    position: relative;
    color: #fff;
}
.page-banner h2{
    font-size: 45px;
    margin-bottom: 0;
}
.page-banner p{
    font-size: 27px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}
.page-banner address{
    font-size: 20px;
    line-height: 1.4;
    padding-top: 15px;
}
.page-banner address a{
    color: #fff;
}


.of-features{
    padding-top: 55px;
}
.of-ft-box{
    max-width: 480px;
    color: #fff;
    position: relative;
    padding-left: 55px;
    margin-bottom: 55px;
}
.of-ft-box .icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 180%;
    background: #fff;
    overflow: hidden;
    text-align: center;
}
.of-ft-box .icon img{
    display: inline-block;
    max-width: 100%;
}

.of-ft-box h3{
	font-size: 23px;
	color: #0F0F0F;
}
.of-ft-box p{
    margin-bottom: 0;
}

.cp-section{
    padding-top: 80px;
    padding-bottom: 100px;
}

.cp-section h2{
    font-size: 33px;
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    margin-bottom: 50px;
}
.cp-box{
    position: relative;
    margin-bottom: 60px;
    text-align: justify;
}
.cp-box img{
    display: block;
    max-width: 100%;
    margin: 0 auto 10px;
}
.cp-box h3{
    font-size: 19px;
    text-align: center;
    margin-bottom: 10px;
    color: #000;
}
.cp-box h4{
    text-transform: uppercase;
    text-align: center;
    font-size: 35px;
    color: #000;
    margin-bottom: 10px;
}
.cp-box-1 h3{
    color: #8e7a78;
}
.cp-box-1 h4 span{
    color: #8e7a78;
}

.cp-box-2 h3{
    color: #958976;
}
.cp-box-2 h4 span{
    color: #958976;
}

.cp-box-3 h3{
    color: #828a94;
}
.cp-box-3 h4 span{
    color: #828a94;
}

.cp-box-4 h3{
    color: #706765;
}
.cp-box-4 h4 span{
    color: #706765;
}

.cp-long-term .cp-label{
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color: #000;
}
.cp-long-term .arrow{
    font-size: 30px;
    color: #000;
    text-align: right;
    position: relative;
    overflow: hidden;
}
.cp-long-term .arrow:before{
    content: '';
    position: absolute;
    top: 50%;
    left: -3px;
    width: 100%;
    height: 4px;
    background: #000;
    margin-top: -2px;
}

.contact-spacer{
    height: 70px;
    background: #f2f2f2;
}

.contact-section{
    padding-top: 80px;
    padding-bottom: 90px;
}
.contact-section h2{
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.contact-section h2 a{
    color: #337cab;
    margin-left: 4px;
}

.input-wrapper{
    position: relative;
    margin-bottom: 15px;
}
.input-wrapper .form-control{
    border-color: #eeeeee;
    color: #000;
    font-size: 14px;
    padding: 10px 15px;
}
.input-wrapper .form-control::placeholder{
    color: #737373;
}

.mb-30{
    margin-bottom: 30px;
}
.mb-80{
    margin-bottom: 80px;
}
.btn-primary{
    background: #5d728f;
    border-color: #5d728f;
    padding: 10px 15px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
}
.fw-btn{
    padding-top: 10px;
}
.map-wrapper iframe{
    width: 100%;
}

.tb-section{
    padding-top: 80px;
    padding-bottom: 100px;
    background: #e2e3e3;
    border-bottom: 40px solid #8c8c8c;
}

.tb-section .heading{
    margin-bottom: 60px;
}
.tb-section .heading h2{
    font-size: 33px;
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    margin-bottom: 15px;
}

.tb-box{
    display: block;
    margin-bottom: 30px;
}
.tb-box img{
    display: block;
    width: 100%;
    height: auto;
    transition: all ease-in-out 300ms;
    border: 1px solid transparent;
    filter: grayscale(1);
}
.tb-box:hover img{
    transform: scale(1.12);
    border-color: #ccc;
    filter: grayscale(0);
}

.team-box{
    cursor: pointer;
    margin-bottom: 30px;
}
.team-box .content{
    display: none;
}

.team-box .thumb{
    position: relative;
}
.team-box .thumb img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.team-box .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    transition: all ease-in-out 300ms;
}
.team-box:hover .overlay{
    opacity: 1;
}
.team-box .overlay .inner{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px;
    text-align: center;
    color: #fff;
    width: 100%;
}
.team-box .overlay .inner p{
    margin-bottom: 0;
    color: #fff;
}
.team-box .overlay .inner a{
    color: #fff;
    font-size: 14px;
}
.team-box .overlay h5{
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 5px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.team-box .overlay h5:after{
    position: absolute;
    content: '';
    height: 2px;
    width: 35%;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}
.team-box .overlay p{
    font-size: 14px;
}

.tb-content{
    text-align: left;
}
.tb-content img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 15px;
}
.tb-content p{
    max-width: 600px;
    margin: 0 auto 15px;
    font-size: 14px;
}
.tb-content h6{
    max-width: 800px;
    margin: 0 auto 5px;
    font-size: 20px;
    text-align: center;
}
.tb-content p em{
    display: block;
    text-align: center;
}
.tb-content .fab{
    color: #5795d0;
}

#footer{
    background: #363636;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    color: #fff;
}
#footer a{
    color: #fff;
}
.copyright{
    line-height: 47px;
}


@media (min-width: 1400px){
    .container-fluid{
        padding-left: 60px;
        padding-right: 60px;
    }
    #header .navbar-nav .nav-item{
        padding-left: 20px;
        padding-right: 20px;
    }
    #header .navbar-nav .nav-link{
        padding-left: 0;
        padding-right: 0;
    }
}
@media(min-width: 992px){
    #header .navbar-nav .nav-link{
        padding: 5px 0;
    }
    #header .navbar-nav .nav-item{
        padding-left: 20px;
        padding-right: 20px;
    }
    .copyright{
        text-align: right;
    }
}

@media(max-width: 991px){
    .navbar-collapse{
        background: #fff;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #header .navbar-nav .nav-link{
        color: #000;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #header .navbar-nav{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .feature-box{
        margin-bottom: 60px;
    }
    .home-features{
        padding-bottom: 0;
    }
    #footer{
        text-align: center;
    }
    .footer-logo{
        margin-bottom: 10px;
    }
    .tb-box img{
        filter: grayscale(0) !important;
        transform: none !important;
    }
    .team-box .overlay{
        opacity: 1 !important;
        position: static;
    }
    .team-box .overlay .inner {
        position: static;
        top: 0;
        transform: none;
        padding: 15px;
        text-align: center;
        color: #fff;
        width: 100%;
    }
}

@media (max-width: 767px){
    .banner-overlay h2 {
        font-size: 25px;
    }
    .banner-text h2 {
        font-size: 25px;
    }
    .banner-overlay{
        height: 450px;
    }
    .banner-carousel .slick-slide{
        height: 450px;
    }
    .page-banner h2 {
        font-size: 37px;
    }
    .page-banner p {
        font-size: 22px;
    }
    .cp-section h2 {
        font-size: 37px;
    }
    .cp-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .contact-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
