@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700&display=swap");
*, ::after, ::before {
    box-sizing: border-box;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Manrope', sans-serif;
    color: #008d36;
}

a,
a:hover {
    text-decoration: none;
    outline: none
}

a {
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s
}

img {
    max-width: 100%
}

@media (max-width: 575px) {

    .container,
    .container-fluid {
        padding: 0 20px
    }
}

body {
    color: #303030;
    font-family: "Syne", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.3px
}

.align_items_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

.body_wraper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.headerarea {
    background: #fff
}

.headerarea .header_align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0
}

.header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto
}

.header_right a{
    background-color: #005590;
    padding: 10px;
}

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

.theme_btn {
    background:#008d36;
    display: inline-block;
    padding: 12px 40px 14px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    border-radius: 5px;
    margin-top: 20px
}

.theme_btn:hover {
    background: #5db880;
    color: #fff
}

.header_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header_social ul {
    display: inline-block
}

.header_social ul li {
    display: inline-block;
    margin-right: 15px
}

.header_social ul li:last-child {
    margin: 0
}

.header_social ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
    color: #999
}

.header_social ul li a:hover {
    color: #b32025
}


/* ******************************
:: 7.0 HEADER AREA CSS
****************************** */

.hero-wrapper .svg-clipped {
    -webkit-clip-path: url(#svgPath);
    clip-path: url(#svgPath);
    height: 100%;
    z-index: -1;
}

.navbar {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
    -webkit-transition: .3s;
    transition: .3s;
    background: transparent;
    padding: 1rem;
    /* background-color: #e30614; */
    /* position: relative; */
}

.navbar .navbar-nav .nav-link {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-transition: .3s;
    transition: .3s;
}

.navbar.navbar-light .navbar-nav .nav-link {
    color: #7e8085;
}

.navbar.navbar-light .navbar-nav .nav-link:hover,
.navbar.navbar-light .navbar-nav .nav-link:focus,
.navbar.navbar-light .navbar-nav .nav-link.active,
.navbar.navbar-light .navbar-nav .nav-link.current-menu-item {
    color: #2c2e30;
}

.navbar .navbar-brand-sticky {
    display: none;
}

.navbar-sticky {
    -webkit-transition: none;
    transition: none;
}

.navbar-sticky-transitioned {
    -webkit-transition: .3s;
    transition: .3s;
}

.navbar-sticky-moved-up {
    position: fixed;
    top: 0;
    background: #fff;
    margin-top: -250px;
    /* display: none; */
}

[data-theme=dark] .navbar-sticky-moved-up {
    background: #01081f;
    -webkit-box-shadow: 0 4px 25px rgba(30, 39, 69, 0.3), 0 1px 0px rgba(30, 39, 69, 0.4);
    box-shadow: 0 4px 25px rgba(30, 39, 69, 0.3), 0 1px 0px rgba(30, 39, 69, 0.4);
}

.navbar-sticky-on {
    margin-top: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.navbar-sticky-on .navbar-brand-regular {
    display: none;
}

.navbar-sticky-on .navbar-brand-sticky {
    display: inline;
    max-width: 130px !important;
    max-width: 80px !important;
}


/*NAVBAR DARK*/

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .btn-outline {
    color: #fff;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
    color: #7e8085;
}

[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
    color: #e7eaee;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link:hover,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link:focus,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link.active,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link.current-menu-item {
    color: #2c2e30;
}

[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link:hover,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link:focus,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link.active,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link.current-menu-item {
    color: #D2D5DA;
}

.navbar,
.navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
}


/* .navbar-dark .navbar-brand {
    padding-top: 15px;
} */


/* .navbar-dark .navbar-brand img {
    max-width: none;
    max-width: 100px;
} */

.navbar-sticky-on .navbar-brand img {
    max-width: 210px !important;
}

.adobe-crative-logo {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-top: 50px;
}

.navbar-sticky-on .adobe-crative-logo {
    padding-top: 25px;
}

.navbar-sticky-on .adobe-crative-logo img {
    width: 200px;
}

.navbar-brand-sticky {
    width: 180px;
}

.navbar-brand:hover {
    opacity: 100%;
}

.navbar-sticky-on .navbar-brand {
    padding-top: 10px;
}

.navbar-brand img {
    width: 300px;
    height: auto;
}

.navbar-dark .navbar-brand{
    /* background: #ffffffe6; */
    padding: 13px 7px 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: transparent;
}

.top-call a{
    background-color: #008d36;
    padding: 10px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .headerarea .header_align {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .logo_ses {
        text-align: center;

    }
    .logo_ses img{
        max-width: 130px !important;
    }

    .header_social p {
          padding-top: 0px;
    }

    .header_right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: auto;
        width: 100%;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        margin-top: 15px
    }
    .headerarea .header_align{
        padding: 20px 0 0;
    }
    .navbar-brand img {
        width: 150px;
        margin-top: 5px;
    }
    .top-call a {
        font-size: 12px;
    }
}
@media (max-width: 360px) {
.top-call a {
    padding: 6px;
}
}
.banner_area {
    background: url("../images/maxwood/banner/banner-3.jpg") no-repeat center;
    background-size: cover;
    min-height: 600px;
    padding: 40px 0 60px
}

.bnr_form h1 {
    font-size: 38px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 30px;
    background-color: #dfdfdf;
    text-align: center;
}
.bnr_form h1 span{
    font-size: 28px;
}

.bnr_form .select2-container--default .select2-selection--single {
    height: 45px;
    border: 0;
    border-radius: 4px
}

.bnr_form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px
}

.bnr_form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    top: 11px
}

.enq_form {
    background: rgb(0 0 0 / 75%);
    padding: 30px;
    border-radius: 20px;
}

.enq_form .form-group {
    margin-bottom: 15px
}

.enq_form .form-group input {
    background: #fff;
    color: #333;
    padding: 0 15px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    height: 45px;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    width: 350px;
    
}

.enq_form .form-group select{
    width: 350px;
}

.modal-body .enq_form .form-group input {
    width: 440px;
}

.enq_form .form-group input[type="submit"] {
    height: auto;
    padding: 12px 15px;
    background: #008d36;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-top: 7px;
    -webkit-box-shadow: 0 0 12px rgba(2, 152, 211, 0.2);
    box-shadow: 0 0 12px rgba(2, 152, 211, 0.2);
}

.enq_form .form-group input[type="submit"]:hover {
    background: #89e7ad
}

.enq_form .form_title h5 {
    padding-top: 0px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #fff;
    font-size: 30px;
    font-weight: 500
}

.form-group select{
    appearance: auto;
}

.form_shadwo {
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15)
}

.placeholder_style input:focus::-webkit-input-placeholder {
    opacity: 0
}

.placeholder_style input:focus::-moz-placeholder {
    opacity: 0
}

.placeholder_style input:focus:-ms-input-placeholder {
    opacity: 0
}

.placeholder_style input::-webkit-input-placeholder {
    color: #333;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s
}

.placeholder_style input::-moz-placeholder {
    color: #333;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s
}

.placeholder_style input:-ms-input-placeholder {
    color: #333;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s
}

.mb_baner {
    height: 480px;
    background: url("../images/maxwood/banner/banner-mob-3.jpg") no-repeat center top;
    background-size: cover;
    display: none
}

@media (min-width: 1200px) {
    .bnr_col {
        margin-right: 150px
    }
}

@media (max-width: 991px) {
    .bnr_form h1 {
        font-size: 28px
    }

    .banner_area {
        background: #fff;
        min-height: auto
    }

    .mb_baner {
        display: block
    }

    .enq_form {
        background: #008d36;
    }

    .bnr_form .enq_form .form-group input[type="submit"] {
        border: 1px solid #fff;
        background: transparent;
        color: #fff
    }

    .bnr_form .enq_form .form-group input[type="submit"]:hover {
        background: #fff;
        color: #b32025
    }
}

@media (max-width: 575px) {

    .banner_area {
        padding: 30px 0 50px
    }
    .bnr_form h1 span {
        font-size: 22px;
    }
    .enq_form .form-group select{
        width: 260px !important;
    }
    .enq_form .form-group input{
        width: 260px;
    }
    .modal-body .enq_form .form-group input {
        width: 310px;
    }
}

@media (max-width: 440px) {
    .mb_baner {
        height: 300px
    }
}

@media (max-width: 380px) {
    .mb_baner {
        height: 250px
    }
}

.hm_intro_sec {
    padding: 0;
    background: url("../images/bg1.jpg") no-repeat left bottom;
    background-size: cover
}

.site_title {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 15px
}

.site_title span {
    font-weight: 400;
    font-size: 32px
}

.box_red .why_content_box {
    background: #b32025
}

.box_theme .why_content_box {
    background: #7d210c
}

.box_red .why_content_box h5,
.box_red .why_content_box p,
.box_theme .why_content_box h5,
.box_theme .why_content_box p {
    color: #fff
}

.why_content_box {
    padding: 30px;
    background: #fff
}

.why_content_box .wc_icon {
    width: 60px;
    margin: 0 0 15px;
    height: 60px
}

.why_content_box h5 {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.5;
    color: #7d210c
}

.why_content_box .wc_icon.wc_icon1 {
    background: url("../images/feat/1.svg") no-repeat center bottom;
    background-size: contain
}

.why_content_box .wc_icon.wc_icon2 {
    background: url("../images/feat/2.svg") no-repeat center bottom;
    background-size: contain;
    width: 80px
}

.why_content_box .wc_icon.wc_icon3 {
    background: url("../images/feat/3.svg") no-repeat center bottom;
    background-size: contain
}

.why_content_box .wc_icon.wc_icon4 {
    background: url("../images/feat/4.svg") no-repeat center bottom;
    background-size: contain
}

@media (max-width: 991px) {
    .intro_left {
        padding: 50px 0;
        text-align: center
    }

    .why_content_box {
        margin-bottom: 50px
    }
}

@media (max-width: 575px) {
    .site_title {
        font-size: 28px
    }
}

.products_sec {
    padding: 50px 0 50px 0;
    background-color: #e2e2e2;
}

.pro_left {
    background: #008d36;
    padding: 0 50px;
    min-height: 95%;
    
}

.pro_left p{
    color: #fff;
    font-size: 20px;
}

.pro_left .site_title {
    color: #fff;
    margin-bottom: 30px
}

.pdt_cate_box {
    margin-bottom: 30px;
    padding: 15px 15px;
    background: #fff
}

.pdt_cate_box h5 {
    color: #005590;
    font-size: 18px;
    font-weight: 800;
    margin: 0
}

.pdt_box {
    background: #f6f6f6;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px
}

.pdt_image_block {
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15)
}

.pdt_title_block h5 {
    color: #313131;
    margin: 17px 0 15px 0
}

.pdt_title_block a {
    font-size: 18px;
    margin: 0;
    padding: 6px 15px 8px;
    display: block;
    font-weight: 500;
    background-color: #008d36;
}

.pdt_link .theme_btn {
    font-size: 18px
}

@media (max-width: 991px) {
    .pro_left {
        margin-bottom: 40px
    }
}

@media (max-width: 575px) {
    .pro_left {
        padding: 30px 30px 20px
    }

    .pdt_cate_box h5 {
        font-size: 15px
    }

    .products_sec {
        padding: 50px 0 60px
    }
}

.about_area {
    padding: 100px 0;
    background: url("../images/bg2.jpg") no-repeat center bottom;
    background-size: cover
}

.about_area .site_title {
    color: #7d210c;
    font-size: 44px;
    font-weight: 900;
    line-height: 1.1
}

.about_area .site_title span {
    display: block;
    font-weight: 600
}

.about_area .theme_btn {
    background: #008d36
}

.about_area .theme_btn:hover {
    background: #76d69b
}

.about_area p {
    color: #000;
    font-size: 18px
}

@media (max-width: 991px) {
    .about_area {
        text-align: center;
        background: #ede2c4
    }

    .about_image_block {
        margin-bottom: 30px
    }
}

@media (max-width: 575px) {
    .about_area .site_title {
        font-size: 40px
    }

    .about_area .site_title span {
        font-size: 26px
    }

    .about_area {
        padding: 50px 0 60px
    }
}

.testimonial_area {
    padding: 100px 0 160px;
    background: #f6f6f6
}

.testimonial_area .site_title {
    text-align: center;
    margin-bottom: 40px
}

.testimonial_area .theme_btn {
    margin-top: 80px
}

.tes_video_box {
    padding: 30px;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    background: #fff
}

.tes_video_box h4 {
    font-size: 20px;
    margin: 20px 0 10px;
    color: #7d210c;
    font-weight: 600;
    line-height: 1.5
}

.tes_video_box .comn_img_block {
    height: 300px
}

.tes_video_box .video_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-radius: 50%
}

.tes_video_box .video_btn i {
    position: relative;
    top: -1px;
    left: 2px
}

.tes_video_box .video_btn:hover {
    background: #7d210c
}

.tes_test_box .ts_text_box {
    padding: 0;
    text-align: center
}

.tes_test_box .ts_text_box i {
    color: #c9d6d8;
    font-size: 65px;
    margin-bottom: 15px
}

.tes_test_box .ts_text_box p {
    font-size: 20px;
    font-weight: 500
}

.tes_test_box .ts_text_box h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5
}

.tes_test_box .ts_text_box h6 span {
    color: #666;
    display: inline-block;
    font-weight: 400
}

@media (max-width: 991px) {
    .tes_video_box {
        margin-bottom: 40px
    }
}

@media (max-width: 575px) {
    .testimonial_area {
        padding: 50px 0 100px
    }
}

.footer_enqu {
    padding: 100px 0;
    background: #fff
}

.footer_enqu .site_title {
    text-align: center;
    margin-bottom: 40px
}

.footer_enqu .form-control {
    width: 100%;
    border: 1px solid #878787;
    height: 60px;
    padding: 0 15px;
    margin-bottom: 30px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.footer_enqu .ftr_enq_btn {
    padding: 10px 60px 12px;
    background: #008d36;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 4px;
    margin-top: 20px;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s
}

.footer_enqu .ftr_enq_btn:hover {
    background: #57b179;
    color: #fff
}

@media (max-width: 767px) {
    .footer_enqu .ftr_enq_btn {
        margin-top: 30px
    }
}

@media (max-width: 575px) {
    .footer_enqu {
        padding: 50px 0
    }
}

.footer_area {
    background: #2b2b2b;
    color: #e0e0e0;
    padding: 60px 0 0
}

.footer_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    /* -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center */
}

.footer_contact h5 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px
}

.footer_contact ul li {
    margin-bottom: 0px
}

.footer_contact ul li a {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    color: #fff
}

.footer_contact ul li a:hover {
    color: #aaa
}

.footer_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer_social ul {
    display: inline-block
}

.footer_social ul li {
    display: inline-block;
    margin-right: 15px
}

.footer_social ul li:last-child {
    margin: 0
}

.footer_social ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
    color: #fff
}

.footer_social ul li a:hover {
    color: #aaa
}

.copy_rights {
    width: 100%;
    background: #242424;
    padding: 20px 0;
    margin-top: 50px
}

.copy_rights p {
    margin: 0;
    color: #9e9e9e
}

.footer_logo{
    width: 300px;
}

@media (max-width: 991px) {

    /* .footer_contact,
    .copy_rights {
        text-align: center
    } */

    .footer_social {
        margin: 20px 0 30px
    }

    .footer_logo {
        margin-bottom: 30px
    }

    .footer_logo img {
        opacity: 0.7;
        width: auto;
    }

    .copy_rights {
        margin-top: 30px;
        margin-bottom: 50px;
    }
}

.whatsapp_inte {
    z-index: 100;
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #2ab03f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    color: #fff;
    right: 0;
    bottom: 0;
    float: right;
    -webkit-box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
    box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1)
}

.whatsapp_inte:hover {
    background: #00df23;
    color: #fff
}

.whatsapp_inte i {
    position: relative;
    top: -1px;
    left: 1px
}


.callnow_inte {
    margin-bottom: 10px;
    z-index: 100;
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #0057d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    color: #fff;
    right: 0;
    bottom: 0;
    float: right;
    -webkit-box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
    box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1)
}

.callnow_inte:hover {
    background: #0448af;
    color: #fff
}

.cont_link_box {
    z-index: 100;
    position: fixed;
    right: 15px;
    top: 80%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    display: inline-block
}

@media (max-width: 575px) {
    .d-block-575{
        display: block !important;
    }
    .d-none-575{
        display: none !important;
    }
    .call-btn-mob {
        position: fixed;
        bottom: 0;
        width: 100%;
        display: flex !important;
        z-index: 9999;
    }
    .call-btn-mob .whatsapp-mob {
        text-align: center;
        font-weight: 500;
        color: #fff;
        background: #34ba48;
        border: 1px solid #34ba48;
        letter-spacing: 1px;
        transition: all .3s ease;
        display: inline;
        border-radius: 0;
        font-size: 24px;
        flex: 0 0 50%;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        padding: 7px 0;
    }
    .call-btn-mob .call-mob {
        text-align: center;
        font-weight: 500;
        color: #fff;
        background: #318fb5;
        border: 1px solid #318fb5;
        letter-spacing: 1px;
        transition: all .3s ease;
        display: inline;
        border-radius: 0;
        font-size: 24px;
        flex: 0 0 50%;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        padding: 7px 0;
    }
    .call-btn-mob .whatsapp-mob svg, .call-btn-mob .call-mob svg {
        font-size: 22px;
    }
    
}


.modal_style .modal-body {
    position: relative;
    padding: 0
}

.modal_style .modal-content {
    border: 0;
    padding: 0
}

.modal_style .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.modal_style .enq_form {
    padding: 50px 30px 45px;
    background: #fff
}

.modal_style .enq_form .form_title h5 {
    color: #008d36;
    text-align: center;
    font-size: 26px;
    font-weight: 600
}

.modal_style .enq_form .form-group input {
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: 60px
}

.modal_style .select2-container--default .select2-selection--single {
    border: 1px solid rgba(0, 0, 0, 0.2)
}

/*# sourceMappingURL=custom.css.map */
.services-area{
    background-color: #ffffff;
    padding: 50px 0 0;
}
@media (max-width: 575px) {
    .services-area{
        padding: 0;
    }
    figure.snip1107.blue h3{
        font-size: 17px;
    }
    figure.snip1107 span{
        font-size: 12px !important;
    }
}
.services-one__single {
    position: relative;
    display: block;
    z-index: 5;
    padding: 20px;
}

.services-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.services-one__img:before {
    position: absolute;
    content: '';
    background-color: var(--ambed-black, #0698d4);
    height: 0%;
    left: 0px;
    right: 0px;
    top: 0px;
    opacity: .1;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-one__img img {
    width: 100%;
}

.services-one__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 2px;
}

.services-one__icon {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 20px;
    left: 40px;
    height: 70px;
    width: 70px;
    background-color: var(--ambed-black, #005590);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
}

.services-one__content {
    position: relative;
    display: block;
    border: 1px solid var(--ambed-bdr-color, #e2ddda);
    background-color: var(--ambed-white, #ffffff);
    padding: 15px 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-one__icon span {
    position: relative;
    display: inline-block;
    color: var(--ambed-white, #ffffff);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.services-one__icon span img {
    width: 50px;
}

.video_div{
    position: relative;
}

.vido-sec .video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 15px;
    height: 12px;
    background: #b50201;
    border-radius: 50%;
    padding: 9px 24px 18px 28px;
}
.vido-sec .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 75px;
    height: 75px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.vido-sec .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    transition: all 200ms;
}


.vido-sec .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 18px solid #007bb6;
    border-top: 10px solid transparent;
    border-bottom: 12px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.maxw-product-area{
    padding: 50px 0 50px 0;
    background-color: #f3f3f3;
}

.maxw-product-box{
    background-color: #cad1d4;
    margin-top: 20px;
    border-radius: 20px;
}

.maxw-product-box img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.maxw-product-box-content{
    padding: 30px;
    text-align: center;
}

.maxw-product-box-content h3{
    color: #313131;
}

.maxw-product-box-content p{
    min-height: 85px;
}

.maxw-product-cta{
    padding: 15px 25px;
    background-color: #008d36;
    color: #fff;
    border: 1px solid #008d36;
    border-radius: 15px;
}

.maxw-product-cta:hover{
 background-color: #fff;
 color: #008d36;
}

.maxw-about-area{
    padding: 50px 0 50px 0;
    background-color: #e2e2e2;
}

.maxw-about-area h3{
    font-size: 36px;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 15px;
}

.maxw-about-count{
    display: flex;
    flex-wrap: wrap;
}

.maxw-about-count-item{
    border: 1px solid #008d36;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.maxw-about-count-item h3{
    margin-bottom: 0px;
}

.maxw-about-count-item p{
    margin-bottom: 0px;
}

.maxw-about-count-item img{
    width: 70px;
    margin-bottom: 15px;
}

.maxw-about-count-item h3{
    font-size: 30px;
}

.maxw-about-count-item p{
    font-size: 12px;
}

.maxw-about-cta-area{
    margin: auto;
    text-align: center;
}

.maxw-video-area{
    padding: 50px 0 50px 0;
    background-color: #e2e2e2;
}

@media (max-width: 991px) {
    .maxw-about-count-second img{
        margin-top: 20px;
    }
}

.maxw-product-area .text-center p{
    color: #008d36;
}

.vido-sec{
    margin-right: 20px;
}

..maxw-video-title{
    margin: auto;
}

.maxw-video-title h3{
    font-size: 36px;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .maxw-video-title h3{
        font-size: 28px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .enq_form .form-group input {
        width: 300px;
    }
    .enq_form .form-group select {
        width: 300px;
    }
}

.why-choose-us-area{
    padding: 50px 0 50px 0;
    background-color: #f3f3f3;
}

.why-choose-us-title h3{
    font-size: 36px;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 25px;
}

.maxw-about-content{
    align-items: center;
}

.maxw-about-content p{
    font-size: 18px;
}

.maxw-about-count-item h6{
    font-size: 20px;
}