/*styles*/

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    color: #3c3c3c;
}

body.active {
    overflow-y: hidden;
}

.container {
    max-width: 1500px;
}

.container.wide {
    max-width: 1700px;
}

.container.sml {
    max-width: 1200px;
}

.container-fluid {
    max-width: 100%;
    padding: 0;
}
.aos-animate {
    z-index: 999;
}
.icon {
    background: transparent;
}

a {
    color: inherit;
}

/*Blog*/


.block.image {
    background-attachment: fixed;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: relative;
    text-align: center;
    background-size: cover;
    padding: 80px;
}

.block.image .heading {
    color: white;
}

.block.image .small-heading {
    color: white;
}

.block.image p {
    font-size: 19px;
    color: white;
}

.block.image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: rgba(0,0,0,0.2);*/
    background: #07253f;
    opacity: .75;
}

.small-block {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
    min-height: 400px;
    transition: all 0.4s ease;
    transform: scale(1);
    z-index: 1;
}

.small-block:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 16px;
    transform: scale(1.01);
    z-index: 2;
}

.wide-block:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 16px;
    transform: scale(1.01);
    z-index: 2;
}

.large-block:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 16px;
    transform: scale(1.01);
    z-index: 2;
}

.small-block.white {
    background: white;
}

.small-block.blue {
    background: #07253f;
}

.small-block.light-blue {
    background: #4b769b;
}

.wide-block {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 400px;
    transition: all 0.4s ease;
    transform: scale(1);
    z-index: 1;
}

.large-block {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
    transition: all 0.4s ease;
    transform: scale(1);
    z-index: 1;
}

.post-hold {
    padding: 40px 0;
    border-bottom: 1px solid #07253f;
}

.small-block.post {
    min-height: unset;
    display: block;
    height: unset;
}

.blog-post-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.block-inner {
    position: relative;
    padding: 65px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.block-inner.post {
    padding: 40px;
}

/* Header */

.header ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    height: 100%;
    list-style: none;
}

.header {
    position: relative;
    z-index: 999;
}

.header.stuck .bottom-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
}

.header.stuck .top-header {
    margin-bottom: 103px;
}

.header .top-header {
    background: #1f242c;
    color: white;
    padding: 0;
}

.header .top-header .social-hold {
    position: relative;
    background: #87c152;
    padding: 10px 0;
}

.header .top-header .social-hold::after {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: #87c152;
}

.header .top-header ul.contact li {
    margin: 0 10px;
    font-size: 14px;
    color: #aeaeae;
}

.header .top-header ul.contact li i {
    color: #87c152;
}

.header .top-header span {
    position: relative;
    margin-right: 40px;
    font-weight: bold;
}

.header .top-header span::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -45px;
    height: 1px;
    width: 35px;
    background: white;
}

.header .top-header ul.social {
    display: inline-flex;
}

.header .top-header ul.social li a {
    padding: 5px;
    color: white;
}

.header .top-header ul.social li.phone {
    color: white;
    margin-right: 10px;
    padding-right: 15px;
    border-right: 1px solid white;
}

.header .bottom-header {
    position: relative;
}

.header .bottom-header .logo {
    position: absolute;
    padding: 20px 30px;
    line-height: 25px;
    font-size: 25px;
    font-weight: bold;
}

/*.header .bottom-header .logo::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #87c152;
}

.header .bottom-header .logo::after {
    content: "";
    position: absolute;
    top: 0;
    right: -69px;
    width: 70px;
    height: 100%;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background: #87c152;
    display: none;
}*/

.header .bottom-header .logo img {
    max-height: 100px;
}

.header .bottom-header .menu-hold {
    position: relative;
    height: 100%;
    padding: 10px;
}

.header .bottom-header .menu-hold ul.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.header .bottom-header .menu-hold ul.menu li {
    position: relative;
    margin: 10px;
}

.header .bottom-header .menu-hold ul.menu li a {
    padding: 5px 10px;
    font-weight: bold;
    color: #1f242c;
    text-transform: uppercase;
}

.header .bottom-header .btn {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/*Home*/

.hero-slider {
    position: relative;
}

.hero-slider .slide .text-hold {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 80vh;
    width: 100%;
    padding: 120px 120px 120px 240px;
    display: flex;
    align-items: center;
}

.hero-slider .slide .text-hold::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c1c1c1;
    opacity: 0.1;
    z-index: -1;
}

.hero-slider .slide .text-hold .heading.main {
    font-size: 95px;
    line-height: 92px;
}

.hero-slider .slide .inner-banner {
    position: relative;
    background: #87c152;
    padding: 20px;
    color: white;
}

.form-hold {
    position: relative;
    padding: 40px;
    background: #1f242c;
    border-radius: 20px;
}

.form-hold p {
    margin-bottom: 0;
}

.hero-slider .slide .inner-banner img {

}

.hero-slider .slide .slide-image {
    position: relative;
    height: 100%;
    min-height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.hero-slider .slide .image {
    position: relative;
    height: 80vh;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.hero-slider .slide .image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}

.hero-slider .slide .image .hold {
    color: white;
    display: flex;
    height: 100%;
    align-items: center;
}

.hero-slider .slide .image .hold .surround {
    display: flex;
    height: 100%;
    align-items: center;
}

.hero-slider .slide .image .hold .heading {
    color: white;
    font-size: 85px;
    line-height: 85px;
    margin-bottom: 10px;
}

.about {
    position: relative;
    padding: 120px 0;
}

.about .about-image {
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 300px;
}

.about .about-image .sub-image {
    position: absolute;
    bottom: -100px;
    height: 250px;
    width: 350px;
    right: -20%;
    background-position: center;
    background-size: cover;
    border: 15px solid white;
}

.vid-hold {
    position: relative;
    padding: 120px 0;
    background: #1f242c;
}

.services {
    position: relative;
    padding: 120px 0;
/*    padding-bottom: 200px;*/
}

.services .slide {
    margin: 10px;
}

.services .service-block {
    position: relative;
    background-position: center;
    background-size: cover;
    height: 400px;
    width: 100%;
}

.services .service-block .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: white;
    background: #87c152;
}

.services .service-block .info p {
    margin-bottom: 0;
}

.services .service-block .info .title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.services .service-block i {
    font-size: 65px;
    color: #87c152;
}

.services .service-block a {
    color: #87c152;
    font-weight: bold;
}

.services .service-block a i {
    font-size: unset;
}

.services button {
    padding: 30px;
    border: none;
    background: #1f242c;
    color: white;
    font-size: 30px;
}

.services .button-hold {
    margin-left: 10px;
}

.why {
    position: relative;
}

.why .why-holder {
    padding: 120px;
    background: #1f242c;
}

.why .why-holder .heading {
    color: white;
}

.why .side-image {
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 300px;
}

.why i {
    color: #87c152;
    font-size: 32px;
}

.why .title {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

.why p {
    color: #aeaeae;
}

.trust {
    position: relative;
    padding: 120px 0;
}

.trust .trust-block {
    position: relative;
    text-align: center;
}

.trust .trust-block i {
    font-size: 65px;
    line-height: 62px;
    color: #87c152;
}

.trust .trust-block .title {
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0;
}

.trust .trust-block p {
    font-size: 14px;
}

.banner-hold {
    position: relative;
    z-index: 9;
}

.banner-hold .banner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 80px;
    background: #87c152;
    width: 100%;
    max-width: 1470px;
    border-radius: 10px;
}

.banner-hold .banner .big {
    color: white;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
}

.banner-hold .banner .btn {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.quote-banner {
    position: relative;
    padding: 80px;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    color: white;
    text-align: center;
}

.quote-banner .heading {
    color: white;
}

.quote-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.6;
}

.gallery-section {
    position: relative;
    padding: 120px 5px;
    padding-bottom: 180px;
}

.gallery-section .gallery-slider .slide {
    position: relative;
}

.gallery-section .gallery-slider .slide .image {
    height: 500px;
    width: 500px;
    background-size: cover;
    background-position: center;
    border: 5px solid white;
}

.gallery-section .arrow-hold {
    position: relative;
    margin-top: 40px;
}

.gallery-section .arrow-hold button {
    padding: 20px 30px;
    background: #1f242c;
    color: white;
    font-size: 35px;
    border-radius: 5px;
    border: none;
    transition: all .5s ease;
}

.gallery-section .arrow-hold button.nextbtn {
    margin-left: 10px;
}

.gallery-section .arrow-hold button:hover {
    background: #87c152;
    cursor: pointer;
}

/*Defaults*/

p.grey {
    color: #aeaeae;
}

.btn {
    position: relative;
    padding: 10px 15px;
    background: #87c152;
    border: 2px solid #87c152;
    color: white;
    border-radius: 0;
/*    font-weight: bold;*/
/*    text-transform: uppercase;*/
}

.btn.white {
    background: transparent;
    border-color: white;
}

.btn.grey {
    background: #f7f7f7;
    color: #1f242c;
    border-color: #f7f7f7;
}

.form-control {
    border-radius: 0;
    border-bottom: 1px solid #87c152;
    padding: 5px 10px;
    font-size: 14px;
}

textarea.form-control {
    height: 100px;
}

.sub {
    text-transform: uppercase;
    font-weight: bold;
    color: #87c152;
}

.heading {
    color: #1f242c;
    font-weight: bold;
    font-size: 65px;
    line-height: 62px;
    margin-bottom: 40px;
}

.heading.sm {
    font-size: 45px;
    line-height: 42px;
}

/*Footer*/
.footer {
    position: relative;
    background: #1f242c;
    color: white;
    padding: 80px 40px;
}

.footer .logo {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer .top-banner {
    position: absolute;
    top: -20%;
    padding: 40px;
    background: #87c152;
    color: white;
}

.footer .footer-heading {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: bold;
}

.footer a {
    color: #aeaeae;
    margin: 10px 0;
    display: block;
    font-size: 14px;
}

.footer p {
    color: #aeaeae;
    font-size: 14px;
}

.footer ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.footer ul.social {
    display: flex;
}

.footer ul.social li {
    margin-right: 10px;
}

.footer ul.social li a {
    border-radius: 50%;
    padding: 10px 15px;
    background: #292f39;
    font-size: 24px;
}

.footer ul.bottom {
    justify-content: right;
    display: flex;
}


.footer ul.bottom li {
    margin-left: 10px;
}

.footer span {
    color: #aeaeae;
    font-size: 14px;
}

.footer .logo img {
    max-height: 100px;
}

/*Responsive*/

@media only screen and (min-width : 1200px) {
    .menu-toggle {
        display: none;
    }

    .dropdown-toggle {
        display: none;
    }
}

@media only screen and (max-width : 1200px) {
    body {
        overflow-x: hidden;
    }

    body.active {
        overflow-y: hidden;
    }

    ul {
        padding-left: 0;
    }

    .top-header .logo {
      display: none;
    }

    .top-header {
        display: none;
    }

    .header .bottom-header {
        position: fixed;
        z-index: 99999;
        width: 100%;
        background: #1f242c;
        top: 0;
    }

    .header.stuck .bottom-header {
        background: #1f242c;
    }

    .header .logo {
        text-align: left !important;
    }

    .header .logo img {
        position: relative;
        z-index: 999;
        max-height: 70px;
        max-width: 100%;
        height: auto;
    }

    .header ul li::before {
        display: none;
    }

    .menu-toggle {
        position: absolute;
        width: 40px;
        height: 30px;
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        appearance: none;
        border: 0;
        background: none;
        overflow: visible;
        z-index: 999999;
        text-decoration: none;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }

    .menu-toggle:focus {
        outline: none;
    }

    .menu-toggle span {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        background: #87c152;   
    }

    .menu-toggle span:nth-of-type(1) {
      transition: all 0.3s 0.3s, transform 0.3s 0s;
    }

    .menu-toggle span:nth-of-type(2) {
      top: 50%;
      margin-top: -1px;
      left: 0;
      transition: all 0.3s 0.3s;
    }

    .menu-toggle span:nth-of-type(3) {
      bottom: 0;
      top: auto;
      left: 0;
      transition: all 0.3s 0.3s, transform 0.3s 0s;      
    }

    .menu-toggle.active {
        transform: translateY(-50%), rotate(135deg);
        transition: all 0.5s 0.3s;
    }

    .menu-toggle.active span:nth-of-type(1) {
      top: 50%;
      margin-top: -1px;
      transform: rotate(90deg);
      transition: all 0.3s, transform 0.3s 0.3s;
    }

    .menu-toggle.active span:nth-of-type(2) {
      opacity: 0;
      transition: all 0.3s, opacity 0.3s 0s;      
    }

    .menu-toggle.active span:nth-of-type(3) {
      bottom: 50%;
      margin-bottom: -1px;
      transform: rotate(0deg);
      transition: all 0.3s, transform 0.3s 0.3s;      
    }

    .header .call-block {
        display: none;
    }
    .header .bottom-header {
        padding: 10px;
    }

    .header .bottom-header .menu-hold ul.menu {
        height: 100vh;
        width: 100vw;
        position: fixed;
        z-index: 99999;
        display: none;
        left: 0;
        top: 0;
        background: #111;
        text-align: center;
        padding-top: 100px;
        overflow-y: scroll;
        margin-left: 0;
        padding-left: 0;
    }

    .header .bottom-header .menu-hold ul.menu li {
        display: block !important;
        position: relative;
        float: none;
        height: unset;
        padding: 0;
    }

    .header .bottom-header .menu-hold ul.menu li a {
        padding: 22px;
        text-decoration: none;
        font-size: 22px;
        display: block;
        transition: 0.3s;
        border-left: none;
        width: 75%;
        margin: 0 auto;
        color: white;
        background: transparent;
        border: none;
    }

    .bottom-header ul li ul.dropdown {
        position: relative !important;
        left: 50%;
        top: 0;
        margin-left: 0;
        transition: all 0.4s ease;
        display: block !important;
        opacity: 0;
/*        background: white;*/
        text-align: center;
        height: auto;
        visibility: hidden;
        margin: 0;
        padding: 0;
        box-shadow: none;
        z-index: 9;
        transform: translate(-50%);
    }

    ul.double {
      columns: unset;
      -webkit-columns: unset;
      -moz-columns: unset;
    }

    .footer {
        text-align: center;
    }

    .footer ul.pages li {
        display: block;
        width: 100%;
    }

    .footer ul.pages li::before {
        display: none;
    }

    .footer .social {
        margin-bottom: 20px;
    }

    .footer .footer-heading {
        margin-top: 20px;
    }

    body {
        text-align: center;
    }
    
    .hero-slider .slide .image {
        height: auto;
        padding: 120px 0;
    }

    .hero-slider .slide .image .hold .heading {
        font-size: 45px;
        line-height: 45px;
    }

    .form-hold {
        margin-top: 40px;
    }

}

@media (max-width: 991px) {
    .header .bottom-header .logo {
        position: relative;
    }

    .heading {
        font-size: 45px;
        line-height: 45px;
    }

    .sub {
        margin-top: 20px;
    }

    .text-left, .text-right {
        text-align: center !important;
    }

    .footer ul.bottom,
    .footer ul.social {
        justify-content: center;
    }

    .why .why-holder {
        padding: 120px 40px;
    }

    .quote-banner {
        padding: 80px 40px;
    }

    .services {
        overflow: hidden;
    }
}

@media (max-width: 768px) {

}

@media (max-width: 576px) {

}

@media (max-width: 400px) {

}
