    /* no gutters */

    .no-gutters {
        margin-right: 0;
        margin-left: 0;
    }

    .no-gutters>.col,
    .no-gutters>[class*="col-"] {
        margin: 0;
        padding-right: 0;
        padding-left: 0;
    }

    /*=====  End of Helper CSS  ======*/
    /*=============================================
=            Default CSS            =
=============================================*/
    /*-- Google Font --*/

    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    html,
    body {
        height: 100%;
    }

    body {
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        line-height: 1.5;
        position: relative;
        overflow-x: hidden;
        color: #202020;
        background-color: #FFFFFF;
    }

    body.no-overflow {
        overflow: hidden;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: 500;
        line-height: 1.23;
        margin-top: 0;
        margin-bottom: 0;
        position: relative;
    }

    h1 {
        font-size: 56px;
    }

    h2 {
        font-size: 48px;
    }

    h3 {
        font-size: 40px;
    }

    h4 {
        font-size: 28px;
    }

    h5 {
        font-size: 24px;
    }

    h6 {
        font-size: 18px;
    }

    p:last-child {
        margin-bottom: 0;
    }

    a {
        line-height: inherit;
        display: inline-block;
        cursor: pointer;
        text-decoration: none;
        color: #ff7900;
    }

    a,
    button,
    img,
    input,
    span {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    *:focus {
        outline: none !important;
    }

    a:focus {
        text-decoration: none;
        color: inherit;
        outline: none;
    }

    a:hover {
        text-decoration: none;
        color: #009f9f;
    }

    button,
    input[type="submit"] {
        cursor: pointer;
    }

    ul {
        margin: 0;
        padding: 0;
        list-style: outside none none;
    }

    /*-- Tab Content & Pane Fix --*/

    select {
        /* padding-right: 15px; */
        /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='black'%3E%E2%96%BE%3C/text%3E%3C/svg%3E"); */
        /* background-repeat: no-repeat; */
        /* background-position: 95% 50%; */
        /* -webkit-appearance: none; */
    }

    /*----------  Sharp border tippyjs theme  ----------*/
    /* If `animateFill: true` (default) */

    .tippy-tooltip.sharpborder__yellow-theme .tippy-backdrop {
        font-weight: 400;
        color: #FFF;
        background-color: #FABC3D;
    }

    /* If `animateFill: false` */

    .tippy-tooltip.sharpborder__yellow-theme {
        font-size: 12px;
        font-weight: 400;
        line-height: 12px;
        padding: 8px 10px;
        white-space: nowrap;
        color: #FFF;
        border-radius: 0;
        background-color: #FABC3D;
    }

    .tippy-popper[x-placement^="bottom"] .tippy-tooltip.sharpborder__yellow-theme .tippy-arrow {
        border-bottom-color: #FABC3D;
    }

    /* If `animateFill: true` (default) */

    .tippy-tooltip.sharpborder__black-theme .tippy-backdrop {
        font-weight: 400;
        color: #FFF;
        background-color: #000000;
    }

    /* If `animateFill: false` */

    .tippy-tooltip.sharpborder__black-theme {
        font-size: 12px;
        font-weight: 400;
        line-height: 12px;
        padding: 8px 10px;
        white-space: nowrap;
        color: #FFF;
        border-radius: 0;
        background-color: #000000;
    }

    .tippy-popper[x-placement^="bottom"] .tippy-tooltip.sharpborder__black-theme .tippy-arrow {
        border-bottom-color: #000000;
    }

    .tippy-popper[x-placement^="top"] .tippy-tooltip.sharpborder__black-theme .tippy-arrow {
        border-top-color: #000000;
    }

    .border {
        border: 1px solid #EDEDED !important;
    }

    .border-top {
        border-top: 1px solid #EDEDED !important;
    }

    .border-right {
        border-right: 1px solid #EDEDED !important;
    }

    .border-bottom {
        border-bottom: 1px solid #EDEDED !important;
    }

    .border-left {
        border-left: 1px solid #EDEDED !important;
    }

    ::-moz-selection {
        color: #FFFFFF;
        background-color: #FABC3D;
    }

    ::selection {
        color: #FFFFFF;
        background-color: #1d1d1d;
    }

    .slick-slide>div>div {
        vertical-align: middle;
    }

    /*=====  End of Default CSS  ======*/
    /*=============================================
=            spacing            =
=============================================*/

    .space__inner--y30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .space__inner--y50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .space__inner--y60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .space__inner--y35 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .space__inner--y40 {
        padding-top: 29px;
        padding-bottom: 41px;
    }

    .space__inner--ry100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .space__inner--ry120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .space__inner--x35 {
        padding-right: 35px;
        padding-left: 35px;
    }

    .space__inner__top--50 {
        padding-top: 50px;
    }

    .space__inner__top--60 {
        padding-top: 60px;
    }

    .space__inner__bottom--30 {
        padding-bottom: 30px;
    }

    .space__inner__bottom--50 {
        padding-bottom: 50px;
    }

    .space__inner__bottom--150 {
        padding-bottom: 150px;
    }

    .space__top--10 {
        margin-top: 10px;
    }

    .space__top--15 {
        margin-top: 15px;
    }

    .space__top--30 {
        margin-top: 30px;
    }

    .space__top--50 {
        margin-top: 50px;
    }

    .space__top--60 {
        margin-top: 60px;
    }

    .space__top--65 {
        margin-top: 65px;
    }

    .space__top--m100 {
        margin-top: 0;
    }

    .space__bottom--10 {
        margin-bottom: 10px;
    }

    .space__bottom--15 {
        margin-bottom: 15px;
    }

    .space__bottom--20 {
        margin-bottom: 20px;
    }

    .space__bottom--25 {
        margin-bottom: 25px;
    }

    .space__bottom--30 {
        margin-bottom: 30px;
    }

    .space__bottom--35 {
        margin-bottom: 35px;
    }

    .space__bottom--40 {
        margin-bottom: 40px;
    }

    .space__bottom--50 {
        margin-bottom: 50px;
    }

    .space__bottom--m5 {
        margin-bottom: -5px;
    }

    .space__bottom--m30 {
        margin-bottom: -30px;
    }

    .space__bottom--m35 {
        margin-bottom: -35px;
    }

    .space__bottom--m40 {
        margin-bottom: -40px;
    }

    .space__bottom--m50 {
        margin-bottom: -50px;
    }

    .space__bottom--50 {
        margin-bottom: 50px;
    }

    .space__bottom--r120 {
        margin-bottom: 0;
    }

    /*=====  End of spacing  ======*/
    /*=============================================
=            Header            =
=============================================*/
    /* header sticky */

    .header-sticky.is-sticky .menu-bar-wrapper {
        position: absolute;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-animation: 0.95s ease-in-out 0s normal none 1 running fadeInTop;
        animation: 0.95s ease-in-out 0s normal none 1 running fadeInTop;
        box-shadow: 0 0 10px #a7a3a3;
        border-radius: 0px;
    }

    .header-sticky.is-sticky .menu-bar-wrapper-inner {
        width: 100%;
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    .header-sticky.is-sticky.mobile-header {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-animation: 0.95s ease-in-out 0s normal none 1 running fadeInTop;
        animation: 0.95s ease-in-out 0s normal none 1 running fadeInTop;
    }

    /* header top */

    .header-top-info {
        font-size: 16px;
        font-weight: 500;
        color: #B9B9B9;
    }

    .header-top-info__link {
        font-weight: 500;
    }

    .header-top-info__link:hover {
        color: #FABC3D;
    }

    .header-top-info__link span {
        font-weight: 600;
        color: #E4E1E1;
    }

    .header-top-info__link span:hover {
        color: #FABC3D;
    }

    /* menubar wrapper */

    .menu-bar-wrapper {
        position: absolute;
        z-index: 9;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        border-radius: 57px;
        padding: 0;
    }

    /* navigation menu */

    .navigation-area {
        position: relative;
        left: 0px;
        top: 0;
        text-align: right;
    }

    .main_ul {
        display: inline-block;
        border-top: 2px dotted #ccc;
        border-bottom: 2px dotted #ccc;
        margin: 42px 0 0;
    }

    .main-nav-menu>ul>li {
        display: inline-block;
    }

    .main-nav-menu>ul>li:last-child {
        margin-right: 0;
    }

    .main-nav-menu>ul>li>a {
        font-size: 18px;
        line-height: 26px;
        position: relative;
        color: #ffffff;
        display: block;
        padding: 8px 14px;
        margin: 0 0 0px;
        border-radius: 0px 35px 35px 0px;
        /* box-shadow: 0px 0px 10px #a3a3a3; */
        text-transform: capitalize;
        font-weight: 500;
    }

    .main-nav-menu>ul>li>a:hover {
    }

    .main-nav-menu>ul>li>a:after {
        position: absolute;
        right: 0;
        top: 9px;
        width: 2px;
        height: 15px;
        content: "";
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .main-nav-menu>ul>li.has-sub-menu {
        position: relative;
    }

    .main-nav-menu>ul>li.has-sub-menu:after {
        font-family: FontAwesome;
        font-size: 17px;
        position: absolute;
        top: 54%;
        right: 0;
        content: "\f107";
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        vertical-align: middle;
        color: #ff9b40;
    }

    .main-nav-menu>ul>li.has-sub-menu:hover>.sub-menu {
        visibility: visible;
        margin-top: 0;
        opacity: 1;
    }

    .main-nav-menu>ul>li.has-sub-menu>.sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        text-align: left;
    }

    .main-nav-menu>ul>li.has-sub-menu>.sub-menu.left {
        right: 0;
    }

    .main-nav-menu>ul>li.has-sub-menu>.sub-menu li.has-sub-menu {
        position: relative;
    }

    .main-nav-menu>ul>li.has-sub-menu>.sub-menu li.has-sub-menu:after {
        font-family: FontAwesome;
        font-size: 15px;
        position: absolute;
        top: 50%;
        right: 15px;
        content: "\f105";
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        vertical-align: middle;
    }

    .main-nav-menu>ul>li.has-sub-menu>.sub-menu li.has-sub-menu>.sub-menu {
        top: 0;
        right: auto;
        left: 100%;
    }

    .main-nav-menu>ul>li.has-sub-menu>.sub-menu li.has-sub-menu>.sub-menu.left {
        right: 100%;
        left: auto;
    }

    .main-nav-menu>ul>li.has-sub-menu>.sub-menu li.has-sub-menu:hover>.sub-menu {
        visibility: visible;
        margin-top: 0;
        opacity: 1;
    }

    .main-nav-menu>ul>li:hover>a {
        color: #ff9d2f;
    }

    .main-nav-menu>ul>li:hover>a:after {}

    /* sub menu */

    .sub-menu {
        position: absolute;
        visibility: hidden;
        width: 169px;
        margin-top: 20px;
        padding: 0px 0 0px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        opacity: 0;
        background-color: #07426b;
    }

    .sub-menu li {
        padding: 0 10px;
    }

    .sub-menu li a {
        font-size: 15px;
        /* width: 100%; */
        padding: 6px 9px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        color: #ffffff;
        border-bottom: 2px dotted #bcbcbc;
    }

    .sub-menu li:last-child a {
        border-bottom: 0px;
    }

    .sub-menu li:hover>a {
        padding-left: 20px;
        /* color: #FABC3D; */
    }

    /* nav search icon */

    .nav-search-icon {
        line-height: 50px;
        width: 50px;
        height: 50px;
        margin-left: 25px;
        padding-left: 20px;
    }

    .nav-search-icon button {
        border: none;
        background: none;
        background-color: #f11136;
        width: 49px;
        height: 49px;
        color: #fff;
        border-radius: 50%;
    }

    .nav-search-icon button:hover {
        color: #ffffff;
        background: #000;
    }

    .top-social {
        position: absolute;
        z-index: 99;
        text-align: center;
        top: 31px;
        right: 144px;
    }

    .top-social a {
        display: block;
        background-color: rgb(255 255 255 / 15%);
        color: #ffffff;
        text-align: center;
        line-height: 33px;
        border-radius: 30px;
        font-size: 16px;
        margin: 0px 0px;
        padding: 3px 7px;
    }

    .top-social a i {
        width: 35px;
        height: 35px;
        background: #e2ab70;
        color: #000;
        line-height: 36px;
        font-size: 18px;
        border-radius: 50%;
    }

    .top-social li a:hover {
        background-color: #E93250;
        color: #fff;
    }

    .sharelist {
        position: absolute;
        right: 20px;
        top: 29px;
        z-index: 99;
    }

    .sharedbtn {
        font-size: 18px;
        background: rgb(255 255 255 / 23%);
        padding: 5px 9px;
        border-radius: 30px;
        cursor: pointer;
        color: #fff;
    }

    .sharedbtn i {
        width: 35px;
        height: 35px;
        background: #e2ab70;
        color: #000;
        line-height: 36px;
        font-size: 18px;
        border-radius: 50%;
        text-align: center;
    }

    .shrd_list {
        position: absolute;
        bottom: -77px;
        width: 143px;
        text-align: center;
        background: #ffffff;
        padding: 8px 5px;
        border-radius: 30px;
        left: -11px;
        opacity: 0;
        visibility: hidden;
        transition: all ease-in-out .8s;
        transform: scale(0);
    }

    .sharelist:hover .shrd_list {
        opacity: 1;
        visibility: visible;
        bottom: -59px;
        transform: scale(1);
    }

    .shrd_list a {
        display: inline-block;
        width: 35px;
        height: 35px;
        background: #e2ab70;
        color: #000000;
        text-align: center;
        border-radius: 50%;
        font-size: 19px;
        line-height: 35px;
    }

    .shrd_list a:hover {
        background: #222;
        color: #e2ab70;
    }

    /*-- Search Form --*/

    .header-search-form {
        position: absolute;
        top: 100%;
        right: 0;
        padding: 0 9px;
        display: none;
        background-color: #FFFFFF;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    }

    .header-search-form form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .header-search-form form input {
        line-height: 24px;
        width: 250px;
        padding: 13px 20px;
        color: #2B2D37;
        border: none;
        background-color: transparent;
    }

    .header-search-form form button {
        line-height: 24px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 13px 15px;
        color: #FFFFFF;
        border: none;
        background-color: #FABC3D;
    }

    .header-search-form form button i {
        font-size: 24px;
        line-height: 24px;
    }

    /* mobile menu */

    .mobile-menu-area {
        padding: 15px 0;
    }

    .mobile-menu-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .mobile-menu-content .social-links {
        padding: 0 15px;
    }

    .mobile-menu-content .mobile-navigation-icon {
        margin-left: 15px;
    }

    /* mobile menu overlay */

    .header-wrapper--shadow {
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    }

    .header-wrapper__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header-wrapper__inner .logo {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .header-wrapper__inner .header-navigation {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .header-wrapper__inner .header-navigation__nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header-wrapper__inner .request-quote-button-wrapper {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    /* offcanvas mobile menu */

    .header-mobile-navigation {
        padding: 20px 0;
    }

    .header-mobile-navigation .mobile-navigation .header-cart-icon a span {
        left: 50%;
    }

    .offcanvas-widget-area {
        margin-top: auto;
        margin-bottom: 35px;
    }

    .off-canvas-contact-widget {
        margin-bottom: 20px;
    }

    .off-canvas-contact-widget .header-contact-info {
        -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    }

    .off-canvas-contact-widget .header-contact-info__list li {
        font-size: 17px;
        display: inline-block;
        margin-right: 25px;
        color: #666;
    }

    .off-canvas-contact-widget .header-contact-info__list li i {
        font-size: 17px;
        margin-right: 5px;
        color: #111;
    }

    .off-canvas-contact-widget .header-contact-info__list li a {
        font-size: 17px;
        font-weight: 400;
        color: #666;
    }

    .off-canvas-contact-widget .header-contact-info__list li a:hover {
        color: #FABC3D;
    }

    .off-canvas-contact-widget .header-contact-info__list li:last-child {
        margin-right: 0;
    }

    .offcanvas-mobile-menu {
        position: fixed;
        z-index: 9999;
        top: 0;
        right: 0;
        width: 400px;
        max-width: 100%;
        height: 100vh;
        padding-left: 60px;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

    .offcanvas-mobile-menu.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .offcanvas-mobile-menu.inactive {
        -webkit-transform: translateX(calc(100% + 60px));
        -ms-transform: translateX(calc(100% + 60px));
        transform: translateX(calc(100% + 60px));
    }

    .offcanvas-menu-close {
        font-size: 30px;
        line-height: 60px;
        position: absolute;
        z-index: 9;
        top: 0;
        left: 0;
        width: 60px;
        height: 60px;
        text-align: center;
        color: #FFF;
        background: #343538;
    }

    .offcanvas-menu-close:hover,
    .offcanvas-menu-close:focus {
        color: #FFFFFF;
    }

    .offcanvas-menu-close i {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    .offcanvas-menu-close:hover i,
    .offcanvas-menu-close:hover .menu-close {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .offcanvas-wrapper {
        overflow: auto;
        height: 100%;
        background-color: #FFFFFF;
        -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
        box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
    }

    .offcanvas-mobile-search-area {
        position: absolute;
        z-index: 9;
        top: 0;
        left: 0;
        width: calc(100% - 60px);
        margin-left: 60px;
        padding: 10px;
        background-color: #E6E6E6;
    }

    .offcanvas-mobile-search-area input {
        font-size: 16px;
        display: block;
        width: 100%;
        padding: 9px 25px;
        color: #222;
        border: none;
        background: #E6E6E6;
    }

    .offcanvas-mobile-search-area button {
        position: absolute;
        top: 50%;
        right: 20px;
        padding: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #AAA;
        border: none;
        background: none;
    }

    .offcanvas-mobile-search-area button i {
        font-size: 18px;
        line-height: 40px;
    }

    .offcanvas-inner-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        padding: 90px 35px 0;
    }

    .offcanvas-navigation {
        margin-bottom: 50px;
    }

    .offcanvas-navigation>ul>li>a {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.2;
        padding: 10px 0;
        color: #111;
    }

    .offcanvas-navigation>ul>li>a:hover {
        color: #FABC3D;
    }

    .offcanvas-navigation ul.sub-menu-mobile {
        margin-left: 25px;
    }

    .offcanvas-navigation ul.sub-menu-mobile>li>a {
        font-size: 18px;
        font-weight: 400;
        padding: 10px 0;
        color: #111;
    }

    .offcanvas-navigation ul.sub-menu-mobile>li>a:hover {
        color: #FABC3D;
    }

    .offcanvas-navigation ul li.menu-item-has-children {
        position: relative;
        display: block;
    }

    .offcanvas-navigation ul li.menu-item-has-children a {
        display: block;
    }

    .offcanvas-navigation ul li.menu-item-has-children.active>.menu-expand i:before {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    .offcanvas-navigation ul li.menu-item-has-children .menu-expand {
        line-height: 50px;
        position: absolute;
        top: -5px;
        right: auto;
        left: 95%;
        width: 30px;
        height: 50px;
        cursor: pointer;
        text-align: center;
    }

    .offcanvas-navigation ul li.menu-item-has-children .menu-expand i {
        position: relative;
        display: block;
        width: 10px;
        margin-top: 25px;
        -webkit-transition: all 250ms ease-out;
        -o-transition: all 250ms ease-out;
        transition: all 250ms ease-out;
        border-bottom: 1px solid;
    }

    .offcanvas-navigation ul li.menu-item-has-children .menu-expand i:before {
        position: absolute;
        top: 0;
        display: block;
        width: 100%;
        content: "";
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        border-bottom: 1px solid;
    }

    .off-canvas-widget-social a {
        font-size: 20px;
        margin: 0 10px;
    }

    .off-canvas-widget-social a:first-child {
        margin-left: 0;
    }

    .off-canvas-widget-social a:hover {
        color: #FABC3D;
    }

    /* offcanvas settings */

    .offcanvas-settings .offcanvas-navigation>ul>li>a {
        font-size: 12px;
        font-weight: 400;
        padding: 5px 0;
    }

    .offcanvas-settings .offcanvas-navigation>ul>li.menu-item-has-children .menu-expand {
        top: -15px;
        height: 30px;
        margin-top: 0;
    }

    .offcanvas-settings .offcanvas-navigation ul.sub-menu-mobile>li>a {
        padding: 5px 0;
    }

    /* mobile menu trigger */

    .mobile-menu-trigger-wrapper {
        display: block;
        width: 26px;
        height: 20px;
        margin-left: auto;
        cursor: pointer;
    }

    .mobile-menu-trigger {
        position: relative;
        display: block;
        width: 26px;
        height: 2px;
        background-color: #FFFFFF;
    }

    .mobile-menu-trigger:before,
    .mobile-menu-trigger:after {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #FFFFFF;
    }

    .mobile-menu-trigger:before {
        bottom: -8px;
    }

    .mobile-menu-trigger:after {
        bottom: -16px;
    }

    /* menu close */

    .menu-close {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        background-color: transparent;
    }

    .menu-close:before,
    .menu-close:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 26px;
        height: 2px;
        content: "";
        background-color: #FFFFFF;
    }

    .menu-close:before {
        -webkit-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
    }

    .menu-close:after {
        -webkit-transform: translateX(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
        transform: translateX(-50%) rotate(-45deg);
    }

    /*=====  End of Header  ======*/
    /*=============================================
=            footer            =
=============================================*/
    /* footer widget */

    .footer-widget__text {
        width: auto;
        max-width: 100%;
        color: #000;
        font-size: 15px;
        margin-top: 14px;
    }

    .footer-widget__title {
        font-weight: 700;
        color: #DDD;
    }

    .footer-widget__menu li {
        margin-bottom: 10px;
    }

    .footer-widget__menu li:last-child {
        margin-bottom: 0;
    }

    .footer-widget__menu li a {
        color: #DDD;
        font-size: 17px;
    }

    .footer-widget__menu li a:hover {
        color: #FABC3D;
    }

    .footer-widget .social-icons li {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

    .footer-widget .social-icons li:last-child {
        margin-right: 0;
    }

    .footer-widget .social-icons li a {
        font-size: 20px;
        line-height: 36px;
        display: block;
        width: 39px;
        height: 39px;
        padding: 0 5px;
        text-align: center;
        color: #DDD;
        border: 1px solid;
        border-radius: 50%;
    }

    .footer-widget .social-icons li a:hover {
        background: #ff7900;
    }

    /* footer contact */

    .single-footer-contact {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
    }

    .single-footer-contact:last-child {
        margin-bottom: 0;
    }

    .single-footer-contact__icon {
        -webkit-flex-basis: 20px;
        -ms-flex-preferred-size: 20px;
        flex-basis: 20px;
    }

    .single-footer-contact__icon i {
        color: #DDD;
    }

    .single-footer-contact__text {
        line-height: 1.2;
        -webkit-flex-basis: calc(100% - 20px);
        -ms-flex-preferred-size: calc(100% - 20px);
        flex-basis: calc(100% - 20px);
        margin-left: 15px;
        color: #DDD;
        font-size: 18px;
    }

    /* copyright */

    .copyright-text {
        color: #FAFAFA;
    }

    /*=====  End of footer ======*/
    /*=============================================
=            Sidebar            =
=============================================*/
    /*-- Sidebar --*/

    .sidebar {
        margin-bottom: 50px;
        padding: 30px;
        background-color: #F7F8F9;
    }

    .sidebar.sidebar-two {
        padding: 0;
        background-color: transparent;
    }

    .sidebar:last-child {
        margin-bottom: 0;
    }

    /*-- Sidebar Title --*/

    .sidebar-title {
        font-size: 24px;
        font-weight: 700;
        margin-top: -4px;
        margin-bottom: 30px;
    }

    /*-- Sidebar Search --*/

    .sidebar-search form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border: 1px solid #E5E6E7;
    }

    .sidebar-search form input {
        font-size: 18px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 calc(100% - 40px);
        -ms-flex: 1 0 calc(100% - 40px);
        flex: 1 0 calc(100% - 40px);
        max-width: calc(100% - 40px);
        height: 40px;
        padding: 5px 15px;
        color: #2B2D37;
        border: none;
        background-color: transparent;
    }

    .sidebar-search form button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 40px;
        -ms-flex: 1 0 40px;
        flex: 1 0 40px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 40px;
        height: 40px;
        padding: 0;
        border: none;
        background-color: transparent;
    }

    .sidebar-search form button i {
        font-size: 20px;
    }

    .sidebar-search form button:hover {
        color: #FABC3D;
    }

    /*-- Sidebar List --*/

    .sidebar-list li {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #E5E6E7;
    }

    .sidebar-list li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0 solid transparent;
    }

    .sidebar-list li a {
        font-size: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .sidebar-list li a img {
        width: 25px;
        margin-right: 15px;
    }

    .sidebar-list li a i {
        font-size: 24px;
        margin-right: 15px;
    }

    .sidebar-list li a:hover {
        color: #FABC3D;
    }

    /*-- Sidebar Blog --*/

    .sidebar-blog {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #E5E6E7;
    }

    .sidebar-blog:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .sidebar-blog .image {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 80px;
        -ms-flex: 1 0 80px;
        flex: 1 0 80px;
        max-width: 80px;
    }

    .sidebar-blog .image img {
        width: 100%;
    }

    .sidebar-blog .content {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 calc(100% - 80px);
        -ms-flex: 1 0 calc(100% - 80px);
        flex: 1 0 calc(100% - 80px);
        max-width: calc(100% - 80px);
        padding-left: 15px;
    }

    .sidebar-blog .content h5 {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 5px;
    }

    .sidebar-blog .content h5 a:hover {
        color: #FABC3D;
    }

    .sidebar-blog .content span {
        font-size: 13px;
        line-height: 18px;
        display: block;
    }

    /*-- Sidebar Tags --*/

    .sidebar-tag {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -5px;
    }

    .sidebar-tag li {
        padding: 5px;
    }

    .sidebar-tag li a {
        font-size: 14px;
        display: block;
        padding: 3px 15px;
        border: 1px solid #E5E6E7;
    }

    .sidebar-tag li a:hover {
        color: #FFFFFF;
        border-color: #FABC3D;
        background-color: #FABC3D;
    }

    /*=====  End of Sidebar  ======*/
    /*=============================================
=            container            =
=============================================*/
    /*=====  End of container  ======*/
    /*=============================================
=            Button            =
=============================================*/

    .default-btn {
        font-size: 20px;
        font-weight: 500;
        line-height: 1;
        display: inline-block;
        padding: 9px 10px;
        color: #DC0445;
        border: 1px solid #001f5d;
        background: none;
        background: #fff;
        border-radius: 8px;
    }

    .default-btn--hero-slider {
        font-size: 28px;
        padding: 17px 25px;
    }

    .default-btn:hover {
        color: #fff;
        background: #010146;
    }

    .see-more-link {
        font-size: 18px;
        font-weight: 700;
        line-height: 1;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        text-decoration: underline;
        color: #2B2D37;
    }

    .see-more-link:hover {
        text-decoration: underline;
        color: #FABC3D;
    }

    .see-more-link--color {
        color: #FABC3D;
    }

    .see-more-link--color:hover {
        color: #2B2D37;
    }

    /*=====  End of Button  ======*/
    /*=============================================
=            section title            =
=============================================*/

    .section-title {
        /* width: 525px; */
        max-width: 100%;
        margin-bottom: 0;
        padding-bottom: 25px;
    }

    .section-title__sub {
        font-size: 27px;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 15px;
        color: #00afae;
    }

    .section-title__title {
        font-size: 42px;
        line-height: 1.1;
        color: #202449;
        text-transform: uppercase;
        font-weight: 600;
        display: inline-block;
        margin-bottom: 0;
        padding-bottom: 6px;
    }

    .section-title__title::before,
    .customersatisfactionhead h3::before {
        content: "";
        position: absolute;
        width: 198px;
        height: 2px;
        left: 0px;
        right: 0px;
        margin: auto;
        bottom: 0px;
    }

    .service-title h2.section-title__title::before {}

    /*=====  End of section title  ======*/
    /*=============================================
=            backgrounds            =
=============================================*/

    .background-repeat--x {
        background-repeat: repeat-x;
    }

    .background-repeat--x-bottom {
        background-repeat: repeat-x;
        background-position: bottom;
    }

    .background-color--dark {
        background-color: #2b2d37;
    }

    .background-color--deep-dark {
        background-color: #252730;
    }

    .background-color--dark-overlay {
        background-color: rgb(51 51 51 / 86%);
    }

    .background-color--default {
        background-color: #ffffff;
    }

    .background-color--default-overlay {
        padding: 0;
    }

    .background-color--default-light-overlay {
        background-color: rgba(0, 0, 0, 0.58);
    }

    /*=====  End of backgrounds  ======*/
    /*=============================================
=            scroll top            =
=============================================*/

    .scroll-top {
        font-size: 40px;
        line-height: 24px;
        position: fixed;
        z-index: 999;
        right: 30px;
        bottom: -60px;
        display: block;
        visibility: hidden;
        width: 56px;
        height: 56px;
        padding: 0;
        cursor: pointer;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        text-align: center;
        opacity: 0;
        color: #FFFFFF;
        border: none;
        border-radius: 50%;
        background-color: #ff7900;
        -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
        box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    }

    .scroll-top:hover {
        background-color: #07426c;
    }

    .scroll-top.show {
        bottom: 60px;
        visibility: visible;
        opacity: 1;
    }

    /*=====  End of scroll top  ======*/
    /*=============================================
=            breadcrumb            =
=============================================*/

    .page-breadcrumb {
        position: relative;
        z-index: 1;
        padding: 125px 0 70px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .page-breadcrumb::before {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        opacity: 0.75;
        background-color: #000000;
    }

    /*-- Page Breadcrumb --*/

    .page-breadcrumb-content h1 {
        font-size: 48px;
        font-weight: 600;
        letter-spacing: 0.1px;
        color: #FFFFFF;
    }

    /*-- Page Breadcrumb Links --*/

    .page-breadcrumb-links {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        list-style: none;
    }

    .page-breadcrumb-links li {
        font-weight: 400;
        line-height: 1;
        margin-top: 10px;
        letter-spacing: 0.5px;
        color: #FFFFFF;
    }

    .page-breadcrumb-links li::after {
        margin: 0 6px;
        content: "-";
    }

    .page-breadcrumb-links li:last-child::after {
        display: none;
    }

    .page-breadcrumb-links li a:hover {
        color: #FABC3D;
    }

    /*=====  End of breadcrumb  ======*/
    /*=============================================
=            pagination            =
=============================================*/

    .page-pagination {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: -5px -10px;
    }

    .page-pagination li {
        font-size: 16px;
        line-height: 24px;
        margin: 5px 10px;
        text-align: center;
        color: #2B2D37;
    }

    .page-pagination li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        padding: 10px;
        color: #2B2D37;
        border-radius: 50px;
        background-color: #F8F8F8;
    }

    .page-pagination li a i {
        line-height: 24px;
    }

    .page-pagination li:hover a {
        color: #FABC3D;
        background-color: #2B2D37;
    }

    .page-pagination li.active a {
        color: #FFFFFF;
        background-color: #FABC3D;
    }

    .page-pagination li:first-child a {
        width: auto;
        padding: 10px 20px;
        color: #2B2D37;
    }

    .page-pagination li:first-child a i {
        float: left;
        margin-right: 10px;
    }

    .page-pagination li:first-child a:hover {
        color: #FABC3D;
    }

    .page-pagination li:last-child a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        width: auto;
        padding: 10px 20px;
        color: #2B2D37;
    }

    .page-pagination li:last-child a i {
        float: right;
        margin-left: 10px;
    }

    .page-pagination li:last-child a:hover {
        color: #FABC3D;
    }

    /*=====  End of pagination  ======*/
    /*=============================================
=            hero slider            =
=============================================*/

    .single-hero-slider {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 820px;
    }

    .single-hero-slider--background {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 92vh;
    }

    .single-hero-slider--overlay:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        opacity: 0.6;
        background-color: #000000;
    }

    .single-hero-slider__abs-img {
        position: absolute;
        top: 0;
        right: 0;
        width: 58%;
    }

    .single-hero-slider__abs-img img {
        width: 100%;
    }

    /* hero slick slider */

    .hero-slick-slider-wrapper .slick-active .hero-slider-content>*:nth-child(1) {
        -webkit-animation-name: fadeInBottom;
        animation-name: fadeInBottom;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }

    .hero-slick-slider-wrapper .slick-active .hero-slider-content>*:nth-child(2) {
        -webkit-animation-name: fadeInBottom;
        animation-name: fadeInBottom;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s;
    }

    .hero-slick-slider-wrapper .slick-active .hero-slider-content>*:nth-child(3) {
        -webkit-animation-name: fadeInBottom;
        animation-name: fadeInBottom;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
    }

    .hero-slick-slider-wrapper .slick-arrow {
        font-size: 30px;
        line-height: 50px;
        position: absolute;
        z-index: 2;
        top: calc(50% - 35px);
        visibility: hidden;
        width: 50px;
        height: 50px;
        padding: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0;
        color: #FFFFFF;
        border: none;
        background: none;
        background-color: rgba(255, 255, 255, 0.3);
    }

    .hero-slick-slider-wrapper .slick-arrow.slick-next {
        right: 120px;
    }

    .hero-slick-slider-wrapper .slick-arrow.slick-prev {
        left: 120px;
    }

    .hero-slick-slider-wrapper .slick-dots {
        position: absolute;
        bottom: 30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .hero-slick-slider-wrapper .slick-dots li {
        display: inline-block;
        margin-right: 10px;
    }

    .hero-slick-slider-wrapper .slick-dots li button {
        font-size: 0;
        width: 15px;
        height: 15px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background: none;
        background-color: rgba(255, 255, 255, 0.3);
    }

    .hero-slick-slider-wrapper .slick-dots li.slick-active button {
        background-color: #FFFFFF;
    }

    .hero-slick-slider-wrapper .slick-dots li:hover button {
        background-color: #FFFFFF;
    }

    .hero-slick-slider-wrapper:hover .slick-arrow {
        visibility: visible;
        opacity: 1;
    }

    .hero-slick-slider-wrapper:hover .slick-arrow.slick-next {
        right: 100px;
    }

    .hero-slick-slider-wrapper:hover .slick-arrow.slick-prev {
        left: 100px;
    }

    /* hero slider content */

    .hero-slider-content {
        max-width: 800px;
        width: 100%;
    }

    .hero-slider-content>* {
        -webkit-animation-name: fadeOutTop;
        animation-name: fadeOutTop;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .hero-slider-content__subtitle {
        font-size: 61px;
        line-height: 1.3;
        margin-bottom: 0;
        color: #FCFCFC;
    }

    .hero-slider-content__subtitle--dark {
        color: #D02500;
    }

    .hero-slider-content__title {
        font-size: 45px;
        line-height: 1;
        color: #FCFCFC;
    }

    .hero-slider-content__title--dark {
        color: #2b2d37;
    }

    .hero-slider-content--extra-space {
        margin-top: 0px;
    }

    .hero-area-wrapper .hero-slider-content>* {
        -webkit-animation: none;
        animation: none;
    }

    /*=====  End of hero slider  ======*/
    /*=============================================
=            About            =
=============================================*/

    .about-content__text {
        font-size: 18px;
        line-height: 40px;
        font-weight: 400;
        text-align: justify;
    }

    .aboit_pic {
        position: relative;
        padding: 15px;
        border: 4px solid #d9d9d9;
        background: #fff;
        border-radius: 14px;
    }

    .aboit_pic::before {
        content: "";
        position: absolute;
        width: 200%;
        height: 80%;
        right: 59%;
        top: 297px;
        border: 8px solid #ffcdd5;
        z-index: -1;
    }

    /*=====  End of About  ======*/
    /*=============================================
=            feature            =
=============================================*/
    /* feature content */

    .single-feature {
        /* display: -webkit-box; */
        /* display: -webkit-flex; */
        display: -ms-flexbox;
        /* display: flex; */
    }

    .single-feature__icon {
        display: inline-block;
        /* width: 90px; */
        /* height: 90px; */
        /* border: 5px solid #efefef; */
        border-radius: 50%;
        line-height: 80px;
        margin-bottom: 10px;
        /* box-shadow: 0px 0px 10px #b5b5b5; */
        /* background: linear-gradient(to top, #ffc6d0, white); */
    }

    .single-feature__icon img {
        /* width: 50px; */
    }

    .single-feature__content {
        /* -webkit-flex-basis: calc(100% - 60px); */
        -ms-flex-preferred-size: calc(100% - 60px);
        /* flex-basis: calc(100% - 60px); */
        /* margin-left: 15px; */
    }

    .single-feature__title {
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 600;
        color: #ff7900;
    }

    .single-feature__text {
        width: 100%;
        max-width: 405px;
    }

    .body_bg {
        position: relative;
        overflow-x: hidden;
    }

    .body_bg::before {
        content: "";
        position: absolute;
        background-image: url(../img/bg.jpg);
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: .6;
    }

    /* feature content image */

    .feature-content-image {
        position: relative;
        min-height: 550px;
    }

    .feature-content-image img {
        -webkit-box-shadow: -3px 0 51.84px 2.16px rgba(0, 0, 0, 0.42);
        box-shadow: -3px 0 51.84px 2.16px rgba(0, 0, 0, 0.42);
    }

    .feature-content-image img:nth-child(1) {
        position: absolute;
        z-index: 9;
        top: 0;
        left: 0;
    }

    .feature-content-image img:nth-child(2) {
        position: absolute;
        z-index: -1;
        top: 180px;
        left: 250px;
    }

    /*=====  End of feature  ======*/
    /*=============================================
=            Service            =
=============================================*/

    .service-banner>img {
        display: block;
    }

    .single-service__image a {
        display: block;
    }

    .single-service__image a img {
        width: 100%;
    }

    .single-service__content {
        position: relative;
        font-size: 19px;
        z-index: 99;
        width: 100%;
        bottom: 0;
        margin-top: 10px;
        padding: 15px 0;
        text-transform: uppercase;
        color: #222;
    }

    .single-service__content::before {
        content: "";
        position: absolute;
        width: 31%;
        height: 7px;
        background: #dd9c74;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transition: all ease-in-out .8s;
        z-index: -1;
    }

    .servics_block:hover .single-service__content::before {
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, white, #dd9c74);
    }

    /* service grid item */

    .service-grid-item__image {
        position: relative;
        margin-bottom: 50px;
    }

    .service-grid-item__image .icon {
        line-height: 70px;
        position: absolute;
        bottom: -35px;
        left: 20px;
        width: 70px;
        height: 70px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        text-align: center;
        background-color: #393939;
    }

    .service-grid-item__image .icon i {
        font-size: 40px;
        color: #FFFFFF;
    }

    .service-grid-item__image a {
        display: block;
    }

    .service-grid-item__image a img {
        width: 100%;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transition-duration: 0.6s;
        -o-transition-duration: 0.6s;
        transition-duration: 0.6s;
    }

    .service-grid-item__image-wrapper {
        overflow: hidden;
    }

    .service-grid-item__content .title a {
        font-size: 24px;
        font-weight: 700;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .service-grid-item__content .title a:hover {
        color: #FABC3D;
    }

    .service-grid-item__content .subtitle {
        margin-bottom: 15px;
    }

    .service-grid-item:hover .service-grid-item__image .icon {
        background-color: #FABC3D;
    }

    .service-grid-item:hover .service-grid-item__image img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .service-grid-item:hover .service-grid-item__content .see-more-link {
        color: #FABC3D;
    }

    .service-gallery__wrapper .slick-arrow {
        font-size: 30px;
        line-height: 50px;
        position: absolute;
        z-index: 2;
        top: 50%;
        visibility: hidden;
        width: 50px;
        height: 50px;
        padding: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0;
        color: #FFFFFF;
        border: none;
        background: none;
        background-color: rgba(255, 255, 255, 0.6);
    }

    .service-gallery__wrapper .slick-arrow.slick-next {
        right: 80px;
    }

    .service-gallery__wrapper .slick-arrow.slick-prev {
        left: 80px;
    }

    .service-gallery__wrapper:hover .slick-arrow {
        visibility: visible;
        opacity: 1;
    }

    .service-gallery__wrapper:hover .slick-arrow.slick-next {
        right: 60px;
    }

    .service-gallery__wrapper:hover .slick-arrow.slick-prev {
        left: 60px;
    }

    .service-details h3,
    .service-details h4 {
        font-weight: 700;
    }

    /*=====  End of Service  ======*/
    /*=============================================
=            Fun Fact            =
=============================================*/

    .fun-fact-wrapper-bg {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .fun-fact-content-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 63px 105px 0;
    }

    .single-fun-fact {
        text-align: center;
        padding: 0px 10px 0;
        border-radius: 50%;
        max-width: 25%;
        flex: 0 0 25%;
        position: relative;
    }

    .single-fun-fact::before {
        content: "";
        position: absolute;
        width: 9px;
        height: 139px;
        top: 0;
        z-index: -1;
        left: 0;
        right: 0;
        margin: auto;
    }

    .project_info_list {
        position: relative;
        width: 206px;
        height: 206px;
        border: 9px solid #dbdbdb;
        border-radius: 50%;
        padding: 32px 25px 0;
        background: #fff;
        transition: all ease-in-out .8s;
        top: 0px;
    }

    .project_info_list:hover {
        top: 20px;
    }

    .single-fun-fact__number {
        color: #e82140;
        font-size: 51px;
        margin-bottom: 8px;
    }

    .funfact-wrapper {
        position: relative;
        padding: 0px 0 33px;
    }

    .funfact-wrapper::before {
        content: "";
        position: absolute;
        width: 500px;
        height: 280px;
        background-image: url(../img/aboutright.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        top: 170px;
        opacity: .4;
        z-index: -1;
        right: 0;
        left: 0;
        margin: auto;
    }

    .section-title p {
        font-size: 19px;
    }

    .project_info_list:hover {
        background: #e82140;
    }

    .project_info_list:hover h3,
    .project_info_list:hover h4 {
        color: #fff;
    }

    /*=====  End of Fun Fact  ======*/
    /*=============================================
=            Project            =
=============================================*/

    .single-project-wrapper {
        position: relative;
    }

    .single-project-wrapper:before {
        position: absolute;
        z-index: 3;
        top: auto;
        bottom: 15px;
        left: 35px;
        width: 1px;
        height: 70%;
        content: "";
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        background-color: #FFFFFF;
    }

    .single-project-wrapper:after {
        position: absolute;
        z-index: 3;
        bottom: 42px;
        left: 15px;
        width: 70%;
        height: 1px;
        content: "";
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        background-color: #FFFFFF;
    }

    .single-project-wrapper--reduced-abs:before {
        left: 35px;
    }

    .single-project-wrapper--reduced-abs:after {
        left: 15px;
    }

    .single-project-wrapper--reduced-abs .single-project-item .single-project-title {
        left: 50px;
    }

    .single-project-wrapper:hover .single-project-item:before {
        visibility: visible;
        /* opacity: 0.8; */
    }

    .single-project-wrapper:hover .single-project-item .single-project-title {
        /* bottom: 25%; */
        visibility: visible;
        opacity: 1;
    }

    .single-project-wrapper:hover:before {
        height: 70%;
    }

    .single-project-wrapper:hover:after {
        width: 70%;
    }

    .single-project-item {
        display: block;
        width: 100%;
        height: 100%;
        padding: 30px;
    }

    .single-project-item:before {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        visibility: visible;
        width: 100%;
        height: 100%;
        content: "";
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        /* opacity: 0.8; */
        background: linear-gradient(rgb(255 255 255 / 0%), #333333);
    }

    .single-project-item img {
        width: 100%;
    }

    .single-project-item .single-project-title {
        font-size: 23px;
        font-weight: 500;
        line-height: 1.2;
        position: absolute;
        z-index: 9;
        bottom: 52px;
        left: 80px;
        display: inline-block;
        visibility: visible;
        padding: 0 30px 0 0;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        opacity: 1;
        color: #FFFFFF;
    }

    .project-details {
        padding-left: 30px;
    }

    .project-details h3 {
        font-size: 40px;
        font-weight: 700;
    }

    /*-- Project Information --*/

    .project-information {
        padding: 30px 35px;
        background-color: #2B2D37;
    }

    .project-information h3 {
        font-weight: 700;
        margin-bottom: 20px;
        color: #FFFFFF;
    }

    .project-information h4 {
        color: #FFFFFF;
    }

    .project-information ul li {
        font-size: 18px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        color: #FFFFFF;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .project-information ul li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
    }

    .project-information ul li strong {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 80px;
    }

    .gallery-item {
        position: relative;
    }

    .gallery-item::before {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        opacity: 0;
        background-color: #2B2D37;
    }

    .gallery-item img {
        width: 100%;
    }

    .gallery-item .plus {
        position: absolute;
        z-index: 3;
        top: 50%;
        left: 50%;
        display: block;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        opacity: 0;
    }

    .gallery-item .plus::before,
    .gallery-item .plus::after {
        position: absolute;
        top: 50%;
        left: 50%;
        content: "";
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background-color: #FFFFFF;
    }

    .gallery-item .plus::before {
        width: 150px;
        height: 1px;
    }

    .gallery-item .plus::after {
        width: 1px;
        height: 150px;
    }

    .gallery-item:hover::before {
        opacity: 0.75;
    }

    .gallery-item:hover .plus {
        opacity: 1;
    }

    .gallery-item:hover .plus::before {
        width: 40px;
    }

    .gallery-item:hover .plus::after {
        height: 40px;
    }

    /*=====  End of Project  ======*/
    /*=============================================
=            Blog            =
=============================================*/

    .single-blog-grid__title {
        font-weight: 700;
    }

    .single-blog-grid a {
        display: block;
    }

    .single-blog-grid a img {
        width: 100%;
    }

    .blog-grid-wrapper {
        margin-bottom: -40px;
    }

    .blog-post-slider__single-slide--grid-view {
        margin-bottom: 40px;
    }

    .blog-post-slider__single-slide--grid-view:hover .blog-post-slider__image a:before {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .blog-post-slider__image a {
        position: relative;
        display: block;
        width: 100%;
    }

    .blog-post-slider__image a:hover:before {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .blog-post-slider__image a img {
        width: 100%;
    }

    .blog-post-slider__image a:before {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 100%;
        content: "";
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        background-color: transparent;
    }

    .blog-post-slider__content .post-meta {
        margin-bottom: 15px;
    }

    .blog-post-slider__content .post-date {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 5px;
        letter-spacing: 1px;
        color: #B5B5B5;
    }

    .blog-post-slider__content .post-title {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .blog-post-slider__content .post-title a {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        color: #2B2D37;
    }

    .blog-post-slider__content .post-title a:hover {
        color: #FABC3D;
    }

    .blog-post-slider__content .post-category {
        display: inline-block;
    }

    .blog-post-slider__content .post-category a {
        font-size: 13px;
        font-weight: 700;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        letter-spacing: 1px;
        color: #FABC3D;
    }

    .blog-post-slider__content .post-category a:hover {
        color: #2B2D37;
    }

    /*-- Blog --*/
    /*-- Blog Details --*/

    .blog-details .blog-inner .media {
        margin-bottom: 30px;
    }

    .blog-details .blog-inner .media .image {
        display: block;
    }

    .blog-details .blog-inner .media .image img {
        width: 100%;
    }

    .blog-details .blog-inner .content .meta {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .blog-details .blog-inner .content .meta li {
        font-size: 18px;
        font-weight: 500;
        line-height: 18px;
        margin-bottom: 5px;
        text-transform: capitalize;
    }

    .blog-details .blog-inner .content .meta li::after {
        margin: 0 10px;
        content: "-";
    }

    .blog-details .blog-inner .content .meta li:last-child::after {
        display: none;
    }

    .blog-details .blog-inner .content .meta li a {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .blog-details .blog-inner .content .meta li a:hover {
        color: #FABC3D;
    }

    .blog-details .blog-inner .content .title {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 0;
    }

    .blog-details .blog-inner .content .title a {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .blog-details .blog-inner .content .title a:hover {
        color: #FABC3D;
    }

    .blog-details .blog-inner .content .desc {
        margin-top: 20px;
    }

    .blog-details .blog-inner .content .tags {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .blog-details .blog-inner .content .tags li {
        line-height: 24px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 15px;
    }

    .blog-details .blog-inner .content .tags li::after {
        margin-left: 3px;
        content: ",";
    }

    .blog-details .blog-inner .content .tags li:first-child::after,
    .blog-details .blog-inner .content .tags li:last-child::after {
        display: none;
    }

    .blog-details .blog-inner .content .tags li i {
        font-size: 18px;
        line-height: 24px;
    }

    .blog-details .blog-inner .content .tags li a {
        display: block;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .blog-details .blog-inner .content .tags li a:hover {
        color: #FABC3D;
    }

    .blog-gallery {
        position: relative;
    }

    /*-- Comment Wrap --*/

    .comment-wrapper h3 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 30px;
    }

    /*-- Comment Form --*/

    .comment-form input {
        width: 100%;
        height: 50px;
        padding: 5px 20px;
        border: 1px solid #EEEEEE;
    }

    .comment-form textarea {
        width: 100%;
        height: 120px;
        padding: 10px 20px;
        resize: none;
        border: 1px solid #EEEEEE;
    }

    .comment-form input[type="submit"],
    .comment-form button,
    .comment-form .submit {
        font-weight: 700;
        width: auto;
        height: 50px;
        margin-top: 15px;
        padding: 5px 30px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        text-transform: uppercase;
        color: #FFFFFF;
        border: none;
        background-color: #FABC3D;
    }

    .comment-form input[type="submit"]:hover,
    .comment-form button:hover,
    .comment-form .submit:hover {
        background-color: #2B2D37;
    }

    blockquote.blockquote {
        position: relative;
        z-index: 1;
        overflow: hidden;
        padding: 30px;
        background-color: #F1F2F3;
    }

    blockquote.blockquote::before {
        position: absolute;
        z-index: -1;
        top: -10px;
        left: -5px;
        opacity: 0.07;
    }

    blockquote.blockquote p {
        font-size: 18px;
        font-style: italic;
    }

    blockquote.blockquote .author {
        font-size: 14px;
        line-height: 18px;
        display: block;
    }

    /*=====  End of Blog  ======*/
    /*=============================================
=            Brand Logo            =
=============================================*/

    .single-brand-logo a {
        display: block;
    }

    .single-brand-logo a img {
        margin: 0 auto;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        opacity: 0.25;
    }

    .single-brand-logo a:hover img {
        opacity: 1;
    }

    /*=====  End of Brand Logo  ======*/
    /*=============================================
=            Newsletter            =
=============================================*/

    .newsletter-area-bg {
        background-repeat: no-repeat;
        background-size: cover;
    }

    .newsletter-title {
        font-size: 40px;
        font-weight: 600;
        line-height: 1;
    }

    .newsletter-title span {
        font-size: 35px;
        font-weight: 500;
        display: block;
        color: #d02501;
    }

    .newsletter-form {
        position: relative;
    }

    .newsletter-form input {
        font-size: 20px;
        font-weight: 500;
        width: 100%;
        padding: 20px;
        padding-right: 150px;
        color: #2B2D37;
        border: 1px solid #afabab;
        background-color: #ffffff;
    }

    .newsletter-form input::-webkit-input-placeholder {
        font-weight: 500;
        color: #2B2D37;
    }

    .newsletter-form input::-moz-placeholder {
        font-weight: 500;
        color: #2B2D37;
    }

    .newsletter-form input:-ms-input-placeholder {
        font-weight: 500;
        color: #2B2D37;
    }

    .newsletter-form input::-ms-input-placeholder {
        font-weight: 500;
        color: #2B2D37;
    }

    .newsletter-form input::placeholder {
        font-weight: 500;
        color: #2B2D37;
    }

    .newsletter-form button {
        font-size: 20px;
        font-weight: 700;
        position: absolute;
        top: 1px;
        right: 0;
        padding: 20px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        border: none;
        border-left: transparent;
        background-color: transparent;
        background-color: #d02501;
        color: #fff;
    }

    .newsletter-form button:hover {
        color: #FFFFFF;
        background-color: #2B2D37;
    }

    .newsletter-form .mailchimp-alerts a {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .newsletter-form .mailchimp-alerts a:hover {
        font-weight: 600;
        color: #2B2D37;
    }

    /*=====  End of Newsletter  ======*/
    /*=============================================
=            CTA            =
=============================================*/

    .cts_setion {
        position: relative;
        background-color: #07426c;
        padding: 49px 0;
        background-image: url(../img/customer-satisfaction.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 94vh;
    }

    .cta-area::before,
    .cta-area::after {
        content: "";
        position: absolute;
    }


    .cts_setion .container {
        display: flex;
        align-items: center;
        position: relative;
        height: 100%;
    }

    .cts_setion .container::before {
        content: "";
        position: absolute;
        width: 65%;
        height: 118%;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        z-index: -1;
        border-radius: 218px;
    }

    .cts_setion .container::after {
        content: "";
        position: absolute;
        width: 65%;
        height: 32px;
        left: 0;
        right: 0;
        margin: auto;
        top: 0px;
        /* background-image: url(../img/linesbgwhite.png); */
        opacity: .5;
    }

    .customersatisfactionhead {
        position: relative;
    }

    .customersatisfactionhead h3 {
        text-transform: uppercase;
        margin-bottom: 18px;
        font-size: 42px;
        border-radius: 31px;
        font-weight: 600;
        color: #ff9230;
    }

    .customersatisfactionhead p {
        font-size: 37px;
        line-height: 48px;
        font-weight: 200;
        color: #ccc;
    }

    .cta-block__inner {
        padding-right: 15px;
        padding-left: 15px;
    }

    .cta-block__light-text {
        font-size: 36px;
        font-weight: 400;
        line-height: 1;
    }

    .cta-block__light-text span {
        font-size: 48px;
        font-weight: 700;
        line-height: 1;
        color: #fd3d5d;
    }

    .cta-block__semi-bold-text {
        font-size: 42px;
        font-weight: 600;
        line-height: 1;
    }

    .cta-block__semi-bold-text--medium {
        font-size: 30px;
    }

    .cta-block__bold-text {
        font-size: 46px;
        font-weight: 700;
        line-height: 1;
    }

    .cta-block--bg {
        background-repeat: no-repeat;
        background-size: cover;
    }

    /*=====  End of CTA  ======*/
    /*=============================================
=            Testimonial            =
=============================================*/

    .testimonial-slider-wrapper .slick-slide>div,
    .testimonial-multi-slider-wrapper .slick-slide>div {
        width: 100%;
        max-width: 530px;
        margin-right: auto;
        margin-left: auto;
    }

    .testimonial-slider-wrapper .slick-arrow,
    .testimonial-multi-slider-wrapper .slick-arrow {
        position: absolute;
        bottom: -30px;
        left: 50%;
        width: 20px;
        height: 20px;
        padding: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border: none;
        background: none;
        background-repeat: no-repeat;
    }

    .single-testimonial__text {
        position: relative;
        width: 100%;
        font-size: 17px;
        padding: 14px 29px 19px;
        margin: 11px 0px;
        line-height: 32px;
        font-style: italic;
        background: #ff7900;
        border-radius: 14px;
        color: #fff;
    }

    .single-testimonial__text span {
        font-size: 45px;
        line-height: 1;
        position: absolute;
        color: #ff6b86;
        display: none;
    }

    .single-testimonial__text span.quote-left {
        top: 0;
        left: 0;
    }

    .single-testimonial__text span.quote-right {
        right: 15px;
        bottom: 0;
    }

    .single-testimonial__author {
        font-size: 31px;
        text-transform: uppercase;
    }

    .single-testimonial__rating {
        margin: 0 0 2px;
        font-size: 23px;
        color: #fabc3d;
    }

    .single-testimonial__rating i {
        margin: 0 0px;
    }

    .single-testimonial__rating i:last-child {
        margin-right: 0;
    }

    .single-testimonial--style2 {
        padding: 40px 70px;
    }

    .single-testimonial--style2 .single-testimonial__text span.quote-left {
        left: -25px;
    }

    .testimonial-multi-slider-wrapper .slick-list {
        margin-top: -30px;
        margin-right: -70px;
        margin-bottom: -30px;
        margin-left: -70px;
        padding: 30px 0 !important;
    }

    .testimonial-multi-slider-wrapper .slick-slide.slick-active.slick-center .single-testimonial--style2 {
        padding: 40px 70px;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
        background-color: #FFFBF2;
        -webkit-box-shadow: 0 0 56.05px 2.95px rgba(43, 45, 55, 0.11);
        box-shadow: 0 0 56.05px 2.95px rgba(43, 45, 55, 0.11);
    }

    .testimonial-multi-slider-wrapper .slick-arrow {
        bottom: 0;
    }

    .testimonilasslider .owl-dots {
        position: relative;
        text-align: center;
    }

    .testimonilasslider .owl-dots .owl-dot {
        display: inline-block;
        width: 24px;
        height: 3px;
        background-color: #202449;
        margin: 0 3px;
        transition: all ease-in-out .8s;
    }

    .testimonilasslider .owl-dots .owl-dot.active {
        background-color: #fc7800;
    }

    .testimonails_icon_ {
        position: relative;
        text-align: center;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .testimonails_icon_::before {
        content: "";
        position: absolute;
        width: 2px;
        height: 100%;
        background: #005491;
        z-index: -1;
    }

    .ggrviewicon {
        text-align: center;
        margin-top: 21px;
    }

    .testimonails_icon_ i {
        width: 60px;
        height: 60px;
        background-color: #202449;
        color: #fff;
        text-align: center;
        line-height: 57px;
        font-size: 30px;
        border-radius: 50%;
    }

    /*=====  End of Testimonial  ======*/
    /*=============================================
=            Team            =
=============================================*/

    .team-member-title-wrapper {
        width: 100%;
        max-width: 320px;
    }

    .team-slider-column-wrapper {
        position: absolute;
        top: 25px;
        right: 30px;
        max-width: 60%;
    }

    .single-team-member__image img {
        width: 100%;
    }

    .single-team-member__content {
        padding: 10px 5px;
        background-color: #2B2D37;
    }

    .single-team-member__content h5 {
        color: #DFDDDD;
    }

    .single-team-member__content p {
        color: #B9B9B9;
    }

    .single-team-member--shadow {
        -webkit-box-shadow: 0 0 75.05px 3.95px rgba(10, 10, 10, 0.2);
        box-shadow: 0 0 75.05px 3.95px rgba(10, 10, 10, 0.2);
    }

    .team-member-link-wrapper {
        margin-right: -50px;
        margin-bottom: -50px;
        border: none;
    }

    .team-member-link-wrapper a {
        display: block;
        padding: 0;
        border: none;
        background: none;
    }

    .team-member-link-wrapper a img {
        width: 100%;
    }

    .team-member-link-wrapper a.nav-link {
        -webkit-flex-basis: calc(50% - 50px);
        -ms-flex-preferred-size: calc(50% - 50px);
        flex-basis: calc(50% - 50px);
        margin-right: 50px;
        margin-bottom: 50px;
        border: none;
        border-radius: 0;
    }

    .team-member-link-wrapper a.nav-link.active {
        border: none;
        -webkit-box-shadow: 0 0 75.05px 3.95px rgba(10, 10, 10, 0.2);
        box-shadow: 0 0 75.05px 3.95px rgba(10, 10, 10, 0.2);
    }

    /*=====  End of Team  ======*/
    /*=============================================
=            contact            =
=============================================*/
    /*-- Map --*/

    .contact-map iframe {
        width: 100%;
        height: 400px;
        border: 1px solid #DDD;
    }

    /*-- Contact Information --*/

    .contact-information h4 {
        font-weight: 700;
    }

    .contact-information ul li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .contact-information ul li:last-child {
        margin-bottom: 0;
    }

    .contact-information ul li .icon {
        width: 50px;
    }

    .contact-information ul li .icon i {
        font-size: 30px;
    }

    .contact-information ul li .text {
        max-width: calc(100% - 50px);
    }

    .contact-information ul li .text span,
    .contact-information ul li .text a {
        line-height: 24px;
        display: block;
        max-width: 230px;
    }

    .contact-information ul li .text span:hover,
    .contact-information ul li .text a:hover {
        color: #FABC3D;
    }

    /*-- Contact Form --*/

    .contact-form h4 {
        font-weight: 700;
    }

    .contact-form input {
        width: 100%;
        height: 50px;
        padding: 5px 20px;
        border: 1px solid #EEEEEE;
    }

    .contact-form textarea {
        width: 100%;
        height: 120px;
        padding: 10px 20px;
        resize: none;
        border: 1px solid #EEEEEE;
    }

    .contact-form input[type="submit"],
    .contact-form button,
    .contact-form .submit {
        font-weight: 700;
        width: auto;
        height: 50px;
        margin-top: 15px;
        padding: 5px 30px;
        text-transform: uppercase;
        color: #FFFFFF;
        border: none;
        background-color: #FABC3D;
    }

    .contact-form input[type="submit"]:hover,
    .contact-form button:hover,
    .contact-form .submit:hover {
        background-color: #2B2D37;
    }

    .form-message {
        line-height: 2;
    }

    /*=====  End of contact  ======*/
    /*=============================================
=            Login            =
=============================================*/
    /*-- Login Title --*/

    .login-title {
        font-size: 24px;
        font-weight: 700;
        line-height: 23px;
        margin-bottom: 30px;
        text-decoration: underline;
        text-transform: capitalize;
    }

    /*-- Login Form --*/

    .login-form {
        padding: 30px;
        background-color: #FFFFFF;
        -webkit-box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.1);
    }

    .login-form label {
        font-size: 18px;
        font-weight: 600;
        display: block;
        margin-bottom: 12px;
        text-transform: capitalize;
    }

    .login-form input {
        font-size: 18px;
        line-height: 23px;
        width: 100%;
        margin-bottom: 15px;
        padding: 10px 20px;
        border: 1px solid #999999;
        border-radius: 0;
        background-color: transparent;
    }

    .login-form input[type="checkbox"] {
        width: auto;
    }

    .login-form .check-box {
        float: left;
        margin-right: 70px;
    }

    .login-form .check-box:last-child {
        margin-right: 0;
    }

    .login-form .check-box input[type="checkbox"] {
        display: none;
    }

    .login-form .check-box input[type="checkbox"]+label {
        font-size: 18px;
        font-weight: 600;
        line-height: 20px;
        position: relative;
        margin: 0;
        padding-left: 30px;
        color: #2B2D37;
    }

    .login-form .check-box input[type="checkbox"]+label::before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 20px;
        height: 20px;
        content: "";
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        border: 2px solid #999999;
    }

    .login-form .check-box input[type="checkbox"]+label::after {
        font-family: Fontawesome;
        font-size: 12px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 20px;
        content: "\f00c";
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        text-align: center;
        opacity: 0;
        color: #2B2D37;
    }

    .login-form .check-box input[type="checkbox"]:checked+label::before {
        border: 2px solid #2B2D37;
    }

    .login-form .check-box input[type="checkbox"]:checked+label::after {
        opacity: 1;
    }

    .forgot_pass {
        font-size: 18px;
    }

    .top-wraper {
        position: relative;
        height: 100vh;
    }

    .top-wraper::before,
    .top-wraper::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 6px;
        top: 0px;
        z-index: 2;
        background: #ff7900;
    }

    .top-wraper::after {
        width: 50%;
        right: 0px;
    }

    .mail-phone-info {
        text-align: center;
        position: relative;
        top: 0;
        background-color: #ffffff;
        padding: 5px 8px 4px 37px;
        border-bottom: tan;
        display: table;
        box-shadow: 0 0 10px #ccc;
        border-radius: 24px 0px 0px 24px;
        margin: inherit;
    }

    .mail-phone-info-right {
        padding: 5px 44px 4px 4px;
        border-radius: 0px 24px 24px 0px;
    }

    .mp-content a {
        color: #000;
        font-weight: 600;
        margin-left: 11px;
    }

    .m-p-icon {
        float: left;
        width: 39px;
        position: absolute;
        left: 0;
        top: 0px;
    }

    .mail-phone-info-right .m-p-icon {
        left: auto;
        right: 0px;
    }

    .mp-content {
        float: left;
    }

    .adress-container {
        position: absolute;
        max-width: 548px;
        width: 100%;
        top: auto;
        bottom: 81px;
        left: 10%;
    }

    img {
        max-width: 100%;
    }

    .raech-us-tecx {
        position: absolute;
        left: 184px;
        right: auto;
        margin: 0 auto;
        max-width: initial;
        background-color: #2b2d37;
        color: #fff;
        padding: 16px 21px;
        top: -12px;
    }

    .side-contact-info {
        position: fixed;
        left: 0;
        width: 80px;
        height: auto;
        bottom: 51px;
        z-index: 98;
    }

    .side-contact-info ul {
        width: 100%;
        height: 100%;
    }

    .side-contact-info ul li {
        left: -243px;
        width: 303px;
        text-align: right;
        font-weight: 500;
        color: rgb(7 10 18);
        font-size: 16px;
        padding: 8px 73px 8px 10px;
        position: relative;
        line-height: 47px;
        background: rgb(253 253 253);
        border-radius: 0 37px 37px 0;
        transition: all .8s ease-in-out 0s;
        box-shadow: 0 0 10px #787878
    }

    .side-contact-info ul li:hover {
        left: 0
    }

    .side-contact-info ul li:nth-child(1) {
        margin-bottom: 12px
    }

    .side-contact-info ul li i {
        color: rgb(255 255 255);
        width: 45px;
        height: 45px;
        background: rgb(255 121 0);
        font-size: 22px;
        border-radius: 50%;
        line-height: 43px;
        position: absolute;
        right: 11px;
        text-align: center
    }

    .socialmedia {
        position: fixed;
        right: 0;
        z-index: 99;
        top: 18%;
    }

    #mySidenav a {
        position: absolute;
        right: -108px;
        transition: all .8s ease-in-out 0s;
        padding: 5.5px;
        width: 150px;
        text-decoration: none;
        font-size: 17px;
        color: rgb(255 255 255);
        text-align: left;
        font-weight: 500;
        border-radius: 30px 0 0 30px;
        margin-bottom: 7px;
    }

    #mySidenav a:nth-child(1) {
        top: 200px;
        background-color: rgb(60 91 153);
    }

    #mySidenav a:nth-child(2) {
        top: 246px;
        background-color: rgb(254 6 0);
    }

    #mySidenav a:nth-child(3) {
        top: 292px;
        background-color: #e0187a;
    }

    #mySidenav a:nth-child(4) {
        top: 338px;
        background-color: rgb(85 182 76);
    }

    #mySidenav a:nth-child(5) {
        top: 381px;
        background-color: rgb(199 239 195)
    }

    #mySidenav a:hover {
        right: 0
    }

    #mySidenav a:hover img {
        transform: rotate(-360deg);
        transition: all .8s ease-in-out 0s
    }

    .bannersection {
        position: relative;
    }

    .bannerslider {
        position: relative;
    }

    .slide {
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100vh;
    }

    .slide1 {
        background-image: url(../img/slider/1.jpg);
    }

    .slide2 {
        background-image: url(../img/slider/2.jpg);
    }

    .bannerslider .owl-dots {
        position: absolute;
        top: initial;
        width: auto;
        text-align: center;
        right: 0;
        left: 0;
        margin: auto;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .bannerslider .owl-dots .owl-dot {
        width: 7px;
        height: 20px;
        margin: 0 3px;
        background: #07426b;
        transition: all ease-in-out .7s;
    }

    .bannerslider .owl-dots .owl-dot.active {
        background-color: #04a0a0;
        height: 33px;
    }

    .header-area {
        position: absolute;
        width: 100%;
        z-index: 9999;
    }

    .menu-bar .container {
        position: relative;
        max-width: 1129px;
    }

    .brand-logo {
        position: absolute;
        top: 0;
        width: 255px;
        left: 0;
        z-index: 999;
        background: #fff;
        border-radius: 0px 0px 27px 27px;
        padding: 7px;
    }

    .is-sticky .brand-logo {
        width: 119px;
        top: -23px;
    }

    .about-area {
        padding: 10px 0 36px;
        position: relative;
    }

    .about-area::before {
        content: "";
        position: absolute;
    }

    .about-area::after {
        content: "";
        position: absolute;
    }

    .abt_top_icon {
        position: absolute;
        top: 0px;
        left: 21%;
        padding: 79px 0 0;
    }

    .abt_top_icon2 {
        left: initial;
        right: 21%;
    }

    .abt_top_icon::before {
        content: "";
        position: absolute;
        width: 2px;
        height: 100%;
        background: #333;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        z-index: -1;
    }

    .abt_top_icon i {
        width: 50px;
        height: 50px;
        color: #f52246;
        border: 2px solid;
        font-size: 35px;
        text-align: center;
        border-radius: 50%;
        line-height: 43px;
        background: #fff;
    }

    .about-content {
        text-align: center;
    }

    .about-content h2 {
        font-size: 77px;
    }

    .about-content h2 span {
        margin: 0 0 0px;
    }

    .single-feature {
        position: relative;
        border-radius: 50%;
        padding: 36px 12px 0;
        background: #fff;
        box-shadow: 0px 0px 7px #ccc;
        width: 250px;
        height: 250px;
        border: 17px solid #f5f5f5;
    }

    .sing-before::before {
        content: "";
        position: absolute;
        width: 31%;
        height: 6px;
        right: 0px;
        left: 0;
        margin: auto;
        bottom: 0;
    }

    .service-area {
        position: relative;
        padding: 169px 0px 33px;
        margin-bottom: 0;
    }

    .service-area::before {
        content: "";
        position: absolute;
        width: 30%;
        height: 10px;
        right: 0px;
        bottom: 0px;
        left: 0;
        margin: auto;
    }

    .service-area::after {
        content: "";
        position: absolute;
        width: 100%;
        max-width: 450px;
        height: 265px;
        right: 0px;
        left: 0;
        margin: auto;
        top: 116px;
        background-image: url(../img/aboutright2.png);
        background-repeat: no-repeat;
        opacity: .2;
        z-index: -1;
        background-size: cover;
        background-position: center;
    }

    .ser_btm {
        font-size: 55px;
        text-transform: uppercase;
        color: #ff7900;
        font-weight: 400;
        text-align: center;
        margin: 32px 0 0;
        line-height: 55px;
    }

    .service-banner {
        position: relative;
    }

    .service-banner::before {
        content: "";
        position: absolute;
        width: 75%;
        height: 48%;
        left: -34px;
        bottom: 0px;
        z-index: -1;
    }

    .servimainrow .col-md-3 {
        padding: 0 5px;
    }

    .d_flex {
        display: flex;
        align-items: center;
        position: relative;
        height: 100%;
        flex-wrap: wrap;
        background: #f11136;
        padding: 0 5px;
        border-radius: 17px;
    }

    .service-title {
        position: relative;
        text-align: center;
        padding-bottom: 25px;
    }

    .service-title::before,
    .service-title::after {
        content: "";
        position: absolute;
        width: 16%;
        height: 2px;
        background: #222222;
        left: 72px;
        top: 46px;
    }

    .service-title::after {
        left: initial;
        right: 72px;
    }

    .service-title h2 {
        margin-bottom: 5px;
        padding: 0 66px 0px;
    }

    .service-title h2::before,
    .service-title h2::after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        border: 4px solid #dd9c74;
        background: #fff;
        left: 0;
        top: 37px;
        border-radius: 50%;
        margin: inherit;
        z-index: 1;
    }

    .service-title h2::after {
        left: initial;
        right: 0;
    }

    .service-title p {
        font-size: 23px;
        font-weight: 400;
        margin-top: 0;
    }

    .single-service {
        position: relative;
    }

    .single-service__image {
        position: relative;
        overflow: hidden;
        border-radius: 50%;
        border: 9px solid #e5e5e5;
        display: inline-block;
        width: 199px;
        box-shadow: 0px 8px 5px #a3a3a3;
    }

    .single-service__image img {
        display: inline-block;
        transition: all ease-in-out .8s;
        border-radius: 50%;
    }

    .servics_block:hover .single-service__image img {
        transform: scale(1.4);
    }

    .single-service__image::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .servicesrow {
        position: relative;
    }

    .servicesrow::before {
        content: "";
        position: absolute;
        width: 84%;
        height: 10px;
        background: #1e1e1e;
        left: 0;
        right: 0;
        margin: auto;
        top: 100px;
    }

    .servics_block {
        position: relative;
        text-align: center;
    }

    .service-desription {
        text-align: center;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 700;
        padding-top: 11px;
        padding-bottom: 13px;
    }

    .service-slider-wrapper .slick-dots {
        display: table;
        margin: auto;
    }

    .service-slider-wrapper .slick-dots li {
        display: inline-block;
    }

    .service-slider-wrapper .slick-dots li button {
        width: 25px;
        height: 25px;
        border: none;
        background-color: #d02501;
        color: #fff;
        text-align: center;
        border-radius: 50%;
        margin: 0 4px;
        font-size: 15px;
    }

    .service-slider-wrapper .slick-dots li.slick-active button {
        background-color: #F5C10A;
        color: #000;
        font-weight: 600;
    }

    h4.single-fun-fact__text {
        font-size: 17px;
    }

    .project-area {
        padding: 0 0px 490px;
        position: relative;
    }

    .project-area::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 438px;
        right: 0px;
        left: 0;
        margin: auto;
        bottom: 0;
        background-image: url(../img/ser-bg2.png);
        background-repeat: no-repeat;
        opacity: .5;
        z-index: -1;
        background-size: cover;
        background-position: center;
    }

    .testimonial-cta-area {
        padding: 89px 0 66px;
        background-color: transparent;
    }

    .enqiry-form {
        text-align: center;
        padding: 0px 0 42px;
        position: relative;
    }

    .enqiry-form::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0;
    }

    .enqiry-form::after {
        content: "";
        position: absolute;
        left: 0;
        top: -95px;
    }

    .en_form {
        position: relative;
        z-index: 1;
    }

    .enqiry-form span {
        color: #ff912c;
        font-size: 32px;
        display: block;
        font-weight: 300;
        position: relative;
    }

    .enqiry-form h4 {
        color: #ffffff;
        text-transform: uppercase;
        padding: 0 0 28px;
        font-size: 55px;
        display: inline-block;
    }

    .enqiry-form .btn {
        background-color: #ff7900;
        border-color: transparent;
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 104px;
    }

    .enqiry-form .btn:hover {
        background-color: #0062a7;
    }

    .testimonila-titile {
        padding-top: 0;
    }

    .testimonialrow {
        position: relative;
    }

    .testimonila_img {
        position: relative;
        top: 0;
        width: 100%;
        text-align: center;
    }

    .footer-area {
        padding: 298px 0 30px;
        position: relative;
        margin: -289px 0 0;
        background: linear-gradient(to top, rgb(23 29 57), #202449);
        clip-path: polygon(50% 23%, 100% 0, 100% 100%, 0 100%, 0 0);
    }

    .fttop_poc {
        position: relative;
        text-align: center;
    }

    .fttop_poc img {
        display: inline-block;
        opacity: .3;
    }

    .fooertop img {
        width: 100%;
    }

    .footer-area::before {
        content: "";
        position: absolute;
        width: 2px;
        height: 64px;
        top: 220px;
        left: 0;
        right: 0;
        margin: auto;
        background: #ff7900;
    }

    .footer-area::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 360px;
        background-image: url(../img/footer_btm_bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        bottom: 0px;
        opacity: .1;
    }

    .copyright-area {
        padding: 15px 0 0;
        margin-top: 30px;
        background-color: transparent;
        border-top: 1px solid #a2a2a2;
        position: relative;
        z-index: 1;
    }

    .copyright-text {
        font-size: 14px;
    }

    .copyright-text a {
        color: #ff983b;
    }

    .footer-about-widget.footer-widget {
        text-align: center;
        padding: 0px 8px;
    }

    .footer_widget__logo {
        position: relative;
        z-index: 1;
        text-align: center;
        margin: 52px 0 0;
    }

    .footer_widget__logo img {
        margin: 0 0 5px;
    }

    .social-icons {
        display: inline-block;
        border-top: 1px solid #a2a2a2;
        border-bottom: 1px solid #a2a2a2;
        padding: 7px 0;
    }

    .footer-widget .social-icons li a {
        border: none;
        background-color: transparent;
        color: #fff;
        border: 1px solid #a2a2a2;
    }

    .footer-widget .social-icons li:nth-child(1) a {
        /* background-color: #f51138; */
    }

    .footer-widget .social-icons li:nth-child(2) a {
        /* background-color: #31bdd3; */
    }

    .footer-widget .social-icons li:nth-child(3) a {
        /* background-color: #cc20c2; */
    }

    .footer-widget .social-icons li:nth-child(4) a {
        /* background-color: #28a745; */
    }

    .enquiry-section {
        padding: 40px 0 50px;
        background-color: #000;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .enqiry-form .form-group {
        position: relative;
    }

    .enqiry-form .form-group i {
        position: absolute;
        top: 13px;
        color: #a5a5a5;
        right: 15px;
        font-size: 21px;
    }

    .enqiry-form .form-control {
        border-radius: 8px;
        background: rgb(38 41 72);
        border: 0px;
        color: #fff;
        height: 51px;
    }

    .enqiry-form textarea.form-control {
        height: 104px;
        resize: none;
    }

    .enqiry-form .form-control::placeholder {
        color: #fff;
    }

    .testimonial-bg {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .reach-us {
        text-align: center;
    }

    .reach-us a {
        background-color: #CF2604;
        color: #fff;
        padding: 5px 10px;
        margin-top: 25px;
    }

    .project-area {
        position: relative;
    }

    .project-area::before {
        content: "";
        position: absolute;
    }

    .project_name_pic {
        position: relative;
        text-align: center;
    }

    .project_name_pic::before {
        content: "";
        position: absolute;
        width: 200px;
        height: 65px;
        right: 19%;
        top: 94px;
        z-index: -1;
    }

    .project_name_pic img {
        width: 328px;
        border-radius: 14px;
    }

    .mainsplrow {
        position: relative;
        margin: 0;
        align-items: center;
    }

    .mainsplrow .col-md-5,
    .mainsplrow .col-md-7 {
        padding: 0px;
    }

    .mainsplrow .col-md-7:nth-child(2) {
        background-color: #ffe6ed;
        padding: 38px 27px;
    }

    .projects_list {
        position: relative;
        padding: 57px 0;
    }

    .projects_list::before {
        content: "";
        position: absolute;
    }

    .spc_btm_lics {
        margin-top: 0;
        position: relative;
        display: block;
        transition: all cubic-bezier(0.21, -0.07, 0.42, 1.05) .9s;
        transform: scale(.8);
        filter: grayscale(1);
        pointer-events: none;
        border-radius: 20px;
        overflow: hidden;
    }

    .latestprojects .owl-item.active.center .spc_btm_lics {
        transform: scale(1.2);
        filter: grayscale(0);
        pointer-events: all;
    }

    .spc_btm_lics::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 36%;
        bottom: 0;
        left: 0;
        background: linear-gradient(to top, #202449, transparent);
    }

    .ser_title {
        position: absolute;
        bottom: 10px;
        left: 0px;
        right: 0px;
    }

    .ser_title h3 {
        text-transform: uppercase;
        color: #fff;
        font-size: 20px;
        text-align: center;
    }

    .latestprojects .owl-item {}

    .latestprojects .owl-nav {
        text-align: center;
        margin: 23px 0 0;
    }

    .latestprojects .owl-nav button.owl-prev,
    .latestprojects .owl-nav button.owl-next {
        /* width: 32px; */
        /* height: 32px; */
        background-color: #ff7900;
        color: #fff;
        margin: 0px 4px;
        font-size: 26px;
        line-height: 2px;
        padding: 11px 11px 16px;
    }

    .hmrow {
        margin: 0px;
    }

    .hmrow .col-md-6,
    .hmrow .col-md-12 {
        padding: 0px;
    }

    .homegallry_pic {
        overflow: hidden;
    }

    .homegallry_pic img {
        padding: 3px;
        transition: all ease-in-out .8s;
    }

    .useful-links {
        margin: auto;
        padding: 7px 0;
        border-bottom: 1px solid #a2a2a2;
        border-top: 1px solid #a2a2a2;
        margin-bottom: 30px;
        text-align: center;
        position: relative;
        z-index: 1;
    }

    .procts_info {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 1;
        text-align: center;
        padding: 0 0 6px;
    }

    .procts_info h3 {
        text-transform: uppercase;
        color: #eee;
        font-size: 20px;
    }

    .procts_info i {
        font-size: 31px;
        transition: all cubic-bezier(0.86, -0.28, 0.44, 1.1) .8s;
    }

    .projects_list:hover .procts_info i {
        transform: rotate(360deg);
    }

    .section-title h3 {
        font-size: 33px;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 15px;
        color: #ff7900;
    }

    .experience_section {
        padding: 0 0 49px;
    }

    .blog_sec {
        position: relative;
        text-align: center;
        margin-bottom: 30px;
    }

    ._hm_blogs_info {
        position: relative;
        background: linear-gradient(to top, #e0e0e0, white);
        padding: 19px 5px;
        box-shadow: 0px 2px 6px #6f6f6f;
    }

    ._hm_blogs_info h3 {
        font-size: 20px;
        margin: 0 0 12px;
        color: #023d66;
    }

    ._hm_blogs_info p {
        margin-bottom: 10px;
        font-size: 15px;
    }

    ._hm_blogs_info a {
        display: inline-block;
        background: #ff7900;
        color: #fff;
        padding: 4px 12px;
        border-radius: 34px;
    }

    .lilo-accordion-control {
        cursor: pointer;
    }

    .lilo-accordion-content {
        display: none;
    }

    .lilo-accordion-control {
        color: #ffffff;
        font-size: 16px;
        padding: 16px 32px 16px 16px;
        font-weight: 500;
        position: relative;
        background: #202449;
        /* Old browsers */
        
        /* FF3.6-15 */
        
        /* Chrome10-25,Safari5.1-6 */
        
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        
        /* IE6-9 */
        border-bottom: 3px solid #fff;
    }

    .lilo-accordion-control.active {
        background: #ff7900;
    }

    .lilo-accordion-content {
        padding: 12px;
        color: #000000;
        font-weight: normal;
        background: #e9e9e9;
        /* Old browsers */
        line-height: 29px;
    }

    .lilo-accordion-control::before {
        content: "";
        display: inline-block;
        margin-right: 16px;
        text-align: center;
        width: 10px;
        height: 2px;
        background: #ffffff;
        position: absolute;
        top: calc(50% - 1px);
        right: 16px;
    }

    .lilo-accordion-control::after {
        content: "";
        display: inline-block;
        margin-right: 16px;
        text-align: center;
        width: 8px;
        height: 2px;
        background: #ffffff;
        position: absolute;
        top: calc(50% - 1px);
        right: 16px;
        transform: rotate(90deg);
        transition: .3s linear;
    }

    .lilo-accordion-control.active::after {
        transform: rotate(0deg);
    }

    .lilo-accordion-content p:first-child {
        margin-top: 0;
    }

    .lilo-accordion-content p:last-child {
        margin-bottom: 0;
    }


    .mvv_list_blocks {
        position: relative;
        background: #e2b183;
        padding: 17px 19px;
        margin: 14px 0;
        border-radius: 12px;
    }

    .mvv_list_blocks::before {
        content: "";
        position: absolute;
        top: 0;
    }

    .mvv_list_blocks::after {
        content: "";
        position: absolute;
    }

    .mvv_pic {
        position: relative;
        background: #fff;
        padding: 14px;
        border-radius: 50%;
    }

    .mvv_info {
        position: relative;
    }

    .mvv_info h3 {
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .mvv_info p {
        justify-content: center;
    }

    .mvv_info a {
        color: black;
        font-weight: 600;
    }

    .chairmen_section {
        position: relative;
    }

    .chrmn_talk {
        display: block;
        position: relative;
        z-index: 1;
    }

    .useful-ul {
        overflow: hidden;
    }

    .useful-ul span {
        display: inline-block;
        margin-right: 2px;
        text-transform: uppercase;
        color: #f9f9f9;
        font-size: 19px;
    }

    .useful-ul li {
        display: inline-block;
    }

    .useful-ul li a {
        padding: 0 7px;
        border-right: 1px solid #a2a2a2;
        display: block;
        color: #ffffff;
        font-size: 15px;
    }

    .useful-ul li:last-child a {
        border: none;
    }

    .footer_add_row {
        position: relative;
        z-index: 1;
        align-items: c;
    }

    .footer_add_row .col-md-4:nth-child(1),
    .footer_add_row .col-md-4:nth-child(2) {
        border-right: 1px solid #a2a2a2;
    }

    .address_info_sec {
        position: relative;
        text-align: center;
    }

    .address_info_sec i {
        position: relative;
        left: 0px;
        background: rgb(255 121 0);
        width: 40px;
        height: 40px;
        font-size: 20px;
        text-align: center;
        color: #fff;
        border-radius: 50%;
        line-height: 40px;
        display: inline-block;
        margin-bottom: 10px;
    }

    .address_info_sec span {
        display: block;
        color: #eee;
        font-size: 15px;
    }

    .innertop-wraper {
        position: relative;
    }

    .bread_cumb_wrap {
        position: relative;
        text-align: center;
        left: 0;
        right: 0;
        z-index: 1;
        padding: 158px 0 52px;
        background: #1f2449;
    }

    .bread_cumb_wrap::before {
        content: "";
        position: absolute;
        width: 100%;
        max-width: 900px;
        height: 8px;
        left: 0;
        right: 0;
        background: linear-gradient(to left, transparent, #ff7900, transparent);
        bottom: 68px;
        margin: auto;
        z-index: -1;
    }

    .bread_cumb_wrap::after {
        content: "";
        position: absolute;
    }

    .bread_cumb_wrap h1 {
        text-transform: capitalize;
        font-size: 37px;
        margin-bottom: 10px;
        font-weight: 400;
        color: #ffffff;
    }

    .bread_cumb_wrap ul {
        display: inline-block;
        padding: 7px 8px;
        border-radius: 30px;
        background: #ff7900;
    }

    .bread_cumb_wrap ul li {
        display: inline-block;
        position: relative;
        padding: 0 12px;
        color: #000000;
        text-transform: capitalize;
        font-weight: 500;
    }

    .bread_cumb_wrap ul li::before {
        content: "/";
        position: absolute;
        right: -5px;
        top: 0px;
        color: #fff;
    }

    .bread_cumb_wrap ul li:last-child:before {
        display: none;
    }

    .bread_cumb_wrap ul li a {
        display: block;
        color: #ffffff;
    }

    .inner_content_area {
        min-height: 90vh;
        padding: 70px 0px 308px;
    }

    ._c_form_sub {
        position: relative;
        padding: 44px 36px;
        margin-bottom: 30px;
        text-align: center;
        background: #ff7900;
        color: #fff;
    }

    ._c_form_sub h3 {
        text-transform: uppercase;
        margin-bottom: 8px;
        font-weight: 600;
    }

    ._c_form_sub p {
        padding: 0 41px;
        margin-bottom: 27px;
    }

    ._c_form_sub .form-control {
        background-color: #ffffff;
        height: 50px;
        border: 0px;
        color: #333;
    }

    ._c_form_sub textarea.form-control {
        height: 118px;
    }

    ._c_form_sub .form-control::placeholder {
        color: #333;
    }

    .form-group {
        position: relative;
    }

    .form_row i {
        position: absolute;
        right: 9px;
        top: 9px;
        font-size: 18px;
        color: #000000;
        width: 30px;
        height: 30px;
        background: #fff;
        border-radius: 50%;
        line-height: 31px;
    }

    ._c_form_sub .btn {
        background: #1f2449;
        border: transparent;
    }

    .c_address_ {
        text-align: center;
    }

    .c_address_ i {
        position: relative;
        left: 0px;
        background: #1f2449;
        width: 52px;
        height: 52px;
        font-size: 25px;
        text-align: center;
        color: #ff9331;
        border-radius: 5px;
        line-height: 51px;
        display: inline-block;
        margin-bottom: 12px;
    }

    .c_address_ h3 {
        font-size: 16px;
    }

    ._cadd_row {
        margin: 0;
    }

    ._cadd_row .col-md-6,
    ._cadd_row .col-md-12 {
        padding: 31px 10px;
    }

    ._cadd_row .col-md-12 {
        border-bottom: 1px dashed;
    }

    ._cadd_row .col-md-6:nth-child(2) {
        border-right: 1px dashed;
    }

    .c_map {
        position: relative;
    }

    .c_map iframe {
        width: 100%;
        height: 258px;
        border: 8px solid #fff;
        box-shadow: 0px 10px 5px #ccc;
    }

    .main-timeline {
        position: relative;
        padding: 15px 0;
    }

    .main-timeline:after {
        content: '';
        display: block;
        clear: both;
    }

    .main-timeline .timeline {
        width: calc(50% + 1px);
        padding: 15px 0 0 15px;
        margin: 0 0 20px 5px;
        float: right;
        position: relative;
        z-index: 1;
    }

    .main-timeline .timeline-content {
        background-color: #f3f3fd;
        min-height: 154px;
        padding: 35px 15px 15px 80px;
        border-radius: 20px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        display: block;
        position: relative;
    }

    .main-timeline .timeline-content:hover {
        text-decoration: none;
    }

    .main-timeline .timeline-content:before {
        content: '';
        background-color: #1f2449;
        height: 80%;
        width: calc(100% + 15px);
        border-radius: inherit;
        position: absolute;
        left: -15px;
        top: -15px;
        z-index: -1;
    }

    .main-timeline .timeline-year {
        color: #fff;
        background-color: #ff7900;
        font-size: 20px;
        font-weight: 600;
        padding: 8px 10px;
        border-radius: 0 0 10px 10px;
        position: absolute;
        left: 21px;
        top: 0;
    }

    .main-timeline .timeline-icon {
        color: #ff7900;
        font-size: 40px;
        transform: translateY(-50%);
        position: absolute;
        left: 20px;
        top: 50%;
    }

    .main-timeline .title {
        font-size: 22px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 0 3px;
        color: #ff7900;
    }

    .main-timeline .description {
        font-size: 15px;
        font-weight: 500;
        line-height: 23px;
        margin: 0;
    }

    .main-timeline .timeline:nth-child(even) {
        padding: 15px 15px 0 0;
        margin: 0 5px 20px 0;
        float: left;
    }

    .main-timeline .timeline:nth-child(even) .timeline-content {
        padding: 35px 80px 15px 15px;
    }

    .main-timeline .timeline:nth-child(even) .timeline-content::before {
        left: auto;
        right: -15px;
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        left: auto;
        right: 20px;
    }

    .main-timeline .timeline:nth-child(even) .timeline-year {
        left: auto;
        right: 21px;
    }

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

        .main-timeline .timeline,
        .main-timeline .timeline:nth-child(even) {
            width: 100%;
            margin: 0 0 40px;
        }
    }

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

        .main-timeline .timeline-content,
        .main-timeline .timeline:nth-child(even) .timeline-content {
            padding: 65px 15px 15px 15px;
        }

        .main-timeline .timeline-icon {
            transform: translateY(0);
            top: 5px;
            left: auto;
            right: 15px;
        }

        .main-timeline .timeline:nth-child(even) .timeline-icon {
            transform: translateY(0);
            top: 5px;
            right: auto;
            left: 15px;
        }
    }

    .inner_baout_content h2 {
        color: #d01b50;
        font-size: 34px;
        margin: 27px 0 9px;
    }

    .inner_baout_content p {
        line-height: 27px;
        font-size: 16px;
        text-align: justify;
    }

    .inner_abt_btm_list {
        text-align: center;
        background: linear-gradient(to left, #00002a, #dc0444);
        color: #fff;
        font-size: 23px;
        padding: 13px 0;
        margin: 22px 0 0px;
    }

    .mvv_row {
        text-align: center;
    }

    .mvv_list {
        position: relative;
        text-align: center;
        margin-top: 30px;
        z-index: 1;
        padding: 18px 20px;
        border-radius: 22px;
        overflow: hidden;
        background: #fff;
        border: 7px solid #e4e4e4;
    }

    .mvv_row .col-md-6:nth-child(2) .mvv_list {
    }

    .mvv_row .col-md-7:nth-child(3) .mvv_list {
    }

    .mvv_list h3 {
        text-transform: uppercase;
        font-size: 30px;
        margin: 0 0 9px;
        color: #ff7900;
    }

    .mvv_list h4 {
        font-weight: 500;
        font-size: 22px;
        margin: 5px 0 7px;
    }

    .mvv_list p {
        font-size: 16px;
        margin: 0;
        line-height: 25px;
    }

    .mvv_list ol {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mvv_list ol li {
        display: inline-block;
        padding: 4px 14px;
        margin: 0 0 3px;
        width: 32%;
        background: #1f2448;
        color: #fff;
        border-radius: 5px;
    }

    .chairmen_msg {
        margin: 26px 0 21px;
    }

    .chairmen_msg_pic img {
        border: 2px solid #333;
        padding: 10px;
    }

    .chairmen_msg h2 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 37px;
    }

    .chairmen_msg p {
        font-size: 14px;
        line-height: 25px;
    }

    .gallry_row .col-md-3 {
        padding: 0 8px;
    }

    .gallery_list {
        margin-bottom: 16px;
    }

    .box {
        text-align: center;
        overflow: hidden;
        position: relative;
        height: 195px;
    }

    .box:before {
        content: '';
        background: linear-gradient(to bottom, rgb(235 140 39 / 77%), rgb(45 27 9 / 66%));
        height: 100%;
        width: 100%;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        transition: all 0.5s ease 0s;
    }

    .box:hover:before {
        opacity: 1;
    }

    .box img {
        width: 100%;
        height: auto;
        transform: scale(1.3);
        transform-origin: left center;
        transition: all 0.5s ease 0s;
    }

    .box:hover img {
        transform-origin: right center;
        filter: blur(2px);
    }

    .box-content {
        color: #fff;
        width: 85%;
        opacity: 0;
        transform: translateX(-50%);
        position: absolute;
        bottom: 81px;
        left: 50%;
        z-index: 2;
        transition: all 0.4s ease 0.1s;
    }

    .box:hover .box-content {
        opacity: 1;
    }

    .box .title {
        font-size: 22px;
        font-weight: 600;
        text-transform: capitalize;
        letter-spacing: 1px;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        margin: 0 0 3px;
    }

    .box .post {
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: capitalize;
        font-style: italic;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
        display: block;
    }

    .box .icon {
        padding: 0;
        margin: 0 0 5px;
        list-style: none;
    }

    .box .icon li {
        margin: 0 4px;
        display: inline-block;
    }

    .box .icon li a {
        color: #fff;
        background: rgb(0 0 0);
        font-size: 14px;
        line-height: 28px;
        width: 28px;
        height: 28px;
        display: block;
        transition: all 0.35s ease 0s;
    }

    .box .icon li a:hover {
        color: #fff;
        background: transparent;
        box-shadow: 0 0 0 2px #fff;
    }

    .video_list iframe {
        border: 7px solid #ccc;
        margin-bottom: 30px;
        width: 100%;
        height: 200px;
    }

    .services_text {
        display: block;
    }

    .services_text h2 {
        font-size: 22px;
        margin: 19px 0 4px;
        font-weight: 600;
        color: #1f2449;
    }

    .services_text h3 {
        font-size: 19px;
        color: #ff7900;
        margin: 11px 0 6px;
        font-weight: 600;
    }

    .services_text p {
        text-align: justify;
        line-height: 26px;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .ol_styles {
        position: relative;
        padding-left: 26px;
        margin-bottom: 12px;
        list-style-type: none;
    }

    .ol_styles li {
        position: relative;
        padding-left: 20px;
        font-size: 15px;
        line-height: 27px;
        margin-bottom: 4px;
    }

    .ol_styles li::before {
        font-family: "FontAwesome";
        content: "\f14a";
        position: absolute;
        left: 0;
        top: 0;
        color: #00c4c4;
        font-size: 13px;
    }

    .ser_inner_image {
        position: relative;
        padding: 20px;
        z-index: 1;
    }

    .ser_inner_image img {
        width: 100%;
        box-shadow: 0px 0px 10px #696969;
    }

    .ser_inner_image::before,
    .ser_inner_image::after {
        content: "";
        position: absolute;
        width: 30%;
        height: 30%;
        background: linear-gradient(to left, #ff7900, #1f2449);
        z-index: -1;
        left: 0;
        top: 0;
    }

    .ser_inner_image::after {
        top: initial;
        bottom: 0px;
        left: initial;
        right: 0px;
    }

    .cmplprjtsrow .col-md-4 {
        padding: 0 5px;
    }

    .completd_projects_list {
        position: relative;
        margin-bottom: 8px;
    }

    .cmplst_pic {
        position: relative;
    }

    .cmplst_pic::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 43%;
        bottom: 0;
        left: 0;
        background: linear-gradient(to top, black, transparent);
        z-index: 1;
    }

    .completd_projects_list h2 {
        text-transform: uppercase;
        position: absolute;
        bottom: 10px;
        left: 0px;
        right: 0px;
        z-index: 1;
        color: #ffba82;
        text-align: center;
        font-size: 20px;
    }

    .cmplltdprj_table {
        margin-top: 40px;
        background: #fff;
    }

    .cmplltdprj_table thead {
        background-color: #ffba82;
        font-size: 19px;
        text-transform: uppercase;
    }

    .ongoing_project_section {
        position: relative;
    }

    .ong_prcjts_head {
        position: relative;
        text-align: center;
    }

    .ong_prcjts_head h2 {
        text-transform: uppercase;
        color: #b7844d;
    }

    .ong_prcjts_head h3 {
        display: inline-block;
        font-weight: 300;
        border-top: 2px dotted;
        border-bottom: 2px dotted;
        padding: 3px 0;
        margin: 9px 0 29px;
        font-size: 32px;
    }

    .ongng_prjcts_img {
        position: relative;
        overflow: hidden;
        border-radius: 20px;
        margin-bottom: 30px;
    }

    .prct_spccn_head {
        text-align: center;
    }

    .prct_spccn_head h3 {
        text-transform: uppercase;
        display: inline-block;
        border-bottom: 2px dotted #dba161;
        padding: 0 0 9px;
        margin: 14px 0 30px;
    }

    .sscpn_list_items a {
        display: block;
    }

    .specification_list_slider {
        padding: 10px;
        background: #fff;
        box-shadow: 0px 0px 10px #a1a1a1;
    }

    .spcn_list_owl_slider .owl-nav {
        position: absolute;
        width: 100%;
        left: 0px;
        top: 50%;
    }

    .spcn_list_owl_slider .owl-nav span {
        display: inline-block;
        width: 50px;
        height: 50px;
        background-color: #e79945;
        color: #000;
        font-size: 46px;
        line-height: 39px;
    }

    .spcn_list_owl_slider .owl-nav .owl-prev,
    .spcn_list_owl_slider .owl-nav .owl-next {
        position: absolute;
    }

    .spcn_list_owl_slider .owl-nav .owl-prev {
        left: 0px;
    }

    .spcn_list_owl_slider .owl-nav .owl-next {
        right: 0px;
    }

    .inner_content_area h4 {
        font-size: 28px;
        color: #d89660;
        padding-bottom: 10px;
    }

    .list {
        padding-bottom: 10px;
        line-height: 28px;
    }

    .inner_content_area span {
        font-size: 20px;
        color: #d89660;
        padding-bottom: 10px;
    }

    .inner_content_area p {
        line-height: 28px;
    }

    .inner_content_area .btn {
        border: navajowhite;
        border-radius: 20px;
    }

    .blog-1 {
        padding-bottom: 55px;
    }

    .blog-2 {
        padding-bottom: 55px;
    }

    .blog-3 {
        padding-bottom: 55px;
    }

    .blogs-nav {
        position: relative;
        padding: 17px 18px;
        margin: 0 0 19px;
        border-top: 4px solid #e2ab70;
    }

    .blogs-nav {
        box-shadow: 0 0 10px #ccc;
        background: #f5f5f5;
    }

    .blogs-nav h3 {
        font-size: 29px;
        margin-bottom: 10px;
        display: inline-block;
        border-bottom: 1px solid;
        left: 80px;
        color: #000;
        text-transform: uppercase;
    }

    .blogs-nav ul {
        padding: 0;
        list-style: none;
    }

    .blogs-nav ul li a {
        display: block;
        position: relative;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px;
        padding-left: 17px;
        color: #c77d41;
        font-size: 16px;
    }

    .blogs-nav ul li a::before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border: 2px solid;
        left: 0;
        border-radius: 50%;
        top: 8px;
    }