    /*******************************/
    /********* General CSS *********/
    /*******************************/
    body {
        color: #666666;
        background: #ffffff /*#dddddd*/;
          font-family: "Poppins", serif;
        font-weight: 400;
    }

    h1,
    h2, 

    h3, 
    h4,
    h5, 
    h6 {
        color: #030f27;
    }

    a {
        color: #270081;
        transition: .3s;
    }

    awhite {
        color: #000000;
        transition: .3s;
    }

    a:hover,
    a:active,
    a:focus {
        color: #fdbe33;
        outline: none;
        text-decoration: none;
    }

    .btn:focus {
        box-shadow: none;
    }

    .wrapper {
        position: relative;
        width: 100%;
        max-width: 1366px;
        margin: 0 auto;
        background: #ffffff;
    }

    .back-to-top {
        position: fixed;
        display: none;
        background: #ea7848;
        color: #ffffff;
        width: 44px;
        height: 44px;
        text-align: center;
        line-height: 1;
        font-size: 22px;
        right: 15px;
        bottom: 15px;
        transition: background 0.5s;
        z-index: 9;
    }

    .back-to-top:hover {
        color: #f9f9f9;
        background: #3f8ddb;
    }

    .back-to-top i {
        padding-top: 10px;
    }

    .btn {
        transition: .3s;
    }


    /**********************************/
    /********** Top Bar CSS ***********/
    /**********************************/
    .top-bar {
        position: relative;
        height: 90px;
        background: #ffffff;
    }

    .top-bar .logo {
        padding: 15px 0;
        text-align: left;
        overflow: hidden;
    }

    .top-bar .logo h1 {
        margin: 0;
        color: #030f27;
        font-size: 60px;
        line-height: 60px;
        font-weight: 700;
    }

    .top-bar .logo img {
        max-width: 100%;
        max-height: 60px;
    }

    .top-bar .top-bar-item {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .top-bar .top-bar-icon {
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .top-bar .top-bar-icon [class^="flaticon-"]::before {
        margin: 0;
        color: #030f27;
        font-size: 40px;
    }

    .top-bar .top-bar-text {
        padding-left: 15px;
    }

    .top-bar .top-bar-text h3 {
        margin: 0 0 5px 0;
        color: #030f27;
        font-size: 16px;
        font-weight: 400;
    }

    .top-bar .top-bar-text p {
        margin: 0;
        color: #030f27;
        font-size: 13px;
        font-weight: 400;
    }



                   .count-down {
                     position: absolute;
      top: -400px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);

                   }

    .logocontrol {

        margin-left:auto;
        margin-right:auto;

    }
    .logocontrol1 {
        display:none !important;
    }

    .logocontrol2 {
        display: none !important;
    }

    @media (min-width: 992px) {
        .top-bar {
            padding: 0 60px;
        }
    }

    @media (max-width: 991.98px) {
        .top-bar .logo {
            text-align: center;
        }


    }



    /**********************************/
    /*********** Nav Bar CSS **********/
    /**********************************/



    .bg-dark {/* background: #ffffff!important; */}


    .nav-bar {
        position: relative;
        /* background: #ffffff; */
        transition: .3s;
    }


    .nav-bar.nav-sticky {
        position: fixed;
        top: 0;
        left: 0;


        width: 100%;

        box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
        z-index: 999;
    }

    .nav-bar .navbar {
        height: 100%;

    }


    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link:hover,
    .navbar-dark .navbar-nav .nav-link.active {
        padding: 0px 19px 0px 5px; /*10px 11px 8px 16px;*/
        color: #ffffff;
    }


    .navbar-dark .navbar-nav .nav-link:hover,
    .navbar-dark .navbar-nav .nav-link.active {
        color: black;
    /*        background-color: #b9090e;*/
    /*        border-radius: 30px;*/
    /*    transition: none;*/
    }



    .navbar-dark .navbar-nav .nav-link:hover,
    .navbar-dark .navbar-nav .nav-link.hover {
        color: #ffffff;
        /*    transition: none;*/
        /*    background-color: #b9090e;*/
        /*    border-radius: 30px;*/
    }


    .nav-bar .dropdown-menu {
        margin-top: 8px;
        border: 0;
        border-radius: 0;
        background: #f8f9fa;
    }

    .dropdown-item:focus, .dropdown-item:hover {
        color: #16181b !important;
        background-color: #f8f9fa !important;
    }

    .nav-bar .btn {
        color: #ffffff;
        border: 2px solid #ffffff;
        border-radius: 0;
    }

    .nav-bar .btn:hover {
        color: #030f27;
        background: #fdbe33;
        border-color: #fdbe33;
    }




    .dropdown-menu {font-size: 12px;} 

    @media (min-width: 992px) {
        .nav-bar {
            padding: 20px 0;/*75px*/
        }

        .nav-bar.nav-sticky {
            padding: 0;
        }

        .nav-bar .navbar {

            padding-left:8px;

            padding-right:8px;

        }

        .nav-bar .navbar-brand {
            display: none;
        }

        .nav-bar a.nav-link {
            padding: 8px 10px;
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 400;
        }
    }

    @media (max-width: 991.98px) {
        .nav-bar .navbar {
            padding: 15px;
        }

        .nav-bar a.nav-link {
            padding: 5px;
        }

        .nav-bar .dropdown-menu {
            box-shadow: none;
        }

        .nav-bar .btn {
            display: none;
        }
    }

    /*******************************/
    /******** Carousel CSS *********/
    /*******************************/
    .carousel {
        position: relative;
        width: 100%;
        /* height: calc(67vh - 170px); */
        min-height: /*413px /*365px*/ /*558px*/;
        margin: 0 auto;
        text-align: center;
        overflow: hidden;
        margin-top: 0px !important;
        top: 102px;
    }

    .carousel .carousel-inner,
    .carousel .carousel-item {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .carousel .carousel-item img {

        object-fit: fill;
    }

    .carousel .carousel-item::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        /*background: rgba(0, 0, 0, .3);*/
        z-index: 1;
    }

    .carousel .carousel-caption {
        position: absolute;
        top: -6px;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: calc(100vh - 170px);
        min-height: 400px;
    }

    .carousel .carousel-caption p {
        float: left;
        color: #ffffff;
        font-size: 21px;
        margin-bottom: 6px;
        letter-spacing: 0px;
        font-weight: 400;
        line-height: 29px;
    }

    .carousel .carousel-caption h1 {
        color: #ffffff;
        font-size: 60px;
        font-weight: 700;
        margin-bottom: 35px;
    }

    .carousel .carousel-caption .btn {
        padding: 15px 35px;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #ffffff;
        background: transparent;
        border: 2px solid #ffffff;
        border-radius: 0;
        transition: .3s;
    }

    .carousel .carousel-caption .btn:hover {
        color: #030f27;
        background: #fdbe33;
        border-color: #fdbe33;
    }

    @media (max-width: 767.98px) {
        .carousel .carousel-caption h1 {
            font-size: 40px;
            font-weight: 700;
        }

        .carousel .carousel-caption p {
            font-size: 20px;
        }

        .carousel .carousel-caption .btn {
            padding: 12px 30px;
            font-size: 18px;
            font-weight: 500;
            letter-spacing: 0;
        }
    }

    @media (max-width: 575.98px) {
        .carousel .carousel-caption h1 {
            font-size: 30px;
            font-weight: 500;
        }

        .carousel .carousel-caption p {
            font-size: 16px;
        }

        .carousel .carousel-caption .btn {
            padding: 10px 25px;
            font-size: 16px;
            font-weight: 400;
            letter-spacing: 0;
        }
        .icon-bar {
                         position: absolute;
        top: 28%;
        right: 11px;

                   }

                   .count-down {
                     position: absolute;
          top: -440px;
        right: 10px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);

                   }

         .logocontrol1 {
        width: 100% !important;
        display: block !important;
    }
    .logocontrol {
        display:none !important;
    }
    .logocontrol2 {
        display: block !important;
    }
    }

    .carousel .animated {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }


    /*******************************/
    /******* Page Header CSS *******/
    /*******************************/
    .page-header {
        position: relative;
        margin-bottom: 0px;
        padding: 30px 0;
        text-align: center;
        background: #f7dbca;
        background-image:url(../img/other-page.jpg);
        margin-top: 0px !important;
    }

    .page-header h2 {
        position: relative;
        color: #030f27;
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 20px;
        padding-bottom: 5px;
    }

    /*.page-header h2::after {
        position: absolute;
        content: "";
        width: 100px;
        height: 2px;
        left: calc(50% - 50px);
        bottom: 0;
        background: #030f27;
    }*/

    .page-header a {
        position: relative;
        padding: 0 12px;
        font-size: 19px;
        color: #030f27;
    }

    .page-header a:hover {
        color: #0172f5;
    }

    .page-header a::after {
        position: absolute;
        content: "/";
        width: 8px;
        height: 8px;
        top: -2px;
        right: -7px;
        text-align: center;
        color: #121518;
    }

    .page-header a:last-child::after {
        display: none;
    }

    table {
        border-collapse: separate !important;
    }

    @media (max-width: 991.98px) {
        .page-header {
            padding: 60px 0;
        }

        .page-header h2 {
            font-size: 45px;
        }

        .page-header a {
            font-size: 20px;
        }
    }

    @media (max-width: 767.98px) {
        .page-header {
            padding: 45px 0;
        }

        .page-header h2 {
            font-size: 35px;
        }

        .page-header a {
            font-size: 18px;
        }

    }


    /*******************************/
    /******* Section Header ********/
    /*******************************/
    .section-header {
        position: relative;
        width: 100%;
        margin-bottom: 45px;
    }

    .section-header p {
        color: #fdbe33;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .section-header h2 {
        margin: 0;
        position: relative;
        font-size: 36px;
        font-weight: 600;
    }

    @media (max-width: 767.98px) {
        .section-header h2 {
            font-size: 30px;
        }
    }


    /*******************************/
    /********* Feature CSS *********/
    /*******************************/
    .feature {
        position: relative;
        margin-bottom: 45px;
    }

    .feature .col-md-12 {
        background: #f9966c;
    }

    .feature .col-md-12:nth-child(2n) {
        color: #030f27;
        background: #1c85fe;
    }

    .feature .feature-item {
        min-height: 160px;
        padding: 30px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .feature .feature-icon {
        position: relative;
        width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .feature .feature-icon::before {
        position: absolute;
        content: "";
        width: 80px;
        height: 80px;
        top: -20px;
        left: -10px;
        border: 2px dotted #ffffff;
        border-radius: 60px;
        z-index: 1;
    }

    .feature .feature-icon::after {
        position: absolute;
        content: "";
        width: 79px;
        height: 79px;
        top: -18px;
        left: -9px;
        background: #ce4c14;
        border-radius: 60px;
        z-index: 2;
    }

    .feature .col-md-12:nth-child(2n) .feature-icon::after {
        background: #004798;
    }

    .feature .feature-icon [class^="flaticon-"]::before {
        position: relative;
        margin: 0;
        color: #ffffff;
        font-size: 40px;
        line-height: 40px;
        z-index: 3;
    }

    .feature .feature-text {
        padding-left: 30px;
    }

    .feature .feature-text h3 {
        margin: 0 0 10px 0;
        color: #ffffff;
        font-size: 25px;
        font-weight: 600;
    }

    .feature .feature-text p {
        margin: 0;
        color: #ffffff;
        font-size: 18px;
        font-weight: 400;
    }

    .feature .col-md-12:nth-child(2n) [class^="flaticon-"]::before,
    .feature .col-md-12:nth-child(2n) h3,
    .feature .col-md-12:nth-child(2n) p {
        color: #ffffff;
    }


    /*******************************/
    /********** About CSS **********/
    /*******************************/
    .about {
        position: relative;
        width: 100%;
        padding: 45px 0;
    }

    .about .section-header {
        /*margin-bottom: 136px;*/
    }

    .about .about-img {
        position: relative;
        height: 100%;
    }

    .about .about-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .about .about-text p {
        font-size: 16px;
        color: #000000bf;
    }

    .about .about-text a.btn {
        position: relative;
        margin-top: 15px;
        padding: 9px 14px;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
        color: #ffffff;
        border-radius: 29px;
        background: #ea7848;
        transition: .3s;
    }

    .about .about-text a.btn:hover {
        color: #fdbe33;
        background: #030f27;
    }

    @media (max-width: 767.98px) {
        .about .about-img {
            margin-bottom: 30px;
            height: auto;
        }
    }


    /*******************************/
    /********** Fact CSS ***********/
    /*******************************/
    .fact {
        position: relative;
        width: 100%;
        padding: 45px 0;
    }

    .fact .col-6 {
        display: flex;
        align-items: flex-start;
    }

    .fact .fact-icon {
        position: relative;
        margin: 7px 15px 0 15px;
        width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .fact .fact-icon [class^="flaticon-"]::before {
        margin: 0;
        font-size: 60px;
        line-height: 60px;
        background-image: linear-gradient(#ffffff, #fdbe33);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .fact .fact-right .fact-icon [class^="flaticon-"]::before {
        background-image: linear-gradient(#ffffff, #030f27);
    }

    .fact .fact-left,
    .fact .fact-right {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .fact .fact-text h2 {
        font-size: 35px;
        font-weight: 700;
    }

    .fact .fact-text p {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .fact .fact-left {
        color: #fdbe33;
        background: #030f27;
    }

    .fact .fact-right {
        color: #030f27;
        background: #fdbe33;
    }

    .fact .fact-left h2 {
        color: #fdbe33;
    }


    /*******************************/
    /********* Service CSS *********/
    /*******************************/
    .service {
        position: relative;
        width: 100%;
        padding: 45px 0 15px 0;
    }

    .service .service-item {
        position: relative;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .service .service-img {
        position: relative;
        overflow: hidden;
    }

    .service .service-img img {
        width: 100%;
    }

    .service .service-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(3, 15, 39, .7);
        transition: .5s;
        opacity: 0;
    }

    .service .service-item:hover .service-overlay {
        opacity: 1;
    }

    .service .service-overlay p {
        margin: 0;
        color: #ffffff;
    }

    .service .service-text {
        display: flex;
        align-items: center;
        height: 60px;
        background: #030f27;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .service .service-text h3 {
        margin: 0;
        padding: 0 15px 0 25px;
        width: calc(100% - 60px);
        font-size: 20px;
        font-weight: 700;
        color: #fdbe33;
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .service .service-item a.btn {
        width: 60px;
        height: 60px;
        padding: 3px 0 0 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 60px;
        line-height: 60px;
        font-weight: 100;
        color: #030f27;
        background: #fdbe33;
        border-radius: 0;
        transition: .3s;
    }

    .service .service-item:hover a.btn {
        color: #ffffff;
    }


    /*******************************/
    /********** Video CSS **********/
    /*******************************/
    .video {
        position: relative;
        margin: 45px 0;
        height: 100%;
        min-height: 500px;
        background: linear-gradient(rgba(249, 150, 108, 90%), rgba(107, 44, 17, .9)), url(../img/carousel-3.jpg);
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .video .btn-play {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        box-sizing: content-box;
        display: block;
        width: 32px;
        height: 44px;
        border-radius: 50%;
        border: none;
        outline: none;
        padding: 18px 20px 18px 28px;
    }

    .video .btn-play:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 100px;
        height: 100px;
        background: #fdbe33;
        border-radius: 50%;
        animation: pulse-border 1500ms ease-out infinite;
    }

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

    .video .btn-play:hover:after {
        background-color: darken(#fdbe33, 10%);
    }

    .video .btn-play img {
        position: relative;
        z-index: 3;
        max-width: 100%;
        width: auto;
        height: auto;
    }

    .video .btn-play span {
        display: block;
        position: relative;
        z-index: 3;
        width: 0;
        height: 0;
        border-left: 32px solid #030f27;
        border-top: 22px solid transparent;
        border-bottom: 22px solid transparent;
    }

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

    #videoModal .modal-dialog {
        position: relative;
        max-width: 800px;
        margin: 60px auto 0 auto;
    }

    #videoModal .modal-body {
        position: relative;
        padding: 0px;
    }

    #videoModal .close {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 0px;
        top: -30px;
        z-index: 999;
        font-size: 30px;
        font-weight: normal;
        color: #ffffff;
        background: #000000;
        opacity: 1;
    }


    /*******************************/
    /*********** Team CSS **********/
    /*******************************/
    .team {
        position: relative;
        width: 100%;
        padding: 45px 0 15px 0;
    }

    .team .team-item {
        position: relative;
        margin-bottom: 30px;
        overflow: hidden;
    }

    .team .team-img {
        position: relative;
    }

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

    .team .team-text {
        position: relative;
        padding: 25px 15px;
        text-align: center;
        background: #ca0013;
        transition: .5s;
    }

    .team .team-text h2 {
        font-size: 20px;
        font-weight: 600;
        color: #ffffff;
        transition: .5s;
    }

    .team .team-text p {
        margin: 0;
        color: #ffffff;
    }

    .team .team-item:hover .team-text {
        background: #030f27;
    }

    .team .team-item:hover .team-text h2 {
        color: #ffffff;
        letter-spacing: 1px;
    }

    .team .team-social {
        position: absolute;
        width: 100px;
        top: 0;
        left: -50px;
        display: flex;
        flex-direction: column;
        font-size: 0;
    }

    .team .team-social a {
        position: relative;
        left: 0;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: #ffffff;
    }

    .team .team-item:hover .team-social a:first-child {
        background: #00acee;
        left: 50px;
        transition: .3s 0s;
    }

    .team .team-item:hover .team-social a:nth-child(2) {
        background: #3b5998;
        left: 50px;
        transition: .3s .1s;
    }

    .team .team-item:hover .team-social a:nth-child(3) {
        background: #0e76a8;
        left: 50px;
        transition: .3s .2s;
    }

    .team .team-item:hover .team-social a:nth-child(4) {
        background: #3f729b;
        left: 50px;
        transition: .3s .3s;
    }


    /*******************************/
    /*********** FAQs CSS **********/
    /*******************************/
    .faqs {
        position: relative;
        width: 100%;
        padding: 35px 0;

    }



    @media(max-width: 767.98px) {
        .faqs .row::after {
            display: none;
        }

        .faqs #accordion-1,
        .faqs #accordion-2 {
            padding: 0;
        }

        .faqs #accordion-2 {
            padding-top: 15px;
        }
    }

    .faqs .card {
        margin-bottom: 15px;
        border: none;
        border-radius: 0;
    }

    .faqs .card:last-child {
        margin-bottom: 0;
    }

    .faqs .card-header {
        padding: 0;
        border: none;
        background: #ffffff;
    }

    .faqs .card-header a {
        display: block;
        padding: 10px 25px;
        width: 100%;
        color: #121518;
        font-size: 16px;
        /*line-height: 40px;*/
        border: 1px solid rgba(0, 0, 0, .1);
        transition: .5s;
    }

    .faqs .card-header [data-toggle="collapse"][aria-expanded="true"] {
        background: #f99f79;
    }

    .faqs .card-header [data-toggle="collapse"]:after {
        font-family: 'font Awesome 5 Free';
        content: "\f067";
        float: right;
        color: #fdbe33;
        font-size: 12px;
        font-weight: 900;
        transition: .5s;
    }

    .faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
        font-family: 'font Awesome 5 Free';
        content: "\f068";
        float: right;
        color: #030f27;
        font-size: 12px;
        font-weight: 900;
        transition: .5s;
    }

    .faqs .card-body {
        padding: 20px 25px;
        font-size: 16px;
        background: #ffffff;
        border: 1px solid rgba(0, 0, 0, .1);
        border-top: none;
    }


    /*******************************/
    /******* Testimonial CSS *******/
    /*******************************/
    .testimonial {
        position: relative;
        margin: 45px 0;
        padding: 90px 0;
        text-align: center;
        background: linear-gradient(rgba(3, 15, 39, .9), rgba(3, 15, 39, .9)), url(../img/carousel-1.jpg);
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .testimonial .container {
        max-width: 760px;
    }

    .about-page .testimonial {
        padding-bottom: 90px;
    }

    .testimonial .testimonial-slider-nav {
        position: relative;
        width: 300px;
        margin: 0 auto;
    }

    .testimonial .testimonial-slider-nav .slick-slide {
        position: relative;
        opacity: 0;
        transition: .5s;
    }

    .testimonial .testimonial-slider-nav .slick-active {
        opacity: 1;
        transform: scale(1.3);
    }

    .testimonial .testimonial-slider-nav .slick-center {
        transform: scale(1.8);
        z-index: 1;
    }

    .testimonial .testimonial-slider-nav .slick-slide img {
        position: relative;
        display: block;
        margin-top: 37px;
        width: 100%;
        height: auto;
        border-radius: 100px;
    }

    .testimonial .testimonial-slider {
        position: relative;
        margin-top: 15px;
        padding-top: 50px;
    }

    .testimonial .testimonial-slider::before {
        position: absolute;
        content: "";
        width: 60px;
        height: 50px;
        top: 0;
        left: calc(50% - 30px);
        background: url(../img/quote.png) top center no-repeat;
    }

    .testimonial .testimonial-slider h3 {
        color: #fdbe33;
        font-size: 22px;
        font-weight: 700;
    }

    .testimonial .testimonial-slider h4 {
        font-size: 14px;
        font-weight: 300;
        color: #ffffff;
        font-style: italic;
        margin-bottom: 10px;
    }

    .testimonial .testimonial-slider p {
        color: #ffffff;
        font-size: 16px;
        font-weight: 300;
        margin: 0;
    }


    /*******************************/
    /*********** Blog CSS **********/
    /*******************************/
    .blog {
        position: relative;
        width: 100%;
        padding: 45px 0 15px 0;
    }

    .blog .blog-item {
        position: relative;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .blog .blog-img {
        position: relative;
        overflow: hidden;
    }

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

    .blog .blog-title {
        display: flex;
        align-items: center;
        height: 60px;
        background: #030f27;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .blog .blog-title h3 {
        margin: 0;
        padding: 0 15px 0 25px;
        width: calc(100% - 60px);
        font-size: 18px;
        font-weight: 600;
        color: #ffffff;
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .blog .blog-title a.btn {
        width: 60px;
        height: 60px;
        padding: 3px 0 0 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 60px;
        line-height: 60px;
        font-weight: 100;
        color: #ffffff;
        background: #1d94f3;
        border-radius: 0;
        transition: .3s;
    }

    .blog .blog-item:hover a.btn {
        color: #ffffff;
    }

    .blog .blog-meta {
        position: relative;
        padding: 25px 0 10px 0;
        background: #f3f6ff;
    }

    .blog .blog-meta::after {
        position: absolute;
        content: "";
        width: 100px;
        height: 1px;
        left: calc(50% - 50px);
        bottom: 0;
        background: #fdbe33;
    }

    .blog .blog-meta p {
        display: inline-block;
        margin: 0;
        padding: 0 3px;
        font-size: 14px;
        font-weight: 300;
        font-style: italic;
        color: #666666;
    }

    .blog .blog-meta p a {
        margin-left: 5px;
        font-style: normal;
    }

    .blog .blog-text {
        padding: 10px 25px 25px 25px;
        background: #f3f6ff;
    }

    .blog .blog-text p {
        margin: 0;
        font-size: 16px;
    }

    .blog .pagination .page-link {
        color: #030f27;
        border-radius: 0;
        border-color: #fdbe33;
    }

    .blog .pagination .page-link:hover,
    .blog .pagination .page-item.active .page-link {
        color: #fdbe33;
        background: #030f27;
    }

    .blog .pagination .disabled .page-link {
        color: #999999;
    }


    /*******************************/
    /******* Single Post CSS *******/
    /*******************************/
    .single {
        position: relative;
        padding: 45px 0;
    }

    .single .single-content {
        position: relative;
        margin-bottom: 30px;
        overflow: hidden;
    }

    .single .single-content img {
        margin-bottom: 20px;
        width: 100%;
    }

    .single .single-tags {
        margin: -5px -5px 41px -5px;
        font-size: 0;
    }

    .single .single-tags a {
        margin: 5px;
        display: inline-block;
        padding: 7px 15px;
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        border: 1px solid #dddddd;
    }

    .single .single-tags a:hover {
        color: #fdbe33;
        background: #030f27;
    }

    .single .single-bio {
        margin-bottom: 45px;
        padding: 30px;
        background: #f3f6ff;
        display: flex;
    }

    .single .single-bio-img {
        width: 100%;
        max-width: 100px;
    }

    .single .single-bio-img img {
        width: 100%;
    }

    .single .single-bio-text {
        padding-left: 30px;
    }

    .single .single-bio-text h3 {
        font-size: 20px;
        font-weight: 700;
    }

    .single .single-bio-text p {
        margin: 0;
    }

    .single .single-related {
        margin-bottom: 45px;
    }

    .single .single-related h2 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 25px;
    }

    .single .related-slider {
        position: relative;
        margin: 0 -15px;
        width: calc(100% + 30px);
    }

    .single .related-slider .post-item {
        margin: 0 15px;
    }

    .single .post-item {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

    .single .post-item .post-img {
        width: 100%;
        max-width: 80px;
    }

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

    .single .post-item .post-text {
        padding-left: 15px;
    }

    .single .post-item .post-text a {
        font-size: 16px;
        font-weight: 400;
    }

    .single .post-item .post-meta {
        display: flex;
        margin-top: 8px;
    }

    .single .post-item .post-meta p {
        display: inline-block;
        margin: 0;
        padding: 0 3px;
        font-size: 14px;
        font-weight: 300;
        font-style: italic;
    }

    .single .post-item .post-meta p a {
        margin-left: 5px;
        font-size: 14px;
        font-weight: 300;
        font-style: normal;
    }

    .single .related-slider .owl-nav {
        position: absolute;
        width: 90px;
        top: -55px;
        right: 15px;
        display: flex;
    }

    .single .related-slider .owl-nav .owl-prev,
    .single .related-slider .owl-nav .owl-next {
        margin-left: 15px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #030f27;
        background: #fdbe33;
        font-size: 16px;
        transition: .3s;
    }

    .single .related-slider .owl-nav .owl-prev:hover,
    .single .related-slider .owl-nav .owl-next:hover {
        color: #fdbe33;
        background: #030f27;
    }

    .single .single-comment {
        position: relative;
        margin-bottom: 45px;
    }

    .single .single-comment h2 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 25px;
    }

    .single .comment-list {
        list-style: none;
        padding: 0;
    }

    .single .comment-child {
        list-style: none;
    }

    .single .comment-body {
        display: flex;
        margin-bottom: 30px;
    }

    .single .comment-img {
        width: 60px;
    }

    .single .comment-img img {
        width: 100%;
    }

    .single .comment-text {
        padding-left: 15px;
        width: calc(100% - 60px);
    }

    .single .comment-text h3 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 3px;
    }

    .single .comment-text span {
        display: block;
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 5px;
    }

    .single .comment-text .btn {
        padding: 3px 10px;
        font-size: 14px;
        color: #030f27;
        background: #dddddd;
        border-radius: 0;
    }

    .single .comment-text .btn:hover {
        background: #fdbe33;
    }

    .single .comment-form {
        position: relative;
    }

    .single .comment-form h2 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 25px;
    }

    .single .comment-form form {
        padding: 30px;
        background: #f3f6ff;
    }

    .single .comment-form form .form-group:last-child {
        margin: 0;
    }

    .single .comment-form input,
    .single .comment-form textarea {
        border-radius: 0;
    }

    .single .comment-form .btn {
        padding: 15px 30px;
        color: #030f27;
        background: #fdbe33;
    }

    .single .comment-form .btn:hover {
        color: #fdbe33;
        background: #030f27;
    }


    /**********************************/
    /*********** Sidebar CSS **********/
    /**********************************/
    .sidebar {
        position: relative;
        width: 100%;
    }

    @media(max-width: 991.98px) {
        .sidebar {
            margin-top: 45px;
        }
    }

    .sidebar .sidebar-widget {
        position: relative;
        margin-bottom: 45px;
    }

    .sidebar .sidebar-widget .widget-title {
        position: relative;
        margin-bottom: 30px;
        padding-bottom: 5px;
        font-size: 30px;
        font-weight: 700;
    }

    .sidebar .sidebar-widget .widget-title::after {
        position: absolute;
        content: "";
        width: 60px;
        height: 2px;
        bottom: 0;
        left: 0;
        background: #fdbe33;
    }

    .sidebar .sidebar-widget .search-widget {
        position: relative;
    }

    .sidebar .search-widget input {
        height: 50px;
        border: 1px solid #dddddd;
        border-radius: 0;
    }

    .sidebar .search-widget input:focus {
        box-shadow: none;
    }

    .sidebar .search-widget .btn {
        position: absolute;
        top: 6px;
        right: 15px;
        height: 40px;
        padding: 0;
        font-size: 25px;
        color: #fdbe33;
        background: none;
        border-radius: 0;
        border: none;
        transition: .3s;
    }

    .sidebar .search-widget .btn:hover {
        color: #030f27;
    }

    .sidebar .sidebar-widget .recent-post {
        position: relative;
    }

    .sidebar .sidebar-widget .tab-post {
        position: relative;
    }

    .sidebar .tab-post .nav.nav-pills .nav-link {
        color: #fdbe33;
        background: #030f27;
        border-radius: 0;
    }

    .sidebar .tab-post .nav.nav-pills .nav-link:hover,
    .sidebar .tab-post .nav.nav-pills .nav-link.active {
        color: #030f27;
        background: #fdbe33;
    }

    .sidebar .tab-post .tab-content {
        padding: 15px 0 0 0;
        background: transparent;
    }

    .sidebar .tab-post .tab-content .container {
        padding: 0;
    }

    .sidebar .sidebar-widget .category-widget {
        position: relative;
    }

    .sidebar .category-widget ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .sidebar .category-widget ul li {
        margin: 0 0 12px 22px; 
    }

    .sidebar .category-widget ul li:last-child {
        margin-bottom: 0; 
    }

    .sidebar .category-widget ul li a {
        display: inline-block;
        line-height: 23px;
    }

    .sidebar .category-widget ul li::before {
        position: absolute;
        content: '\f105';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #fdbe33;
        left: 1px;
    }

    .sidebar .category-widget ul li span {
        display: inline-block;
        float: right;
    }

    .sidebar .sidebar-widget .tag-widget {
        position: relative;
        margin: -5px -5px;
    }

    .single .tag-widget a {
        margin: 5px;
        display: inline-block;
        padding: 7px 15px;
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        border: 1px solid #dddddd;
    }

    .single .tag-widget a:hover {
        color: #fdbe33;
        background: #030f27;
    }

    .sidebar .image-widget {
        display: block;
        width: 100%;
        overflow: hidden;
    }

    .sidebar .image-widget img {
        max-width: 100%;
        transition: .3s;
    }

    .sidebar .image-widget img:hover {
        transform: scale(1.1);
    }


    /*******************************/
    /******** Portfolio CSS ********/
    /*******************************/
    .portfolio {
        position: relative;
        padding: 45px 0;
    }

    .portfolio #portfolio-flters {
        padding: 0;
        margin: -15px 0 25px 0;
        list-style: none;
        font-size: 0;
        text-align: center;
    }

    .portfolio #portfolio-flters li,
    .portfolio .load-more .btn {
        cursor: pointer;
        display: inline-block;
        margin: 5px;
        padding: 8px 15px;
        color: #030f27;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        border-radius: 0;
        background: #fdbe33;
        border: none;
        transition: .3s;
    }

    .portfolio #portfolio-flters li:hover,
    .portfolio #portfolio-flters li.filter-active {
        background: #030f27;
        color: #fdbe33;
    }

    .portfolio .load-more {
        text-align: center;
    }

    .portfolio .load-more .btn {
        padding: 15px 35px;
        font-size: 16px;
        transition: .3s;
    }

    .portfolio .load-more .btn:hover {
        color: #fdbe33;
        background: #030f27;
    }

    .portfolio .portfolio-warp {
        position: relative;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .portfolio .portfolio-img {
        position: relative;
        overflow: hidden;
    }

    .portfolio .portfolio-img img {
        width: 100%;
        transition: .3s;
    }

    .portfolio .portfolio-item:hover img {
        transform: scale(1.1);
    }

    .portfolio .portfolio-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(3, 15, 39, .7);
        transition: .5s;
        opacity: 0;
    }

    .portfolio .portfolio-warp:hover .portfolio-overlay {
        opacity: 1;
    }

    .portfolio .portfolio-overlay p {
        margin: 0;
        color: #ffffff;
    }

    .portfolio .portfolio-text {
        display: flex;
        align-items: center;
        height: 60px;
        background: #030f27;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .portfolio .portfolio-text h3 {
        margin: 0;
        padding: 0 15px 0 25px;
        width: calc(100% - 60px);
        font-size: 20px;
        font-weight: 700;
        color: #fdbe33;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .portfolio .portfolio-warp a.btn {
        width: 60px;
        height: 60px;
        padding: 3px 0 0 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 60px;
        line-height: 60px;
        font-weight: 100;
        color: #030f27;
        background: #ffffff;
        border-radius: 0;
        transition: .3s;
    }

    .portfolio .portfolio-warp:hover a.btn {
        color: #ffffff;
        background: #fdbe33;
    }


    /*******************************/
    /********* Contact CSS *********/
    /*******************************/
    .contact {
        position: relative;
        width: 100%;
        padding: 45px 0;
    }

    .contact .col-md-6 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .contact .col-md-6:first-child {
        background: #030f27;
    }

    .contact .col-md-6:last-child {
        background: #fdbe33;
    }

    .contact .contact-info {
        position: relative;
        width: 100%;
        padding: 0 15px;
    }

    .contact .contact-item {
        position: relative;
        margin-bottom: 30px;
        padding: 30px;
        display: flex;
        align-items: flex-start;
        flex-direction: row;
        border: 1px solid rgba(256, 256, 256, .2);
    }

    .contact .contact-item [class^="flaticon-"]::before {
        margin: 0;
        color: #fdbe33;
        font-size: 40px;
    }

    .contact .contact-text {
        position: relative;
        width: auto;
        padding-left: 20px;
    }

    .contact .contact-text h2 {
        color: #fdbe33;
        font-size: 20px;
        font-weight: 600;
    }

    .contact .contact-text p {
        margin: 0;
        color: #ffffff;
        font-size: 16px;
    }

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

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

    .contact .contact-form input {
        color: #ffffff;
        height: 40px;
        border-radius: 0;
        border-width: 1px;
        border-color: rgba(256, 256, 256, .4);
        background: transparent;
    }

    .contact .contact-form textarea {
        color: #ffffff;
        height: 185px;
        border-radius: 0;
        border-width: 1px;
        border-color: rgba(256, 256, 256, .4);
        background: transparent;
    }

    .contact .contact-form input:focus,
    .contact .contact-form textarea {
        box-shadow: none;
    }

    .contact .contact-form .form-control::placeholder {
      color: #ffffff;
      opacity: 1;
    }

    .contact .contact-form .form-control::-ms-input-placeholder {
      color: #ffffff;
    }

    .contact .contact-form .form-control::-ms-input-placeholder {
      color: #ffffff;
    }

    .contact .contact-form .btn {
        padding: 16px 30px;
        font-size: 16px;
        font-weight: 600;
        color: #fdbe33;
        background: #030f27;
        border: none;
        border-radius: 0;
        transition: .3s;
    }

    .contact .contact-form .btn:hover {
        color: #030f27;
        background: #ffffff;
    }

    .contact .help-block ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }


    /*******************************/
    /********* Footer CSS **********/
    /*******************************/
    .footer {
        position: relative;

        padding-top: 45px;
        border-top: solid thin #1b3d72;

    }

    .footer .footer-contact,
    .footer .footer-link,
    .footer .newsletter {
        position: relative;
        margin-bottom: 10px;
    }

    .footer h2 {
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 10px;
        font-size: 20px;
        font-weight: 600;
        color: #ffffff;
    }

    .footer h2::after {
        position: absolute;
        content: "";
        width: 60px;
        height: 2px;
        left: 0;
        bottom: 0;
        background: #1d94f3;
    }

    .footer .footer-link a {
        display: block;
        margin-bottom: 10px;
        color: #ffffff;
        transition: .3s;
    }

    .footer .footer-link a::before {
        position: relative;
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: 10px;
    }

    .footer .footer-link a:hover {
        color: #fdbe33;
        letter-spacing: 1px;
    }

    .footer .footer-contact p i {
        width: 25px;
    }

    .footer .footer-social {
        position: relative;
        margin-top: 20px;
    }

    .footer .footer-social a {
        display: inline-block;
        width: 40px;
        height: 40px;
        padding: 7px 0;
        text-align: center;
        border: 1px solid rgba(256, 256, 256, .3);
        border-radius: 60px;
        transition: .3s;
    }

    .footer .footer-social a i {
        font-size: 15px;
        color: #ffffff;
    }

    .footer .footer-social a:hover {
        background: #1d94f3;
        border-color: #fdbe33;
    }

    .footer .footer-social a:hover i {
        color: #ffffff;
    }

    .footer .newsletter .form {
        position: relative;
        max-width: 400px;
        margin: 0 auto;
    }

    .footer .newsletter input {
        height: 50px;
        border: 2px solid #121518;
        border-radius: 0;
    }

    .footer .newsletter .btn {
        position: absolute;
        top: 5px;
        right: 5px;
        height: 40px;
        padding: 8px 10px;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        color: #fdbe33;
        background: #121518;
        border-radius: 0;
        border: 2px solid #fdbe33;
        transition: .3s;
    }

    .footer .newsletter .btn:hover {
        color: #121518;
        background: #fdbe33;
    }

    .footer .footer-menu .f-menu {
        position: relative;
        padding: 15px 0;
        font-size: 0;
        text-align: center;
        border-top: 1px solid rgba(256, 256, 256, .1);
        border-bottom: 1px solid rgba(256, 256, 256, .1);
    }

    .footer .footer-menu .f-menu a {
        color: #ffffff;
        font-size: 16px;
        margin-right: 15px;
        padding-right: 15px;
        border-right: 1px solid rgba(255, 255, 255, .1);
    }

    .footer .footer-menu .f-menu a:hover {
        color: #fdbe33;
    }

    .footer .footer-menu .f-menu a:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
    }


    .footer .copyright {
        padding: 30px 15px;
    }

    .footer .copyright p {
        margin: 0;
        color: #ffffff;
    }

    .footer .copyright .col-md-6:last-child p {
        text-align: right;
    }

    .footer .copyright p a {
        color: #ffffff;
        font-weight: 500;
        letter-spacing: 1px;
    }

    .footer .copyright p a:hover {
        color: #ffffff;
    }

    @media (max-width: 768px) {
        .footer .copyright p,
        .footer .copyright .col-md-6:last-child p {
            margin: 5px 0;
            text-align: center;
        }
    }



    .vl {
      border-right: 3px solid;
      height: 32px;
    }


    .dropdown-item
    {
        text-transform: uppercase !important;
    }


    .bg-main
    {
      /* background-image: url(../img/bg-main.jpg); 
        padding-bottom: 30px; */
    }


    .single-service {
        transition: all 0.3s ease-in-out;
    }

    .single-service {
        position: relative;
        margin-top: 20px;
        height: 175px;
        background-color: #fff;
        border-radius: 10px;
        padding: 14px 6px;
        overflow: hidden;
    }

    .comm
    {
            background-color: #326594;
        color: #ffffff;
        font-weight: bold;
        font-size: 18px;
        margin-top: 16px;
        padding: 10px 10px;
        text-align: center;
    }


    .blog-item
    {
        text-align: center;

    }









.single-benefits {
    margin-bottom: 25px;
    transition: box-shadow .3s;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 20px 20px 20px 20px;
    height: 304px;
}

.single-benefits h3 {
    font-size: 19px;
    margin-bottom: 15px;
    text-align: center;
    color: #172b3b;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}


.single-benefits .list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
}

.single-benefits .list li {
    list-style-type: none;
    color: #172b3b;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
    padding-left: 22px;
    font-family: "Poppins", sans-serif;
}




.single-benefits .list li i {
    color: #fc5a1b;
    position: absolute;
    left: 0;
    top: 2px;
}
.bx {
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.bx {
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.bx-check:before {
    content: "\ea41";
}


.section-header h3
{
    color: #172b3b;
    font-family: "Poppins", sans-serif;
    font-weight: bold !important;
}

.single-benefits:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.pro-bar
{
    background-image: url(../img/abstract-background.jpg);
    height: 800px;
    background-size: cover;
    padding: 17px 11px;
    font-size: 14px;
    text-align: right;
    /* margin-top: -50px; */
    height: auto;
}

.pro-po
{
      
        font-size: 14px;
        color: #900;
        text-align: left;
        padding: 0px 1px;
}

.he
{
   border-right: 2px solid;
   padding-right: 13px;
   margin-left: 60px;
}
    



/* ====== Service Slider ======= */
.creative-service--slider{
    background-color: #162340;
    padding: 90px 0px;
}
.creative-service--slider .slider-bg{
    display: none;
    /* position: absolute; */
    /* top: -150px; */
    /* left: -30px; */
}
.slider-container {
    max-width: 1628px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.service-header {
     position: relative;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 6%;
}
.service-header .header-col-5 {
    flex: 0 0 auto;
    width: 44%;
}
.header-col.header-col-2 {
     position: relative;
    flex: 0 0 auto;
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-header .header-col .service-subheading {
    background: -webkit-linear-gradient(right, rgba(17, 27, 50, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(17, 27, 50, 1.0), rgba(255, 255, 255, 0.0));
    color: #fff;
    text-transform: uppercase;
    line-height: 42px;
    font-weight: 600;
    padding: 0px 25px;
    text-align: left;
    font-size: 13px;
    border-radius: 100px;
    margin-bottom: 10px;
    display: inline-block;
}
.service-header .header-col .service-heading{
    color: #fff;
    margin: 0px;
    font-weight: 700;
    font-size: 2.813rem;
    line-height: 3.125rem;
    letter-spacing: -1px;
}
.service-header .header-col .service-desc{
    width: 85%;
    color: #878898;
    font-size: 17px;
    line-height: 32px;
    margin: 0;
}
.header-col .slide-btns{
        width: 54px;
    height: 54px;
    background: 0 0;
    border: 1px solid rgba(255, 255, 255, .2);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 900;
        position: relative;
    margin-top: 0px;
}
.slide-btns.swiper-button-next:after, .slide-btns.swiper-button-prev:after{
        font-size: 16px;
    font-weight: 900;
    color: #fff;
}
.header-col .slide-btns:hover{
    border: 1px solid #fff;
    background: #fff;
}
.header-col .slide-btns:hover:after{
    color: #232323;
} 
.creative-swiper--slider{
        margin-right: -10vw;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide .service-column {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.swiper-slide .service-column img{
    -webkit-transition: all 1.5s cubic-bezier(.19,1,.22,1);
    transition: all 1.5s cubic-bezier(.19,1,.22,1);
    max-width: 100%;
    height: auto;
}
.swiper-slide .service-column .service-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.2;
    background: #262b35;
}
.swiper-slide .service-column:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.swiper-slide .service-column .service-content {
    position: absolute;
    top: 0;
    padding: 13% 15%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    width: 100%;
    justify-content: space-between;
}
.service-column .service-content .service-top {
    position: relative;
    z-index: 1;
}
.service-content .service-top .service-tag{
        -webkit-transition: .3s cubic-bezier(.12,0,.39,0);
    transition: .3s cubic-bezier(.12,0,.39,0);
    background: #3c2fc0;
    color: #fff;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 30px;
}
.swiper-slide .service-column:hover .service-tag{
    opacity: 0;
    margin-top: -20px;
}
.service-content .service-top .service-icon{
color: #fff;
    font-size: 50px;
    opacity: 0;
    position: absolute;
    top: 32px;
    left: 0;
    -webkit-transition: .3s cubic-bezier(.12,0,.39,0);
    transition: .3s cubic-bezier(.12,0,.39,0);
}
.swiper-slide .service-column:hover .service-icon{
    top: 0;
    opacity: 1;
}
.swiper-slide .service-column .service-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}
.service-column .service-bottom {
        display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}
.service-column .service-bottom .heading-lg {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.service-column .service-bottom .heading-sm--default{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    opacity: .6;
    visibility: visible;
    will-change: transform;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .4s cubic-bezier(.12,0,.39,0);
    transition: .4s cubic-bezier(.12,0,.39,0);
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 23px;
    font-size: 13px;
    text-transform: uppercase;
}
.service-column .service-bottom span.heading-sm-hover{
    position: absolute;
    width: auto;
    left: 0;
    bottom: 0;
    visibility: hidden;
    will-change: transform;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .4s cubic-bezier(.12,0,.39,0);
    transition: .4s cubic-bezier(.12,0,.39,0);
    opacity: 0.6;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-bottom: 1px solid;
    line-height: 23px;
    font-size: 13px;
    text-transform: uppercase;
}
.service-column .service-bottom .heading-cta {
    will-change: transform;
    position: absolute;
    right: 5px;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .3s cubic-bezier(.12,0,.39,0);
    transition: all .3s cubic-bezier(.12,0,.39,0);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #fff;
    line-height: 42px;
    margin-left: 0px;
}
.swiper-slide .service-column .service-content:hover .heading-sm--default{
    visibility: hidden;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.swiper-slide .service-column .service-content:hover span.heading-sm-hover{
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.swiper-slide .service-column .service-content:hover .heading-cta{
        opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.gradient-bg {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(22 35 64)), to(transparent));
    background-image: linear-gradient(to top, rgb(22 35 64) 0%, transparent 100%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.9;
}
.bg-overlay {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(60 47 192)), to(transparent));
    background-image: linear-gradient(to top, rgba(60, 47, 192, .8) 0%, transparent 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s cubic-bezier(.5,1,.89,1);
    transition: all .4s cubic-bezier(.5,1,.89,1);
}
.swiper-slide .service-column .service-content:hover .bg-overlay{
   opacity: 1;
    visibility: visible; 
}
.swiper-slide .service-column .service-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
/* ======== Sticky Footer ========= */
  .sticky-footer{
       position: fixed;
    width: 100%;
        background: #333;
    z-index: 999;
    bottom: 0;
  }
.sticky-footer .footer-row{
      display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    padding-right: 15px;
}
.creditd a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
        font-size: 16px;
}
.social ul{
      display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0px;
    column-gap: 10px;
    align-items: center;
}
.social ul li a{
     display: flex;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
}
.social ul li a img{
       max-width: 20px;
}

/* ======== RESPONSIVE IPAD ========= */
@media only screen and (max-width: 981px) {
.service-header{
    flex-direction: column;
    text-align: center;
}
.service-header .header-col-5{
        width: 100%;
    margin-bottom: 10px;
}
.service-header .header-col .service-desc{
    width: 100%;
}
.header-col.header-col-2{
     width: 100%;
}
.creative-swiper--slider {
    margin-right: 0;
}
}

/* ======== RESPONSIVE Iphone ========= */
@media only screen and (max-width: 460px) {
.service-header .header-col .service-heading{
        font-size: 2rem;
    line-height: 2.125rem;
}
.header-col .slide-btns{
        width: 42px;
    height: 42px;
}
}
















.timeline{
  position:relative;
  margin: 0px auto;
  padding: 0px 0;
  width:100%;
  box-sizing:border-box;
}
.timeline:before{
  content:'';
  position:absolute;
  left:50%;
  width:2px;
  height:100%;
  background:#c5c5c5;
}
.timeline ul{
  padding:0;
  margin:0;
}
.timeline ul li{
  list-style:none;
  position:relative;
  width:50%;
  padding: 20px 17px;
  box-sizing:border-box;
}
.timeline ul li:nth-child(odd){
  float:left;
  text-align:right;
  clear:both;
}
.timeline ul li:nth-child(even){
  float:right;
  text-align:left;
  clear:both;
}
.content{
  padding-bottom: 0px;
}
.timeline ul li:nth-child(odd):before
{
  content:'';
  position:absolute;
  width:10px;
  height:10px;
  top:24px;
  right:-6px;
  background: #043b72;
  border-radius:50%;
  box-shadow:0 0 0 3px rgba(233,33,99,0.2);
}
.timeline ul li:nth-child(even):before
{
  content:'';
  position:absolute;
  width:10px;
  height:10px;
  top:24px;
  left:-4px;
  background: #043b72;
  border-radius:50%;
  box-shadow:0 0 0 3px rgba(233,33,99,0.2);
}
.timeline ul li h3{
  font-size: 12px;
  padding:0;
  margin:0;
  color: rgb(33 56 233);
  /* font-weight:600; */
}
.timeline ul li p{
  margin:10px 0 0;
  padding:0;
}
.timeline ul li .time h4{
  margin:0;
  padding:0;
  font-size:14px;
  color: white;
}
.timeline ul li:nth-child(odd) .time
{
  position:absolute;
  top:12px;
  right: -134px;
  margin:0;
  padding:8px 16px;
  background: rgb(3 29 70);
  color: #fff !important;!i;!;
  border-radius:18px;
  box-shadow: 0 0 0 3px rgb(57 161 156);
}
.timeline ul li:nth-child(even) .time
{
  position:absolute;
  top:12px;
  left: -134px;
  margin:0;
  padding:8px 16px;
  background: rgb(3 29 70);
  color:#fff;
  border-radius:18px;
  box-shadow: 0 0 0 3px rgb(57 161 156);
}
@media(max-width:1000px)
{
  .timeline{
    width:100%;
  }
}
@media(max-width:767px){
  .timeline{
    width:100%;
    padding-bottom:0;
  }
  h1{
    font-size:40px;
    text-align:center;
  }
  .timeline:before{
    left:20px;
    height:100%;
  }
  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even)
  {
    width:100%;
    text-align:left;
    padding-left:50px;
    padding-bottom:50px;
  }
  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before
  {
    top:-18px;
    left:16px;
  }
  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time{
    top:-30px;
    left:50px;
    right:inherit;
  }
}

.boder
{
        border: 1px solid white;
        padding: 23px 15px 9px 21px;
        border-style: dashed;
        margin-bottom: 21px;
        height: 250px;
}


.boder h3
{
    font-size: 20px;
    margin-bottom: 6px;
    /* text-align: center; */
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: white;
}





.cor-te
{
    font-size: 61px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
}


.boder:hover {
    box-shadow: 0 0 11px rgb(255 255 255 / 100%);
}

.drf
{
 padding: 100px 0;
}










.carousel-caption {
   position: absolute;
   top:-40px;
}   



@media screen and (min-device-width: 337px) and (max-device-width: 768px) { 
   .logocontrol
    {
        display: none;
    }
    
    .logocontrol1
    {
        display: block !important;
    }
    
    .vg
    {
        display: none !important;
    }
    
    .bg-main
    {
        padding: 61px 0;
    }
    
    .pro-bar
    {
        height: auto;
    }
    
    .boder
    {
        height: 250px;
    }
    
    .drf
    {
        padding: 107px 0; 
    }
    
    .navbar-nav
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #051d45;
    padding: 12px 15px;
}
    
}


.row.heading h2 {
    color: #000000;
    font-size: 52.52px;
    line-height: 95px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 1px;
    padding-bottom: 24px;
    text-transform: uppercase;
}
ul{
  margin:0;
  padding:0;
  list-style:none;
}
.heading.heading-icon {
    display: block;
}
.padding-lg {
	display: block;
	padding-top: 113px;
	padding-bottom: 60px;
}
.practice-area.padding-lg {
    padding-bottom: 55px;
    padding-top: 55px;
}
.practice-area .inner{ 
     border:1px solid #999999; 
	 text-align:center; 
	 margin-bottom:28px; 
	 padding:40px 25px;
}
.our-webcoderskull .cnt-block:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border: 0;
}
.practice-area .inner h3{ 
    color:#3c3c3c; 
	font-size:24px; 
	font-weight:500;
	font-family: 'Poppins', sans-serif;
	padding: 10px 0;
}
.practice-area .inner p{ 
    font-size:14px; 
	line-height:22px; 
	font-weight:400;
}
.practice-area .inner img{
	display:inline-block;
}


/*
.our-webcoderskull{
  background: url("http://www.webcoderskull.com/img/right-sider-banner.png") no-repeat center top / cover;
  
}
*/
.our-webcoderskull .cnt-block{ 
   float:left; 
   width:100%; 
   background:#fff; 
   padding:30px 20px; 
   text-align:center; 
   border:2px solid #d5d5d5;
   margin: 0 0 28px;
}
.our-webcoderskull .cnt-block figure{
   width:148px; 
   height:148px; 
   border-radius:100%; 
   display:inline-block;
   margin-bottom: 15px;
}
.our-webcoderskull .cnt-block img{ 
   width:148px; 
   height:148px; 
   border-radius:100%; 
}
.our-webcoderskull .cnt-block h3{
   color:#2a2a2a;
   font-size:20px;
   font-weight:500;
   padding: 0px 0;
   /* text-transform:uppercase; */
}
.our-webcoderskull .cnt-block h3 a{
  text-decoration:none;
	color:#2a2a2a;
}
.our-webcoderskull .cnt-block h3 a:hover{
	color:#337ab7;
}
.our-webcoderskull .cnt-block p{
   color:#2a2a2a;
   font-size: 15px;
   line-height:20px;
   font-weight: 600;
}
.our-webcoderskull .cnt-block .follow-us{
	margin:20px 0 0;
}
.our-webcoderskull .cnt-block .follow-us li{ 
    display:inline-block; 
	width:auto; 
	margin:0 5px;
}
.our-webcoderskull .cnt-block .follow-us li .fa{ 
   font-size:24px; 
   color:#767676;
}
.our-webcoderskull .cnt-block .follow-us li .fa:hover{ 
   color:#025a8e;
}




	.cd{
		font-weight: 600;
		font-size: 17px;
		animation: blink 1s linear infinite;
	}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}


.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border: 1px solid #000000 !important;
}



.hotel-card {
    background-color: #fff;
    padding: 27px;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px #0000000d;
    transition: transform .2s, box-shadow .2s;
}


.hotel-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px #0000001a;
}

.hotel-card h3
{
      margin-top: 0;
    color: #004080;
    font-size: 1.25rem;
}

.hotel-card p
{
        font-size: 14px;
       margin: 5px 0;
    color: #555;
}

.view-map
{
 display: inline-block;
 margin-top: 10px;
 padding: 8px 12px;
 color: #fff;
 background-color: #0a225a;
 text-decoration: none;
 border-radius: 5px;
 transition: background-color .2s;
}