html {overflow-x: hidden;width:100%;}

body{   font-family: 'Poppins', sans-serif;margin:0;padding:0;color:#000;font-size:18px;overflow-x:hidden; background-color:#fff; letter-spacing: normal;line-height: 28px;}

dl,ol,p,ul{margin:0;padding:0}

ul li, ol li{list-style: inside none;}

a,button,input,optgroup,select,textarea{outline:0;color:#000;}

*,:after,:before{outline:0}

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

iframe{border:0}

a{color:#c8a248;}

a:focus,a:hover, button:hover, button:focus{color:#000;outline:0;text-decoration:none; transition: ease all 0.6s; -webkit-transition: ease all 0.6s;}

p+p{margin-top:10px}

h1,h2,h3,h4,h5,h6{color:#000;font-weight:500;padding:0;margin:0;line-height:normal; }

h1{font-size:32px}

h2{font-size:28px}

h3{font-size:24px}

h4{font-size:20px}

h5{font-size:18px}

h6{font-size:14px}

header {

    position: absolute;

    top: 0;

    z-index: 99999!important;

    left: 0;

    display: inline-block;

    width: 100%;

    height: 130px;

    background: transparent;

    padding: 0;

    transition: ease all 0.6s;

    -webkit-transition: ease all 0.6s;

}

p+p {

    margin-top: 20px;

}

.container {

    width: 1200px;

    max-width: 90%;

}

.container.sml-container {

    width: 1100px;

    max-width: 84%;

}

.container.big-container {

    width: 1360px;

    max-width: 94%;

}

header .navigation-wrap .container {

    height: 100%;

}



header .navigation-wrap .container .row {

    height: 100%;

}

header .navigation-wrap .navbar {

    padding: 0;

    height: 100%;

}

.navigation-wrap .head-main .head-center {

    display: flex;

    flex-wrap: wrap;

    flex-direction: column;

    justify-content: left;

}



.navigation-wrap .head-main .head-center span {

    color: #0078c7;

    font-size: 20px;

    font-weight: 600;

    margin-bottom: 10px;

}



.navigation-wrap .head-main .head-center a {

    color: #0078c7;

    font-size: 24px;

    font-weight: 600;

    display: flex;

    align-items: center;

}



.navigation-wrap .head-main .head-center a img {

    height: 27px;

}



.navigation-wrap .head-main .head-center a:hover {

    color: #666;

}

.navigation-wrap .head-main {

    display: flex;

    justify-content: space-between;

    width: 100%;

    align-items: center;

}



.navigation-wrap {

    display: inline-block;

    width: 100%;

    padding: 0;

    height: 100%;

}

.navigation-wrap .head-main .head-right ul.head-social {

    display: flex;

    align-items: center;

    justify-content: end;

    margin-bottom: 15px;

}

.navigation-wrap .head-nav ul li.nav-item:last-child a {

    padding-right: 0 !important;

}

.navigation-wrap .head-main .head-right .head-nav {

    display: inline-block;

}

header.fixed .navigation-wrap .request-btn {

    height: 50px;

    line-height: 50px;

    font-size: 17px;

    padding: 15px 20px;

}



header.fixed .navigation-wrap .request-btn img {

    transform: scale(0.7);

}

.navigation-wrap .head-main .head-right .head-nav #navbarTogglerDemo01 {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.navigation-wrap .head-main .head-right .head-nav #navbarTogglerDemo01 ul.social-ul {

    display: flex;

    align-items: center;

    margin: 0;

}



.navigation-wrap .head-main .head-right .head-nav #navbarTogglerDemo01 ul.social-ul li {

    display: inline-block;

    margin: 0 10px;

}



.navigation-wrap .head-main .head-right .head-nav #navbarTogglerDemo01 ul.social-ul li a {

    font-size: 22px;

    color: #5e5e6b;

}

.navigation-wrap .head-main .head-right .head-nav #navbarTogglerDemo01 ul.social-ul li a:hover{

    color: #000;

}

      .navigation-wrap 

      .head-nav ul li.nav-item a {

        padding: 5px 15px;

        font-family: 'Poppins';

        font-style: normal;

        font-weight: 400;

        font-size: 20px;

        line-height: 30px;

        color: #000000;

        opacity: 1.

     }

     .navigation-wrap .head-nav ul li.nav-item.active .nav-link {

        color: #92b82c;

    }

     .navigation-wrap .head-nav ul li.nav-item {

        margin-left: 18px;

    }

     .navigation-wrap .head-nav ul li.nav-item a:hover {

         color: #92B82C;

     }

     .navigation-wrap .head-main .head-right {

        display: flex;

        justify-content: end;

        width: 78%;

    }

    .navigation-wrap .request-btn {

        display: flex;

        flex-direction: row;

        justify-content: center;

        align-items: center;

        padding: 12px 30px;

        height: 60px;

        background: #8CAF2D;

        border-radius: 4px;

        color: #fff;

        font-weight: 400;

        font-size: 16px;

        margin-left: 40px;

    }

    

    .navigation-wrap .request-btn:hover {

        background: #333;

        color: #fff;

    }

    .navigation-wrap .head-main .head-right .login-icons {

        display: inline-block;

    }

    

    .navigation-wrap .head-main .head-right .login-icons .cart-btn {

        display: inline-block;

        padding: 5px 10px;

        margin: 0 0 0 25px;

    }

    

    .navigation-wrap .head-main .head-right .login-icons .cart-btn img {

        width: 20px;

    }

    



    .home-banner {

        float: left;

        width: 100%;

        margin: 200px 0 0 0;

        display: flex;

        align-items: center;

        height: 839px;

        background: url(../images/banner-img1.jpg) no-repeat center center;

        background-size: cover !important;

    }

  

    header.fixed {

        position: fixed;

        height: 70px;

        background: #fff;

    }

    header.fixed .head-logo .navbar-brand img {

        transform: scale(0.4);

        transform-origin: left;

    }

    

    header  .head-logo .navbar-brand img {

        transition: ease all 0.5s;

        -webkit-transition: ease all 0.5s;

    }

    .head-logo .navbar-brand img {

        height: auto;

        width: auto;

    }

    .navigation-wrap .head-main .head-right .head-nav #navbarTogglerDemo01 .head-rght-img {

        display: inline-block;

    }

    

    .fixed .navigation-wrap .head-main .head-right .head-nav #navbarTogglerDemo01 .head-rght-img img {

        transform: scale(0.4);

        transform-origin: right;

    }

    

    .navigation-wrap .head-main .head-right .head-nav #navbarTogglerDemo01 .head-rght-img img {

        transition: ease all 0.5s;

        -webkit-transition: ease all 0.5s;

    }







    .index-banner {

        float: left;

        width: 100%;

        padding: 130px 0 0 0;

        height: 550px;

        position: relative;

    }

    

    .index-banner .row.index-bnr-row {

        align-items: center;

        height: 100%;

        position: relative;

        z-index: 9;

    }

    

    .index-banner .container {

        height: 100%;

    }

    

    .index-banner .row.index-bnr-row .col-md-6.index-bnr-col2 {

        height: 100%;

        position: relative;

    }

    

    .index-banner .row.index-bnr-row .clients-slider {

        position: absolute;

        bottom: 0;

        left: 0;

        width: 200px;

    }

    

    .index-banner .row.index-bnr-row .col-md-6.index-bnr-col2 img {

        height: 100%;

        float: right;

        width: auto;

    }

    .index-banner::before {

        background: #e9f1d5;

        content: "";

        width: 500px;

        height: 500px;

        border-radius: 50%;

        position: absolute;

        left: -5%;

        bottom: -54%;

        z-index: 1;

    }

    .index-banner::after {

        left: 0;

        bottom: 0;

        position: absolute;

        content: "";

        width: 50%;

        height: 100%;

        background: url("../images/index-bnr-line.svg") no-repeat center center;

        background-size: 100%;

    }

    .index-banner .index-bnr-col1 {

        padding-right: 8%;

    }

    

    .index-banner .index-bnr-col1 h2 {

        font-family: 'Poppins';

        font-style: normal;

        font-weight: 200;

        font-size: 48px;

        line-height: 55px;

        text-transform: uppercase;

        float: left;

        width: 100%;

        margin: 0 0 15px 0;

    }

    

    .index-banner .index-bnr-col1 h2 .bold {

        font-weight: 700;

    }

    

    .index-banner .index-bnr-col1 p {

        font-family: 'Poppins';

        font-style: normal;

        font-weight: 300;

        font-size: 24px;

        line-height: 36px;

        float: left;

        width: 100%;

        margin: 0 0 25px 0;

    }

    

    .index-banner .index-bnr-col1 .view-dtls-btn {

        display: flex;

        flex-direction: row;

        align-items: center;

        padding: 14px 32px;

        height: 64px;

        background: #92B82C;

        border-radius: 4px;

        font-family: 'Poppins';

        font-style: normal;

        font-weight: 500;

        font-size: 20px;

        line-height: 36px;

        color: #FFFFFF;

        width: 230px;

        justify-content: space-around;

    }

    

    .index-banner .index-bnr-col1 .view-dtls-btn:hover {

        background: #333;

        color: #fff;

    }

    .service-wraper {

        float: left;

        width: 100%;

        background: #101010;

        padding: 100px;

        position: relative;

        z-index: 9;

    }

    .service-wraper .service-col1 {

        background: #1B1B1B;

        padding: 30px;

        float: left;

        width: 100%;

    }

    

    .service-wraper .service-col1 .service-icon {

        float: left;

        margin: 0 auto 15px 0;

    }

    

    .service-wraper .service-col1 h2 {

        float: left;

        width: 100%;

        font-family: 'Poppins';

        font-style: normal;

        font-weight: 400;

        font-size: 24px;

        line-height: 36px;

        color: #FFFFFF;

        margin: 0 0 15px 0;

    }

    

    .service-wraper .service-col1 p {

        font-family: 'Poppins';

        font-style: normal;

        font-weight: 200;

        font-size: 16px;

        line-height: 27px;

        color: #FFFFFF;

        float: left;

        width: 100%;

        margin: 0 0 15px 0;

    }

    

    .service-wraper .service-col1 .view-dtls-btn {

        float: left;

        height: 60px;

        background: #101010;

        border-radius: 4px;

        line-height: 60px;

        padding: 0 30px;

        font-size: 16px;

        color: #92B82C;

        display: flex;

        align-items: center;

        justify-content: space-around;

    }

    

    .service-wraper .service-col1 .view-dtls-btn:hover {

        background: #333;

        color: #92B82C;

    }

    .service-wraper .service-col1 .view-dtls-btn img {

        margin-left: 10px;

    }

    .service-wraper .head-row {

        margin-bottom: 30px;

    }

    

    .service-wraper .head-row h1 {

        font-family: 'Poppins';

        font-style: normal;

        font-weight: 200;

        font-size: 45px;

        line-height: 60px;

        text-transform: uppercase;

        color: #fff;

        display: inline-block;

        text-align: center;

        width: 100%;

    }

    

    .service-wraper .head-row h1 .bold {

        color: #92B82C;

        font-weight: 700;

    }

    .seo-wraper {

        float: left;

        width: 100%;

        background: #fff;

        padding: 100px 100px 70px;

    }

    

    .seo-wraper .seo-col1 {

        position: relative;

        padding-right: 8%;

    }

    

    .seo-wraper .seo-col1 h2 {

        font-family: 'Poppins';

        font-style: normal;

        font-weight: 600;

        font-size: 35px;

        line-height: 50px;

        text-transform: uppercase;

        float: left;

        width: 100%;

        margin: 0 0 20px 0;

    }

    

    .seo-wraper .seo-col1 p {

        font-family: 'Poppins';

        font-style: normal;

        font-weight: 300;

        font-size: 16px;

        line-height: 27px;

        color: #1B1B1B;

        float: left;

        width: 100%;

        margin: 0 0 15px 0;

    }

    

    .seo-wraper .seo-col1 h2 .yellow {

        color: #92B82C;

    }

    

    .seo-wraper .seo-col2 .seo-serv.row .seo-serv-col1 {

        float: left;

        width: 100%;

    }

    

    .seo-wraper .seo-col2 .seo-serv.row .seo-serv-col1 .seo-serv-img {

        width: 64px;

        float: left;

        margin-bottom: 15px;
        

    }

    

    .seo-wraper .seo-col2 .seo-serv.row .seo-serv-col1 .seo-serv-img img {

        max-width: 100%;

    }

    

    .seo-wraper .seo-col2 .seo-serv.row .seo-serv-col1 h2 {

        font-family: 'Poppins';

        font-style: normal;

        font-weight: 600;

        font-size: 24px;

        line-height: 36px;

        color: #1B1B1B;

        float: left;

        width: 100%;

        margin: 0 0 15px 0;

    }

    

    .seo-wraper .seo-col2 .seo-serv.row .seo-serv-col1 p {

        font-family: 'Poppins';

        font-style: normal;

        font-weight: 300;

        font-size: 16px;

        line-height: 27px;

        color: #1B1B1B;

        float: left;

        width: 100%;

    }

    

    .seo-wraper .seo-col2 .seo-serv.row .col-md-6 {

        margin-bottom: 50px;

    }

    .brand-wraper {

        float: left;

        width: 100%;

        background: #cccccc;

        padding: 14px 0 10px;

    }

    

    .brand-wraper .brand-slider {

        display: inline-block;

        width: 100%;

    }

    

    .brand-wraper .brand-slider .slick-track{

        display: flex;

        flex-wrap: wrap;

        align-items: center;

        justify-content: center;

    }

    

    .brand-wraper .brand-slider .brand-logo {

        display: block;

        margin: 0 auto;

        width: 50%;

        text-align: center;

    }

    .brand-wraper .brand-slider .logos-slider {

        margin: 0 !important;

    }

    .brand-wraper .brand-slider .brand-logo img {

        width: auto;

        height: auto;

        max-width: 100%;

        margin: 0 auto;

    }



    .footer-wraper {

        float: left;

        width: 100%;

        padding: 50px 0 30px 0;

        background: #000;

        position: relative;

        z-index: 9;

    }

    

    .footer-wraper .ftr-col1 .ftr-logo {

        float: left;

        margin: 0 0 10px 0;

    }

    

    .footer-wraper .ftr-col1 .ftr-logo img {

        width: 140px;

    }

    

    .footer-wraper .ftr-col1 p {

        float: left;

        width: 100%;

        font-family: 'Poppins';

        font-style: normal;

        font-weight: 300;

        font-size: 16px;

        line-height: 30px;

        color: #FFFFFF;

    }

    .col-md-3.ftr-col2 h3 {

        font-family: 'Poppins';

        font-style: normal;

        font-weight: 900;

        font-size: 24px;

        line-height: 36px;

        color: #FFFFFF;

        float: left;

        width: 100%;

        margin: 0 0 15px 0;

    }

    

    .col-md-3.ftr-col2 ul.ftr-nav {

        float: left;

        width: 100%;

    }

    

    .col-md-3.ftr-col2 ul.ftr-nav li {

        float: left;

        width: 100%;

        margin: 0 0 10px 0;

    }

    

    .col-md-3.ftr-col2 ul.ftr-nav li a {

        font-family: 'Poppins';

        font-style: normal;

        font-weight: 400;

        font-size: 16px;

        line-height: 30px;

        color: #FFFFFF;

        padding-left: 0;

    }

    

    .col-md-3.ftr-col2 ul.ftr-nav li:last-child {

        margin-bottom: 0;

    }

    .footer-wraper .ftr-col3 .everest-forms .evf-container.default form .evf-field-container {

        padding: 0 5px;

    }

    

    .footer-wraper .ftr-col3 .everest-forms .evf-container.default form .evf-field-container .evf-frontend-row {

        margin: 0;

    }

    

    .footer-wraper .ftr-col3 .everest-forms .evf-container.default form .evf-field-container .evf-frontend-row .evf-frontend-grid.evf-grid-1 {

        padding: 0;

    }

    .col-md-3.ftr-col2 ul.ftr-nav li a:hover {

        color: #92b82c;

    }

    .seo-wraper .seo-row .seo-col1::after {

        content: "";

        position: absolute;

        left: 0;

        bottom: 6%;

        width: 300px;

        height: 250px;

        display: inline-block;

        background: url(../images/seo-dot-bg.svg) no-repeat left bottom;

        background-size: auto;

    }

    .service-wraper .container.sml-container {

        position: relative;

    }

    .service-wraper .container.sml-container::after {

        content: "";

        position: absolute;

        left: -9%;

        top: 2%;

        width: 300px;

        height: 250px;

        display: inline-block;

        background: url(../images/dotbg1.svg) no-repeat left top;

        background-size: auto;

    }

    .bnr-slide {

        position: absolute;

        width: 250px;

        left: 0;

        margin: 0;

        bottom: 2%;

    }

    .service-wraper .row.service-row {

        position: relative;

        z-index: 9;

    }

    .bnr-slide .clients-box {

        display: inline-block;

    background: #fff;

    box-shadow: 0px 4px 5px 2px rgb(0 0 0 / 15%);

    padding: 10px 15px;

    border-radius: 50px;

    width: 100%;

    text-align: center;

    margin: 5%;

    width: 90%;

    }

    .bnr-slide .clients-box h2 {

        font-size: 26px;

        display: inline-block;

        width: 100%;

        margin: 0 0 5px 0;

        line-height: normal;

    }

    .bnr-slide .clients-box p {

        font-family: 'Poppins';

        font-style: normal;

        font-weight: 300;

        font-size: 16px;

        line-height: normal;

        color: #1B1B1B;

        float: left;

        width: 100%;

        margin:0;

    }

    .testi-wraper {

        float: left;

        width: 100%;

        padding: 100px 0;

        position: relative;

    }

    section.testi-wraper::before {

        background: #e9f1d5;

        content: "";

        width: 700px;

        height: 700px;

        border-radius: 50%;

        position: absolute;

        left: 0;

        bottom: -46%;

        z-index: 1;

    }

    .testi-wraper .head-row {

        margin-bottom: 30px;

    }

    

    .testi-wraper .head-row h1 {

        font-family: 'Poppins';

        font-style: normal;

        font-weight: 700;

        font-size: 45px;

        line-height: 60px;

        text-transform: uppercase;

        color: #333;

        display: inline-block;

        text-align: center;

        width: 100%;

    }

    

    .testi-wraper .testi-row {

        align-items: center;

        position: relative;

        z-index: 99;

    }

    .testi-wraper .testimonial__inner {

        background: rgba(255,255,255,0.6);

        border: 1px solid #ddd;

        padding: 40px 10%;

        display: inline-block;

        width: 100%;

        border-radius: 8px;

        position: relative;

        margin-left: -10%;

        z-index: 9;

    }

    

    .testi-wraper .testimonial__inner .testimonial_box {

        float: left;

        width: 100%;

    }

    

    .testi-wraper .testimonial__inner .testimonial_box .testimonial_box-name h4 {

        font-family: 'Poppins';

        font-style: normal;

        font-weight: 700;

        font-size: 24px;

        line-height: 36px;

        text-transform: uppercase;

        color: #92B82C;

    }

    

    .testi-wraper .testimonial__inner .testimonial_box .testimonial_box-text p {

        font-family: 'Poppins';

        font-style: normal;

        font-weight: 300;

        font-size: 16px;

        line-height: 24px;

        color: #000000;

    }

    

    .testi-wraper .testimonial__inner .testimonial_box .testimonial_box-name {

        float: left;

        width: 100%;

        margin: 0 0 10px 0;

    }

    

    .testi-wraper .testimonial__inner .testimonial_box .testimonial_box-job p {

        margin: 0 0;

        font-weight: 300;

        font-size: 16px;

        line-height: 24px;

        color: #000000;

    }

    .testimonial_box-job {

        float: left;

        width: 100%;

        margin: 0 0 20px 0;

    }

    .testi-wraper .testimonial__inner .testimonial_box .testimonial_box-text {

        float: left;

        width: 100%;

    }

    .testi-wraper .testimonial__inner ul.slick-dots {

        bottom: -120px !important;

    }

    

    .testi-wraper .testimonial__inner ul.slick-dots li {

        display: inline-block;

        margin: 0 3px!important;

    }

    

    .testi-wraper .testimonial__inner ul.slick-dots li button {

        background: #ccc;

        width: 10px;

        height: 10px;

        border-radius: 50%;

        margin: 0!important;

    }

    .testi-wraper .testimonial__inner ul.slick-dots li.slick-active button {

        background: #666;

        width: 10px;

        height: 10px;

    }

    .testi-wraper .testimonial__inner ul.slick-dots li button::before {

    display: none !important;



    }

    .testi-wraper .container.sml-container{

        position: relative;

    }

    .testi-wraper .container.sml-container::after {

        content: "";

        position: absolute;

        right: -6%;

        top: 25px;

        width: 250px;

        height: 150px;

        display: inline-block;

        background: url(../images/test-dot-bg.svg) no-repeat right top;

        background-size: auto;

        opacity: 0.7;

    }

    

































    .footer-wraper .ftr-col1 p img {

        margin-right: 10px;

    }

    

    .footer-wraper .ftr-col3 form label {

        font-family: 'Poppins';

        font-style: normal;

        font-weight: 500;

        font-size: 22px;

        line-height: 120%;

        color: #FFFFFF;

        float: left;

        width: 100%;

        margin: 0 0 15px 0;

    }

    

    .footer-wraper .ftr-col3 form {

        float: left;

        width: 100%;

        margin: 0 0 20px 0;

    }

    

    .footer-wraper .ftr-col3 form .ftr-form-group {

        float: left;

        width: 100%;

        position: relative;

    }

    

    .footer-wraper .ftr-col3 form .ftr-form-group input.form-control {

        height: 50px;

        float: left;

        width: 100%;

        border-radius: 2px;

        padding-right: 28%;

        padding-left: 15px;

    }

    

    .footer-wraper .ftr-col3 form .ftr-form-group input.submit-btn {

        height: 44px;

        float: right;

        width: 22%;

        border-radius: 2px;

        background: url(../images/arrow-right-white.svg) #92B82C no-repeat 85% center;

        border: none !important;

        color: #fff;

        outline: none;

        position: absolute;

        right: 3px;

        top: 3px;

        cursor: pointer;

        background-size: 25px;

    }

    .footer-wraper .ftr-col3 form .ftr-form-group input.submit-btn:hover {

        background: url(../images/arrow-right-white.svg) #666 no-repeat 85% center;

        background-size: 25px;

        color: #fff;

    }

    .footer-wraper .ftr-col3 ul.ftr-nav {

        float: left;

        width: 100%;

        margin: 0 0 15px 0;

    }

    

    .footer-wraper .ftr-col3   h3 {

        font-family: 'Poppins';

        font-style: normal;

        font-weight: 900;

        font-size: 24px;

        line-height: 36px;

        color: #FFFFFF;

        float: left;

        width: 100%;

        margin: 0 0 15px 0;

    }

    

    .footer-wraper .ftr-col3 ul.ftr-nav li {

        float: left;

        width: 33%;

        margin: 0 0 20px 0;

    }

    

    .footer-wraper .ftr-col3 ul.ftr-nav li a {

        font-family: 'Poppins';

        font-style: normal;

        font-weight: 400;

        font-size: 16px;

        line-height: 30px;

        color: #FFFFFF;

    }

    

    .footer-wraper .ftr-col3 {

        padding-left: 5%;

    }

    

    .footer-wraper .ftr-col3 ul.ftr-nav li a:hover {

        color: #92b82c;

    }

    

    .footer-wraper .ftr-col3 ul.ftr-links {

        float: left;

        display: flex;

        align-items: center;

        width: 100%;

    }

    

    .footer-wraper .ftr-col3 ul.ftr-links li {

        display: inline-block;

        margin-right: 10%;

    }

    

    .footer-wraper .ftr-col3 ul.ftr-links li a {

        display: flex;

		flex-wrap: wrap;

        font-family: 'Poppins';

        font-style: normal;

        font-weight: 400;

        font-size: 16px;

        line-height: 30px;

        color: #FFFFFF;

        align-items: center;

    }

    .footer-wraper .ftr-col3 ul.ftr-links li a .icon-out {

        background: #92b82c;

        width: 40px;

        height: 40px;

        display: flex;

        border-radius: 50%;

        overflow: hidden;

        align-items: center;

        justify-content: center;

        margin-right: 10px;

    }

    .footer-wraper .ftr-col3 ul.ftr-links li a .icon-out img {

        display: inline-block;

        width: 21px;

    }





    .footer-wraper .ftr-col3 ul.ftr-links li a:hover {

        color: #92b82c;

    }

    .copyright {

        float: left;

        width: 100%;

        background: #000;

        padding: 30px 0;

        border-top: 1px solid #666;

    }

    

    .copyright p {

        font-family: 'Poppins';

        font-style: normal;

        font-weight: 300;

        font-size: 16px;

        color: #fff;

    }





























    .inner-banner.niche-edits-bnr {

        float: left;

        width: 100%;

        padding: 180px 0 0 0;

        height: 750px;

        position: relative;

    }

    

    .inner-banner.niche-edits-bnr .inner-bnr-col1 h2 {

        font-family: 'Poppins';

        font-style: normal;

        font-weight: 200;

        font-size: 64px;

        line-height: 96px;

        text-transform: uppercase;

        float: left;

        width: 100%;

    }

    

    .inner-banner.niche-edits-bnr .inner-bnr-col1 h2 .bold {

        font-weight: 700;

    }

    

    .inner-banner.niche-edits-bnr .inner-bnr-col1  p {

        font-family: 'Poppins';

        font-style: normal;

        font-weight: 300;

        font-size: 24px;

        line-height: 36px;

        float: left;

        width: 100%;

        margin: 0 0 25px 0;

    }

    

    .inner-banner.niche-edits-bnr .inner-bnr-col1 .view-dtls-btn {

        display: flex;

        flex-direction: row;

        align-items: center;

        padding: 10px 25px;

        height: 55px;

        background: #92B82C;

        border-radius: 4px;

        font-family: 'Poppins';

        font-style: normal;

        font-weight: 500;

        font-size: 18px;

        line-height: 36px;

        color: #FFFFFF;

        width: 245px;

        justify-content: space-around;

    }

    

    .inner-banner.niche-edits-bnr .inner-bnr-col1 .view-dtls-btn:hover {

        background: #333;

        color: #fff;

    }

    .inner-banner.niche-edits-bnr .round-shape {

        width: 400px;

        height: 400px;

        border-radius: 50%;

        display: inline-block;

        overflow: hidden;

        padding: 10px;

        background: #fff;

        position: relative;

        z-index: 99;

    }

    

    .inner-banner.niche-edits-bnr .round-shape img {

        display: inline-block;

        width: 100%;

        height: 100%;

        object-fit: cover;

    }

    .col-md-6.inner-bnr-col2::before {

        position: absolute;

        width: 385px;

        height: 1500px;

        left: -4px;

        top: -130%;

        background: #92B82C;

        opacity: 0.1;

        transform: rotate(-135deg);

        content: "";

    }

    .inner-banner.niche-edits-bnr .row.inner-bnr-row {

        align-items: center;

    }

    

    .inner-banner.niche-edits-bnr .row.inner-bnr-row .col-md-6.inner-bnr-col1 {

        padding-right: 8%;

    }

    .howit-wraper {

        float: left;

        width: 100%;

        background: #000;

        padding: 100px;

        position: relative;

        z-index: 9;

        height: 600px;

        margin-bottom: 180px;

    }

    

    .howit-wraper .row.head-row {

        margin-bottom: 30px;

    }

    

    .howit-wraper .row.head-row h1 {

        font-family: 'Poppins';

        font-style: normal;

        font-weight: 200;

        font-size: 45px;

        line-height: 60px;

        text-transform: uppercase;

        color: #fff;

        display: inline-block;

        text-align: center;

        width: 100%;

    }

    

    .howit-wraper .row.head-row h1 .bold {

        color: #92B82C;

        font-weight: 700;

    }

    

    .howit-wraper  .howit-row .howit-col1 {

        background: #fff;

        display: inline-block;

        width: 100%;

        padding: 30px 80px 120px 30px;

        border-radius: 8px;

        box-shadow: 0px 4px 5px 2px rgb(0 0 0 / 15%);

    }

    

    .howit-wraper .howit-row .howit-col1 h2 {

        float: left;

        width: 100%;
        font-family: 'Poppins';

        font-style: normal;

        font-weight: 600;

        font-size: 24px;

        line-height: 36px;

        color: #000;

        margin: 0 0 15px 0;

        text-transform: uppercase;

        position: relative;

        z-index: 9;

    }



    

    .howit-wraper .howit-row .howit-col1 p {

        font-family: 'Poppins';

        font-style: normal;

        font-weight: 300;

        font-size: 16px;

        line-height: 27px;

        color: #1B1B1B;

        float: left;

        width: 100%;

        margin: 0 0 15px 0;

        position: relative;

        z-index: 9;
        height: 100%;
    }

    

    .howit-wraper .container.sml-container {

        position: relative;

    }

    

    .howit-wraper .container.sml-container::after {

        content: "";

        position: absolute;

        left: 0;

        top: 0;

        width: 300px;

        height: 250px;

        display: inline-block;

        background: url(../images/dotbg1.svg) no-repeat left top;

        background-size: auto;

    }



 

    .inner-banner.niche-edits-bnr::after {

        content: "";

        position: absolute;

        top: 150px;

        left: 14%;

        width: 250px;

        height: 200px;

        display: inline-block;

        background: url(../images/seo-dot-bg.svg) no-repeat left bottom;

        background-size: auto;

        opacity: 0.5;

    }



    .inner-banner.niche-edits-bnr{

        position: relative;

    }



    .price-wraper {

        float: left;

        width: 100%;

        background: #fff;

        padding: 100px;

        position: relative;

    }

    .price-wraper .container.sml-container{

        position: relative;

    }

    .price-wraper::before {

        content: "";

        position: absolute;

        left: 3%;

        top: 20px;

        width: 300px;

        height: 130px;

        display: inline-block;

        background: url(../images/price-dot-bg.svg) no-repeat left top;

        background-size: auto;

    }

    

    .price-wraper .head-row {

        margin-bottom: 30px;

    }

    

    .price-wraper .head-row h1 {

        font-family: 'Poppins';

        font-style: normal;

        font-weight: 200;

        font-size: 45px;

        line-height: 60px;

        text-transform: uppercase;

        color: #333;

        display: inline-block;

        text-align: center;

        width: 100%;

    }

    

    .price-wraper .head-row h1 .bold {

        color: #333;

        font-weight: 700;

    }

    

    .price-wraper  .price-row {}

    

    .price-wraper .price-row .howit-col1 {

        display: inline-block;

        width: 100%;

    }

    

    .price-wraper .price-row .howit-col1 .price-head-row {

        display: flex;

        flex-wrap: wrap;

        align-items: center;

        justify-content: space-between;

        width: 85%;

        margin-left: 15%;

    }

    

    .price-wraper .price-row .howit-col1 .price-head-row .price-head-col {

        display: flex;

        width: 20%;

        text-align: center;

        padding: 10px 0;

        color: #000;

        height: 70px;

        align-items: center;

        justify-content: center;

        border-radius: 10px 10px 0 0;

    }

    

    .price-wraper .price-row .howit-col2 {

        display: flex;

        width: 100%;

        flex-wrap: wrap;

        position: relative;

    }

    .price-wraper .price-row .howit-col1 .price-head-row  .price-head-col.green-bg {

        background: #8caf2d;

        color: #fff;

        font-weight: 600;

    }

    

    .price-wraper .price-row .howit-col2 .price-body-row-rgt .price-body-row .price-body-col.green-bg {

        background: #8caf2d;

        color: #fff;

        font-weight: 600;

    }

    .price-wraper .price-row .howit-col2 .price-body-left {

        width: 100%;

        padding: 3px;

        display: inline-block;

        padding-right: 85%;

        background: #8CAF2D;

        border-radius: 10px;

    }

    

    .price-wraper .price-row .howit-col2 .price-body-row-rgt {

        width: 85%;

        display: inline-block;

        position: absolute;

        right: 0;

        top: 3px;

        background: #fff;

        border-radius: 10px;

        box-shadow: 0px 0px 0px 3px rgb(140 175 45);

    }

    

    .price-wraper .price-row .howit-col2 .price-body-row-rgt .price-body-row {

        display: flex;

        flex-wrap: wrap;

        align-items: center;

        justify-content: space-between;

        width: 100%;

    }

    

    .price-wraper .price-row .howit-col2 .price-body-row-rgt .price-body-row .price-body-col {

        display: inline-flex;

        width: 20%;

        text-align: center;

        padding: 7px 0;

        height: 100px;

        align-items: center;

        line-height: normal;

        justify-content: center;

    }



    .price-wraper .price-row .howit-col2 .price-body-left .price-left-col {

        display: flex;

    width: 100%;

    text-align: center;

    padding: 7px 0;

    height: 100px;

    align-items: center;

    line-height: normal;

    justify-content: center;

    color: #fff;

       }

    .price-wraper .price-row .howit-col2 .price-body-left .price-body-left-row {

        display: block;

        width: 100%;

    }

    .price-wraper .price-row .howit-col3 {

        display: flex;

        width: 100%;

        flex-wrap: wrap;

        position: relative;

    }

    .price-wraper .price-row .howit-col3 .price-ftr {

        display: inline-block;

        width: 100%;

    }

    

    .price-wraper .price-row .howit-col3 .price-ftr .price-ftr-row {

        display: flex;

        flex-wrap: wrap;

        width: 100%;

        align-items: center;

        justify-content: space-between;

    }

    

    .price-wraper .price-row .howit-col3 .price-ftr .price-ftr-row .price-ftr-col {

        display: inline-block;

        width: 49%;

        padding: 10px 0;

    }

    

    .price-wraper .price-row .howit-col3 .price-ftr .price-ftr-row .price-ftr-col p {

        color: #000;

        font-size: 12px;

    }

    

    .price-wraper .price-row .howit-col3 .price-ftr .price-ftr-row .price-ftr-co2 {

        display: inline-block;

        width: 17%;

        padding: 20px 15px 30px 15px;

        text-align: center;

        background: #8caf2d;

        border-radius: 0 0 10px 10px;

    }

    

    .price-wraper .price-row .howit-col3 .price-ftr .price-ftr-row .price-ftr-co3 {

        display: inline-block;

        width: 34%;

        padding: 10px 0;

        text-align: left;

    }

    

    .price-wraper .price-row .howit-col3 .price-ftr .price-ftr-row .price-ftr-co2 .rdr-btn {

        background: #fff;

        padding: 10px 20px;

        color: #8caf2d;

        border-radius: 4px;

    }

    

    .price-wraper .price-row .howit-col3 .price-ftr .price-ftr-row .price-ftr-co2 .rdr-btn:hover {

        background: #000;

        color: #fff;

    }

    

    .price-wraper .price-row .howit-col3 .price-ftr .price-ftr-row .price-ftr-co3 p {

        color: #000;

        font-size: 12px;

        padding: 0 15px;

    }

    

    .price-wraper .price-row .howit-col3 .price-ftr .price-ftr-row .price-ftr-co3 p img {

        width: 50px;

        margin-right: 10px;

    }

    .cost-wraper {
        float: left;
        width: 100%;
        padding: 100px 0 50px 0;
        position: relative;
        background: #101010;
        margin-bottom: 0;

    }

    

    .cost-wraper .container.sml-container {

        position: relative;

    }

    

    .cost-wraper .head-row {

        margin-bottom: 30px;

    }

    

    .cost-wraper .head-row h1 {

        font-family: 'Poppins';

        font-style: normal;

        font-weight: 200;

        font-size: 45px;

        line-height: 60px;

        text-transform: uppercase;

        color: #fff;

        display: inline-block;

        text-align: center;

        width: 100%;

    }

    

    .cost-wraper .head-row h1 .bold {

        color: #92B82C;

        font-weight: 700;

    }

    

    .cost-wraper ul.nav.nav-tabs {

        display: inline-flex;

        align-items: center;

        width: auto;

        justify-content: center;

        border: 1px solid #8caf2d !important;

        border-radius: 8px;

        float: none;

        margin: 0 auto;

        padding: 5px;

    }

    .cost-wraper .tab-row {

        display: flex;

        align-items: center;

        width: 100%;

        justify-content: center;

    }

    

    .cost-wraper ul.nav.nav-tabs li.nav-item a.nav-link {

        border: none !important;

        border-radius: 8px;

        background: none;

        color: #8caf2d;

        font-size: 17px;

    }

    

    .cost-wraper ul.nav.nav-tabs li.nav-item a.nav-link.active {

        background: #8caf2d;

        color: #fff;

    }

    .cost-wraper .tab-content {

        display: inline-block;

        width: 100%;

        margin: 80px 0 0 0;

        position: relative;

        z-index: 9;

    }



.cost-wraper .tab-content .tab-pane .row.cost-row .cost-col1 {
    border: 1px solid #000;
    border-radius: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    background: #fff;
    height: 100%;
    padding-bottom: 200px;


}



.cost-wraper .tab-content .tab-pane .row.cost-row .col-md-4 {

    margin-bottom: 60px;

}



.cost-wraper .tab-content .tab-pane .row.cost-row .cost-col1 .cost-col1-lft {

    width: 100%;
    padding-left: 15px;
    padding-right: 15px ;
    padding-top: 10px;

}



.cost-wraper .tab-content .tab-pane .row.cost-row .cost-col1 .cost-col1-rgt {
    display: inline-block;
    width: auto;
    position: absolute;
    right: 25px;
    bottom: 25px;

}



.cost-wraper .tab-content .tab-pane .row.cost-row .cost-col1 .cost-col1-lft h3 {

    font-family: 'Poppins';

    font-style: normal;

    font-weight: 700;

    font-size: 24px;

    line-height: 36px;

    color: #333;

    float: left;

    width: 100%;

    margin: 0 0 10px 0;

}



.cost-wraper .tab-content .tab-pane .row.cost-row .cost-col1 .cost-col1-lft p {

    font-family: 'Poppins';

    font-style: normal;

    font-weight: 400;

    font-size: 18px;

    line-height: 29px;

    color: #333;

}

/* .cost-wraper .tab-content .tab-pane .row.cost-row .cost-col1::before {

    content: "";

    position: absolute;

    left: 30px;

    top: -25px;

    width: 70px;

    height: 50px;

    display: inline-block;

    background: url(../images/cost-link.svg) #fff no-repeat center center;

    background-size: 45px;
    border-radius: 6px;


} */

.cost-wraper .tab-content .tab-pane .row.cost-row .cost-col1 .cost-col1-lft p .green-color {

    color: #92b82c;

}

.cost-wraper .tab-content .tab-pane .row.cost-row .cost-col1 .cost-col1-rgt .cost-arrow {

    display: inline-block;

    background: #8caf2d;

    padding: 11px 15px;

    border-radius: 8px;

}



.cost-wraper .tab-content .tab-pane .row.cost-row .cost-col1 .cost-col1-rgt .cost-arrow:hover {

    background: #000;

} 

.cost-wraper .container.sml-container::before {

    content: "";

    position: absolute;

    left: -5%;

    top: 100px;

    width: 300px;

    height: 250px;

    display: inline-block;

    background: url(../images/dotbg1.svg) no-repeat left bottom;

    background-size: auto;

    opacity: 0.7;

}

.cost-wraper .tab-content .tab-pane .row.cost-row .cost-col1.cost-one {

    padding: 0 !important;

    border: none !important;
    background: none;

}



.cost-wraper .tab-content .tab-pane .row.cost-row .cost-col1.cost-one::before {

    display: none;

}



.cost-wraper .tab-content .tab-pane .row.cost-row .cost-col1.cost-one h2 {

    font-family: 'Poppins';

    font-style: normal;

    font-weight: 300;

    font-size: 24px;

    line-height: 86%;

    color: #fff;

    float: left;

    width: 100%;

    margin: 0 0 15px 0;

}



.cost-wraper .tab-content .tab-pane .row.cost-row .cost-col1.cost-one h2 .bold {

    font-weight: 700;

    width: 100%;

    float: left;

    font-size: 42px;

    line-height: 42px;

    text-transform: uppercase;

}



.cost-wraper .row.ftr-row a.ordr-btn {

    font-family: 'Poppins';

    font-style: normal;

    font-weight: 500;

    font-size: 22px;

    text-align: center;

    float: none;

    display: block;

    width: 180px;

    margin: 0 auto;

    height: 55px;

    line-height: 55px;

    border-radius: 8px;

    border: 1px solid #8caf2d;

    background: #8caf2d;

    color: #fff;

}



.cost-wraper .row.ftr-row {

    justify-content: center;

}



.cost-wraper .row.ftr-row a.ordr-btn:hover {

    border: 1px solid #8caf2d;

    background: #000;

    color: #8caf2d;

}

.accordion-wraper h2 {

    padding-left: 45px;

    position: relative;

    font-family: 'Poppins';

    font-style: normal;

    font-weight: 500;

    font-size: 22px;

    line-height: 36px;

    color: #222;

}



.accordion-wraper {

    float: left;

    width: 100%;

    background: #fff;

    padding: 100px 0 100px 0;

    position: relative;

}



.accordion-wraper .head-row {

    margin-bottom: 30px;

}



.accordion-wraper .head-row h1 {

    font-family: 'Poppins';

    font-style: normal;

    font-weight: 200;

    font-size: 45px;

    line-height: 60px;

    text-transform: uppercase;

    color: #333;

    display: inline-block;

    text-align: center;

    width: 100%;

}



.accordion-wraper .head-row h1 .bold {

    color: #333;

    font-weight: 700;

}

.accordion-wraper .accordion {

    float: left;

    width: 100%;

    border: none !important;

}



.accordion-wraper .accordion .card-header {

    background: #f2f2f2;

    float: left;

    width: 100%;

    border: 1px solid #f2f2f2;

    margin: 0 0 20px;

    border-radius: 8px;

}



.accordion-wraper .accordion .card {

    float: left;

    width: 100%;

    border: none !important;

}

.accordion-wraper h2::before {

    content: "";

    position: absolute;

    left: 0;

    top: 2px;

    width: 32px;

    height: 32px;

    display: inline-block;

    background: url(../images/check-circle-green.svg) no-repeat center center;

    background-size: 28px;

}

.accordion-wraper h2::after {

    content: "";

    position: absolute;

    right: 0;

    top: 5px;

    width: 36px;

    height: 36px;

    display: inline-block;

    background: url(../images/chevron-down-black.svg) no-repeat center center;

    background-size: 25px;

}

.accordion-wraper .accordion .card-body {

    padding-top: 0;

    font-size: 17px;

    padding-bottom: 30px;

}

.howit-wraper .howit-row .howit-col1{

    position: relative;
    height:100%;
}



.howit-wraper .howit-row .howit-col1.how-one::after {

    content: "1";

    position: absolute;

    right: 0;

    bottom: 0;

    height: 100%;

    font-size: 300.603px;

    color: #eff4df;

    display: flex;

    align-items: flex-end;

    line-height: 280.603px;

    font-weight: 700;

}

.howit-wraper .howit-row .howit-col1.how-two::after {

    content: "2";

    position: absolute;

    right: 0;

    bottom: 0;

    height: 100%;

    font-size: 300.603px;

    color: #eff4df;

    display: flex;

    align-items: flex-end;

    line-height: 280.603px;

    font-weight: 700;

}

.howit-wraper .howit-row .howit-col1.how-three::after {

    content: "3";

    position: absolute;

    right: 0;

    bottom: 0;

      height: 100%;

    font-size: 300.603px;

    color: #eff4df;

    display: flex;

    align-items: flex-end;

    line-height: 280.603px;

    font-weight: 700;

}

.howit-wraper.guest-blog-wraper {

    height: auto;

    margin-bottom: 0;

}

.howit-wraper.guest-blog-wraper p {

    font-size: 16px;

    color: #ddd;

    font-weight: 300;

    margin: 0 auto 20px auto;

    display: block;

    width: 70%;

    text-align: center;

}



.howit-wraper.guest-blog-wraper .howit-row.guest-blog .howit-col1 {

    background: #1b1b1b;

    padding: 120px 30px 80px 30px;

    height: 100%;

    text-align: left;

    position: relative;

}



.howit-wraper.guest-blog-wraper .howit-row.guest-blog .howit-col1 h2 {

    color: #fff;

    font-weight: 400;

    font-size: 24px;

    text-transform: capitalize;

}



.howit-wraper.guest-blog-wraper .howit-row.guest-blog .howit-col1 p {

    text-align: left;

    font-weight: 300;

    color: #ddd;

    font-size: 16px;

    line-height: 27px;

}



.howit-wraper.guest-blog-wraper .howit-row.guest-blog .howit-col1 ul {

    float: left;

    width: 100%;

    margin: 20px 0 0 0;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}



.howit-wraper.guest-blog-wraper .howit-row.guest-blog .howit-col1 ul li {

    display: inline-block;

    width: 45%;

    text-align: left;

    font-weight: 300;

    color: #ddd;

    font-size: 16px;

    line-height: 27px;

    margin: 0 0 20px 0;

    padding-left: 35px;

    position: relative;

}

.howit-wraper.guest-blog-wraper .howit-row.guest-blog .howit-col1 ul li::before {

    content: "";

    position: absolute;

    left: 0;

    top: 0px;

    width: 25px;

    height: 25px;

    display: inline-block;

    background: url(../images/check-circle-green.svg) no-repeat center center;

    background-size: 22px;

}

.howit-wraper.guest-blog-wraper .howit-row.guest-blog .howit-col1::before{

    content: "";

    position: absolute;

    left: 30px;

    top: 30px;

    width: 80px;

    height: 80px;

    display: inline-block;

    background: url(../images/seo-dot-bg.svg) no-repeat left top;

    background-size: auto;

}

.cost-wraper .container.sml-container::after {

    content: "";

    position: absolute;

    right: -8%;

    bottom: 0;

    width: 300px;

    height: 250px;

    display: inline-block;

    background: url(../images/dotbg1.svg) no-repeat right bottom;

    background-size: auto;

    opacity: 0.7;

}

.howit-wraper.high-quality-wraper {

    height: auto;

    margin-bottom: 0;

}

.howit-wraper.high-quality-wraper .container.sml-container::after {

    display: none;

}



.howit-wraper.high-quality-wraper .head-row p {

    font-size: 16px;

    color: #ddd;

    font-weight: 300;

    margin: 0 auto 20px auto;

    display: block;

    width: 70%;

    text-align: center;

}



.howit-wraper.high-quality-wraper .high-quality-row {

    margin: 0 0 80px 0;

}



.howit-wraper.high-quality-wraper .high-quality-row .high-quality-col2 {

    padding: 30px 0;

}

.howit-wraper.high-quality-wraper .high-quality-row .high-quality-col2::before {

    height: 1px;

    width: 75%;

    background: #8caf2d;

    content: "";

    position: absolute;

    left: -30px;

    top: 0;

}



.howit-wraper.high-quality-wraper .high-quality-row .high-quality-col2 h2 {

    font-family: 'Poppins';

    font-style: normal;

    font-weight: 300;

    font-size: 30px;

    line-height: 48px;

    color: #92B82C;

    float: left;

    width: 100%;

    margin: 0 0 15px 0;

}



.howit-wraper.high-quality-wraper .high-quality-row .high-quality-col2 p {

    font-family: 'Poppins';

    font-style: normal;

    font-weight: 200;

    font-size: 17px;

    line-height: 30px;

    color: #eee;

    float: left;

    width: 100%;

}



.howit-wraper.high-quality-wraper .high-quality-row:nth-child(odd) {

    flex-direction: row-reverse;

}



.howit-wraper.high-quality-wraper .high-quality-row .high-quality-col1 {

    display: inline-block;

    width: 100%;

    border-radius: 10px 0 10px 10px;

    overflow: hidden;

}



.howit-wraper.high-quality-wraper .high-quality-row .high-quality-col1 img {

    display: inline-block;

    width: 100%;

}

.howit-wraper.high-quality-wraper .high-quality-row:nth-child(odd) .high-quality-col1 {

    border-radius: 0 10px 10px 10px;

}



.howit-wraper.high-quality-wraper .high-quality-row:nth-child(odd) .high-quality-col2::before {

    right: -30px;

    left: auto;

}

.build-wraper .row.head-row {

    margin-bottom:70px;

}



.build-wraper .row.head-row h1 {

    font-family: 'Poppins';

    font-style: normal;

    font-weight: 200;

    font-size: 45px;

    line-height: 60px;

    text-transform: uppercase;

    color: #333;

    display: inline-block;

    text-align: center;

    width: 100%;

}



.build-wraper .row.head-row h1 .bold {

    color: #333;

    font-weight: 700;

}

.build-wraper {

    float: left;

    width: 100%;

    padding: 100px 0;

    position: relative;

}

.build-wraper::after {

    content: "";

    position: absolute;

    top: 40px;

    right: 40px;

    width: 300px;

    height: 250px;

    display: inline-block;

    background: url(../images/seo-dot-bg.svg) no-repeat right top;

    background-size: auto;

    opacity: 0.5;

}

.build-wraper .build-row .build-box {

    border: 3px solid #d9d9d9;

    border-radius: 10px;

    padding: 60px 45px 45px 45px;

    position: relative;

    background: #fff;

    height: 100%;

    display: inline-block;

}



.build-wraper .build-row .build-box .build-box-icon {

    display: flex;

    width: 65px;

    height: 65px;

    border-radius: 50%;

    overflow: hidden;

    align-items: center;

    justify-content: center;

    background: #8caf2d;

    border: 3px solid #d9d9d9;

    position: absolute;

    top: -33px;

    left: 45px;

}



.build-wraper .build-row .build-box  h2 {

    font-family: 'Poppins';

    font-style: normal;

    font-weight: 600;

    font-size: 24px;

    line-height: 36px;

    color: #8CAF2D;

    float: left;

    width: 100%;

    margin: 0 0 5px 0;

}



.build-wraper .build-row .build-box  p {

    font-family: 'Poppins';

    font-style: normal;

    font-weight: 400;

    font-size: 18px;

    line-height: 29px;

    color: #333;

}



.build-wraper .build-row .build-box .build-box-icon img {

    width: 35px;

}

.accordion-wraper.highquality-acrdn {

    padding-bottom: 0;

}

.contactpage-wraper {

    float: left;

    width: 100%;

    padding: 180px 0;

    position: relative;

}



.contactpage-wraper .head-row {

    margin-bottom: 30px;

    text-align: center;

}



.contactpage-wraper .head-row h2 {

    font-family: 'Poppins';

    font-style: normal;

    font-weight: 200;

    font-size: 45px;

    line-height: 60px;

    text-transform: uppercase;

    color: #333;

    display: inline-block;

    text-align: center;

    width: 100%;

}



.contactpage-wraper .head-row h2 .bold {

    color: #92B82C;

    font-weight: 700;

}



.contactpage-wraper .head-row  p {

    font-family: 'Poppins';

    font-style: normal;

    font-weight: 400;

    font-size: 18px;

    line-height: 29px;

    color: #333;

}

.contactpage-wraper .contactpage-row {

    margin-top: 100px;

}



.contactpage-wraper .contactpage-row .contact-col1 {

    position: relative;

}



.contactpage-wraper .contactpage-row .contact-col1::after {

    opacity: 0.5;

    content: "";

    top: -50px;

    position: absolute;

    right: -100px;

    width: 250px;

    height: 130px;

    display: inline-block;

    background: url(../images/price-dot-bg.svg) no-repeat right top;

    background-size: auto;

}

.contactpage-wraper .contactpage-row .contact-col1 form {

    position: relative;

    z-index: 9;

}



.contactpage-wraper .contactpage-row .contact-col1 form .form-group {

    float: left;

    width: 100%;

    margin: 0 0 20px 0;

}



.contactpage-wraper .contactpage-row .contact-col1 form .form-group input.form-control {

    height: 50px;

    border: 1px solid #999;

    padding: 0 15px;

    border-radius: 4px;

    color: #333;

}



.contactpage-wraper .contactpage-row .contact-col1 form .form-group .form-control::placeholder {

    color: #999;

}



.contactpage-wraper .contactpage-row .contact-col1 form .form-group textarea.form-control {

    height: inherit;

    border: 1px solid #999;

    padding: 0 15px;

    border-radius: 4px;

    color: #333;

    min-height: 120px;

    padding-top: 10px;

}

.contactpage-wraper .contactpage-row .contact-col1 form .form-group input.submit-btn {

    height: 50px;

    border: 1px solid #000;

    padding: 0 15px;

    border-radius: 4px;

    color: #fff;

    width: 100%;

    background: url(../images/arrow-right2.svg) #000 no-repeat 60% center;

    cursor: pointer;

}

.contactpage-wraper .contactpage-row .contact-col1 form .form-group input.submit-btn:hover {

    color: #fff;

    background: url(../images/arrow-right2.svg) #92b82c no-repeat 60% center;

    border: 1px solid #92b82c;

}

.contactpage-wraper::after {

    background: #e9f1d5;

    content: "";

    width: 900px;

    height: 900px;

    border-radius: 50%;

    position: absolute;

    left: 0;

    bottom: -34%;

    z-index: 1;

}

.contactpage-wraper .contactpage-row .contact-col1 .everest-forms input.input-text {

    height: 50px;

    border: 1px solid #999;

    padding: 0 15px;

    border-radius: 4px;

    color: #333;

}



.contactpage-wraper .contactpage-row .contact-col1 .everest-forms textarea.input-text {

    height: inherit;

    border: 1px solid #999;

    padding: 0 15px;

    border-radius: 4px;

    color: #333;

    min-height: 120px;

    padding-top: 10px;

}





.contactpage-wraper .contactpage-row .contact-col1 .everest-forms label.evf-field-label {

    font-family: 'Poppins';

    font-style: normal;

    font-weight: 400;

    font-size: 16px;

    line-height: 29px;

    color: #333;

    margin-bottom: 5px;

}

.contactpage-wraper .contactpage-row .contact-col1 .everest-forms .evf-submit-container button.evf-submit {

    height: 50px;

    border: 1px solid #000;

    padding: 0 15px;

    border-radius: 4px;

    color: #fff;

    width: 100%;

    background: url(../images/arrow-right2.svg) #000 no-repeat 60% center;

    cursor: pointer;

}



.contactpage-wraper .contactpage-row .contact-col1 .everest-forms .evf-submit-container button.evf-submit:hover {

    color: #fff;

    background: url(../images/arrow-right2.svg) #92b82c no-repeat 60% center;

    border: 1px solid #92b82c;

}

.footer-wraper .ftr-col3 h3 {

    font-family: 'Poppins';

    font-style: normal;

    font-weight: 500;

    font-size: 22px;

    line-height: 120%;

    color: #FFFFFF;

    float: left;

    width: 100%;

    margin: 0 0 15px 0;

}



.footer-wraper .ftr-col3 .everest-forms {

    float: left;

    width: 100%;

	max-width: 450px;

}



.footer-wraper .ftr-col3 .everest-forms .evf-container.default {

    float: left;

    width: 100%;

}



.footer-wraper .ftr-col3 .everest-forms .evf-container.default form {

    position: relative;

}



.footer-wraper .ftr-col3 .everest-forms .evf-container.default form .evf-field-container .evf-frontend-row label.evf-field-label {

    font-family: 'Poppins';

    font-style: normal;

    font-weight: 400;

    font-size: 16px;

    line-height: 30px;

    color: #FFFFFF;

}



.footer-wraper .ftr-col3 .everest-forms .evf-container.default form .evf-field-container .evf-frontend-row input.input-text {

    height: 50px;

    float: left;

    width: 100%;

    border-radius: 2px;

    padding-right: 28%;

    padding-left: 15px;

}



.footer-wraper .ftr-col3 .everest-forms .evf-container.default form   .evf-submit-container {

    position: absolute;

    width: auto !important;

    right: 4px;

    bottom: 13px;

    padding: 0;

}



.footer-wraper .ftr-col3 .everest-forms .evf-container.default form .evf-submit-container button.everest-forms-submit-button {

    height: 44px;

    float: right;

    width: auto;

    border-radius: 2px;

    background: url(../images/arrow-right-white.svg) #92B82C no-repeat 85% center;

    border: none !important;

    color: #fff;

    outline: none;

    position: static;

    cursor: pointer;

    background-size: 25px;

	padding: 10px 65px 10px 18px;

}



.footer-wraper .ftr-col3 .everest-forms .evf-container.default form .evf-submit-container button.everest-forms-submit-button:hover {

    background: url(../images/arrow-right-white.svg) #666 no-repeat 85% center;

    background-size: 25px;

    color: #fff;

}



.notfound-wraper {

    padding: 120px 0;

    margin: 130px 0 0 0;

}



.notfound-wraper .notfound-row .notfound-detail {

    text-align: center;

}



.notfound-wraper .notfound-row .notfound-detail h1 {

    font-size: 28px;

    color: #000;

    margin: 0 0 15px;

    float: left;

    width: 100%;

}



.notfound-wraper .notfound-row .notfound-detail h2 {

    font-size: 25px;

    color: #000;

    margin: 0 0 15px;

    float: left;

    width: 100%;

}



.notfound-wraper .notfound-row .notfound-detail p {

    color: #000;

    font-weight: 400;

    font-size: 16px;

    float: left;

    width: 100%;

    margin: 0 0 20px 0;

}



.notfound-wraper .notfound-row .notfound-detail form.searchform input[type="text"] {

    height: 45px;

    border-radius: 0;

    border: 1px solid #ccc;

    padding: 0 15px;

    color: #333;

    width: 70%;

    display: inline-block;

    font-size: 1rem;

    line-height: 1.5;

    float: left;

}



.notfound-wraper .notfound-row .notfound-detail form.searchform {

    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

    width: 40%;

    margin: 0 auto;

}



.notfound-wraper .notfound-row .notfound-detail form.searchform  #searchsubmit{

    background: #8CAF2D;

    height: 45px;

    float: left;

    line-height: 45px;

    padding: 0 15px;

    color: #fff;

    font-size: 16px;

    font-weight: 300;

    border: none !important;

    outline: none !important;

    cursor: pointer;

    border-radius: 0;

    display: inline-block;

    width: 30%;

}



.notfound-wraper .notfound-row .notfound-detail form.ssearchform #searchsubmit span {

    display: inline-block;

}



.notfound-wraper .notfound-row .notfound-detail form.searchform #searchsubmit:hover {

    background: #000;

    color: #fff;

}

.notfound-wraper .notfound-row .notfound-detail form.searchform #searchsubmit span {

    display: inline-block;

    height: auto;

    width: auto;

    margin: 0;

    clip: inherit;

    clip-path: inherit;

    position: static !important;

}

.blog-wraper .blog-row:last-child {

    margin-bottom: 0;

}

.howit-wraper .howit-row .howit-col1{

    height:100%;
}
.cost-wraper .tab-content .tab-pane .row.cost-row .cost-col1 .cost-col1-head {
    background: #f2f2f2;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 5px 15px;
    height: 85px;
}

.cost-wraper .tab-content .tab-pane .row.cost-row .cost-col1 .cost-col1-head h3 {
    color: #000;
    font-weight: 600;
    font-size: 24px;
    display: inline-block;
    margin: 0;
    width: 100%;
}

.cost-wraper .tab-content .tab-pane .row.cost-row .cost-col1 .cost-col1-head span {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    margin: 0;
    width: 100%;
}

.cost-wraper .tab-content .tab-pane .row.cost-row .cost-col1 ul {
    background: #fff;
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 15px 15px;  
}

.cost-wraper .tab-content .tab-pane .row.cost-row .cost-col1 ul li {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: normal;
    color: #000;
    padding-left: 40px;
    position: relative;
    text-align: left;
}
.cost-wraper .tab-content .tab-pane .row.cost-row .cost-col1 ul li.genuine-txt::before {
    content: "";
    position: absolute;
    left: 0;
    top: -4px;
    width:32px;
    height: 32px;
    background: url(../images/genuine-icon.jpg) no-repeat center center;
    background-size: 32px !important;
}
.cost-wraper .tab-content .tab-pane .row.cost-row .cost-col1 ul li.article-txt::before {
    content: "";
    position: absolute;
    left: 0;
    top: -4px;
    width:32px;
    height: 32px;
    background: url(../images/article-icon.jpg) no-repeat center center;
    background-size: 32px !important;
}
.cost-wraper .tab-content .tab-pane .row.cost-row .cost-col1 ul li.moz-txt::before {
    content: "";
    position: absolute;
    left: 0;
    top: -4px;
    width: 32px;
    height: 32px;
    background: url(../images/moz-icon.jpg) no-repeat center center;
    background-size: 32px !important;
}
.cost-wraper .tab-content .tab-pane .row.cost-row .cost-col1 ul li.ahref-txt::before {
    content: "";
    position: absolute;
    left: 0;
    top: -4px;
    width: 32px;
    height: 32px;
    background: url(../images/ahref-icon.jpg) no-repeat center center;
    background-size: 32px !important;
}
.cost-wraper .tab-content .tab-pane .row.cost-row .cost-col1 .cost-col2 {
    background: #333;
    display: inline-block;
    text-align: center;
    padding: 20px 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    
}

.cost-wraper .tab-content .tab-pane .row.cost-row .cost-col1 .cost-col2 p {
    color: #fff;
    font-size: 16px;
}

.cost-wraper .tab-content .tab-pane .row.cost-row .cost-col1 .cost-col2 h2 {
    color: #fff;
    font-size: 28px;
}

.cost-wraper .tab-content .tab-pane .row.cost-row .cost-col1 .cost-col2 a {
    border: none !important;
    border-radius: 8px;
    color: #fff;
    font-size: 17px;
    background: #8caf2d;
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    margin: 10px 0 0 0;
}

.cost-wraper .tab-content .tab-pane .row.cost-row .cost-col1 .cost-col2 a:hover {
    background: #444;
    color: #fff;
}
.cost-wraper .tab-content .tab-pane .row.cost-row .col-md-4 {
    -ms-flex: 0 0 16.6%;
    flex: 0 0 16.6%;
    max-width: 16.6%;
    padding-left: 10px;
    padding-right: 10px;
}
.cost-wraper .container {
    width: 1360px;
    max-width: 94%;
}
.cost-wraper::after {
    content: "";
    position: absolute;
    left: 0;
    height:48.5%;
    width: 100%;
    bottom: 0;
    background: #fff;
}
.cost-wraper .tab-content .tab-pane .row.cost-row .cost-col1 ul.cost-rd li {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cost-wraper .tab-content .tab-pane .row.cost-row .cost-col1 ul.cost-rd li .cost-rd-no {
    display: inline-block;
    text-align: center;
}
.cost-wraper .tab-content .tab-pane .row.cost-row .col-md-4 .cost-col1 ul.cost-rd li .cost-rd-txt {
    width: 41%;
}

.cost-wraper .tab-content .tab-pane .row.cost-row .col-md-4:first-child .cost-col1 ul.cost-rd li .cost-rd-no {
    background: #92d050;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin-right: 5px;
}
.cost-wraper .tab-content .tab-pane .row.cost-row .cost-col1 ul.cost-rd li:first-child {
    padding-top: 0;
    position: relative;
}

.cost-wraper .tab-content .tab-pane .row.cost-row .cost-col1 ul.cost-rd li:first-child .cost-rd-txt {
    position: relative;
}
/* 
.cost-wraper .tab-content .tab-pane .row.cost-row .cost-col1 ul.cost-rd li:first-child .cost-rd-txt.m-icon::before {
    content: "";
    position: absolute;
    left: 27px;
    top: -2px;
    width: 23px;
    height: 23px;
    background: url(../images/m-icon.jpg) no-repeat center center;
    background-size: 18px !important;
}
.cost-wraper .tab-content .tab-pane .row.cost-row .cost-col1 ul.cost-rd li:first-child .cost-rd-txt.a-icon::before {
    content: "";
    position: absolute;
    left: 24px;
    top: -2px;
    width: 23px;
    height: 23px;
    background: url(../images/a-icon.jpg) no-repeat center center;
    background-size: 18px !important;
} */
.cost-wraper .tab-content .tab-pane .row.cost-row {
    justify-content: center;
}
.cost-wraper .tab-content .tab-pane .row.cost-row .cost-col1 ul.cost-rd li.cost-first-li .cost-rd-no.cost-rd-no.nill {
    display: none;
}
.cost-wraper .tab-content .tab-pane .row.cost-row .col-md-4 .cost-col1 ul.cost-rd li.cost-first-li .cost-rd-txt.m-icon {
    width: auto;
}

.cost-wraper .tab-content .tab-pane .row.cost-row .col-md-4 .cost-col1 ul.cost-rd li.cost-first-li .cost-rd-txt.m-icon img {
    width: 18px;
    margin: 0  3px;
}

.cost-wraper .tab-content .tab-pane .row.cost-row .col-md-4 .cost-col1 ul.cost-rd li.cost-first-li .cost-rd-txt.a-icon {
    width: auto;
}

.cost-wraper .tab-content .tab-pane .row.cost-row .col-md-4 .cost-col1 ul.cost-rd li.cost-first-li .cost-rd-txt.a-icon img {
    width: 18px;
    margin: 0 3px;
}
.cost-wraper .tab-content .tab-pane .row.cost-row .col-md-4 .cost-col1 ul.cost-rd li .cost-rd-txt.a-icon {
    text-align: right;
}
@media screen and (min-width:860px){

.navbar-expand-lg .navbar-nav {

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

}

.mt-lg-0, .my-lg-0 {

    margin-top: 0!important;

}

.navbar-expand-lg .navbar-nav {

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

}

.navbar-expand-lg .navbar-nav .nav-link {

    padding-right: 0.5rem;

    padding-left: 0.5rem;

}

.navbar-expand-lg .navbar-collapse {

    display: -webkit-box!important;

    display: -ms-flexbox!important;

    display: flex!important;

    -ms-flex-preferred-size: auto;

    flex-basis: auto;

}

.navbar-expand-lg {

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-flow: row nowrap;

    flex-flow: row nowrap;

    -webkit-box-pack: start;

    -ms-flex-pack: start;

    justify-content: flex-start;

}

.navbar-expand-lg .navbar-toggler {

    display: none;

}



.navigation-wrap .head-nav ul li.nav-item.dropdown:hover ul.dropdown-menu {

    display: inline-block;

    opacity: 1;

    visibility: visible;

    top: 30px;

    left: 0;

}



.navigation-wrap .head-nav ul li.nav-item.dropdown ul.dropdown-menu {

    display: inline-block;

    opacity: 0;

    visibility: hidden;

    top: 40px;

    left: 0;

    transition: ease all 0.5s;

    -webkit-transition: ease all 0.5s;

}



.navigation-wrap .head-nav ul li.nav-item.dropdown ul.dropdown-menu li a {

    font-size: 17px;

    background: none !important;

}



.navigation-wrap .head-nav ul li.nav-item.dropdown ul.dropdown-menu li a:hover {

    background: none;

    color: #333;

}



}





@media screen and (max-width:1400px){

    .footer-wraper .ftr-col3 {

        padding-left: 15px;

    }



	.navigation-wrap .head-nav ul li.nav-item a {

    	font-size: 18px;

    	padding: 5px 10px;

	}



	.footer-wraper .ftr-col3 ul.ftr-links li a .icon-out {

        width: 36px;

        height: 36px;

    }



    .footer-wraper .ftr-col3 ul.ftr-links li a {

        font-size: 15px;

    }



}











@media screen and (max-width:1280px){



	.navigation-wrap .head-nav ul li.nav-item:first-child {

        margin-left: 0;

    }



    .navigation-wrap .head-nav ul li.nav-item {

        margin-left: 14px;

    }



    .navigation-wrap .request-btn {

        margin-left: 20px;

        padding: 10px 26px;

        font-size: 14px;

        height: 50px;

    }



    .navigation-wrap .head-nav ul li.nav-item a {

        font-size: 14.5px;

        padding: 3px 6px;

    }



    .index-banner .index-bnr-col1 h2 {

        font-size: 44px;

    }



    .index-banner .index-bnr-col1 p {

        font-size: 20px;

        line-height: 32px;

    }



    .index-banner .index-bnr-col1 .view-dtls-btn {

        height: 58px;

        padding: 12px 30px;

        width: 224px;

    }



    .index-banner .row.index-bnr-row .col-md-6.index-bnr-col2 img {

        object-fit: contain;

        object-position: bottom;

    }



    .service-wraper .head-row h1 {

        font-size: 40px;

    }



    .service-wraper .container.sml-container {

        max-width: 100%;

        padding: 0;

    }



    .service-wraper {

        padding: 100px 80px;

    }



    .service-wraper .service-col1 .view-dtls-btn {

        height: 50px;

        font-size: 14px;

        padding: 0 20px;

    }



    .service-wraper .service-col1 .view-dtls-btn img {

        margin-left: 8px;

    }



    .seo-wraper {

        padding: 100px 80px 70px;

    }



    .testi-wraper .head-row h1 {

        font-size: 40px;

    }



    .footer-wraper .ftr-col3 ul.ftr-links li a .icon-out {

        width: 32px;

        height: 32px;

        margin-right: 6px;

    }



    .footer-wraper .ftr-col3 ul.ftr-links li a {

        font-size: 14px;

    }



    .footer-wraper .ftr-col3 .everest-forms {

        width: 90%;

    }



    .footer-wraper .ftr-col3 .everest-forms .evf-container.default form .evf-submit-container button.everest-forms-submit-button {

        padding: 10px 50px 10px 16px;

    }



    .col-md-3.ftr-col2 ul.ftr-nav li {

        margin: 0 0 15px 0;

    }



    .col-md-3.ftr-col2 ul.ftr-nav li a {

        font-size: 15px;

    }



    .footer-wraper .ftr-col1 p img {

        width: 28px;

        margin-right: 8px;

    }



	footer-wraper .ftr-col3 ul.ftr-links li:last-child {

        margin-right: 0;

    }

    .howit-wraper {
        height: auto;
    }
    .cost-wraper {
        height: 675px;
        margin-bottom: 350px;
    }
}

@media screen and (max-width:1180px){

  
    .howit-wraper .row.howit-row .col-md-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }
  
    .cost-wraper .tab-content .tab-pane .row.cost-row .col-md-4 {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .cost-wraper {
        height: 804px;
        margin-bottom: 470px;
    }
}



@media screen and (min-width:901px) and (max-width:1025px) {


    .cost-wraper .tab-content .tab-pane .row.cost-row .col-md-4 {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .navigation-wrap .head-main .head-logo {

        width: 32%;

    }

    .cost-wraper {
        height: 804px;
        margin-bottom: 470px;
    }

    .navigation-wrap .head-nav ul li.nav-item {

        margin-left: 6px;

    }



    .navigation-wrap .head-nav ul li.nav-item a {

        font-size: 13.5px;

        padding: 3px 6px;

    }



    .navigation-wrap .request-btn {

        margin-left: 15px;

        padding: 7px 23px;

        font-size: 13px;

        height: 44px;

    }



    header.fixed .navigation-wrap .request-btn {

        margin-left: 15px;

        padding: 7px 23px;

        font-size: 13px;

        height: 44px;

    }



    .index-banner .index-bnr-col1 h2 {

        font-size: 42px;

    }



    .index-banner .index-bnr-col1 p {

        font-size: 18px;

        line-height: 30px;

    }



    .index-banner .index-bnr-col1 .view-dtls-btn {

        height: 48px;

        padding: 9px 24px;

        width: 196px;

        font-size: 16px;

    }



    .index-banner .row.index-bnr-row .col-md-6.index-bnr-col2 img {

        object-fit: cover;

        object-position: bottom left;

        width: 100%;

    }



    .service-wraper {

        padding: 100px 60px;

    }



    .service-wraper .head-row h1 {

        font-size: 38px;

    }



    .service-wraper .service-col1 h2 {

        font-size: 20px;

    }



    .service-wraper .service-col1 p {

        font-size: 15px;

    }



    .seo-wraper {

        padding: 100px 50px 50px;

    }



    .seo-wraper .seo-col1 h2 {

        font-size: 32px;

        line-height: 45px;

    }



    .seo-wraper .seo-col1 p {

        font-size: 15px;

    }



    .seo-wraper .seo-col2 .seo-serv.row .seo-serv-col1 h2 {

        font-size: 22px;

        line-height: 32px;

    }



    .seo-wraper .seo-col2 .seo-serv.row .seo-serv-col1 p {

        font-size: 15px;

    }



    .brand-wraper {

        padding: 25px 0 15px;

    }



    .testi-wraper .head-row h1 {

        font-size: 36px;

    }



    .testi-wraper .testimonial__inner .testimonial_box .testimonial_box-name h4 {

        font-size: 22px;

    }



    .testi-wraper .testimonial__inner .testimonial_box .testimonial_box-text p {

        font-size: 15px;

    }



    .testi-wraper .testimonial__inner {

        padding: 30px 6%;

    }



    .footer-wraper .ftr-col1 p {

        font-size: 15px;

    }



    .footer-wraper .ftr-col1 p img {

        width: 24px;

        margin-right: 6px;

    }



    .col-md-3.ftr-col2 ul.ftr-nav li a {

        font-size: 14px;

        line-height: 26px;

    }



    .col-md-3.ftr-col2 ul.ftr-nav li {

        margin: 0 0 12px 0;

    }



    .footer-wraper .ftr-col3 .everest-forms .evf-container.default form .evf-field-container .evf-frontend-row label.evf-field-label {

        font-size: 14px;

        line-height: 20px;

    }



    .footer-wraper .ftr-col3 .everest-forms .evf-container.default form .evf-field-container .evf-frontend-row input.input-text {

        height: 42px;

        font-size: 14px;

    }   



    .footer-wraper .ftr-col3 .everest-forms .evf-container.default form .evf-submit-container button.everest-forms-submit-button {

        padding: 8px 50px 10px 16px;

        font-size: 14px;

        height: 36px;

        background-size: 22px;

    } 



    .footer-wraper .ftr-col3 ul.ftr-nav li {

        margin: 0 0 10px 0;

    }



    .footer-wraper .ftr-col3 ul.ftr-nav li a {

        font-size: 14px;

        line-height: 26px;

    }



    .footer-wraper .ftr-col3 ul.ftr-links li a {

        font-size: 13px;

    }



    .footer-wraper .ftr-col3 ul.ftr-links li {

        margin-right: 3%;

    }



    .footer-wraper .ftr-col3 ul.ftr-links li a .icon-out {

        width: 28px;

        height: 28px;

        margin-right: 6px;

    }



    .copyright {

        padding: 20px 0;

    }



    .copyright p {

        font-size: 14px;

    }





}
@media screen and (max-width:990px){
.cost-wraper {
    height: 804px;
    margin-bottom: 470px;
}
}
@media screen and (min-width:768px) and (max-width:900px) {



    .navigation-wrap .head-main .head-logo {

        width: 32%;

    }



    .navigation-wrap .head-nav ul li.nav-item {

        margin-left: 6px;

    }



    .navigation-wrap .head-nav ul li.nav-item a {

        font-size: 13.5px;

        padding: 3px 6px;

    }



    .navigation-wrap .request-btn {

        margin-left: 15px;

        padding: 7px 23px;

        font-size: 13px;

        height: 44px;

    }



    header.fixed .navigation-wrap .request-btn {

        margin-left: 15px;

        padding: 7px 23px;

        font-size: 13px;

        height: 44px;

    }



    .index-banner .index-bnr-col1 h2 {

        font-size: 40px;

		line-height: 52px;

    }



    .index-banner .index-bnr-col1 p {

        font-size: 16px;

        line-height: 26px;

    }



    .index-banner .index-bnr-col1 .view-dtls-btn {

        height: 48px;

        padding: 9px 24px;

        width: 196px;

        font-size: 16px;

    }



    .index-banner .row.index-bnr-row .col-md-6.index-bnr-col2 img {

        object-fit: cover;

        object-position: bottom left;

        width: 100%;

    }



    .service-wraper {

        padding: 80px 60px 80px;

    }



	.service-wraper .service-col1 {

		padding: 20px ;

	}



    .service-wraper .head-row h1 {

        font-size: 35px;

    }



    .service-wraper .service-col1 h2 {

        font-size: 18px;

    }



    .service-wraper .service-col1 p {

        font-size: 14px;

		line-height: 25px;

    }



	.service-wraper .service-col1 .view-dtls-btn img {

		margin-left: 8px;

		width: 28px;

		height: 26px;

	}



	.service-wraper .service-col1 .view-dtls-btn {

		height: 40px;

		font-size: 13px;

		padding: 0 10px;

	}



    .seo-wraper {

        padding: 80px 50px 50px;

    }



    .seo-wraper .seo-col1 h2 {

        font-size: 30px;

        line-height: 42px;

    }



    .seo-wraper .seo-col1 p {

        font-size: 14px;

    }



    .seo-wraper .seo-col2 .seo-serv.row .seo-serv-col1 h2 {

        font-size: 22px;

        line-height: 32px;

    }



    .seo-wraper .seo-col2 .seo-serv.row .seo-serv-col1 p {

        font-size: 14px;

    }



    .brand-wraper {

        padding: 25px 0 15px;

    }

	

	.testi-wraper {

		padding: 80px 0 100px;

	}



    .testi-wraper .head-row h1 {

        font-size: 35px;

    }



    .testi-wraper .testimonial__inner .testimonial_box .testimonial_box-name h4 {

        font-size: 22px;

    }



    .testi-wraper .testimonial__inner .testimonial_box .testimonial_box-text p {

        font-size: 15px;

    }



    .testi-wraper .testimonial__inner {

        padding: 30px 6%;

    }



	.footer-wraper .ftr-col1 .ftr-logo img {

		width: 100px;

	}



    .footer-wraper .ftr-col1 p {

        font-size: 14px;

		line-height: 25px;

    }



    .footer-wraper .ftr-col1 p img {

        width: 20px;

        margin-right: 6px;

    }



	.col-md-3.ftr-col2 h3 {

		font-size: 22px;

	}



	.footer-wraper .ftr-col3 h3 {

		font-size: 20px;

	}



    .col-md-3.ftr-col2 ul.ftr-nav li a {

        font-size: 14px;

        line-height: 26px;

    }



    .col-md-3.ftr-col2 ul.ftr-nav li {

        margin: 0 0 8px 0;

    }



    .footer-wraper .ftr-col3 .everest-forms .evf-container.default form .evf-field-container .evf-frontend-row label.evf-field-label {

        font-size: 14px;

        line-height: 20px;

    }



    .footer-wraper .ftr-col3 .everest-forms .evf-container.default form .evf-field-container .evf-frontend-row input.input-text {

        height: 42px;

        font-size: 14px;

    }   



    .footer-wraper .ftr-col3 .everest-forms .evf-container.default form .evf-submit-container button.everest-forms-submit-button {

        padding: 8px 50px 10px 16px;

        font-size: 14px;

        height: 36px;

        background-size: 22px;

    } 



    .footer-wraper .ftr-col3 ul.ftr-nav li {

        margin: 0 0 10px 0;

		width: 48%;

    }



    .footer-wraper .ftr-col3 ul.ftr-nav li a {

        font-size: 14px;

        line-height: 26px;

    }



    .footer-wraper .ftr-col3 ul.ftr-links li a {

        font-size: 13px;

    }



    .footer-wraper .ftr-col3 ul.ftr-links li {

        margin-right: 3%;

    }



    .footer-wraper .ftr-col3 ul.ftr-links li a .icon-out {

        width: 28px;

        height: 28px;

        margin-right: 6px;

    }



    .copyright {

        padding: 20px 0;

    }



    .copyright p {

        font-size: 14px;

    }



	.footer-wraper .ftr-col3 .everest-forms .evf-container.default {

		margin-bottom: 20px;

	}



	header.fixed .navigation-wrap .navbar .head-main .head-logo {

		width: 18%;

		top: -5px;

		position: relative;

	}

    section#pricewraper-sect .row.price-row {
        overflow-x: auto;
    }
    
    section#pricewraper-sect .row.price-row .col-md-12 {
        min-width: 900px;
    }
    
    .price-wraper .price-row .howit-col2 .price-body-left .price-left-col {
        font-size: 15px;
    }
    
    .price-wraper .price-row .howit-col2 .price-body-row-rgt .price-body-row .price-body-col {
        font-size: 15px;
    }
    
    .price-wraper .price-row .howit-col1 .price-head-row .price-head-col {
        font-size: 15px;
    }
    
    .price-wraper .price-row .howit-col3 .price-ftr .price-ftr-row .price-ftr-co2 .rdr-btn {
        font-size: 15px;
        padding: 10px 10px;
    }

}



@media screen and (max-width:860px){

  

    header {

        height: 160px;

    }

    header.sticky {height: 75px;}

    

    header.sticky .navigation-wrap .navbar .head-main {height: 60px;

        margin-top: 6px;}

    

    header.sticky .navigation-wrap .navbar .head-main .head-logo .navbar-brand img {margin-top: -3px;}

    

    

header .navbar-brand {

    margin-left: 0;

    width:auto;

    border: none;

}

.navbar-brand img {

    height: 50px;

    width: auto;

    object-fit: contain;

    max-width: inherit;

    max-height: inherit;

}



header {

    height: 90px;

    padding-top: 5px;

    padding-bottom: 5px;

}



.navigation-wrap {

    height: auto;

}



header .navbar-expand-md .navbar-nav {

    height: 100%;

}

header button.navbar-toggler {

    position: fixed;

    right: 10px;

    top: 26px;

    z-index: 999999 !important;

}

header  #navbarTogglerDemo01{

    height: 103vh;

    overflow: hidden;

    position: fixed;

    top: 0;

    background:#c8a248;

    width: 100%;

    left: 0;

    z-index: 9999;

    display: inline-block;

    opacity: 0;

    visibility: hidden;

    height: 0;

    transition: ease all 0.5s;

    -webkit-transition: ease all 0.5s;

}

header #navbarTogglerDemo01.show {

    opacity: 1;

    visibility: visible;

    height: 100%;

}

header .navbar-expand-md .navbar-nav {

    padding-top: 50px!important;

    padding-left: 0;

    padding-right: 0;

    height: 100vh;

    text-align: center;

    background: none !important;

    display: inline-block;

    width: 100%;

}



.navigation-wrap ul.navbar-nav li.nav-item {

    width: 100%;

    padding: 0 !important;

    margin: 0 !important;

    height: auto;

    border: none !important;

}

.navigation-wrap ul.navbar-nav li.nav-item a.nav-link {

    font-size: 17px;

    line-height: normal;

    padding: 15px 0 !important;

    text-align: center;

    color: #fff;

}

button.navbar-toggler .navbar-toggler-icon:before, button.navbar-toggler .navbar-toggler-icon:after {

    width: 28px;

    position: absolute;

    height: 2px;

    background-color: #000000;

    top: 0;

    left: 0;

    content: '';

    z-index: 2;

    transition: all 300ms linear;

}



button.navbar-toggler .navbar-toggler-icon:after {

    top: 9px;

}



button.navbar-toggler .navbar-toggler-icon {

    width: 28px;

    height: 20px;

    background-image: none;

    position: relative;

    border-bottom: 2px solid #000;

    transition: all 300ms linear;

}



.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {

    border-color: transparent;

}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {

    transform: translateY(8px) rotate(-45deg);

}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {

    transform: rotate(45deg);

}



.container, .sml-container {

    width: 100%;

    max-width: 100%;

}

header.sticky {

    height: 60px!important;

}

.navigation-wrap ul.navbar-nav {

    top: 50%;

    position: absolute;

    left: 0;

    right: 0;

    margin: 0 auto !important;

    transform: translateY(-50%);

}

header .navigation-wrap .navbar .head-main .head-left .shop-btn {height: 40px;

    padding: 0 10px;font-size: 14px;line-height: 40px;}



header .navigation-wrap .navbar .head-main .head-logo {    width: 27%;

    text-align: left;}



header .navigation-wrap .navbar .head-main .head-logo a.navbar-brand {display: inline-block;

    width: 100%;

    padding: 0;

    margin: 0;}



header .navigation-wrap .navbar .head-main .head-logo a.navbar-brand img {display: inline-block;width:95px;}

header.fixed .navigation-wrap .navbar .head-main .head-logo .navbar-brand img {

    width: 95px;

}

header.fixed .head-logo .navbar-brand img {

    transform: scale(1);

    transform-origin: left;

}

header .navigation-wrap .navbar .head-main .head-right {margin-right: 62px;}



header .navigation-wrap .navbar .head-main .head-right a {padding: 10px 5px;    text-align: center;}



header .navigation-wrap .navbar .head-main .head-right a img {width: 20px;}



header .navigation-wrap .navbar .head-main .head-right .cart-btn .cart-no {width: 20px;

    height: 20px;line-height: 20px;font-size: 11px;}



header .navigation-wrap .navbar .head-main .head-left .shop-btn {

    height: 34px;

    padding: 0 10px;

    font-size: 12px;

    line-height: 34px;

}

header.sticky .navigation-wrap .navbar .head-main .head-logo .navbar-brand img {

    transform: scale(0.7);

}





header .navigation-wrap .navbar .head-main .head-right {

    margin-right: 60px;

    margin-top: 5px;

}

header.fixed .navigation-wrap .navbar .head-main .head-right {

    margin-top: 2px;

}



header.fixed {

    height: 80px;

}



header .navigation-wrap .navbar .head-main .head-logo a.navbar-brand img {

    display: inline-block;

    width: 100%!important;

    max-width: 100% !important;

    height:85px !important;

}

header .navigation-wrap .navbar {

    padding-right: 15px;

    padding-left: 15px;

}





.navigation-wrap ul.navbar-nav li.nav-item a.nav-link:hover {

    color: #000;

}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before, .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {

    background-color: #fff;

}



.index-banner::before {

    width: 444px;

    height: 444px;

    bottom: -48%;

}



.bnr-slide .clients-box h2 {

    font-size: 22px;

}



.bnr-slide .clients-box p {

	font-size: 14px;

}



.index-banner .container {

	max-width: 98%;

}



.seo-wraper .seo-col1 {

	flex: 0 0 100%;

	max-width: 100%;

	padding-right: 0;

	margin: 0 0 30px;

}



.seo-wraper .seo-col2 {

	flex: 0 0 100%;

	max-width: 100%;

	padding-right: 0;

	margin: 0;

}



.seo-wraper .seo-row .seo-col1::after {

    top: -55%;

    bottom: 0;

    right: -15%;

    left: inherit

}



.navigation-wrap .request-btn {

    font-size: 17px;

    width: fit-content;

    display: inline-block;

    position: absolute;

    bottom: 5%;

    left: 0;

    right: 0;

    margin: 0 auto 0;

	line-height: normal;

    background: #ffffff;

    color: #8CAF2D;

	padding: 12px 20px 10px 20px !important;

}
section#pricewraper-sect .row.price-row {
    overflow-x: auto;
}

section#pricewraper-sect .row.price-row .col-md-12 {
    min-width: 900px;
}

.price-wraper .price-row .howit-col2 .price-body-left .price-left-col {
    font-size: 15px;
}

.price-wraper .price-row .howit-col2 .price-body-row-rgt .price-body-row .price-body-col {
    font-size: 15px;
}

.price-wraper .price-row .howit-col1 .price-head-row .price-head-col {
    font-size: 15px;
}

.price-wraper .price-row .howit-col3 .price-ftr .price-ftr-row .price-ftr-co2 .rdr-btn {
    font-size: 15px;
    padding: 10px 10px;
}


}



@media screen and (max-width:767px){

    header .navigation-wrap .navbar .head-main .head-logo {

        width:30%;

        text-align: left;

    }

    

    header .navigation-wrap .navbar .head-main .head-right {

        margin: 0;

        position: absolute;

        right: 80px;

        top: 18px;

    }

    header button.navbar-toggler {

        top: 30px;

    }

    .navigation-wrap .head-main .head-right ul.head-social li {

        margin-left: 7px;

    }

    .navigation-wrap .head-main .head-right ul.head-social li a {

        width: 23px;

        height: 23px;

    }

    .navigation-wrap .head-main .head-right ul.head-social li a img {

        height: 13px;

        width: 15px;

    }

    .navigation-wrap .head-main .head-center {

        display: none;

    }

    header {

        height: 95px;

    }



	header.fixed .navigation-wrap .navbar .head-main .head-logo {

		width: 25%;

		top: -5px;

		position: relative;

	}

	

	.index-banner .index-bnr-col1 h2 {

		font-size: 34px;

    	line-height: 45px;

	}



	.index-banner .index-bnr-col1 p {

		font-size: 16px;

		line-height: 28px;

	}



	.index-banner .index-bnr-col1 .view-dtls-btn {

		height: 44px;

		padding: 12px 25px;

		width: fit-content;

		font-size: 15px;

	}



	.index-banner .index-bnr-col1 .view-dtls-btn img {

		width: 20px;

		padding: 0 0 0 10px;

	}



	.index-banner .row.index-bnr-row .col-md-6.index-bnr-col2 {

		height: 55%;

	}



	.index-banner::before {

		width: 319px;

		height: 315px;

		bottom: -21%;

	}



	.bnr-slide {

		width: 210px;

	}



	.bnr-slide .clients-box {

		padding: 6px 10px;

	}

    



	.service-wraper {

		padding: 80px 60px 60px;

	}



	.service-wraper .head-row h1 {

		font-size: 36px;

		line-height: 50px;

	}



	.service-wraper .service-col1 {

		margin: 0 0 30px;

	}



	.seo-wraper {

		padding: 80px 60px 60px;

	}



	.brand-wraper {

		padding: 20px 0 15px;

	}



	.testi-wraper {

		padding: 80px 0 100px;

	}



	.testi-wraper .testimonial__inner {

		margin: 30px 0 0;

	}



	.footer-row .ftr-col1 {

		width: 48%;

    	float: left;

    	text-align: center;

    	margin: 0 0 30px;

	}



	.footer-wraper .ftr-col1 p img {

		width: 22px;

	}



	.footer-wraper .ftr-col1 .ftr-logo {

		float: none;

	}



	.footer-wraper .ftr-col1 .ftr-logo img {

		width: 100px;

	}



	.footer-row .ftr-col2 {

		width: 48%;

    	float: right;

    	text-align: center;

    	margin: 0 0 30px;

    	padding: 58px 0 0;

	}



	.col-md-3.ftr-col2 ul.ftr-nav li {

		margin: 0 0 0;

	}



	.col-md-3.ftr-col2 ul.ftr-nav li a {

		font-size: 15px;

		line-height: 26px;

		padding: .25rem 1rem;

	}



	.footer-wraper .ftr-col3 h3 {

		text-align: center;

	}



	.footer-wraper .ftr-col3 .everest-forms {

        width: 80%;

        float: none;

        margin: 0 auto 0;

    }



	.footer-wraper .ftr-col3 ul.ftr-nav {

	    text-align: center;

	}

    

	.footer-wraper .ftr-col3 ul.ftr-links {

    	justify-content: center;

	}



	.copyright {

    	padding: 20px 0;

	}



	.copyright p {

    	font-size: 14px;

	}

    .cost-wraper .tab-content .tab-pane .row.cost-row .col-md-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .howit-wraper .row.howit-row .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .inner-banner.niche-edits-bnr {
        height: auto;
        padding-bottom: 20px;
    }
    .howit-wraper {
        height: auto;
        padding: 50px 30px;
    }
    .container.sml-container {
        width: 94%;
        max-width: 94%;
    }
    .inner-banner.niche-edits-bnr .row.inner-bnr-row .col-md-6.inner-bnr-col1 {
        padding-right: 15px;
        margin-bottom: 30px;
    }
    .price-wraper {
        padding: 50px 0;
    }
    .cost-wraper {
        height: auto;
        margin-bottom: 30px;
    }
}



@media screen and (max-width:481px){



.index-banner::before {

    width: 200px;

    height: 200px;

    bottom: 9px;

}

.container.sml-container {
    width: 94%;
    max-width: 94%;
}

.bnr-slide {

	width: 185px;

}



.bnr-slide .clients-box h2 {

    font-size: 18px;

}



.brand-wraper {

    padding: 20px 0 10px;

}



.footer-wraper .ftr-col3 .everest-forms .evf-container.default form .evf-submit-container button.everest-forms-submit-button {

    padding: 12px 40px 10px 16px;

    font-size: 14px;

    background-size: 20px;

}



.footer-wraper .ftr-col3 .everest-forms .evf-container.default form .evf-submit-container {

	bottom: 23px;

}



.footer-wraper .ftr-col3 ul.ftr-links li {

	margin-right: 5%;

}



.footer-wraper .ftr-col3 ul.ftr-links li a .icon-out {

	width: 28px;

    height: 28px;

    margin-right: 6px;

}



.footer-wraper .ftr-col3 ul.ftr-links li a {

    font-size: 13px;

}





}



@media screen and (max-width:480px){



.index-banner {

    padding: 100px 0 0 0;

    height: 580px;

}



.index-banner::before {

    width: 125px;

    height: 125px;

    bottom: 45%;

}



.index-banner .row.index-bnr-row {

	align-items: self-end;

}



.index-banner .row.index-bnr-row .col-md-6.index-bnr-col2 {

	height: 50%;

}



.bnr-slide {

	width: 185px;

	bottom: 12%;

}



.bnr-slide .clients-box h2 {

    font-size: 18px;

}



.service-wraper {

	padding: 70px 40px 60px;

}



.service-wraper .head-row h1 {

	font-size: 34px;

	line-height: 46px;

}



.service-wraper .row.service-row .col-md-4 {

	padding: 0;

}



.service-wraper .service-col1 {

	padding: 25px;

}



.seo-wraper {

	padding: 70px 30px 60px;

}



.seo-wraper .seo-col1 {

	padding: 0;

}



.seo-wraper .seo-col1 h2 {

	font-size: 30px;

	line-height: 40px;

}



.seo-wraper .seo-col1 p {

	font-size: 15px;

}



.seo-wraper .seo-col2 .col-md-6 {

	padding: 0;

}



.seo-wraper .seo-col2 .seo-serv.row .seo-serv-col1 p {

	font-size: 15px;

}



.testi-wraper .container.sml-container {

	max-width: 95%;

}



.testi-wraper .head-row h1 {

	font-size: 35px;

	line-height: 48px;

}





.brand-wraper {

    padding: 20px 0 10px;

}



.footer-wraper .ftr-col3 .everest-forms .evf-container.default form .evf-submit-container button.everest-forms-submit-button {

    padding: 12px 30px 10px 10px;

    font-size: 13px;

    background-size: 15px;

}



.footer-wraper .ftr-col3 .everest-forms .evf-container.default form .evf-submit-container {

	bottom: 23px;

}



.footer-wraper .ftr-col3 .everest-forms .evf-container.default form .evf-field-container .evf-frontend-row label.evf-field-label {

	text-align: center;

	font-size: 13px;

	line-height: 26px;

	margin: 0;

}



.footer-wraper .ftr-col3 ul.ftr-links {

	display: block;

	width: 100%;

}



.footer-wraper .ftr-col3 ul.ftr-links li {

	margin-right: 0;

	width: 100%;

	text-align: center;

}



.footer-wraper .ftr-col3 ul.ftr-links li a .icon-out {

	width: 28px;

    height: 28px;

    margin-right: 6px;

}



.footer-wraper .ftr-col3 ul.ftr-links li a {

    font-size: 13px;

	justify-content: center;

}



.footer-row .ftr-col1 {

	width: 100%;

    float: left;

    text-align: center;

    margin: 0 0 30px;

}



.footer-row .ftr-col2 {

	width: 100%;

    float: left;

    text-align: center;

    margin: 0 0 30px;

	padding: 0;

}



.footer-wraper .ftr-col3 .everest-forms {

	width: 100%;

}



.footer-wraper .ftr-col3 ul.ftr-nav li {

	width: 100%;

	margin: 0 0 10px;

}



}



@media screen and (max-width:400px){

  

 

}

@media screen and (max-width:414px){
.cost-wraper .tab-content .tab-pane .row.cost-row .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
@media screen and (max-width:360px){



}