﻿body {
    /*font-family: 'Cormorant Garamond', serif;*/
    font-family: "Prata", serif;
    /*font-family: 'Montserrat', sans-serif;*/
    color: #000000d4;
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
}

.container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    /*padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;*/
}

.top-container {
    padding: 10px 10px 15px 10px;
    text-align: left;
    color: #fff;
    background: #0093b9;
    /*background: linear-gradient(90deg, rgba(3,18,30,1) 13%, rgba(121,124,127,1) 86%);*/
}

    .top-container .fa {
        font-size: 15px;
        /* color: #fff; */
        /* padding: 5px 10px 0px 10px; */
    }

    .top-container .fab {
        font-size: 15px;
        /* color: #fff; */
        /* padding: 5px 10px 0px 10px; */
    }

    .top-container .rightcontent {
        float: right;
        margin-top: -5px;
    }

.rightcontent a {
    margin: 0 3px;
}

    .rightcontent a i {
        text-align: center;
        color: #fff;
        border-radius: 50%;
        /* border: 1px solid #fff; */
        height: 30px;
        width: 30px;
        margin: auto;
        line-height: 30px;
    }

.container > .navbar-header, .container > .navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
}

.rightcontent a {
    margin: 0 3px;
}

    .rightcontent a i {
        text-align: center;
        color: #d93337;
        border-radius: 50%;
        /*border: 1px solid #fff;*/
        height: 35px;
        width: 35px;
        margin: auto;
        line-height: 35px;
    }



.top-container .fa {
    font-size: 15px;
    /*color: #fff;*/
    /*padding: 5px 10px 0px 10px;*/
}

.top-container .fab {
    font-size: 20px;
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
}

    .top-container .fab:hover {
        color: #1796b7;
        background: #fff;
    }



/*.content {
   
    padding-left: 100px;
    padding-right: 100px;
}*/

.Aboutus img {
    width: 100%;
}

.ImgFrame {
    padding: 10px;
    border: 1px solid #ddd;
    background-size: cover;
    background-clip: content-box;
    background-color: #d6d6d6;
    box-sizing: border-box;
    position: relative;
    margin: auto;
    color: #fbfbfb;
    /*text-indent: 20px;*/
}

    .ImgFrame:after {
        content: "";
        display: block;
        position: absolute;
        border: 50px solid transparent;
        border-bottom: 50px solid #fefefe;
        bottom: -60px;
        right: -65px;
        box-shadow: 0px 7px 6px -9px black;
        transform: rotate(135deg);
    }

    .ImgFrame:before {
        content: "";
        display: block;
        position: absolute;
        border: 50px solid transparent;
        border-top: 50px solid #fefefe;
        top: -60px;
        left: -65px;
        box-shadow: 0px -7px 6px -9px black;
        transform: rotate(135deg);
    }



.Aboutus i {
    margin: 10px;
    color: #03121e;
    /*border: solid 2px;*/
    padding: 2px;
}

.aboutcontent {
    /*padding: 16px;*/
    line-height: 24px;
    font-size: 16px;
    text-align: justify;
    margin: 10px 0px;
    color: #555353;
}

.service-social-icon ul {
    padding: 0px;
}

    .service-social-icon ul li {
        list-style: none;
        display: inline-block;
        margin: 0 12px;
    }

        .service-social-icon ul li a {
            display: inline-block;
            background: #03121e;
            color: #fff;
            /*width: 35px;
            height: 35px;*/
            line-height: 35px;
            border-radius: 10%;
            font-size: 14px;
            transition: 0.5s;
            border: solid 1px #2d4a2b;
        }

            .service-social-icon ul li a i {
                border: none;
                color: #fff;
            }

            .service-social-icon ul li a:hover {
                background: #fff;
            }

                .service-social-icon ul li a:hover i {
                    color: rgb(3,18,30);
                }
/*.to-front .divider, .divider {
    width: 49px;
    height: 2px;
 
    margin-right: auto;
    background: #F5821F;
    margin-bottom: 20px;
}*/

.centerdivider {
    width: 49px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    background: #7dba2f;
    margin-bottom: 20px;
}

.aboutcontent .icon {
    width: 55px;
    height: 55px;
    font-size: 20px;
}

    .aboutcontent .icon i {
        color: sienna;
        font-size: 20px;
    }

    #navbar {
    overflow: hidden;
    background: #000;  
    position: fixed;
    width: 100%;   
    z-index: 1;
    height: 80px;
}

.navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky-opacity {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky-opacity #navbar {
        position: fixed;
        top: 0;
        width: 100%;
        /*background-color: #fff;*/
        /*transition: background 1s linear;*/
        height: 85px;
        box-shadow: 1px 1px rgba(0,0,0,0.15);
    }

    .sticky-opacity .navbar-nav > li > a {
        text-align: center;
        padding: 12px 12px 15px 12px;
        text-decoration: none;
        font-size: 13px;
        line-height: 25px;
        /*border-radius: 4px;*/
        /*margin-top: 20px;*/
        margin-bottom: -5px;
        /*color: #000;*/
        font-family: "Prata", serif;
        font-weight: bold;
    }

    .sticky-opacity .navbar-brand img {
        /*max-width: 72px;
        max-height: 65px;*/
        transition: 0.5s all ease-in-out;
    }

    /*.sticky-opacity .navbar-brand {
        margin-top: 25px;
    }*/

    .sticky-opacity .navbar-nav > li > a:hover {
        color: #fff;
    }

    .sticky-opacity .navbar-nav {
        margin-top: 0;
        /*margin-left: 25%;*/
    }

    .sticky-opacity #menu:before {
        border-bottom: 0px solid #fff;
    }

.sticky + .content {
    padding-top: 102px;
}


.header-logo {
    padding: 4px 10px;
    font-size: 18px;
}

    .header-logo img {
        max-width: 200px;
        transition: 0.4s;
        margin-bottom: 0px;
    }

.navbar-nav > li > a {
    /*float: left;*/
    color: #fff;
    text-align: center;
    padding: 12px 12px 15px 12px;
    text-decoration: none;
    font-size: 13px;
    line-height: 25px;
    /*border-radius: 4px;*/
    margin-top: 11px;
    margin-bottom: -5px;
    /*color: #5c4f3b;*/
    font-family: "Prata", serif;
    font-weight: bold;
    text-transform: uppercase;
}

    /*.navbar-nav > li > a:hover::before {
        content: '';
        position: absolute;
        right: -25px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 25px solid #32557f;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
    }*/
    .navbar-nav > li > a:hover {
        color: #fff;
        /*border-bottom: solid 1px #fff;*/
        /*background-color: #797c7f;*/
        background: rgb(1 127 160);
    }

    /*.navbar-nav > li > a:hover::after {      
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0;
            height: 0;
            border: 13px solid transparent;
            border-top-color: #336699;
            border-bottom: 0;
            margin-left: -13px;
            margin-bottom: -13px;
        }*/

    .navbar-nav > li > a:active {
        color: #fff;
        background-color: #797c7f;
        /*border-radius: 5px;*/
    }

.navbar-nav {
    margin-left: 20%;
    margin-top: 0px;
}

/*#navbar a:hover {
            background-color: #fff;
            color: #5E3030;
        }

        #navbar a.active {
            background-color: #fff;
            color: #5E3030;
        }*/

@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-left: 0px;
    }
}

@media (max-width: 768px) {
    .ImgFrame {
        width: 75%;
    }

        .ImgFrame:before {
            content: "";
            display: block;
            position: absolute;
            border: 50px solid transparent;
            border-top: 50px solid #fefefe;
            top: -50px;
            left: -50px;
            box-shadow: 0px -7px 6px -9px black;
            transform: rotate(135deg);
        }

        .ImgFrame:after {
            content: "";
            display: block;
            position: absolute;
            border: 50px solid transparent;
            border-bottom: 50px solid #fefefe;
            bottom: -50px;
            right: -50px;
            box-shadow: 0px 7px 6px -9px black;
            transform: rotate(135deg);
        }
}


.navbar-brand {
    float: left;
    /*padding: 10px 20px;*/
    font-size: 18px;
    line-height: 20px;
    max-width: 200px;
    position: relative;
    /* max-height: 65px; */
    /*top: 12px;*/
    margin-left: 10px;
}



    /*.navbar-brand {
    float: left;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 20px;
    max-width: 500px;
    position: relative;
    margin-left: 10px;
}*/


    .navbar-brand img {
        width: 100%;
        height: 500px;
        height: auto;
        display: block;
        object-fit: contain;
    }



    .navbar-brand img {
        transition: 0.4s;
        max-width: 232px;
        max-height: 100%;
        margin-bottom: 0px;
        transition: 0.5s all ease-in-out;
    }

#navbar-right {
    float: right;
}

#myHeader {
    /*overflow:hidden;*/
    height: 50px;
    z-index: 10000;
    margin-bottom: 10px;
    /*position: absolute;*/
}

/*.navbar-header a:hover {
    border: 1px solid #f00;
}*/

.dropdown-menu {
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 1;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px;
    margin: 0px 0 0;
    font-size: 13px;
    list-style: none;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
    background-color: #00000082;
}

    .dropdown-menu > li > a {
        display: block;
        padding: 8px 25px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #fff;
        white-space: nowrap;
        left: 0;
        right: auto;
        transform-origin: 0 0 0;
        /*border-radius: 5px;*/
        transition: 0.10s;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #000;
            text-decoration: none;
            transform-origin: 0 0 0;
            transition: 0.10s;
            background-color: #fff;
            font-weight: 400;
            /*border-radius: 5px;*/
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #000;
        transform-origin: 0 0 0;
        transition: 0.5s;
        outline: 0;
        font-weight: 400;
    }

    .dropdown-menu > li > ul.dropdown-submenu {
        position: absolute;
        list-style: none;
        left: 100%;
        top: 0;
        /*width: 100%;*/
    }

    .dropdown-menu > li:hover ul.dropdown-submenu {
        display: block;
    }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #797c7f;
    border-color: #797c7f;
    color: #fff;
    /*border-bottom: 1px solid;*/
    border-radius: 5px;
}

@media screen and (max-width: 580px) {
    #navbar {
        /*padding: 20px 10px !important;*/
        margin-bottom: 10px;
        /*height: 90px;*/
    }

        #navbar a {
            float: none;
            display: block;
            text-align: left;
        }

    #navbar-right {
        float: none;
    }

    .sticky-opacity .navbar-toggle {
        /*border: 1px solid #fff;*/
        top: 15px;
    }

    .sticky-opacity .navbar-brand {
        padding: 0px 10px;
        color: white;
        margin-left: 20px;
        /*background-color: #fff;*/
        top: 15px;
    }

    .sticky-opacity .navbar-toggle .fa {
        color: #fff;
    }

    .navbar-toggle {
        /*background-color: #fff;*/
        border: 1px solid #5c4f3b;
        border-radius: 4px;
        float: right;
        margin-bottom: 8px;
        margin-right: 28px;
        /*top: 15px;*/
        padding: 9px 10px;
        position: relative;
        filter: alpha(opacity=0);
        -webkit-transition: 200ms ease;
        -moz-transition: 200ms ease;
        -o-transition: 200ms ease;
        transition: 200ms ease;
    }

        .navbar-toggle .fa {
            color: #fff;
            transform: rotate(360deg);
            transition: transform 0.5s ease 0s;
            transform-style: preserve-3d;
            font-size: 25px;
        }

    .top-container {
        background-color: #0093b9;
        padding: 10px 10px 10px 10px;
        text-align: center;
    }

        .top-container .rightcontent {
            /* text-align: center; */
            /* float: none; */
            /* margin-left: 10px; */
            /* margin-top: 5px; */
            display: none;
        }

    .navbar-collapse ul {
        background-color: #000;
        color: #fff;
        margin-right: 38px;
        margin-top: 10px;
        text-align: center;
        width: 75%;
    }

    .navbar-nav > li {
        border-bottom: 1px solid #eee;
    }

    .nav > li {
        display: block;
        position: relative;
    }

    .navbar-collapse.in {
        overflow-y: visible;
        /*height: 100%;*/
        position: absolute;
        width: 100%;
        margin-right: 0px;
    }

    .navbar-nav > li > a {
        padding: 15px 12px 15px 12px;
        line-height: 20px;
        margin-top: 0px;
    }

    .dropdown-menu > li > a {
        color: #fff;
    }

    .dropdown-menu {
        /*position: relative;
        top: 100%;
        left: 0;
        z-index: 1000;        
        float: left;
        min-width: 100%;*/
        padding-left: 15px;
        /*margin: 0px 0 0;*/
        /*font-size: 14px;*/
        list-style: none;
    }

        .dropdown-menu > li > a {
            display: block;
            padding: 15px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.428571429;
            /*color: #035C07;*/
            white-space: nowrap;
            left: 0;
            right: auto;
            transform-origin: 0 0 0;
            transition: 0.10s;
            font-size: 12px;
            /*border-bottom: 1px solid #eee;*/
        }

    .sticky-opacity .dropdown-menu > li > a {
        display: block;
        padding: 15px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #fff;
        white-space: nowrap;
        left: 0;
        right: auto;
        transform-origin: 0 0 0;
        transition: 0.10s;
        font-size: 12px;
        /*border-bottom: 1px solid #eee;*/
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 12px 15px 5px 25px;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #fff;
        text-decoration: none;
        transform-origin: 0 0 0;
        transition: 0.10s;
        background-color: #336699;
        font-weight: 400;
    }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #336699;
        transform-origin: 0 0 0;
        transition: 0.5s;
        outline: 0;
        font-weight: 400;
    }

    .navbar-nav > li:hover ul.dropdown-menu {
        width: 100%;
    }

    /*.navbar-brand img {
        margin-top: 15px;
    }*/

    .sticky-opacity .navbar-nav {
        margin-top: 18px;
        background-color: #000;
        color: #fff;
    }

        .sticky-opacity .navbar-nav > li > a {
            color: #fff;
            padding: 6px 12px 10px 12px;
        }
}

@media(max-width:767px) {
    /*.top-container {
        display: none;
    }*/

    #myHeader {
        /*overflow:hidden;*/
        z-index: 999;
    }

    .navbar-nav > li > a {
        color: #fff;
    }

    .navbar-collapse {
        padding-right: 0px;
    }

    .navbar-brand {
        top: 0px;
    }

    /*.navbar-brand img {
            max-width: 100px;
            max-height: 60px;
        }*/

    #scrollUp {
        bottom: 20px;
    }
}


/*.contact-container {
    position: relative;
    text-align: center;
    color: white;*/
/*height: 425px;*/
/*height: 100px;
}

.contact-container-img {
    background-color: #000;
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #717a8f;
    margin-top: 30px;
}

.contact-text {*/
/*border-color: #686868;*/
/*border-style: solid;*/
/*border-width: 1px;*/
/*padding: 40px 0px 80px 0px;
    margin-top: 30px;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    margin-left: 300px;
}

    .contact-text span {
        color: #fff;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 4px;
        text-transform: uppercase;
    }

    .contact-text h3 {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0;
        text-transform: none;
    }

.contact-text-right {
    border-width: 1px;*/
/*padding: 75px 15px 75px 10px;*/
/*margin-top: 30px;*/
/*position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 90%;
}

.btnquote {
    padding: 20px 40px 20px 40px;
    background-color: #668D66;
    border: none;
    font-size: 15px;
}

    .btnquote:hover {
        background-color: #fed061;
    }

.carousel-inner {
    max-height: 500px;
    margin-top: 20px;
}

    .carousel-inner > .item > img {
        width: 100%;
        height: 500px;
        opacity: 0.5;
    }

.carousel-caption {
    bottom: 42%;
    background: black;
    opacity: 0.6;
    color: white;
    padding: 15px;
    height: 150px;
    top: 36%;
}

    .carousel-caption p {
        text-align: center;
    }

@media (max-width:767px) {
    .carousel-inner {
        max-height: 730px;
        margin-top: 0px;
    }

    .contact-container {
        height: 250px;
    }

    .contact-container-img {
        width: 100%;
        height: 100%;
    }

    .contact-text {*/
/*margin-top: 65px;*/
/*}

    .contact-text {
        height: 250px;
        top: 29%;
        margin-left: 0px;
        left: 50%;*/
/*padding: 15px 40px 30px 40px;*/
/*}

        .contact-text span {
            font-size: 13px;
        }

        .contact-text h3 {
            font-size: 16px;
        }

    .contact-text-right {
        left: 50%;
        top: 80%;
    }

    .contactform-contactinfo {
        display: block;
    }

    .iconcontent {
        color: #3c3e62;
        font-size: 13px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        width: 100%;
        margin-right: 10px;
        padding: 10px;
        border-bottom: 1px solid #eee;
    }

    .iconcontent1 {
        color: #3c3e62;
        font-size: 13px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        box-shadow: 0px 0px 5px 0px #5c4f3b;
        width: 100%;
        margin-right: 10px;
        padding: 10px;
        margin-bottom: 10px;
    }


    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
        height: 200px;
        max-width: 100%;
        line-height: 1;
    }

    .gallery img {
        width: 100%;
        height: 250px;
    }

    .carousel-caption {
        top: 45%;
    }
}*/

/*
*
* Footers
*/

/*.footercontent a {
    margin: 0 3px;
}*/

.footercontent a i {
    text-align: center;
    color: #fff;
    margin: auto;
    line-height: 50px;
    font-size: 16px;
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    margin-left: 5px;
}

    .footercontent a i:hover {
        color: #000;
        background: rgb(96 91 91);
        border-radius: 50%;
    }

.footersection {
    padding: 30px 20px 0px 20px;
    overflow: hidden;
    text-align: left;
    background: #000;
    z-index: 1;
}

.ftr {
    padding: 15px 0px 5px 0px;
    background: #018cb1;
}

.footersection + hr {
    margin-top: 30px;
}

.footertitle {
    font-weight: bold;
    letter-spacing: .15em;
    color: #ffffff;
    text-transform: uppercase;
}

.footercolwidth {
    /*max-width: 210px;*/
    font-size: 12px;
    margin-left: -38px;
    font-size: 16px;
    line-height: 1.43;
    font-weight: 400;
    letter-spacing: .1em;
    border-right: solid 2px #fff;
}

footer .footerabout {
    color: #fff;
}

.footercolwidth li {
    margin-top: 12px;
    color: #fff;
    list-style: none;
}

    .footercolwidth li a {
        color: #fff;
    }

.footermenulist {
    text-align: center;
    font-size: 13px;
    line-height: 1.43;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: -20px;
    margin-left: -20px;
}

    .footermenulist > li {
        display: inline-block;
        margin-bottom: 17px;
        /*margin-left: 20px;*/
        width: 100%;
        text-align: left;
    }

    .footermenulist a, .footermenulist a:focus, .footermenulist a:active {
        color: #fff;
    }

        .footermenulist a:hover {
            color: #336699;
        }

* + .footercolwidth {
    margin-top: 0px;
}

* + .footermenulist {
    margin-top: 30px;
    margin-left: -38px;
}

.copyrights {
    text-align: center;
    color: #fff;
}

/*.footertop {
    background: #696969;
    padding: 5px;
}*/

.footertop li {
    margin-top: 16px;
    color: #fff;
    list-style: none;
}

@media (min-width: 768px) {

    .footermenulist {
        text-align: left;
    }
}

@media(max-width:767px) {
    .footercolwidth {
        border-right: none;
    }
    /*.footertitle {
        text-align: center;
    }*/

    .productframe {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
    }
}

.main-slider {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}

#spinner {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url("../image/webdigify/ajax-loader.gif") 50% 50% no-repeat #fff;
}

.content-box-left {
    padding-top: 200px;
    /*background-color:yellow;*/
    margin-left: 650px;
}

.content-box-right {
    padding-top: 200px;
    /*height: 100vh;*/
}

.main-slider .swiper-viewport {
    border: medium none;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
}

.main-slider .swiper-viewport {
    border: medium none;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
}

.swiper-container {
    direction: ltr !important;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    isplay: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.main-slider .swiper-slide a {
    display: flex;
    align-items: center;
}

.slider-content {
    position: absolute;
    right: 9%;
    left: auto;
    margin: auto;
    z-index: 1;
    text-align: left;
    width: 35%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    top: -45px;
    bottom: 0;
    display: flex;
    align-items: center;
}

/****************************************Slider Start*****************************************/
.img-fluid {
    max-width: 100%;
    height: auto;
}

#myCarousel {
    border: none;
}

/*.owl-carousel1 .owl-stage-outer {
    height: 500px;
}*/

/*.owl-carousel1 .owl-nav {
    display: none;
}*/
.owl-carousel1 .owl-dots {
    display: none;
}

.owl-carousel1 .owl-dots {
    position: absolute;
    /*bottom: 25px;*/
    bottom: 0px;
    left: 50%;
    transform: translatex(-50%);
}

    .owl-carousel1 .owl-dots .owl-dot {
        width: 20px;
        height: 20px;
        border: 2px solid #fff;
        border-radius: 20px;
        display: inline-block;
        margin: 0 3px;
        transition: .3s;
    }

        .owl-carousel1 .owl-dots .owl-dot.active {
            background: #fc6d27;
            border-color: #fc6d27;
        }


@media (min-width: 992px) {
    .navbar {
        margin-bottom: 0px;
    }
}

@media(max-width:787px) {
    /*.carousel-inner {
        height: 250px;
    }*/
    .owl-carousel1 .owl-stage-outer {
        height: 200px;
    }

        .owl-carousel1 .owl-stage-outer .owl-item img {
            height: 250px;
        }

    .owl-carousel1 .owl-dots .owl-dot {
        width: 22px;
        height: 5px;
    }
}

.bggray {
    background-color: #e2e2e252;
}

.bgwhite {
    background-color: #fff;
}

.single_slider {
    background-size: cover;
}

/**new slider***/
.fade-carousel {
    position: relative;
    min-height: 600px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d1573;
    opacity: 1;
}

.carousel-indicators > li {
    background: #fff;
    border-color: #fff;
    width: 20px;
    height: 20px;
}

    .carousel-indicators > li.active {
        width: 20px;
        height: 20px;
        background: #dfb858;
        border-color: #dfb858;
    }

.carousel-indicators > li {
    margin: 0 4px;
    opacity: .8;
}

/*.fade-carousel .carousel-inner .item {
    min-height: 600px;
}*/
.slides .slide-1 {
    background-image: url('../images/slider/slider-1.jpg');
    background-position: center;
}

.slides .slide-2 {
    background-image: url('../images/slider/slider-2.jpg');
    background-position: center;
}

.slides .slide-3 {
    background-image: url('../images/slider/slider-3.jpg');
    background-position: center;
}

.slides .slide-1 {
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slides .slide-2 {
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slides .slide-3 {
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slides .slide-1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #000000a8;*/
    opacity: 0.8;
    z-index: 0;
    background: linear-gradient(90deg, rgb(4 19 32) 13%, rgb(0 0 0 / 12%) 86%);
}

.slides .slide-2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #000000a8;*/
    opacity: 0.8;
    z-index: 0;
    background: linear-gradient(90deg, rgb(4 19 32) 13%, rgb(0 0 0 / 12%) 86%);
}

.slides .slide-3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #000000a8;*/
    opacity: 0.8;
    z-index: 0;
    background: linear-gradient(90deg, rgb(4 19 32) 13%, rgb(0 0 0 / 12%) 86%);
}

.mgt {
    margin-top: 0 !important;
}

.fade-carousel .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .fade-carousel .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

.fade-carousel .slides .slide-1 {
    background-position: center;
}

.fade-carousel .slides .slide-2 {
    background-position: center;
}

.fade-carousel .slides .slide-3 {
    background-position: center;
}
/*****/
/*.content-box {
    position: relative;
    width: 50%;
}*/

.content-box .title {
    display: block;
    font-size: 22px;
    color: #d93337;
    font-weight: 500;
    margin-top: 25px;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.content-box h2 {
    display: block;
    font-size: 55px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    /*margin-bottom: 30px;*/
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: 'Font Awesome 5 Free';
    margin-top: 50px;
}

    .content-box h2 span {
        color: #fff;
    }
/*.content-box .info-list {
        position: relative;
        margin-bottom: 45px;
        opacity: 0;
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }*/

.content-box .info-list li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 10px;
    text-transform: uppercase;
}

    .content-box .info-list li .icon {
        color: #faaC1D;
        margin-right: 10px;
        float: left;
        font-size: 18px;
        line-height: 26px;
    }

.sliderbtn {
    margin-top: 110px;
}
/*****/

@media(max-width:767px) {

    .slides .slide-1 {
        min-height: 200px;
    }

    .slides .slide-2 {
        min-height: 200px;
    }

    .slides .slide-3 {
        min-height: 200px;
    }

    .content-box {
        margin: 0px 0px;
        padding: 0px 50px;
    }

        .content-box .title {
            font-size: 5px;
            margin-top: 0px;
        }

        .content-box h2 {
            font-size: 12px;
            margin: 0px;
        }

    .content-box {
        width: 100%;
    }
}

.owl-carousel1 .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    /*margin-top: -50px;*/
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    bottom: 50%;
    color: #fff;
    background: none;
    z-index: 10;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
    line-height: 41px;
    margin: 0px 8px;
    font-weight: 700;
    /* border-radius: 50px; */
    display: inline-block;
    background-color: #3f3f3f78;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}

    .owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
        background-color: #000;
    }

.owl-carousel1 .owl-nav .owl-next {
    right: 2px;
    float: right;
}

    .owl-carousel1 .owl-nav .owl-prev:hover, .owl-carousel1 .owl-nav .owl-next:hover {
        color: #fff;
        background-color: #000;
    }



#scrollUp {
    background: #121a1c none repeat scroll 0 0;
    bottom: 90px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 45px;
    line-height: 39px;
    position: fixed;
    right: 16px;
    text-align: center;
    width: 45px;
    z-index: 9999;
    border: 2px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 50% 50% 0%;
}

    #scrollUp:hover {
        background: #1796b7 none repeat scroll 0 0;
        color: #fff;
    }

@media (max-width: 767px) {
    .owl-carousel1 .owl-nav {
        top: 50%;
    }
}

.slider-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .slider-container {
        max-width: 1200px;
    }
}

@media only screen and (min-width: 1200px) {
    .align-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: flex;
    }
}
/****************************************Slider End*****************************************/

/*------------------------ About Us --------------------*/



@media (max-width: 767px) {
    .fix-width {
        padding: 20px;
    }
}

.fix-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .fix-container {
        max-width: 1026px;
    }
}

@media (min-width: 768px) {
    #wdcmsvideo {
        display: flex;
        align-items: center;
    }
}

@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*@keyframes glow {
  0%, 100% {
    text-shadow: 0 0 5px #ffc000, 0 0 10px #ffc000;
  }
  50% {
    text-shadow: 0 0 20px #fff, 0 0 30px #ffc000;
  }
}*/

/* Main Container */
/*#wdcmsvideo {
  float: left;
  position: relative;
  width: 100%;
  background: #171717;
  overflow: hidden;
}*/

/* Right Content Area */
#wdcmsvideo .wdabout-right {
    float: left;
}

    #wdcmsvideo .wdabout-right .wdcmscontent {
        float: right;
        width: 70%;
        text-align: left;
        animation: fadeSlideIn 1s ease forwards;
    }

/* Title */
#wdcmsvideo .wdabout-title {
    float: left;
    width: 100%;
    color: #000;
    font: 400 40px/50px "Oswald";
    position: relative;
    text-transform: uppercase;
    animation: glow 2.5s infinite alternate, fadeSlideIn 1s ease forwards;
}

/* Description */
#wdcmsvideo .wdabout-right .wdabout-desc {
    float: left;
    width: 80%;
    color: #ccc;
    padding: 40px 0 30px;
    font: italic 400 16px/28px "Raleway", Helvetica;
    animation: fadeSlideIn 1s ease forwards;
}

/* Button Container */
#wdcmsvideo .wdabout-btn {
    float: left;
    padding: 3px 0 0;
    position: relative;
    width: auto;
}

    /* Button Style */
    #wdcmsvideo .wdabout-btn > a {
        color: #000;
        display: inline-block;
        float: none;
        font: 500 14px/22px "Raleway", sans-serif;
        padding: 10px 30px;
        position: relative;
        vertical-align: top;
        width: auto;
        border-radius: 25px;
        overflow: hidden;
        z-index: 1;
        background: #fff;
        transition: all 0.4s ease-in-out;
    }

        /* Button Hover Animation */
        #wdcmsvideo .wdabout-btn > a::after {
            width: 0%;
            height: 100%;
            top: 0;
            left: 0;
            background: #80c1ce;
            position: absolute;
            content: '';
            z-index: -1;
            transition: all 0.4s ease-in-out;
            border-radius: 11px;
        }

        #wdcmsvideo .wdabout-btn > a:hover::after {
            width: 100%;
        }

        #wdcmsvideo .wdabout-btn > a:hover {
            color: #000;
        }

/* Video Section */
#wdcmsvideo .video-featured {
    float: right;
    padding: 0;
}

.video-inner {
    float: left;
    width: 100%;
    position: relative;
}

/* Image Style with Zoom on Hover */
.home-about-image {
    max-width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}

.video-inner:hover .home-about-image {
    transform: scale(1.05);
}

/* Keyframes for Bottom-to-Top Slide In */
@keyframes slideFromBottom {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Main Container */
#wdcmsvideo {
    /*float: left;
  position: relative;
  width: 100%;*/
    background: #e8eff3;
    /*overflow: hidden;*/
}

    /* Right Content Area */
    #wdcmsvideo .wdabout-right {
        float: left;
    }

        /* Content with Bottom-to-Top Animation */
        #wdcmsvideo .wdabout-right .wdcmscontent {
            float: right;
            width: 70%;
            text-align: left;
            animation: slideFromBottom 1s ease-in-out forwards;
            opacity: 0;
        }

.wdcmscontent {
    width: 81%;
    text-align: justify;
}

/* Title with Bottom-to-Top Animation */
/*#wdcmsvideo .wdabout-title {
  float: left;
  width: 100%;
  color: #fff;
  font: 400 40px/50px "Oswald";
  position: relative;
  text-transform: uppercase;
  animation: slideFromBottom 1s ease-in-out 0.2s forwards;
  opacity: 0;
}*/

/* Description with Animation */
#wdcmsvideo .wdabout-right .wdabout-desc {
    float: left;
    width: 80%;
    color: #000;
    padding: 40px 0 30px;
    font: italic 400 16px/28px "Raleway", Helvetica;
    animation: slideFromBottom 1s ease-in-out 0.4s forwards;
    opacity: 0;
}

/* Button Container */
#wdcmsvideo .wdabout-btn {
    float: left;
    padding: 3px 0 0;
    position: relative;
    width: auto;
    animation: slideFromBottom 1s ease-in-out 0.6s forwards;
    opacity: 0;
}

    /* Button Styling */
    #wdcmsvideo .wdabout-btn > a {
        color: #000;
        display: inline-block;
        float: none;
        font: 500 14px/22px "Raleway", sans-serif;
        padding: 10px 30px;
        position: relative;
        vertical-align: top;
        width: auto;
        margin-top: 15px;
        border-radius: 11px;
        overflow: hidden;
        z-index: 1;
        background: #949494;
        transition: all 0.4s ease-in-out;
    }

#wdcmsv
/* Button Hover Background Slide */
#wdcmsvideo .wdabout-btn > a::after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffc000;
    position: absolute;
    content: '';
    z-index: -1;
    transition: all 0.4s ease-in-out;
    border-radius: 25px;
}

#wdcmsvideo .wdabout-btn > a:hover::after {
    width: 100%;
}

#wdcmsvideo .wdabout-btn > a:hover {
    color: #000;
}

/* Video Section */
#wdcmsvideo .video-featured {
    float: right;
    padding: 0;
}

/* Video Wrapper */
.video-inner {
    float: left;
    width: 100%;
    position: relative;
    animation: slideFromBottom 1s ease-in-out 0.8s forwards;
    opacity: 0;
}

/* Image with Zoom on Hover */
.home-about-image {
    max-width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}

.video-inner:hover .home-about-image {
    transform: scale(1.05);
}

/*@keyframes glow {
  0%, 100% {
    text-shadow: 0 0 5px #74ebd5, 0 0 10px #3a8dff;
  }
  50% {
    text-shadow: 0 0 20px #74ebd5, 0 0 30px #3a8dff;
  }
}*/

/*.sub-heading {
  font-size: 19pxg;
  color: #d1d5db; 
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  letter-spacing: 0.5px;
  font-family: 'Poppins', sans-serif;
  color:#90c1ce;
}*/

.sub-heading {
    color: #d1d5db;
    font-size: 21px;
    font-weight: 400;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
    letter-spacing: 0.5px;
    color: #7e7f7f;
    text-align: center;
    margin-bottom: 20px;
}

@media (max-width: 479px) {
    .sub-heading {
        font-size: 16px;
        line-height: 1.4;
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.responsive-heading-image {
    display: block;
    margin: -38px auto 0 auto; /* Top | Horizontal | Bottom */
    max-width: 100%;
    height: auto;
}

.responsive-image-about {
    margin-left: 15px;
    margin-bottom: 10px;
}

/* Large screens (desktops) */
@media (min-width: 1200px) {
    .responsive-image-about {
        margin-left: 20px;
        margin-bottom: 15px;
    }
}

/* Medium screens (tablets) */
@media (min-width: 768px) and (max-width: 1199px) {
    .responsive-image-about {
        margin-left: 12px;
        margin-bottom: 12px;
    }
}

/* Small screens (phones) */
@media (max-width: 767px) {
    .responsive-image-about {
        margin-left: 8px;
        margin-bottom: 8px;
    }
}


/* Large screens */
@media (min-width: 1200px) {
    .responsive-heading-image {
        margin-top: -23px;
    }
}

/* Medium screens (tablets) */
@media (min-width: 768px) and (max-width: 1199px) {
    .responsive-heading-image {
        margin-top: -11px;
        width: 94px;
    }
}

/* Small screens (phones) */
@media (max-width: 767px) {
    .responsive-heading-image {
        margin-top: -20px;
    }
}



/*.heading-box{
    padding:48px;
    background-color:#111;
}*/



/*---------------------------- counters section  -----------------------------*/

#wdcmsservices .wdcmstopservice-content .service .wdshare_img.service-icon {
    background-position: -30px -105px;
}

#wdcmsservices .wdcmstopservice-content .service .wdsaving_img.service-icon {
    background-position: -30px -198px;
}

#wdcmsservices .wdcmstopservice-content .service .wdsmart_img.service-icon {
    background-position: -28px -295px;
}

.counter-box {
    display: flex;
    justify-content: center;
    align-items: center;
}


#wdcmsservices {
    float: left;
    width: 100%;
    background-color: #111;
    background-color: #171717;
}

    /*.hb-animate-element.hb-in-viewport.bottom-to-top {
    animation: 1s ease 0s normal none 1 fadeInUp;
    -webkit-animation: 1s ease 0s normal none 1 fadeInUp;
    -moz-animation: 1s ease 0s normal none 1 fadeInUp;
    -o-animation: 1s ease 0s normal none 1 fadeInUp;
    opacity: 1;
}*/


    #wdcmsservices .owl-carousel {
        margin: auto;
    }

.owl-carousel {
    margin: 0 0 2px;
    background: transparent;
    border: medium none;
    position: relative;
    direction: ltr !important;
    overflow: hidden;
    z-index: 1;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel {
    margin: 0 0 2px;
    background: transparent;
    border: medium none;
    position: relative;
    direction: ltr !important;
    overflow: hidden;
    z-index: 1;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
        /*padding-left: 92px;*/
        padding-left: 55px;
    }

    .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
    }

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
    }

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

#wdcmsservices .wdcmstopservice-content .owl-item {
    float: left;
    position: relative;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item {
    float: left;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item {
    float: left;
}

#wdcmsservices .wdcmstopservice-content .service {
    padding: 10px 0;
    text-align: center;
}

#wdcmsservices .service .service-icon-background {
    display: inline-block;
    float: none;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    /*background-color:#111;*/
}

#wdcmsservices .wdcmstopservice-content .service {
    padding: 10px 0;
    text-align: center;
    border: 1px solid;
}

    #wdcmsservices .wdcmstopservice-content .service .wdsupport_img.service-icon {
        background-position: -30px -10px;
    }

    #wdcmsservices .wdcmstopservice-content .service .service-icon {
        float: left;
        height: 65px;
        width: 65px;
        transition: all 400ms ease-in-out 0s;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        background: url(../images/index-images/counter-image.png) repeat scroll -30px -10px;
    }

#wdcmsservices .service .service-content {
    cursor: pointer;
    display: inline-block;
    float: none;
    padding: 15px 0 15px 0;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

    #wdcmsservices .service .service-content .service-title {
        color: #fff;
        font: 400 18px/20px "Oswald", Helvetica, sans-serif;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

#wdcmsservices .wdcmstopservice-content .service .service-desc {
    color: #fff;
    font: 400 14px/20px "Raleway", Helvetica, sans-serif;
    width: auto;
}

@media (min-width: 992px) {
    #wdcmsservices .wdcmstopservice-content .owl-item::after {
        border-right: 1px solid rgba(255, 255, 255, .1);
        bottom: 0;
        content: "";
        height: 100px;
        left: auto;
        position: absolute;
        right: 0;
        top: 0;
        margin: auto;
    }
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
    #wdcmsservices {
        padding: 40px 20px;
    }

        #wdcmsservices .wdcmstopservice-content .service {
            padding: 15px 0;
            text-align: center;
        }

        #wdcmsservices .service .service-content .service-title {
            font-size: 16px;
            line-height: 18px;
        }

        #wdcmsservices .wdcmstopservice-content .service .service-desc {
            font-size: 13px;
            line-height: 18px;
        }

        #wdcmsservices .wdcmstopservice-content .service .service-icon {
            margin: 0 auto 10px auto;
            float: none;
        }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    #wdcmsservices {
        padding: 50px 30px;
    }

        #wdcmsservices .service .service-content .service-title {
            font-size: 17px;
        }

        #wdcmsservices .wdcmstopservice-content .service .service-icon {
            margin: 0 auto;
            float: none;
        }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    #wdcmsservices {
        padding: 60px 40px;
    }

        #wdcmsservices .service .service-content .service-title {
            font-size: 18px;
        }

        #wdcmsservices .wdcmstopservice-content .service .service-icon {
            float: none;
            display: block;
            margin: 0 auto;
        }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    #wdcmsservices {
        padding: 70px 50px;
    }

        #wdcmsservices .service .service-content {
            width: 100%;
        }
}

/* Extra large devices (1200px and up) */
/*@media (min-width: 1200px) {
    #wdcmsservices {
        padding: 80px;
    }
}*/

.service-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

    .service-grid .service {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }

/* Optional: Add padding between items */
@media (min-width: 576px) {
    .service-grid .service {
        width: calc(50% - 20px);
    }
}

@media (min-width: 768px) {
    .service-grid .service {
        width: calc(33.33% - 20px);
    }
}

@media (min-width: 992px) {
    .service-grid .service {
        width: calc(25% - 20px);
    }
}



/*------------------------------   Products  ----------------------------*/

/*.product-padding{
    padding-top:50px;
}*/
/*.Products {
    background-image: url('../images/ControlledGlare1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}*/

.box.webdigifyblog {
    float: right;
    position: relative;
    width: 100%;
    margin: 0px 0 80px;
    text-align: center;
}

.box.webdigifyblog {
    margin-bottom: 40px;
}


.box {
    margin-bottom: 0;
}

#content .box .box-heading {
    font-size: 36px;
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
    line-height: 40px;
    text-align: center;
    color: black;
    letter-spacing: 0;
    padding: 0 0 44px;
    margin: 0 auto 25px;
    font-family: "Oswald",Helvetica,sans-serif;
    width: 100%;
    float: left;
    /*background: url(../image/webdigify/title-pattern.png) no-repeat center bottom;*/
}

.box.webdigifyblog .box-heading {
    float: none;
    padding: 0;
    text-align: left;
    width: 100%;
    font-size: 24px;
    border-radius: 0;
    margin: 0;
    padding: 0 0 15px 0;
}

/*.box-heading {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    color: #fff;
}*/

#content .box.webdigifyblog .box-content {
    padding: 0;
}

#content .box .box-content, .related_prd .box-content {
    border: none;
    padding: 0;
    clear: both;
    margin: 0 -15px;
    position: relative;
}

#content #blog-carousel, #content #blog-grid {
    padding: 0px;
    border: none;
    overflow: visible;
    float: left;
    width: 100%;
}

.owl-carousel {
    margin: 0 0 2px;
    background: transparent;
    border: medium none;
    position: relative;
    direction: ltr !important;
    overflow: hidden;
    z-index: 1;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel {
    margin: 0 0 2px;
    background: transparent;
    border: medium none;
    position: relative;
    direction: ltr !important;
    overflow: hidden;
    z-index: 1;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.blog_default_width {
    width: 240px;
}

#content .box.webdigifyblog .box-content {
    padding: 0;
}

#content .box .box-content, .related_prd .box-content {
    border: none;
    padding: 0;
    clear: both;
    margin: 0 -15px;
    position: relative;
}

.image-border {
    border: 1px solid black !important;
}

.blog-right {
    bottom: 15px;
    left: auto;
    position: absolute;
    right: 15px;
    text-align: left;
    top: auto;
    z-index: 1;
    width: 60%;
    background: #171717 none repeat scroll 0 0;
    margin: 0;
    padding: 20px;
    padding-bottom: 16px;
}

.webdigifyblog .view-blog {
    float: left;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
}

.view-blog {
    float: left;
    width: 100%;
    text-align: left;
    margin: 0;
}

.blog-right h4 a {
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    width: 100%;
    overflow: hidden;
    color: #ffffff;
    font-weight: 400;
    font-family: "Oswald",Helvetica,sans-serif;
    float: none;
    width: auto;
    display: inline;
    vertical-align: top;
    letter-spacing: 1px;
}

.blog-right h4 {
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 0 0 10px;
}

.blog-desc {
    line-height: 20px;
    display: block;
    color: #ccc;
    margin: 0px;
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: "Raleway",Helvetica,sans-serif;
    margin: 0 0 10px;
}

.box.webdigifyblog .read-more {
    display: inline-block;
    vertical-align: top;
}

.read-more a {
    text-transform: capitalize;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font: 500 13px/18px "Raleway",Helvetica,sans-serif;
    overflow: hidden;
    z-index: 1;
    color: #ccc;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    background: transparent;
    letter-spacing: 1px;
}

.fa {
    font-size: 14px;
}

.read-more a::after {
    content: "\E409";
    font-family: material icons;
    vertical-align: middle;
}




.box.webdigifyblog .box-heading {
    float: none;
    padding: 0;
    text-align: left;
    width: 100%;
    font-size: 24px;
    border-radius: 0;
    margin: 0;
    padding: 0 0 15px 0;
    /*display: contents;
    color: #e5f6fd;*/
    animation: glow 2.5s infinite alternate, fadeSlideIn 1s ease forwards;
}

#content .box .box-heading, .box.related_prd .box-heading, .wd_category_feature .box-heading, #wdcmsparallax .box-heading, #wdcmstestimonial .box-heading, #wdcmsgallery .box-heading {
    font-size: 36px;
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
    line-height: 40px;
    text-align: center;
    color: #fff;
    letter-spacing: 0;
    padding: 0 0 44px;
    margin: 0 auto 25px;
    font-family: "Oswald",Helvetica,sans-serif;
    width: 100%;
    float: left;
    background: url(../images/index-images/heading-design.png) no-repeat center bottom;
}

/*.box-heading {
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 24px;
    color: #fff;
    animation: glow 2.5s infinite alternate, fadeSlideIn 1s ease forwards;
}*/

/* Default (Desktop First) */
.box-heading {
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    color: #000;
    animation: glow 2.5s infinite alternate, fadeSlideIn 1s ease forwards;
    margin: 20px;
    text-align: center;
}

/* Large screens (Desktops 1200px and above) */
@media (min-width: 1200px) {
    .box-heading {
        font-size: 40px;
        line-height: 54px;
        padding: 0px;
        margin: 0px;
    }
}

/* Medium screens (Tablets and small desktops) */
@media (max-width: 1199px) and (min-width: 768px) {
    .box-heading {
        font-size: 32px;
        line-height: 42px;
    }
}

/* Small screens (Large phones to small tablets) */
@media (max-width: 767px) and (min-width: 480px) {
    .box-heading {
        font-size: 26px;
        line-height: 36px;
    }
}

/* Extra small screens (Mobile phones) */
@media (max-width: 479px) {
    .box-heading {
        font-size: 22px;
        line-height: 30px;
        margin: 10px;
    }
}


#content #blog-carousel .product-block, #blog-grid .product-block {
    padding: 5px 15px 5px;
}

#content .product-carousel .product-block, #content .product-grid .product-block, #content .box-product .product-block {
    margin: 0;
    padding: 5px 15px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    clear: both;
    overflow: hidden;
}

#blog-carousel .product-block, #blog-grid .product-block {
    padding: 10px 15px 15px;
}

.blog-left {
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0 0 50px;
    width: 80%;
    border: 10px solid #232323;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


    .blog-left:hover {
        border: 1px solid #90c1ce;
        box-shadow: 0 0 15px /*#3a8dff*/ #90c1ce;
    }



.blog-image {
    position: relative;
    overflow: hidden;
}

.blog-left .blog-image img {
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
}

.post-image-hover {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    width: 100%;
}

.post-image-hover {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    width: 100%;
}

    .post-image-hover::before {
        background-color: rgba(0, 0, 0, 0.4);
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        position: absolute;
        top: 0;
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
        -moz-transition: opacity 0.35s ease 0s, -moz-transform 0.35s ease 0s;
        -ms-transition: opacity 0.35s ease 0s, -ms-transform 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s, -o-transform 0.35s ease 0s;
        width: 100%;
    }

/*.blog-right {
    bottom: 15px;
    left: auto;
    position: absolute;
    right: 15px;
    text-align: left;
    top: auto;
    z-index: 1;
    width: 60%;
    background: #171717 none repeat scroll 0 0;
    margin: 0;
    padding: 20px;
    padding-bottom: 16px;
}*/

.blog-right-padding {
    bottom: 15px;
}

.blog-right {
    bottom: -10px;
    left: auto;
    position: absolute;
    right: 23px;
    text-align: left;
    top: auto;
    z-index: 1;
    width: 60%;
    background: #171717 none repeat scroll 0 0;
    margin: 1px;
    padding: 20px;
    padding-bottom: 16px;
}

.box.webdigifyblog {
    float: right;
    position: relative;
    width: 100%;
    margin: 0px 0 80px;
    text-align: center;
}

.box.webdigifyblog {
    margin-bottom: 0px;
}

/*--------------------------  Client  -----------------------------*/


.sectionbgcolor {
    background-color: #e8eff3;
}


/*.banners-slider-carousel {
    padding: 0;
    width: 100%;
    float: left;
}*/

#content #carousel-0 .box-content {
    margin: 0 0 80px 0;
    position: relative;
}

.banners-slider-carousel .customNavigation {
    display: none;
}

.customNavigation {
    position: absolute;
    right: 0;
    bottom: auto;
    left: 0;
    float: left;
    z-index: 2;
    margin: auto;
    top: 35%;
    width: 100%;
    clear: both;
    opacity: 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

@media (max-width: 1549px) {
    .customNavigation a.prev, .owl-buttons a.prev {
        left: 0px;
    }
}

.customNavigation a.prev, .owl-buttons a.prev {
    right: auto;
    left: -60px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.customNavigation a {
    width: 60px;
    height: 60px;
    font-size: 0;
    text-align: center;
    position: absolute;
    padding: 0px;
    background: #232323;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
}

.fa {
    font-size: 14px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1549px) {
    .customNavigation a.next, .owl-buttons a.next {
        right: 0px;
    }
}

.customNavigation a.next, .owl-buttons a.next {
    left: auto;
    right: -60px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.customNavigation a {
    width: 60px;
    height: 60px;
    font-size: 0;
    text-align: center;
    position: absolute;
    padding: 0px;
    background: #232323;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
}

.fa {
    font-size: 14px;
}

.banners-slider-carousel .product-carousel {
    margin: 0 auto;
    padding: 0;
}

.product-carousel {
    display: none;
    opacity: 1 !important;
    position: relative;
    width: 100%;
    touch-action: pan-y;
    overflow: hidden;
}

.banners-slider-carousel .product-carousel .slider-wrapper-outer {
    padding: 0;
}

.product-carousel .slider-wrapper-outer {
    position: relative;
    float: left;
}

.product-carousel .slider-wrapper {
    display: none;
    position: relative;
    transform: translate3d(0px, 0px, 0px);
}

.product-carousel .slider-item {
    float: left;
    text-align: center;
}

#content .banners-slider-carousel .product-block {
    overflow: visible;
    padding: 0;
    cursor: pointer;
    background: transparent;
}

#content .product-carousel .product-block, #content .product-grid .product-block, #content .box-product .product-block {
    margin: 0;
    padding: 5px 15px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    clear: both;
    overflow: hidden;
}

#content .banners-slider-carousel .product-block .product-block-inner {
    background: transparent;
    padding: 0;
}

#content .banners-slider-carousel .product-carousel .product-block-inner, #content .banners-slider-carousel .product-grid .product-block-inner {
    text-align: center;
}

#carousel-0 .product-block:hover .product-block-inner, #carousel-0 .product-block .product-block-inner {
    border: none !important;
}

.product-block-inner {
    position: relative;
    float: left;
    width: 100%;
    transition: all 0.5s ease;
    padding: 0 0 30px;
}

#content .banners-slider-carousel .product-block .product-block-inner a .img-responsive {
    display: inline-block;
}

.banners-slider-carousel .product-block .product-block-inner img {
    opacity: .6;
    -moz-opacity: .6;
    -khtml-opacity: .6;
    -webkit-opacity: .6;
}

.client-border {
    border: 1px solid black;
    padding: 10px;
}


/*-----------------------------------  Testimonial  -----------------------------*/


/*.testimonial-area {
    position: relative;
}

.testimonial-wrapper {
    padding-bottom: 40px;
}

.background-title {
    position: absolute;
    top: 12px;
    left: 0;
}

.testimonial-slider-wrapper {
    border: 2px solid #171717;
    position: relative;
    border-radius: 5px 0 0 0;
}

.testimonial-area .card {
    margin: 20px 27px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 2px #121a1c;
    padding: 20px;
    border: 0;
    background: #121a1c;
    height: 200px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.Testimonials {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


.testimonial-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.Testimonials .card-body {
    padding: 10px;
}

.card i { 
    font-size: 30px;
    color: #fff;
    padding: 10px;
}

.owl-carousel3 .card img {
    border: solid 5px #fff;
    border-radius: 50%;
    width: 100px;
}

.card h5 {
    color: #fff;
    text-align: left;
    margin-left: 10px;
}

    .card h5 span {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 13px;
    }

.card-text {
    text-align: justify;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
}

.testimonial-top .reviewer-image {
    margin-right: 15px;
}

    .testimonial-top .reviewer-image img {
        max-width: 290px;
    }

.testimonial-top .reviewer-info {
    text-align: center;
    padding-top: 10px;
}

.testimonial-top .reviewer-name {
    font-weight: 700;
    font-size: 28px;
    text-transform: capitalize;
    color: #fff;
    padding-top: 8px;
}

.testimonial-top p {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #fff;
}

.gtco-testimonials .owl-nav {
    display: none;
}

.owl-carousel2 {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

   

.categoryimage img {
    border-radius: 50%;
    filter: contrast(0.5);
}

.owl-carousel3 .owl-nav {
    position: absolute;
    left: 0px;
    top: 42%;
    width: 100%;

}

    .owl-carousel3 .owl-nav .owl-next {
        right: 2px;
        float: right;
    }

@media (max-width: 767px) {
    .testimonial-area .card {
        height: auto;
    }
}*/

/********************testimonial***************************************/

#wdcmsclient {
    position: relative;
    width: 100%;
    padding: 0px 0px 40px 0px;
}

    #wdcmsclient .Client-block {
        padding: 70px 120px 52px;
        float: left;
        width: 100%;
        text-align: center;
        border: 8px solid #000000d4;
    }

        #wdcmsclient .Client-block .client-img {
            border-right: 1px solid #333;
            position: relative;
        }

@media (min-width:992px) {
    /*#wdcmsclient .Client-block .client-img::after {
        bottom: 0;
        content: "\e244";
        left: auto;
        margin: auto;
        position: absolute;
        right: -15px;
        top: 0;
        font-family: material icons;
        font-size: 25px;
        transform: rotateZ(180deg);
        height: 20px;
        width: 20px;
        color: #ffc000;
    }*/

    #wdcmsclient .Client-block .client-img::before {
        border: 1px solid #333;
        border-radius: 50px;
        bottom: 0;
        content: "";
        height: 50px;
        left: auto;
        margin: auto;
        position: absolute;
        right: -27px;
        top: 0;
        width: 50px;
        background: #232323;
        margin: auto;
    }
}

#wdcmsclient .Client-block .client-img .image {
    float: left;
}

#wdcmsclient .Client-block .client-img .client-user {
    float: right;
    text-align: left;
    margin: 35px 40px 35px 0;
}

#wdcmsclient .client-content {
    text-align: left;
    padding: 0px 0 15px 33px;
    border-radius: 0px 10px 10px 0%;
}

#wdcmsclient .Client-block .client-img img {
    border: 5px solid #121a1c;
    border-radius: 50%;
    max-width: 100%;
    height: 110px;
    width: 110px;
}

#wdcmsclient .Client-block .client-img .client-user .client-usertitle {
    color: #000000d4;
    text-transform: capitalize;
    padding: 0 0 5px;
}

#wdcmsclient .Client-block .client-content .client-desc {
    color: #000000d4;
    margin: 0 0 30px;
}

#wdcmsclient .Client-block .client-img .client-user .client-subtitle {
    color: #fff;
    text-transform: capitalize;
}

#wdcmsclient .owl-pagination {
    float: left;
    text-align: center;
    width: 100%;
    margin: 0 auto 0;
    z-index: 99;
    padding: 6px 0 6px;
}

#wdcmsclient .owl-dots .owl-dot {
    display: inline-block;
    height: 12px;
    width: 12px;
    background: #d7d7d7;
    border-color: #d7d7d7;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -khtml-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    border: 1px solid #fff;
    vertical-align: middle;
    margin: 0 8px 0 0;
    cursor: pointer;
    border-radius: 50px;
}

#wdclient-carousel .owl-numbers {
    display: none;
}

#wdcmsclient .owl-dots .owl-dot.active {
    height: 15px;
    width: 15px;
    background: #ffc000;
    border: 1px solid #ffc000;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -khtml-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    border-radius: 50px;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}

#wdcmsclient .owl-dots .owl-dot:hover {
    background: #ffc000;
    border: 1px solid #ffc000;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}

#wdcmsclient .wdcmsclient .owl-buttons {
    display: none;
}

#wdcmsclient .owl-pagination .owl-page {
    display: inline-block;
    height: 12px;
    width: 12px;
    background: #d7d7d7;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -khtml-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    border: 1px solid #fff;
    vertical-align: middle;
    margin: 0 8px 0 0;
    cursor: pointer;
    border-radius: 50px;
}

#wdclient-carousel .owl-numbers {
    display: none;
}

#wdcmsclient .owl-pagination .owl-page.active {
    height: 15px;
    width: 15px;
    background: #ffc000;
    border: 1px solid #ffc000;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -khtml-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    border-radius: 50px;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}

#wdcmsclient .owl-pagination .owl-page:hover {
    background: #ffa95d;
    border: 1px solid #ffa95d;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}

@media (max-width:1250px) {
    #wdcmsclient .Client-block {
        padding: 70px 70px;
    }

    #wdcmsclient .client-content {
        padding: 30px 0 30px 50px;
    }
}

@media(max-width:1200px) {
    #wdcmsclient {
        padding: 0 30px;
    }
}

@media (max-width:1199px) {
    #wdcmsclient {
        margin: 0 0 50px;
    }

        #wdcmsclient .Client-block {
            padding: 50px 30px 40px;
        }

        #wdcmsclient .client-content {
            padding: 10px 0 10px 50px;
        }

        #wdcmsclient .Client-block .client-img {
            text-align: center;
        }

            #wdcmsclient .Client-block .client-img .image {
                display: inline-block;
                float: left;
                vertical-align: top;
                width: auto;
            }

            #wdcmsclient .Client-block .client-img .client-user {
                display: inline-block;
                float: none;
                margin: 22px 0 22px 0;
                text-align: center;
                vertical-align: top;
            }

        #wdcmsclient .Client-block .client-content .client-desc {
            font: italic 400 13px/20px 'Raleway', helventica, sans-serif;
        }
}

@media (max-width:991px) {
    #wdcmsclient {
        margin: 0 0 50px;
        padding: 0 15px;
    }

        #wdcmsclient .Client-block {
            padding: 30px;
            padding-bottom: 10px;
        }

            #wdcmsclient .Client-block .client-img .image {
                float: none;
            }

            #wdcmsclient .Client-block .client-img {
                width: 100%;
                text-align: center;
                float: left;
            }

            #wdcmsclient .Client-block .client-img {
                margin: 10px 0 0;
                border: none;
            }

        #wdcmsclient .client-content {
            width: 100%;
            text-align: center;
            float: left;
            padding: 15px 15px 0;
        }

        #wdcmsclient .Client-block .client-content .client-usertitle {
            padding: 5px 0 15px 0;
        }

        #wdcmsclient .Client-block .client-img .client-user {
            margin: 15px 0 0;
            width: 100%;
        }
}

@media (max-width:767px) {
    #wdcmsclient {
        margin: 0 0 30px;
        padding: 0;
    }
}

@media (max-width:543px) {
    #wdcmsclient .Client-block {
        padding: 30px 0 0;
        border-width: 5px;
    }

        #wdcmsclient .Client-block .client-content .client-desc {
            line-height: 18px;
        }
}

@media(max-width:320px) {
    #wdcmsclient .Client-block .client-content .client-subtitle {
        font-size: 14px;
        line-height: 16px;
    }
}



/************************************cms banner****************************************/
/*-----------------------------------  Testimonial End  -----------------------------*/


/**Title and Sub-title Start***/
.sec-title.with-border {
    padding-bottom: 10px;
}

.sec-title {
    position: relative;
    margin-bottom: 25px;
    font-weight: 700;
    text-align: center;
}

    .sec-title .upper-text {
        position: relative;
        display: inline-block;
        line-height: 1.5em;
        font-size: 13px;
        color: #7f8a99;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 0.03em;
        margin: 0 0 7px;
    }

    .sec-title h2 {
        position: relative;
        display: block;
        font-size: 40px;
        line-height: 1.20em;
        font-weight: 700;
        margin: 0px;
        /*font: 400 40px/50px "Prata";*/
        color: #000000d4;
        font-family: "Prata", serif;
    }

        .sec-title h2 strong {
            font-weight: 700;
        }

.separator {
    position: absolute;
    left: 0%;
    bottom: -15px;
    display: block;
    width: 170px;
    height: 30px;
    background-image: url('../images/index-images/heading-design.png');
    background-repeat: no-repeat;
}

.separator {
    left: 46%;
    margin-left: -35px;
}

.pricing-section .price-column {
    position: relative;
    margin-bottom: 30px;
}

.sec-title h2 strong {
    font-weight: 700;
    color: #1796b7;
}



@media (max-width : 787px) {
    .sec-title h2 {
        font: 400 18px/40px "Oswald";
    }
}
/**Title and Sub-title Start***/

/**Home Page Category Section  Start***/
.Categoryhmpage {
    /*margin-top: -27px;*/
    border-radius: 30px;
    /*box-shadow: 0px 0px 5px 2px #dddfe0;
    margin-top: -53px;*/
    position: relative;
    /*padding: 20px;*/
    z-index: 1;
}

.categoryblock3 {
    margin-top: 20px;
    margin-bottom: 20px;
}



.owl-carousel2 .owl-nav {
    width: 100%;
    top: 75px;
    position: absolute;
}

    .owl-carousel2 .owl-nav .owl-next {
        right: 2px;
        float: right;
    }

.cat-img a {
    filter: drop-shadow(2px 1px 6px black);
}

.cat-img img:hover {
    transform: scale(1.1);
    transition: 0.5s all ease-in-out;
}

.cat-img img {
    border-radius: 50%;
}

.cat-img {
    padding: 5px;
    border: solid 5px #fff;
    margin: 0px 10px;
    /* border-radius: 50%; */
    background-color: #000;
}

.bgimg1 {
    background-image: url('../images/walnut-colourful-leaf.jpg');
    /*background-image: url('../images/76.jpg');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bgimg2 {
    background-image: url('../images/Illustration9.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cat-img a:hover {
    filter: none;
}

.cat-img i {
    font-size: 20px;
}

.cate-heading {
    padding: 5px;
}

.categorylist {
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    margin: 0px 10px;
}

    .categorylist a {
        color: #000;
    }

@media (max-width : 787px) {
    .CategoryList .owl-prev {
        display: none;
    }

    .categorylist {
        font-size: 7px;
    }

        .CategoryList .owl-next {
            display: none;
        }
}
/**Home Page Category Section  End***/


/**WhyChooseUs Start**/
.pbmit-miconheading-style-8 {
    margin-bottom: 30px;
}

.pbmit-ihbox-style-8, .pbmit-ihbox-style-8 .pbmit-ihbox-contents, .pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper i, .pbmit-ihbox-style-8 .pbmit-icon-type-icon, .pbmit-ihbox-style-8 .pbmit-ihbox-icon::before, .pbmit-ihbox-style-8 .pbmit-ihbox-svg::before, .pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-text, .pbmit-ihbox-style-8 .pbmit-ihbox-icon .pbmit-ihbox-icon-wrapper svg {
    transition: all 0.3s ease-in;
}

.pbmit-icon-wrapper img {
    width: 100%;
    padding: 5px;
    border-radius: 50%;
}

.pbmit-miconheading-style-8 .pbmit-ihbox-style-8 .pbmit-ihbox-box {
    margin-bottom: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pbmit-ihbox-style-8 .pbmit-ihbox-icon, .pbmit-ihbox-style-8 .pbmit-ihbox-svg {
    margin-right: 25px;
    position: relative;
    display: inline-block;
    background-color: #ffc000;
    color: #403226;
    border-radius: 50%;
}

.pbmit-ihbox-style-8 .pbmit-ihbox-box .pbmit-ihbox-icon::before, .pbmit-ihbox-style-8 .pbmit-ihbox-box .pbmit-ihbox-svg::before {
    content: "";
    position: absolute;
    background-color: #bb9a65;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-20px, -20px);
    width: 40px;
    height: 40px;
    opacity: 0;
}

.pbmit-ihbox-style-8:hover .pbmit-ihbox-box .pbmit-ihbox-icon::before, .pbmit-ihbox-style-8:hover .pbmit-ihbox-box .pbmit-ihbox-svg::before {
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
    opacity: 1;
}

.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper, .pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.pbmit-ihbox-style-8:hover .pbmit-ihbox-icon-wrapper i, .pbmit-ihbox-style-8:hover .pbmit-icon-type-icon {
    color: #fff;
}

.pbmit-ihbox-style-8 .pbmit-element-title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: "Prata", serif;
}

.pbmit-ihbox-style-8 .pbmit-heading-desc {
    margin-bottom: 0;
}

.d-flex {
    display: flex !important;
}

.pbmit-ihbox-style-8 .pbmit-ihbox-box {
    align-items: flex-start;
}

.ihbox-one-img-col {
    width: 44%;
}

    .ihbox-one-img-col .ihbox-imgbox {
        text-align: center;
        padding-right: 30px;
    }

        .ihbox-one-img-col .ihbox-imgbox:hover img {
            transform: rotateY(10deg) !important;
            cursor: crosshair;
        }

        .ihbox-one-img-col .ihbox-imgbox img {
            transform: perspective(100px) rotateY(-3deg);
            border-radius: 15px;
            transition: .9s;
        }

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@media (max-width: 1024px) {
    .ihbox-one-left-col, .ihbox-one-img-col, .ihbox-one-right-col {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .ihbox-one-img-col .ihbox-imgbox {
        padding: 15px 35px 15px 0px;
    }
}
/**WhyChooseUs End**/
/**Products Section Start**/
.bgcolorblue {
    background-color: #f3fcff;
}

.bgcolorDark {
    background-color: #121a1c;
}

.custom-item-3 {
    position: relative;
    overflow: hidden;
    border: solid 10px #fff;
}

    .custom-item-3:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000b0;
        opacity: 0.8;
        z-index: 0;
    }

    .custom-item-3 .custom-item-content {
        position: absolute;
        top: 47%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        text-align: center;
        width: 100%;
        padding: 25px;
        line-height: normal;
    }

    .custom-item-3 img:hover {
        transform: scale(1.03,1.03) rotate(.03deg) translateZ(0);
    }

    .custom-item-3 .title-1 {
        font-size: 35px;
        /* font-weight: 600; */
        color: #1796b7;
        font-weight: bold;
    }

        .custom-item-3 .title-1 span {
            color: #ffc000;
        }

    .custom-item-3 .desc-1 {
        font-size: 24px;
        margin-bottom: 15px;
        color: #fff;
    }

    .custom-item-3 .link-custom {
        background: #fff;
        padding: 11px 19px 12px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        text-transform: uppercase;
        display: inline-block;
        border: 2px solid #eae9e9;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translateZ(0);
        color: #fff;
        transition: all .3s ease;
        padding: 20px 48px;
        font-size: 16px;
    }

    .custom-item-3 .link-custom {
        background-color: #1796b7;
        border-color: #1796b7;
    }

        .custom-item-3 .link-custom:hover {
            background: #fff;
            border-color: #fff;
        }

        a, .widget.blog-posts .post-items .post-title h3 a, .footer .footer-col-content li a:hover, .footer .list-footer li a:hover, .widget.blog-posts .owl-controls .owl-prev:hover::before, .widget.blog-posts .owl-controls .owl-next:hover::before, .products .product-item .actions-secondary .action:hover, .toolbar-sorter a:hover, .rd-navbar-static .rd-navbar-collapse a:hover::before, .rd-navbar-static .rd-navbar-collapse a:hover, .rd-navbar-search-toggle, .faq-page #faq-accordion .accordion-trigger span, .products-grid.wishlist a.action.delete:hover, .products-grid.wishlist a.action.edit:hover, .rd-navbar-cart-toggle span, .block-wishlist .actions-secondary .btn-remove:hover, .block-compare .action.delete:hover, .widget.blog-posts .post-items .post-data .post-comments a:hover, .block-posts-list .post-items .post-title h3 a, .block-posts-list .post-items .post-data .create-date a:hover, .block-posts-list .post-items .post-data .post-author a:hover, .block-posts-list .post-items .post-data .post-comments a:hover, .items.methods .action.multicheckout:hover, .item-options .action.multicheckout:hover, .opc-sidebar .items-in-cart .product-item-name, .opc-sidebar .items-in-cart .details-qty, .rd-navbar-cart .block-content > .actions .secondary .primary:hover, .products .product-item .reviews-actions .view:hover, .filter-current--wrapper .filter-actions .action:hover, .custom-item-1 .link-button, .custom-item-3 .link-custom:hover, .minicart-items .product.options .toggle, .secure-payment-page .secure-payment_icons ul a:hover, .owl-controls .owl-prev:hover, .owl-controls .owl-next:hover, .block.discount:hover, .cart-summary .title:hover, .items.methods .action.multicheckout:hover, .item-options .action.multicheckout:hover, .items.methods .action.multicheckout:hover span:after, .item-options .action.multicheckout:hover span:after, .opc-progress-bar .opc-progress-bar-item span, .rd-navbar-cart .block-minicart .empty, .about-us-page ul a:hover, .shipping-delivery-page ul li:before, .owl-controls .owl-prev:before, .owl-controls .owl-next:before, .minicart-wrapper:not(.active) .rd-navbar-cart-toggle .counter.empty, .custom-item-4 .link-custom:hover, .table-comparison .action.towishlist:hover, .catalog-product-view .reviews-actions a:hover, .grid-left-fixed .close, .layout_3 .filter-toggle-full, .custom-item-9 .link-custom:hover, .custom-item-10 .link-custom:hover, .custom-item-16 .link-custom:hover, .layout_3 .block-newsletter .primary.subscribe, .custom-item-27 .item-extra-2 .link-custom:hover {
            color: #000;
            text-decoration: none;
        }

@media (max-width: 767px) {
    .custom-item-3 {
        margin-top: 10px;
    }
}
/**Products Section Start**/

/**Home page counter start**/
.counter-up-area .icon img {
    width: 100%;
    height: 150px;
    border: solid 1px #182857;
    border-bottom: solid 5px #182857;
    /*border-radius: 50%;*/
    background-color: #fff;
}

.counter-up-area.style-1 {
    /*padding: 80px 0;*/
    background-repeat: no-repeat;
    background-position: bottom left;
}

.te-counter-card {
    z-index: 1;
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 60px;
}

    .te-counter-card .te-counter-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        text-align: center;
    }

        .te-counter-card .te-counter-item:before {
            position: absolute;
            content: "";
            height: 100%;
            width: 1px;
            background-color: rgba(255, 255, 255, 0.3);
            right: -30px;
        }

        .te-counter-card .te-counter-item:last-child:before {
            display: none;
        }

.Counter .row {
    margin-right: 0px;
    margin-left: 0px;
}

.te-counter-card .te-counter-item .te-counter-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.te-counter-card .te-counter-item .icon {
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /*background-color: #fff;
            border-radius: 10px;*/
}

    .te-counter-card .te-counter-item .icon img {
        filter: grayscale(100%);
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

        .te-counter-card .te-counter-item .icon img:hover {
            filter: none;
            transform: scale(1.1);
            transition: 0.5s;
        }

.te-counter-card .te-counter-item .te-counter-title .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.te-counter-card .te-counter-item .number {
    /*font-family: "Jost", sans-serif;*/
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -1.92px;
    text-align: center;
    color: #ffffff;
    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;
    margin: 0;
}

.te-counter-card .te-counter-item .number {
    /*font-family: "Jost", sans-serif;*/
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -1.92px;
    text-align: center;
    color: #fff;
    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;
    margin: 0;
}

.te-counter-card .te-counter-item .title {
    margin: 0;
    /*font-family: "Jost", sans-serif;*/
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}

.sectionpading {
    padding: 40px 0;
}

.blackbg {
    background-color: #f2f2f2;
}

.greybg {
    background-color: #181818;
}

@media (max-width: 575px) {
    .te-counter-card {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 50px;
    }
}
/**Home page counter End**/

/*Offer/add Section Start**/
#wdcmsparallax {
    float: left;
    position: relative;
    width: 100%;
    /*margin: 0 0 90px;*/
}

    /*#wdcmsparallax .parallax {
        float: left;
        width: 100%;
        height: 550px;
        background: #121a1a;
    }*/

    #wdcmsparallax .wdoffer-content {
        float: left;
        text-align: center;
        padding: 100px 0px 30px 0px;
    }

        #wdcmsparallax .wdoffer-content .offer-title {
            /*font: italic 400 26px/30px "Raleway", Helvetica, sans-serif;*/
            color: #ccc;
            margin: 0 0 20px;
            text-transform: capitalize;
            float: left;
            width: 100%;
        }

        #wdcmsparallax .wdoffer-content .title {
            font: 698 42px/52px "Prata", Helvetica, sans-serif;
            color: #ffc000;
            text-transform: uppercase;
            /*margin: 0 0 80px;*/
            float: left;
            width: 100%;
            position: relative;
            padding: 0 0 30px;
        }

        /*#wdcmsparallax .wdoffer-content .title::after {
                position: absolute;
                content: "";
                width: 2px;
                background: #fff;
                height: 50px;
                right: 0;
                left: 0;
                top: auto;
                bottom: -50px;
                z-index: 1;
                margin: 0 auto;
            }*/

        #wdcmsparallax .wdoffer-content .subtitle {
            font: 600 35px/40px "Oswald", Helvetica, sans-serif;
            color: #fff;
            text-transform: uppercase;
            margin: 0 0 30px;
            float: left;
            width: 100%;
        }

.button {
    float: left;
    width: 100%;
    text-align: center;
}

    .button a {
        float: none;
        width: auto;
        display: inline-block;
        /*vertical-align: top;*/
        /*font: 500 14px/20px "Raleway", Helvetica, sans-serif;*/
        text-transform: capitalize;
        padding: 10px 20px;
        color: #000;
        background: #ffc000;
        border-radius: 25px;
        position: relative;
        z-index: 1;
        overflow: hidden;
        text-decoration: none;
    }

        .button a::after {
            width: 0%;
            height: 100%;
            top: 0;
            left: 0;
            background: #fff;
            position: absolute;
            content: '';
            z-index: -1;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            border-color: #ffc000;
            border-radius: 25px;
        }

        .button a:hover::after,
        .button a:active::after {
            width: 100%;
            color: #000;
        }

        .button a:hover {
            color: #000;
            border: solid 1px #777;
        }


@media (max-width:1200px) {
    #wdcmsparallax .parallax {
        height: 100%;
    }
}

@media (max-width:1199px) {
    #wdcmsparallax {
        margin: 0 0 50px;
    }

        #wdcmsparallax .wdoffer-content .title {
            font-size: 40px;
            line-height: 42px;
            margin: 0 0 62px;
            padding: 0 0;
        }

        #wdcmsparallax .wdoffer-content .offer-title {
            font-size: 20px;
            line-height: 23px;
        }

        #wdcmsparallax .wdoffer-content .title::after {
            height: 30px;
        }
}

@media (max-width:991px) {
    #wdcmsparallax .wdoffer-content .title {
        font-size: 30px;
        line-height: 32px;
        margin: 0 0 42px;
        padding: 0 0;
    }

    #wdcmsparallax .wdoffer-content .offer-title {
        font-size: 15px;
        line-height: 19px;
        margin: 0 0 15px;
    }

    #wdcmsparallax .wdoffer-content .subtitle {
        font-size: 25px;
        line-height: 30px;
        margin: 0 0 15px;
    }

    #wdcmsparallax .wdoffer-content {
        padding: 40px 0;
    }

        #wdcmsparallax .wdoffer-content .title::after {
            height: 21px;
            bottom: -33px;
        }

        #wdcmsparallax .wdoffer-content .button a {
            padding: 6px 16px;
            font-size: 13px;
            line-height: 20px;
        }
}

@media (max-width:543px) {
    #wdcmsparallax {
        margin: 0 0 30px;
    }

        #wdcmsparallax .wdoffer-content {
            width: 100%;
            margin: 0;
            padding: 30px 0;
        }

            #wdcmsparallax .wdoffer-content .offer-title {
                font-size: 13px;
                line-height: 20px;
                margin: 0 0 10px;
            }

            #wdcmsparallax .wdoffer-content .title {
                font-size: 26px;
                line-height: 22px;
                margin: 0 0 32px;
                padding: 0 0;
            }

        #wdcmsparallax .wdoffer-image {
            width: 100%;
        }

        #wdcmsparallax .wdoffer-content .title::after {
            height: 20px;
            bottom: -28px;
        }

        #wdcmsparallax .wdoffer-content .subtitle {
            font-size: 20px;
            line-height: 25px;
            margin: 0 0 10px;
        }
}

@media (max-width:767px) {
    .button {
        text-align: center !important;
    }
}

/*Offer/add Section End**/

/********************About us Section start ***************************************/




.ttcmsaboutus-content .ttcmsaboutus-img {
    display: flex;
    align-items: center;
    position: relative;
}



.ttcmsaboutus-img .ttcmsaboutus-img1 {
    border: 10px solid #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    overflow: hidden;
}


    .ttcmsaboutus-img .ttcmsaboutus-img1 a, .ttcmsaboutus-img .ttcmsaboutus-img2 a {
        display: block;
        position: relative;
        overflow: hidden;
    }

.ttcmsaboutus-img .ttcmsaboutus-img2 {
    margin: 0 0 0 30px;
    border: 10px solid #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    overflow: hidden;
}

    .ttcmsaboutus-img .ttcmsaboutus-img1 a, .ttcmsaboutus-img .ttcmsaboutus-img2 a {
        display: block;
        position: relative;
        overflow: hidden;
    }

.ttcmsaboutus-img1:hover img, .ttcmsaboutus-img2:hover img {
    transform: scale(1.1);
}

.ttcmsaboutus-img1 img, .ttcmsaboutus-img2 img {
    margin: 0;
    transform: scale(1);
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
}

.ttcmsaboutus-img .ttimg {
    float: left;
    width: auto;
    position: relative;
}



img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}


.ttcmsaboutus-img::after {
    background: #ffc000;
    position: absolute;
    height: 506px;
    width: 253px;
    top: 50%;
    bottom: auto;
    left: 60%;
    right: 0;
    content: "";
    z-index: -1;
    transform: translate(-50%,-50%);
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
}

#ttcmsaboutus .ttcmsaboutus-desc h3 {
    float: left;
    width: auto;
    font: 400 18px/20px var(--secondary-font);
    color: #666;
    border-radius: 5px;
    margin: 0 0 20px;
    width: 100%;
}

#ttcmsaboutus .ttcmsaboutus-desc .tt-title {
    text-align: left;
    margin: 0 0 30px;
    position: relative;
    padding: 0 0 0 20px;
    float: left;
    width: 79%;
    /*color: #fff;*/
    background: none;
}

    #ttcmsaboutus .ttcmsaboutus-desc .tt-title::before {
        position: absolute;
        content: '';
        top: 50%;
        right: auto;
        left: 3px;
        bottom: 0;
        width: 3px;
        height: 80px;
        background-color: #1796b7;
        transform: translateY(-50%);
    }

#ttcmsaboutus .ttcmsaboutus-desc .desc {
    float: left;
    width: 78%;
    color: #666;
    letter-spacing: .5px;
    margin: 0 0 40px;
}

.ttcmsaboutus-desc .about-btn {
    float: left;
    border-radius: 25px;
    clear: both;
    padding: 10px 30px;
    border: solid 1px #777;
}

.owl-carousel3 .owl-nav {
    display: none;
}


@media (max-width: 480px) {
    #ttcmsaboutus .ttcmsaboutus-img .ttcmsaboutus-img2 {
        margin: 0 0 0 15px;
    }
}

@media (max-width: 650px) {
    #ttcmsaboutus .ttcmsaboutus-content {
        width: 100%;
    }

        #ttcmsaboutus .ttcmsaboutus-content .ttcmsaboutus-img {
            width: 100%;
            margin: 0 0 30px;
        }

        #ttcmsaboutus .ttcmsaboutus-content .ttcmsaboutus-desc {
            width: 100%;
        }

    #ttcmsaboutus .ttcmsaboutus-img .ttcmsaboutus-img2 {
        margin: 0 0 0 30px;
        border: 6px solid #fff;
    }
}

@media (min-width: 651px) {
    #ttcmsaboutus .ttcmsaboutus-content {
        display: flex;
        align-items: center;
        width: 100%;
    }

    #ttcmsaboutus .ttcmsaboutus-content {
        display: flex;
        align-items: center;
        width: 100%;
    }
}

@media (max-width : 787px) {
    #ttcmsaboutus .ttcmsaboutus-desc .tt-title {
        font-size: 20px;
    }

    .ttcmsaboutus-img::after {
        background: #ffffff;
        position: absolute;
        height: 506px;
        width: 253px;
        top: 50%;
        bottom: auto;
        left: 60%;
        right: 0;
        content: "";
        z-index: -1;
        transform: translate(-50%,-50%);
        transition: all 400ms ease-in-out;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
    }

    #wdcmsparallax .wdoffer-content .title {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    #ttcmsaboutus .ttcmsaboutus-img .ttcmsaboutus-img1 {
        border: 6px solid #fff;
    }
}

@media (max-width: 1199px) {
    #ttcmsaboutus .ttcmsaboutus-img .ttcmsaboutus-img1 {
        border: 8px solid #fff;
    }
}

@media (max-width: 1499px) {
    #ttcmsaboutus .ttcmsaboutus-desc .tt-title {
        margin: 0 0 35px;
        font-size: 38px;
        line-height: 40px;
    }

    #ttcmsaboutus .ttcmsaboutus-desc h3 {
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 20px;
    }

    #ttcmsaboutus .ttcmsaboutus-desc .desc {
        width: 86%;
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 30px;
    }
}
/********************About us Section End ***************************************/
.Roomlight {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .Roomlight img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /*position: absolute;*/
        top: 0;
        left: 0;
    }

    .Roomlight .overlay {
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
        color: #fff;
        width: 100%;
        z-index: 1;
        height: auto;
        background-color: transparent;
    }

        .Roomlight .overlay .text {
            font-size: 3vw;
            margin-bottom: 3.5vw;
            font-weight: 100;
            font-family: 'Graphie';
        }

    .Roomlight .slider {
        -webkit-appearance: none;
        appearance: none;
        width: 60%;
        height: 7px;
        background: #fff;
        opacity: .7;
        border-radius: 5px;
        outline: none;
        transition: background 0.2s ease-in-out;
    }

    .Roomlight .labels {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0.5vw;
        width: 61%;
        position: absolute;
        bottom: 10%;
        left: 20%;
    }

    .Roomlight .label {
        cursor: pointer;
        font-size: .7vw;
        color: #fff;
        font-weight: 700;
    }

@media only screen and (min-width: 1200px) {
    .align-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: flex;
    }
}

/*****/


/**Inner Heade Page Start****/
.sub_banner_con {
    padding: 145px 0 155px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/slider/slider-1.jpg');
}

    .sub_banner_con::before {
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background-image: linear-gradient(to right, rgb(0 0 0 / 80%), transparent);
    }

    .sub_banner_con h1 {
        font-size: 60px;
        line-height: 66px;
        font-weight: 800;
        margin-bottom: 26px;
        color: #fff;
    }

    .sub_banner_con p {
        margin-bottom: 38px;
    }

.text-size-18 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #b3b3b3;
}

.sub_banner_con .box .arrow {
    font-size: 10px;
    top: -1px;
    margin: 0 15px;
    position: relative;
    display: inline-block;
    color: #fff;
}

.sub_banner_con .box span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    display: inline-block;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.sub_banner_con .box {
    padding: 10px 35px 14px;
    text-align: center;
    border-radius: 35px;
    display: inline-block;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 45%);
    transition: all 0.3s ease-in-out;
}

    .sub_banner_con .box .box_span {
        color: #ffc000;
    }

@media screen and (max-width: 1440px) {
    .sub_banner_con {
        padding: 35px 0;
    }

        .sub_banner_con h1 {
            margin-bottom: 20px;
        }

        .sub_banner_con p {
            margin-bottom: 35px;
        }

        .sub_banner_con .box {
            padding: 9px 25px 13px;
        }
}
/**Inner Heade Page Start****/
/**Aboutus Page Start**/
.text-primary {
    color: #018cb1 !important;
}

.Aboutpage .separator {
    left: 0px;
    margin-left: 0px;
}

.Aboutpage .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    margin-right: 30px;
    margin-left: 30px;
}

    .Aboutpage .row > * {
        flex-shrink: 0;
        max-width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        margin-top: 15px;
    }

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.rounded {
    border-radius: 6px !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.h-100 {
    height: 100% !important;
}

.position-relative {
    position: relative !important;
}

.img-twice::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    background: #1796b7;
    border: 25px solid #ffedb8;
    border-radius: 6px;
    z-index: -1;
}

/****/

.about-img-area {
    display: grid;
    gap: 20px;
    max-width: 645px;
    width: 100%;
    grid-template-columns: 390px 1fr;
    position: relative;
}

    .about-img-area .about-img:first-child {
        grid-row: 1/3;
    }

    .about-img-area .about-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.circle-text-wrap {
    position: absolute;
    width: 160px;
    height: 160px;
    top: 50%;
    right: 167px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 50%;
}

    .circle-text-wrap .circle-text {
        width: 120px;
        height: 120px;
        background-size: 100%;
        background-repeat: no-repeat;
        /*-webkit-animation: textrotate 20s infinite linear;
        animation: textrotate 20s infinite linear;*/
        /*animation: rotateClockwise 17s linear infinite;*/
    }

@keyframes rotateClockwise {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes textrotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Responsive styles */
@media (max-width: 992px) { /* large and small screens approx */
    .circle-text {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 576px) { /* extra small screens */
    .circle-text {
        width: 100px;
        height: 100px;
    }
}


.circle-text-wrap .logo-icon, .circle-text-wrap .circle-text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.about-content .desc {
    margin-bottom: 25px;
}

.about-content .about-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .about-content .about-info .info-left {
        max-width: 190px;
        width: 100%;
    }

.check-list ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .check-list ul li {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #000;
        gap: 9px;
        padding-bottom: 6px;
    }

        .check-list ul li i {
            color: #ffc000;
            line-height: 1;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
        }

.about-content .about-info .info-right {
    max-width: 296px;
    width: 100%;
}

.about-content .about-info .author-area {
    background: #f5f2eb;
    background-blend-mode: luminosity;
    padding: 57px 20px 23px 20px;
    position: relative;
}

    .about-content .about-info .author-area .author-img {
        width: 76px;
        height: 76px;
        border-radius: 50%;
        border: 4px solid #ccc;
        position: absolute;
        top: -36px;
        left: inherit;
    }

    .about-content .about-info .author-area .author-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 5px;
    }

.author-img img {
    border-radius: 50%;
}

.about-content .about-info .author-area .author-info .author-text .author-name {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.444;
    letter-spacing: -0.45px;
    font-weight: bold;
}

.about-content .about-info .author-area .author-info .author-text span {
    display: inline-block;
    color: #232323;
    font-size: 14px;
}

.about-content .about-info .author-area .author-info .signature {
    max-width: 139px;
    width: 100%;
}

.about-content .about-info .author-area::after {
    content: "";
    width: 30px;
    height: 30px;
    background: #fff;
    top: -15px;
    right: -15px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.about-content .desc {
    margin-bottom: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-img-area {
        grid-template-columns: 330px 1fr;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .circle-text-wrap {
        right: 125px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about-content-area {
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .about-content .about-info .author-area {
        margin-top: 60px;
    }

    .about-content .about-info .author-area {
        margin-top: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about-img-area {
        grid-template-columns: 2fr 1fr;
        gap: 15px;
    }
}

@media (max-width: 575px) {
    .circle-text-wrap {
        width: 120px;
        height: 120px;
        right: 21%;
    }

        .circle-text-wrap .circle-text {
            width: 100px;
            height: 100px;
        }
}

/**About us Page End**/

/**Products Page Start***/
.Service-Page {
    background-color: #fff;
    padding: 30px 0 30px;
}

.Service-Page-content {
    margin-right: 30px;
}

    .Service-Page-content .section-title {
        margin-bottom: 30px;
    }

.Service-Page-info-list {
    border-top: 1px solid #000;
    padding-top: 30px;
    margin-bottom: 30px;
}

.Service-Page-info-item {
    margin-bottom: 30px;
}

    .Service-Page-info-item:last-child {
        margin-bottom: 0;
    }

    .Service-Page-info-item h3 {
        position: relative;
        font-size: 20px;
        font-weight: 600;
        text-transform: capitalize;
        padding-left: 30px;
        margin-bottom: 15px;
    }

    .Service-Page-info-item i {
        color: #0b3b85;
    }
    /*.Service-Page-info-item h3:before{
    content: '\f058';
    position: absolute;  
    font-weight: 900;
    font-size: 20px;
    color: #0b3b85;
    display: inline-block;
    line-height: normal;
    top: 1px;
    left: 0;
}*/

    .Service-Page-info-item p {
        margin-bottom: 0;
    }

.Service-Page-images {
    position: relative;
    padding: 0 70px 0 80px;
}

.Service-Page-img-1 figure {
    display: block;
    border-radius: 20px;
    border: solid 5px #ffc000;
}

.productsPage .servicetextwhite {
    color: #fff;
}

.Service-Page-img-1 img {
    width: 100%;
    height: 460px;
    aspect-ratio: 1 / 1.356;
    border-radius: 20px;
    object-fit: cover;
    padding: 10px;
}

.Service-Page-img-2 {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(46%);
    width: 100%;
    max-width: 220px;
    z-index: 1;
}

    .Service-Page-img-2 figure {
        display: block;
        border: 10px solid #fff;
        border-radius: 20px;
        overflow: hidden;
    }

    .Service-Page-img-2 img {
        width: 100%;
        /*aspect-ratio: 1 / 1.2;*/
        object-fit: cover;
    }


.company-timing {
    position: absolute;
    bottom: 40px;
    right: 0;
    background-color: #0b3b85;
    border-radius: 20px;
    width: 100%;
    max-width: 240px;
    padding: 15px;
    margin: 8px 8px 0 0;
}

    .company-timing h3 {
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        margin: 0 35px 15px 0;
    }

    .company-timing ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .company-timing ul li {
            font-size: 16px;
            line-height: normal;
            color: #fff;
            margin-bottom: 15px;
            display: flex;
            justify-content: space-between;
        }

            .company-timing ul li span {
                width: 50%;
                font-weight: 600;
            }

            .company-timing ul li:last-child {
                margin-bottom: 0;
            }

    .company-timing figure {
        position: absolute;
        top: -8px;
        right: -8px;
        border: 8px solid #fff;
        border-radius: 50%;
    }

    .company-timing img {
        max-width: 44px;
    }

.image-anime {
    position: relative;
    overflow: hidden;
}

    .image-anime:hover:after {
        height: 250%;
        transition: all 600ms linear;
        background-color: transparent;
    }

    .image-anime:after {
        content: "";
        position: absolute;
        width: 200%;
        height: 0%;
        left: 50%;
        top: 50%;
        background-color: rgba(255,255,255,.3);
        transform: translate(-50%,-50%) rotate(-45deg);
        z-index: 1;
    }

.Service-Page-content .me-1 {
    width: 50px;
    border: solid 2px;
}

.productsPage .section-header h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}

.productsPage .section-header h5 {
    color: #018eb2;
    text-transform: uppercase;
    font-weight: bold;
}



@media (max-width: 768px) {
    .Service-Page-img-1 img {
        height: auto;
    }

    .Service-Page-images {
        max-width: 100%;
        padding: 0 40px 0 50px;
    }
}
/**Products Page Start***/

/**Contact Us Page Start***/
.sub-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: black;
    font-weight: var(--tj-fw-bold);
    background-color: #fff;
    padding: 6px 8px;
    margin-bottom: 23px;
    -webkit-box-shadow: 0 4px 20px 0 rgb(255 102 32 / 20%);
    box-shadow: 0 4px 20px 0 rgb(255 102 32 / 20%);
}

    .sub-title i {
        color: #ffc000;
        font-size: 16px;
        line-height: 1;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

.section-gap {
    /*padding-top: 120px;
    padding-bottom: 120px;*/
    padding: 40px 0;
}

.contact-item.style-2 {
    padding: 15px;
    border: 1px dashed #dbdbdb;
    text-align: center;
    height: 260px;
}

.tj-contact-section-2 .separator {
    left: 0px;
    margin-left: 0px;
}

.btn {
    display: inline-block;
    padding: 10px 40px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-radius: 100px;
}

.form-block input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    margin: 0 0 12px;
    color: #172b43;
    font-size: 16px;
    outline: 0;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.contact-item.style-2 .contact-icon {
    width: 88px;
    height: 88px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000000;
    border-radius: 50%;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

    .contact-item.style-2 .contact-icon i {
        font-size: 32px;
        color: #ffc000;
    }

.contact-item.style-2 .contact-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .contact-item.style-2 .contact-list li a {
        color: #000;
    }

.contact-item.style-2 .contact-title {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1.25;
    letter-spacing: -0.8px;
}

.contact-item.style-2 p {
    margin-bottom: 0;
    max-width: 100%;
    margin: 0 auto;
}

.sec-heading .sec-title span {
    color: #ffc000;
}

html, body, #mapDiv {
    height: 100%;
    margin: 0;
    padding: 0;
}

.contact-form.style-2 {
    max-width: 100%;
    background-color: #f5f2eb;
    background-blend-mode: luminosity;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    padding: 50px 50px 30px;
}

    .contact-form.style-2 .title {
        text-transform: uppercase;
        margin-bottom: 40px;
    }

    .contact-form.style-2 .form-input {
        margin-bottom: 27px;
        position: relative;
    }

        .contact-form.style-2 .form-input label {
            position: absolute;
            top: 10px;
            left: 0;
            pointer-events: none;
        }

.section-bottom-gap {
    padding: 40px 0;
}

.cta-area .call-btn:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

    .cta-area .call-btn:hover i {
        -webkit-animation: bellshake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97);
        animation: bellshake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97);
    }

.cta-area {
    position: relative;
    overflow: hidden;
}

.sec-heading {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    width: 100%;
    margin-bottom: 40px;
}

.cta-area .sec-heading {
    width: 48%;
    margin: 0;
    padding: 48px 45px 51px 45px;
}

.cta-area::before {
    content: "";
    width: 5px;
    height: 100%;
    background-color: #ffc000;
    position: absolute;
    left: 0;
    top: 0;
}

.cta-area .call-btn {
    font-size: 36px;
    color: #fff;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background-color: #ffc000;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 52.5%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    text-decoration: none;
}

.cta-area .cta-img {
    width: 49.3%;
    min-height: 200px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}

.cta-area .sec-heading .sec-title {
    color: #fff;
    text-align: left;
    font-size: 40px;
}

@media (max-width: 575px) {
    .cta-area .sec-heading .sec-title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .cta-area .sec-heading .sec-title {
        font-size: 30px;
    }

    .contact-item.style-2 {
        height: auto;
            margin: 10px;
    }
}

.cta-area::after {
    content: "";
    width: 5px;
    height: calc(100% + 20px);
    background-color: #ffc000;
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: rotate(-11deg) translateX(-50%);
    -ms-transform: rotate(-11deg) translateX(-50%);
    transform: rotate(-11deg) translateX(-50%);
    margin-left: 28px;
}



@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .cta-area .sec-heading {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        min-height: 165px;
        padding: 30px;
    }

    .cta-area::before {
        height: 5px;
        width: 100%;
    }

    .cta-area .call-btn {
        left: 50%;
    }


    .cta-area .cta-img {
        position: unset;
        width: 100%;
        min-height: 250px;
        background-position: center;
        -webkit-clip-path: polygon(0 34%, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0 34%, 100% 0%, 100% 100%, 0% 100%);
    }

    .cta-area::after {
        width: calc(100% + 20px);
        height: 5px;
        top: 50%;
        left: 0;
        -webkit-transform: rotate(-9deg) translateY(-50%);
        -ms-transform: rotate(-9deg) translateY(-50%);
        transform: rotate(-9deg) translateY(-50%);
        margin-left: -10px;
    }
}

@media (max-width: 768px) {
    .cta-area::after {
        width: calc(100% + 20px);
        height: 5px;
        top: 50%;
        left: 0;
        transform: rotate(-9deg) translateY(-50%);
        margin-left: -10px;
    }
}

@media (max-width: 440px) {
    .cta-area::after {
        transform: rotate(-12deg) translateY(-50%);
    }
}

@media (max-width: 390px) {
    .cta-area::after {
        transform: rotate(-14deg) translateY(-50%);
    }
}

/**Contact Us Page Start***/

/**Projects Page Start***/
.work-item.style-3:last-child {
    margin-bottom: 0;
}

.work-item.style-3 .work-img {
    overflow: hidden;
}

.work-item.style-3 {
    margin-bottom: 20px;
}

    .work-item.style-3 .work-img img {
        width: 100%;
    }

    .work-item.style-3 .work-content {
        background-color: #f5f2eb;
        background-blend-mode: luminosity;
        padding: 20px 30px;
    }

    .work-item.style-3 .categories {
        margin-bottom: 9px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

        .work-item.style-3 .categories a {
            color: black;
            background-color: #fff;
        }

.categories a {
    background-color: rgba(255, 255, 255, 0.15);
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    padding: 5px 7px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    margin-right: 5px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.work-item.style-3 .work-content .work-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.work-item.style-3 .work-content .title {
    /*text-transform: uppercase;*/
    width: calc(100% - 75px);
    margin-bottom: 0;
}

    .work-item.style-3 .work-content .title a {
        display: inline;
        text-decoration: none;
    }

.work-item.style-3 .work-btn {
    border: 1px solid #fff;
    background-color: #fff;
    transform: rotate(-45deg);
    text-decoration: none;
}

    .work-item.style-3 .work-btn i {
        color: #000;
        -webkit-transition: none;
        transition: none;
    }

.work-btn {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid #000;
    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;
    font-size: 22px;
}

    .work-btn i {
        color: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.work-item.style-3:hover .work-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.5s all;
}

/*.work-item.style-3 .work-content .title {
    text-transform: uppercase;
    width: calc(100% - 75px);
    margin-bottom: 0;
}*/

.work-item.style-3:hover .work-btn {
    background-color: #ffc000;
    border-color: #ffc000;
}

.work-item.style-3 .work-btn:hover {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.5s all ease-in-out;
}

.Projects .row {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-wrap: wrap;
    border: solid 1px #777;
    padding: 14px 0px;
}

.row-gap-4 {
    row-gap: 1.5rem !important;
}
/**Projects Page Start***/
#infinite {
    /*background-color: #222;*/
    background-image: url('../images/slider/bg12.png');
    background-repeat: no-repeat;
    height: 100vh;
    min-height: 375px;
    position: relative;
    background-position: center;
    background-size: cover;
}

    #infinite:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000a8;
        opacity: 0.8;
        z-index: 0;
    }
/*@media (min-height: 600px) and (min-width: 1920px) {
  #infinite {
    background-size: cover;
  }
}

@media (min-height: 830px) {
  #infinite {
    background-position: center -210px;
  }
}

@media (min-height: 680px) and (max-height: 829px) {
  #infinite {
    background-position: center -300px;
  }
}

@media (min-height: 500px) and (max-height: 679px) {
  #infinite {
    background-position: center -400px;
  }
}*/

/*@media (max-height: 499px) {
  #infinite {
    background-position: center -450px;
  }
}*/

.tm-hero-text-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: absolute;
}

.tm-hero-text-container-inner {
    margin-top: -90px;
}

.tm-hero-title {
    /*font-size: 3.5rem;
  text-shadow: 2px 2px 2px #333;*/
    display: block;
    font-size: 55px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    /*margin-bottom: 30px;*/
    /*-webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);*/
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: 'Font Awesome 5 Free';
    /*margin-top: 50px;*/
}

.tm-hero-subtitle {
    text-shadow: 2px 2px 2px #333;
    color: #d3cfcf;
}

.tm-intro-next {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
}

@media (max-height: 480px) {
    .tm-hero-text-container-inner {
        margin-top: -40px;
    }

    .tm-intro-next {
        bottom: 20px;
    }
}


.mouse-btn {
    background: #383b3e;
    border-color: #8e8e8e;
}

.mouse-btn {
    margin: 10px auto;
    width: 30px;
    height: 50px;
    border: 3px solid #bbb;
    border-radius: 32px;
    display: flex;
    overflow: clip;
    background: #2d2d2d;
}

.mouse-scroll {
    background: #bdbdbd;
}

.mouse-scroll {
    display: block;
    width: 10px;
    height: 10px;
    background: #bbb;
    border-radius: 50%;
    margin: auto;
    animation: scroll-down-top-right 1.7s infinite cubic-bezier(0.33, 1, 0.68, 1);
}

@keyframes scroll-down-top-right {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }

    30% {
        transform: translateY(0);
        opacity: 1;
    }

    70% {
        transform: translateY(40px);
        opacity: 0.7;
    }

    100% {
        transform: translateY(-20px);
        opacity: 0;
    }
}

.tm-down-arrow-link {
    display: block;
    margin-top: 18%;
}

.tm-down-arrow {
    color: #FFF;
    cursor: pointer;
    background: #357;
    padding: 15px 10px;
    transition: all 0.3s ease;
    border-radius: 30%;
}

.fa-2x {
    font-size: 15px !important;
}

.tm-down-arrow:hover,
.tm-down-arrow:focus {
    color: #FFF;
    background: #37A;
    padding: 17px 13px;
}

@media (max-width: 768px) {
    .tm-hero-title {
        font-size: 30px;
    }
}


/*Animated Text Start*/
.animate {
    font-size: 50px;
    margin: 100px 0 0;
    /*border-bottom: 2px solid #ccc;*/
}

    .animate span {
        display: inline-block;
    }

.repeat {
    display: inline-block;
    font-size: 12px;
    text-transform: none;
    text-decoration: none;
    color: orange;
    padding: 5px 12px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-weight: normal;
    margin: 0 0 0 50px;
    border-radius: 3px;
    position: relative;
    bottom: 15px;
}

    .repeat:hover {
        background: rgba(0, 0, 0, 0.7);
        color: white;
    }

.two span {
    color: #fff;
    opacity: 0;
    transform: translate(200px, -100px) scale(2);
    animation: ballDrop .3s forwards;
}

.animate span:nth-of-type(2) {
    animation-delay: .05s;
}

.animate span:nth-of-type(3) {
    animation-delay: .1s;
}

.animate span:nth-of-type(4) {
    animation-delay: .15s;
}

.animate span:nth-of-type(5) {
    animation-delay: .2s;
}

.animate span:nth-of-type(6) {
    animation-delay: .25s;
}

.animate span:nth-of-type(7) {
    animation-delay: .3s;
}

.animate span:nth-of-type(8) {
    animation-delay: .35s;
}

.animate span:nth-of-type(9) {
    animation-delay: .4s;
}

.animate span:nth-of-type(10) {
    animation-delay: .45s;
}

.animate span:nth-of-type(11) {
    animation-delay: .5s;
}

.animate span:nth-of-type(12) {
    animation-delay: .55s;
}

.animate span:nth-of-type(13) {
    animation-delay: .6s;
}

.animate span:nth-of-type(14) {
    animation-delay: .65s;
}

.animate span:nth-of-type(15) {
    animation-delay: .7s;
}

.animate span:nth-of-type(16) {
    animation-delay: .75s;
}

.animate span:nth-of-type(17) {
    animation-delay: .8s;
}

.animate span:nth-of-type(18) {
    animation-delay: .85s;
}

.animate span:nth-of-type(19) {
    animation-delay: .9s;
}

.animate span:nth-of-type(20) {
    animation-delay: .95s;
}

@keyframes ballDrop {
    60% {
        transform: translate(0, 20px) rotate(-180deg) scale(.5);
    }

    100% {
        transform: translate(0) rotate(0deg) scale(1);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .animate {
        font-size: 30px;
    }
}
/*Animated Text End*/
/**Login Page Start**/
.login-form {
    background-color: #ffffff08;
    margin-left: 0px;
    vertical-align: middle;
    border-radius: 25px 0px 0px 25px;
    overflow-x: auto;
    -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 8px 0px rgb(50 50 50 / 75%);
    margin: 0px;
    padding: 0px;
}

.login-bg {
    margin: 0px;
    padding: 0px;
}

.loginspace {
    margin: 0px 130px;
}

.login .form-horizontal {
    padding: 40px;
}

.login {
    background-image: url('../images/4147510-Whitebg.png');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

    .login .logininput {
        background-color: #eee;
        border: none;
        padding: 14px 60px;
        width: 100%;
        border-radius: 30px;
    }

.login-icon {
    float: left;
    width: 10%;
    padding: 12px 10px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    background: #008eb5;
    border-radius: 50%;
}

    .login-icon i {
        font-size: 20px;
        margin-left: 8px;
    }

.login-bg img {
    width: 100%;
    border-radius: 0px 25px 25px 0px;
    height: 426px;
}

@media (max-width: 768px) {


    .login-bg {
        margin: 0px 16px;
    }

    .login .logininput {
        width: 100%;
    }

    .loginspace {
        margin: 0px 20px;
    }

    .login-icon {
        width: 16%;
    }

    .login-form {
        border-radius: 25px 25px 0px 0px;
        margin: 0px 16px;
    }

    .login-bg img {
        width: 100%;
        border-radius: 0px 0px 25px 25px;
        height: auto;
    }
}
/**Login Page End**/
/**Products Page Start**/
.single-product {
    /*border: solid 1px #777;*/
    margin: 5px;
}



    .single-product img {
        width: 100%;
    }

.product-info {
    padding: 5px;
    background-color: #1796b7;
}

    .product-info h4 {
        color: #fff;
        font-size: 16px;
        line-height: 18px;
        font-size: 16px;
        line-height: 18px;
        font-weight: bold;
        text-transform: uppercase;
    }

.single-product:hover {
    cursor: pointer;
    transition: all 250ms ease;
    transform: scale(1.03);
}

    .single-product:hover .product-info {
        background-color: #000;
        text-decoration: none;
        text-align:;
    }

.productsPage .gallery-section {
    position: relative;
    z-index: 1;
}

.productsPage .title {
    font-size: 38px;
    font-weight: 700;
    color: #2d4a2b;
}

.productsPage .filter {
    text-align: center;
    max-width: 1050px;
    margin: auto;
}

.productsPage .gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 25px auto;
}

/*.productsPage .gallery a {
        display: flex;
    }*/

/*.productsPage .gallery img {
     width: 160px;
    height: 160px;
        object-fit: cover;
        transition: 0.3s ease-in-out;
        border-radius: 5px;
        overflow: hidden;
        margin: 10px 10px;
    }*/

/*.gallery img:hover {
            transform: scale(1.1);
        }*/

.productsPage .sets .hide,
.sets .pophide {
    width: 0%;
    opacity: 0;
}

.productsPage .closeBtn {
    position: absolute;
    font-size: 20px;
    font-weight: 500;
    right: 25px;
    top: 25px;
    color: white;
    transition: 0.5s linear;
    /* padding: 8px 20px; */
    /*border-radius: 25px;*/
    background: #d93337;
    /* outline-offset: -6px; */
    outline: 2px solid #fff;
}

    .productsPage .closeBtn:hover {
        cursor: pointer;
        background: white;
        color: black;
        outline: 2px solid #000;
    }

.productsPage .openDiv {
    width: 100%;
    height: 100vh;
    background: #000000e7;
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0;
    z-index: 9999;
}

.productsPage .imgPreview {
    width: 70%;
    object-fit: scale-down;
    max-height: 40vw;
    height: auto;
}

.productsPage .prevButton,
.nextButton {
    transition: 1s linear;
    padding: 10px 35px;
    font-size: 18px;
    border: none;
    color: white;
    background: #0005;
    border-radius: 2px;
    border: 1px solid white;
    margin: 10px;
}

    .productsPage .prevButton:hover,
    .nextButton:hover {
        background: #fff;
        color: black;
    }

.productsPage .button {
    float: initial;
    display: inline-flex;
    width: 190px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: .8em;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
/* resposive CSS Code */

@media (max-width: 540px) {
    .productsPage.section-padding {
        padding-top: 30px;
    }

    .productsPage.gallery img {
        margin: 8px 6px;
        width: 100%;
    }


    .productsPage.prevButton,
    .nextButton {
        font-size: 18px;
        padding: 6px 20px;
        border-radius: 2px;
        margin: 5px;
    }

    .productsPage.imgPreview {
        width: 90%;
        max-height: 50vh;
        height: auto;
    }
}

@media (max-width: 767px) {
    .productsPage .gallery {
        display: initial;
    }

    .productsPage .title {
        font-size: 25px;
    }

    .productsPage .gallery img {
        padding: 5px;
        width: 100%;
        margin: 0px;
    }

    .productsPage .prevButton,
    .nextButton {
        font-size: 18px;
        padding: 8px 25px;
    }
}

@media (max-width: 991px) {
    .productsPage.section-padding {
        padding-top: 50px;
    }
}

@media max-width: 1199px {
    .productsPage .section-padding {
        padding-top: 70px;
    }
}

.productsPage .card {
    display: flex;
    align-items: center;
    background: #000000;
    height: 260px;
    /*width: 400px;*/
    margin: 0 auto;
    box-shadow: 0px 15px 50px 10px rgb(0 0 0 / 40%);
}

    .productsPage .card:hover {
        background: #017c9b;
        border: solid 1px #1796b7;
    }

.productsPage .left {
    content: "";
    height: 200px;
    width: 200px;
    display: flex;
    align-items: center;
    background-color: #1796b7;
    margin-left: 93px;
    border-radius: 50%;
    position: absolute;
    z-index: 3;
}

    .productsPage .left img {
        margin-left: -88px;
        /*margin-top: 25px;*/
    }

.productsPage .right {
    content: "";
    height: 200px;
    width: 170px;
    background-color: #0e1220;
    z-index: 3;
    margin-left: 200px;
    border-radius: 0px 0px 0px 0px;
}

.productsPage .product-infodet {
    height: 200px;
    z-index: 10;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.productsPage h1 {
    color: #ffc000;
    font-family: "muli";
    font-weight: bold;
    font-size: 17px;
    margin-top: 21px;
    display: inline-block;
}

.productsPage h3 {
    color: #ffffff;
    font-family: "muli";
    margin-top: 84px;
    font-size: 20px;
    font-weight: 500;
}

.openDiv {
    width: 100%;
    height: 100vh;
    background: #000000e7;
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0;
    z-index: 9999;
}

.imgPreview {
    width: 70%;
    object-fit: scale-down;
    max-height: 40vw;
    height: auto;
}

.prevButton,
.nextButton {
    transition: 1s linear;
    padding: 10px 35px;
    font-size: 18px;
    border: none;
    color: white;
    background: #0005;
    border-radius: 2px;
    border: 1px solid white;
    margin: 10px;
    display: none;
}

    .prevButton:hover,
    .nextButton:hover {
        background: #fff;
        color: black;
    }

.closeBtn {
    position: absolute;
    font-size: 20px;
    font-weight: 500;
    right: 25px;
    top: 25px;
    color: white;
    transition: 0.5s linear;
    /* padding: 8px 20px; */
    /* border-radius: 25px; */
    background: #d93337;
    /* outline-offset: -6px; */
    outline: 2px solid #fff;
}

@media (max-width: 540px) {
    .section-padding {
        padding-top: 30px;
    }

    .gallery img {
        margin: 8px 6px;
        width: 100%;
    }


    .prevButton,
    .nextButton {
        font-size: 18px;
        padding: 6px 20px;
        border-radius: 2px;
        margin: 5px;
    }

    .imgPreview {
        width: 90%;
        max-height: 50vh;
        height: auto;
    }
}

@media (max-width: 767px) {
    .gallery {
        display: initial;
    }

    .title {
        font-size: 25px;
    }

    .gallery img {
        margin: 8px 8px;
        width: 100%;
    }

    .prevButton,
    .nextButton {
        font-size: 18px;
        padding: 8px 25px;
    }
}

@media (max-width: 991px) {
    .section-padding {
        padding-top: 50px;
    }
}

@media max-width: 1199px {
    .section-padding {
        padding-top: 70px;
    }
}
/**Products Page End**/
.publicreview {
    font-size: 25px;
    color: #fcba03;
    margin-right: 18px;
    margin-bottom: 30px;
}

.star {
    font-size: 25px;
    margin-right: 18px;
    margin-bottom: 30px;
}
