/* Font size initialize */

body {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.3 !important;
}

h1,
.h1,
.contentbuilder-css h1 {
    font-size: 1.768em;
}

h2,
.h2,
.contentbuilder-css h2 {
    font-size: 1.642em;
}

h3,
.h3,
.contentbuilder-css h3 {
    font-size: 1.4286em;
}

h4,
.h4,
.contentbuilder-css h4 {
    font-size: 1.286em;
}

h5,
.h5,
.contentbuilder-css h5 {
    font-size: 1.125em;
}

h6,
.h6,
.contentbuilder-css h6 {
    font-size: 1em;
}

@media screen and (min-width: 580px) {
    h1,
    .h1,
    .contentbuilder-css h1 {
        font-size: 1.85994em;
    }
    h2,
    .h2,
    .contentbuilder-css h2 {
        font-size: 1.72738em;
    }
    h3,
    .h3,
    .contentbuilder-css h3 {
        font-size: 1.50289em;
    }
    h4,
    .h4,
    .contentbuilder-css h4 {
        font-size: 1.35287em;
    }
    h5,
    .h5,
    .contentbuilder-css h5 {
        font-size: 1.1835em;
    }
    h6,
    .h6,
    .contentbuilder-css h6 {
        font-size: 1.052em;
    }
}

@media screen and (min-width: 768px) {
    body {
        font-size: 15px;
    }
    h1,
    .h1,
    .contentbuilder-css h1 {
        font-size: 2.19939em;
    }
    h2,
    .h2,
    .contentbuilder-css h2 {
        font-size: 2.04265em;
    }
    h3,
    .h3,
    .contentbuilder-css h3 {
        font-size: 1.77718em;
    }
    h4,
    .h4,
    .contentbuilder-css h4 {
        font-size: 1.59978em;
    }
    h5,
    .h5,
    .contentbuilder-css h5 {
        font-size: 1.3995em;
    }
    h6,
    .h6,
    .contentbuilder-css h6 {
        font-size: 1.244em;
    }
}

@media screen and (min-width: 992px) {
    body {
        font-size: 16px;
    }
    h1,
    .h1,
    .contentbuilder-css h1 {
        font-size: 2.39918em;
    }
    h2,
    .h2,
    .contentbuilder-css h2 {
        font-size: 2.22819em;
    }
    h3,
    .h3,
    .contentbuilder-css h3 {
        font-size: 1.93861em;
    }
    h4,
    .h4,
    .contentbuilder-css h4 {
        font-size: 1.7451em;
    }
    h5,
    .h5,
    .contentbuilder-css h5 {
        font-size: 1.52662em;
    }
    h6,
    .h6,
    .contentbuilder-css h6 {
        font-size: 1.357em;
    }
}

@media screen and (min-width: 1024px) {
    h1,
    .h1,
    .contentbuilder-css h1 {
        font-size: 2.49995em;
    }
    h2,
    .h2,
    .contentbuilder-css h2 {
        font-size: 2.32179em;
    }
    h3,
    .h3,
    .contentbuilder-css h3 {
        font-size: 2.02004em;
    }
    h4,
    .h4,
    .contentbuilder-css h4 {
        font-size: 1.8184em;
    }
    h5,
    .h5,
    .contentbuilder-css h5 {
        font-size: 1.59075em;
    }
    h6,
    .h6,
    .contentbuilder-css h6 {
        font-size: 1.414em;
    }
}

@media screen and (min-width: 1280px) {
    h1,
    .h1,
    .contentbuilder-css h1 {
        font-size: 2.69266em;
    }
    h2,
    .h2,
    .contentbuilder-css h2 {
        font-size: 2.50077em;
    }
    h3,
    .h3,
    .contentbuilder-css h3 {
        font-size: 2.17576em;
    }
    h4,
    .h4,
    .contentbuilder-css h4 {
        font-size: 1.95858em;
    }
    h5,
    .h5,
    .contentbuilder-css h5 {
        font-size: 1.71337em;
    }
    h6,
    .h6,
    .contentbuilder-css h6 {
        font-size: 1.523em;
    }
}

.btn {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.list-group.list-no-border .list-group-item {
    border: none;
}

ul.footer-list {
    list-style: none;
    padding-left: 0;
}

.social-icon-wrapper > a {
    width: 47px;
    height: 47px;
    display: inline-block;
    text-align: center;
    font-size: 1.7em;
}

.social-icon-wrapper.social-icon-circle > a {
    border-radius: 50%;
}

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

.flex-box-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.flex-box-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* Go initialize */

.contentbuilder-css {
    line-height: 1.3;
}

.contentbuilder-contentarea > .contentbuilder-inner > .row {
    margin-left: -15px;
    margin-right: -15px;
}

.section-header .container-fluid,
.contentbuilder-css .container,
footer .container-fluid {
    max-width: 1600px;
}

.list-group.list-no-border .list-group-item {
    border: none;
}

.section-header .navbar-menus ul.navbar-nav > li > a,
.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li span.menu {
    font-size: 1em;
}

.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li span.menu {
    padding-left: 12px;
    padding-right: 12px;
}

.section-header .navbar-nav > li > .dropdown-menu {
    font-size: 0.9em;
}

.contentbuilder-css p,
.formbuilder-inner > p,
.contentbuilder-css td,
.contentbuilder-css li,
.contentbuilder-css label {
    font-size: 1em;
    line-height: 1.5;
}

.section-header .navbar .navbar-header a .logo-image-span {
    height: auto;
}

.section-header .navbar .navbar-header a img {
    max-height: 100%;
}

.section-header .navbar-menus ul.navbar-nav.ul-after-dash li.header-menu-1st > a::before {
    display: none;
}

.swiper-banner-container .swiper-slide-background .banner-background-container .banner-text1 {
    font-size: 3em;
}

.swiper-banner-container .swiper-slide-background.banner-padding-lg .banner-background-container {
    font-size: 0.7em;
}

.text-initial-transform {
    text-transform: initial !important;
}

@media screen and (min-width: 768px) {
    .swiper-banner-container .swiper-slide-background.banner-padding-lg .banner-background-container {
        font-size: 0.83em;
    }
}

@media screen and (min-width: 992px) {
    .swiper-banner-container .swiper-slide-background.banner-padding-lg .banner-background-container {
        font-size: 0.9em;
    }
}

@media screen and (min-width: 1280px) {
    .swiper-banner-container .swiper-slide-background.banner-padding-lg .banner-background-container {
        font-size: 1em;
    }
}

.swiper-custom-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-singlerow {
    position: relative;
}

.swiper-singlerow .swiper-container {
    position: static;
}

.swiper-singlerow .swiper-default-container {
    overflow: hidden;
}

.swiper-singlerow .swiper-slide {
    text-align: center;
}

.swiper-button-prev,
.swiper-button-next {
    background: none;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.swiper-button-prev {
    border-right: 20px solid #fbb119;
    left: -7%;
}

.swiper-button-next {
    border-left: 20px solid #fbb119;
    right: -7%;
}

.swiper-button-prev:hover,
.swiper-button-prev:focus,
.swiper-button-next:hover,
.swiper-button-next:focus {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    .swiper-button-prev,
    .swiper-button-next {
        border-top-width: 55px;
        border-bottom-width: 55px;
    }
    .swiper-button-prev {
        border-right-width: 30px;
        left: -6%;
    }
    .swiper-button-next {
        border-left-width: 30px;
        right: -6%;
    }
}

@media screen and (min-width: 1280px) {
    .swiper-button-prev,
    .swiper-button-next {
        border-top-width: 85px;
        border-bottom-width: 85px;
    }
    .swiper-button-prev {
        border-right-width: 50px;
        left: -7%;
    }
    .swiper-button-next {
        border-left-width: 50px;
        right: -7%;
    }
}

@media screen and (min-width: 1600px) {
    .swiper-button-prev {
        left: -10%;
    }
    .swiper-button-next {
        right: -10%;
    }
}

@media screen and (min-width: 1800px) {
    .swiper-button-prev {
        left: -15%;
    }
    .swiper-button-next {
        right: -15%;
    }
}

#gallerybuilderContentarea > .gallerybuilder-inner {
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 0 30px;
}

@media screen and (max-width: 1280px) {
    #gallerybuilderContentarea > .gallerybuilder-inner {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 960px) {
    #gallerybuilderContentarea > .gallerybuilder-inner {
        padding: 15px;
    }
}

.form-group-lg .form-control {
    font-size: 1.125em;
}

@media screen and (min-width: 992px) {
    .form-group-lg .form-control {
        font-size: 1.125em;
    }
}

/* Mobile menu */

@media (max-width: 1279px) {
    .section-header .container-fluid {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.in {
        display: block !important;
    }
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-left: -15px;
        margin-right: -15px;
    }
    .section-header .navbar .navbar-header {
        margin-right: -15px;
    }
    .section-header .navbar .navbar-header,
    .section-header .navbar-menus,
    .navbar-nav,
    .navbar-nav > li {
        float: none;
    }
    .section-header .navbar .navbar-header a .logo-image-span {
        padding-left: 10px;
    }
    .visible-xs-inline {
        display: inline !important;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .section-header .navbar-nav > li > .dropdown-menu {
        max-width: none;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
        line-height: 20px;
    }
    .section-header .navbar-menus ul.navbar-nav > li > a {
        padding: 9px 14px !important;
        line-height: 1 !important;
    }
    .section-header .navbar-menus ul.navbar-nav.ul-after-dash > li span.menu {
        padding-left: 0;
        padding-right: 0;
    }
    .section-header .navbar-menus ul.navbar-nav.ul-after-dash > li span.menu .caret {
        margin-left: 6px;
        margin-bottom: 4px;
    }
    .section-header .navbar .navbar-toggle {
        float: right;
    }
}

.sf-box {
    opacity: 0 !important;
    position: relative !important;
}

.sf-box.to-top {
    top: 50px;
    transition: opacity 0.8s ease, top 0.8s ease;
}

.sf-box.to-right {
    right: 50px;
    transition: opacity 0.8s ease, right 0.8s ease;
}

.sf-box.to-bottom {
    bottom: 50px;
    transition: opacity 0.8s ease, bottom 0.8s ease;
}

.sf-box.to-left {
    left: 50px;
    transition: opacity 0.8s ease, left 0.8s ease;
}

.sf-box.sf-in {
    opacity: 1 !important;
}

.sf-box.sf-in.to-top {
    top: 0;
    transition: opacity 0.8s ease, top 0.8s ease;
}

.sf-box.sf-in.to-right {
    right: 0;
    transition: opacity 0.8s ease, right 0.8s ease;
}

.sf-box.sf-in.to-bottom {
    bottom: 0;
    transition: opacity 0.8s ease, bottom 0.8s ease;
}

.sf-box.sf-in.to-left {
    left: 0;
    transition: opacity 0.8s ease, left 0.8s ease;
}

/**
* Main Css
*/

/* Normalize */

.text-blue {
    color: #0870b9 !important;
}

.text-skyblue {
    color: #25aae2 !important;
}

.btn {
    text-transform: uppercase;
    font-weight: 600 !important;
    border-radius: 0 !important;
}

.btn-blue {
    background-color: #0a71b9;
    color: #fff !important;
}

.btn-wide,
.btn-form-submit {
    min-width: 270px;
    padding: 15px !important;
}

.btn-blue:hover,
.btn-blue:focus {
    background-color: #065084;
}

.btn-green {
    background-color: #4e9861;
}

.btn-white {
    background-color: #ffffff;
    color: #0a71b9 !important;
}

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

.blue-border {
    border: 7px solid #0870b9;
    border-radius: 10px;
}

.scrollToTop {
    border: 2px solid #fff;
    background-color: #0a71b9;
}

ul.list-style-dash {
    list-style: none;
    padding-left: 8px;
}

ul.list-style-dash li:before {
    content: "-";
    padding-right: 10px;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.contentbuilder-css h2,
.contentbuilder-css h5 {
    color: #0870b9 !important;
    font-weight: 600;
    text-transform: uppercase;
}

.contentbuilder-css h2.text-white {
    color: #fff !important;
}

.contentbuilder-css a {
    color: #0870b9;
}

.img-grid img {
    width: 100%;
}

.is-section span.caption {
    display: block;
    font-size: 0.8em;
    color: #2460a0;
}

/* Header */

.section-header {
    font-size: 14px;
}

.section-header .navbar-default {
    box-shadow: 0 2px 16px 2px rgba(0, 0, 0, 0.35);
}

.section-header .container-fluid {
    padding-top: 18px;
    padding-bottom: 18px;
}

.section-header .navbar .navbar-header a img {
    max-width: 125px;
}

.section-header .navbar .navbar-header .logo-bear {
    max-width: 62px;
    vertical-align: bottom;
    margin-right: 10px;
}

.section-header .navbar-menus ul.navbar-nav li.header-menu-1st span.menu {
    font-weight: 700;
}

.section-header .navbar .navbar-toggle .icon-bar {
    width: 25px;
    height: 4px;
}

.header-menu-home,
.header-menu-2nd-1st {
    display: none !important;
}

.section-header .navbar-nav > li.header-menu-1st > .dropdown-menu {
    border: 1px solid #fff;
    background: rgba(10, 113, 185, 0.8);
    padding-top: 0;
    padding-bottom: 0;
    max-width: 320px;
}

.section-header .navbar-nav > li.header-menu-1st > .dropdown-menu > li {
    border-bottom: 1px solid;
}

.section-header .navbar-nav > li.header-menu-1st > .dropdown-menu > li:last-child {
    border: none;
}

.section-header .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2em;
    padding-top: 8px;
    padding-bottom: 8px;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.section-header .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.section-header .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: rgba(10, 94, 152, 0.57) !important;
}

.section-header .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.section-header .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff !important;
    padding-top: 8px;
    padding-bottom: 8px;
    white-space: nowrap;
}

.section-header .navbar-nav > li.header-menu-1st > .dropdown-menu {
    top: 40px;
    left: 0;
    right: auto;
}

.section-header .navbar-nav > li.header-menu-1st.header-menu-loggedin > .dropdown-menu {
    left: auto;
    right: 0;
}

#hiddenHeader {
    display: none;
}

body.fixed-top #hiddenHeader {
    display: block;
}

body.fixed-top .section-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.section-header {
    top: -200px;
    position: static;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (min-width: 992px) {
    .section-header .container-fluid {
        padding-top: 22px;
        padding-bottom: 22px;
    }
}

@media (min-width: 1280px) {
    .section-header {
        font-size: 13px;
    }

    .navbar-nav > li.header-menu-1312 {
        margin-left: 10px;
    }

    .navbar-nav > li.header-menu-1312 > a {
        background-color: #0a71b9;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .navbar-nav > li.header-menu-1312 > a:hover,
    .navbar-nav > li.header-menu-1312 > a:focus {
        background-color: #065084;
    }

    .section-header .navbar-menus ul.navbar-nav li.header-menu-1312 > a:hover span.menu,
    .section-header .navbar-menus ul.navbar-nav li.header-menu-1312 > a:focus span.menu {
        color: #fff !important;
    }

    .section-header .navbar-menus ul.navbar-nav li.header-menu-1312 span.menu {
        color: #fff !important;
    }
}

@media (min-width: 1400px) {
    .section-header {
        font-size: 14px;
    }
    .section-header .container-fluid {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media (max-width: 1350px) {
    .navbar-nav > li.header-menu-loggedin {
        display: none !important;
    }
}

@media (max-width: 380px) {
    .btn-wide,
    .btn-form-submit {
        min-width: 100%;
    }
}

/* Footer */

footer h5 {
    color: #fff;
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 1.3em;
}

.section-footer {
    background-color: #011b2d;
}

.section-footer footer {
    font-size: 1em;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 8px solid #00a300;
}

.section-footer footer a:hover,
.section-footer footer a:focus {
    color: #25aae2;
    text-decoration: none;
}

ul.footer-list li {
    line-height: 1.2;
    padding-top: 3px;
    padding-bottom: 3px;
}

.footer-logo {
    padding-top: 3em;
    text-align: center;
}

.footer-logo img {
    max-width: 125px;
    width: 100%;
}

.footer-logo .logo-text {
    text-transform: uppercase;
    margin-top: 2em;
}

.social-icon-wrapper > a {
    background-color: #25aae2;
    color: #011b2d !important;
}

/* Banner */

.swiper-banner-container .swiper-slide-background .banner-background-container .banner-text1,
.swiper-banner-container .swiper-slide-background .banner-background-container .banner-text2 {
    font-weight: 700;
    text-transform: uppercase;
}

.swiper-banner-container .swiper-slide-background.banner-padding-lg .banner-background-container {
    display: table-cell;
    padding: 0;
    vertical-align: middle;
}

.swiper-banner-container .swiper-slide-background.banner-padding-lg {
    min-height: 220px;
    display: table;
    width: 100%;
}

@media (min-width: 768px) {
    .swiper-banner-container .swiper-slide-background.banner-padding-lg {
        min-height: 320px;
    }

    .swiper-banner-container.banner-529 .swiper-slide-background .banner-background-container .banner-text2 {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .swiper-banner-container .swiper-slide-background.banner-padding-lg {
        min-height: 390px;
    }

    .swiper-banner-container.banner-529 .swiper-slide-background .banner-background-container .banner-text2 {
        font-size: 24px;
    }
}

/* Landing page */

body.home .section-banner {
    display: none !important;
}

.contentbuilder-css .main-section-01 .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.main-title-wrapper {
    width: 100%;
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
}

.main-title-wrapper img {
    margin: 0 !important;
    margin-right: 2em !important;
    padding: 10px;
    background-color: #fff;
    border-radius: 20px;
    width: 20%;
    max-width: 170px;
}

.main-title-wrapper .main-title-text {
    display: inline-block;
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
    vertical-align: middle;
}

.main-title-wrapper .main-title-text .text-lg {
    font-size: 1.65em;
}

.main-title-wrapper .main-title-text .text-xl {
    font-size: 2em;
}

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

.main-content img {
    -webkit-box-shadow: 0 0 19px 10px rgba(0, 0, 0, 0.34);
    box-shadow: 0 0 19px 10px rgba(0, 0, 0, 0.34);
}

.main-content .btn {
    width: 100%;
    max-width: 420px;
    border: 4px solid #fff;
    border-radius: 10px !important;
    line-height: 1.2;
    padding: 13px 25px;
    white-space: pre-wrap;
}

.main-content .btn.btn-blue {
    background-color: rgba(10, 113, 185, 0.35) !important;
}

.main-content .btn.btn-blue:hover,
.main-content .btn.btn-blue:focus {
    background-color: rgba(10, 113, 185, 0.65) !important;
}

.main-content .btn.btn-green {
    background-color: rgba(78, 152, 96, 0.35) !important;
}

.main-content .btn.btn-green:hover,
.main-content .btn.btn-green:focus {
    background-color: rgba(78, 152, 96, 0.65) !important;
}

@media (max-width: 900px) {
    .main-title-wrapper img {
        margin-right: 1.6vw !important;
    }
    .main-title-wrapper .main-title-text {
        font-size: 2.82vw;
    }
}

@media (max-width: 580px) {
    .main-title-wrapper .main-title-text {
        font-size: 2.62vw;
    }
}

/* About page */

.page-1307 .banner-text2 {
    font-size: 1.28em;
    font-weight: 600;
    line-height: 1.4;
}

.page-1307 .contentbuilder-css p {
    font-size: 1.3em;
}

.page-1307 .swiper-banner-container .swiper-slide-background.banner-padding-lg {
    height: auto;
    min-height: 320px;
    background-position-y: bottom;
    padding-top: 45.8%;
}

.page-1307 .swiper-banner-container .swiper-slide-background.banner-padding-lg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.25;
}

.page-1307 .swiper-banner-container .swiper-slide-background.banner-padding-lg .banner-background-container {
    position: absolute;
    padding: 2em 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#bearMark {
    margin-top: 3em;
}

.align-item-middle {
    margin-top: 2.8em;
}

.partners-section .flex-box > img:not(:first-child) {
    margin-left: 2%;
    margin-right: 2%;
}

.team-wrapper {
    font-weight: 600;
    padding-bottom: 15px;
}

.team-wrapper .name {
    color: #0870b9;
}

@media (max-width: 767px) {
    .page-1307 .swiper-banner-container .swiper-slide-background.banner-padding-lg {
        padding-top: 0;
    }

    .page-1307 .swiper-banner-container .swiper-slide-background.banner-padding-lg .banner-background-container {
        position: relative;
        padding: 8em 2em 2em;
    }
}

@media (max-width: 580px) {
    .partners-section .flex-box > img {
        width: 75%;
        height: 100%;
        max-width: 250px;
    }
}

@media (min-width: 992px) {
    .align-item-middle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .align-item-middle > .col-md-6 {
        float: none;
    }
}

@media (min-width: 1280px) {
    .page-1307 .swiper-banner-container .swiper-slide-background.banner-padding-lg {
        padding-top: 35.8%;
    }

    .page-1307 .swiper-banner-container .swiper-slide-background .banner-background-container .banner-text1 {
        margin-bottom: 4%;
    }
}

@media (min-width: 1600px) {
    .page-1307 .swiper-banner-container .swiper-slide-background .banner-background-container .banner-text1 {
        margin-bottom: 4%;
    }
}

@media (min-width: 1600px) {
    .page-1307 .swiper-banner-container .swiper-slide-background .banner-background-container .banner-text1 {
        margin-bottom: 127px;
    }
}

@media (min-width: 1920px) {
    .page-1307 .swiper-banner-container .swiper-slide-background.banner-padding-lg {
        height: 680px;
        padding-top: 0;
    }
}

/* Climate change page */

.climate-change-section a {
    font-weight: 600;
}

.img-border {
    border: 8px solid #2d85c4;
    border-radius: 10px;
}


/* Bio energy page */

.header-txt-sm {
    text-transform: uppercase;
    font-weight: 600 !important;
}

.applications-section ul,
.system-details-section ul {
    list-style: none;
}

.applications-section ul li:before,
.system-details-section ul li:before {
    content: "-";
    padding-right: 10px;
}

.applications-section .content-wrapper {
    max-width: 1020px;
    margin: 2em auto 0;
}

.applications-section ul {
    text-align: left;
    padding-left: 30px;
}

.applications-section ul li.address:before {
    content: "";
    padding-left: 6px;
}

.system-details-section ul {
    padding-left: 8px;
    margin-bottom: 2em;
}

.item-gallery-container .item-list-wrapper ul.item-list {
    list-style: none;
    padding-left: 0;
}

.item-gallery-container .item-list-wrapper ul.item-list li {
    cursor: pointer;
}

.item-gallery-container .item-list-wrapper ul.item-list li.active {
    color: #0870b9;
}

.item-gallery-container .item-list-wrapper ul.item-list.item-horizontal li {
    display: inline-block;
    font-weight: 600;
}

.item-gallery-container .item-list-wrapper ul.item-list.item-horizontal li:not(:first-child) {
    padding-left: 15px;
}

.item-gallery-container .item-list-wrapper ul.item-list.item-horizontal li:not(:first-child):before {
    content: "|";
    padding-right: 15px;
    color: #0870b9;
}

.item-gallery-container .item-detail-wrapper .item-detail {
    display: none;
}

.item-gallery-container .item-detail-wrapper .item-detail .item-detail-content {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.item-gallery-container .item-detail-wrapper .item-detail.active {
    display: block;
}

.item-gallery-container .item-detail-wrapper .item-detail.active .item-detail-content {
    opacity: 1;
}

.item-gallery-container .item-detail-wrapper .item-detail.content-02 {
    -webkit-transition-delay: 70ms;
    transition-delay: 70ms;
}

.item-gallery-container .item-detail-content > img {
    border: 7px solid #0870b9;
}

#trellisSwiper .swiper-pagination-bullets,
#proposalSwiper .swiper-pagination-bullets {
    bottom: 25px;
}

#trellisSwiper .swiper-pagination-bullet,
#proposalSwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 6px;
}

#proposals a {
    font-weight: 600;
}

#proposals span.caption {
    text-align: right;
}

@media (min-width: 580px) {
    #trellisSwiper .swiper-pagination-bullet,
    #proposalSwiper .swiper-pagination-bullet {
        width: 18px;
        height: 18px;
    }
}

/* Contact us */

.page-1312 .section-banner {
    display: none !important;
}

.contact-form-677 {
    display: none;
}

#contact_form .formbuilder-widget-677 {
    background: none;
}

#contact_form .formbuilder-inner {
    padding: 1.4em 0 0 0;
}

#contact_form .form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #25aae2;
}

#contact_form .row-submit {
    margin-top: 1.5em;
}

.contact-us-section .grid-right a {
    font-weight: 700;
    color: #333;
}

.contact-us-section .grid-right .phone {
    margin-bottom: 8px;
}

#maps .container {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

#maps .row .column {
    padding: 0;
}

#maps .embed-responsive.embed-responsive-16by9 {
    margin: 0;
    min-height: 280px;
}

@media (max-width: 991px) {
    .contact-us-section .grid-right {
        margin-top: 3em;
    }
}

@media (min-width: 1920px) {
    #maps .embed-responsive.embed-responsive-16by9 {
        height: 480px;
        padding-bottom: 0;
    }
}

/* Environmental Design Page */

.page-1310 .contentbuilder-css p {
    font-size: 1.3em;
}

/* Menu */

.mobile-toggle-close {
    display: none !important;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.8em;
    cursor: pointer;
}

.mobile-menu-overlay {
    display: none !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 1279px) {
    html.no-scroll,
    html.no-scroll body {
        overflow: hidden;
    }
    .mobile-toggle-close,
    .mobile-menu-overlay {
        display: block !important;
    }
    body.menu-open .mobile-menu-overlay {
        opacity: 0.7;
        visibility: visible;
    }
    .section-header .navbar .navbar-header {
        float: none;
        margin-left: -15px;
        margin-right: -15px;
    }
    .section-header .navbar .navbar-header a .logo-image-span {
        padding-left: 10px;
    }
    .section-header .navbar-menus {
        display: block;
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        max-width: 680px;
        height: 100% !important;
        margin: 0;
        background-color: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 1000;
    }
    .section-header .navbar .navbar-toggle {
        display: block !important;
    }
    .section-header .navbar .navbar-toggle .icon-bar {
        position: relative;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .navbar-collapse.collapse {
        display: block !important;
    }
    body.menu-open .section-header .navbar-menus {
        left: 0;
    }
    .section-header .navbar-menus ul.navbar-nav {
        padding-top: 70px;
        padding-bottom: 25px;
        text-align: center;
        height: 100%;
        overflow-y: auto;
    }
    .section-header .navbar-menus ul.navbar-nav li > a {
        color: #fff !important;
        opacity: 0;
        position: relative;
        top: -25px;
        -webkit-transition: opacity 0.3s ease 0.3s, top 0.3s ease 0.3s;
        -moz-transition: opacity 0.3s ease 0.3s, top 0.3s ease 0.3s;
        transition: opacity 0.3s ease 0.3s, top 0.3s ease 0.3s;
    }
    body.menu-open .section-header .navbar-menus ul.navbar-nav li > a {
        opacity: 1;
        top: 0;
    }
    .section-header .navbar-menus ul.navbar-nav.ul-after-dash > li span.menu {
        font-size: 1.3em;
        line-height: 1.3;
        color: #333 !important;
    }
    .section-header .navbar-menus ul.navbar-nav li > a:hover,
    .section-header .navbar-menus ul.navbar-nav li > a:focus,
    .section-header .navbar-menus ul.navbar-nav.ul-after-dash > li:hover span.menu,
    .section-header .navbar-menus ul.navbar-nav.ul-after-dash > li:focus span.menu {
        color: #0870b9 !important;
    }
    .section-header .navbar-nav > li {
        float: none;
    }
    .section-header .navbar-nav > li > .dropdown-menu {
        font-size: 1.1em;
        text-transform: uppercase;
        text-align: center;
    }
    .section-header .navbar-nav > li > .dropdown-menu > li > a {
        line-height: 1.8;
    }
.section-header .navbar-nav > li.header-menu-1st > .dropdown-menu {
margin:0 auto;
background-color:#fff;
margin-bottom:20px; 

}
.section-header .navbar-nav > li.header-menu-1st > .dropdown-menu li a { font-size:16px !important;color:#333 !important; }

}

/* Home page */

.home-section-01 .row .img-grid img {
    max-width: 366px;
}

.page-1349 .swiper-banner-container .swiper-slide-background .banner-background-container .banner-text2 {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

@media (max-width: 959px) {
    .home-case-study .is-wrapper.contentbuilder-css > div.is-section-60 {
        height: auto;
    }
}

/* Rwardz widget */

.rwardz-container .load-more-box > a.btn-load-more {
    color: #fff;
    border-radius: 0;
}

.rwardz-container .rwardz-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rwardz-container > .grid-item {
    display: none !important;
}

.rwardz-container .grid-item {
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0px 5px 19px rgba(0, 0, 0, 0.16);
    margin-bottom: 30px;
}

.rwardz-container .grid-item .post-thumbnail {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 57%;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.rwardz-container .grid-item .post-thumbnail > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.rwardz-container .grid-item .post-thumbnail > a > img {
    width: 100%;
    margin: 0;
}

.rwardz-container .grid-item .post-body {
    padding: 15px 20px;
    line-height: 1.4;
}

.rwardz-container .grid-item .post-body .title > h3 {
    line-height: 1.2 !important;
    font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
}

.rwardz-container .grid-item .post-body .review-info {
    font-size: 0.9em;
}

.rwardz-container .grid-item .post-body .review-info > span:before {
    content: "|";
    padding-right: 6px;
}

.rwardz-container .grid-item .post-body .review-info > span:first-child:before {
    display: none;
}

.rwardz-container .grid-item .post-body a {
    color: #0870b9 !important;
}

.rwardz-container .grid-item .post-body a:hover,
.rwardz-container .grid-item .post-body a:focus {
    color: #0870b9 !important;
    text-decoration: none;
}

.rwardz-container .grid-item .writer img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 0;
}

.rwardz-container .grid-item .content {
    font-size: 0.9em;
}

.rwardz-container .grid-item .lnk-rwardz-readmore {
    font-size: 0.9em;
    margin-top: 1em;
    font-style: italic;
}

.rwardz-container .grid-item .review-info .category {
    display: block;
    margin-top: 5px;
}

.rwardz-container .grid-item .review-info .category:before {
    display: none !important;
}

@media (min-width: 768px) {
    .rwardz-container .grid-item {
        width: 47%;
        margin: 0 1.5% 50px;
    }
}

@media (min-width: 1280px) {
    .rwardz-container .grid-item {
        width: 22%;
    }
}

h5.sub-head {
    font-size: 1.3em;
}

h5 > span.br {
    display: block;
    padding: 0.2em;
}

ul.cc-ul-style {
    font-size: 24px;
}

ul.cc-ul-style > li {
    color: #1b83df !important;
    margin: 0.7em 0;
}

ul.cc-ul-style > li b {
    color: #1b83df !important;
}