/* -------------------------------- 

Font Collection

-------------------------------- */
@font-face {
    font-family: 'montserratlight';
    src: url(../fonts/montserrat-light-webfont.woff2) format("woff2"),url(../fonts/montserrat-light-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'montserratsemi_bold';
    src: url(montserrat-semibold-webfont.woff2) format("woff2"),url(montserrat-semibold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

/* -------------------------------- 

Common Style

-------------------------------- */
body {
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    color: #686868;
}

/* -------------------------------- 

Header Style

-------------------------------- */
.header .jumbotron {
	height: 662px;
    background: url(../img/banner-bg.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.jumbotron .container {
    position: relative;
}

.jumbotron:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 35px transparent;
    border-left: solid 35px #fff;
    border-right: solid 35px #fff;
}

.logo {
    display: block;
}

.logo img {
    width: 162px;
}

.cd-nav-trigger {
    top: 0;
    right: 15px;
    height: 40px;
    width: 40px;
    z-index: 5;
/* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    position: absolute;
    background: url(../img/menu-bg.png) no-repeat center center;
}

.cd-intro-content {
    background: rgba(0, 0, 0, 0) url("../img/hero-text-bg.png") repeat scroll 100% center;
    margin: 5em auto 0;
    max-width: 1068px;
    width: 90%;
}

.cd-intro-content .content-wrapper {
    max-width: 100%;
    padding: 3em 4em;
}

.cd-intro-content h2 {
    font-family: 'montserratlight',sans-serif;
    font-size: 2.5em;
    line-height: 1.3;
    color: #fff;
}

.cd-intro-content h2 strong {
    font-family: 'montserratsemi_bold',sans-serif;
}

.scroll-icon {
    bottom: 35px;
    position: absolute;
    width: 100%;
}

.scroll-icon::before,.scroll-icon::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 35px;
    position: absolute;
    width: 50%;
}

.scroll-icon::before {
    bottom: -35px;
    left: -34px;
}

.scroll-icon::after {
    bottom: -35px;
    right: -34px;
}

/* -------------------------------- 

About Section Style

-------------------------------- */
.about .page-header {
    margin-top: 30px;
    border: none;
}

.page-title {
    color: #454545;
    font-family: "Montserrat",sans-serif;
    font-size: 1.875em;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.page-title::after,.page-title::after {
    background-color: #2267ad;
    bottom: -14px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 75px;
}

.about .page-header > p {
    padding: 20px 21%;
}

.features .thumbnail {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    padding: 0;
}

.features .thumbnail img {
    float: left;
    padding-top: 8px;
}

.features .thumbnail .caption {
    margin-left: 20%;
    padding: 0;
    width: 80%;
}

.caption h4 {
    font-size: 1em;
    font-weight: 700;
    line-height: 23px;
    margin: 0;
    padding-bottom: 12px;
    padding-top: 3px;
}

.about .info {
    padding: 4% 7%;
}

.about .info p {
    padding-bottom: 17px;
}

/* -------------------------------- 

Key Points Section Style

-------------------------------- */
.key-points {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    background: url(../img/key-points-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.key-points ul {
    margin-bottom: 0;
}

.key-points ul li {
    padding: 7.5% 6%;
}

.key-points ul li:nth-child(2) {
    position: relative;
}

.key-points ul li:nth-child(2):before,.key-points ul li:nth-child(2):after {
    content: "";
    display: block;
    width: 6px;
    height: 103px;
    position: absolute;
    background: url(../img/separator.png) no-repeat center center;
    margin: auto;
    top: 0;
    bottom: 0;
}

.key-points ul li:nth-child(2):before {
    left: -3px;
}

.key-points ul li:nth-child(2):after {
    right: -3px;
}

/* -------------------------------- 

Contact Style

-------------------------------- */
.contact {
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    background: #282f32;
    color: #fff;
}

.contact address {
    margin-bottom: 24%;
    margin-top: 23%;
    padding-left: 40px;
}

.contact address strong {
    font-weight: 400;
}

.contact address span {
    background: #181c1e none repeat scroll 0 0;
    display: block;
    float: left;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin-right: 18px;
    text-align: center;
    width: 50px;
}

/* -------------------------------- 

Footer Style

-------------------------------- */
.footer {
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
    color: #636c72;
    background: #31383e;
}
.footer-text {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
}
.s-num {
    display: table;
    margin: 24px 0;
    text-align: left;
}
.footer ul {
    margin: 20px 0;
    display: table;
    width: 100%;
    text-align: center;
}


.footer ul > li {
    position: relative;
    padding: 0 20px;
}

.footer ul > li:not(:last-child)::after {
    background: #636c72 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 12px;
    margin: auto;
    position: absolute;
    right: -2px;
    top: 0;
    width: 1px;
}

/* -------------------------------- 

Contact Page Style

-------------------------------- */
.page .header .jumbotron {
    height: 300px;
    margin-bottom: 0;
    background-position: center center;
}

.page .jumbotron::after {
    display: none;
}

.contact-page .content {
    padding-top: 3.5%;
    padding-bottom: 6%;
}

/* .contact-page .content .container {
  height: 520px;
  background: url('../img/contact-test.jpg') no-repeat center center;
  padding-top: 40px;
} */
.contact-page .page-title {
    font-size: 1.5em;
}

.contact-page .page-title::after {
    bottom: -16px;
}

.contact-page .content address {
    color: #686868;
    padding-top: 28px;
}

.contact-page .content address strong {
    font-weight: 700;
    font-size: 1.2em;
    display: inline-block;
    margin-bottom: 8px;
}

.contact-page .content address .phone {
    padding-top: 32px;
}

.contact-page .content address .email {
    padding-top: 15px;
}

.contact-page .content address .fa {
    color: #2267ad;
    padding-right: 10px;
}

.contact-page .content small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin-top: 72px;
    padding: 0 6%;
}

/* -------------------------------- 

About Page Style

-------------------------------- */
.about-page .content {
    padding-top: 25px;
    padding-bottom: 45px;
}

.about-page .page-title {
    font-size: 1.5em;
}

.about-page .page-title::after {
    bottom: -15px;
    left: 0;
    margin: 0;
    width: 50px;
}

.about-page .thumbnail {
    border: medium none;
    border-radius: 0;
    float: left;
    margin-bottom: 0;
    margin-right: 6%;
    margin-top: 23px;
    padding: 0;
    width: 200px;
}

.about-page .caption strong {
    color: #454545;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
}

.bio p {
    line-height: 24px;
    color: #686868;
}

.first-para {
    padding-top: 30px;
}

.bio h3 {
    color: #454545;
    font-family: "Montserrat",sans-serif;
    font-size: 17.97px;
    padding-left: 15px;
    margin-top: 30px;
    margin-bottom: 17px;
}

.bio ul {
    padding-left: 15px;
}

.bio ul li {
    margin-bottom: 7px;
    position: relative;
    padding-left: 10px;
}

.bio ul li::after {
    content: "";
    display: block;
    width: 10px;
    height: 16px;
    position: absolute;
    left: -15px;
    background: url(../img/list-image.png) no-repeat;
    margin: auto;
    top: 0;
    bottom: 0;
}

.bio-nav {
    margin-top: 40px;
}

.bio-nav > li + li {
    margin-top: 10px;
}

.bio-nav > li > a {
    border-radius: 4px;
    padding: 24px 15px;
    border: 2px solid #ddd;
    border-radius: 0;
    color: #2267AD;
    text-transform: uppercase;
    font-weight: 300;
    transition: all .5s ease;
    pointer-events: none;
}

.bio-nav > li.active > a,.bio-nav > li.active > a:focus,.bio-nav > li.active > a:hover {
    background-color: #2267AD;
    border-radius: 0;
    font-family: "Montserrat",sans-serif;
    font-size: 20px;
    border: 2px solid transparent;
    text-transform: none;
    color: #fff;
}

.bio-nav > li > a:focus,.bio-nav > li > a:hover {
    background-color: #2267AD;
    color: #fff;
    border: 2px solid #2267AD;
}

.tag-line {
    font-size: 28px;
    text-transform: none;
    padding: 75px 0;
}

/* -------------------------------- 

Responsive Style

-------------------------------- */
/* Large desktops and laptops */
@media (min-width: 1920px) {
    body.page .header .jumbotron {
        background-position: center 30%;
    }
    .header .jumbotron {
		background-position: center 20%;
	}
}


/* Large desktops and laptops */
@media (min-width: 1200px) {
    .page .header .jumbotron {
        background-position: center 20%;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .contact address {
        padding-left: 20px;
    }

    .key-points {
        font-size: 16px;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .features .thumbnail img {
        float: none;
        padding-bottom: 10px;
    }

    .features .thumbnail .caption {
        margin-left: 0;
        text-align: center;
        width: 100%;
    }

    .cd-intro-content h2 {
        font-size: 2em;
    }

    .contact address {
        padding-left: 20px;
    }

    .key-points {
        font-size: 14px;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .features .thumbnail img {
        float: none;
        padding-bottom: 10px;
    }

    .features .thumbnail .caption {
        margin-left: 0;
        text-align: center;
        width: 100%;
    }

    .cd-intro-content h2 {
        font-size: 2em;
    }

    .key-points .list-inline > li {
        display: block;
        padding: 35px;
    }

    .key-points ul li:nth-child(2)::before,.key-points ul li:nth-child(2)::after {
        background: rgba(0,0,0,0) url(../img/separator-x.png) no-repeat scroll center center;
        height: 6px;
        width: 103px;
    }

    .key-points ul li:nth-child(2)::before {
        left: 0;
        right: 0;
        top: -98px;
    }

    .key-points ul li:nth-child(2)::after {
        bottom: -98px;
        left: 0;
        right: 0;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    .cd-intro-content .content-wrapper {
        padding: 1em;
    }
    .cd-intro-content h2 {
        font-size: 1.6em;
    }
    .about .page-header > p {
        padding: 20px 5%;
    }
    .s-num {
        float: none;
        margin: 10px 0;
        width: 100%;
        text-align: center;
    }
    .footer ul {
        float: none;
        width: 100%;
    }

    .contact address {
        text-align: center;
        padding-left: 0;
    }

    .contact address span {
        float: none;
        margin: 0 auto 10px;
    }
    .about-page .thumbnail {
        width: 100%;
    }
    .cd-intro-content {
        margin: 3em auto 0;
    }
}