

        @import url("https://fonts.googleapis.com/css?family=Lato:400,700|Titillium+Web:400,700&display=swap");
        /*@import url('https://fonts.googleapis.com/css2?family=Shrikhand&display=swap');*/
        /* Color Variable */
        /* Font Variable */

        .pri-color {
            color: #2C3691;
        }

        .pri-bg {
            background: #2C3691;
        }

        input {
            cursor: auto;
        }

        body {
            font-family: "Lato", sans-serif;
            color: #545454;
            line-height: 1.8;
            font-size: 17px;
        }

        /* Default CSS Start */

        img {
            max-width: 100%;
        }

        a {
            -webkit-transition: .5s;
            transition: .5s;
            text-decoration: none;
        }

        a:hover {
            text-decoration: none;
        }

        a:focus {
            text-decoration: none;
        }

        button {
            -webkit-box-shadow: none;
            box-shadow: none;
            border: none;
            background-color: transparent;
        }

        button:focus {
            outline: 0;
        }

        h3 {
            font-weight: 600;
            color: #2c3691;
            font-size: 22px;
        }

        .form-control:focus {
            -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
        }

        .d-table {
            width: 100%;
            height: 100%;
        }

        .d-table-cell {
            display: table-cell;
            vertical-align: middle;
        }

        .pt-100 {
            padding-top: 100px;
        }

        .pb-70 {
            padding-bottom: 70px;
        }

        .pb-100 {
            padding-bottom: 100px;
        }

        .pp-100 {
            padding-top: 50px;
            padding-bottom: 120px;
        }

        .theme-btn {
            line-height: 1;
        }

        .theme-btn .default-btn {
            font-size: 18px;
            background: #2C3691;
            color: #ffffff;
            padding: 15px 30px;
            border-radius: 50rem;
            margin: 0 8px;
            display: inline-block;
            position: relative;
            z-index: 0;
            overflow: hidden;
        }

        .theme-btn .default-btn::before {
            position: absolute;
            content: '';
            width: 20px;
            height: 100%;
            left: -14px;
            top: 0;
            background: #ffffff;
            z-index: -1;
            -webkit-transform: skewX(10deg);
            transform: skewX(10deg);
            -webkit-transition: .5s;
            transition: .5s;
        }

        .theme-btn .default-btn:hover {
            color: #2C3691;
        }

        .theme-btn .default-btn:hover::before {
            width: 100%;
            -webkit-transform: skewX(0);
            transform: skewX(0);
            left: 0;
        }

        .section-title {
            margin-top: 50px;
        }

        .section-title span {
            font-size: 30px;
            color: #2c3691;
            font-weight: 700;
            margin-bottom: 15px;
            display: inline-block;
            line-height: 1;
        }

        .section-title h1 {
            font-size: 40px;
            font-weight: 700;
            color: #2c3691;
            margin-bottom: 15px;
        }

        .section-title p {
            max-width: 600px;
        }

        /* Youtube Popup Butoon */

        .mfp-iframe-holder .mfp-close {
            top: -45px;
            width: 45px;
            right: 0;
            text-align: center;
            height: 45px;
            line-height: 45px;
            padding: 0;
            border-radius: 0;
            border: 2px solid red;
            background: transparent;
        }

        /* Default CSS End */

         .main-nav .customPadding {
           padding: 15px !important;
         }


        /*---------- Home Page One CSS Start ----------*/
        /* Header CSS Start */

        .navbar-area .mean-container a.meanmenu-reveal span {
            height: 4px;
            margin-top: -6px;
            border-radius: 3px;
            position: relative;
            top: 8px;
        }

        .navbar-brand {
            background: #fff;
            border-radius: 2rem;
            padding: 0px 10px;
        }

        .header-area {
            background: #3c0c70;
            padding: 10px 0 10px;
        }

        .header-area .header-left ul {
            padding-left: 0;
            margin-bottom: 0;
        }

        .header-area .header-left ul li {
            list-style: none;
            display: inline-block;
            margin-right: 30px;
            line-height: 1;
            position: relative;
        }

        .header-area .header-left ul li a {
            color: #ffffff;
        }

        .header-area .header-left ul li a i {
            color: #2C3691;
            margin-right: 6px;
            display: inline-block;
        }

        .header-area .header-right {
            text-align: right;
        }

        .header-area .header-right .header-social {
            padding-left: 0;
            margin-bottom: 0;
            display: inline-block;
        }

        .header-area .header-right .header-social li {
            list-style: none;
            display: inline-block;
        }

        .header-area .header-right .header-social li a i {
            color: #ffffff;
            font-size: 18px;
            -webkit-transition: .5s;
            transition: .5s;
            margin: 0 0 0 14px;
        }

        .header-area .header-right .header-social li a i:hover {
            color: #2C3691;
        }

        /* Header CSS End */
        /* Navbar CSS Start */

        .navbar-area .main-nav {
            position: unset;
            background: #ffffff;
            padding: 20px 0;
            border-bottom: 5px solid #2c3691
        }

        .navbar-area .main-nav .navbar {
            padding: 0;
        }

        .navbar-area .main-nav .navbar .navbar-nav .nav-item {
            padding: 0;
        }

        .navbar-area .main-nav .navbar .navbar-nav .nav-item a {
            color: #2c2c2c;
            text-transform: capitalize;
            margin: 0 0 0 40px;
            font-weight: 600;
            padding: 2px 15px;
            border-radius: 1rem;
        }

        .navbar-area .main-nav .navbar .navbar-nav .nav-item a:hover {
            color: #FFF;
        }

        .navbar-area .main-nav .navbar .navbar-nav .nav-item .active {
            color: white;
            background: #2c3691;
            padding: 2px 15px;
            border-radius: 1rem;
        }

        .navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
            background: #ffffff;
            border: 0;
            border-radius: 0;
            padding: 0;
            -webkit-transition: .5s all;
            transition: .5s all;
            top: 47px;
            min-width: 317px;
            border: 2px solid #2C3691;
        }

        .navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu::before {
            position: absolute;
            content: '';
            width: 0px;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 20px solid #2C3691;
            right: 50%;
            top: -20px;
        }

        .navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a {
            color: #2c2c2c;
            text-transform: capitalize;
            padding: 20px;
            line-height: 1;
            position: relative;
            -webkit-transition: 0s;
            transition: 0s;
            margin: 0;
            border-bottom: 1px dashed #2C3691;
        }

        .navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a:hover {
            color: #2C3691;
        }

        .navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .active {
            color: #2C3691;
        }

        .navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:last-child a {
            border-bottom: 0;
        }

        .navbar-area .main-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
            top: 60px;
        }

        .navbar-area .main-nav .navbar .navbar-nav .nav-item:hover .dropdown-toggle::after {
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
            color: #2C3691;
            top: -1px;
        }

        /* .navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-toggle::after {
            content: '\2039';
            font-family: icofont;
            margin-left: 0;
            vertical-align: 0;
            border: 0;
            font-size: 16px;
            right: -5px;
            position: relative;
            top: 2px;
            -webkit-transition: .5s;
            transition: .5s;
        } */

        .is-sticky {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            margin: auto;
            z-index: 999;
            -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
            box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
            -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
            animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
            -webkit-transition: all .5s;
            transition: all .5s;
            width: 100% !important;
            -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.15);
        }

        /* Navbar CSS End */
        /* Banner CSS Start */

        .banner-slider {
            position: relative;
        }

        .banner-slider .banner-item {
            background-position: center center;
            background-size: cover;
            position: relative;
            height: 800px;
            z-index: 0;
        }

        .banner-slider .banner-item::before {
            position: absolute;
            content: '';
            background: -webkit-gradient(linear, left top, left bottom, color-stop(-30%, rgba(0, 0, 0, 0)), to(black));
            background: linear-gradient(rgba(0, 0, 0, 0) -30%, black 100%);
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: -1;
        }

        .banner-slider .banner-item .banner-text {
            text-align: center;
            max-width: 860px;
            margin: auto;
            padding-bottom: 100px;
        }

        .banner-slider .banner-item .banner-text h1 {
            font-size: 75px;
            font-weight: 700;
            color: #ffffff;
            font-family: "Titillium Web", sans-serif;
            margin-bottom: 30px;
        }

        .banner-slider .banner-item .banner-text p {
            color: #ffffff;
            max-width: 650px;
            margin: auto;
            font-size: 18px;
            margin-bottom: 35px;
        }

        .banner-slider .banner-item .banner-text .banner-btn {
            line-height: 1;
        }

        .banner-slider .banner-item .banner-text .banner-btn .default-btn {
            font-size: 18px;
            background: #2C3691;
            color: #ffffff;
            padding: 18px 30px;
            border-radius: 5px;
            margin: 0 10px;
            display: inline-block;
            position: relative;
            z-index: 0;
            overflow: hidden;
        }

        .banner-slider .banner-item .banner-text .banner-btn .default-btn::before {
            position: absolute;
            content: '';
            width: 20px;
            height: 100%;
            left: -14px;
            top: 0;
            background: #ffffff;
            z-index: -1;
            -webkit-transform: skewX(10deg);
            transform: skewX(10deg);
            -webkit-transition: .5s;
            transition: .5s;
        }

        .banner-slider .banner-item .banner-text .banner-btn .default-btn:hover {
            color: #2C3691;
        }

        .banner-slider .banner-item .banner-text .banner-btn .default-btn:hover::before {
            width: 100%;
            -webkit-transform: skewX(0);
            transform: skewX(0);
            left: 0;
        }

        .banner-slider .owl-item.active h1 {
            -webkit-animation: slideInDown 2s cubic-bezier(0, 0, 0, 1.02);
            animation: slideInDown 2s cubic-bezier(0, 0, 0, 1.02);
        }

        .banner-slider .owl-item.active p {
            -webkit-animation: slideInLeft 2s cubic-bezier(0, 0, 0, 1.02);
            animation: slideInLeft 2s cubic-bezier(0, 0, 0, 1.02);
        }

        .banner-slider .owl-item.active .banner-btn {
            -webkit-animation: slideInRight 2s cubic-bezier(0, 0, 0, 1.02);
            animation: slideInRight 2s cubic-bezier(0, 0, 0, 1.02);
        }

        .banner-slider .owl-prev,
        .banner-slider .owl-next {
            position: absolute;
            left: 20px;
            top: 45%;
            background: #2C3691 !important;
            color: #ffffff !important;
            width: 50px;
            height: 50px;
            border-radius: 50px;
            font-size: 25px !important;
            line-height: 50px !important;
            opacity: 0;
            -webkit-transition: .5s;
            transition: .5s;
        }

        .banner-slider .owl-prev::before,
        .banner-slider .owl-next::before {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            border-radius: 50px;
        }

        .banner-slider .owl-prev:hover,
        .banner-slider .owl-next:hover {
            background: #ffffff !important;
            color: #2C3691 !important;
        }

        .banner-slider .owl-next {
            left: inherit;
            right: 20px;
        }

        .banner-slider:hover .owl-prev {
            left: 40px;
            opacity: 1;
        }

        .banner-slider:hover .owl-next {
            right: 40px;
            opacity: 1;
        }

        .banner-slider .owl-nav {
            margin-top: 0;
        }

        .banner-bg-one {
            background-image: url(../img/banner/1.jpg);
        }

        .banner-bg-two {
            background-image: url(../img/banner/2.jpg);
        }

        /* Banner CSS End */
        /* Features CSS Start */

        .features-section {
            margin-top: -100px;
            z-index: 1;
            position: relative;
        }

        .features-section .feature-card {
            padding: 30px;
            margin-bottom: 30px;
        }

        .features-section .feature-card .circle {
            width: 200px;
            height: 200px;
            margin-left: 20px;
            background: #ffffff;
            display: inline-block;
            text-align: center;
            line-height: 50px;
            margin-bottom: 30px;
            border-radius: 50%;
            box-shadow: rgb(0 0 0 / 40%) 0px 0px 5px 0px, rgb(0 0 0 / 29%) 0px 0px 1px 0px;
        }

        .features-section .feature-card .circle i {
            color: #2c3691;
            font-size: 90px;
            margin-top: 50px;
        }

        .features-section .feature-card span {
            display: block;
            font-size: 25px;
            color: #2c3691;
            font-weight: 700;
            margin-bottom: 15px;
            line-height: 1;
            text-align: center;
        }

        .features-section .feature-card p {
            text-align: center;
        }

        .features-section .feature-card p {
            font-size: 18px;
            margin-bottom: 0;
            line-height: 1.5;
        }

        /* Features CSS End */
        /* About CSS Start */

        .about-section {
            padding-bottom: 130px;
        }

        .about-section .section-title {
            margin: 0 auto 30px 0;
        }

        .about-section .about-img {
            position: relative;
        }

        .about-section .about-img::before {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            background: #f5ebff;
            bottom: -30px;
            left: -30px;
            z-index: -1;
            -webkit-animation-name: bg-cng;
            animation-name: bg-cng;
            -webkit-animation-duration: 10s;
            animation-duration: 10s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
        }

        .about-section .about-img::after {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            background: #f5ebff;
            top: -30px;
            right: -30px;
            z-index: -1;
            -webkit-animation-name: bg-cng;
            animation-name: bg-cng;
            -webkit-animation-duration: 10s;
            animation-duration: 10s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
        }

        .about-section .about-text {
            padding-left: 50px;
        }

        .about-section .about-text .nav-tabs {
            margin-bottom: 1px;
            border-bottom: 0px solid;
        }

        .about-section .about-text .nav-tabs .nav-item {
            margin-bottom: 0;
        }

        .about-section .about-text .nav-tabs .nav-item .nav-link {
            font-size: 18px;
            color: #828282;
            border-bottom: 2px solid transparent;
            padding: 15px 0px;
            border: 0;
            line-height: 1;
            margin-right: 30px;
        }

        .about-section .about-text .nav-tabs .nav-item .nav-link.active {
            color: #fff;
            font-weight: 700;
            padding: 10px 15px;
            border-radius: 1rem;
        }

        .about-section .about-text .tab-content p {
            margin-bottom: 10px;
        }

        .about-section .about-text .theme-btn {
            margin-top: 30px;
        }

        .about-section .about-text .theme-btn .default-btn {
            border: 1px solid #2c3691;
            margin: 0;
        }

        .about-section .about-text .tab-content #about {
            border: 2px solid #2c3691;
            padding: 20px;
            border-radius: 2rem;
        }

        .about-section .about-text .tab-content #mission {
            border: 2px solid #2c3691;
            padding: 20px;
            border-radius: 2rem;
        }

        .about-section .about-text .tab-content #goal {
            border: 2px solid #2c3691;
            padding: 20px;
            border-radius: 2rem;
        }

        /* About CSS End */
        /* Transport CSS Start */

        .transport-section .container {
            max-width: 1500px
        }

        .transport-section .section-title {
            margin: 0 auto 50px;
        }

        .transport-section .section-title h2 {
            max-width: 600px;
            margin: auto;
        }

        .transport-section .transport-card {
            margin-bottom: 30px;
            position: relative;
            z-index: 1;
        }

        /* .transport-section .transport-card .transport-img {
overflow: hidden;
} */

        .transport-section .transport-card .transport-img img {
            -webkit-transition: .5s;
            transition: 0.5s all ease-in-out;
            transition: .5s;
            width: 200px;
            height: 200px;
            border-radius: 50%;
            margin-left: 35px;
        }

        .transport-section .transport-card .transport-text {
            position: relative;
            padding: 30px 30px 30px;
            -webkit-transition: .5s;
            transition: .5s;
            text-align: center;
            margin: auto 3px;
        }

        .transport-section.service .transport-card .transport-img img {
            -webkit-transition: .5s;
            transition: 0.5s all ease-in-out;
            transition: .5s;
            width: 308px;
            height: 308px;
            border-radius: 50%;
            margin-left: 75px;
        }

        .transport-section.service .transport-card .transport-text {
            position: relative;
            padding: 30px 30px 30px;
            -webkit-transition: .5s;
            transition: .5s;
            text-align: center;
            margin: auto 50px;
        }

        /* .transport-section .transport-card .transport-text i {
top: -40px;
width: 80px;
height: 80px;
font-size: 40px;
line-height: 80px;
text-align: center;
position: absolute;
color: #ED2A34;
border-radius: 50px;
background: #ffffff;
-webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
-webkit-transition: .5s;
transition: .5s;
} */

        .transport-section .transport-card .transport-text h3 {
            margin-bottom: 10px;
        }

        .transport-section .transport-card .transport-text h3 a {
            font-size: 30px;
            color: #2c3691;
        }

        .transport-section .transport-card .transport-text p {
            margin-bottom: 15px;
        }

        .transport-section .transport-card .transport-text .theme-btn {
            -webkit-transition: .5s;
            transition: .5s;
        }

        .transport-section .transport-card .transport-text .theme-btn .default-btn {
            border: 1px solid #2C3691;
            margin: 0;
        }

        .transport-section .transport-card:hover .transport-text i {
            background: #2c3691;
            color: #ffffff;
            -webkit-animation: rotate360 3s 1 linear;
            animation: rotate360 3s 1 linear;
        }

        /* Transport CSS End */
        /* Why Choose CSS Start */

        .why-choose-section {
            position: relative;
        }

        .why-choose-section .why-choose-img {
            position: relative;
            background-image: url(../images/why-chose-us.webp);
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            width: 100%;
            height: 100%;
        }

        .why-choose-section .why-choose-img::before {
            position: absolute;
            content: '';
            background: rgba(0, 0, 0, 0.6);
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }

        .why-choose-section .why-choose-img .shipping-text {
            max-width: 400px;
            border-radius: 10px;
            background: #2C3691;
            padding: 65px 30px;
            position: absolute;
            top: 25%;
            right: 60px;
        }

        .why-choose-section .why-choose-img .shipping-text h3 {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 10px;
            text-align: center;
            color: #ffffff;
        }

        .why-choose-section .why-choose-img .shipping-text p {
            font-size: 15px;
            color: #ffffff;
        }

        .why-choose-section .why-choose-img .shipping-text form .form-group .form-control {
            border: 0;
            height: 50px;
            padding: 10px 20px;
            margin-bottom: 20px;
            border-radius: 10px;
        }

        .why-choose-section .why-choose-img .shipping-text form .shipping-btn {
            background: #3c0c70;
            color: #ffffff;
            display: block;
            height: 50px;
            padding: 10px;
            border-radius: 10px;
            text-align: center;
            font-size: 18px;
            position: relative;
            z-index: 0;
            width: 100%;
            overflow: hidden;
        }

        .why-choose-section .why-choose-img .shipping-text form .shipping-btn::before {
            position: absolute;
            content: '';
            width: 20px;
            height: 100%;
            left: -14px;
            top: 0;
            background: #ffffff;
            z-index: -1;
            -webkit-transform: skewX(10deg);
            transform: skewX(10deg);
            -webkit-transition: .5s;
            transition: .5s;
        }

        .why-choose-section .why-choose-img .shipping-text form .shipping-btn:hover::before {
            width: 100%;
            -webkit-transform: skewX(0);
            transform: skewX(0);
            left: 0;
        }

        .why-choose-section .why-choose-img .shipping-text form .shipping-btn:hover {
            color: #3c0c70;
        }

        .why-choose-section .why-choose-text {
            padding: 60px;
            background: #ece7f2;
        }

        .why-choose-section .why-choose-text .accordions {
            max-width: 500px;
        }

        .why-choose-section .why-choose-text .accordions .accordion-item {
            background-color: #f9f9f9;
            margin-bottom: 20px;
            -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
        }

        .why-choose-section .why-choose-text .accordions .accordion-item .accordion-title {
            cursor: pointer;
            padding: 15px 20px;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            background: #ffffff;
            padding-left: 60px;
            position: relative;
        }

        .why-choose-section  .accordions .accordion-item .accordion-title i {
            position: absolute;
            left: 20px;
            top: 15px;
            color: #2c3691;
            -webkit-transition: .5s;
            transition: .5s;
            font-size: 25px;
        }

        .why-choose-section .why-choose-text .accordions .accordion-item .accordion-title.active-title {
            background-color: #2c3691 !important;
        }

        .why-choose-section .why-choose-text .accordions .accordion-item .accordion-title.active-title h2,
        .why-choose-section .why-choose-text .accordions .accordion-item .accordion-title.active-title i {
            color: #ffffff !important;
        }

        .why-choose-section .why-choose-text .accordions .accordion-item .accordion-title.active-title h2 i {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

        .why-choose-section .why-choose-text .accordions .accordion-item .accordion-title h2 {
            margin: 0;
            font-size: 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            color: #2c3691;
            line-height: 20px;
        }

        .why-choose-section .why-choose-text .accordions .accordion-item .accordion-title h2 i {
            font-size: 25px;
            position: inherit;
        }

        .why-choose-section .why-choose-text .accordions .accordion-item .accordion-content {
            display: none;
            line-height: 1.7;
            padding: 20px;
            background-color: #ffffff;
            border-radius: 0 0 5px 5px;
        }

        .why-choose-section .why-choose-text .accordions .accordion-item .accordion-content.active {
            display: block;
        }

        .why-choose-section .why-choose-text .accordions .accordion-item .accordion-content p {
            margin: 0;
        }

        /* Why Choose CSS End */
        /* Get Qoute CSS start */

        .get-quote-section {
            position: relative;
            /* width: 40%; */
        }

        .get-quote-section .quote-text {
            padding-right: 80px;
        }

        .get-quote-section .quote-text .offer-text {
            position: relative;
            display: inline-block;
            margin-bottom: 20px;
        }

        .get-quote-section .quote-text .offer-text span {
            color: #ffffff;
            background: #3c0c70;
            display: inline-block;
            width: 100px;
            height: 100px;
            line-height: 90px;
            text-align: center;
            border-radius: 100px;
            border: 5px solid #2C3691;
            font-weight: 700;
            font-size: 20px;
        }

        .get-quote-section .quote-text .offer-text p {
            position: absolute;
            top: 25px;
            right: -110px;
            background: #2C3691;
            color: #ffffff;
            font-weight: 700;
            width: 120px;
            height: 50px;
            line-height: 50px;
            padding-left: 10px;
            z-index: -1;
            font-size: 20px;
            border-radius: 0 30px 30px 0;
        }

        .get-quote-section .quote-text h2 {
            font-size: 35px;
            color: #fff;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .get-quote-section .quote-text p {
            color: #ffffff;
            font-size: 16px;
            margin-bottom: 30px;
        }

        .get-quote-section .quote-text .theme-btn .default-btn {
            border: 1px solid #2C3691;
            margin: 0;
        }

        .get-quote-section .quote-card h2 {
            font-size: 35px;
            color: #000000;
            font-weight: 700;
            margin-bottom: 25px;
            text-align: center;
        }

        .get-quote-section .quote-card form .form-check-inline {
            margin-bottom: 15px;
        }

        .get-quote-section .quote-card form .form-check-inline .form-check-label {
            color: #ffffff;
            font-size: 16px;
        }

        .get-quote-section .quote-card form .select-item {
            position: relative;
        }

        .get-quote-section .quote-card form .select-item i {
            color: #707070;
            position: absolute;
            right: 17px;
            top: 16px;
            font-size: 20px;
        }

        .get-quote-section .quote-card form .form-control {
            height: 50px;
            padding: 20px;
            width: 554px;
            font-size: 16px;
            margin: auto 23px;
            margin-bottom: 20px;
            border-radius: 35px;
            box-shadow: rgb(0 0 0 / 40%) 0px 0px 5px 0px, rgb(0 0 0 / 29%) 0px 0px 1px 0px;
        }

        .get-quote-section .quote-card p {
            font-weight: 900;
            font-size: 20px;
            margin: auto 23px;
        }

        .get-quote-section .quote-card form select.form-control {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }

        .get-quote-section .quote-card form ::-webkit-input-placeholder {
            color: #707070;
        }

        .get-quote-section .quote-card form :-ms-input-placeholder {
            color: #707070;
        }

        .get-quote-section .quote-card form ::-ms-input-placeholder {
            color: #707070;
        }

        .get-quote-section .quote-card form ::placeholder {
            color: #707070;
        }

        .get-quote-section .lines {
            position: absolute;
            height: 100%;
            left: 0;
            right: 0;
            margin: auto;
            top: 0;
            z-index: -1;
        }

        .get-quote-section .lines .line {
            position: absolute;
            width: 2px;
            height: 100%;
            background: rgba(255, 255, 255, 0.1);
            left: 50%;
            top: 0;
        }

        .get-quote-section .lines .line::after {
            position: absolute;
            content: '';
            width: 100%;
            height: 10px;
            background: #ffffff;
            left: 0;
            top: 0%;
            right: 0;
            margin: auto;
            -webkit-animation: line 8s infinite cubic-bezier(0.2, 0.69, 1, 1);
            animation: line 8s infinite cubic-bezier(0.2, 0.69, 1, 1);
        }

        .get-quote-section .lines :nth-child(1) {
            margin-left: 25%;
        }

        .get-quote-section .lines :nth-child(2)::after {
            -webkit-animation-delay: 1s;
            animation-delay: 1s;
        }

        .get-quote-section .lines :nth-child(3) {
            margin-left: -25%;
        }

        .get-quote-section .lines :nth-child(3)::after {
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
        }

        .quote-bg {
            background-image: url(../img/quote-bg.jpg);
            background-position: center center;
            background-size: cover;
            position: relative;
            z-index: 0;
        }

        .quote-bg::before {
            position: absolute;
            content: '';
            background: #3c0c70;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            z-index: -1;
            opacity: .85;
        }

        /* Get Qouote CSS End */
        /* Worker CSS Start */

        .worker-section .section-title p {
            margin: auto;
        }

        .worker-section .worker-card {
            border-radius: 10px;
            position: relative;
            margin-bottom: 30px;
            -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
        }

        .worker-section .worker-card .worker-img {
            overflow: hidden;
        }

        .worker-section .worker-card .worker-img img {
            border-radius: 10px 10px 0 0;
            -webkit-transition: .5s;
            transition: .5s;
        }

        .worker-section .worker-card .worker-text {
            text-align: center;
            padding: 20px;
        }

        .worker-section .worker-card .worker-text h3 {
            font-weight: 700;
            margin-bottom: 10px;
        }

        .worker-section .worker-card .worker-text p {
            margin-bottom: 0;
        }

        .worker-section .worker-card:hover .worker-img img {
            -webkit-filter: grayscale(1);
            filter: grayscale(1);
            -webkit-transform: translateY(5px);
            transform: translateY(5px);
        }

        /* Worker CSS CSS End */
        /* Feedback CSS Start */

        .feedback-section {
            padding-bottom: 200px;
        }

        /* .feedback-section .col-6.bg {
background-color: #2c3691;
} */
        /* .feedback-section .feedback-items {
background: #ffffff;
padding: 45px 30px;
box-shadow: 3px 5px 25px 0 rgb(0 0 0 / 10%);
border-radius: 10px;
} */

        .feedback-section .section-title span,
        .feedback-section .section-title h2,
        .feedback-section .section-title p {
            color: #ffffff;
        }

        .feedback-section .section-title p {
            margin: auto;
        }

        .feedback-section .feedback-slider {
            position: relative;
        }

        .feedback-section .feedback-slider .feedback-items {
            text-align: center;
            max-width: 450px;
            margin: auto;
        }

        .feedback-section .feedback-slider .feedback-items i {
            font-size: 50px;
            color: #ffffff;
            margin-bottom: 35px;
            display: inline-block;
        }

        .feedback-section .feedback-slider .feedback-items p {
            margin-bottom: 40px;
            color: #ffffff;
        }

        .feedback-section .feedback-slider .feedback-items img {
            max-width: 100%;
            margin: 45px auto 10px;
            width: unset;
            border-radius: 50%;
        }

        .feedback-section .feedback-slider .feedback-items h3 {
            color: #ffffff;
            margin-bottom: 5px;
        }

        .feedback-section .feedback-slider .feedback-items span {
            color: #ffffff;
            margin-bottom: 0;
            font-size: 16px;
            display: inline-block;
        }

        .feedback-section .feedback-slider .owl-prev,
        .feedback-section .feedback-slider .owl-next {
            position: absolute;
            left: -65px;
            top: 35%;
            background: #2c3691 !important;
            color: #ffffff !important;
            width: 45px;
            height: 45px;
            border-radius: 5px;
            font-size: 25px !important;
            line-height: 45px !important;
            opacity: 0;
            -webkit-transition: .5s;
            transition: .5s;
        }

        .feedback-section .feedback-slider .owl-prev:hover,
        .feedback-section .feedback-slider .owl-next:hover {
            background: #ffffff !important;
            color: #2C3691 !important;
        }

        .feedback-section .feedback-slider .owl-next {
            left: inherit;
            right: -65px;
        }

        .feedback-section .feedback-slider:hover .owl-prev {
            left: -50px;
            opacity: 1;
        }

        .feedback-section .feedback-slider:hover .owl-next {
            right: -50px;
            opacity: 1;
        }

        .feedback-section .feedback-slider .owl-nav {
            margin-top: 0;
        }

        .feedback-bg {
            background-image: url(../images/Home-Feedback-BG-Image.webp);
            background-size: cover;
            background-position: center center;
            position: relative;
            z-index: 0;
        }

        .feedback-bg::before {
            position: absolute;
            content: '';
            background: #2c3691;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            opacity: .85;
            z-index: -1;
        }

        /* Feedback CSS End */
        /* Company CSS Start */

        .company-section {
            margin-top: -100px;
        }

        .company-section .company-slider {
            padding: 60px 25px 50px;
            background: #ffffff;
            border-radius: 10px;
            -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
        }

        .company-section .company-slider .company-logo img {
            max-width: 100%;
            height: 150px;
            width: 150px;
            border: 2px solid #2c3691;
            margin: auto;
            -webkit-transition: .5s;
            transition: .5s;
        }

        .company-section .company-slider .company-logo p {
            color: #2c3691;
            font-size: 20px;
            font-weight: 700;
            text-align: center;
            margin-top: 10px;
            text-transform: uppercase;
        }

        .company-section .company-slider .company-logo img:hover {
            -webkit-filter: brightness(0.5);
            filter: brightness(0.5);
            -webkit-transform: scale(0.8);
            transform: scale(0.8);
        }

        /* Company CSS End */
        /* Blog CSS Start */

        .blog-section .section-title p {
            margin: auto;
        }

        .blog-section .blog-card {
            -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            margin-bottom: 30px;
        }

        .blog-section .blog-card .blog-img {
            overflow: hidden;
            border-radius: 10px 10px 0 0;
        }

        .blog-section .blog-card .blog-img a img {
            border-radius: 10px 10px 0 0;
            -webkit-transition: all .5s;
            transition: all .5s;
        }

        .blog-section .blog-card .blog-text {
            padding: 10px;
        }

        .blog-section .blog-card .blog-text h3 {
            line-height: 1.4;
            margin-bottom: 15px;
        }

        .blog-section .blog-card .blog-text h3 a {
            color: #2c3691;
        }

        .blog-section .blog-card .blog-text h3 a:hover {
            color: #ED2A34;
        }

        .blog-section .blog-card .blog-text ul {
            padding-left: 0;
            margin-bottom: 8px;
        }

        .blog-section .blog-card .blog-text ul li {
            font-size: 16px;
            list-style: none;
        }

        .blog-section .blog-card .blog-text ul li i {
            color: #2c3691;
            margin-right: 5px;
        }

        .blog-section .blog-card .blog-text p {
            margin-bottom: 18px;
        }

        .blog-section .blog-card .blog-text .blog-btn {
            display: inherit;
        }

        .blog-section .blog-card .blog-text .blog-btn i {
            color: #2c3691;
            font-size: 25px;
            width: 50px;
            width: 50px;
            text-align: center;
            line-height: 50px;
            border-radius: 5px;
            background: #ffcdbd;
            display: inline-block;
            -webkit-transition: all .5s;
            transition: all .5s;
        }

        .blog-section .blog-card .blog-text .blog-btn i:hover {
            background: #ED2A34;
            color: #ffffff;
        }

        .blog-section .blog-card:hover .blog-img img {
            -webkit-transform: scale(1.3);
            transform: scale(1.3);
        }

        /* Blog CSS End */
        /* Newsletter CSS Start */

        .newsletter-section {
            margin-bottom: -100px;
        }

        .newsletter-section .newsletter-area {
            background: #190231;
            padding: 65px;
            position: relative;
            border-radius: 10px;
            z-index: 1;
        }

        .newsletter-section .newsletter-area h2 {
            color: #ffffff;
            font-size: 33px;
            font-weight: 700;
            margin-bottom: 25px;
            line-height: 1;
        }

        .newsletter-section .newsletter-area .newsletter-form {
            position: relative;
        }

        .newsletter-section .newsletter-area .newsletter-form .form-control {
            height: 60px;
            padding: 20px;
            border-radius: 5px;
        }

        .newsletter-section .newsletter-area .newsletter-form ::-webkit-input-placeholder {
            color: #707070;
            font-size: 18px;
            text-transform: capitalize;
        }

        .newsletter-section .newsletter-area .newsletter-form :-ms-input-placeholder {
            color: #707070;
            font-size: 18px;
            text-transform: capitalize;
        }

        .newsletter-section .newsletter-area .newsletter-form ::-ms-input-placeholder {
            color: #707070;
            font-size: 18px;
            text-transform: capitalize;
        }

        .newsletter-section .newsletter-area .newsletter-form ::placeholder {
            color: #707070;
            font-size: 18px;
            text-transform: capitalize;
        }

        .newsletter-section .newsletter-area .newsletter-form .default-btn {
            font-size: 17px;
            background: #2C3691;
            color: #ffffff;
            padding: 10px 25px;
            border-radius: 5px;
            margin: 0;
            display: inline-block;
            position: absolute;
            z-index: 0;
            overflow: hidden;
            right: 4px;
            top: 4px;
            border: 1px solid #2C3691;
        }

        .newsletter-section .newsletter-area .newsletter-form .default-btn::before {
            position: absolute;
            content: '';
            width: 20px;
            height: 100%;
            left: -14px;
            top: 0;
            background: #ffffff;
            z-index: -1;
            -webkit-transform: skewX(10deg);
            transform: skewX(10deg);
            -webkit-transition: .5s;
            transition: .5s;
        }

        .newsletter-section .newsletter-area .newsletter-form .default-btn:hover {
            color: #2C3691;
        }

        .newsletter-section .newsletter-area .newsletter-form .default-btn:hover::before {
            width: 100%;
            -webkit-transform: skewX(0);
            transform: skewX(0);
            left: 0;
        }

        .newsletter-section .newsletter-area .newsletter-form .validation-danger {
            color: #ffffff;
        }

        .newsletter-section img {
            position: absolute;
            right: 65px;
            top: -35px;
            max-width: 400px;
            -webkit-animation: img-scale 5s infinite linear;
            animation: img-scale 5s infinite linear;
        }

        /* Newsletter CSS End */
        /***********************************************************************************************************/
        /**************************************** Footer CSS Start ************************************************/
        /***********************************************************************************************************/

        .footer-area {
            background: #2c3691;
            position: relative;
            z-index: 0;
        }

        .footer-area .footer-widget {
            margin-bottom: 30px;
        }


        .footer-area .footer-widget .footer-social {
            margin-top: 35px;
        }

        /* .footer-area .footer-widget .footer-social a i {
color: #2c3691;
width: 35px;
height: 35px;
text-align: center;
line-height: 35px;
background: #ffffff;
border-radius: 50px;
display: inline-block;
margin-right: 10px;
position: relative;
z-index: 0;
} */

        .footer-area .footer-widget .footer-social a.facebook i {
            background: #3b5998;
            color: #ffffff;
            width: 35px;
            height: 35px;
            text-align: center;
            line-height: 35px;
            border-radius: 50px;
            display: inline-block;
            margin-right: 10px;
            position: relative;
            z-index: 0;
        }

        .footer-area .footer-widget .footer-social a.instagram i {
            background: linear-gradient(45deg, #f09433 0%, #fbad50 25%, #dc2743 50%, #cc2366 75%, #8a3ab9 100%);
            color: #ffffff;
            width: 35px;
            height: 35px;
            text-align: center;
            line-height: 35px;
            border-radius: 50px;
            display: inline-block;
            margin-right: 10px;
            position: relative;
            z-index: 0;
        }

        .footer-area .footer-widget .footer-social a.twitter i {
            background: #1D9BF0;
            color: #ffffff;
            width: 35px;
            height: 35px;
            text-align: center;
            line-height: 35px;
            border-radius: 50px;
            display: inline-block;
            margin-right: 10px;
            position: relative;
            z-index: 0;
        }

        .footer-area .footer-widget .footer-social a.linkedin i {
            background: #0077b5;
            color: #ffffff;
            width: 35px;
            height: 35px;
            text-align: center;
            line-height: 35px;
            border-radius: 50px;
            display: inline-block;
            margin-right: 10px;
            position: relative;
            z-index: 0;
        }

        .footer-area .footer-widget .footer-social a.facebook i::after,
        .footer-area .footer-widget .footer-social a.instagram i::after,
        .footer-area .footer-widget .footer-social a.twitter i::after,
        .footer-area .footer-widget .footer-social a.linkedin i::after {
            position: absolute;
            content: '';
            background: #ffffff;
            width: 100%;
            height: 100%;
            border-radius: 50px;
            top: 0;
            left: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
            -webkit-transition: .5s;
            transition: .5s;
            z-index: -1;
        }

        .footer-area .footer-widget .footer-social a i:hover::after {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        .footer-area .footer-widget .footer-social a.facebook i:hover::before {
            -webkit-transform: scale(1);
            transform: scale(1);
            color: #3b5998;
        }

        .footer-area .footer-widget .footer-social a.instagram i:hover::before {
            -webkit-transform: scale(1);
            transform: scale(1);
            color: #dc2743;
        }

        .footer-area .footer-widget .footer-social a.twitter i:hover::before {
            -webkit-transform: scale(1);
            transform: scale(1);
            color: #1D9BF0;
            ;
        }

        .footer-area .footer-widget .footer-social a.linkedin i:hover::before {
            -webkit-transform: scale(1);
            transform: scale(1);
            color: #0077b5;
            ;
        }

        .footer-area .footer-widget h3 {
            color: #ffffff;
            margin-bottom: 40px;
            position: relative;
            padding-left: 10px;
        }



        .footer-area .footer-widget ul {
            padding-left: 0;
            list-style-type: none;
        }

        .footer-area .footer-widget ul li {
            color: #ffffff;
            margin-bottom: 20px;
            position: relative;
            -webkit-transition: .5s;
            transition: .5s;
        }

        .footer-area .footer-widget ul li::before {
            position: absolute;
            content: '';
            width: 0;
            height: 2px;
            top: 15px;
            left: 0;
            background: #fff;
            -webkit-transition: .5s;
            transition: .5s;
        }

        .footer-area .footer-widget ul li:hover::before {
            width: 10px;
        }

        .footer-area .footer-widget ul li:hover {
            padding-left: 15px;
        }

        .footer-area .footer-widget ul li i {
            font-size: 16px;
            top: 0px;
            margin-right: 10px;
            position: relative;
        }

        .footer-area .footer-widget ul li a {
            color: #ffffff;
        }

        .footer-area .footer-widget ul :last-child {
            margin-bottom: 0;
        }

        .footer-area .copyright-area {
            text-align: center;
            background: #001B3D;
        }

        .footer-area .copyright-area p {
            color: #ffffff;
            margin-bottom: 0;
            padding: 20px;
        }

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

        .footer-area .copyright-area p a:hover {
            color: #ED2A34;
        }

        .footer-area .lines {
            position: absolute;
            height: 100%;
            left: 0;
            right: 0;
            margin: auto;
            top: 0;
            z-index: -1;
        }

        .footer-area .lines .line {
            position: absolute;
            width: 2px;
            height: 100%;
            background: rgba(255, 255, 255, 0.1);
            left: 46%;
            top: 0;
        }

        .footer-area .lines .line::after {
            position: absolute;
            content: '';
            width: 100%;
            height: 10px;
            background: #ffffff;
            left: 0;
            top: 0%;
            right: 0;
            margin: auto;
            -webkit-animation: line 8s infinite cubic-bezier(0.2, 0.69, 1, 1);
            animation: line 8s infinite cubic-bezier(0.2, 0.69, 1, 1);
        }

        .footer-area .lines :nth-child(1) {
            margin-left: 19%;
        }

        .footer-area .lines :nth-child(2)::after {
            -webkit-animation-delay: 1s;
            animation-delay: 1s;
        }

        .footer-area .lines :nth-child(3) {
            margin-left: -17%;
        }

        .footer-area .lines :nth-child(3)::after {
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
        }

        .booking-details .text-subhead {
            font-weight: 900;
            font-size: 20px;
            line-height: 24px;
            margin-top: 1rem;
            color: #EDC01F;
            ;
        }

        .booking-details .row {
            margin-top: 5px;
            color: #fff;
        }

        .booking-details .divider {
            display: block;
            height: 1px;
            background-color: #EDC01F;
        }

        .booking-details .naming {
            font-weight: bold;
        }

        /* width */

        .modal-dialog ::-webkit-scrollbar {
            width: 10px;
        }

        /* Track */

        .modal-dialog ::-webkit-scrollbar-track {
            box-shadow: inset 0 0 5px #fff;
            border-radius: 10px;
        }

        /* Handle */

        .modal-dialog ::-webkit-scrollbar-thumb {
            background: #ED2A34;
            border-radius: 10px;
        }

        /* Handle on hover */

        .modal-dialog ::-webkit-scrollbar-thumb:hover {
            background: #f50a15;
        }

        /* Footer CSS End */
        /*---------- Home Page One CSS End ----------*/
        /*---------- Home Page Two CSS Strat ----------*/
        /* Navbar CSS Start */

        .nav-style-two {
            border-bottom: 2px solid rgba(255, 255, 255, 0.1);
        }

        .nav-style-two .main-nav .navbar .navbar-nav .nav-item a {
            color: #000000;
        }

        .nav-style-two .main-nav .navbar .navbar-nav .nav-item a:hover {
            color: #fff;
            background: #2c3691;
            padding: 2px 15px;
            border-radius: 1rem;
        }

        .nav-style-two.is-sticky {
            background: #3c0c70;
            border-bottom: 0;
            top: -40px !important;
        }

        /* Navbar CSS End */
        /* Banner CSS Start */

        .banner-style-two.banner-bg {
            /* background-image: url(../images/title-bg-services.jpg); */
            background: linear-gradient(0deg, rgba(44, 54, 145, 0.5), rgba(44, 54, 145, 0.5)), url(../images/Home-Main-BG-Image.webp);
            background-position: center center;
            background-size: cover;
            height: 1000px;
            position: relative;
            z-index: 0;
        }

        .banner-style-two.banner-bg::before {
            position: absolute;
            content: '';
            background: rgba(44, 54, 145, 0.8);
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: -1;
        }

        .banner-style-two .banner-text h1 {
            font-size: 65px;
            color: #ffffff;
            font-family: "Titillium Web", sans-serif;
            margin-bottom: 30px;
            font-weight: 700;
        }

        .banner-style-two .banner-text p {
            color: #ffffff;
            font-size: 18px;
            margin-bottom: 35px;
        }

        .banner-style-two .banner-text .theme-btn .default-btn {
            padding: 18px 30px;
        }

        .banner-style-two .get-quote-section .quote-card {
            background: #ffffff;
            padding: 45px 30px;
            box-shadow: 3px 5px 25px 0 rgb(0 0 0 / 10%);
            border-radius: 10px;
            /* text-align: center; */
        }

        /* Banner CSS End */
        /* Transport System CSS Start */

        .transport-style-two {
            margin-top: -130px;
        }

        .transport-style-two .transport-card .transport-text p {
            margin-bottom: 0;
        }

        /* Transport System CSS End */
        /* Why Choose CSS Start */

        .choose-style-two .section-title p {
            margin: auto;
        }

        .choose-style-two .row.title-section {
            margin-bottom: 35px;
        }

        .choose-style-two .col-lg-3 {
            margin: auto;
        }

        .choose-style-two .col-6.title {
            background-color: #ffffff;
        }

        .choose-style-two .col-6.paragraph {
            padding: 20px;
            /* text-align: center; */
        }

        .choose-style-two .col-6.title h2 {
            border-right: 2px solid #2c3691;
            color: #2c3691;
            text-align: center;
            font-size: 35px;
            font-weight: 900;
            height: 100px;
        }

        .choose-style-two .choose-card h3 {
            color: #000000;
        }

        .choose-style-two .choose-card {
            text-align: center;
            padding: 25px;
            border-radius: 5px;
            position: relative;
            z-index: 0;
            margin-bottom: 30px;
            border: 1px solid #eee0fe;
            -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
        }

        .choose-style-two .choose-card::before {
            content: '';
            width: 0;
            height: 0;
            left: 0;
            bottom: 0;
            z-index: -1;
            -webkit-transition: .5s;
            transition: .5s;
            border-radius: 5px;
            position: absolute;
            background: #2c3691;
        }

        .choose-style-two .choose-card::after {
            content: '';
            width: 0;
            height: 0;
            right: 0;
            top: 0;
            z-index: -1;
            -webkit-transition: .5s;
            transition: .5s;
            border-radius: 5px;
            position: absolute;
            background: #2c3691;
        }

        .choose-style-two .choose-card i {
            color: #2c3691;
            margin-bottom: 20px;
            display: inline-block;
            border-radius: 5px;
            line-height: 70px;
            font-size: 90px;
            -webkit-transition: .5s;
            transition: .5s;
        }

        .choose-style-two .choose-card h3 {
            font-size: 18px;
            margin-bottom: 0;
            -webkit-transition: .5s;
            transition: .5s;
        }

        .choose-style-two .choose-card:hover::before,
        .choose-style-two .choose-card:hover::after {
            width: 100%;
            height: 100%;
        }

        .choose-style-two .choose-card:hover h3 {
            color: #ffffff;
        }

        .choose-style-two .choose-card:hover i {
            color: #ffffff;
        }

        .choose-style-two .why-choose-image {
            -webkit-animation: img-scale 5s infinite linear;
            animation: img-scale 5s infinite linear;
        }

        /* Why Choose CSS End */
        /* Track Product CSS Start */
        /*
.track-product {
padding-bottom: 200px;
} */

        .track-product .card {
            background: #ffffff;
            padding: 45px 30px;
            box-shadow: 3px 5px 25px 0 rgb(0 0 0 / 10%);
            border-radius: 10px;
            text-align: center;
        }

        .track-product .card .form-control {
            height: 50px;
            padding: 10px 20px;
            margin: auto 25px;
            width: 86%;

            margin-bottom: 20px;
            border-radius: 35px;
            box-shadow: rgb(0 0 0 / 40%) 0px 0px 5px 0px, rgb(0 0 0 / 29%) 0px 0px 1px 0px;
        }

        .track-product .card h2 {
            font-size: 35px;
            font-weight: 700;
            color: #000000;
            margin-bottom: 30px;
        }

        .track-product .track-text .newsletter-form {
            position: relative;
            max-width: 500px;
            margin: auto;
        }

        .track-product .track-text .newsletter-form ::-webkit-input-placeholder {
            color: #707070;
            font-size: 18px;
            text-transform: capitalize;
        }

        .track-product .track-text .newsletter-form :-ms-input-placeholder {
            color: #707070;
            font-size: 18px;
            text-transform: capitalize;
        }

        .track-product .track-text .newsletter-form ::-ms-input-placeholder {
            color: #707070;
            font-size: 18px;
            text-transform: capitalize;
        }

        .track-product .track-text .newsletter-form ::placeholder {
            color: #707070;
            font-size: 18px;
            text-transform: capitalize;
        }

        .track-product .track-text .newsletter-form .default-btn {
            font-size: 17px;
            background: #ED2A34;
            color: #ffffff;
            padding: 10px 40px;
            border-radius: 5px;
            margin: 0;
            display: inline-block;
            position: absolute;
            z-index: 0;
            overflow: hidden;
            right: 5px;
            top: 4px;
            border: 1px solid #ED2A34;
        }

        .track-product .track-text .newsletter-form .default-btn::before {
            position: absolute;
            content: '';
            width: 20px;
            height: 100%;
            left: -14px;
            top: 0;
            background: #ffffff;
            z-index: -1;
            -webkit-transform: skewX(10deg);
            transform: skewX(10deg);
            -webkit-transition: .5s;
            transition: .5s;
        }

        .track-product .track-text .newsletter-form .default-btn:hover {
            color: #2C3691;
            border: 1px solid #2C3691;
        }

        .track-product .track-text .newsletter-form .default-btn:hover::before {
            width: 100%;
            -webkit-transform: skewX(0);
            transform: skewX(0);
            left: 0;
        }

        .track-product.track-product-bg {
            background-image: url(../images/tracking-bg.webp);
            background-position: center center;
            background-size: cover;
            position: relative;
            z-index: 0;
        }

        .track-product.track-product-bg::before {
            position: absolute;
            content: '';
            background: rgba(44, 54, 145, 0.8);
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: -1;
        }

        .track-product .lines {
            position: absolute;
            height: 100%;
            left: 0;
            right: 0;
            margin: auto;
            top: 0;
            z-index: -1;
        }

        .track-product .lines .line {
            position: absolute;
            width: 2px;
            height: 100%;
            background: rgba(255, 255, 255, 0.1);
            left: 50%;
            top: 0;
        }

        .track-product .lines .line::after {
            position: absolute;
            content: '';
            width: 100%;
            height: 10px;
            background: #ffffff;
            left: 0;
            top: 0%;
            right: 0;
            margin: auto;
            -webkit-animation: line 8s infinite cubic-bezier(0.2, 0.69, 1, 1);
            animation: line 8s infinite cubic-bezier(0.2, 0.69, 1, 1);
        }

        .track-product .lines :nth-child(1) {
            margin-left: 25%;
        }

        .track-product .lines :nth-child(2)::after {
            -webkit-animation-delay: 1s;
            animation-delay: 1s;
        }

        .track-product .lines :nth-child(3) {
            margin-left: -25%;
        }

        .track-product .lines :nth-child(3)::after {
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
        }

        /* Track Product CSS End */
        /* Facilities CSS Start */

        .facilities-section .facilities-text h2 {
            font-size: 35px;
            font-weight: 700;
            color: #2c3691;
            margin-bottom: 10px;
        }

        .facilities-section .facilities-text p {
            margin-bottom: 30px;
        }

        .facilities-section .facilities-text ul {
            padding-left: 0;
            margin-bottom: 45px;
        }

        .facilities-section .facilities-text ul li {
            list-style: none;
            font-size: 20px;
            color: #2c3691;
            margin-bottom: 5px;
        }

        .facilities-section .facilities-text ul li i {
            color: #ffffff;
            background: #2c3691;
            width: 25px;
            height: 25px;
            display: inline-block;
            border-radius: 30px;
            text-align: center;
            line-height: 25px;
            font-size: 15px;
            margin-right: 5px;
            top: -3px;
            position: relative;
        }

        .facilities-section .facilities-text .theme-btn .default-btn {
            border: 1px solid #2C3691;
        }

        .facilities-section .facilities-img {
            background-image: url(../images/facility-img.webp);
            background-position: center center;
            background-size: cover;
            height: 100%;
        }

        /* Facilities CSS End */
        /* Company CSS Start */

        .company-style-two {
            padding-top: 100px;
            padding-bottom: 100px;
        }

        .company-style-two .section-title p {
            margin: auto;
        }

        .company-style-two .company-slider {
            -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
            padding: 0;
        }

        /* Compnay CSS End */
        /* Feedback CSS Start */

        .feedback-style-two {
            padding-bottom: 100px;
        }

        /* Feedback CSS End */
        /* Contact CSS Start */

        .contact-section .row.bg {
            background: #2c3691;
            --bs-gutter-x: 0px !important;
        }

        .contact-section .section-title p {
            margin: auto;
        }

        .contact-section .contact-img {
            background-image: url(../images/contact-img.webp);
            background-position: center center;
            background-size: cover;
            height: 100%;
        }

        .contact-section .contact-area {
            background: #ffffff;
            padding: 25px 20px;
            box-shadow: 3px 5px 25px 0 rgb(0 0 0 / 10%);
            border-radius: 20px;
            margin: 30px;
            text-align: center;
        }

        .contact-section .contact-area h2 {
            font-size: 35px;
            font-weight: 600;
            color: #2c3691;
            margin-bottom: 30px;
        }

        .contact-section .contact-area .form-group {
            margin-bottom: 20px;
        }

        .contact-section .contact-area .form-group .form-control {
            height: 60px;
            padding: 20px;
            border-radius: 35px;
            box-shadow: rgb(0 0 0 / 40%) 0px 0px 5px 0px, rgb(0 0 0 / 29%) 0px 0px 1px 0px;
        }

        .contact-section .contact-area .form-group .message-field {
            width: 100%;
            padding: 15px 20px;
            border: 1px solid #ced4da;
            outline: 0;
            border-radius: 35px;
            box-shadow: rgb(0 0 0 / 40%) 0px 0px 5px 0px, rgb(0 0 0 / 29%) 0px 0px 1px 0px;
        }

        .contact-section .contact-area .form-group ::-webkit-input-placeholder {
            color: #a1a1a1;
            font-size: 16px;
        }

        .contact-section .contact-area .form-group :-ms-input-placeholder {
            color: #a1a1a1;
            font-size: 16px;
        }

        .contact-section .contact-area .form-group ::-ms-input-placeholder {
            color: #a1a1a1;
            font-size: 16px;
        }

        .contact-section .contact-area .form-group ::placeholder {
            color: #a1a1a1;
            font-size: 16px;
        }

        .contact-section .contact-area .form-group .list-unstyled {
            color: #2C3691;
            font-size: 15px;
        }

        .contact-section .contact-area .default-btn {
            font-size: 18px;
            background: #2C3691;
            color: #ffffff;
            padding: 10px 30px;
            border-radius: 5px;
            margin: 0;
            display: inline-block;
            position: relative;
            z-index: 0;
            overflow: hidden;
            border: 1px solid #2C3691;
        }

        .contact-section .contact-area .default-btn::before {
            position: absolute;
            content: '';
            width: 20px;
            height: 100%;
            left: -14px;
            top: 0;
            background: #ffffff;
            z-index: -1;
            -webkit-transform: skewX(10deg);
            transform: skewX(10deg);
            -webkit-transition: .5s;
            transition: .5s;
        }

        .contact-section .contact-area .default-btn:hover {
            color: #2C3691;
        }

        .contact-section .contact-area .default-btn:hover::before {
            width: 100%;
            -webkit-transform: skewX(0);
            transform: skewX(0);
            left: 0;
        }

        .contact-section .contact-area .text-danger {
            font-size: 20px;
            margin-top: 10px;
        }

        /* Contact CSS End */
        /* Newsletter CSS Start */

        .newsletter-style-two {
            background: #f7efff;
        }

        /* Newsletter CSS End */
        /*---------- Home Page Two CSS End ----------*/
        /*---------- Home Page Three CSS Start ----------*/
        /* Banner CSS start */

        .banner-style-three {
            height: 100vh;
            position: relative;
            background: #3c0c70;
            padding-top: 60px;
        }

        .banner-style-three .banner-text {
            max-width: 650px;
        }

        .banner-style-three .banner-text h1 {
            font-size: 70px;
            font-weight: 700;
            font-family: "Titillium Web", sans-serif;
            color: #ffffff;
            margin-bottom: 40px;
        }

        .banner-style-three .banner-text .theme-btn .default-btn {
            padding: 15px 25px;
        }

        .banner-style-three .banner-image {
            position: absolute;
            right: 0;
            bottom: 0;
            max-width: 570px;
            border-radius: 10px;
        }

        .banner-style-three .banner-image img {
            border-radius: 10px;
        }

        .banner-style-three .banner-shape img {
            position: absolute;
            -webkit-animation: img-scale 5s infinite linear;
            animation: img-scale 5s infinite linear;
        }

        .banner-style-three .banner-shape :nth-child(1) {
            top: 20%;
            left: 10%;
        }

        .banner-style-three .banner-shape :nth-child(2) {
            top: 20%;
            left: 30%;
        }

        .banner-style-three .banner-shape :nth-child(3) {
            top: 20%;
            right: 10%;
        }

        .banner-style-three .banner-shape :nth-child(4) {
            bottom: 10%;
            left: 50%;
        }

        .banner-style-three .banner-shape :nth-child(5) {
            top: 30%;
            left: 50%;
        }

        .banner-style-three .banner-shape :nth-child(6) {
            bottom: 5%;
            left: 15%;
        }

        /* Banner CSS End */
        /* About CSS Start */

        .about-style-three {
            padding-bottom: 100px;
        }

        .about-style-three .about-img::before {
            background: #3c0c70;
            width: 90px;
            height: 150px;
            top: -65px;
            left: 0;
            -webkit-animation: none;
            animation: none;
            border-radius: 10px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .about-style-three .about-img::after {
            background: #3c0c70;
            width: 90px;
            height: 150px;
            bottom: -60px;
            right: 15px;
            -webkit-animation: none;
            animation: none;
            border-radius: 10px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: inherit;
        }

        .about-style-three .about-img img {
            border-radius: 10px;
        }

        /* About CSS End */
        /* Trasnport CSS Start */

        .transport-style-five .section-title p {
            margin: auto;
        }

        .transport-style-five .transport-card {
            text-align: center;
            margin-bottom: 30px;
            padding: 25px;
            -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
        }

        .transport-style-five .transport-card img {
            margin-bottom: 30px;
        }

        .transport-style-five .transport-card h3 {
            margin-bottom: 10px;
        }

        .transport-style-five .transport-card p {
            margin-bottom: 0;
        }

        /* Transport CSS End */
        /* Achivement CSS Start */

        .achivement-section .section-title h2 {
            color: #ffffff;
        }

        .achivement-section .section-title p {
            color: #ffffff;
            margin: auto;
        }

        .achivement-section .company-section {
            margin-top: 0;
            margin-bottom: 60px;
        }

        .achivement-section .features-section {
            margin-top: 0;
        }

        .achivement-section .features-section .feature-card {
            border: 0;
        }

        .achivement-section .features-section .feature-card:hover {
            background: #2C3691;
        }

        .achivement-section .features-section .feature-card:hover span,
        .achivement-section .features-section .feature-card:hover h3,
        .achivement-section .features-section .feature-card:hover p {
            color: #ffffff;
        }

        .achivement-bg {
            background-image: url(../img/achivement-bg.jpg);
            background-position: center center;
            background-size: cover;
            position: relative;
            z-index: 0;
        }

        .achivement-bg::before {
            position: absolute;
            content: '';
            background: rgba(60, 12, 112, 0.8);
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: -1;
        }

        /* achivement CSS End */
        /* Feedback CSS Start */

        .feedback-style-three .section-title p {
            margin: auto;
        }

        .feedback-style-three .feedback-slider-area {
            position: relative;
        }

        .feedback-style-three .feedback-slider-area .slider-items {
            max-width: 500px;
            margin: auto;
        }

        .feedback-style-three .feedback-slider-area .slider-items img {
            width: unset;
            margin: 0 auto 30px;
        }

        .feedback-style-three .feedback-slider-area .slider-items .client-info {
            margin-bottom: 15px;
        }

        .feedback-style-three .feedback-slider-area .slider-items .client-info h3 {
            margin-bottom: 0px;
        }

        .feedback-style-three .feedback-slider-area .slider-items .client-info span {
            color: #2C3691;
            font-size: 15px;
        }

        .feedback-style-three .feedback-slider-area .owl-prev,
        .feedback-style-three .feedback-slider-area .owl-next {
            position: absolute;
            left: 20px;
            top: 45%;
            background: #2C3691 !important;
            color: #ffffff !important;
            width: 50px;
            height: 50px;
            border-radius: 50px;
            font-size: 25px !important;
            line-height: 50px !important;
            opacity: 0;
            -webkit-transition: .5s;
            transition: .5s;
            border: 1px solid #2C3691;
        }

        .feedback-style-three .feedback-slider-area .owl-prev:hover,
        .feedback-style-three .feedback-slider-area .owl-next:hover {
            background: #ffffff !important;
            color: #2C3691 !important;
        }

        .feedback-style-three .feedback-slider-area .owl-next {
            left: inherit;
            right: 20px;
        }

        .feedback-style-three .feedback-slider-area:hover .owl-prev {
            left: 40px;
            opacity: 1;
            border: 1px solid #2C3691;
        }

        .feedback-style-three .feedback-slider-area:hover .owl-next {
            right: 40px;
            opacity: 1;
            border: 1px solid #2C3691;
        }

        .feedback-style-three .feedback-slider-area .owl-nav {
            margin-top: 0;
        }

        /* Feedback CSS End */
        /*---------- Home Page Three CSS End ----------*/
        /*---------- About Page CSS Start ----------*/
        /* Page Title CSS Start */

        .page-title {
            position: relative;
            padding-top: 250px;
            padding-bottom: 250px;
            background-size: cover;
            /*background-attachment: fixed;*/
            background-position: center center;
        }

        .page-title::before {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(44, 54, 145, 0.8)));
            background: rgba(44, 54, 145, 0.8);
            top: 0;
            left: 0;
            z-index: 0;
        }

        .page-title .title-text {
            z-index: 1;
            position: relative;
        }

        .page-title .title-text h2 {
            font-size: 50px;
            color: #ffffff;
            font-weight: 700;
            font-family: "Titillium Web", sans-serif;
            margin-bottom: 10px;
        }

        .page-title .title-text ul {
            margin-bottom: 0;
            padding-left: 0;
        }

        .page-title .title-text ul li {
            display: inline-block;
            color: #ffffff;
            font-size: 18px;
            line-height: 1;
            margin: 0 15px;
            position: relative;
        }

        .page-title .title-text ul li::before {
            position: absolute;
            content: '';
            background: #ffffff;
            width: 5px;
            height: 6px;
            top: 8px;
            right: -20px;
        }

        .page-title .title-text ul li:last-child::before {
            display: none;
        }

        .page-title .title-text ul li a {
            color: #ffffff;
        }

        .page-title .title-text ul li a:hover {
            color: #2c3691;
        }

        .page-title.title-bg-about {
            background-image: url(../images/title-bg-about.webp);
        }

        /* Page Title CSS End*/
        /* About Scetion CSS Start*/

        .about-style-two {
            padding-top: 100px;
        }

        .about-style-two .about-img::before {
            background: none;
            border: 2px solid #2c3691;
        }

        .about-style-two .about-img::after {
            display: none;
        }

        /* About Section CSS End*/
        /* Choose Section CSS Start*/

        .choose-style-three .why-choose-img::before {
            top: 0;
            left: -75%;
            z-index: 2;
            display: block;
            width: 50%;
            height: 100%;
            background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
            -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
        }

        .choose-style-three .why-choose-img:hover::before {
            -webkit-animation: shine 1s;
            animation: shine 1s;
        }

        /* Choose Section CSS End*/
        /* Worker Section CSS Start */

        .worker-style-two .worker-card {
            -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
        }

        .worker-style-two .worker-card .worker-img img {
            -webkit-transform: scale(1.3);
            transform: scale(1.3);
            border-radius: 200px;
        }

        .worker-style-two .worker-card .worker-text {
            padding-bottom: 0;
        }

        .worker-style-two .worker-card .worker-social {
            display: none;
        }

        .worker-style-two .worker-card:hover .worker-img img {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        /* Worker Section CSS End */
        /* Blog Section CSS Start */

        .blog-style-two .blog-card .blog-img {
            position: relative;
        }

        .blog-style-two .blog-card .blog-img img {
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
        }

        .blog-style-two .blog-card .blog-img::before {
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 2;
            display: block;
            content: '';
            width: 0;
            height: 0;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 100%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            opacity: 0;
        }

        .blog-style-two .blog-card:hover .blog-img img {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        .blog-style-two .blog-card:hover .blog-img::before {
            -webkit-animation: circle .75s;
            animation: circle .75s;
        }

        /* Blog Section CSS End */
        /*---------- About Page CSS End ----------*/
        /*---------- Service Page Two CSS Start ----------*/
        /* Page Title Start */

        .page-title.title-bg-services {
            background-image: url(../images/title-bg-services.webp);
        }

        /* Page Title End */
        /* Transport Section Start */

        .transport-style-three .transport-card .transport-img {
            position: relative;
        }

        /* .transport-style-three .transport-card .transport-img::before {
position: absolute;
content: '';
background: #3c0c70;
width: 100%;
height: 100%;
top: 0;
left: 0;
-webkit-transform: translate(-100%, -100%) skewX(10deg);
transform: translate(-100%, -100%) skewX(10deg);
opacity: .5;
-webkit-transition: .5s;
transition: .5s;
}

.transport-style-three .transport-card .transport-img::after {
position: absolute;
content: '';
background: #3c0c70;
width: 100%;
height: 100%;
right: 0;
bottom: 0;
-webkit-transform: translate(100%, 100%) skewX(10deg);
transform: translate(100%, 100%) skewX(10deg);
opacity: .5;
-webkit-transition: .5s;
transition: .5s;
} */

        .transport-style-three .transport-card .transport-text {
            padding: 30px;
        }

        /* .transport-style-three .transport-card:hover .transport-img img {
-webkit-transform: none;
transform: none;
}

.transport-style-three .transport-card:hover .transport-img::before {
-webkit-transform: translate(-60%, -60%) skewX(10deg);
transform: translate(-60%, -60%) skewX(10deg);
}

.transport-style-three .transport-card:hover .transport-img::after {
-webkit-transform: translate(60%, 60%) skewX(10deg);
transform: translate(60%, 60%) skewX(10deg);
} */
        /* Transport Sectio End */
        /*---------- Service Page One CSS End ----------*/
        /*---------- Service Page Two CSS Start ----------*/

        .page-title.title-bg-3 {
            background-image: url(../img/page-bg/3.jpg);
        }

        .transport-style-four .transport-card {
            padding: 25px;
        }

        .transport-style-four .transport-card .transport-text {
            padding: 0;
        }

        .transport-style-four .transport-card .transport-text i {
            position: unset;
            display: inline-block;
            margin-bottom: 35px;
        }

        .transport-style-four .transport-card .transport-text a i {
            background: transparent;
            color: #2C3691;
            width: 55px;
            height: 55px;
            font-size: 30px;
            line-height: 55px;
            margin-bottom: 0;
            -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
            position: unset;
            border: 1px dashed #2C3691;
        }

        .transport-style-four .transport-card:hover a i {
            -webkit-animation: none !important;
            animation: none !important;
        }

        .footer-style-two {
            padding-top: 100px;
        }

        /*---------- Service Page Two CSS End ----------*/
        /*---------- Service Details CSS Start ----------*/
        /* Blog Details CSS Start */

        .service-details-area .service-post-area .service-details-img {
            margin-bottom: 30px;
        }

        .service-details-area .service-post-area .service-details-img img {
            width: 100%;
            border-radius: 5px;
        }

        .service-details-area .service-post-area h2 {
            font-size: 25px;
            font-weight: 700;
            margin-bottom: 15px;
            color: #3c0c70;
        }

        .service-details-area .service-post-area p {
            margin-bottom: 15px;
        }

        .service-details-area .service-post-area ul {
            margin-bottom: 15px;
            padding-left: 0;
        }

        .service-details-area .service-post-area ul li {
            list-style: none;
            color: #3c0c70;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .service-details-area .service-post-area .post-img {
            margin-top: 15px;
            -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
            margin-bottom: 30px;
            border-radius: 10px;
        }

        .service-details-area .service-post-area .post-img img {
            border-radius: 10px;
        }

        .service-details-area .service-sidebar .sidebar-widget {
            -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            margin-bottom: 30px;
        }

        .service-details-area .service-sidebar .sidebar-widget h3 {
            font-size: 20px;
            padding: 20px;
            color: #ffffff;
            background: #2c3691;
            margin-bottom: 0;
            font-weight: 700;
            border-radius: 10px 10px 0 0;
        }

        .service-details-area .service-sidebar .sidebar-widget ul {
            padding-left: 0;
            margin-bottom: 0;
            list-style-type: none;
        }

        .service-details-area .service-sidebar .sidebar-widget ul li {
            font-size: 17px;
            padding: 10px 20px;
            border-bottom: 1px inset;
            font-weight: 600;
            -webkit-transition: .5s;
            transition: .5s;
        }

        .service-details-area .service-sidebar .sidebar-widget ul li i {
            font-weight: 600;
            margin-right: 5px;
        }

        .service-details-area .service-sidebar .sidebar-widget ul li:last-child {
            border-bottom: 0px solid #3c0c70;
        }

        .service-details-area .service-sidebar .sidebar-widget ul li:hover {
            background: #2c3691;
            color: #ffffff;
        }

        .service-details-area .service-sidebar .sidebar-widget ul li:hover a {
            color: #ffffff;
        }

        .service-details-area .service-sidebar .sidebar-widget ul li a {
            color: #545454;
        }

        .service-details-area .service-sidebar .sidebar-widget ul li a i {
            font-weight: 600;
            margin-right: 5px;
        }

        /* Blog Details CSS End */
        /* Company CSS Start */

        .company-style-three {
            margin-top: 0;
        }

        /* Company CSS End */
        /*---------- Service Details CSS End ----------*/
        /*---------- Why Choose Page CSS Start ----------*/

        .page-title.title-bg-10 {
            background-image: url(../img/page-bg/10.jpg);
        }

        .choose-style-three .choose-card::before {
            height: 100%;
        }

        .choose-style-three .choose-card::after {
            height: 100%;
        }

        /*---------- Why Choose Page CSS End ----------*/
        /*---------- Faq Page CSS Start ----------*/

        .page-title.title-bg-4 {
            background-image: url(../img/page-bg/4.jpg);
        }

        .faq-section .accordions .accordion-item {
            background-color: #f9f9f9;
            margin-bottom: 30px;
            border: 1px solid #2c3691;
        }

        .faq-section .accordions .accordion-item .accordion-title {
            cursor: pointer;
            padding: 15px 20px;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            background: #ffffff;
            position: relative;
        }

        .faq-section .accordions .accordion-item .accordion-title.active-title {
            background-color: #2c3691;
        }

        .faq-section .accordions .accordion-item .accordion-title.active-title h3 {
            color: #ffffff;
        }

        .faq-section .accordions .accordion-item .accordion-title.active-title h3 i {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

        .faq-section .accordions .accordion-item .accordion-title h3 {
            margin: 0;
            font-size: 18px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            color: #2c3691;
            line-height: 20px;
        }

        .faq-section .accordions .accordion-item .accordion-title h3 i {
            font-size: 25px;
            position: inherit;
        }

        .faq-section .accordions .accordion-item .accordion-content {
            display: none;
            line-height: 1.7;
            padding: 20px;
            background-color: #ffffff;
            border-radius: 0 0 5px 5px;
        }

        .faq-section .accordions .accordion-item .accordion-content.active {
            display: block;
        }

        .faq-section .accordions .accordion-item .accordion-content p {
            margin: 0;
        }

        /*---------- Faq Page CSS End ----------*/
        /*---------- Error Page CSS Start ----------*/

        .page-title.title-bg-4 {
            background-image: url(../img/page-bg/4.jpg);
        }

        .error-section {
            position: relative;
        }

        .error-section::before {
            position: absolute;
            content: '';
            width: 200px;
            height: 200px;
            top: 100px;
            left: 100px;
            background: linear-gradient(45deg, #3023AE 0%, #f09 100%);
            border-radius: 42% 58% 61% 39% / 55% 53% 47% 45%;
            opacity: .15;
            -webkit-animation: fluid 5s infinite linear;
            animation: fluid 5s infinite linear;
        }

        .error-section h2 {
            font-size: 50px;
            color: #3c0c70;
            font-family: "Titillium Web", sans-serif;
            text-align: center;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 35px;
            margin-top: 35px;
        }

        .error-section .theme-btn .default-btn {
            -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
            border: 1px solid #2C3691;
            padding: 15px 40px;
        }

        /*---------- Error Page CSS End ----------*/
        /*---------- Why Choose Page CSS Start ----------*/

        .page-title.title-bg-5 {
            background-image: url(../img/page-bg/5.jpg);
        }

        /*---------- Why Choose Page CSS End ----------*/
        /*----------  Privacy Page CSS Start ----------*/

        .privacy-section .privacy-text h2 {
            font-size: 25px;
            margin-bottom: 15px;
            font-weight: 700;
        }

        .privacy-section .privacy-text p {
            margin-bottom: 15px;
        }

        .privacy-section .privacy-text p:last-child {
            margin-bottom: 0;
        }

        /*----------  Privacy Page CSS End ----------*/
        /*----------  Terms Page CSS Start ----------*/

        .page-title.title-bg-9 {
            background-image: url(../img/page-bg/9.jpg);
        }

        .terms-section .terms-text h2 {
            font-size: 30px;
            font-weight: 600;
            margin-bottom: 30px;
            color: #2c3691;
        }

        .terms-section .terms-text h3 {
            margin-bottom: 10px;
        }

        .terms-section .terms-text p {
            font-size: 18px;
            margin-bottom: 15px;
        }

        .terms-section .terms-text p:last-child {
            margin-bottom: 0;
        }

        /*----------  Terms Page CSS End ----------*/
        /*----------  Coming Page CSS Start ----------*/

        .coming-soon {
            height: 100vh;
        }

        .coming-soon h2 {
            margin-bottom: 20px;
        }

        .coming-soon a {
            color: #2C3691;
        }

        .coming-soon a:hover {
            color: #ffffff;
        }

        /*----------  Coming Page CSS End ----------*/
        /*----------  Blog Page One CSS Start ----------*/

        .page-title.title-bg-6 {
            background-image: url(../img/page-bg/6.jpg);
        }

        /*----------  Blog Page One CSS End ----------*/
        /*----------  Blog Page Two CSS Start ----------*/

        .page-title.title-bg-contact {
            background-image: url(../images/title-bg-contact.webp);
        }

        .blog-style-three .blog-card .blog-img {
            position: relative;
        }

        .blog-style-three .blog-card .blog-img .blog-btn {
            top: 0;
            left: 0;
            right: 0;
            right: 0;
            width: 100%;
            height: 100%;
            margin: auto;
            -webkit-transition: .5s;
            transition: .5s;
            position: absolute;
            background: rgba(0, 0, 0, 0.65);
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .blog-style-three .blog-card .blog-img .blog-btn a {
            left: 0;
            top: 40%;
            right: 0;
            width: 40px;
            margin: auto;
            height: 40px;
            line-height: 40px;
            border: 1px solid;
            text-align: center;
            position: absolute;
            color: #ffffff;
            border-radius: 45px;
            display: inline-block;
            background: transparent;
        }

        .blog-style-three .blog-card .blog-img .blog-btn a:hover {
            background: #2C3691;
        }

        .blog-style-three .blog-card .blog-text p {
            margin-bottom: 0;
            font-size: 16px;
        }

        .blog-style-three .blog-card .blog-text h3 {
            font-weight: 600;
            color: #2c3691;
            font-size: 18px;
        }

        .blog-style-three .blog-card:hover .blog-img img {
            -webkit-transform: none;
            transform: none;
        }

        .blog-style-three .blog-card:hover .blog-img .blog-btn {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        .blog-style-three nav .pagination {
            margin: 30px 0;
        }

        .blog-style-three nav .pagination .page-item .page-link {
            color: #545454;
            width: 50px;
            height: 50px;
            text-align: center;
            line-height: 50px;
            font-size: 18px;
            font-weight: 600;
            padding: 0;
            border: none;
            -webkit-box-shadow: 0px 0px 20px 0px rgba(60, 60, 60, 0.1);
            box-shadow: 0px 0px 20px 0px rgba(60, 60, 60, 0.1);
            border-radius: 50px;
            margin: 0 5px;
        }

        .blog-style-three nav .pagination .page-item .page-link.active {
            background: #2c3691;
            color: #ffffff;
        }

        .blog-style-three nav .pagination .page-item .page-link:hover {
            background: #2c3691;
            color: #ffffff;
        }

        /*----------  Blog Page Two CSS End ----------*/
        /*----------  Blog Details Page Two CSS Start ----------*/

        .page-title.title-bg-7 {
            background-image: url(../img/page-bg/7.jpg);
        }

        .blog-details-area .blog-post-area .blog-details-img {
            margin-bottom: 30px;
        }

        .blog-details-area .blog-post-area .blog-details-img img {
            width: 100%;
            border-radius: 5px;
        }

        .blog-details-area .blog-post-area h2 {
            font-weight: 600;
            color: #2c3691;
            font-size: 28px;
        }

        .blog-details-area .blog-post-area h4 {
            font-weight: 600;
            color: #2c3691;
            font-size: 18px;
        }

        .blog-details-area .blog-post-area h1 {
            font-size: 34px;
            font-weight: 700;
            margin-bottom: 15px;
            color: #2c3691;
        }

        .blog-details-area .blog-post-area p {
            margin-bottom: 15px;
            text-align: justify;
        }

        .blog-details-area .blog-post-area ul {
            margin-bottom: 15px;
            padding-left: 0;
        }

        .blog-details-area .blog-post-area ul li {
            list-style: none;
            color: #2C3691;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .blog-details-area .blog-post-area .post-img {
            margin-top: 15px;
            -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
            margin-bottom: 30px;
            border-radius: 10px;
        }

        .blog-details-area .blog-post-area .post-img img {
            border-radius: 10px;
        }

        .blog-details-area .blog-sidebar .blog-search {
            -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            margin-bottom: 30px;
            padding: 20px;
        }

        .blog-details-area .blog-sidebar .blog-search form {
            position: relative;
        }

        .blog-details-area .blog-sidebar .blog-search form input {
            width: 100%;
            height: 50px;
            padding: 20px;
            background: #ddd;
            border: 0;
            border-radius: 5px;
        }

        .blog-details-area .blog-sidebar .blog-search form input:focus {
            border: 1px solid #3c0c70;
            outline: 0;
        }

        .blog-details-area .blog-sidebar .blog-search form ::-webkit-input-placeholder {
            color: #3c0c70;
        }

        .blog-details-area .blog-sidebar .blog-search form :-ms-input-placeholder {
            color: #3c0c70;
        }

        .blog-details-area .blog-sidebar .blog-search form ::-ms-input-placeholder {
            color: #3c0c70;
        }

        .blog-details-area .blog-sidebar .blog-search form ::placeholder {
            color: #3c0c70;
        }

        .blog-details-area .blog-sidebar .blog-search form button {
            position: absolute;
            top: 4px;
            right: 2px;
        }

        .blog-details-area .blog-sidebar .blog-search form button i {
            color: #3c0c70;
            width: 40px;
            height: 40px;
            display: inline-block;
            line-height: 40px;
            border: 1px solid;
            border-radius: 20px;
            -webkit-transition: .5s;
            transition: .5s;
            background: #dddddd;
        }

        .blog-details-area .blog-sidebar .blog-search form button i:hover {
            background: #3c0c70;
            color: #ffffff;
        }

        .blog-details-area .blog-sidebar .blog-widget {
            -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            margin-bottom: 30px;
        }

        .blog-details-area .blog-sidebar .blog-widget h3 {
            padding: 20px;
            color: #ffffff;
            background: #2c3691;
            margin-bottom: 0;
            font-weight: 700;
            border-radius: 10px 10px 0 0;
            font-size: 20px;
        }

        .blog-details-area .blog-sidebar .blog-widget .post-item {
            padding: 20px;
            border-bottom: 1px dashed #dddddd;
            overflow: hidden;
        }

        .blog-details-area .blog-sidebar .blog-widget .post-item a {
            float: left;
        }

        .blog-details-area .blog-sidebar .blog-widget .post-item .post-info {
            padding-left: 100px;
            padding-top: 10px;
            line-height: 1;
        }

        .blog-details-area .blog-sidebar .blog-widget .post-item .post-info time {
            font-size: 14px;
            margin-bottom: 5px;
            display: inline-block;
        }

        .blog-details-area .blog-sidebar .blog-widget .post-item .post-info h4 a {
            font-size: 16px;
            color: #545454;
            font-weight: 600;
        }

        .blog-details-area .blog-sidebar .blog-widget .post-item .post-info h4 a:hover {
            color: #2C3691;
        }

        .blog-details-area .blog-sidebar .blog-widget .post-item:last-child {
            border-bottom: 0;
        }

        .blog-details-area .blog-sidebar .blog-widget ul {
            padding-left: 0;
            margin-bottom: 0;
            list-style-type: none;
        }

        .blog-details-area .blog-sidebar .blog-widget ul li {
            font-size: 17px;
            padding: 10px 20px;
            border-bottom: 1px inset;
            font-weight: 600;
            -webkit-transition: .5s;
            transition: .5s;
        }

        .blog-details-area .blog-sidebar .blog-widget ul li a {
            color: #545454;
        }

        .blog-details-area .blog-sidebar .blog-widget ul li a i {
            font-weight: 600;
        }

        .blog-details-area .blog-sidebar .blog-widget ul li:last-child {
            border-bottom: 0px solid #3c0c70;
        }

        .blog-details-area .blog-sidebar .blog-widget-1 ul li:hover {
            background: #2c3691;
            color: #ffffff;
        }

        .blog-details-area .blog-sidebar .blog-widget-1 ul li:hover a {
            color: #ffffff;
        }

        .blog-details-area .blog-sidebar .blog-tags ul {
            padding: 20px;
            margin-bottom: 0;
            list-style-type: none;
        }

        .blog-details-area .blog-sidebar .blog-tags ul li {
            display: inline-block;
            padding: 0;
            border-bottom: 0;
        }

        .blog-details-area .blog-sidebar .blog-tags ul li:hover {
            background: transparent;
        }

        .blog-details-area .blog-sidebar .blog-tags ul li a {
            font-size: 15px;
            -webkit-transition: .5s;
            transition: .5s;
            font-weight: 400;
            border: 1px dashed #dddddd;
            display: inline-block;
            margin-right: 8px;
            margin-bottom: 10px;
            color: #545454;
            padding: 5px 15px;
        }

        .blog-details-area .blog-sidebar .blog-tags ul li a:hover {
            background: #2C3691;
            color: #ffffff;
        }

        .blog-details-area .blog-sidebar .popular-post-img {
            height: 55px;
            width: 80px;
            border-radius: 5%;
        }

        /*----------  Blog Details Page Two CSS End ----------*/
        /*----------  Contact Page Two CSS Start ----------*/

        .page-title.title-bg-faq {
            background-image: url(../images/title-bg-faq.webp);
        }

        .contact-card-section .contact-card {
            -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
            padding: 30px;
            text-align: center;
            position: relative;
            z-index: 0;
            overflow: hidden;
            margin-bottom: 30px;
        }

        .contact-card-section .contact-card::before {
            position: absolute;
            content: '';
            background: #2C3691;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            -webkit-transition: .5s;
            transition: .5s;
        }

        .contact-card-section .contact-card i {
            font-size: 30px;
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            border-radius: 50px;
            color: #ffffff;
            display: inline-block;
            border: 1px solid;
            margin-bottom: 20px;
        }

        .contact-card-section .contact-card a {
            color: #ffffff;
            display: block;
            line-height: 1;
            margin-bottom: 10px;
            font-size: 16px;
        }

        .contact-card-section .contact-card ul {
            padding-left: 0;
            margin-bottom: 0;
        }

        .contact-card-section .contact-card ul li {
            color: #ffffff;
            display: block;
            line-height: 1;
            margin-bottom: 10px;
            list-style: none;
            font-size: 16px;
        }

        .contact-style-two {
            background: #ffffff;
        }

        .contact-style-two .contact-area {
            -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
            padding: 50px;
        }

        .contact-style-two .contact-area .form-group .form-control {
            background: #ffffff;
        }

        .contact-style-two .contact-area .form-group .message-field {
            background: #ffffff;
        }

        /*----------  Contact Page Two CSS End ----------*/
        /* PreLoader CSS Start */

        .loader-content {
            background: #3c0c70;
            height: 100%;
            width: 100%;
            position: fixed;
            z-index: 9999999;
            left: 0;
            top: 0;
            text-align: center;
        }

        .sk-folding-cube {
            margin: 20px auto;
            width: 40px;
            height: 40px;
            position: relative;
            -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
        }

        .sk-folding-cube .sk-cube {
            float: left;
            width: 50%;
            height: 50%;
            position: relative;
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        .sk-folding-cube .sk-cube:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #ffffff;
            -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
            animation: sk-foldCubeAngle 2.4s infinite linear both;
            -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
        }

        .sk-folding-cube .sk-cube2 {
            -webkit-transform: scale(1.1) rotateZ(90deg);
            transform: scale(1.1) rotateZ(90deg);
        }

        .sk-folding-cube .sk-cube3 {
            -webkit-transform: scale(1.1) rotateZ(180deg);
            transform: scale(1.1) rotateZ(180deg);
        }

        .sk-folding-cube .sk-cube4 {
            -webkit-transform: scale(1.1) rotateZ(270deg);
            transform: scale(1.1) rotateZ(270deg);
        }

        .sk-folding-cube .sk-cube2:before {
            -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
        }

        .sk-folding-cube .sk-cube3:before {
            -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
        }

        .sk-folding-cube .sk-cube4:before {
            -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
        }

        @-webkit-keyframes sk-foldCubeAngle {

            0%,
            10% {
                -webkit-transform: perspective(140px) rotateX(-180deg);
                transform: perspective(140px) rotateX(-180deg);
                opacity: 0;
            }

            25%,
            75% {
                -webkit-transform: perspective(140px) rotateX(0deg);
                transform: perspective(140px) rotateX(0deg);
                opacity: 1;
            }

            90%,
            100% {
                -webkit-transform: perspective(140px) rotateY(180deg);
                transform: perspective(140px) rotateY(180deg);
                opacity: 0;
            }
        }

        @keyframes sk-foldCubeAngle {

            0%,
            10% {
                -webkit-transform: perspective(140px) rotateX(-180deg);
                transform: perspective(140px) rotateX(-180deg);
                opacity: 0;
            }

            25%,
            75% {
                -webkit-transform: perspective(140px) rotateX(0deg);
                transform: perspective(140px) rotateX(0deg);
                opacity: 1;
            }

            90%,
            100% {
                -webkit-transform: perspective(140px) rotateY(180deg);
                transform: perspective(140px) rotateY(180deg);
                opacity: 0;
            }
        }

        /* PreLoader CSS End */
        /* Back Top CSS Start */

        .top-btn i {
            width: 40px;
            height: 50px;
            color: #2C3691;
            background: #ffffff;
            text-align: center;
            border-radius: 5px;
            position: fixed;
            bottom: 15px;
            left: 15px;
            cursor: pointer;
            font-size: 30px;
            line-height: 38px;
            z-index: 999;
            -webkit-transition: .5s;
            transition: .5s;
            display: inline-block;
            border: 5px solid #2c3691;
        }

        .top-btn i::after {
            position: absolute;
            content: '';
            width: 100%;
            height: 0;
            background: #000;
            top: 0;
            left: 0;
            bottom: 0;
            z-index: -1;
            border-radius: 5px;
            -webkit-transition: .5s;
            transition: .5s;
        }

        .top-btn i:hover::before {
            height: 100%;
        }

        .top-btn i:hover {
            color: #2c3691;
        }

        /* Back Top CSS End */
        /* Animation CSS  Start */

        @-webkit-keyframes rotate360 {
            0% {
                -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg);
            }

            100% {
                -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg);
            }
        }

        @keyframes rotate360 {
            0% {
                -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg);
            }

            100% {
                -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg);
            }
        }

        @-webkit-keyframes translate-one {
            0% {
                -webkit-transform: translateY(0);
                transform: translateY(0);
            }

            50% {
                -webkit-transform: translateY(35px);
                transform: translateY(35px);
            }

            100% {
                -webkit-transform: translateY(0);
                transform: translateY(0);
            }
        }

        @keyframes translate-one {
            0% {
                -webkit-transform: translateY(0);
                transform: translateY(0);
            }

            50% {
                -webkit-transform: translateY(35px);
                transform: translateY(35px);
            }

            100% {
                -webkit-transform: translateY(0);
                transform: translateY(0);
            }
        }

        @-webkit-keyframes line {
            0% {
                top: 0%;
            }

            100% {
                top: 95%;
            }
        }

        @keyframes line {
            0% {
                top: 0%;
            }

            100% {
                top: 95%;
            }
        }

        @-webkit-keyframes shine {
            100% {
                left: 100%;
            }
        }

        @keyframes shine {
            100% {
                left: 100%;
            }
        }

        @-webkit-keyframes circle {
            0% {
                opacity: 1;
            }

            40% {
                opacity: 1;
            }

            100% {
                width: 200%;
                height: 200%;
                opacity: 0;
            }
        }

        @keyframes circle {
            0% {
                opacity: 1;
            }

            40% {
                opacity: 1;
            }

            100% {
                width: 200%;
                height: 200%;
                opacity: 0;
            }
        }

        @-webkit-keyframes fluid {
            0% {
                border-radius: 42% 58% 61% 39% / 55% 53% 47% 45%;
            }

            30% {
                border-radius: 61% 39% 60% 40% / 58% 49% 51% 42%;
            }

            50% {
                border-radius: 63% 37% 62% 38% / 45% 53% 47% 55%;
            }

            60% {
                border-radius: 42% 58% 61% 39% / 55% 53% 47% 45%;
            }
        }

        @keyframes fluid {
            0% {
                border-radius: 42% 58% 61% 39% / 55% 53% 47% 45%;
            }

            30% {
                border-radius: 61% 39% 60% 40% / 58% 49% 51% 42%;
            }

            50% {
                border-radius: 63% 37% 62% 38% / 45% 53% 47% 55%;
            }

            60% {
                border-radius: 42% 58% 61% 39% / 55% 53% 47% 45%;
            }
        }

        @-webkit-keyframes bg-cng {
            50% {
                background: #2c3691;
                -webkit-transform: translateY(0px);
                transform: translateY(0px);
            }

            100% {
                background: #f5ebff;
            }
        }

        @keyframes bg-cng {
            50% {
                background: #2c3691;
                -webkit-transform: translateY(0px);
                transform: translateY(0px);
            }

            100% {
                background: #f5ebff;
            }
        }

        @-webkit-keyframes img-scale {
            0% {
                -webkit-transform: scale(1);
                transform: scale(1);
            }

            50% {
                -webkit-transform: scale(0.9);
                transform: scale(0.9);
            }

            100% {
                -webkit-transform: scale(1);
                transform: scale(1);
            }
        }

        @keyframes img-scale {
            0% {
                -webkit-transform: scale(1);
                transform: scale(1);
            }

            50% {
                -webkit-transform: scale(0.9);
                transform: scale(0.9);
            }

            100% {
                -webkit-transform: scale(1);
                transform: scale(1);
            }
        }

        /* Animation CSS End */
        /*# sourceMappingURL=style.css.map */
        /* main button */

        .main-btn {
            font-size: 18px;
            background: #2c3691;
            color: #ffffff;
            padding: 15px 30px;
            border-radius: 50rem;
            margin: 0 8px;
            display: inline-block;
            position: relative;
            z-index: 0;
            overflow: hidden;
            -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
            border: 1px solid #2c3691;
            padding: 10px 40px;
            font-weight: 900;
        }

        .main-btn a {
            color: #ffffff;
        }

        .main-btn::before {
            position: absolute;
            content: '';
            width: 20px;
            height: 100%;
            left: 0;
            top: 0;
            background: #ffffff;
            z-index: -1;
            -webkit-transform: skewX(10deg);
            transform: skewX(10deg);
            -webkit-transition: .5s;
            transition: .5s;
        }

        .main-btn:hover {
            color: #2C3691;
            border: 1px solid #2C3691;
            transform: scale(1.1);
            box-shadow: 0px 20px 30px 0 rgba(0, 0, 0, 0.2);
        }

        .main-btn:hover::before {
            width: 100%;
            -webkit-transform: skewX(0);
            transform: skewX(0);
            left: 0;
        }

        .main-btn:hover a {
            color: #2C3691;
        }

        .videoContainer {
            position: absolute;
            top: 0;
            bottom: 0;
            width: 100%;
            height: 1000px;
            overflow: hidden;
        }

        .videoContainer video {
            width: 100vw;
            height: auto;
        }

        /*typeahead*/

        .tt-input,
        .tt-hint {
            width: 120%;
            height: 40px;
            font-size: 14px;
            line-height: 30px;
            border: 1px solid #fff !important;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
            -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
            -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
            -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
            font-family: "Avenir", "Helvetica", "Arial", "sans-serif";
            outline: none;
        }

        .tt-query {
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        }

        .tt-menu {
            width: 100%;
            margin-top: 0px;
            padding: 8px 0;
            background-color: #fff;
            border: 1px solid #fff !important;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
            -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
            -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
            -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
            max-height: 300px;
            overflow-y: auto;
        }

        .tt-suggestion {
            padding: 10px 20px;
            font-size: 16px;
        }

        .tt-suggestion.tt-cursor {
            color: #fff;
            background-color: #2C3691;
        }

        .tt-suggestion p {
            margin: 5px;
        }

        label.error {
            color: red;
            font-size: 1rem;
            display: block;
            margin-top: 5px;
        }

        input.error {
            border: 1px dashed red;
            font-weight: 300;
            color: red;
        }

        /* /*
**************************************************************
Check Box CSS Start
****************************************************************** / */

        .button-cover {
            height: 27px;
            width: 55px;
            /* margin:0 auto; */
            background-color: 999999;
            box-shadow: 0 10px 20px -8px #c5d6d6;
            border-radius: 65px;
            border: 2px solid #999999;
            float: left;
        }

        .button-cover,
        .knobs,
        .layer {
            / position: absolute;
            / top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }

        .button {
            position: relative;
            top: 70%;
            width: 50px;
            height: 28px;
            margin: -20px auto 0 auto;
            overflow: hidden;
        }

        .button.r,
        .button.r .layer {
            border-radius: 100px;
        }

        .button.b2 {
            border-radius: 2px;
        }

        .checkbox {
            position: relative;
            width: 100%;
            height: 100%;
            padding: 0;
            margin: 0;
            opacity: 0;
            cursor: pointer;
            z-index: 3;
        }

        .knobs {
            z-index: 2;
        }

        .layer {
            width: 100%;
            background-color: #ebf7fc;
            transition: 0.3s ease all;
            z-index: 1;
        }

        #button-4 .knobs:before,
        #button-4 .knobs:after {
            font-family: Arial, Helvetica, sans-serif;
            position: absolute;
            top: 5px;
            left: 4px;
            width: 21px;
            height: 21px;
            color: #fff;
            font-size: 8px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
            padding: 9px 0px;
            background-color: #ED2A34;
            border-radius: 50%;
            transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
        }

        #button-4 .knobs:before {
            content: 'NO';
        }

        #button-4 .knobs:after {
            content: 'YES';
        }

        #button-4 .knobs:after {
            top: -28px;
            right: 4px;
            left: auto;
            background-color: #2C3691;
        }

        #button-4 .checkbox:checked+.knobs:before {
            top: -28px;
        }

        #button-4 .checkbox:checked+.knobs:after {
            top: 5px;
        }

        #button-4 .checkbox:checked~.layer {
            background-color: #fcebeb;
        }

        /* ****************************************************************************************
Quote_Form CSS

*********************************************************************************** */

        .contact-section .left {
            margin: 0px 165px;
        }

        .contact-section .quote-form .big {
            color: #2c3691;
            font-weight: 700;
        }

        .contact-section.quote_form {
            margin-top: 100px;
            margin-bottom: 60px;
            background-color: #2C3691;
        }

        .contact-section .form-group .input_location.form-control {
            height: 40px;
            padding: 20px;
            border-radius: 35px;
            box-shadow: rgb(0 0 0 / 40%) 0px 0px 5px 0px, rgb(0 0 0 / 29%) 0px 0px 1px 0px;
        }

        .contact-section .quote-form .form-group .form-control {
            height: 40px;
            padding: 20px;
            border-radius: 35px;
            box-shadow: rgb(0 0 0 / 40%) 0px 0px 5px 0px, rgb(0 0 0 / 29%) 0px 0px 1px 0px;
        }

        .contact-section .col-lg-10.offset-lg-1 {
            margin-top: 40px;
        }

        .contact-section .col-lg-10.offset-lg-1 .inputText {
            font-size: 30px;
            color: #ffffff;
        }

        .contact-section .quote-form .form-group {
            margin-bottom: 20px;
        }

        .contact-section .quote-form {
            background: #ffffff;
            padding: 25px 20px;
            box-shadow: 3px 5px 25px 0 rgb(0 0 0 / 10%);
            border-radius: 20px;
            margin: 30px;
        }

        .contact-section .quote-form p {
            color: #2C3691;
            font-size: 17px;
            margin-left: 30px;
            font-weight: 600;
        }

        .contact-section .quote-form .select2-container--classic .select2-selection--single {
            height: 40px;
            padding: 6px;
            border-radius: 35px;
            box-shadow: rgb(0 0 0 / 40%) 0px 0px 5px 0px, rgb(0 0 0 / 29%) 0px 0px 1px 0px;
            background-color: #ffffff;
            border: 0px;
        }

        .contact-section .quote-form .select2-container--classic .select2-selection--single .select2-selection__arrow {
            background-color: #000000;
            border: none;
            border-left: none;
            border-top-right-radius: none;
            border-bottom-right-radius: none;
            height: 20px;
            position: absolute;
            top: 9px;
            right: 10px;
            width: 20px;
            border-radius: 50px;
            background-image: none;
            background-image: none;
            background-image: none;
            background-repeat: none;
        }

        .contact-section .quote-form .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #ffffff transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

        /* /*
**************************************************************
Quote Details pages
****************************************************************** / */

        .section-top {
            margin-top: 140px;
        }

        .blog-details-area .blog-sidebar .blog-widget .note {
            font-size: 10pt;
            color: orangered;
            margin-left: 1rem;
        }

        .blog-details-area .blog-sidebar .blog-widget ul li span {
            font-size: 14pt;
            font-weight: bold;
        }

        .blog-details-area .blog-sidebar .blog-widget .map-block {
            padding: 10px 10px;
            height: 300px;
            width: 100%;
        }

        .blog-details-area .blog-sidebar .blog-widget .map-block #map {
            height: 100%;
        }

        .city-box-1 {
            width: 100%;
            height: auto;
            background: #2c3691;
            color: white;
            position: relative;
            text-align: center;
            padding: 10px 10px;
            border-bottom: 10px solid #FCF207;
            border-top-left-radius: 1rem;
            border-bottom-left-radius: 1rem;
            clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0% 0%);
            -webkit-clip-path: (90% 0%, 100% 50%, 90% 100%, 0% 100%, 0% 0%);
        }

        .location span {
            color: #FCF207;
        }

        .city-box-2 {
            width: 100%;
            height: auto;
            background: #2C3691;
            color: white;
            text-align: center;
            padding: 10px 10px;
            border-bottom: 10px solid #FCF207;
            border-top-right-radius: 1rem;
            border-bottom-right-radius: 1rem;
            clip-path: polygon(100% 0, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
            -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
        }

        .animated-carrier {
            background: #2c3691;
            width: 100%;
            height: 100%;
            position: relative;
            border-bottom: 10px solid #FCF207;
            clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
            -webkit-clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
        }

        .animated-carrier img {
            position: absolute;
            width: 120px;
            height: auto;
            top: 49%;
            animation: carMove 10s linear infinite;
        }

        @keyframes carMove {
            from {
                left: -25%;
            }

            to {
                left: 84%;
            }
        }

        /* card */

        .quote-card {
            float: left;
            width: 100%;
            margin-bottom: 10px;
            transition: .4s linear;
            background-color: #fff;
            border-radius: 1rem;
            padding: 15px;
            border: 1px solid #e2e2e2;
            box-shadow: 0 0 15px 0 rgb(43 53 145 / 30%);
            position: relative;
        }

        .quote-card:hover {
            box-shadow: 0 0 15px 0 rgb(43 53 145 / 80%);
        }

        .quote-card .center-col {
            padding-left: 30px;
            border-left: 2px solid #f0f0f7;
            border-right: 2px solid #f0f0f7;
        }

        .quote-card .titleItem {
            float: left;
            width: 100%;
            font-size: 12px;
            color: #b3bac4;
            margin-bottom: 5px;
            text-transform: uppercase;
        }

        input.check:checked+label {
            background: url(../images/icon-check.png) no-repeat left top 5px;
            color: #2c3691;
        }

        .thirdInputCheck .check+label {
            width: 200px;
            display: inline-block;
            margin-right: 20px;
        }

        input.check+label {
            font-size: 20px;
            display: inline-block;
            padding-left: 25px;
            font-weight: 500;
            color: #202033;
            background: url(../images/icon-uncheck.png) no-repeat left top 5px;
        }

        label {
            display: inline-block;
            max-width: 100%;
            margin-bottom: 5px;
            font-weight: 700;
        }

        .quote-card .smallT {
            float: left;
            width: 100%;
            color: #999;
            font-size: 12px;
        }

        input.check {
            display: none;
        }

        input[type=checkbox],
        input[type=radio] {
            margin: 4px 0 0;
            line-height: normal;
        }

        input[type=checkbox],
        input[type=radio] {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0;
        }

        button,
        input,
        select,
        textarea {
            font-family: inherit;
            font-size: inherit;
            line-height: inherit;
        }

        .quote-card .price {
            float: left;
            width: 100%;
            font-size: 30px;
            color: #00011e;
            font-weight: 900;
            margin-bottom: 20px;
        }

        .quote-card .tags a {
            border-radius: 3px;
            display: inline-block;
            padding: 0 5px;
            line-height: 18px;
            font-size: 10px;
            font-weight: 700;
            color: #ffffff;
            background-color: #2c3691;
        }

        .star-block {
            position: absolute;
            top: -6%;
            right: -1%;
        }

        #star {
            background: #2c3691;
            width: 50px;
            height: 50px;
            position: relative;
        }

        #star:before,
        #star:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 50px;
            width: 50px;
            background: #2c3691;
        }

        #star:before {
            -webkit-transform: rotate(30deg);
            -moz-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
            -o-transform: rotate(30deg);
        }

        #star:after {
            -webkit-transform: rotate(60deg);
            -moz-transform: rotate(60deg);
            -ms-transform: rotate(60deg);
            -o-transform: rotate(60deg);
        }

        .star-text {
            color: white;
            font-weight: bold;
            position: absolute;
            bottom: 15%;
            left: 10%;
            line-height: 18px;
        }

        /* /*
**************************************************************
Quote page
****************************************************************** / */

        #validate_img {
            float: right;
            margin: -35px -17px 0 0;
            width: 13px;
            height: 13px;
        }

        #invalidate_img {
            float: right;
            margin: -35px -17px 0 0;
            width: 13px;
            height: 13px;
        }

        /*
/ ************************************************************
Booking Details
***************************************************************** / */

        .blog-details-area .blog-post-area p.paragraph {
            font-weight: bold;
            margin-bottom: -4px;
        }

        .quote-card .days {
            font-size: 15px;
        }

        h3.margin {
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .quote-card .back {
            margin-top: 20px;
        }

        .quote-card .continue {
            margin-top: 20px;
            float: right;
        }

        .blog-details-area .blog-sidebar .blog-widget ol li {
            font-size: 17px;
            padding: 4px 15px;
            font-weight: 600;
        }

        ol li::marker {
            color: #2c3691;
        }

        .color {
            border: 1px solid black;
            height: 20px;
            width: 28px;
            position: relative;
            float: right;
            margin-top: -30px;
            margin-right: 15px;
            border-radius: 5px;
        }

        /*

/ ************************************************************
Quote_terms Modal
***************************************************************** /
*/

        .modal-content {
            /* background: linear-gradient(45deg, #0d1242 0%, #6273ef 100%); */
            background: linear-gradient(45deg, rgba(13, 18, 66, 1) 0%, rgba(98, 115, 239, 0.9) 100%);
            /* box-shadow: 0 0 100px 0 rgb(43 53 145 / 100%); */
            border-radius: 2rem;
        }

        .modal-title {
            color: white;
            font-weight: 600;
            font-size: x-large;
            background: #ED2A34;
            border-radius: 3rem;
            padding: 5px 12px;
            margin: 0 auto;
        }

        ol.terms li::marker {
            color: #ED2A34;
        }

        .modal__btn {
            width: 2rem;
            height: 2rem;
            border: 1px solid hsla(0, 0%, 100%, .2);
            border-radius: 100rem;
            color: white;
            font-size: 2.2rem;
            position: absolute;
            /* top: -13px;
right: -13px; */
            top: 8px;
            right: 11px;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: 0.2s;
            background: #ED2A34;
        }

        .modal__btn::before {
            content: '×';
            transform: translateY(-.1rem);
        }

        .modal__btn:hover,
        .modal__btn:focus {
            background: #000000;
            border-color: #000000;
            transform: translateY(-.2px);
        }

        .modal-header {
            border-bottom: 0 none;
        }

        .modal-footer {
            border-top: 0 none;
        }

        /*
*
/ ************************************************************
Qoute Steps CSS Start
**************************************************************** / / */

        .quote-steps {
            padding: 10px 10px;
        }

        .quote-steps .col {



            padding: 10px 0px;
            text-align: center;
            background: #C4C4C4;
            color: #000;
            border-bottom: 10px solid #EC1F27;
            font-weight: bold;

        }

        .quote-steps .col i {
            font-size: 12pt;
            display: none;
            padding: 0px 3px;
        }

        .quote-steps .step-1 {
            border-top-left-radius: 1rem;
            border-bottom-left-radius: 1rem;
            clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0% 0%);
            -webkit-clip-path: (90% 0%, 100% 50%, 90% 100%, 0% 100%, 0% 0%);
        }

        .quote-steps .step-2,
        .quote-steps .step-3,
        .quote-steps .step-4 {
            clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
            -webkit-clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
        }

        .quote-steps .step-5 {
            border-top-right-radius: 1rem;
            border-bottom-right-radius: 1rem;
            clip-path: polygon(100% 0, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
            -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
        }

        .quote-steps .col.active {
            color: #ffff;
            background: #2c3691;
            transform: scale(1);/
        }

        .quote-steps .col.done {
            color: #ED2A34;
        }

        .quote-steps .col.done i {
            display: inline;
        }

        /*
/ ************************************************************
Payment method  CSS Start
**************************************************************** / / */

        .payment-method .nav-tabs .nav-link {
            border-top-left-radius: 1.25rem;
            border-top-right-radius: 1.25rem;
        }

        .payment-method .nav-tabs .nav-item.show .nav-link,
        .nav-tabs .nav-link.active {
            color: white;
            background: #2c3691 !important;
        }

        nav button.nav-link:hover {
            color: white;
            background: #2c3691;
        }

        .payment-method .nav-link {
            color: black;
        }

        .payment-method .nav-tabs {
            border-bottom: none;
        }

        .payment-method .expiration span {
            font-weight: bolder;
            font-size: 18pt;
        }

        .payment-method .expiration:after {
            /* content: '/';
position: absolute;
left: 50%;
margin-left: -4px;
color: #aaa; */
        }

        .payment-method input.expire {
            float: left;
            font-family: monospace;
            border: 0;
            outline: none;
            appearance: none;
            font-size: 1rem;
            font-weight: 400;
        }

        .payment-method span.textProtect {
            margin-top: 30px;
            font-size: 16px;
            color: #9dadc9;
            line-height: 1;
            margin-left: 50px;
            float: left;
        }

        .payment-method .tab-pane {
            border-radius: 2rem;
            border: 2px solid #2C3691;
            padding: 20px;
        }

        /* .payment-method .tab-pane-2 {
border-top-left-radius: 2rem;
border-top-right-radius: 2rem;
border-bottom-left-radius: 2rem;
border-bottom-right-radius: 2rem;
border: 2px solid #ED2A34;
padding: 20px;
} */

        .payment-method .continue {
            margin-top: 20px;
            float: right;
        }

        /*
/ ************************************************************
Bank Success Page
****************************************************************  */

        .bank-success span {
            color: black;
            font-weight: bold;
            font-size: 13pt;
        }

        .bank-success h3 {
            color: #2c3691;
        }

        /* /*
/ ************************************************************
PS TITLE Big Alphabit component
***************************************************************  / */

        .container.title {
            width: 100%;
            height: 100vh;
            position: relative;
        }

        .container.title video {
            width: 100%;
            height: 100%;
        }

        .container.title .text-box {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            color: #fff;
            display: flex;
            background: #000;
            align-items: center;
            justify-content: center;
            mix-blend-mode: multiply;
        }

        .text-box h1 {
            font-size: 30vw;
            font-weight: 900;
        }

        /* .title {
            background-color: #d3d3d31a;
            padding: 40px 0px;
        }

        .alphabit {
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: 'Shrikhand', cursive;
        } */
        /* .alphabit .ps-title { */
        /* / display: flex; /
/ -webkit-text-stroke: 2px #ED2A34; / */
        /* background: url(../gif/ps-title.gif); */
        /* background: url(../gif/ps-title.mov); */
        /* background-size: cover;
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent; */
        /* } */
        /* .alphabit .ps-title h1 {
            font-size: 30vw;
            margin: -88px 20px;
        }

        .alphabit .ps-title span {
            font-size: 10vw;
            margin: 14px;
        }

        .alphabit .ps-title .logistic {
            font-size: 5vw;
            text-align: center;
            margin-top: -70px;
        }

        @media screen and (max-width: 1240px) {
            .alphabit .ps-title h1 {
                margin: -40px 20px;
            }
        }

        @media screen and (max-width: 560px) {
            .alphabit .ps-title h1 {
                margin: -20px 20px;
            }
        }

        @media screen and (max-width: 1260px) {
            .alphabit .ps-title .logistic {
                margin-top: -30px;
            }
        }

        @media screen and (max-width: 880px) {
            .alphabit .ps-title .logistic {
                margin-top: -30px;
                font-size: 7vw;
            }
        }

        @media screen and (max-width: 540px) {
            .alphabit .ps-title .logistic {
                margin-top: -30px;
                font-size: 7vw;
            }
        } */
        /* *
/ ************************************************************
Quote mail Page
***************************************************************  / */
        /* / Header / */

        .header.mail {
            background: #3c0c70;
            text-align: center;
            padding: 10px 0 10px;
        }

        /* / Table / */

        .email .table {
            box-shadow: 0 0 15px 0 rgb(43 53 145 / 30%);
            border: 1px solid #3c0c70;
            margin: 25px;
            border-radius: 1rem;
        }

        .email .table:hover {
            box-shadow: 0 0 15px 0 rgb(43 53 145 / 100%);
        }

        thead tr th {
            text-align: center;
        }

        tr td {
            text-align: center;
        }

        /* / Content / */

        .mail .col-md-12 a,
        .mail h1,
        .mail h2,
        .mail p {
            color: white;
        }

        .email .col-md-12 {
            font-size: 13px;
            line-height: 20px;
            padding: 0px 25px 0px;
        }

        .email .col-md-12 p {
            margin-bottom: 0rem;
        }

        .email .col-6.center {
            margin: auto;
            margin-top: 20px;
            margin-bottom: 10px;
            transition: .4s linear;
            background-color: #fff;
            border-radius: 1rem;
            padding: 15px;
            border: 1px solid #e2e2e2;
            box-shadow: 0 0 15px 0 rgb(43 53 145 / 30%);
        }

        .email .col-6:hover {
            box-shadow: 0 0 15px 0 rgb(43 53 145 / 80%);
        }

        .email .titleItem {
            float: left;
            width: 100%;
            font-size: 14px;
            margin-bottom: 5px;
            text-transform: uppercase;
        }

        .email h3.reference {
            padding: 10px 0px;
            background-color: #3c0c70;
            color: white;
            text-align: center;
            border-radius: 1rem;
        }

        .email ul li {
            list-style-type: none;
        }

        /* / Footer / */

        .footer-area.mail {
            background: #3c0c70;
            text-align: center;
            padding: 10px 0 10px;
        }

        .footer-area.mail .row.links ul {
            overflow-x: hidden;
            white-space: nowrap;
            height: 2em;
            width: 100%;
        }

        .footer-area.mail .links li {
            display: inline;
        }

        /*
/*
/ ************************************************************
bank Booking mail Page
***************************************************************  / */

        .bookingmail .col-6.center {
            margin: auto;
            margin-top: 30px;
            margin-bottom: 30px;
            transition: .4s linear;
            background-color: #fff;
            border-radius: 1rem;
            padding: 20px;
            border: 1px solid #e2e2e2;
            width: 75%;
            box-shadow: 0 0 15px 0 rgb(43 53 145 / 30%);
        }

        .bookingmail .col-6:hover {
            box-shadow: 0 0 15px 0 rgb(43 53 145 / 80%);
        }

        .bookingmail h3.reference {
            padding: 10px 0px;
            background-color: #3c0c70;
            color: white;
            text-align: center;
            border-radius: 1rem;
        }

        .bookingmail p {
            margin-bottom: 0rem;
        }

        hr {
            color: black;
            size: 2px;
        }

        .bookingmail ul li {
            list-style-type: none;
        }

        /*
/*
/ ************************************************************
Strip booking mail Page
***************************************************************  / */

        .stripmail .col-6.center {
            margin: auto;
            margin-top: 30px;
            margin-bottom: 30px;
            transition: .4s linear;
            background-color: #fff;
            border-radius: 1rem;
            padding: 20px;
            border: 1px solid #e2e2e2;
            box-shadow: 0 0 15px 0 rgb(43 53 145 / 30%);
        }

        .stripmail .col-6:hover {
            box-shadow: 0 0 15px 0 rgb(43 53 145 / 80%);
        }

        .stripmail h3.reference {
            padding: 10px 0px;
            background-color: #3c0c70;
            color: white;
            text-align: center;
            border-radius: 1rem;
        }

        .stripmail ul li {
            list-style-type: none;
        }

        .tracking-error {
            color: #ED2A34;
            text-align: center;
            font-size: 20pt;
            background: white;
            display: inline;
            padding: 4px 5px;
            border-radius: 5px;
        }

        /*
/ ********************************************************
Message-page CSS
*************************************************** / */

        .messages {
            margin: 100px 0;
            transition: .4s linear;
            background-color: #fff;
            border-radius: 1rem;
            padding: 15px;
            border: 1px solid #e2e2e2;
            box-shadow: 0 0 15px 0 rgb(43 53 145 / 30%);
        }

        .messages hr {
            color: gray;
        }

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

        .messages:hover {
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
            transform: scale(1.05);
        }

        /*
/ ********************************************************
Retrieve Quote section CSS
*************************************************** / */

        .track-product.retrieve-quote-bg {
            background-image: url(../images/retrieve-quote-bg.webp);
            /* background-position: center center; */
            background-size: cover;
            position: relative;
            z-index: 0;
        }

        .track-product.retrieve-quote-bg::before {
            position: absolute;
            content: '';
            background: rgba(44, 54, 145, 0.8);
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: -1;
        }

        /*--------------------------------------------------------------
Top Bar  Start
--------------------------------------------------------------*/

        #topbar {
            background: #2c3691;
            /* height: 85px; */
            font-size: 14px;
            transition: all 0.5s;
            color: #fff;
        }

        .fixed-topbar {
            top: 0;
            right: 0;
            left: 0;
            z-index: 1030;
        }

        #topbar .phone-no {
            margin-left: 35px;
        }

        #topbar .contact-info a {
            color: white;
        }

        .ml-auto,
        .mx-auto {
            margin-left: auto !important;
            width: auto;
            margin-right: 150px;
        }

        .mr-auto {
            float: right;
            margin-right: auto !important;
        }

        /* #topbar .contact-info {
width: 50%;
} */

        #topbar .social-icon ul li {
            color: white;
            padding-left: 15px;
            display: inline-block;
            line-height: 1px;
            transition: 0.3s;
        }

        #topbar .social-icon ul li a {
            color: white;
        }

        /*--------------------------------------------------------------
Top Bar  End
--------------------------------------------------------------*/
        /*--------------------------------------------------------------
search for Blog start
--------------------------------------------------------------*/

        .blogSearch .card {
            border: none;
            background: #2c3691;
            margin-bottom: 20px;
        }

        .blogSearch .search {
            width: 100%;
            margin-bottom: auto;
            height: 50px;
            background-color: #fff;
            padding: 10px;
            border-radius: 5px
        }

        .blogSearch .search-input {
            color: white;
            border: 0;
            outline: 0;
            background: none;
            width: 0;
            margin-top: 5px;
            caret-color: transparent;
            line-height: 20px;
            transition: width 0.4s linear
        }

        .blogSearch .search .search-input {
            padding: 0 10px;
            width: 100%;
            caret-color: #2c3691;
            font-size: 19px;
            font-weight: 300;
            color: black;
            transition: width 0.4s linear
        }

        .blogSearch .search-icon {
            height: 34px;
            width: 34px;
            float: right;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            background-color: #2c3691;
            font-size: 10px;
            bottom: 30px;
            position: relative;
            border-radius: 5px
        }

        .blogSearch .search-icon:hover {
            color: #fff !important
        }

        /* --------------------------------------------------------------
search for Blog End
-------------------------------------------------------------- */
        /* **********************************************************
Start popular Routes CSS
******************************************************** */

        .popular_routes-section {
            background-color: #2c3691;
        }

        .popular_routes-section .col-lg-12 {
            border-right: 2px solid #ffffff;
        }

        .popular_routes-section .section-title p {
            margin: auto;
        }

        .popular_routes-section .section-title,
        .popular_routes-section .section-title h2 {
            color: #ffffff;
        }

        .popular_routes-section p a {
            color: #ffffff;
            margin-left: 75px;
        }

        .popular_routes-section .col-lg-3 p:hover {
            text-shadow: 4px 4px 7px white;
            transform: scale(1.1);
            transition: 0.5s;
        }

        /* **********************************************************
End popular Routes CSS
******************************************************** */
        /* **********************************************************
Start Car Shipping Sevice CSS
******************************************************** */

        .choose-style-two .col-6.img img {
            border-right: 2px solid #2c3691;
            padding: 10px;
            margin-top: 18px;
        }

        /* **********************************************************
End Car Shipping CSS
******************************************************** */

        /* **********************************************************
Fotter side  button CSS
******************************************************** */

        .choose-style-two .col-6.img img {
            border-right: 2px solid #2c3691;
            padding: 10px;
            margin-top: 18px;
        }

        .circular-menu {
            position: fixed;
            top: 45vh;
            right: 0;
            z-index: 999;
        }

        .circular-menu .floating-btn,
        .circular-menu.active .floating-btn,
        .circular-menu .floating-btn:active {
            box-shadow: none;
        }


        .circular-menu .floating-btn {
            width: 5.5em;
        }

        .circular-menu .floating-btn {
            background: 0 0;
            border: 0;
        }

        .circular-menu .floating-btn {
            display: block;
            width: 5.5em;
            height: 5.5em;
            /* border-radius: 50%;
            background-color: var(--primary-color);
            box-shadow: 0 2px 5px 0 hsl(0deg 0% 0% / 26%);
            color: #fff; */
            text-align: center;
            line-height: 3.9;
            cursor: pointer;
            outline: 0;
            /* border: 2px solid #fff; */
        }

        a.floating-btn {
            position: relative;
        }

        .circular-menu.active .floating-btn img {
            transform: rotate(-180deg);
            transition: transform .5s;
        }

        .circular-menu .floating-btn img {
            font-size: 1.3em;
            transition: transform .2s;
            transform: rotate(0deg);
        }

        .floating-btn img {
            width: 85px;
            top: -6px;
            position: relative;
        }


        .circular-menu:after {
            display: block;
            content: ' ';
            width: 3.5em;
            height: 3.5em;
            border-radius: 50%;
            position: absolute;
            top: 0;
            right: 0;
            z-index: -2;
            background: var(--primary-color);
            transition: all .3s ease;
            opacity: 0;
        }

        .circular-menu .items-wrapper {
            padding: 0;
            margin: 0;
            display: none;
        }

        .circular-menu:after {
            display: block;
            content: ' ';
            width: 3.5em;
            height: 3.5em;
            border-radius: 50%;
            position: absolute;
            top: 0;
            right: 0;
            z-index: -2;
            background: var(--primary-color);
            transition: all .3s ease;
            opacity: 0;
        }

        .circular-menu.active:after {
            transform: scale3d(8, 8, 1);
            transition-timing-function: cubic-bezier(.68, 1.55, .265, 1);
            opacity: .7;
            right: 0;
        }

        .circular-menu:after {
            display: block;
            content: ' ';
            width: 3.5em;
            height: 3.5em;
            border-radius: 50%;
            position: absolute;
            top: 0;
            right: 0;
            z-index: -2;
            background: #ec1f27;
            transition: all .3s ease;
            opacity: 0;
        }

        .circular-menu .menu-item .icon-img i {
            font-size: 20px;
        }

        .circular-menu .menu-item .icon-img {
            display: flex;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background-color: #2C3691;
            transition: transform .3s ease, background .2s ease;
            align-items: center;
            justify-content: center;
            padding: 1rem;
            box-shadow: 0 1px 2px 2px #3e3e3e52;
            border: 2px solid #fff;
        }

        .circular-menu.active .menu-item:nth-child(1) {
            transform: translate3d(-0.6em, -12.5em, 0);
        }

        .circular-menu.active .menu-item {
            transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
        }

        .circular-menu .menu-item {
            position: absolute;
            top: 0.2em;
            right: 1.2em;
            z-index: -1;
            display: block;
            text-decoration: none;
            color: #fff;
            font-size: var(--xs-fonts-size);
            width: max-content;
            height: auto;
            transition: transform .3s ease, background .2s ease;
        }

        .circular-menu.active .menu-item:nth-child(2) {
            transform: translate3d(-3em, -7.5em, 0);
        }

        .circular-menu.active .menu-item:nth-child(3) {
            transform: translate3d(-6em, -2.4em, 0);
        }

        .circular-menu.active .menu-item:nth-child(4) {
            transform: translate3d(-9em, 3.3em, 0);
        }

        .circular-menu.active .menu-item:nth-child(5) {
            transform: translate3d(-6em, 8.3em, 0);
        }

        .circular-menu.active .menu-item:nth-child(6) {
            transform: translate3d(-0em, 13em, 0);
        }

        .circular-menu.active .menu-item {
            transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
        }

        .circular-menu .menu-item a p {
            margin-bottom: 0;
            margin-left: 0.5rem;
        }

        .circular-menu .menu-item .icon-img img {
            width: 25px;
            height: 25px;
            max-width: 40px;
        }

        .circular-menu .menu-item a {
            display: flex;
            align-items: center;
            color: #fff;
            text-transform: uppercase;
            font-size: 12px;
        }

        /* **********************************************************
End Footer Side Button CSS
******************************************************** */

        /* **********************************************************
services Details Pages  CSS
******************************************************** */

        .container-service {
            max-width: 1850px;
            padding-right: 3.5rem !important;
            padding-left: 3.5rem !important;
        }

        .service-detail-one {
            background: #ece7f2;
            margin-bottom: 50px;
        }

        .service-detail-one .col-6.paragraph {
            padding: 20px;
            border-right: 3px solid #2c3691;
            /* text-align: center; */
        }

        .section-title h1 {
            margin-top: 25px;
            font-size: 40px;
            font-weight: 700;
            color: #2c3691;
            margin-bottom: 15px;
        }

        .service-detail-section {
            background: #ece7f2;
            padding: 60px 0;
            margin-bottom: 50px;
        }

        .service-detail {
            background: #fff;
            margin-bottom: 50px;
        }

        .service-detail-content {
            background-color: #ece7f2;
            margin-bottom: 60px;
        }

        .service-detail-content .col-lg-6.content {
            padding: 20px;
        }

        .service-contact-section {
            background-image: url(../images/retrieve-quote-bg.webp);
            /* background-position: center center; */
            background-size: cover;
            position: relative;
            z-index: 0;
        }

        .service-contact-section::before {
            position: absolute;
            content: '';
            background: rgba(44, 54, 145, 0.8);
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: -1;
        }

        .service-contact-section .col-12.content {
            color: #fff;
            text-align: center;
        }

        .service-contact-section .col-lg-6.contact {
            text-align: right;
        }

        .service-contact-section .col-lg-6 i,
        .service-contact-section .col-lg-6 a {
            color: #fff;
        }

        /* *************************************** */

        .service-detail .blog-sidebar .blog-widget {
            -webkit-box-shadow: 3px 5px 25px 0 rgb(0 0 0 / 10%);
            box-shadow: 3px 5px 25px 0 rgb(0 0 0 / 10%);
            border-radius: 10px;
            margin-bottom: 30px;
        }

        .service-detail .blog-sidebar .blog-widget h3 {
            padding: 20px;
            color: #ffffff;
            background: #2c3691;
            margin-bottom: 0;
            font-weight: 700;
            border-radius: 10px 10px 0 0;
            font-size: 20px;
        }

        .service-detail .blog-sidebar .blog-widget ul {
            padding-left: 0;
            margin-bottom: 0;
            list-style-type: none;
        }

        .service-detail .blog-sidebar .blog-widget ul li {
            font-size: 17px;
            padding: 10px 20px;
            border-bottom: 1px inset;
            font-weight: 600;
            -webkit-transition: .5s;
            transition: .5s;
        }

        .service-detail .blog-sidebar .blog-widget ul li a {
            color: #545454;
        }

        .service-detail .blog-sidebar .blog-widget-1 ul li:hover {
            background: #2c3691;
            color: #ffffff;
        }

        .service-detail .blog-sidebar .blog-widget-1 ul li:hover a {
            color: #ffffff;
        }

        .service-section {
            margin-bottom: 50px;
        }

        .service-section .container {
            background-color: #000;
        }

        .service-section .section-title,
        .service-section p a {
            color: #ffffff;
        }

        .service-section p i {
            color: #ffffff;
        }

        /* **********************************************************
End services Details Pages  CSS
******************************************************** */
        /* **********************************************************
Start Locations Details Pages  CSS
******************************************************** */

        .popular_routes-section.location .col-lg-12 {
            border-right: none;
            text-align: center;
        }

        /* **********************************************************
End Locations Details Pages  CSS
******************************************************** */



        /* **********************************************************
Track Chat Box  CSS
******************************************************** */

        body {
            margin-top: 20px;
            /*background:#eee;*/
        }

        .box {
            position: relative;
            border-radius: 3px;
            background: #ffffff;
            border-top: 3px solid #d2d6de;
            margin-bottom: 20px;
            width: 100%;
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        }

        .box.box-primary {
            border-top-color: #3c8dbc;
        }

        .box.box-info {
            border-top-color: #00c0ef;
        }

        .box.box-danger {
            border-top-color: #dd4b39;
        }

        .box.box-warning {
            border-top-color: #f39c12;
        }

        .box.box-success {
            border-top-color: #00a65a;
        }

        .box.box-default {
            border-top-color: #d2d6de;
        }

        .box.collapsed-box .box-body,
        .box.collapsed-box .box-footer {
            display: none;
        }

        .box .nav-stacked>li {
            border-bottom: 1px solid #f4f4f4;
            margin: 0;
        }

        .box .nav-stacked>li:last-of-type {
            border-bottom: none;
        }

        .box.height-control .box-body {
            max-height: 300px;
            overflow: auto;
        }

        .box .border-right {
            border-right: 1px solid #f4f4f4;
        }

        .box .border-left {
            border-left: 1px solid #f4f4f4;
        }

        .box.box-solid {
            border-top: 0;
        }

        .box.box-solid>.box-header .btn.btn-default {
            background: transparent;
        }

        .box.box-solid>.box-header .btn:hover,
        .box.box-solid>.box-header a:hover {
            background: rgba(0, 0, 0, 0.1);
        }

        .box.box-solid.box-default {
            border: 1px solid #d2d6de;
        }

        .box.box-solid.box-default>.box-header {
            color: #444;
            background: #d2d6de;
            background-color: #d2d6de;
        }

        .box.box-solid.box-default>.box-header a,
        .box.box-solid.box-default>.box-header .btn {
            color: #444;
        }

        .box.box-solid.box-primary {
            border: 1px solid #3c8dbc;
        }

        .box.box-solid.box-primary>.box-header {
            color: #fff;
            background: #3c8dbc;
            background-color: #3c8dbc;
        }

        .box.box-solid.box-primary>.box-header a,
        .box.box-solid.box-primary>.box-header .btn {
            color: #fff;
        }

        .box.box-solid.box-info {
            border: 1px solid #00c0ef;
        }

        .box.box-solid.box-info>.box-header {
            color: #fff;
            background: #00c0ef;
            background-color: #00c0ef;
        }

        .box.box-solid.box-info>.box-header a,
        .box.box-solid.box-info>.box-header .btn {
            color: #fff;
        }

        .box.box-solid.box-danger {
            border: 1px solid #dd4b39;
        }

        .box.box-solid.box-danger>.box-header {
            color: #fff;
            background: #dd4b39;
            background-color: #dd4b39;
        }

        .box.box-solid.box-danger>.box-header a,
        .box.box-solid.box-danger>.box-header .btn {
            color: #fff;
        }

        .box.box-solid.box-warning {
            border: 1px solid #f39c12;
        }

        .box.box-solid.box-warning>.box-header {
            color: #fff;
            background: #f39c12;
            background-color: #f39c12;
        }

        .box.box-solid.box-warning>.box-header a,
        .box.box-solid.box-warning>.box-header .btn {
            color: #fff;
        }

        .box.box-solid.box-success {
            border: 1px solid #00a65a;
        }

        .box.box-solid.box-success>.box-header {
            color: #fff;
            background: #00a65a;
            background-color: #00a65a;
        }

        .box.box-solid.box-success>.box-header a,
        .box.box-solid.box-success>.box-header .btn {
            color: #fff;
        }

        .box.box-solid>.box-header>.box-tools .btn {
            border: 0;
            box-shadow: none;
        }

        .box.box-solid[class*='bg']>.box-header {
            color: #fff;
        }

        .box .box-group>.box {
            margin-bottom: 5px;
        }

        .box .knob-label {
            text-align: center;
            color: #333;
            font-weight: 100;
            font-size: 12px;
            margin-bottom: 0.3em;
        }

        .box>.overlay,
        .overlay-wrapper>.overlay,
        .box>.loading-img,
        .overlay-wrapper>.loading-img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%
        }

        .box .overlay,
        .overlay-wrapper .overlay {
            z-index: 50;
            background: rgba(255, 255, 255, 0.7);
            border-radius: 3px;
        }

        .box .overlay>.fa,
        .overlay-wrapper .overlay>.fa {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -15px;
            margin-top: -15px;
            color: #000;
            font-size: 30px;
        }

        .box .overlay.dark,
        .overlay-wrapper .overlay.dark {
            background: rgba(0, 0, 0, 0.5);
        }

        .box-header:before,
        .box-body:before,
        .box-footer:before,
        .box-header:after,
        .box-body:after,
        .box-footer:after {
            content: " ";
            display: table;
        }

        .box-header:after,
        .box-body:after,
        .box-footer:after {
            clear: both;
        }

        .box-header {
            color: #444;
            display: block;
            padding: 10px;
            position: relative;
        }

        .box-header.with-border {
            border-bottom: 1px solid #f4f4f4;
        }

        .collapsed-box .box-header.with-border {
            border-bottom: none;
        }

        .box-header>.fa,
        .box-header>.glyphicon,
        .box-header>.ion,
        .box-header .box-title {
            display: inline-block;
            font-size: 18px;
            margin: 0;
            line-height: 1;
        }

        .box-header>.fa,
        .box-header>.glyphicon,
        .box-header>.ion {
            margin-right: 5px;
        }

        .box-header>.box-tools {
            position: absolute;
            right: 10px;
            top: 5px;
        }

        .box-header>.box-tools [data-toggle="tooltip"] {
            position: relative;
        }

        .box-header>.box-tools.pull-right .dropdown-menu {
            right: 0;
            left: auto;
        }

        .btn-box-tool {
            padding: 5px;
            font-size: 12px;
            background: transparent;
            color: #97a0b3;
        }

        .open .btn-box-tool,
        .btn-box-tool:hover {
            color: #606c84;
        }

        .btn-box-tool.btn:active {
            box-shadow: none;
        }

        .box-body {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
            padding: 10px;
        }

        .no-header .box-body {
            border-top-right-radius: 3px;
            border-top-left-radius: 3px;
        }

        .box-body>.table {
            margin-bottom: 0;
        }

        .box-body .fc {
            margin-top: 5px;
        }

        .box-body .full-width-chart {
            margin: -19px;
        }

        .box-body.no-padding .full-width-chart {
            margin: -9px;
        }

        .box-body .box-pane {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 3px;
        }

        .box-body .box-pane-right {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 0;
        }

        .box-footer {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
            border-top: 1px solid #f4f4f4;
            padding: 10px;
            background-color: #fff;
        }

        .direct-chat .box-body {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
            position: relative;
            overflow-x: hidden;
            padding: 0;
        }

        .direct-chat.chat-pane-open .direct-chat-contacts {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        .direct-chat-messages {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0);
            padding: 10px;
            height: 250px;
            overflow: auto;
        }

        .direct-chat-msg,
        .direct-chat-text {
            display: block;
        }

        .direct-chat-msg {
            margin-bottom: 10px;
        }

        .direct-chat-msg:before,
        .direct-chat-msg:after {
            content: " ";
            display: table;
        }

        .direct-chat-msg:after {
            clear: both;
        }

        .direct-chat-messages,
        .direct-chat-contacts {
            -webkit-transition: -webkit-transform .5s ease-in-out;
            -moz-transition: -moz-transform .5s ease-in-out;
            -o-transition: -o-transform .5s ease-in-out;
            transition: transform .5s ease-in-out;
        }

        .direct-chat-text {
            border-radius: 5px;
            position: relative;
            padding: 5px 10px;
            background: #d2d6de;
            border: 1px solid #d2d6de;
            margin: 5px 0 0 50px;
            color: #444;
        }

        .direct-chat-text:after,
        .direct-chat-text:before {
            position: absolute;
            right: 100%;
            top: 15px;
            border: solid transparent;
            border-right-color: #d2d6de;
            content: ' ';
            height: 0;
            width: 0;
            pointer-events: none;
        }

        .direct-chat-text:after {
            border-width: 5px;
            margin-top: -5px;
        }

        .direct-chat-text:before {
            border-width: 6px;
            margin-top: -6px;
        }

        .right .direct-chat-text {
            margin-right: 50px;
            margin-left: 0;
        }

        .right .direct-chat-text:after,
        .right .direct-chat-text:before {
            right: auto;
            left: 100%;
            border-right-color: transparent;
            border-left-color: #d2d6de;
        }

        .direct-chat-img {
            border-radius: 50%;
            float: left;
            width: 40px;
            height: 40px;
        }

        .right .direct-chat-img {
            float: right;
        }

        .direct-chat-info {
            display: block;
            margin-bottom: 2px;
            font-size: 12px;
        }

        .direct-chat-name {
            font-weight: 600;
        }

        .direct-chat-timestamp {
            color: #999;
        }

        .direct-chat-contacts-open .direct-chat-contacts {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        .direct-chat-contacts {
            -webkit-transform: translate(101%, 0);
            -ms-transform: translate(101%, 0);
            -o-transform: translate(101%, 0);
            transform: translate(101%, 0);
            position: absolute;
            top: 0;
            bottom: 0;
            height: 250px;
            width: 100%;
            background: #222d32;
            color: #fff;
            overflow: auto;
        }

        .contacts-list>li {
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
            padding: 10px;
            margin: 0;
        }

        .contacts-list>li:before,
        .contacts-list>li:after {
            content: " ";
            display: table;
        }

        .contacts-list>li:after {
            clear: both;
        }

        .contacts-list>li:last-of-type {
            border-bottom: none;
        }

        .contacts-list-img {
            border-radius: 50%;
            width: 40px;
            float: left;
        }

        .contacts-list-info {
            margin-left: 45px;
            color: #fff;
        }

        .contacts-list-name,
        .contacts-list-status {
            display: block;
        }

        .contacts-list-name {
            font-weight: 600;
        }

        .contacts-list-status {
            font-size: 12px;
        }

        .contacts-list-date {
            color: #aaa;
            font-weight: normal;
        }

        .contacts-list-msg {
            color: #999;
        }

        .direct-chat-danger .right>.direct-chat-text {
            background: #dd4b39;
            border-color: #dd4b39;
            color: #fff;
        }

        .direct-chat-danger .right>.direct-chat-text:after,
        .direct-chat-danger .right>.direct-chat-text:before {
            border-left-color: #dd4b39;
        }

        .direct-chat-primary .right>.direct-chat-text {
            background: #3c8dbc;
            border-color: #3c8dbc;
            color: #fff;
        }

        .direct-chat-primary .right>.direct-chat-text:after,
        .direct-chat-primary .right>.direct-chat-text:before {
            border-left-color: #3c8dbc;
        }

        .direct-chat-warning .right>.direct-chat-text {
            background: #f39c12;
            border-color: #f39c12;
            color: #fff;
        }

        .direct-chat-warning .right>.direct-chat-text:after,
        .direct-chat-warning .right>.direct-chat-text:before {
            border-left-color: #f39c12;
        }

        .direct-chat-info .right>.direct-chat-text {
            background: #00c0ef;
            border-color: #00c0ef;
            color: #fff;
        }

        .direct-chat-info .right>.direct-chat-text:after,
        .direct-chat-info .right>.direct-chat-text:before {
            border-left-color: #00c0ef;
        }

        .direct-chat-success .right>.direct-chat-text {
            background: #00a65a;
            border-color: #00a65a;
            color: #fff;
        }

        .direct-chat-success .right>.direct-chat-text:after,
        .direct-chat-success .right>.direct-chat-text:before {
            border-left-color: #00a65a;
        }





.scroll-left {
     background: yellow;
    color: #b34c22;
    border: 1px solid orange;

}


