    @charset "utf-8";
    /* CSS Document */

    /*------------------------------------------

Project Name : ModernBuilder
Desgined By  : Medialinkers22
Date        :  09/May/21;

 
------------------------------------------*/

    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: 'Open Sans', sans-serif;
        overflow-x: hidden;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'Poppins', sans-serif;
        color: #242f51;
        margin-top: 0px;
        font-style: normal;
        font-weight: 700;
        text-transform: normal;
    }

    a,
    .button {
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    a:focus,
    .button:focus {
        text-decoration: none;
        outline: none;
    }

    a:focus,
    a:hover,
    .portfolio-cat a:hover,
    .footer -menu li a:hover {
        text-decoration: none;
    }

    .btn.focus,
    .btn:focus {
        outline: 0;
        box-shadow: none;
    }

    a,
    button {
        color: #242f51;
        outline: medium none;
    }

    ul,
    ol {
        list-style: none;
    }

    img {
        max-width: 100%;
    }

    p {
        font-size: 14px;
        line-height: 24px;
        color: #333;
    }

    .style_none {
        list-style: none;
        margin-bottom: 0;
    }

    ul.tick {
        list-style: none;
    }

    ul.tick li {
        position: relative;
        padding-left: 28px;
        font-size: 15px;
        font-weight: 600;
        flex-basis: 50%;
    }

    ul.tick li:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: bold;
        content: '\f14a';
        position: absolute;
        top: 0;
        left: 0;
        color: #ff4f00;
    }

    ul.tick li {
        margin-bottom: 10px;
    }

    .style_none {
        list-style: none;
    }

    .readmore {
        margin-bottom: 30px;
    }

    .readmore a {
        text-decoration: none;
        font-size: 16px;
        color: #fff;
        display: inline-block;
        font-weight: bold;
        text-transform: uppercase;
        background: #ff4f00;
        padding: 16px 40px;
    }

    .readmore a:hover {
        background: #f36300;
    }

    .section-title {
        margin-bottom: 35px;
        position: relative;
        text-align: center;
    }

    .section-title h1 {
        font-size: 46px;
        color: #272627;
        margin: 0;
        font-weight: bold;
    }

    .btn {
        -moz-user-select: none;
        background: #3763eb;
        border: none;
        color: #fff;
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 1;
        margin-bottom: 0;
        padding: 18px 45px;
        text-align: center;
        text-transform: unset;
        touch-action: manipulation;
        transition: all 0.3s ease 0s;
        vertical-align: middle;
        white-space: nowrap;
        position: relative;
        z-index: 999;
        border-radius: 0;
    }

    .btn:hover {
        background: #ff4f00;
        color: #fff;
    }

    /********************************************
       == Topbar Css Start ==
********************************************/

    .topbar-wrap {
        background: #f36300;
    }

    .social_media {
        padding: 10px 0;
        margin-bottom: 0;
    }

    .social_media li {
        display: inline-block;
        padding: 0 7px;
    }

    .social_media li a {
        font-size: 14px;
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 100%;
        display: block;
    }

    .social_media li a:hover {
        border-color: #ff4f00;
        background: #ff4f00;
    }

    .top_right {
        text-align: right;
    }

    .top_right a {
        font-weight: 600;
        background: #000;
        color: #fff;
    }

    .services-detail-content h2 {
        color: #fff;
    }

    /********************************************
       == Header Css Start ==
********************************************/

    .header-wrap {
        position: relative;
        padding: 10px 0;
    }

    .navbar {
        padding: 0;
    }

    .navbar-brand {
        display: none;
    }

    .navbar li {
        line-height: inherit;
        padding: 22px 0;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 17px;
        padding: 12px 16px;
        z-index: 1000;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        color: #242f51;
    }

    .caret {
        display: inline-block !important;
        font-size: 15px !important;
        line-height: 18px;
        color: #f36300 !important;
        padding-left: 4px;
    }

    .header_logo img {
        margin: -10px 0;
        max-width: 280px;
    }

    .navbar li span {
        display: block;
        text-align: center;
        font-size: 24px;
    }

    .header-wrap .dropdown a {
        border-radius: 6px;
        position: relative;
        z-index: 1000;
    }

    .header-wrap .dropdown-menu:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        position: absolute;
        left: 50%;
        margin-left: -5px;
        z-index: 1000;
        top: -10px;
    }

    .navbar li a {
        position: relative;
    }

    .navbar li:last-child a:after {
        border-radius: 30px;
    }

    .navbar-light .navbar-nav .nav-item:hover .nav-link,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #fff !important;
        background: #ff4f00;
    }

    .tp-bannertimer {
        display: none;
    }

    .paddingg-nav-left {
        padding-left: 99px;
    }

    .navbar-light .navbar-nav .nav-item:hover .nav-link .caret,
    .navbar-light .navbar-nav .nav-link:hover .caret {
        color: #fff !important;
    }

    .close-toggler {
        display: none;
    }

    .submenu li:last-child {
        border: none;
    }

    .navbar-nav>li:hover>ul {
        top: 100%;
        opacity: 1;
        visibility: visible;
    }

    .navbar-nav>li>ul>li {
        position: relative;
        float: none;
        width: 100%;
        border-bottom: 1px solid #e8e8e8;
        padding: 0;
    }

    .submenu>li:hover>a {
        background: #ff4f00;
        color: #fff !important;
    }

    .navbar-nav>li>ul>li>a {
        text-decoration: none;
        position: relative;
        display: block;
        padding: 10px 20px;
        font-weight: 600;
        font-size: 14px;
        color: #000 !important;
        word-wrap: break-word;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

    .navbar-nav li>.submenu>li a+i {
        display: none;
        position: absolute;
        right: 15px;
        top: 7px;
        font-size: 24px;
        cursor: pointer;
        color: #0b3c5d;
        background: #fff;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
    }

    .navbar-nav>li>a+i {
        display: none;
        position: absolute;
        right: 15px;
        top: 7px;
        font-size: 24px;
        cursor: pointer;
        color: #0b3c5d;
        background: #fff;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        z-index: 1000;
    }

    .navbar-nav li {
        position: relative;
    }

    .navbar-nav>li>ul {
        list-style: none;
        position: absolute;
        left: 0;
        top: 200%;
        width: 240px;
        padding: 0px;
        z-index: 100;
        background: #fff !important;
        visibility: hidden;
        opacity: 0;
        border-radius: 0px 2px 2px 2px;
        -ms-border-radius: 0px 2px 2px 2px;
        -webkit-border-radius: 0px 2px 2px 2px;
        -moz-border-radius: 0px 2px 2px 2px;
        -o-border-radius: 0px 2px 2px 2px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        box-shadow: 0 0 18px rgba(0, 0, 0, 0.38);
    }

    .submenu li .submenu_right {
        display: none;
    }

    .submenu_right {
        background: #fff;
        position: absolute;
        top: 0;
        left: 100%;
        width: 200px;
    }

    .submenu_right li {
        padding-bottom: 0;
        padding: 0px;
        border-bottom: 1px solid #e8e8e8;
    }

    .submenu_right li a {
        display: block;
        font-size: 14px;
        font-weight: 600;
        padding: 10px 20px;
        color: #000;
        text-decoration: none;
    }

    .submenu_right li a:hover {
        background: #ff4f00;
        color: #fff !important;
    }

    .submenu li:hover .submenu_right {
        display: block;
    }

    .right_angle {
        position: absolute;
        top: 8px;
        right: 10px;
        font-size: 18px !important;
    }

    .phone_btnn {
        position: relative;
        padding: 0px 0px 10px 3px;
    }

    .phone_btnn .callImmgg {
        display: inline-block;
        margin-right: 10px;
    }

    .phone_btnn .text {
        display: inline-block;
        top: 15px;
        position: relative;
    }

    .phone_btnn .text span {
        display: block;
        color: #517496;
    }

    .phone_btnn .text strong {
        color: #f36300;
        font-size: 23px;
    }

    .phone_btnn .text strong a {
        color: #f36300;
        text-decoration: none;
    }

    /********************************************
       == Slider Css Start ==
********************************************/

    .slider-wrap {
        background: url(../images/banner-bg.html) no-repeat top;
        background-size: cover;
        padding: 70px 0 80px 0;
    }

    .sliderTxt h1 {
        font-size: 60px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        margin-top: 0;
        text-align: center;
    }

    .sliderTxt p {
        font-size: 18px;
        color: #fff;
        letter-spacing: 2px;
        text-align: center;
    }

    .form-wrap {
        background: rgba(255, 255, 255, 0.14);
        padding: 25px;
    }

    .slider-wrap .input-group .form-control {
        border: none;
        font-size: 14px;
        border-radius: 0 !important;
        height: 48px;
    }

    .slider-wrap .input-group .dropdown {
        height: 46px;
        width: 100%;
        border: none;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
    }

    .slider-wrap .input-group .dropdown option {
        height: 40px !important;
        padding: 10px 10px !important;
    }

    .input-btn {
        text-align: right;
    }

    .sbutn {
        background: #ff4f00;
        border: none;
        cursor: pointer;
        padding: 13px 0px 12px 0;
        width: 100%;
        text-transform: uppercase;
        font-size: 14px;
        color: #000;
        border-radius: 0;
        font-weight: bold;
    }

    .sbutn:hover {
        background: #000;
        color: #fff;
    }

    .sbutn i {
        padding-right: 6px;
    }

    .origin,
    .destination,
    .date_start {
        margin-bottom: 6px;
    }

    .input-group {
        width: 100%;
    }

    .form-wrap .col-lg-5 {
        padding-right: 3px;
    }

    .form-wrap .col-lg-4 {
        padding: 0 3px;
    }

    .form-wrap .col-lg-3 {
        padding-left: 3px;
    }

    .form-wrap .col-lg-2 {
        padding-left: 3px;
    }

    .end_date {
        padding-left: 15px !important;
        padding-right: 3px;
    }

    .economy {
        padding: 0 3px !important;
    }

    .formWrp {
        padding: 60px 0;
    }

    .map-wrap iframe {
        margin-bottom: -5px;
    }

    .slidrWrp {
        background: #c1030a url(../images/new%20pattern.html) repeat;
        padding: 50px 0;
    }

    .slidrWrp .form-wrap {
        background: rgba(255, 255, 255, 0.41);
    }

    .form-wrap .input-group select:focus {
        outline: none !important;
    }

    .nav>li>a:hover,
    .nav>li>a:focus {
        text-decoration: none;
        background-color: #ff4f00;
    }

    .nav-pills>li.active>a,
    .nav-pills>li.active>a:hover,
    .nav-pills>li.active>a:focus {
        color: #fff;
        background-color: #ff4f00;
    }

    .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 15px;
        color: #fff;
    }

    .nav-pills {
        margin-top: 44px;
    }

    .nav>li>a.active {
        background: #ff4f00;
    }

    .form_sec {
        background: #41444c;
        padding: 30px 0;
    }

    /*** ==============================================
            Custom slider options
================================================***/

    .tp-banner-container {
        position: relative;
        z-index: 1;
        padding: 0;
        width: 100%;
        background: #000;
        overflow: hidden !important;
    }

    .tp-banner {
        position: relative;
        margin-top: -161px;
        width: 100%;
    }

    .tp-caption {
        line-height: normal !important;
    }

    .tp-caption a {
        color: inherit !important;
    }

    .tp-bullets.simplebullets.round .bullet {
        border: 3px #fff solid;
        border-radius: 50%;
        background-image: none !important;
    }

    .tparrows {
        width: auto !important;
        height: auto !important;
        background-image: none !important;
    }

    .tp-arr-allwrapper {
        margin: 0 10px;
        width: 50px;
        height: 50px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 50%;
    }

    .tp-arr-allwrapper:hover .tp-arr-iwrapper {
        color: #fff;
    }

    .tp-leftarrow .tp-arr-allwrapper {}

    .tp-rightarrow .tp-arr-allwrapper {}

    .tp-arr-iwrapper {
        color: #fff;
        text-align: center;
        font-size: 30px;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        line-height: 50px;
    }

    .tp-leftarrow .tp-arr-iwrapper {}

    .tp-leftarrow .tp-arr-iwrapper:before {
        content: "\f104";
    }

    .tp-rightarrow .tp-arr-iwrapper:before {
        content: "\f105";
    }

    .tp-rightarrow .tp-arr-iwrapper {}

    .slide-h1 {
        margin: 5px 0 !important;
        padding: 0 0 10px !important;
        padding-bottom: 5px !important;
        color: #444;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 57px;
    }

    .slide-h2 {
        margin: 5px 0 !important;
        padding: 0 0 10px !important;
        padding-bottom: 5px !important;
        color: #555;
        font-weight: bold;
        font-size: 55px;
        line-height: 100%;
    }

    .big-font {
        text-transform: uppercase;
        font-weight: 800;
        font-size: 60px;
    }

    .large-desc {
        font-size: 16px;
    }

    .slide-h3 {
        color: #fff;
        font-size: 31px;
        line-height: 100%;
    }

    .slide-h3 span {
        text-transform: uppercase;
        font-weight: bold;
    }

    .slide-head {
        text-transform: uppercase;
        font-weight: 900;
        font-size: 30px;
    }

    .slide-desc {
        font-size: 22px;
        line-height: 150%;
    }

    .main-title {
        text-transform: uppercase;
        font-weight: 800;
        font-size: 70px;
    }

    .icon-cont {
        padding: 15px 40px;
        border-radius: 10px;
        text-align: center;
    }

    .icon-cont:after {
        position: absolute;
        bottom: -10px;
        left: 40%;
        z-index: 5;
        display: inline-block;
        width: 0;
        height: 0;
        border-width: 10px 10px 0 10px;
        border-style: solid;
        content: "";
    }

    .icon-cont i {
        margin-bottom: 10px;
        color: #fff;
        font-size: 50px;
    }

    .icon-cont span {
        display: block;
        padding: 0 0 5px;
        color: #fff;
        text-align: center;
        font-size: 18px;
    }

    a.wit-btn {
        background: #fff;
        color: #333 !important;
        text-transform: uppercase;
    }

    .wit-line {
        width: 5%;
        height: 1px;
        background: #fff;
    }

    .vert-line {
        min-height: 270px;
        width: 1px;
        background: #fff;
    }

    .subTxt {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 17px;
        color: #333;
    }

    .large-title {
        color: #222;
        font-size: 60px;
        font-weight: 800;
        text-transform: uppercase !important;
    }

    .large-light-title {
        color: #787878 !important;
        font-size: 70px;
        font-weight: lighter;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .large-text {
        font-size: 20px;
        color: #000;
        font-weight: lighter;
    }

    .larger-text {
        font-size: 24px;
        font-weight: lighter;
        text-transform: uppercase;
    }

    .witTxt {
        color: #fff !important;
    }

    .light-font {
        font-weight: lighter !important;
        font-size: 50px;
    }

    .black-bg {
        background: rgba(0, 0, 0, .63);
        color: #a8a8a8;
        text-transform: none;
    }

    .lft-list {
        padding: 10px;
        font-size: 18px;
        color: #fff;
    }

    .wit-border {
        border: 1px #fff solid;
        padding: 15px 60px;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
    }

    .rounded-bord {
        margin-right: 15px;
        border: 1px #fff solid;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        font-size: 13px;
        border-radius: 50%;
    }

    #vertical-ticker {
        height: 120px;
        overflow: hidden;
    }

    #vertical-ticker li {
        padding: 15px 20px;
        display: block;
        text-align: center;
    }

    .to-bottom i.fa {
        font-size: 30px;
        border: 2px #a8a8a8 solid;
        padding: 20px 22px;
        border-radius: 50%;
        -webkit-animation: bounce 2s infinite linear;
        animation: bounce 2s infinite linear;
    }

    .tp-banner-container {
        margin-top: 0px;
    }

    .slidertext1 {
        font-size: 60px;
        color: #fff;
        letter-spacing: 1.8px;
        line-height: 1.1;
        margin-top: 0px;
        font-style: normal;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif !important;
        margin-bottom: 25px;
        text-align: center !important;
    }

    .slidertext1 span {
        color: yellow;
    }

    .slidertext2 {
        color: #fff;
        font-size: 30px;
        line-height: 10px !important;
        font-weight: 300;
        text-transform: uppercase !important;
        font-family: 'Poppins', sans-serif;
        text-align: center;
        letter-spacing: 2px;
    }

    .slidertext3 {
        color: #fff;
        font-size: 16px;
        font-weight: normal;
        margin: auto;
        text-transform: none !important;
        line-height: 24px !important;
        text-align: center !important;
    }

    .slidertext4 {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        padding: 15px 0;
        text-transform: none !important;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        line-height: 24px;
    }

    .slider__btn {
        margin-top: 40px;
    }

    a.slidebtn {
        background: none;
        border: 2px solid #fff;
        color: #fff !important;
        padding: 15px 40px;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        display: inline-block;
        font-family: 'Open Sans', sans-serif;
    }

    a.slidebtn i {
        margin-left: 10px;
    }

    a.slidebtn:hover {
        background: #fff;
        color: #279dd9 !important;
    }

    @-webkit-keyframes bounce {
        0% {
            transform: translateY(0%);
        }
        50% {
            transform: translateY(-30%);
        }
        100% {
            transform: translateY(0);
        }
    }

    /* Mozilla Firefox 15 below */

    @-moz-keyframes bounce {
        0% {
            transform: translateY(0%);
        }
        50% {
            transform: translateY(-30%);
        }
        100% {
            transform: translateY(0);
        }
    }

    /* Opera 12.0 */

    @-o-keyframes bounce {
        0% {
            transform: translateY(0%);
        }
        50% {
            transform: translateY(-30%);
        }
        100% {
            transform: translateY(0);
        }
    }

    /* W3, Opera 12+, Firefox 16+ */

    @keyframes bounce {
        0% {
            transform: translateY(0%);
        }
        50% {
            transform: translateY(-30%);
        }
        100% {
            transform: translateY(0);
        }
    }

    /*servicesWrapp*/

    .servicesWrapp {
        margin-top: -120px;
        z-index: 999;
        position: relative;
    }

    .servicesInner {
        margin-top: 60px;
        padding-bottom: 0px !important;
    }

    .servicesInner .services__box {
        margin: 0 auto 90px;
    }

    .services__box {
        padding: 0 30px 30px;
        margin: 0 auto 30px;
        border-radius: 3px;
        text-align: center;
        box-shadow: 3px 4px 25px #0000001a;
        background-color: #fff;
    }

    .services__icon {
        margin-top: -60px;
        margin-bottom: 30px;
        display: inline-block;
    }

    .services__icon i {
        font-size: 48px;
        display: inline-block;
        background: #ebeffd;
        border-radius: 50%;
        text-align: center;
        line-height: 120px;
        width: 116px;
        height: 116px;
        color: #3763eb;
    }

    .services__box.active,
    .services__box:hover {
        background: #ff4f00;
        box-shadow: 3px 4px 25px #0000001a;
    }

    .services__box.active .services__icon i,
    .services__box:hover .services__icon i {
        color: #fff;
        background: #ff8c58;
    }

    .services-detail-content {}

    .services-detail-content h5 {
        font-weight: 700;
        transition: .3s;
        font-size: 24px;
        color: #242f51;
        margin-bottom: 15px;
    }

    .services-detail-content .btn2 {
        display: inline-block;
        color: #ff4f00;
    }

    .services__box.active .services-detail-content h5,
    .services__box:hover .services-detail-content h5 {
        color: #fff;
    }

    .services__box.active .services-detail-content a,
    .services__box:hover .services-detail-content a {
        color: #fff;
    }

    .services__box.active .services-detail-content p,
    .services__box:hover .services-detail-content p {
        color: #fff;
    }

    /*** ==============================================
                services 2
================================================***/

    .thumbnail_box {
        background-color: #FFF;
        box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
        -moz-box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
        -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
        -o-box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
        border-bottom: solid 6px #f36300;
        cursor: pointer;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        margin: 13px 0px;
    }

    .thumbnail_box:hover {
        border-bottom: solid 6px #ff4f00;
    }

    .thumbnail_box .tb-image {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .thumbnail_box .tb-image img {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    .thumbnail_box .tb-image img {
        height: 250px;
        width: 100%;
    }

    .thumbnail_box .tb-image:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .thumbnail_box .tb-caption {
        background-color: #FFF;
        padding: 0rem 0.7rem 2rem;
    }

    .thumbnail_box .inner-caption {
        background-color: #FFF;
        margin-top: -50px;
        position: relative;
        z-index: 1;
        padding: 0.80rem 0.80rem 0rem;
    }

    .thumbnail_box .inner-caption .ic-icon {
        width: 30px;
        float: left;
        margin-bottom: 0px;
        margin-right: 25px;
        padding-top: 0px;
        margin-left: 0px;
    }

    .thumbnail_box .inner-caption .ic-icon i {
        font-size: 30px;
        color: #ff4f00;
    }

    .thumbnail_box .inner-caption .flaticon:before {
        font-size: 30px;
    }

    .thumbnail_box .inner-caption p {
        font-size: 14px;
        line-height: 1.8;
        clear: both;
        margin-top: -5px;
    }

    .thumbnail_box:hover h3 {
        color: #ff4f00;
    }

    .thumbnail_box .ic-top h3 {
        font-weight: 600;
        color: #000;
        font-size: 24px;
        line-height: 2;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    /*---------------------------------------
  About Css              
-----------------------------------------*/

    .aboutWappp {
        position: relative;
        background: #fff;
        padding-bottom: 10px;
        padding-top: 60px;
    }

    .aboutImg {
        position: relative;
    }

    .aboutImg img {
        width: 100%;
    }

    .sinatureBox {
        background: #3763eb;
        position: absolute;
        top: 51%;
        right: 31px;
        width: 50%;
        padding: 30px;
        box-shadow: 3px 4px 25px #0000001a;
    }

    .quote-icon {
        margin-bottom: 30px;
        text-align: right;
    }

    .quote-icon i {
        font-size: 50px;
        color: #fff;
    }

    .sinatureBox h2 {
        font-size: 18px;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
        color: #fff;
    }

    .sinatureBox h3 {
        font-size: 20px;
        font-family: 'Poppins', sans-serif;
        color: #fff;
        margin-bottom: 14px;
    }

    .aboutWappp-content {}

    .aboutWappp-content .second-title h2 {
        font-size: 38px;
        line-height: 1.4;
        margin-bottom: 35px;
    }

    .aboutWappp-content p {
        margin-bottom: 15px;
        line-height: 24px;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #444d69;
        font-style: normal;
    }

    .aboutWappp-content .about_btn {
        margin-top: 30px;
    }

    /*** ==============================================
                    counterWrapp
================================================***/

    .counterWrapp {}

    .counter-box {
        display: block;
        background: rgb(255 79 0 / 80%);
        padding: 40px 20px 33px;
        text-align: center;
        height: 190px;
        width: 190px;
        margin: 0 auto 52px;
        border-radius: 50%;
    }

    .counter-box p {
        margin: 5px 0 0;
        padding: 0;
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
    }

    .counter-box i {
        font-size: 40px;
        margin: -5px 0 10px;
        color: #ffffff;
    }

    .counter-box .counter {
        display: block;
        font-size: 36px;
        font-weight: 700;
        color: #fff;
        line-height: 32px;
    }

    /*** ==============================================
                    gallery
================================================***/

    .portfolioPagee {
        position: relative;
        padding: 60px 0px;
    }

    .portfolioPagee .call-to-action-title h2 {
        Color: #242f51;
    }

    .categories-filter {
        display: block;
        list-style: none;
        margin-bottom: 60px;
    }

    .categories-filter li {
        display: inline-block;
    }

    .portfolioPagee .portfolio-posts li,
    .portfolioPagee .portfolio_posts li {
        margin-bottom: 20px;
    }

    .portfolioPagee .portfolio_posts .col-lg-3 .portfolio_overley h3 a {
        font-size: 24px;
    }

    .categories-filter li a {
        transition: .3s;
        font-size: 14px;
        margin: 0 15px;
        padding-bottom: 15px;
        cursor: pointer;
        outline: none;
        color: #000a2d;
        font-weight: 600;
        position: relative;
    }

    .categories-filter li a.active {
        background: transparent;
        color: #ff4f00;
        box-shadow: inset 0 -2px 0 #ff4f00;
    }

    .project_image {
        position: relative;
        overflow: hidden;
        text-align: center;
    }

    .project_image img {
        height: 250px;
        width: 100%;
    }

    .project_image:before {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        bottom: 100%;
        left: 0;
        right: 0;
        z-index: 3;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff4f00), to(transparent));
        background-image: -webkit-linear-gradient(transparent, #ff4f00b8);
        background-image: -moz-linear-gradient(transparent, #cc8809), -moz-linear-gradient(transparent, #cc8809);
        background-image: -o-linear-gradient(transparent, #cc8809), -o-linear-gradient(transparent, #cc8809);
        background-image: linear-gradient(transparent, #ff4f00), linear-gradient(transparent, #ff4f0000);
        -moz-background-size: 100%;
        background-size: 100%;
        background-position: 0 0, 100% 0;
        background-repeat: no-repeat;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .portfolio_overley h3 {
        left: 30px;
        right: 0;
        line-height: 0;
        text-align: left;
        opacity: 0;
        visibility: hidden;
        color: #fffefe;
        position: absolute;
        top: 110%;
        transform: translateY(-50%);
        margin: 0 auto;
        z-index: 7;
        font-size: 30px;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }

    .portfolio_overley h3 a {
        text-decoration: none;
        color: #fff;
        font-size: 30px;
    }

    .portfolio_tags {
        left: 30px;
        text-align: left;
        opacity: 0;
        visibility: hidden;
        font-size: 16px;
        position: absolute;
        top: 110%;
        font-weight: 600;
        transform: translateY(-50%);
        margin: 0 auto;
        z-index: 7;
        color: #fffefe;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }

    .project_image .link-wrap {
        position: absolute;
        top: calc(50% - 25px);
        right: 50%;
        transform: translateX(50%) translateY(-50%);
        z-index: 10;
    }

    .project_image .link-wrap a {
        display: inline-block;
        height: 40px;
        width: 40px;
        line-height: 40px;
        background-color: rgb(55 99 235);
        text-align: center;
        color: #fff;
        font-size: 14px;
        opacity: 0;
        border-radius: 50%;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        margin-right: 5px;
    }

    .portfolio-posts li:hover .link-wrap a {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    .portfolio-posts li:hover .project_image:before,
    .portfolio_posts li:hover .project_image:before {
        opacity: 1;
        visibility: visible;
        bottom: 0;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }

    .portfolio-posts li:hover .portfolio_overley h3,
    .portfolio_posts li:hover .portfolio_overley h3 {
        opacity: 1;
        visibility: visible;
        top: 79%;
        -webkit-transition: all .6s ease-out;
        -moz-transition: all .6s ease-out;
        -ms-transition: all .6s ease-out;
        -o-transition: all .6s ease-out;
        transition: all .6s ease-out;
    }

    .portfolio-posts li:hover .portfolio_tags,
    .portfolio_posts li:hover .portfolio_tags {
        opacity: 1;
        visibility: visible;
        top: 90%;
        -webkit-transition: all .7s ease-out;
        -moz-transition: all .7s ease-out;
        -ms-transition: all .7s ease-out;
        -o-transition: all .7s ease-out;
        transition: all .7s ease-out;
    }

    /*** ==============================================
                     testimonial
================================================***/

    .testimonial-area h2,
    .testimonial-area p {}

    .testimonial-area {
        background-image: url(../img/testimonial/test-bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        padding-bottom: 85px;
        padding-top: 90px;
    }

    .testimonial-area h2 {
        color: #fff;
    }

    .testimonial_detail {
        position: relative;
    }

    .testimonial_authorr {
        position: absolute;
        left: 0px;
        top: 15px;
        z-index: 99;
    }

    .testimonial_authorr img {
        height: 110px;
        width: 100%;
        border-radius: 0;
        padding: 3px;
        background: #fe4f00;
        display: inline-block;
    }

    .testimonial-active .slick-dots {
        display: none !important;
    }

    .testimonial_detail .testimonial_box {
        text-align: left;
        background: rgb(255 255 255 / 25%);
        margin-left: 110px;
        padding: 30px 30px 30px 90px;
        color: #fff;
    }

    .testimonial_detail .testimonial_box p {
        color: #fff;
        line-height: 28px;
        font-style: italic;
        font-size: 15px;
        font-weight: normal;
    }

    .testimonial_detail .testi-info {
        position: relative;
        display: block;
    }

    .testimonial_detail .testi-info .name {
        font-size: 24px;
        font-weight: 600;
        color: #fff;
        display: block;
    }

    .testimonial_detail .testi-info .meta {
        font-size: 16px;
        display: block;
        font-weight: normal;
    }

    .ratingBox {
        position: absolute;
        bottom: 70px;
        right: 20px;
    }

    .ratingBox span {
        color: #ffc600;
    }

    .ratingBox:after {
        position: absolute;
        right: 0px;
        top: 20px;
        color: #fe4f00;
        opacity: 1;
        z-index: 999;
        line-height: 1em;
        font-size: 70px;
        content: "\f10e";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

    /********************************************
       ==  blogWrappp Start ==
********************************************/

    .blogWrappp {
        position: relative;
        padding-bottom: 60px;
        padding-top: 65px;
    }

    .single_blog {
        transition: .3s;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 3px 4px 15px #00000026;
        overflow: hidden;
        margin: 15px 0;
    }

    .blog-content {
        background: #fff;
        padding: 25px 30px;
        position: relative;
        z-index: 1;
    }

    .blog-content .b-meta {
        padding: 10px 0;
        color: #ff4f00;
        font-size: 14px;
    }

    .blog-content h4 {
        font-size: 19px;
        margin-bottom: 14px;
        line-height: 1.3;
    }

    .blog-content h4:hover a {
        color: #ff4f00;
    }

    .blog-btn a {
        display: inline-block;
        color: #ff4f00;
        text-align: center;
        font-size: 14px;
    }

    .blog-btn a i {
        margin-left: 5px;
        font-size: 12px;
    }

    .blog-thumb img {
        width: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .single_blog:hover .blog-thumb img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    /********************************************
       == Get In Touch Start ==
********************************************/

    .get-wrap {
        padding: 60px 0;
        text-align: center;
        background: url(../img/call/call-bg.png) no-repeat top;
        background-size: cover;
    }

    .get-wrap .section-title {
        margin-bottom: 15px;
    }

    .get-wrap .section-title h1 {
        font-size: 56px;
        color: #fff;
        font-weight: bold;
    }

    .get-wrap p {
        color: #fff;
        font-size: 16px;
        padding: 0 140px;
    }

    .callText {
        font-size: 24px;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
    }

    .get-wrap .phonewrp {
        position: relative;
        display: inline-block;
        padding-left: 85px;
        margin-top: 20px;
    }

    .get-wrap .phonewrp a {
        text-decoration: none;
        font-size: 50px;
        color: #ff4f00;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
    }

    .get-wrap .phonewrp:before {
        content: "";
        background: url(../img/phone_icon.png) no-repeat top;
        background-size: cover;
        width: 63px;
        height: 63px;
        position: absolute;
        top: 10px;
        left: 0;
    }

    .get-wrap .phonewrp a:hover {
        color: #ff4f00;
    }

    /*** ==============================================
                     brand
================================================***/

    .brand-area {
        padding: 60px 0px;
    }

    .single-brand {
        text-align: center;
        padding: 20px;
    }

    .single-brand img {
        display: inline-block;
    }

    .single-brand img {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 3px 4px 15px #0000001c;
    }

    /*** ==============================================
                footerWrap
================================================***/

    .footerWrap {
        padding: 75px 0px 40px 0;
        position: relative;
        background: #191919;
    }

    .footer-adress {
        list-style: none;
        padding-bottom: 10px;
    }

    .footer-adress li {
        margin: 0;
        padding-bottom: 15px;
        display: flex;
    }

    .footer-adress li>i {
        vertical-align: top;
        font-size: 16px;
        color: #ff4f00;
        width: 30px;
        padding-top: 0px;
        margin-right: 10px;
    }

    .footer-adress li:nth-child(1) i {
        width: 25px;
    }

    .footer-adress li span a {
        font-size: 14px;
        color: #cbcbcb;
        text-decoration: none;
        font-weight: normal;
    }

    .footerTiming {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .footerTiming li {
        display: block;
        margin-bottom: 15px;
        font-size: 14px;
        color: #ededed;
    }

    .socialLinks {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .socialLinks li {
        position: relative;
        margin-right: 5px;
        display: inline-block;
    }

    .socialLinks li a {
        position: relative;
        color: #fff;
        font-size: 16px;
    }

    .socialLinks li a i {
        width: 35px;
        line-height: 35px;
        height: 35px;
        text-align: center;
        background: #fe4f00;
        color: #fff;
        border-radius: 2px;
    }

    .socialLinks li:nth-child(1) a i {
        background: #3a589b;
    }

    .socialLinks li:nth-child(2) a i {
        background: #108fd2;
    }

    .socialLinks li:nth-child(3) a i {
        background: #cd2f80;
    }

    .socialLinks li:nth-child(4) a i {
        background: #00517b;
    }

    .socialLinks li:nth-child(1) a:hover i {
        color: #3a589b;
        background: #fff;
    }

    .socialLinks li:nth-child(2) a:hover i {
        color: #108fd2;
        background: #fff;
    }

    .socialLinks li:nth-child(3) a:hover i {
        color: #cd2f80;
        background: #fff;
    }

    .socialLinks li:nth-child(4) a:hover i {
        color: #00517b;
        background: #fff;
    }

    .footerWrap h3 {
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        padding-bottom: 10px;
    }

    .footerWrap h3 span {
        color: #fe4f00;
    }

    .footerWrap p {
        color: #ededed;
        line-height: 25px;
        font-size: 15px;
    }

    .footerLinks li {
        position: relative;
        display: block;
        margin-left: 0;
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }

    .footerLinks li a {
        font-size: 14px;
        color: #ededed;
        line-height: 18px;
        text-decoration: none;
    }

    .footerLinks li:before {
        content: "\f0da";
        font-weight: 600;
        font-family: 'Font Awesome 5 Free';
        padding-right: 10px;
        color: #ededed;
        font-size: 14px;
    }

    .footerLinks li a:hover {
        color: #ff4f00;
    }

    /*** ==============================================
                Copyright Css
================================================***/

    .copyright-wrap {
        padding: 14px 0;
        background: #f36300;
    }

    .credits {
        font-size: 14px;
        color: #a3a3a3;
        font-size: 14px;
        text-align: right;
    }

    .credits a {
        text-decoration: none;
        color: #a3a3a3;
    }

    .credits a:hover {
        color: #ff4f00;
    }

    .copyright {
        font-size: 14px;
        color: #fff;
    }

    /* scrollUp */

    #scrollUp {
        background: #ff4f00;
        height: 45px;
        width: 45px;
        right: 45px;
        bottom: 45px;
        color: #fff;
        text-align: center;
        border-radius: 3px;
        box-shadow: 3px 4px 25px #0000001a;
        font-size: 24px;
        line-height: 45px;
        transition: .3s;
    }

    #scrollUp:hover {
        color: #fff;
        background: #f36300;
    }

    /*** ==============================================
                Page Title
================================================***/

    .page-title {
        text-align: center;
        padding: 100px 0px 100px;
        background-size: cover;
        z-index: -1;
        background-image: url(img/bg/breadcrumb.html);
    }

    .page-title h2 {
        color: #ffffff;
        font-weight: 700;
        position: relative;
    }

    .page-breadcrumb {
        margin-top: 20px;
        position: relative;
    }

    .page-breadcrumb li {
        position: relative;
        display: inline-block;
        margin-right: 10px;
        padding-right: 15px;
        color: #ff4f00;
        font-size: 16px;
        font-weight: 400;
        text-transform: capitalize;
    }

    .page-breadcrumb li:after {
        position: absolute;
        content: ":";
        right: -2px;
        top: -1px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        font-family: 'FontAwesome';
    }

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

    .page-breadcrumb li:last-child {
        padding-right: 0px;
        margin-right: 0px;
    }

    .page-breadcrumb li a {
        color: #ffffff;
        font-weight: 400;
        text-transform: capitalize;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

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

    /*** ==============================================
                    404 page
================================================***/

    .four-zero-page {
        text-align: center;
    }

    .four-zero-page h2 {
        font-size: 300px;
        color: #323040;
        text-shadow: 0 0 20px rgba(0, 0, 0, 0.21);
        font-weight: 800;
    }

    .four-zero-page h3 {
        color: #111111;
        font-weight: 600;
        font-size: 30px;
        letter-spacing: 10px;
    }

    .four-zero-page p {
        letter-spacing: 2px;
        padding: 0 250px;
    }

    .four-zero-page .readmore {
        margin-top: 30px;
    }

    /*** ==============================================
                price Section
================================================***/

    .power-price-table {
        margin-bottom: 30px;
        border-radius: 5px;
        font-family: 'Lato', sans-serif;
        text-align: center;
        color: #888;
        box-shadow: 0px 0px 30px #eee;
    }

    .power-price-table:hover {
        box-shadow: 0px 0px 30px #ccc;
    }

    .table-margin-8 {
        margin: 85px 0 0;
    }

    .power-price-table .power-price {
        padding: 46px 0;
        color: #5a5a5a;
    }

    .power-price-table .power-price .power-squere {
        width: 135px;
        height: 135px;
        top: 12px;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-radius: 50%;
        color: #fff;
    }

    .power-price-table .power-price .power-squere .power-border {
        width: 120px;
        height: 120px;
        top: 7px;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-radius: 50%;
        border: 2px solid #fff;
    }

    .power-price-table .power-price .price {
        padding: 40px 0;
        line-height: 46px;
        z-index: 1;
        color: #fff;
    }

    .power-price-table .power-price .price .price-dollar {
        top: -4px;
        left: 0px;
        padding: 0 0 0 5px;
        font-size: 25px;
        font-weight: 700;
    }

    .power-price-table .power-price .price .price-amount {
        font-size: 32px;
    }

    .power-price-table .power-price .price .price-month {
        padding: 0 5px 0 0;
        font-size: 15px;
    }

    .power-price-table .power-header {
        padding: 0 0 16px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .power-price-table .power-header .power-header-back {
        height: 50px;
        width: 200px;
        margin: 0 auto;
        border: 2px solid #676767;
    }

    .power-price-table .power-header h4 {
        padding: 2px 0;
        font-size: 25px;
        font-weight: 700;
        text-transform: uppercase;
        color: #676767;
        letter-spacing: 7px;
        line-height: 40px;
    }

    .power-price-table .power-list {
        margin: 0;
        padding: 0 0 17px;
    }

    .power-price-table .power-list li {
        font-size: 14px;
        text-transform: capitalize;
        color: #888;
        line-height: 37px;
        list-style: none;
        cursor: pointer;
    }

    .power-price-table .power-list i {
        padding-left: 5px;
        font-size: 11px;
        color: #888;
    }

    .power-price-table .power-list .power-list-border {
        border-bottom: 1px solid #dcdcdc;
    }

    .power-price-table .power-list .line-through {
        text-decoration: line-through;
        color: #b3b3b3;
    }

    .power-price-table .power-bottom {
        padding: 0 0 28px 0;
    }

    .power-price-table .power-price,
    .power-price-table .power-price .price {
        margin-bottom: 0;
    }

    .power-price-table .power-price .price,
    .power-price-table .power-price .price .price-amount {
        font-weight: 900;
    }

    .power-price-table .power-squere,
    .power-price-table .power-price .price .price-month,
    .power-price-table .power-price .price .price-dollar,
    .power-price-table .power-button span,
    .power-price-table .power-bottom .power-button {
        position: relative;
    }

    .power-price-table .power-price .power-squere,
    .power-price-table .power-price .power-squere .power-border,
    .power-price-table .power-bottom .power-button::before,
    .power-price-table .power-bottom .power-button::after {
        position: absolute;
    }

    .power-price-table .power-price .price .price-month,
    .power-price-table .power-list li {
        font-weight: 400;
    }

    .power-price-table,
    .power-price-table:hover,
    .power-price-table .power-header h4,
    .power-price-table .power-squere,
    .power-price-table:hover .power-squere,
    .power-price-table .power-bottom .button-style,
    .power-price-table:hover .power-bottom .button-style {
        transition: all 0.3s ease-in-out;
    }

    .power-price-table .power-bottom .power-button::before {
        border: 2px solid;
        border-image-source: linear-gradient(to right, #b76cd2, #4c3bb3);
        border-image-slice: 1;
    }

    .power-price-table .power-button span,
    .power-price-table .power-bottom .power-button {
        color: #4c3bb3;
    }

    .power-price-table .power-price .power-squere,
    .power-price-table .power-bottom .power-button::after {
        background: -webkit-linear-gradient(to right, #5f78c7 0%, #fd5c15 74%);
        background: -moz-linear-gradient(to right, #5f78c7 0%, #fd5c15 74%);
        background: -o-linear-gradient(to right, #5f78c7 0%, #fd5c15 74%);
        background: linear-gradient(to right, #5f78c7 0%, #fd5c15 74%);
    }

    .testimonial2 .testimonial_box {
        text-align: left;
        background: rgb(144 144 144);
    }

    /*** ==============================================
                team Section
================================================***/

    .team-block-three {
        position: relative;
        margin-bottom: 30px;
    }

    .team-block-three .inner-box {
        position: relative;
    }

    .team-block-three .inner-box .image {
        position: relative;
        overflow: hidden;
        background-color: #222222;
    }

    .team-block-three .inner-box .image img {
        position: relative;
        width: 100%;
        display: block;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

    .team-block-three .inner-box:hover .image img {
        opacity: 0.5;
        transform: scale(1.04, 1.04);
    }

    .team-block-three .inner-box .image .social-box {
        position: absolute;
        right: -250px;
        bottom: 40px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

    .team-block-three .inner-box:hover .image .social-box {
        right: 0px;
    }

    .team-block-three .inner-box .image .social-box li {
        position: relative;
        float: left;
        border-right: 1px solid #ffffff;
    }

    .team-block-three .inner-box .image .social-box li:last-child {
        border-right: 0px;
    }

    .team-block-three .inner-box .image .social-box li a {
        position: relative;
        width: 35px;
        height: 35px;
        color: #ffffff;
        line-height: 35px;
        text-align: center;
        font-size: 18px;
        background-color: #fe4f00;
        display: inline-block;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    .team-block-three .inner-box .image .social-box li a:hover {
        background-color: #ffffff;
        color: #111111;
    }

    .team-block-three .inner-box .image img {
        position: relative;
        width: 100%;
        display: block;
    }

    .team-block-three .inner-box .lower-content {
        position: relative;
        padding-top: 25px;
    }

    .team-block-three .inner-box .lower-content .designation {
        position: relative;
        color: #222222;
        font-size: 16px;
    }

    .team-block-three .inner-box .lower-content h4 {
        font-weight: 700;
        margin-top: 5px;
    }

    .team-block-three .inner-box .lower-content h4 a {
        position: relative;
        color: #222222;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    .team-block-three .inner-box .lower-content h4 a:hover {
        color: #ff4f00;
    }

    .power-about-content {
        padding-left: 30px;
    }

    .power-about-content p {
        margin-bottom: 15px;
    }

    .power-about-content .social-box li {
        position: relative;
        display: inline-block;
        border-right: 1px solid #ffffff;
    }

    .power-about-content .social-box li a {
        position: relative;
        width: 35px;
        height: 35px;
        color: #ffffff;
        line-height: 35px;
        text-align: center;
        font-size: 18px;
        background-color: #fe4f00;
        display: inline-block;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    .power-about-content .social-box li a:hover {
        background-color: #3763eb;
        color: #fff;
    }

    .team-details-info {
        margin: 0;
        padding: 0;
    }

    .team-details-info li {
        position: relative;
        padding-top: 10px;
        font-size: 15px;
        line-height: 24px;
        display: block;
    }

    .team-details-info li .team-icon-box {
        height: 45px;
        width: 45px;
        line-height: 45px;
        display: table-cell;
        text-align: center;
        border: 1px solid #f2f2f2;
        vertical-align: middle;
    }

    .team-icon-box i {
        font-size: 18px;
        color: #fe4f00;
    }

    .team-details-box {
        display: table-cell;
        vertical-align: middle;
        padding-left: 20px;
    }

    .team-details-box .team-list-title {
        margin-right: 3px;
        position: relative;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
        text-transform: capitalize;
        display: block;
    }

    .team-details-box .team-list-value {
        font-size: 18px;
        font-weight: 500;
    }

    .team-details-box .team-list-value a {
        color: #ff4f00;
    }

    .team-member-content-about {
        margin-top: 35px;
    }

    .progress {
        height: 25px;
        line-height: 35px;
        margin-bottom: 23px;
        background: #f7f7f7;
        border-radius: 0 15px 0 15px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    }

    .progressbar-title {
        color: #333;
        font-size: 15px;
        margin: 5px 0 5px;
    }

    .progress .progress-bar {
        position: relative;
        border-radius: 0 15px 0 15px;
        background-color: #ff4f00;
    }

    .progress .progress-bar span {
        display: block;
        background: #000;
        color: #fff;
        border-top-right-radius: 15px;
        font-size: 11px;
        padding: 2px 8px;
        line-height: 22px;
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .progress-bar.active {
        animation: progress-bar-stripes 0.90s linear infinite;
    }

    .team-member-education-box p {
        margin-bottom: 25px;
    }

    .team-member-education-box span {
        font-size: 16px;
    }

    .power-about-content .social-box,
    .mrgn_p {
        margin-top: 35px;
    }

    /*** ==============================================
                sidebar Section
================================================***/

    .sidebar .sidebar-item {
        margin-bottom: 40px;
        overflow: hidden;
    }

    .sidebar .sidebar-item .title h4 {
        display: inline-block;
        font-weight: 600;
        margin-bottom: 20px;
        padding-bottom: 15px;
        position: relative;
        text-transform: uppercase;
        z-index: 1;
    }

    .sidebar .sidebar-item .title h4::before {
        background: #ff5e14 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 30px;
    }

    .sidebar .sidebar-item input {
        border: 1px solid #e7e7e7;
        border-radius: inherit;
        box-shadow: inherit;
        min-height: 50px;
    }

    .sidebar .sidebar-item form {
        position: relative;
    }

    .sidebar .sidebar-item form input[type="submit"] {
        background: #ff5e14 none repeat scroll 0 0;
        border: medium none;
        color: #ffffff;
        cursor: pointer;
        font-weight: 600;
        padding: 0 20px;
        min-height: 50px;
        position: absolute;
        right: 0;
        text-transform: capitalize;
        top: 0;
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
    }

    .sidebar .sidebar-item input {
        border: 1px solid #e7e7e7;
        border-radius: inherit;
        box-shadow: inherit;
    }

    .sidebar .sidebar-item form input[type="submit"]:hover {
        background: #000 none repeat scroll 0 0;
        border: medium none;
    }

    .sidebar .sidebar-item.category li a {
        color: #666666;
        display: block;
        position: relative;
        text-transform: capitalize;
        z-index: 1;
        padding: 10px 0;
        text-decoration: none;
    }

    .sidebar .sidebar-item.category li {
        border-bottom: 1px dashed #999999;
    }

    .sidebar .sidebar-item.category li a:hover {
        background: #ff5e14;
        padding-left: 10px;
        color: #fff;
    }

    .sidebar .sidebar-item.tags li {
        display: inline-block;
    }

    .sidebar .sidebar-item.tags li a {
        border: 1px solid #e7e7e7;
        display: inline-block;
        float: left;
        margin-right: 3px;
        text-decoration: none;
        padding: 8px 20px;
        font-size: 14px;
        color: #000;
        text-transform: capitalize;
    }

    .sidebar-item .title {
        text-align: left;
        margin-bottom: 0px;
    }

    .sidebar .sidebar-item.tags li a:hover {
        background: #ff5e14;
        color: #fff;
    }

    .recent-post-widget .posts {
        background-color: #f7f7f7;
        padding: 30px 20px 10px;
    }

    .recent-post-widget .post {
        overflow: hidden;
    }

    .recent-post-widget .entry-media {
        width: 75px;
        float: left;
        margin-bottom: 20px;
    }

    .recent-post-widget .entry-details {
        width: calc(100% - 75px);
        float: left;
        padding-left: 15px;
    }

    .recent-post-widget .entry-details h4 {
        font-size: 15px;
        font-weight: normal;
        line-height: 20px;
        margin: 0;
    }

    .recent-post-widget .entry-details h4 a {
        color: #051829;
        font-weight: 600;
    }

    .recent-post-widget .date {
        font-size: 13px;
        color: #000;
    }

    .sidebar-list .list-group-item {
        position: relative;
        display: block;
        padding: 20px 13px;
        margin-bottom: -1px;
        background-color: #F5F5F5;
        border: none;
        border-radius: 0px;
        margin-bottom: 5px;
        border-left: solid 6px #ff4f00;
        transition: 0.3s ease;
        cursor: pointer;
        color: #333;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 15px;
    }

    .sidebar-list .list-group-item .badge {
        display: inline-block;
        padding: 0.25em 0.4em;
        font-size: 75%;
        font-weight: 400;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 0.25rem;
        color: #333;
        transition: 0.3s ease;
    }

    .sidebar-list .list-group-item:hover {
        color: #FFF;
    }

    .sidebar-list .list-group-item:hover .badge {
        color: #FFF;
    }

    .sidebar-list .list-group-item:hover {
        background-color: #f36300;
    }

    /*** ==============================================
                Accordion Styles
================================================***/

    .accordion-box {
        position: relative;
    }

    .accordion-box .heading {
        position: relative;
        color: #000000;
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 45px;
    }

    .accordion-box .block {
        position: relative;
        padding: 17px 24px 28px 40px;
        margin-bottom: 20px;
        border: 1px solid #cccccc;
    }

    .accordion-box.style-two .block {
        padding: 10px 24px 15px 20px;
    }

    .accordion-box.style-two .block .acc-btn {
        font-size: 16px;
    }

    .accordion-box.style-two .block .icon-outer {
        background: none;
        right: -10px;
    }

    .accordion-box.style-two .block .acc-btn.active .icon-outer .icon-minus {
        background: none;
    }

    .accordion-box.style-two .block .acc-btn.active .icon-outer .icon-minus {
        color: #111111;
    }

    .accordion-box .block .number {
        position: relative;
        margin-right: 20px;
        color: #ff4f00;
        font-size: 18px;
    }

    .accordion-box .block:last-child {}

    .accordion-box .block .acc-btn {
        font-size: 18px;
        padding-right: 40px;
        position: relative;
        cursor: pointer;
        line-height: 30px;
        color: #222222;
        font-weight: 700;
        padding-top: 10px;
        transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        text-transform: capitalize;
    }

    .accordion-box .block .icon-outer {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 50px;
        height: 50px;
        text-align: center;
        font-size: 18px;
        color: #222222;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        background-color: #dddddd;
    }

    .accordion-box .block .icon-outer .icon {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        font-size: 18px;
        color: #222222;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

    .accordion-box .block .icon-outer .icon-plus {
        opacity: 1;
    }

    .accordion-box .block .icon-outer .icon-minus {
        opacity: 0;
        color: #ff4f00;
        font-weight: 600;
    }

    .accordion-box .block .acc-btn.active .icon-outer .icon-minus {
        opacity: 1;
        color: #ffffff;
        background-color: #ff4f00;
    }

    .accordion-box .block .acc-btn.active .icon-outer .icon-plus {
        opacity: 0;
    }

    .accordion-box .block .acc-btn.active .icon-outer {
        border-color: #ff3548;
        color: #ff3548;
    }

    .accordion-box .block .acc-content {
        position: relative;
        display: none;
    }

    .accordion-box .block .acc-content .content-text {
        padding-bottom: 6px;
    }

    .accordion-box .block .acc-content.current {
        display: block;
    }

    .accordion-box .block .content {
        position: relative;
        font-size: 14px;
        padding: 20px 0px 0px 0px;
    }

    .accordion-box .block .content .text p {
        margin-bottom: 0px;
        line-height: 1.7em;
        font-size: 16px;
        color: #555555;
    }

    .accordion-box .block .content p:last-child {
        margin-bottom: 0px;
    }

    /*** ==============================================
                blog_details Section
================================================***/

    .blog_details .services_box {
        margin-bottom: 20px;
        padding: 0;
        box-shadow: none;
        background: none;
    }

    .blog_details .services_box .servicesImg {
        position: relative;
        overflow: hidden;
    }

    .blog_details .services_box .servicesImg img {
        width: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .blog_details .services_box:hover .servicesImg img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .blog_details .services_box h3 {
        min-height: inherit;
        margin-top: 14px;
        line-height: 40px;
        margin-top: 20PX;
    }

    .blog_details .services_box h3 a {
        text-decoration: none;
        font-size: 22px;
        color: #000;
        font-weight: 500;
    }

    .blog_details .services_box blockquote {
        font-size: 14px;
        font-style: italic;
        line-height: 24px;
        background: #3763eb12;
        padding: 25px;
        border-left: 8px solid #3763eb;
        margin: 20px 0;
    }

    .blog_details .services_box ul.tick {
        list-style: none;
    }

    .blog_details .services_box ul.tick li {
        margin-bottom: 10px;
    }

    .blog_details .services_box ul.tick li {
        position: relative;
        padding-left: 28px;
        font-size: 15px;
        font-weight: 600;
        flex-basis: 50%;
    }

    .blog_details .services_box ul.tick li:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        content: '\f14a';
        position: absolute;
        top: 0;
        left: 0;
        color: #ff4f00;
    }

    /*** ==============================================
                pagination
================================================***/

    .pagination {
        display: inline-block;
        margin-top: 30px;
    }

    .pagination a {
        color: black;
        float: left;
        padding: 10px 18px;
        text-decoration: none;
        border: 1px solid #DDD;
        margin: 0px 5px 0px 5px;
        font-family: 'Roboto', sans-serif;
        color: #ff4f00;
        transition: 0.3s;
    }

    .pagination a.active {
        background-color: #ff4f00;
        color: white;
        border: 1px solid #ff4f00;
    }

    .pagination a:hover:not(.active) {
        background-color: #ff4f00;
        color: #FFF;
        border: solid 1px #ff4f00;
    }

    .pagination a:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .pagination a:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    /*** ==============================================
                comments
================================================***/

    .comments h3 {
        font-size: 1rem;
        color: #333;
        font-weight: 600;
    }

    .user-avatar {
        width: 90px;
        height: 150px;
        border-radius: 50%;
        float: left;
        margin-right: 15px;
    }

    .user-avatar img {
        width: 100%;
        border-radius: 50%;
    }

    .comment-details h4 {
        font-size: 0.75rem;
        font-weight: 500;
        margin-bottom: 2px;
    }

    p.comment-date {
        font-size: 14px;
        color: #9dadaf;
        margin-bottom: 2px;
    }

    p.comment {
        line-height: 1.7;
        margin-bottom: 10px;
    }

    .comment-interaction .fas {
        color: #FB5607;
        transition: 0.6s;
    }

    .vote-up,
    .vote-down,
    .replay-box {
        display: inline-block;
        margin-right: 8px;
    }

    .replay-box .fas {
        font-size: 19px;
    }

    hr.comments {
        margin: 20px auto 30px;
    }

    .comment-interaction .replay-box:hover .fas {
        color: #0A178F;
    }

    .comment-interaction .vote-up:hover .fas {
        color: #0A178F;
    }

    .comment-interaction .vote-down:hover .fas {
        color: #0A178F;
    }

    .comment-form {
        clear: both;
        margin-top: 1.5rem;
    }

    .comment-form h3 {
        font-size: 1rem;
        color: #333;
        font-weight: 600;
    }

    .customize {
        display: block;
        width: 100%;
        height: 50px;
        padding: 0.375rem 0.75rem;
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #f0f5f5;
        background-clip: padding-box;
        border: none;
        border-radius: 0;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        margin: 5px 0px;
        transition: 0.6s;
    }

    .customize::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .customize:focus {
        color: #495057;
        background-color: #e0ebeb;
        border-color: none;
        outline: 0;
        box-shadow: none;
    }

    .btn-comments {
        margin-top: 1rem;
    }

    .btn-comments a {
        color: #FFF;
        text-decoration: none;
        transition: 0.6s;
    }

    .btn-comments a:hover {
        color: #FFF;
        text-decoration: none;
    }

    /*** ==============================================
                Contact Map
================================================***/

    .contact-map-section {
        position: relative;
        padding-top: 0px;
    }

    .contact-map-section .container-fluid {
        padding: 0px;
    }

    .contact-map-section iframe {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 500px;
    }

    /*** ==============================================
                Contact Info
================================================***/

    .contact-info-section {
        position: relative;
        z-index: 1;
    }

    .contact-info-section .inner-container {
        position: relative;
        margin-top: -105px;
    }

    .contact-info-section .info-box {
        position: relative;
        margin-bottom: 30px;
    }

    .contact-info-section .info-box .box-inner {
        position: relative;
        padding: 50px 15px;
        text-align: center;
        background-color: #ffffff;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    }

    .contact-info-section .info-box .icon {
        position: relative;
        color: #ff4f00;
        font-size: 60px;
        line-height: 1em;
        margin-bottom: 20px;
    }

    .contact-info-section .info-box .text {
        position: relative;
        color: #555555;
        margin-bottom: 8px;
    }

    .contact-info-section .info-box .text a {
        position: relative;
        color: #555555;
    }

    .contact-info-section .info-box h4 {
        font-weight: 700;
        color: #222222;
    }

    .contact-info-section .info-box h4 a {
        color: #222222;
    }

    .contact-form-section {
        position: relative;
        padding: 70px 0px;
    }

    .contact-form-section .inner-container {
        position: relative;
    }

    .contact-form .form-group {
        margin-bottom: 25px;
    }

    .contact-form .form-group input[type="text"],
    .contact-form .form-group input[type="password"],
    .contact-form .form-group input[type="tel"],
    .contact-form .form-group input[type="email"],
    .contact-form .form-group select {
        position: relative;
        display: block;
        width: 100%;
        line-height: 28px;
        padding: 10px 25px;
        color: #888888;
        height: 55px;
        font-size: 16px;
        border-radius: 0px;
        background: #f5f5f5;
        border: 1px solid #dddddd;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .contact-form .form-group textarea {
        position: relative;
        display: block;
        width: 100%;
        line-height: 24px;
        padding: 15px 25px 25px;
        color: #888888;
        border: 1px solid #dddddd;
        height: 180px;
        background: #f5f5f5;
        resize: none;
        font-size: 16px;
        border-radius: 0px;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    /* ---------------------------------- 
     Media Screen Css
------------------------------------- */

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

    @media screen and (max-width: 1200px) {
        .header_logo img {
            margin: 0px 0;
            width: 100%;
        }
        .paddingg-nav-left {
            padding-left: 0px;
        }
        .navbar-light .navbar-nav .nav-link {
            padding: 12px 9px;
        }
        .phone_btnn {
            padding: 5px 0px 0px 0;
        }
        .aboutWappp {
            padding-bottom: 40px;
        }
        .testimonial_authorr {
            top: 30px;
        }
        .sinatureBox {
            top: 41%;
        }
    }

    @media screen and (max-width: 990px) {
        .get-wrap p {
            padding: 0;
        }
        .sinatureBox {
            bottom: 15px;
            top: auto;
        }
        .services__box {
            margin: 0 auto 90px;
        }
        .aboutWappp-content {
            margin-top: 50px;
        }
        .aboutWappp {
            padding-top: 0px;
            padding-bottom: 60px;
        }
        .counter-box {
            display: block;
            background: rgb(255 79 0 / 80%);
            padding: 25px 20px 25px;
            text-align: center;
            height: 160px;
            width: 160px;
        }
        .testimonial_authorr {
            top: 17px;
        }
        .copyright,
        .credits {
            text-align: center;
        }
        .sbutn {
            padding: 15px 0px 15px 0;
            font-size: 11px;
        }
        .ulockd-team .offset-3 {
            margin-left: 0;
        }
        .header-wrap {
            padding: 5px 0;
        }
        .navbar-nav {
            clear: both;
        }
        .perfect_home_wrap .readmore,
        .perfect_home_wrap {
            text-align: center;
        }
        .popular_img .popular_img_text a {
            font-size: 16px;
        }
        .hotelLinks li {
            width: 25%;
        }
        .economy,
        .form-wrap .col-lg-4 {
            padding: 0 15px !important;
        }
        .end_date,
        .form-wrap .col-lg-5 {
            padding-right: 15px;
        }
        .form-wrap .col-lg-2,
        .form-wrap .col-lg-3 {
            padding-left: 15px;
        }
        .form-wrap .input-group {
            margin-bottom: 6px;
        }
        .sliderTxt h1 {
            font-size: 48px;
        }
        .story_box h3,
        .story_box p,
        .story_box {
            text-align: center;
        }
        .story_box p {
            margin-bottom: 30px;
        }
        .story-wrap {
            padding: 90px 0 40px 0;
        }
        .navbar {
            float: none;
        }
        .navbar-toggler {
            position: absolute;
            top: 15px;
            right: 0;
            border: 1px solid #eee;
        }
        .navbar-collapse {
            position: fixed;
            top: 0px;
            bottom: 0;
            left: 100%;
            width: 60%;
            padding-right: 1rem;
            padding-left: 1rem;
            overflow-y: auto;
            visibility: hidden;
            background-color: rgba(0, 0, 0, 0.8);
            transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
            transition: transform .3s ease-in-out, visibility .3s ease-in-out;
            transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
            z-index: 10000;
        }
        .navbar-nav>li>ul {
            width: 100%;
            position: static;
            display: none;
            margin-left: 0;
            opacity: 1;
            visibility: visible;
        }
        .navbar-collapse.show {
            visibility: visible;
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
        }
        .close-toggler {
            background: none;
            color: #fff;
            padding: 5px;
            border: none;
            margin-top: 10px;
            font-size: 24px;
            float: right;
            display: block;
        }
        .perfect_home_wrap .readmore {
            margin-top: 30px;
            display: inline-block;
        }
        .navbar-nav li a+i {
            display: block;
        }
        .team_wrp {
            max-width: 375px;
            margin: 0 auto;
        }
        .insta_pics img {
            width: 80px;
        }
        .about-widget,
        .footer_button {
            text-align: center;
        }
        .navbar-light .navbar-nav .nav-link {
            color: #fff;
        }
        .blog_post .services_box {
            min-height: inherit;
        }
        .navbar li {
            padding: 0;
        }
        .navbar-light .navbar-nav .active>.nav-link,
        .navbar-light .navbar-nav .nav-link.active,
        .navbar-light .navbar-nav .nav-link.show,
        .navbar-light .navbar-nav .show>.nav-link {
            color: #fff !important;
        }
        .navbar li span {
            display: inline-block;
            width: 30px;
            padding-right: 10px;
        }
        .navbar-nav>li>ul>li>a:hover {
            background: #ff4f00;
        }
        .buy-wrap p {
            padding: 0px;
        }
        section.our_team_wrap .team_member {
            margin-bottom: 20px;
            margin-left: auto;
            margin-right: auto;
        }
        .caret {
            display: none !important;
        }
        .plan.featured {
            transform: none;
            margin: 30px 0;
        }
        .listing_wrap .services_box {
            max-width: inherit;
        }
        .four-zero-page p {
            padding: 0;
        }
        .innerTeamWrp .team_wrp {
            margin: 15px 0;
        }
        .innerTeamWrp .team_member {
            margin-bottom: 0 !important;
        }
        .blog-pagination {
            margin-bottom: 30px;
        }
        .innercontent .faqs {
            margin-bottom: 0;
        }
        .panel-group h3 {
            margin-top: 0;
        }
        .porperty_listWrp .services_box {
            max-width: inherit;
        }
        .blog_post p {
            min-height: inherit;
        }
    }

    @media screen and (max-width: 767px) {
        .counterWrapp {
            background: #1c1e37 !important;
            padding-top: 60px;
        }
        .counter-box {
            margin: 0 auto 30px;
        }
        .testimonial_authorr {
            display: none;
        }
        .testimonial_detail .testimonial_box {
            margin-left: 0;
            padding: 30px 30px 30px 30px;
        }
        .footerWrap h3 {
            padding-top: 35px;
        }
        .footerWrap {
            padding: 35px 0px;
        }
        .popular_wrap .mt_md {
            margin-top: 20px;
        }
        .col-sm-4.pr-0 {
            padding-right: 15px !important;
        }
        .popular_wrap .row .col-md-4:nth-child(1) .popular_img {
            margin-bottom: 15px;
        }
        .cleaning_details .heart_info {
            float: none;
        }
        .icon-checkbox {
            columns: 2;
        }
        .slidertext3 {
            line-height: 25px !important;
        }
        section.our_team_wrap h1 {
            font-size: 30px;
        }
        .innerTeamWrp .team_wrp {
            margin: 0 auto !important;
        }
        .four-zero-page h2 {
            font-size: 150px;
        }
        .four-zero-page h3 {
            font-size: 24px;
            letter-spacing: 5px;
        }
        .four-zero-page {
            padding-bottom: 0;
        }
    }

    @media screen and (max-width: 480px) {
        .topbar-wrap {
            padding: 8px 0;
            text-align: center;
        }
        .about_box .title h1,
        .about-wrap .title h1 span {
            font-size: 24px;
        }
        .about-wrap .readmore {
            margin-top: 10px;
        }
        .bullet_icons li {
            flex-basis: 100%;
        }
        .icon-checkbox {
            columns: 1;
        }
        .residence_bg,
        .commerialWrp {
            padding: 80px 40px;
        }
        .commerial_wrap p {
            line-height: 24px;
        }
        .copyright {
            font-size: 14px;
        }
        .get-wrap .title h1 {
            font-size: 34px;
        }
        .get-wrap .phonewrp a {
            font-size: 40px;
        }
        .topbar_phone {
            display: block;
            margin-bottom: 6px;
        }
        .top_right {
            text-align: center;
        }
        .navbar {
            padding: 0 15px;
        }
        .navbar-toggler {
            right: 15px;
        }
        .topbar_phone {
            padding-top: 0;
        }
        .nav>li>a {
            padding: 10px 8px;
            font-size: 14px;
        }
        .get-wrap .phonewrp {
            padding-left: 0;
            margin-top: 0px;
        }
        .callText {
            margin-bottom: 30px;
            font-size: 18px;
        }
        .get-wrap .phonewrp:before {
            top: -70px;
            left: 50%;
            margin-left: -32px;
        }
        .header_logo {
            width: 200px;
        }
    }

    .topheader {
        margin: 4px 0;
        border-left: 1px solid #fff;
    }

    @media(max-width: 786px) {
        .topheader {
            margin: 0px 0;
            border-left: unset;
        }
    }

    .topheader li {
        display: inline-block;
        padding: 10px 20px;
        color: #fff;
    }

    .topheader li a {
        color: #fff;
    }

    .mobi {
        display: none !important;
    }

    @media(max-width: 786px) {
        .mobi {
            color: yellow;
            display: block !important;
            padding: 8px 0 !important;
            font-weight: 600;
            font-size: 22px;
        }
    }

    @media(max-width: 786px) {
        .topheader li {
            padding: 0;
        }
    }

    @media(max-width: 786px) {
        .social_media li {
            padding: 0 5px;
        }
    }

    @media(max-width: 786px) {
        .servicesWrapp {
            margin-top: 0;
        }
    }

    @media(max-width: 786px) {
        .tp-banner {
            margin-top: 0;
        }
    }

    form .btn {
        padding: 18px 30px;
    }

    .networkgallery {
        padding: 60px 0;
    }

    .ourbranch li {
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        background: rgb(255 79 0 / 80%);
        padding: 5px 0;
        margin-bottom: 6px;
    }

    .ourgallery h3 {
        color: #fff;
        padding: 10px 0;
        text-align: center;
        background: black;
    }

    .ourgallery {}

    .ourgallery li {
        margin-bottom: 5px;
        width: 49%;
        display: inline-block;
    }

    .ourgallery li img {
        height: 150px;
        width: 100%;
    }

    .footerbg img {
        height: 200px;
        width: 100%;
    }

    .container {
        max-width: 1250px;
    }

    @media(max-width: 786px) {
        .page-title {
            padding: 40px 0;
        }
    }

    .mobi i {
        color: yellow;
    }

    .mobi strong {
        color: yellow;
    }

    @media(max-width: 786px) {
        .blog_details .services_box {
            margin-bottom: 60px;
        }
    }

    .branchnetwork h2 {
        padding-bottom: 30px;
    }

    .branchnetwork ul li {
        font-size: 14px;
        font-weight: 600;
        padding-bottom: 8px;
        list-style: circle;
    }

    @media(max-width: 786px) {
        .branchnetwork ul li {
            margin-left: 15px;
        }
    }

    .branchnetwork {
        padding-bottom: 70px;
    }