body a,
body button {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

body button:focus,
body input:focus,
body textarea:focus,
body select:focus {
    box-shadow: none;
    outline: none;
}

body {
    color: #627082;
    font-size: 18px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
}

p {
    line-height: 28px;
}

img {
    max-width: 100%;
    height: auto;
}

.bt-radius {
    border-radius: 300px 0px 0px;
}

.br-radius {
    border-radius: 0px 300px 0px 0px;
}

.bl-radius {
    border-radius: 0px 0px 200px 0px;
}

h1 {
    color: #FFF;
    font-size: 95px;
    font-weight: 700;
    line-height: 200px;
    text-align: left;
}

h2 {
    color: #112237;
    font-size: 80px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

h3 {
    color: #112237;
    font-size: 60px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

h4 {
    color: #112237;
    font-size: 30px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.py-100 {
    padding: 100px 0px;
}

.banner-sec {
    height: 100vh;
/* 	height: 75vh; */
    padding: 100px 0px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    position: relative;
}

.banner-cont {
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 60px;
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 30px;
    z-index: 99;
}

.ban-footer-links ul {
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 25px;
    list-style-type: none;
}

.ban-footer-links ul li a {
    color: #fff;
    font-size: 17px;
}

.banner-footer p {
    color: #fff;
    margin: 0px;
}

.credit a {
    color: #fff;
    text-decoration: underline;
}

.credit {
    text-align: left;
	font-size: 15px;
}

.banner-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.banner-text h4 {
    color: #FFF;
    font-size: 28px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    padding: 0px;
    margin: 0px;
	 text-transform: unset;
	text-align: center;
}

.navbar-light .navbar-nav .nav-link {
    color: #FFF;
    font-size: 12px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 0px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #F69802;
}

.banner-text {
    padding-bottom: 349px;
}

.ban-footer-links ul:hover a {
    opacity: 0.3;
}

.ban-footer-links ul li a i {
    transition: all .3s linear;
}

.ban-footer-links ul li a:hover {
    opacity: unset;
}

.ban-footer-links ul li a:hover i {
    color: #f69802;
    transform: scale(1.2);
}

.navbar-nav {
    border-radius: 300px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    padding: 25px 49px;
/* 	margin-left: 107px; */
}

.navbar-nav .nav-item:not(:first-child) {
    margin-left: 40px;
}

.cta {
    border-radius: 300px;
    background: #F69802;
    padding: 20px 52px;
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    transition: all .3s linear;
}

.cta:hover {
    background: #fff;
    color: #F69802;
    text-decoration: none;
}

.banner-text h4:before {
    content: "";
    background: #fff;
    width: 268px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 17px;
}

.who-col {
    padding-left: 73px;
}

.who-sec .row:nth-child(even) {
    flex-direction: row-reverse;
}

.who-sec .row:nth-child(even) .who-col {
    padding-right: 73px;
    padding-left: 15px;
}

.footer-links ul {
    display: flex;
    gap: 20px;
}

.footer-links ul li a {
    color: #112237;
}

.site-footer {
    border-top: 1px solid #E7E7E7;
    padding: 45px 0px;
}

.who-img:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(17, 34, 55, 0.03);
    width: 100%;
    height: calc(100% + 18px);
    border-radius: 300px 0px 0px;
}

.who-sec .row:nth-child(even) .who-img:before {
    border-radius: 0px 300px 0px 0px;
}

.site-footer p {
    margin: 0px;
}

.banner-sec.inner-banner p {
    color: #fff;
}

.off-col {
    position: relative;
    z-index: 0;
    margin-top: -170px;
}

.offer-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 20px);
    bottom: 0;
    background: #fff;
    z-index: -1;
    right: 32px;
    left: auto;
    border-radius: 0px 0px 200px 0px;
}

.offer-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.offer-img {
    position: relative;
}

.offer-list ul li {
    position: relative;
    list-style: none;
}

.offer-list ul li::before {
    content: "";
    background-image: url(../img/angle.png);
    background-size: 12px;
    background-repeat: no-repeat;
    position: absolute;
    top: 6px;
    left: -30px;
    width: 30px;
    height: 30px;
}

.footer-links ul {
    transition: all .3s linear;
}

.footer-links ul:hover a {
    opacity: 0.3;
}

.footer-links ul a:hover {
    opacity: unset;
}

.footer-links ul a i {
    transition: all .3s linear;
}

.footer-links ul a:hover i {
    transform: scale(1.2);
}

.banner-text p {
    font-size: 20px;
    line-height: 1.5;
}

@media only screen and (min-width:1440px) {
    .container {
        max-width: 1440px;
    }
}


@media only screen and (max-width:1599px) {
    .banner-text {
        padding-bottom: 200px;
    }

    h1 {
        font-size: 110px;
        line-height: 1.5;
    }

    .banner-text h4 {
/*         font-size: 24px; */
        line-height: 1.5;
    }

    .banner-text h4:before {
        width: 138px;
    }

    h2 {
        font-size: 60px;
    }

    h3 {
        font-size: 48px;
    }
}

@media only screen and (max-width:1399px) {
    h1 {
        font-size: 95px;
    }

    .banner-text h4 {
        font-size: 18px;
/*         text-transform: unset; */
		text-align:center;
    }

    .navbar-nav {
        padding: 20px 35px;
    }

    .banner-text {
        padding-bottom: 100px;
    }
}


@media only screen and (max-width:1199px) {
    h1 {
        font-size: 90px;
    }

    .banner-text h4:before {
        width: 110px;
    }

    h2 {
        font-size: 60px;
    }

    h3 {
        font-size: 48px;
    }

    .who-col {
        padding-left: 50px;
    }

    .who-sec .row:nth-child(even) .who-col {
        padding-right: 50px;
    }

    .banner-text p {
        font-size: 18px;
    }
}


@media only screen and (max-width:991px) {
    .banner-text h1 {
        font-size: 65px;
    }

    .banner-text h4:before {
        width: 87px;
    }

    .banner-text {
        padding-bottom: 70px;
    }

    .site-header {
        padding-top: 20px;
    }

    .cta {
        padding: 17px 40px;
        font-size: 14px;
    }

    body {
        font-size: 16px;
    }

    p {
        line-height: 1.5;
    }

    .cta {
        padding: 17px 40px;
        font-size: 14px;
    }

    .navbar-light .navbar-brand {
        margin: 0px;
        max-width: 150px;
    }

    .navbar-toggler {
        border: none;
        order: 3;
    }

    .navbar-toggler .bar {
        width: 30px;
        height: 3px;
        background: #f69802;
        display: block;
        margin: 4px 0px;
        border-radius: 30px;
        transition: all .3s linear;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
    }

    .navbar .form-inline {
        margin-left: auto;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #f69802;
        padding: 10px 0px;
    }

    .navbar-nav .nav-item:not(:first-child) {
        margin: 0px;
    }

    .navbar-nav {
        padding: 20px;
    }

    .navbar-toggler.open .bar {
        margin: -3px 0px;
    }

    .navbar-toggler.open .bar-1 {
        transform: rotate(45deg);
    }

    .navbar-toggler.open .bar-2 {
        opacity: 0;
    }

    .navbar-toggler.open .bar-3 {
        transform: rotate(-45deg)
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 32px;
    }

    .bt-radius {
        border-radius: 150px 0px 0px;
    }

    .who-img:before {
        border-radius: 150px 0px 0px;
    }

    .who-sec .row:nth-child(even) .who-img:before {
        border-radius: 0px 150px 0px 0px;
    }

    .br-radius {
        border-radius: 0px 150px 0px 0px;
    }

    .py-100 {
        padding: 70px 0px;
    }

    .site-footer {
        padding: 30px 0px;
    }

    h4 {
        font-size: 26px;
        line-height: 1.5;
    }

    .banner-text p {
        font-size: 16px;
    }

    .principal-sec .off-col {
        margin-top: -100px;
    }
}

@media only screen and (max-width:767px) {
    body {
        font-size: 14px;
    }

    .banner-text h1 {
        font-size: 57px;
    }

    .banner-text h4 {
        font-size: 14px;
    }

    .navbar {
        padding: 0px;
    }

    .who-col {
        padding-left: 15px;
        padding-top: 30px;
    }

    .who-sec .row:nth-child(even) .who-col {
        padding-right: 15px;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 28px;
    }

    .banner-sec.inner-banner {
        height: auto;
        padding: 140px 0px;
    }

    .banner-sec.inner-banner .banner-text {
        padding: 0px;
    }

    .off-col {
        margin-top: 0px;
    }

    .offer-sec .row>div:last-child {
        padding-top: 30px;
    }

    h4 {
        font-size: 24px;
    }

    .bl-radius {
        border-radius: 0px 0px 150px 0px;
    }

    .offer-img:before {
        border-radius: 0px 0px 200px 0px;
    }

    .site-footer .row {
        flex-wrap: nowrap;
    }

    .banner-text p {
        font-size: 14px;
    }

    .principal-sec .off-col {
        order: 1;
        margin-top: -40px;
    }

    .pri-order {
        order: 2;
        padding-top: 30px;
    }
}

@media only screen and (max-width:575px) {
    .navbar .form-inline {
        display: none;
    }

    .banner-text h1 {
        font-size: 40px;
    }

    .banner-text h4 {
        font-size: 12px;
    }

    .banner-text h4:before {
        width: 44px;
    }

    .banner-text {
        padding-bottom: 50px;
    }

    .banner-footer p {
        font-size: 12px;
    }

    .ban-footer-links ul {
        gap: 10px;
    }

    .ban-footer-links ul li a {
        font-size: 12px;
    }

    .banner-footer .row>div:nth-child(2) {
        width: 100%;
        order: 1;
        max-width: 100%;
        flex: 100%;
        padding-top: 10px;
    }

    .banner-sec.inner-banner {
        padding: 100px 0px;
    }

    .banner-sec.inner-banner .banner-text {
        padding: 0px;
    }

    .site-footer p {
        font-size: 12px;
    }
    .cta a{
        border-radius: 300px;
    background: #F69802;
    padding: 20px 52px;
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    transition: all .3s linear;
    
    }

    
}

.contact-form{
	padding-top: 67px;
}
.form-wrapper{
	padding-top: 80px;
}
/* @media only screen and (max-width:1920px){
	#menu-header-menuclimateshift{
    margin-left: 250px;
}
}
#menu-header-menuclimateshift{
    margin-left: 124px;
} */
.page-id-9 .banner-sec {
	align-items: center;
}
.banner-section {
/*     height: 100vh; */
    padding: 100px 0px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    position: relative;
}
.contact-form {
    padding-top: 171px;
}
.form-wrapper {
    padding-top: 171px;
    margin-left: 84px;
}
.contact-text h1{
	font-size: 82px
}
.contact-text h4{
	color: #FFF;
    font-size: 26px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
}
.credit.text-right{
	font-size: 15px;
}
