body {
    background-color: #fff;
    padding: 28px;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    color: #231F20;
}

.main-container {
    max-width: 1244px;
    /*background-color:#fff;
	border:1px solid #e7e9eb;*/
    padding: 27px;
    margin: 0 auto;
}

.main-container .container {
    padding: 0;
    margin: 0;
    width: 100%;
}

.main-container .container .row {
    margin-right: 0;
    margin-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #231F20;
}

a {
    color: #3259A6;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.form-control {
    border: 1px solid #e7e9eb;
    border-radius: .5rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
    padding: 9px 12px;
    height: auto;
}

.form-control:focus {
    border-color: #cdcfd1;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary {
    color: #fff;
    background-color: #3259A6;
    border: 0;
    font-size: 13px;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #1a428f;
}

.navbar-brand {
    overflow: inherit;
    height: auto;
    padding: 0;
    margin-top: -10px;
}

.navbar-brand img {
    width: 300px;
}

p,
li {
    margin: 0 0 20px;
}

strong {
    font-weight: 600;
}

ol.type-letter {
    list-style: lower-alpha;
    list-style-type: lower-alpha
}

.btn {
    border-radius: .5rem;
    padding: 9px 15px 8px;
}

.btn.btn-blue-line {
    border: 2px solid #3259A6;
    color: #3259A6;
    font-weight: 500;
}

.btn.btn-blue-line:hover {
    color: #fff;
    background-color: #3259A6;
}

.text-grey {
    color: #6f747a;
}

hr.seperator {
    border-top: 1px solid #f7f8f8;
    margin: 10px -27px;
}

abbr[title],
abbr[data-original-title] {
    border-bottom: 0;
}

/*Nav*/
.navbar-nav {
    float: right;
    margin-top: 5px;
}

.nav > li > a {
    color: #292c2f;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent !important;
}

.nav > li > a:hover {}

.nav > li.active > a,
.nav > li > a:hover,
.nav > li > a:active {
    color: #3259A6;
}

.nav > li:last-child > a {
    padding-right: 0;
}

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

.navbar-toggle {
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.header-main {
    /*border-bottom: 1px solid #f7f8f8;*/
    margin-left: -27px;
    margin-right: -27px;
}

.header-main .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.header-main h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 27px;
    line-height: 150%;
    margin-top: 0;
    margin-bottom: 30px;
}

.header-main h5 {
    margin-bottom: 0;
}

.header-main img.header-image {
    border-radius: 2rem;
    border-top-left-radius: 6rem;
}

.header-main h5,
.expertise h5,
.about-contact h5,
.subpage-div h5 {
    font-size: 15px;
    color: #959799;
    letter-spacing: 3px;
    line-height: 25px;
}

.expertise {
    padding: 40px 0;
}

.expertise h4 {
    font-size: 16px;
}

.expertise-box {
    color: #4f5154;
    margin-bottom: 35px;
}

.contact-bar {
    background-color: #f8fafc;
    padding: 50px 30px;
    margin: 0 -27px 0 -27px;
    font-size: 18px;
    font-weight: 300;
}

.about-contact {
    padding: 40px 0;
}

/*Subpage*/
.subpage-div .header-div {
    margin-bottom: 40px;
}

.subpage-div h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 1px;
}

.subpage-div img.about-image {
    border-radius: 2rem;
    border-bottom-right-radius: 6rem;
}

.subpage-div img.contact-image {
    border-radius: 2rem;
    border-bottom-left-radius: 6rem;
    margin-bottom: 2rem;
}

.subpage-div hr,
.cta-bottom hr {
    border: 1px solid #3259A6;
    width: 20px;
    margin: 0 auto
}

.cta-bottom {
    padding: 50px 0 40px;
}

.cta-bottom h4 {
    margin-top: 20px;
}

/*Icons*/
.ico-check {
    width: 27px;
    height: 27px;
    background-image: url(../img/ico-check.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-bottom: 3px;
}

.ico-telephone {
    width: 19px;
    height: 19px;
    background-image: url(../img/ico-telephone.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-left: 5px;
}

.ico-cellphone {
    width: 19px;
    height: 19px;
    background-image: url(../img/ico-cellphone.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-left: 5px;
}

/*Footer*/
.footer {
    max-width: 1244px;
    margin: 10px auto 20px;
    font-size: 11px;
    border-top: 1px solid #f7f8f8;
    color: #a3a8ac;
    padding-top: 10px;
}

.social-icons a {
    background-image: url(../img/social-icons.png);
    background-repeat: no-repeat;
    background-size: 22px;
    display: inline-block;
    margin-left: 5px;
    width: 22px;
    height: 22px;
    margin-top: 5px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.social-icons a.ico-facebook {
    background-position: 0 -22px;
}

.social-icons a.ico-facebook:hover {
    background-position: 0 0;
}

.social-icons a.ico-twitter {
    background-position: 0 -66px;
}

.social-icons a.ico-twitter:hover {
    background-position: 0 -44px;
}

.social-icons a.ico-linkedin {
    background-position: 0 -110px;
}

.social-icons a.ico-linkedin:hover {
    background-position: 0 -88px;
}


.navbar-toggle .icon-bar {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

/* END ANIMATED X */
@media (min-width: 1200px) {}

@media (min-width: 768px) {
    .navbar-nav > li {
        margin: 0;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .header-main h1 {

        margin-bottom: 10px
    }

    .header-main h5 {
        margin-bottom: 0;
    }

    .btn {
        font-size: 13px;
    }

    .contact-bar {
        font-size: 16px;
    }

    .navbar-brand {
        width: 175px;
        margin: -5px;
    }

    .navbar-header {
        width: 45px;
        overflow: hidden;
    }

    .navbar-nav > li > a {
        padding: 7px 10px;
    }
}

@media (max-width: 767px) {
    body {
        padding: 18px 16px;
    }

    hr.seperator {
        margin: 10px -15px;
    }

    .header-main h1 {}

    .header-main {
        text-align: center;
    }

    .header-main .row {
        display: block;
    }

    .header-main .btn.btn-blue-line {
        margin: 0 auto;
    }

    .header-main h5,
    .expertise h5,
    .about-contact h5 {
        font-size: 13px;
    }

    .btn {
        font-size: 13px;
    }

    .contact-bar {
        padding: 30px 20px;
        font-size: 16px;
    }

    img.header-image {
        max-height: 270px;
        margin-top: 30px;
    }

    .navbar-nav {
        float: none;
        margin-top: 0;
    }

    .navbar-brand {
        width: 200px;
    }

    .header-main,
    .contact-bar,
    .subpage-div,
    .main-container .container .row-contact {
        margin-left: -15px;
        margin-right: -15px;
    }

    .main-container {
        padding: 15px;
    }

    .navbar-nav > li > a {
        padding-left: 0;
    }

    .expertise,
    .about-contact {
        padding: 40px 0;
    }

    .subpage-div h1 {
        font-size: 24px;
        line-height: 34px;
    }

    address {
        margin-top: 20px;
    }
}
