.contact-info-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;
    padding: 0 15px
}

.contact-item:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 40%
}

@media (max-width:991px) {
    .contact-item {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 50% !important;
        flex: 1 1 50% !important;
        max-width: 50% !important
    }
}

@media (max-width:767px) {
    .contact-item {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 100% !important;
        flex: 1 1 100% !important;
        max-width: 100% !important
    }
}

.contact-item .font-highlight {
    color: #0071b9;
    font-size: 1.5rem;
    font-weight: 800
}

.contact-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1.25rem;
    background-color: #3793D0;
    width: 50px;
    height: 50px;
    margin-right: 1rem;
    color: #fff;
    border-radius: 50%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-top: .75rem
}

.language-dropdown button {
    border: 1px solid #4d4d4d;
    background-color: transparent;
    color: #4d4d4d;
    padding: 5px 20px;
    border-radius: 30px
}

.language-dropdown button:active,
.language-dropdown button:focus,
.language-dropdown button:focus-within,
.language-dropdown button:hover {
    background-color: #fff !important;
    color: #F9C733 !important
}

@media (max-width:991px) {
    .language-dropdown button {
        border: none;
        padding: 5px
    }

    .language-dropdown button:active,
    .language-dropdown button:focus,
    .language-dropdown button:focus-within,
    .language-dropdown button:hover {
        background-color: transparent !important;
        color: #fff !important
    }
}

.language-dropdown .dropdown-menu {
    margin: 0;
    overflow: hidden;
    min-width: 6rem;
    text-align: center;
    padding: 0
}

.language-dropdown .dropdown-menu .dropdown-item {
    padding: .25rem 0
}

.language-dropdown .dropdown-menu .dropdown-item:active {
    background-color: rgba(34, 48, 79, .15);
    color: #4d4d4d
}

@media (max-width:991px) {
    .language-dropdown .dropdown-menu {
        min-width: 4rem
    }
}

.trn-ntab {
    position: relative;
    width: calc(100% - 150px)
}

.trn-ntab-mb {
    display: none
}

@media (max-width:575px) {
    .trn-ntab {
        display: none
    }

    .trn-ntab-mb {
        display: block
    }

    .trn-ntab-mb #navtabs-mobile {
        padding-left: 1rem;
        height: 41px;
        border: none;
        border-right: 1px solid #3793D0;
        border-bottom: 1px solid #3793D0
    }

    .trn-ntab-mb::after {
        content: '';
        background-image: url(../img/icon/chev-d.svg) !important;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 9;
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.trn-ntab .nav-tabs {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto;
    border: none
}

.trn-ntab .nav-link {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    padding: .5rem 2rem;
    border-bottom: 1px solid #dee2e6;
    white-space: nowrap
}

.trn-ntab .nav-link:before {
    height: 80%;
    width: 1px;
    background-color: #dee2e6;
    position: absolute;
    right: -1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: ''
}

.trn-ntab .nav-link.active {
    border: none;
    position: relative;
    background-color:#F9C733;
    color: #fff!important;
}

/* .trn-ntab .nav-link.active:after {
    width: 90%;
    height: 3px;
    background-color: #F9C733;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: ''
} */

.trn-ntab .nav-tabs .nav-link:focus,
.trn-ntab .nav-tabs .nav-link:hover {
    /* border-color: transparent transparent #F9C733 transparent */
    color: #fff!important;
    background-color:#F9C733
}

.nav-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 150px;
    flex: 1 1 150px;
    max-width: 150px;
    height: 41px;
    background-color: transparent;
    color: #F9C733;
    font-size: 18px;
    font-family: prompt-regular;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

#nav-tabContent .tab-pane>section {
    background: #fff;
    padding: 2rem 3rem;
    margin-bottom: 3rem
}

@media (max-width:575px) {
    #nav-tabContent .tab-pane>section {
        padding: 1rem 1.5rem
    }
}

#nav-tabContent .tab-pane>section>.mt-5 {
    margin-top: 1rem !important
}

.news-table {
    border-top: 1px solid #ccc;
    padding-top: 1.5rem
}

.news-table .table-rows {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1.5rem
}

.news-table .date {
    display: inline-block;
    background-color: #0071b9;
    color: #fff;
    padding: .15rem .75rem;
    font-size: .865rem
}

.news-table .content {
    margin: 1.5rem 0
}

.news-table .content span {
    font-size: .85rem;
    margin-left: .5rem;
    margin-right: .5rem
}

.news-table .content .icon {
    width: 20px
}

.img-services img {
    max-width: 200px
}

.services-blog {
    position: relative;
    padding: 1rem 0
}

.services-blog.ltr .services-bg {
    right: 0
}

.services-bg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    max-width: 80%
}

.services-content {
    padding: 2rem 4rem;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}

@media (max-width:479px) {
    .services-content {
        padding: 1rem 2rem
    }
}

@media (max-width:991px) {
    .bkdim-lg-down:before {
        display: none
    }

    .bkdim-lg-down .dim-item {
        position: relative
    }

    .bkdim-lg-down .ltr .odf {
        -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
        order: 9999
    }
}

html {
    overflow-x: hidden;
    font-size: 14px !important
}

body {
    background: #fff;
    line-height: 1.8;
    font-size: 14px;
    font-weight: 400;
    color: #a0a0b4
}

body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%
}

.container {
    max-width: 1000px
}

a {
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    color: #3793D0
}

a:focus,
a:hover {
    text-decoration: none;
    color: #3793D0;
    outline: 0 !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    line-height: 1.5;
    color: rgba(0, 0, 0, .8);
    font-weight: 400
}

.text-primary {
    color: #3793D0 !important
}

.ftco-navbar-light {
    background: #fff !important;
    position: relative;
    z-index: 3
}

@media (max-width:991.98px) {
    .ftco-navbar-light {
        position: relative;
        top: 0
    }
}

.ftco-navbar-light .navbar-brand {
    color: #fff
}

.ftco-navbar-light .navbar-brand span {
    color: #3793D0
}

@media (max-width:991.98px) {
    .ftco-navbar-light .navbar-nav {
        padding-bottom: 10px
    }
}

.ftco-navbar-light .navbar-nav>.nav-item {
    position: relative
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
    font-size: 13px;
    padding-top: .9rem;
    padding-bottom: .9rem;
    padding-left: 20px;
    padding-right: 20px;
    color: #4d4d4d;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 1 !important
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover {
    color: #F9C733
}

@media (max-width:991.98px) {
    .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0
    }
}

.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0 10px 34px -20px rgba(0, 0, 0, .41);
    box-shadow: 0 10px 34px -20px rgba(0, 0, 0, .41)
}

.ftco-navbar-light .navbar-nav>.nav-item.ftco-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px
}

@media (max-width:991.98px) {
    .ftco-navbar-light .navbar-nav>.nav-item.ftco-seperator {
        padding-left: 0;
        margin-left: 0
    }
}

.ftco-navbar-light .navbar-nav>.nav-item.ftco-seperator:before {
    position: absolute;
    content: "";
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 2px;
    background: rgba(255, 255, 255, .05)
}

@media (max-width:991.98px) {
    .ftco-navbar-light .navbar-nav>.nav-item.ftco-seperator:before {
        display: none
    }
}

.ftco-navbar-light .navbar-nav>.nav-item.cta>a {
    color: #fff;
    border: 1px solid #3793D0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 4px;
    background: #3793D0;
    border-radius: 2px
}

.ftco-navbar-light .navbar-nav>.nav-item.cta>a span {
    display: inline-block;
    color: #fff
}

.ftco-navbar-light .navbar-nav>.nav-item.cta>a:hover {
    background: #3793D0;
    border: 1px solid #3793D0
}

.ftco-navbar-light .navbar-nav>.nav-item.cta.cta-colored a {
    border: 1px solid #fff5ed;
    background: #fff5ed !important
}

.ftco-navbar-light .navbar-nav>.nav-item.active>a {
    color: #F9C733
}

.ftco-navbar-light .navbar-toggler {
    border: none;
    color: #6f6f6f !important;
    cursor: pointer;
    background-color: transparent;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .1em
}

.ftco-navbar-light .navbar-toggler:focus,
.ftco-navbar-light .navbar-toggler:hover {
    text-decoration: none;
    color: #3793D0;
    outline: 0 !important
}

.ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.ftco-navbar-light.scrolled .logo-wrapper {
    padding-top: 5px
}

@media (max-width:991.98px) {
    .ftco-navbar-light.scrolled .nav-item>.nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important
    }
}

.ftco-navbar-light.scrolled .nav-item.active>a {
    color: #3a3a3c !important
}

.ftco-navbar-light.scrolled .nav-item.cta>a {
    color: #fff !important;
    background: #3793D0;
    border: none !important;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 6px !important;
    border-radius: 5px
}

.ftco-navbar-light.scrolled .nav-item.cta>a span {
    display: inline-block;
    color: #fff !important
}

.ftco-navbar-light.scrolled .nav-item.cta.cta-colored span {
    border-color: #3793D0
}

@media (max-width:991.98px) {
    .ftco-navbar-light.scrolled .navbar-nav {
        background: 0 0;
        border-radius: 0;
        padding-left: 0rem !important;
        padding-right: 0rem !important
    }
}

.ftco-navbar-light.scrolled .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, .5) !important;
    border-color: rgba(0, 0, 0, .5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .1em
}

.ftco-navbar-light.scrolled .nav-link {
    padding-top: .9rem !important;
    padding-bottom: .9rem !important;
    color: #6f6f6f !important
}

.ftco-navbar-light.scrolled .nav-link.active {
    color: #3a3a3c !important
}

.ftco-navbar-light.scrolled.awake {
    margin-top: 0;
    -webkit-transition: .3s all ease-out;
    transition: .3s all ease-out
}

.ftco-navbar-light.scrolled.sleep {
    -webkit-transition: .3s all ease-out;
    transition: .3s all ease-out
}

.ftco-navbar-light.scrolled .navbar-brand {
    color: #000
}

.navbar-brand {
    font-weight: 700;
    font-size: 24px
}

.hero-wrap {
    width: 100%;
    height: 850px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 0
}

@media (max-width:991.98px) {
    .hero-wrap {
        background-position: top center !important
    }
}

.hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .1;
    background: #0f0f13;
    background: #000;
    background: -webkit-gradient(left bottom, right top, color-stop(0, #000), color-stop(100%, #fff));
    background: linear-gradient(45deg, #000 0, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ffffff', GradientType=1);
    height: 850px
}

.hero-wrap.hero-wrap-2 {
    height: 300px !important;
    position: relative;
    background-position: 50% !important
}

.hero-wrap.hero-wrap-2 .overlay {
    width: 100%;
    opacity: 1;
    height: 300px
}

.hero-wrap.hero-wrap-2 .slider-text {
    height: 300px !important
}

.hero-wrap.hero-wrap-2 .slider-text h1:after {
    display: none
}

.slider-text {
    height: 850px
}

.slider-text p {
    line-height: 1.5;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 20px
}

.slider-text .breadcrumbs {
    font-size: 14px;
    margin-bottom: 20px;
    z-index: 99;
    text-transform: uppercase;
    font-weight: 500
}

.slider-text .breadcrumbs span {
    color: rgba(255, 255, 255, .7)
}

.slider-text .breadcrumbs span i {
    color: #3793D0;
    font-size: 13px
}

.slider-text .breadcrumbs span a {
    color: rgba(255, 255, 255, .7)
}

.slider-text .breadcrumbs span a:focus,
.slider-text .breadcrumbs span a:hover {
    color: #fff
}

.slider-text .breadcrumbs span a:focus i,
.slider-text .breadcrumbs span a:hover i {
    color: #fff
}

.slider-text .bread {
    font-weight: 900;
    position: relative;
    color: #fff;
    text-transform: uppercase
}

.owl-carousel {
    position: relative
}

.owl-carousel .owl-item {
    opacity: 1
}

.owl-carousel .owl-item.active {
    opacity: 1
}

.owl-carousel .owl-dots {
    text-align: center
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #e6e6e6;
    position: relative
}

.owl-carousel .owl-dots .owl-dot:after {
    position: absolute;
    top: -2px;
    left: -2px;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    content: '';
    border: 1px solid #4d4d4d;
    border-radius: 50%
}

.owl-carousel .owl-dots .owl-dot:focus,
.owl-carousel .owl-dots .owl-dot:hover {
    outline: 0 !important
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #b3b3b3
}

.owl-carousel .owl-dots .owl-dot.active:after {
    border-color: #fff
}

.owl-carousel.home-slider {
    position: relative;
    height: 700px;
    z-index: 0
}

.owl-carousel.home-slider .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 700px;
    position: relative;
    z-index: 0;
    overflow: hidden
}

.owl-carousel.home-slider .slider-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: .2;
    z-index: 0;
    background: #000
}

@media (max-width:1199.98px) {
    .owl-carousel.home-slider .slider-item {
        background-position: center center !important
    }
}

.owl-carousel.home-slider .slider-item .slider-text {
    height: 700px;
    position: relative
}

.owl-carousel.home-slider .slider-item .slider-text .text {
    width: 40%;
    z-index: 0;
    color: rgba(255, 255, 255, .9)
}

@media (max-width:991.98px) {
    .owl-carousel.home-slider .slider-item .slider-text .text {
        width: 60%
    }

    .owl-carousel.home-slider .slider-item .slider-text .text h1 {
        font-size: 60px
    }
}

@media (max-width:767.98px) {
    .owl-carousel.home-slider .slider-item .slider-text .text {
        width: 80%;
        margin-bottom: 4em
    }

    .owl-carousel.home-slider .slider-item .slider-text .text h1 {
        font-size: 22px;
        text-transform: capitalize
    }
}

.owl-carousel.home-slider .slider-item .slider-text .absolute {
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    text-align: right
}

.owl-carousel.home-slider .slider-item .slider-text .absolute:after {
    position: absolute;
    top: 15px;
    right: 0;
    width: 5px;
    height: 30px;
    content: '';
    background: #3793D0
}

.owl-carousel.home-slider .slider-item .slider-text .absolute h4.number {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0;
    padding-right: 15px
}

.owl-carousel.home-slider .slider-item .slider-text .absolute p {
    color: rgba(255, 255, 255, .4)
}

@media (max-width:767.98px) {
    .owl-carousel.home-slider .slider-item .slider-text .absolute {
        position: relative;
        width: 50%;
        text-align: left;
        font-size: 14px
    }

    .owl-carousel.home-slider .slider-item .slider-text .absolute:after {
        left: 0;
        top: 5px
    }

    .owl-carousel.home-slider .slider-item .slider-text .absolute h4.number {
        padding-left: 15px;
        padding-right: 0;
        font-size: 26px
    }
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.1;
    font-weight: 900;
    position: relative
}

.owl-carousel.home-slider .slider-item .slider-text h1 span {
    color: #000;
    display: block
}

.owl-carousel.home-slider .slider-item .slider-text h2 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    position: relative;
    letter-spacing: 4px
}

.owl-carousel.home-slider .slider-item .slider-text .button-link .button-video {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #3793D0;
    margin-right: 10px;
    margin-left: 20px
}

.owl-carousel.home-slider .slider-item .slider-text .button-link .button-video span {
    color: #fff
}

.owl-carousel.home-slider .slider-item .slider-text .button-link span {
    color: #fff
}

.owl-carousel.home-slider .slider-item .slider-text .img-video {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #3793D0;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    position: absolute;
    bottom: 10%;
    right: 35%;
    margin-right: -30px
}

@media (max-width:767.98px) {
    .owl-carousel.home-slider .slider-item .slider-text .img-video {
        bottom: 10%
    }
}

.owl-carousel.home-slider .slider-item .slider-text .img-video span {
    color: #000;
    font-size: 20px
}

.owl-carousel.home-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%
}

.owl-carousel.home-slider .owl-nav .owl-next,
.owl-carousel.home-slider .owl-nav .owl-prev {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: 0 !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0
}

.owl-carousel.home-slider .owl-nav .owl-next span:before,
.owl-carousel.home-slider .owl-nav .owl-prev span:before {
    font-size: 30px;
    color: rgba(255, 255, 255, .5);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.owl-carousel.home-slider .owl-nav .owl-next:focus span:before,
.owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
.owl-carousel.home-slider .owl-nav .owl-prev:hover span:before {
    color: #fff
}

.owl-carousel.home-slider .owl-nav .owl-prev {
    left: 0;
    margin-left: 0
}

.owl-carousel.home-slider .owl-nav .owl-next {
    right: 0;
    margin-right: 0
}

.owl-carousel.home-slider:hover .owl-nav .owl-next,
.owl-carousel.home-slider:hover .owl-nav .owl-prev {
    opacity: 1
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev {
    margin-left: 50px
}

.owl-carousel.home-slider:hover .owl-nav .owl-next {
    margin-right: 50px
}

.owl-carousel.home-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    width: 100%;
    text-align: center
}

@media (max-width:767.98px) {
    .owl-carousel.home-slider .owl-dots {
        bottom: 2%;
        padding-left: 10px
    }
}

.owl-carousel.home-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .4)
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
    background: #fff
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.request-quote {
    margin: 0 auto
}

.request-quote .subheading {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, .9)
}

.request-quote .bg-primary {
    padding: 2em
}

.request-quote h3 {
    margin-bottom: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 700
}

.request-form {
    width: 100%;
    display: block
}

.request-form .form-group {
    position: relative;
    width: 100%;
    display: block
}

.request-form .form-group .icon-arr {
    position: absolute;
    top: 50% !important;
    right: 0;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.request-form .form-group .icon-arr span {
    color: #fff !important
}

.request-form .form-group .input-wrap,
.request-form .form-group .select-wrap {
    position: relative
}

.request-form .form-group .input-wrap select,
.request-form .form-group .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.request-form .form-group .btn {
    width: 100%;
    display: block !important;
    border-radius: 4px
}

.request-form .form-control {
    border: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, .4) !important;
    height: 52px !important;
    padding-left: 0;
    padding-right: 0;
    background: 0 0 !important;
    color: rgba(255, 255, 255, .9) !important;
    font-size: 14px;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.request-form .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .9)
}

.request-form .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, .9)
}

.request-form .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, .9)
}

.request-form .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, .9)
}

.request-form .form-control:active,
.request-form .form-control:focus {
    border-color: #fff
}

.request-form textarea.form-control {
    height: inherit !important
}

.bg-primary {
    background: #3793D0 !important
}

.bg-darken {
    background: #000
}

.ftco-no-pt {
    padding-top: 0
}

.ftco-no-pb {
    padding-bottom: 0
}

.ftco-section {
    padding: 12em 0;
    position: relative;
    z-index: 0
}

@media (max-width:767.98px) {
    .ftco-section {
        padding: 6em 0
    }
}

.ftco-section .degree-left {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px
}

.ftco-section .degree-left:after,
.ftco-section .degree-left:before {
    position: absolute;
    content: '';
    height: 50px;
    background: #fff !important;
    z-index: 2;
    bottom: -25px
}

.ftco-section .degree-left:before {
    width: 65%;
    left: 0;
    -webkit-transform: matrix(1, .102, 0, 2, 0, 0);
    transform: matrix(1, .102, 0, 2, 0, 0)
}

.ftco-section .degree-left:after {
    width: 35%;
    right: 0;
    -webkit-transform: matrix(1, -.19, 0, 2, 0, 0);
    transform: matrix(1, -.19, 0, 2, 0, 0)
}

.ftco-section .degree-left-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px
}

.ftco-section .degree-left-footer:after,
.ftco-section .degree-left-footer:before {
    position: absolute;
    content: '';
    height: 50px;
    background: #000;
    z-index: 2;
    bottom: -25px
}

.ftco-section .degree-left-footer:before {
    width: 65%;
    left: 0;
    -webkit-transform: matrix(1, .102, 0, 2, 0, 0);
    transform: matrix(1, .102, 0, 2, 0, 0)
}

.ftco-section .degree-left-footer:after {
    width: 35%;
    right: 0;
    -webkit-transform: matrix(1, -.19, 0, 2, 0, 0);
    transform: matrix(1, -.19, 0, 2, 0, 0)
}

.bg-light {
    background: #f3f3f3 !important;
    position: relative;
    padding-bottom: 15em;
    z-index: 0;
    width: 100%
}

.bg-light:after,
.bg-light:before {
    position: absolute;
    content: '';
    height: 50px;
    background: #fff !important;
    z-index: 2;
    top: -25px
}

.bg-light:before {
    width: 35%;
    left: 0;
    -webkit-transform: matrix(1, -.19, 0, 2, 0, 0);
    transform: matrix(1, -.19, 0, 2, 0, 0)
}

.bg-light:after {
    width: 65%;
    right: 0;
    -webkit-transform: matrix(1, .102, 0, 2, 0, 0);
    transform: matrix(1, .102, 0, 2, 0, 0)
}

.degree-right {
    position: relative;
    z-index: 0
}

.degree-right:after,
.degree-right:before {
    position: absolute;
    content: '';
    height: 50px;
    background: #fff !important;
    z-index: 2;
    bottom: -25px
}

.degree-right:before {
    width: 65%;
    left: 0;
    -webkit-transform: matrix(1, .102, 0, 2, 0, 0);
    transform: matrix(1, .102, 0, 2, 0, 0)
}

.degree-right:after {
    width: 35%;
    right: 0;
    -webkit-transform: matrix(1, -.19, 0, 2, 0, 0);
    transform: matrix(1, -.19, 0, 2, 0, 0)
}

.degree-footer-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100px
}

.degree-footer-top:after,
.degree-footer-top:before {
    position: absolute;
    content: '';
    height: 50px;
    background: #000;
    z-index: 2;
    top: -25px
}

.degree-footer-top:before {
    width: 35%;
    left: 0;
    -webkit-transform: matrix(1, -.19, 0, 2, 0, 0);
    transform: matrix(1, -.19, 0, 2, 0, 0)
}

.degree-footer-top:after {
    width: 65%;
    right: 0;
    -webkit-transform: matrix(1, .102, 0, 2, 0, 0);
    transform: matrix(1, .102, 0, 2, 0, 0)
}

.btn {
    cursor: pointer;
    border-radius: 3px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 14px
}

.btn:active,
.btn:focus,
.btn:hover {
    outline: 0
}

.btn.btn-primary {
    background: #F9C733 !important;
    border: 1px solid #F9C733 !important;
    color: #fff !important
}

.btn.btn-primary:hover {
    border: 1px solid #F9C733;
    background: 0 0;
    color: #F9C733
}

.btn.btn-primary.btn-outline-primary {
    border: 1px solid #F9C733;
    background: 0 0;
    color: #F9C733
}

.btn.btn-primary.btn-outline-primary:hover {
    border: 1px solid transparent;
    background: #F9C733;
    color: #fff
}

.btn.btn-outline-white {
    border-color: rgba(255, 255, 255, .8);
    background: 0 0;
    border-radius: 5px;
    border-width: 1px;
    color: #fff
}

.btn.btn-outline-white:active,
.btn.btn-outline-white:focus,
.btn.btn-outline-white:hover {
    background: #fff;
    border-color: #fff;
    color: #F9C733
}

.btn.btn-black {
    background: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important
}

.btn.btn-black:hover {
    border: 1px solid #F9C733;
    background: 0 0;
    color: #F9C733
}

.btn.btn-black.btn-outline-black {
    border: 1px solid #ebebeb !important;
    background: 0 0 !important;
    color: #000 !important
}

.btn.btn-black.btn-outline-black:hover {
    border: 1px solid #F9C733 !important;
    background: #F9C733 !important;
    color: #fff !important
}

.wrap-about h3 {
    font-size: 30px;
    font-weight: 700
}

@media (max-width:767.98px) {
    .wrap-about .img {
        height: 350px;
        margin-bottom: 30px
    }
}

.services {
    padding: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width:767.98px) {
    .services {
        margin-bottom: 40px
    }
}

.services .icon {
    line-height: 1.3;
    position: relative;
    z-index: 0;
    margin: 0 auto;
    width: 100px
}

.services .icon span {
    font-size: 60px;
    color: #000
}

.services .media-body {
    width: 100%;
    color: rgba(0, 0, 0, .8)
}

.services .media-body h3 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px
}

.services .media-body p {
    margin-bottom: 0
}

.services.services-bg {
    background: #3793D0
}

.services.services-bg.services-darken {
    background: #1d2a44
}

@media (max-width:991.98px) {
    .services.services-bg.services-darken {
        background: 0 0
    }
}

.services.services-bg.services-lighten {
    background: #1f2c48
}

@media (max-width:991.98px) {
    .services.services-bg.services-lighten {
        background: 0 0
    }
}

.services.services-bg .icon {
    line-height: 1.3;
    position: relative;
    z-index: 0;
    margin: 0 auto;
    width: 100px
}

.services.services-bg .icon span {
    font-size: 60px;
    color: #fff
}

.services.services-bg .media-body {
    width: 100%;
    color: rgba(255, 255, 255, .8)
}

.services.services-bg .media-body h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff
}

.services.services-bg .media-body p {
    margin-bottom: 0
}

.services-2 span {
    position: relative;
    font-weight: 300;
    font-size: 50px;
    line-height: 1;
    color: #3793D0
}

.services-2 span:after {
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    height: 1px;
    content: '';
    width: 100%;
    background: #d9d9e1
}

.services-2 h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.3
}

.services-2 .text {
    padding-left: 10px
}

.form-control {
    height: 52px !important;
    background: #fff !important;
    color: #000 !important;
    font-size: 18px;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.form-control:active,
.form-control:focus {
    border-color: #000
}

textarea.form-control {
    height: inherit !important
}

.ftco-vh-100 {
    height: 100vh
}

@media (max-width:1199.98px) {
    .ftco-vh-100 {
        height: inherit;
        padding-top: 5em;
        padding-bottom: 5em
    }
}

.ftco-animate {
    opacity: 0;
    visibility: hidden
}

.media-custom {
    background: #fff
}

.media-custom .media-body .name {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
    color: #3793D0
}

.media-custom .media-body .position {
    font-size: 13px;
    color: #d9d9d9
}

.about-author {
    background: #f3f3f3
}

.about-author .desc h3 {
    font-size: 24px
}

.ftco-footer {
    font-size: 14px;
    padding: 7em 0;
    background: #000;
    position: relative
}

.ftco-footer .ftco-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em
}

.ftco-footer .ftco-footer-widget h2 {
    font-weight: 400;
    color: #fff;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 700
}

.ftco-footer .ftco-footer-widget ul li {
    color: rgba(255, 255, 255, .5)
}

.ftco-footer .ftco-footer-widget ul li a {
    color: rgba(255, 255, 255, .5)
}

.ftco-footer .ftco-footer-widget ul li a span {
    color: rgba(255, 255, 255, .5);
    font-size: 14px
}

.ftco-footer .ftco-footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important
}

.ftco-footer .ftco-footer-widget .btn-primary:hover {
    background: #fff;
    border: 2px solid #fff !important
}

.ftco-footer p {
    color: rgba(255, 255, 255, .7)
}

.ftco-footer a {
    color: #3793D0
}

.ftco-footer a:hover {
    color: #3793D0
}

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block
}

.ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    background: rgba(255, 255, 255, .1);
    border-radius: 50%;
    position: relative
}

.ftco-footer-social li a span {
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ftco-footer-social li a:hover {
    color: #fff
}

#map {
    height: 500px;
    width: 100%
}

@media (max-width:991.98px) {
    #map {
        height: 300px
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(34, 48, 79, .4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(34, 48, 79, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(34, 48, 79, 0)
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(34, 48, 79, .4);
        box-shadow: 0 0 0 0 rgba(34, 48, 79, .4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(34, 48, 79, 0);
        box-shadow: 0 0 0 30px rgba(34, 48, 79, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(34, 48, 79, 0);
        box-shadow: 0 0 0 0 rgba(34, 48, 79, 0)
    }
}

.heading-section .subheading {
    font-size: 18px;
    display: inline-block;
    margin-bottom: 0;
    color: #3793D0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative
}

.heading-section h2 {
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase
}

@media (max-width:767.98px) {
    .heading-section h2 {
        font-size: 28px
    }
}

.heading-section.heading-section-white .subheading {
    color: rgba(255, 255, 255, .9)
}

.heading-section.heading-section-white h2 {
    font-size: 40px;
    color: #fff
}

.heading-section.heading-section-white p {
    color: rgba(255, 255, 255, .9)
}

.blog-img,
.img,
.user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.portfolio-wrap {
    display: block;
    width: 100%;
    height: 500px
}

@media (max-width:767.98px) {
    .portfolio-wrap {
        height: auto;
        margin-bottom: 40px
    }
}

.portfolio-wrap .img {
    height: 550px
}

.portfolio-wrap .text {
    position: relative
}

.portfolio-wrap .text .subheading {
    display: block;
    font-size: 12px;
    letter-spacing: 3px;
    color: #000;
    font-weight: 600
}

.portfolio-wrap .text h2 {
    font-size: 40px;
    line-height: 1;
    color: #3a3a3c;
    letter-spacing: 2px
}

@media (max-width:767.98px) {
    .portfolio-wrap .text h2 {
        font-size: 9vw
    }
}

.portfolio-wrap .text h2 a {
    color: #000;
    padding-bottom: 5px
}

.portfolio-wrap .text .desc {
    position: relative;
    width: 100%
}

.portfolio-wrap .text .desc .custom-btn {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 3px;
    color: #3a3a3c;
    font-weight: 700;
    border: 1px solid #3a3a3c;
    padding: 1rem 2.35rem;
    border-radius: 0
}

.portfolio-wrap .text .desc p {
    margin-bottom: 30px
}

.portfolio-wrap .text .desc .top {
    position: relative
}

@media (max-width:767.98px) {
    .portfolio-wrap .text .desc .top:after {
        display: none
    }
}

.portfolio-wrap .text .icon .img {
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.portfolio-wrap .text .icon .position h4 {
    font-size: 14px;
    color: #000
}

.portfolio-wrap .text .icon .position span {
    font-size: 12px;
    letter-spacing: 3px;
    font-size: 600
}

.intro {
    padding: 3rem 0 !important;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.intro span {
    color: #3793D0
}

/* .intro a,
.intro h1,
.intro h2,
.intro h3,
.intro h4,
.intro h5,
.intro h6,
.intro li,
.intro p,
.intro td,
.intro th {
    color: #3793D0;
    line-height: 1.2
} */

.testimony-section {
    position: relative
}

.testimony-section .owl-carousel {
    margin: 0
}

.testimony-section .owl-carousel .owl-stage-outer {
    padding: 1em 0 2em 0;
    position: relative
}

.testimony-section .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%
}

.testimony-section .owl-nav .owl-next,
.testimony-section .owl-nav .owl-prev {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    outline: 0 !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0
}

.testimony-section .owl-nav .owl-next span:before,
.testimony-section .owl-nav .owl-prev span:before {
    font-size: 30px;
    color: rgba(0, 0, 0, .5);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.testimony-section .owl-nav .owl-next:focus span:before,
.testimony-section .owl-nav .owl-next:hover span:before,
.testimony-section .owl-nav .owl-prev:focus span:before,
.testimony-section .owl-nav .owl-prev:hover span:before {
    color: #fff
}

.testimony-section .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px
}

.testimony-section .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px
}

.testimony-section:hover .owl-nav .owl-next,
.testimony-section:hover .owl-nav .owl-prev {
    opacity: 1
}

.testimony-section:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px
}

.testimony-section:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px
}

.testimony-section .owl-dots {
    text-align: center
}

.testimony-section .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .1)
}

.testimony-section .owl-dots .owl-dot:after {
    border: 1px solid rgba(0, 0, 0, .1)
}

.testimony-section .owl-dots .owl-dot.active {
    background: #3793D0
}

.testimony-section .owl-dots .owl-dot.active:after {
    border: 1px solid #3793D0
}

.testimony-wrap {
    display: block;
    position: relative;
    background: #f3f3f3;
    padding: 0 20px;
    border-radius: 5px
}

.testimony-wrap .user-img {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%
}

.testimony-wrap .fa {
    color: #3793D0;
    font-size: 30px;
    position: absolute;
    top: -15px;
    left: 20px
}

.testimony-wrap .name {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
    color: #000;
    letter-spacing: 2px
}

.testimony-wrap .position {
    font-size: 14px;
    color: #b3b3b3
}

.testimony-section.bg-light .testimony-wrap {
    background: #fff
}

.staff {
    width: 100%;
    margin-bottom: 40px;
    z-index: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.staff .img-wrap {
    position: relative;
    z-index: 0
}

.staff .img {
    width: 100%;
    height: 330px;
    display: block;
    background-position: top center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    z-index: 0
}

.staff .img:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: #000;
    background: -webkit-gradient(left bottom, right top, color-stop(0, #000), color-stop(100%, #fff));
    background: linear-gradient(45deg, #000 0, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ffffff', GradientType=1);
    opacity: .2;
    z-index: -1
}

.staff .img .ftco-social {
    opacity: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.staff .img .ftco-social li {
    margin-bottom: 4px
}

.staff .img .ftco-social li a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #3793D0;
    background: #fff
}

.staff .img .ftco-social li a:hover {
    background: #3793D0;
    color: #fff
}

.staff .text {
    width: 100%;
    opacity: 1;
    color: rgba(0, 0, 0, .6);
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.staff .text>div.desc {
    width: 100%;
    padding: 0 1em;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.staff .text h3 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 1.1;
    letter-spacing: 2px;
    color: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase
}

.staff .text .position {
    font-size: 14px;
    color: #3793D0;
    display: block;
    font-weight: 600;
    letter-spacing: 2px
}

.staff:hover .ftco-social {
    opacity: 1
}

.staff:hover .text h3 {
    color: #3793D0
}

.ftco-social {
    padding: 0
}

.ftco-social li {
    list-style: none;
    margin-right: 10px;
    display: block
}

@media (max-width:767.98px) {
    .about-image {
        height: 400px;
        margin-bottom: 30px
    }
}

.image-popup {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

#section-counter {
    position: relative;
    z-index: 0
}

#section-counter:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: 0;
    background: #000
}

@media (max-width:1199.98px) {
    .ftco-counter {
        background-position: center center !important
    }
}

.ftco-counter .img {
    display: block;
    width: 100%
}

@media (max-width:991.98px) {
    .ftco-counter .img {
        height: 400px;
        background-position: top center !important
    }
}

@media (min-width:768px) {
    .ftco-counter .text.text-border {
        border-right: 1px solid rgba(0, 0, 0, .07)
    }
}

.ftco-counter .text strong.number {
    font-weight: 600;
    font-size: 50px;
    color: #3793D0
}

.ftco-counter .text span {
    display: block;
    font-size: 14px;
    color: rgba(0, 0, 0, .4);
    margin-bottom: 10px;
    line-height: 1.4;
    padding-left: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600
}

@media (max-width:767.98px) {
    .ftco-counter .counter-wrap {
        margin-bottom: 20px
    }
}

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: block;
    width: 100%;
    height: 270px;
    margin-bottom: 20px
}

.blog-entry {
    overflow: hidden;
    width: 100%
}

.blog-entry .text {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.blog-entry .text .heading {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 400
}

.blog-entry .text .heading a {
    color: #000
}

.blog-entry .text .heading a:active,
.blog-entry .text .heading a:focus,
.blog-entry .text .heading a:hover {
    color: #3793D0
}

.blog-entry .meta>div {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.blog-entry .meta>div a {
    color: #000
}

.blog-entry .meta>div a:hover {
    color: #000
}

.blog-entry .btn-custom {
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px
}

.block-23 ul {
    padding: 0
}

.block-23 ul li {
    color: rgba(255, 255, 255, .5)
}

.block-23 ul li,
.block-23 ul li>a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px
}

.block-23 ul li span {
    color: rgba(255, 255, 255, .5)
}

.block-23 ul li .icon,
.block-23 ul li .text {
    display: table-cell;
    vertical-align: top
}

.block-23 ul li .icon {
    width: 40px;
    padding-top: 2px
}

.block-6 .media-body p {
    font-size: 14px
}

.block-27 ul {
    padding: 0;
    margin: 0
}

.block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400
}

.block-27 ul li a,
.block-27 ul li span {
    color: #000;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #e6e6e6
}

.block-27 ul li.active a,
.block-27 ul li.active span,
.block-27 ul li:hover a,
.block-27 ul li:hover span {
    background: #3a3a3c;
    color: #fff;
    border: 1px solid transparent
}

.contact-section .img {
    width: 100%;
    background-position: top center
}

.contact-section .contact-info p a {
    color: #fff
}

.contact-section .contact-form {
    width: 100%;
    border-radius: 5px;
    background: #f3f3f3
}

@media (max-width:767.98px) {
    .contact-section .contact-form .btn-primary {
        display: block;
        width: 100%
    }
}

.contact-section .contact-form .form-control {
    border: none;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 10px 20px
}

.contact-section .contact-form .form-control {
    height: 36px;
    background: #fff !important;
    color: rgba(0, 0, 0, .5);
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none
}

.contact-section .contact-form .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .8) !important
}

.contact-section .contact-form .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, .8) !important
}

.contact-section .contact-form .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, .8) !important
}

.contact-section .contact-form .form-control:-moz-placeholder {
    color: rgba(0, 0, 0, .8) !important
}

.contact-section .contact-form .form-control:active,
.contact-section .contact-form .form-control:focus {
    border-color: #3793D0 !important
}

.contact-section .contact-form textarea.form-control {
    height: inherit !important
}

.dbox {
    width: 100%;
    margin-bottom: 0
}

@media (max-width:767.98px) {
    .dbox {
        margin-bottom: 25px !important;
        padding: 0 20px
    }
}

.dbox p {
    margin-bottom: 0
}

.dbox p span {
    font-weight: 500;
    color: #000
}

.dbox p a {
    color: #3793D0
}

.dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #3793D0;
    margin: 0 auto;
    margin-bottom: 20px
}

.dbox .icon span {
    font-size: 20px;
    color: #fff
}

.dbox .text {
    width: calc(100% - 50px);
    padding-left: 15px
}

.dbox .text span {
    display: block;
    line-height: 1.2
}

#map {
    width: 100%
}

@media (max-width:767.98px) {
    #map {
        height: 300px
    }
}

.block-21 .blog-img {
    display: block;
    height: 80px;
    width: 80px
}

.block-21 .text {
    width: calc(100% - 100px)
}

.block-21 .text .heading {
    font-size: 18px;
    font-weight: 300
}

.block-21 .text .heading a {
    color: #000
}

.block-21 .text .heading a:active,
.block-21 .text .heading a:focus,
.block-21 .text .heading a:hover {
    color: #3793D0
}

.block-21 .text .meta>div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px
}

.block-21 .text .meta>div a {
    color: gray
}

.post-info {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    letter-spacing: .1em
}

.post-info>div {
    display: inline-block
}

.post-info>div .seperator {
    display: inline-block;
    margin: 0 10px;
    opacity: .5
}

.tagcloud a {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 7px;
    margin-right: 4px;
    border-radius: 4px;
    color: #000;
    border: 1px solid #ccc;
    font-size: 11px
}

.tagcloud a:hover {
    border: 1px solid #000
}

.comment-form-wrap form {
    background: #f3f3f3
}

.comment-list {
    padding: 0;
    margin: 0
}

.comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%
}

.comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none
}

.comment-list li .vcard {
    width: 80px;
    float: left
}

.comment-list li .vcard img {
    width: 50px;
    border-radius: 50%
}

.comment-list li .comment-body {
    float: right;
    width: calc(100% - 80px)
}

.comment-list li .comment-body h3 {
    font-size: 20px;
    font-weight: 600
}

.comment-list li .comment-body .meta {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em;
    color: #3793D0
}

.comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: #e6e6e6;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .1em;
    font-weight: 400;
    border-radius: 4px
}

.comment-list li .comment-body .reply:hover {
    color: #fff;
    background: #000
}

.search-form {
    background: #f2f2f2;
    padding: 10px;
    border-radius: 5px
}

.search-form .form-group {
    position: relative
}

.search-form .form-group input {
    padding-right: 50px;
    font-size: 14px;
    border: 1px solid #e6e6e6
}

.search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sidebar-box {
    margin-bottom: 30px;
    padding: 0 0 20px 20px;
    font-size: 15px;
    width: 100%;
    background: #fff
}

.sidebar-box :last-child {
    margin-bottom: 0
}

.sidebar-box h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600
}

@media (max-width:991.98px) {
    .sidebar-box {
        padding: 0
    }
}

.categories li,
.sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    list-style: none
}

.categories li:last-child,
.sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0
}

.categories li a,
.sidelink li a {
    display: block;
    color: #1a1a1a
}

.categories li a span,
.sidelink li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc
}

.categories li.active a,
.sidelink li.active a {
    color: #000;
    font-style: italic
}

#ftco-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 0 24px 64px rgba(0, 0, 0, .24);
    box-shadow: 0 24px 64px rgba(0, 0, 0, .24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1000
}

#ftco-loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

#ftco-loader.show {
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1
}

#ftco-loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

#ftco-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round
}

@-webkit-keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px
    }
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto
}

.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    bottom: 0;
    position: absolute
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    right: 0;
    position: absolute
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
    display: block;
    background-color: transparent
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
    opacity: .6
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
    background-color: #eee;
    opacity: .9
}

.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    bottom: 2px;
    position: absolute
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    right: 2px;
    position: absolute
}

.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
    background-color: #999;
    height: 11px
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
    background-color: #999;
    width: 11px
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .ps {
        overflow: auto !important
    }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 2.15;
    font-size: 1rem;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

body,
html {
    height: 100%;
    font-family: prompt-regular, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0;
    color: #4d4d4d
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #4d4d4d;
    font-weight: 400;
    font-family: prompt-regular, sans-serif;
    line-height: 1.5
}

h1 {
    font-size: calc(1.375rem + 1.3125vw)
}

@media (min-width:1200px) {
    h1 {
        font-size: 2.5rem
    }
}

h2 {
    font-size: calc(1.325rem + .7875vw)
}

@media (min-width:1200px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: calc(1.3rem + .525vw)
}

@media (min-width:1200px) {
    h3 {
        font-size: 1.75rem
    }
}

h4 {
    font-size: calc(1.275rem + .2625vw)
}

@media (min-width:1200px) {
    h4 {
        font-size: 1.5rem
    }
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: .875rem
}

p {
    font-size: 1rem;
    color: #4d4d4d;
    font-weight: 400;
    line-height: 1.5;
    margin: 0
}

img {
    max-width: 100%
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0
}

input,
select {
    -webkit-appearance: none
}

a {
    color: #4d4d4d;
    text-decoration: none;
    -webkit-transition: color .25s;
    transition: color .25s
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    color: #2e2e2e
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.bullet {
    list-style: disc
}

.content-container ul {
    list-style: disc;
    margin-left: 10px
}

.content-container ol {
    list-style: decimal;
    margin-left: 10px
}

@media (max-width:575px) {
    .content-container img {
        width: auto !important;
        height: auto !important
    }
}

@font-face {
    font-family: prompt-regular;
    src: url(../fonts/prompt/prompt-regular.eot);
    src: url(../fonts/prompt/prompt-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/prompt/prompt-regular.woff2) format("woff2"), url(../fonts/prompt/prompt-regular.woff) format("woff"), url(../fonts/prompt/prompt-regular.ttf) format("truetype"), url(../fonts/prompt/prompt-regular.svg#Prompt-Regular) format("svg");
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: prompt-black;
    src: url(../fonts/prompt/prompt-black.eot);
    src: url(../fonts/prompt/prompt-black.eot?#iefix) format("embedded-opentype"), url(../fonts/prompt/prompt-black.woff2) format("woff2"), url(../fonts/prompt/prompt-black.woff) format("woff"), url(../fonts/prompt/prompt-black.ttf) format("truetype"), url(../fonts/prompt/prompt-black.svg#Prompt-Regular) format("svg");
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: prompt-bold;
    src: url(../fonts/prompt/prompt-bold.eot);
    src: url(../fonts/prompt/prompt-bold.eot?#iefix) format("embedded-opentype"), url(../fonts/prompt/prompt-bold.woff2) format("woff2"), url(../fonts/prompt/prompt-bold.woff) format("woff"), url(../fonts/prompt/prompt-bold.ttf) format("truetype"), url(../fonts/prompt/prompt-bold.svg#Prompt-Regular) format("svg");
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: prompt-extrabold;
    src: url(../fonts/prompt/prompt-extrabold.eot);
    src: url(../fonts/prompt/prompt-extrabold.eot?#iefix) format("embedded-opentype"), url(../fonts/prompt/prompt-extrabold.woff2) format("woff2"), url(../fonts/prompt/prompt-extrabold.woff) format("woff"), url(../fonts/prompt/prompt-extrabold.ttf) format("truetype"), url(../fonts/prompt/prompt-extrabold.svg#Prompt-Regular) format("svg");
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: prompt-semibold;
    src: url(../fonts/prompt/prompt-semibold.eot);
    src: url(../fonts/prompt/prompt-semibold.eot?#iefix) format("embedded-opentype"), url(../fonts/prompt/prompt-semibold.woff2) format("woff2"), url(../fonts/prompt/prompt-semibold.woff) format("woff"), url(../fonts/prompt/prompt-semibold.ttf) format("truetype"), url(../fonts/prompt/prompt-semibold.svg#Prompt-Regular) format("svg");
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: prompt-medium;
    src: url(../fonts/prompt/prompt-medium.eot);
    src: url(../fonts/prompt/prompt-medium.eot?#iefix) format("embedded-opentype"), url(../fonts/prompt/prompt-medium.woff2) format("woff2"), url(../fonts/prompt/prompt-medium.woff) format("woff"), url(../fonts/prompt/prompt-medium.ttf) format("truetype"), url(../fonts/prompt/prompt-medium.svg#Prompt-Regular) format("svg");
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: prompt-light;
    src: url(../fonts/prompt/prompt-light.eot);
    src: url(../fonts/prompt/prompt-light.eot?#iefix) format("embedded-opentype"), url(../fonts/prompt/prompt-light.woff2) format("woff2"), url(../fonts/prompt/prompt-light.woff) format("woff"), url(../fonts/prompt/prompt-light.ttf) format("truetype"), url(../fonts/prompt/prompt-light.svg#Prompt-Regular) format("svg");
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: prompt-extralight;
    src: url(../fonts/prompt/prompt-extralight.eot);
    src: url(../fonts/prompt/prompt-extralight.eot?#iefix) format("embedded-opentype"), url(../fonts/prompt/prompt-extralight.woff2) format("woff2"), url(../fonts/prompt/prompt-extralight.woff) format("woff"), url(../fonts/prompt/prompt-extralight.ttf) format("truetype"), url(../fonts/prompt/prompt-extralight.svg#Prompt-Regular) format("svg");
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: prompt-thin;
    src: url(../fonts/prompt/prompt-thin.eot);
    src: url(../fonts/prompt/prompt-thin.eot?#iefix) format("embedded-opentype"), url(../fonts/prompt/prompt-thin.woff2) format("woff2"), url(../fonts/prompt/prompt-thin.woff) format("woff"), url(../fonts/prompt/prompt-thin.ttf) format("truetype"), url(../fonts/prompt/prompt-thin.svg#Prompt-Regular) format("svg");
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: sarabun-regular;
    src: url(../fonts/sarabun/sarabun-regular.eot);
    src: url(../fonts/sarabun/sarabun-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/sarabun/sarabun-regular.woff2) format("woff2"), url(../fonts/sarabun/sarabun-regular.woff) format("woff"), url(../fonts/sarabun/sarabun-regular.ttf) format("truetype"), url(../fonts/sarabun/sarabun-regular.svg#Prompt-Regular) format("svg");
    font-style: normal;
    font-display: auto
}

.navbar-brand {
    margin-right: 0
}

.navbar-brand img {
    width: auto;
    max-height: 30px
}

@media (max-width:479px) {
    .navbar-brand img {
        max-height: 22px
    }
}

#ftco-nav .navbar-nav .nav-item {
    padding: 0 20px;
    border-left: 1px solid rgba(204, 204, 204, .1)
}

#ftco-nav .navbar-nav .nav-item:last-child {
    border-right: 1px solid rgba(204, 204, 204, .1)
}

@media (max-width:991px) {
    #ftco-nav .navbar-nav .nav-item {
        padding: 10px 20px;
        border: none;
        text-align: center
    }

    #ftco-nav .navbar-nav .nav-item a {
        display: inline-block
    }

    #ftco-nav .navbar-nav .nav-item:last-child {
        border: none
    }
}

#ftco-nav .navbar-nav .nav-item.active .nav-link:after,
#ftco-nav .navbar-nav .nav-item:hover .nav-link:after {
    visibility: visible;
    opacity: 1
}

#ftco-nav .navbar-nav .nav-link {
    padding: 0;
    position: relative
}

/* #ftco-nav .navbar-nav .nav-link:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #F9C733;
    height: 3px;
    width: 100%;
    -webkit-transition: all .25s;
    transition: all .25s;
    visibility: hidden;
    opacity: 0
} */

.ftco-navbar-light.scrolled {
    /* background: #3793D0 !important */
}

.ftco-navbar-light.scrolled .nav-item.active>a {
    color: #F9C733 !important
}

.ftco-navbar-light.scrolled .nav-link {
    /* color: #fff !important */
}

.nav-container {
    /* height: 130px; */
    width: 100%;
    /* background-color: #3793D0; */
    position: relative;
    -webkit-transition: all .25s;
    transition: all .25s;
    z-index: 999;
    /* border-bottom: 6px solid #F9C733; */
    /* position: absolute */
}

#home-slider,
.page-header {
    position: relative;
    z-index: 1000
}

.ftco-navbar-light {
    position: relative;
    z-index: 1001
}

.intro,
.intro-inservices {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

/* .intro h1,
.intro h2,
.intro h3,
.intro h4,
.intro h5,
.intro h6,
.intro th,
.intro-inservices h1,
.intro-inservices h2,
.intro-inservices h3,
.intro-inservices h4,
.intro-inservices h5,
.intro-inservices h6,
.intro-inservices th {
    font-family: prompt-semibold;
    color: #3793D0
} */

.intro .xb,
.intro-inservices .xb {
    font-family: prompt-bold
}

.btn.btn-primary {
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: none !important;
    /* background: #000 !important;
    background: -webkit-gradient(linear, left top, right top, from(black), to(#0071b9)) !important;
    background: linear-gradient(90deg, #000 0, #0071b9 100%) !important */
}

.btn.btn-primary img {
    margin-left: 15px;
    margin-bottom: 2px;
    width: 16px
}

.owl-item.active {
    position: relative
}

/* .owl-item.active:after {
    position: absolute;
    height: 120%;
    width: 1px;
    background-color: #ccc;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: ''
} */

.news-container {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}

.viewmore {
    font-size: .85rem
}

@media (max-width:479px) {
    .viewmore {
        text-decoration: underline
    }
}

@media (max-width:991px) {
    .navbar-toggler {
        padding-left: 1rem
    }

    .hero-wrap.hero-wrap-2 {
        height: 300px !important
    }

    .hero-wrap.hero-wrap-2 .overlay {
        height: 300px !important
    }

    .hero-wrap.hero-wrap-2 .slider-text {
        height: 300px !important
    }
}

.loadmore {
    color: #3793D0 !important;
    border-color: #3793D0 !important;
    border-radius: 0 !important;
    background-color: #fff !important
}

.loadmore:active,
.loadmore:focus,
.loadmore:focus-within,
.loadmore:hover {
    background-color: #3793D0 !important;
    color: #fff !important
}


.hero-wrap.hero-wrap-2.clh .overlay {
    opacity: 0 !important;
    height: 300px !important
}

.hero-wrap.hero-wrap-2.clh .slider-text {
    height: 300px !important
}

.cl-cont {
    position: relative;
    z-index: 9999;
    margin-top: -225px;
    background-color: #fff;
    padding: 2rem 5rem
}

@media (max-width:767px) {
    .cl-cont {
        padding: 1rem 2rem
    }
}

.faq-section {
    position: relative;
    z-index: 9999;
    margin-top: -50px;
    background-color: #fff;
    padding: 2rem 5rem !important
}

@media (max-width:767px) {
    .faq-section {
        padding: 1rem 2rem !important
    }
}

.faq-section .card {
    border: none;
    margin-bottom: 1.5rem;
    border-radius: 5px !important;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
}

.faq-section .card.active {
    border: 2px solid #0071b9
}

.faq-section .card.active .btn-link .fa-minus {
    display: block
}

.faq-section .card.active .btn-link .fa-plus {
    display: none
}

.faq-section .card-header {
    border: 1px solid rgba(204, 204, 204, .6);
    border-radius: 5px !important;
    background: 0 0;
    margin-bottom: 0 !important
}

.faq-section .card-body {
    background-color: #f4f4f4;
    margin-top: -1px;
    border-left: 1px solid rgba(204, 204, 204, .6);
    border-right: 1px solid rgba(204, 204, 204, .6);
    border-bottom: 1px solid rgba(204, 204, 204, .6)
}

.faq-section .btn-link {
    width: 100%;
    text-align: left;
    border: none;
    position: relative;
    background: 0 0 !important;
    font-weight: 600;
    padding-left: .75rem
}

.faq-section .btn-link:active,
.faq-section .btn-link:focus,
.faq-section .btn-link:focus-within,
.faq-section .btn-link:hover {
    color: #4d4d4d !important
}

.faq-section .btn-link i {
    color: #0071b9;
    position: absolute;
    font-size: 18px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.faq-section .btn-link i.fa-minus {
    display: none
}

.faq-section .sym {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.faq-section .sym span {
    color: #F9C733 !important;
    font-weight: 600;
    font-size: 18px
}

.faq-section .ans {
    color: #F9C733 !important;
    font-weight: 600;
    font-size: 18px
}

.map-container {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    border-radius: 5px;
    margin-top: -100px;
    position: relative;
    z-index: 9
}

@media (max-width:767px) {
    .map-container {
        margin-top: -50px
    }
}

.contact-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0
}

@media (max-width:767px) {
    .contact-bg {
        opacity: .2
    }
}

.contact-bg .bg {
    background-position: top left;
    background-size: cover
}

@media (max-width:767px) {
    .contact-bg .bg {
        height: 100%;
        background-repeat: no-repeat;
        background-position: top left
    }
}

.contact-container {
    position: relative;
    z-index: 1
}

.contact-form label {
    margin: 0;
    color: #3793D0
}

.contact-form input.form-control,
.contact-form textarea.form-control {
    border: none;
    border-bottom: 1px solid #3793D0;
    border-radius: 0;
    background-color: transparent !important;
    font-family: prompt
}

.contact-form input.form-control {
    height: 35px !important
}

.service-detail-container,
section.hero-wrap.hero-wrap-2.page-header.service-detail,
section.hero-wrap.hero-wrap-2.page-header.service-detail .slider-text {
    height: auto !important;
    min-height: 250px !important
}

@media (max-width:1365px) {

    .service-detail-container,
    section.hero-wrap.hero-wrap-2.page-header.service-detail,
    section.hero-wrap.hero-wrap-2.page-header.service-detail .slider-text {
        min-height: 220px !important
    }
}

@media (max-width:1199px) {

    .service-detail-container,
    section.hero-wrap.hero-wrap-2.page-header.service-detail,
    section.hero-wrap.hero-wrap-2.page-header.service-detail .slider-text {
        min-height: 180px !important
    }
}

@media (max-width:991px) {

    .service-detail-container,
    section.hero-wrap.hero-wrap-2.page-header.service-detail,
    section.hero-wrap.hero-wrap-2.page-header.service-detail .slider-text {
        min-height: 150px !important
    }
}

@media (max-width:767px) {

    .service-detail-container,
    section.hero-wrap.hero-wrap-2.page-header.service-detail,
    section.hero-wrap.hero-wrap-2.page-header.service-detail .slider-text {
        min-height: initial !important;
        margin-top: 1rem;
        text-align: center
    }
}

.service-detail-container {
    position: relative;
    width: 100%;
    top: 0
}

.service-detail-container .bread {
    line-height: 1.2
}

.img-service-title {
    position: absolute;
    left: 0;
    top: 0
}

@media (max-width:767px) {
    .img-service-title {
        position: relative
    }
}

.service-main-content {
    background: #fff !important;
    background: -webkit-gradient(linear, left top, right top, from(white), to(#f8f8f8)) !important;
    background: linear-gradient(90deg, #fff 0, #f8f8f8 100%) !important
}

.service-main-content .container {
    background-color: #fff
}

.ftco-footer {
    padding: 2rem 0
}

@media (max-width:767px) {
    .ftco-footer .p-3 {
        padding: .5rem !important
    }
}

.footer-nav a {
    color: #fff
}

.footer-nav a:active,
.footer-nav a:focus,
.footer-nav a:focus-within,
.footer-nav a:hover {
    color: #fff
}

.mx32 {
    max-width: 230px
}

@media (max-width:991px) {
    .mx32 {
        margin: 0 auto
    }
}

.owl-carousel.home-slider .owl-dots {
    bottom: 2%
}

.owl-carousel.home-slider .owl-dots .owl-dot {
    width: 35px;
    height: 7px;
    border-radius: 0;
    border: none
}

@media (max-width:767px) {
    .owl-carousel.home-slider .owl-dots .owl-dot {
        width: 25px;
        height: 5px
    }
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
    background-color: #F9C733
}

.owl-carousel.home-slider .owl-dots .owl-dot:after {
    display: none
}

.extend-b {
    padding-bottom: 10rem
}

.extend-b+div {
    margin-top: -8rem
}

@media (max-width:991px) {
    .bkdim-lg-down .dim-item {
        position: relative !important
    }

    .bkdim-lg-down:before {
        display: none !important
    }
}

.bg-1st {
    background-color: #3793D0 !important
}

.bg-5th {
    background-color: #f8f8f8 !important
}

.round {
    border-radius: .25rem
}

.btn,
[type=button],
[type=reset],
[type=submit],
button {
    display: inline-block;
    font-family: prompt-regular;
    font-weight: 400;
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    background-color: #f1f1f1;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #4d4d4d;
    border: 1px solid #cecece;
    -webkit-transition: all .25s;
    transition: all .25s
}

.btn:disabled,
.disabled.btn,
.disabled[type=button],
.disabled[type=reset],
.disabled[type=submit],
button.disabled,
button:disabled {
    pointer-events: none;
    opacity: .25;
    cursor: not-allowed
}

.btn:active,
.btn:focus,
.btn:focus-within,
.btn:hover {
    background-color: #f2f2f2;
    color: #fff
}

.btn:active a,
.btn:active h1,
.btn:active h2,
.btn:active h3,
.btn:active h4,
.btn:active h5,
.btn:active h6,
.btn:active p,
.btn:active span,
.btn:focus a,
.btn:focus h1,
.btn:focus h2,
.btn:focus h3,
.btn:focus h4,
.btn:focus h5,
.btn:focus h6,
.btn:focus p,
.btn:focus span,
.btn:focus-within a,
.btn:focus-within h1,
.btn:focus-within h2,
.btn:focus-within h3,
.btn:focus-within h4,
.btn:focus-within h5,
.btn:focus-within h6,
.btn:focus-within p,
.btn:focus-within span,
.btn:hover a,
.btn:hover h1,
.btn:hover h2,
.btn:hover h3,
.btn:hover h4,
.btn:hover h5,
.btn:hover h6,
.btn:hover p,
.btn:hover span {
    color: #fff
}

.btn:focus,
.btn:focus-within {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .1rem rgba(241, 241, 241, .25);
    box-shadow: 0 0 0 .1rem rgba(241, 241, 241, .25)
}

.dn {
    display: none !important
}

.df {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

@media (min-width:480px) {
    .dn-xs {
        display: none !important
    }

    .db-xs {
        display: block !important
    }
}

@media (min-width:992px) {
    .db-lg {
        display: block !important
    }
}

.fc {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.fwp {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.f-auto {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.f-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 0% !important;
    flex: 1 1 0% !important
}

.jce {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.jcc {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.aie {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.aic {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.odf {
    -webkit-box-ordinal-group: -9998;
    -ms-flex-order: -9999;
    order: -9999
}

@media (min-width:480px) {
    .jcsb-xs {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
}

@media (min-width:768px) {
    .fr-md {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
}

@media (min-width:992px) {
    .jcsb-lg {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .aie-lg {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
}

.dim-ratio {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.dim-ratio::before {
    display: block;
    content: ""
}

.dim-ratio .dim-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.dim-ratio-38by15::before {
    padding-top: 29.47368%
}

.container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:1366px) {
    .container {
        max-width: 1280px
    }
}

.space {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0
}

.rel {
    position: relative
}

.abs {
    position: absolute
}

.aslk {
    position: relative
}

.aslk .tglk {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    color: #949494
}

Edit in JSFiddle Result JavaScript HTML CSS p {
    margin: 0 0 10px;
    font-family: 'Roboto', sans-serif;
}

p,
pre {
    margin: 0 0 1em 0;
}

a,
a:link,
a:focus,
a:active,
a:visited {
    outline: 0;
}

a,
a:link,
a:focus,
a:active,
a:visited {
    outline: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.interior.container .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blogBox {
    margin-bottom: 30px;
    box-sizing: border-box;
}

.blogBox .item {
    background: #f4f4f4;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    height: 100%;
}

.blogBox .item:hover {
    background: #e8e8e8;
    cursor: pointer;
}

.blogBox .item img {
    width: 100%;
}

.blogBox .item p {
    padding-bottom: 40px;
}

.blogBox .item .blogTxt {
    padding: 25px;
}

.blogBox .item h2 {
    margin: 15px 0;
    font-family: 'Roboto', sans-serif;
}

.blogBox .item .blogCategory a {
    padding: 5px 10px 2px;
    border: 1px solid #616161;
    color: #616161;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.blogBox .item .blogCategory a:hover {
    background: #616161;
    color: #fff;
    text-decoration: none;
}

#loadMore {
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}

#loadMore a {
    background: #042a63;
    border-radius: 3px;
    color: white;
    display: inline-block;
    padding: 10px 30px;
    transition: all 0.25s ease-out;
    -webkit-font-smoothing: antialiased;
}

#loadMore a:hover {
    background-color: #021737;
}

@media screen and (min-width: 1200px) {
    .blogBox .featured h2 {
        font-size: 42px;
    }
}

@media screen and (min-width: 991px) {
    .blogBox .featured h2 {
        font-size: 30px;
        font-style: italic;
    }

    .blogBox .featured .blogTxt {
        max-width: 50%;
        width: 100%;
        padding: 50px;
        float: left;
        background: inherit;
        min-height: 378px;
    }

    .blogBox .featured img {
        max-width: 50%;
        width: 100%;
        float: left;
        min-height: 378px;
    }
}

@media screen and (min-width: 768px) {
    .blogBox .item img {
        height: 152px;
    }
}


.article-card {
    overflow: hidden;
    border-radius: 0.75rem;
  }
  .article-card .img-wrapper {
    border-radius: 0.75rem;
  }
  .article-card:hover .filter-green {
    opacity: 1;
    visibility: visible;
  }
  .article-card .filter-relative {
    flex: 1;
  }

  .newtitle{
    font-size: 4rem;
  }

  .editor-of-title * {
    font-size: 24px;
    line-height: 1.25;
  }
  @media (max-widh: 767px){
      .editor-of-title * {
        font-size: 16px;
      }
  }

  .service-title{
    background-color: rgba(55,127,208,0.4);
    padding: .5rem 1rem;
    position: relative;
    line-height: 1;
  }
  .service-title::after{
    background-color: rgba(55,127,208,0.4);
    height: 100%;
    width: 1000px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0;
  }
  .news-title{
    background-color: rgba(55,127,208,0.4);
    padding: .5rem 1rem;
    position: relative;
    line-height: 1;
  }
  .news-title::after{
    background-color: rgba(55,127,208,0.4);
    height: 100%;
    width: 1000px;
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 0;
  }
  body{
    overflow-x: hidden;
  }