body {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #5C5C5C;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat';
    font-weight: 700;
}

a {
    color: #FFB923;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

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

strong {
    font-weight: 700;
}

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

html {
    scroll-behavior: smooth;
}

.gap-20 {
    height: 20px;
}

.gap-30 {
    height: 30px;
}

.gap-50 {
    height: 50px;
}

.button-sl {
    background: #FFB923;
    color: #0E5977;
    display: inline-block;
    padding: 12px 15px;
    border-radius: 50px;
    min-width: 220px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #FFB923;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	font-weight:700;
}

.button-sl:focus,
.button-sl:hover {
    color: #5C5C5C;
    background: #fff;
    opacity: 1;
}

.btn-green {
    background: #fff;
    color: #0E5977;
    border: 1px solid #0E5977;
}

.btn-green:focus,
.btn-green:hover {
    background: #0E5977;
    color: #fff;
}

#header {
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 0px #00000014;
    box-shadow: 0 2px 5px 0px #00000014;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.navbar-sl {
    padding: 5px 0;
}

.navbar-sl .navbar-brand {
    width: 220px;
    height: auto;
    padding: 0;
    margin-left: -20px;
}

.navbar-sl .navbar-toggler {
    font-size: 36px;
    padding: 5px 0;
    color: #5C5C5C;
}

.navbar-sl .navbar-toggler:focus {
    outline: 0;
}

.navbar-sl .navbar-nav {
    text-align: center;
    margin: 20px 0;
}

.navbar-sl .navbar-nav li a {
    color: #802B7C;
    font-size: 18px;
    display: inline-block;
    padding: 12px 15px;
    text-transform: uppercase;
}

.navbar-extra {
    text-align: center;
    margin-bottom: 10px;
}

.navbar-extra .btn-green {
    margin-bottom: 10px;
}

.navbar-extra .lg li {
    display: inline-block;
}

.navbar-extra .lg li a {
    display: inline-block;
    font-size: 17px;
    color: #802B7C;
    padding: 5px 10px;
}

.navbar-extra .lg li.active a {
    font-weight: 700;
}

.nav-top {
    position: absolute;
    top: 20px;
    right: 60px;
}

.nav-top .button-sl {
    float: left;
}

.nav-search {
    float: right;
    margin-top: 5px;
    margin-left: 30px;
}

.nav-search #sc-input {
    float: left;
}

.nav-search .sc-input {
    border: 0;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    padding: 5px 0px;
    font-weight: 300;
    text-transform: uppercase;
    margin-right: 5px;
    width: 240px;
}

.nav-search span {
    float: right;
    font-size: 20px;
    color: #5C5C5C;
    margin-top: 10px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    cursor: pointer;
}

#welcome {
    margin-top: 100px;
    background-color: #fff;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 80vh;
    position: relative;
}

#welcome .arrow-down {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -40px;
    text-align: center;
    color: #FFB923;
    z-index: 9;
    font-size: 60px;
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 2px solid #FFB923;
    border-radius: 50px;
    line-height: 1.0;
}

.wl-caption {
    margin-top: 160px;
    color: #0E5977;
}

.wl-caption h2 {
    font-size: 46px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.wl-caption p {
    font-size: 24px;
    font-weight: 300;
}

#wrapper {
    padding-top: 120px;
}

.content-sl {
    padding-bottom: 80px;
}

.sec-title {
    text-align: center;
    font-size: 30px;
    color: #0E5977;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 50px;
}

.page-title {
    font-size: 50px;
    color: #0E5977;/* #0E5977;*/
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 50px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 30%;
    background: #565759;
    width: 40px;
    height: 40px;
    font-size: 28px;
    color: #FFB923;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-carousel .owl-nav button:focus {
    outline: 0;
}

.owl-carousel:hover .owl-nav button.owl-prev,
.owl-carousel:hover .owl-nav button.owl-next {
    opacity: 0.8;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -15px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -15px;
}

.owl-carousel .owl-nav button.disabled {
    opacity: 0.6;
}

.service-sl {
    text-align: center;
    margin-bottom: 40px;
}

.service-sl img {
    width: 220px !important;
    display: inline-block !important;
    margin-bottom: 30px;
}

.service-sl h2 {
    font-size: 20px;
    color: #0E5977;
    font-weight: 600;
    line-height: 1.4;
}

.service-sl h2 span {
    color: #802B7C;
}

.solar-box {
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 450px;
    color: #fff;
    position: relative;
}

.solar-box .bg-overly {
    position: absolute;
    background: #0E5977;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.solar-box .solar-caption {
    position: absolute;
    padding: 30px 30px;
    padding-right: 100px;
    z-index: 99;
}

.solar-box h2 {
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 20px;
}

.solar-box p {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0;
    -webkit-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.solar-box .arrow-right {
    position: absolute;
    right: 30px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    font-size: 26px;
    z-index: 99;
    opacity: 0;
    margin-top: 30px;
    -webkit-transition: all 0.9s ease;
    transition: all 0.9s ease;

}

.solar-box:hover .bg-overly {
    background: #0E5977;
    opacity: 0.7;
}

.solar-box:hover p,
.solar-box:hover .arrow-right {
    opacity: 1;
}

.content-faq {
    text-align: left;
}

.content-faq h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.content-faq p {
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 20px;
}

.breadcam-sl {
    margin-bottom: 60px;
}

.breadcam-sl li {
    display: inline-block;
}

.breadcam-sl li a {
    color: #6c757d;
    display: inline-block;
    font-weight: 300;
    padding: 0 8px;
}

.breadcam-sl li.active a,
.breadcam-sl li a:hover {
    color: #802B7C;
}

.page-sl {
    position: relative;
}

.page-sl p {
    font-weight: 300;
}

.page-sl ul {
    padding-left: 10px;
    margin-bottom: 20px;
}

.page-sl ul li {
    position: relative;
    font-weight: 300;
    display: inline-block;
    width: 100%;
    padding: 8px 0;
    padding-left: 30px;
}

.page-sl ul li:after {
    position: absolute;
    font-family: 'ElegantIcons';
    content: '\6c';
    color: #FFB923;
    font-size: 18px;
    width: 30px;
    height: 30px;
    top: 5px;
    left: 0;
}

.contact-box {
    position: absolute;
    width: 430px;
    z-index: 99;
    background: #fff;
    top: 50px;
    padding: 30px 30px;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.contact-left {
    left: 0;
}

.contact-right {
    right: 0;
}

.contact-box h2 {
    font-size: 32px;
}

.contact-box .btn-green {
    width: 100%;
}

.brand-sl {
    margin: 0 5px;
    margin-bottom: 10px;
    text-align: center;
}

.brand-sl img {
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.brand-sl a:hover,
.brand-sl img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.modal-brand {
    background: #fff;
    padding: 40px 40px;
    border-radius: 0;
}

.modal-brand img {
    margin-bottom: 30px;
}

.modal-brand h2 {
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 20px;
}

.modal-brand p {
    font-weight: 300;
    line-height: 1.7;
}

.modal-brand .close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 30px;
    z-index: 99;
}

#action {
    background: #FAFAFA;
    padding: 100px 0;
}

#team {
    background: #FAFAFA;
    padding-top: 80px;
    padding-bottom: 40px;
}

.team-sp {
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
}

.team-sp .team-img {
    display: inline-block;
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.team-sp .team-img img {
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.modal-brand .img-round {
    border-radius: 50%;
}

.team-sp .team-img a:hover,
.team-sp .team-img img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.team-sp .team-img .plus {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    color: #0E5977;
    z-index: 99;
    border-radius: 50%;
    font-size: 14px;
}

.team-sp h2 {
    color: #802B7C;
    font-size: 20px;
    text-transform: uppercase;
}

.team-sp p {
    color: #5C5C5C;
    font-weight: 300;
}

#brand {
    background: #0E5977;
    padding: 80px 0;
}

.brand-slider {
    margin-bottom: 40px;
}

.brand-item {
    text-align: center;
}

.about-item img,
.brand-item img {
    display: inline-block !important;
    width: inherit !important;
}

.about-sp {
    padding: 0 30px;
    margin-bottom: 40px;
    text-align: center;
}

.about-sp img {
    max-width: 250px;
    margin-bottom: 25px;
}

.about-sp h2 {
    color: #802B7C;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.about-sp p {
    text-align: left;
    font-weight: 300;
    line-height: 1.7;
}

.about-sp p strong {
    text-transform: uppercase;
}

.about-sl {
    position: relative;
}

.about-box {
    position: absolute;
    top: 60px;
    left: -20px;
    width: 450px;
    background: #fff;
    padding: 40px 40px;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.about-box h2 {
    font-size: 32px;
}

.about-box p {
    font-weight: 300;
}

.today-box {
    background: #fff;
    padding: 40px 30px;
    text-align: center;
    margin-bottom: 40px;
    border: 1px solid #f9f7f7;
    -webkit-box-shadow: 5px 20px 20px rgba(128, 130, 133, 0.15);
    box-shadow: 5px 20px 20px rgba(128, 130, 133, 0.15);
}

.today-box img {
    margin-bottom: 10px;
}

.today-box .btn-green {
    min-width: 70%;
}

.solution-box {
    text-align: center;
    position: relative;
}

.solution-box img {
    margin-bottom: 20px;
}

.solution-box h2 {
    font-size: 18px;
    font-weight: 600;
    color: #802B7C;
    line-height: 1.5;
}

.solution-box .arrow-right {
    position: absolute;
    bottom: 0px;
    right: -50px;
    z-index: 99;
}

.solution-box .arrow-left {
    position: absolute;
    left: -50px;
    bottom: -80px;
    z-index: 99;
}

.sb-top {
    margin-top: -240px;
}

.sb-top2 {
    margin-top: -100px;
}


#footer {
    border-top: 1px solid #f3e4f3;
}

.footer-top {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 20px;
}

.footer-widget {
    margin-bottom: 40px;
    text-align: center
}

.footer-widget .logo {
    width: 170px;
    display: inline-block;
    margin-left: -5px;
}

.footer-widget .text {
    color: #802B7C;
    font-size: 14px;
    font-weight: 300;
}

.footer-link li a {
    color: #802B7C;
    font-weight: 300;
    display: inline-block;
    padding: 4px 0;
    font-size: 14px;
    text-transform: uppercase;
}

.social-link li {
    display: inline-block;
    margin: 5px 5px;
}

.social-link li a {
    color: #802B7C;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #802B7C;
    border-radius: 50px;
    padding-top: 8px;
}

.footer-copyright {
    background: #802B7C;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
}

.footer-copyright p {
    margin: 0;
}

.footer-copyright a {
    color: #fff;
}



/* ---------------------------------------
			Responsive Layout
----------------------------------------- */

/* Desktop layout */

@media (min-width:1200px) {}


/* Big tablet layout */

@media only screen and (min-width:992px) and (max-width:1199px) {}


/* Normal tablet layout */

@media only screen and (min-width:768px) and (max-width:991px) {
    .contact-box {
        position: inherit;
        width: 100%;
        top: 0;
    }

    .modal-brand h2,
    .solar-box h2 {
        font-size: 28px;
    }

    .wl-caption h2 {
        font-size: 38px
    }
}

/* Normal mobile layout */

@media only screen and (max-width:767px) {
    #welcome {
        background-position: top right;
        background-size: 100% auto;
        height: 230px;
    }

    .wl-caption {
        margin-top: 0;
    }

    .wl-caption h2 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .wl-caption p {
        font-size: 14px;
    }

    #welcome .arrow-down {
        font-size: 34px;
        width: 40px;
        height: 40px;
        margin-left: -20px;
    }

    .navbar-sl {
        padding: 0;
    }

    .navbar-sl .navbar-brand {
        width: 200px;
        margin-left: -15px;
    }

    .solution-box .arrow-left,
    .solution-box .arrow-right,
    .solar-box p,
    .nav-top {
        display: none;
    }

    .service-sl {
        margin-bottom: 0;
    }

    .sec-title {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .page-title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    #wrapper {
        padding-top: 80px;
    }

    .content-sl {
        padding-bottom: 60px;
    }

    .footer-top {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .solar-box {
        height: 150px
    }

    .solar-box .solar-caption {
        padding: 10px 10px;
        padding-right: 10px;
        bottom: -15px;
    }

    .modal-brand h2,
    .solar-box h2 {
        font-size: 24px;
    }

    .solar-box .arrow-right {
        bottom: 15px;
        right: 15px;
        width: 30px;
        height: 30px;
        font-size: 20px;
        opacity: 1;
    }

    .breadcam-sl {
        margin-bottom: 30px;
        margin-top: 10px;
    }

    .contact-box {
        position: inherit;
        width: 100%;
        top: 0;
    }

    .modal-brand {
        padding: 30px 20px;
    }

    .modal-brand .close {
        top: 10px;
        right: 10px;
    }

    .about-box {
        padding: 30px 30px;
        width: 100%;
        position: inherit;
        top: 0;
        left: 0;
    }

    .sb-top,
    .sb-top2 {
        margin-top: 0;
    }

    .solution-box {
        margin-bottom: 40px;
    }
}


/* Width mobile layout */

@media only screen and (min-width:480px) and (max-width:767px) {}
