/*-------------------------------------
    Template Name:  Delix - Logistics and Transportation Html Template
    Template URI: https://---.com
    Description:  Delix - Logistics and Transportation Html Template
    Author: ...
    Author URI: https://---.com
    Version: 1.0
    Tags: theme, template, etc
---------------------------------------*/
/*
    Table of Context
    -------------------------------
    01. Common CSS
    02. Content Box
    03. Video Box
    04. Icon Box
    05. Order, Unorder List
    06. Round One side
    07. Overlap Image Box
    08. Image Box
    09. Icon list block

    01. Header style
    02. Banner style

*/
/*********************************
/* Fonts
/* Jost
/*
/*
*********************************/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
/**
 * For max-width media query, device width are sets as::after
 * xl = 1440
 * medium = 1199
 * tabland = 991
 * tabport = 767
 * phone
 * phone-sm
 * phone-mid
 * phone-xm
 */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    background: #fff;
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.7rem;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: 0px;
}

button:hover,
button:focus {
    outline: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

ul {
    margin: 0;
    padding: 0;
    list-style: inherit;
}

figure {
    margin: 0;
}

section {
    display: block;
    position: relative;
    width: 100%;
    z-index: 1;
}
@media screen and (max-width: 991px) {
    section {
        padding: 70px 0 !important;
    }
}
@media screen and (max-width: 575px) {
    section {
        padding: 40px 0 !important;
    }
}

.gutters-5 {
    margin-right: -5px;
    margin-left: -5px;
}
.gutters-5 > .col,
.gutters-5 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.gutters-10 {
    margin-right: -10px;
    margin-left: -10px;
}
.gutters-10 > .col,
.gutters-10 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.gutters-15 {
    margin-right: -15px;
    margin-left: -15px;
}
.gutters-15 > .col,
.gutters-15 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

.gutters-20 {
    margin-right: -20px;
    margin-left: -20px;
}
.gutters-20 > .col,
.gutters-20 > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
}

.gutters-25 {
    margin-right: -25px;
    margin-left: -25px;
}
.gutters-25 > .col,
.gutters-25 > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
}

.mb-05 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-95 {
    margin-bottom: 95px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mt-05 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-55 {
    margin-top: 55px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-65 {
    margin-top: 65px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-85 {
    margin-top: 85px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-95 {
    margin-top: 95px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.ml-05 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.ml-55 {
    margin-left: 55px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.ml-65 {
    margin-left: 65px !important;
}

.ml-70 {
    margin-left: 70px !important;
}

.ml-75 {
    margin-left: 75px !important;
}

.ml-80 {
    margin-left: 80px !important;
}

.ml-85 {
    margin-left: 85px !important;
}

.ml-90 {
    margin-left: 90px !important;
}

.ml-95 {
    margin-left: 95px !important;
}

.ml-100 {
    margin-left: 100px !important;
}

.mr-05 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mr-55 {
    margin-right: 55px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mr-65 {
    margin-right: 65px !important;
}

.mr-70 {
    margin-right: 70px !important;
}

.mr-75 {
    margin-right: 75px !important;
}

.mr-80 {
    margin-right: 80px !important;
}

.mr-85 {
    margin-right: 85px !important;
}

.mr-90 {
    margin-right: 90px !important;
}

.mr-95 {
    margin-right: 95px !important;
}

.mr-100 {
    margin-right: 100px !important;
}

.px-05 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
}

.px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.px-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
}

.px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.px-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
}

.px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
}

.px-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
}

.px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.px-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
}

.px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
}

.px-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
}

.px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.py-05 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}

.py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.py-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
}

.py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.py-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}

.py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.py-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
}

.py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.py-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
}

.py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.pb-05 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-55 {
    padding-bottom: 55px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-65 {
    padding-bottom: 65px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-85 {
    padding-bottom: 85px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-95 {
    padding-bottom: 95px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pt-05 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-55 {
    padding-top: 55px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-65 {
    padding-top: 65px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-75 {
    padding-top: 75px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-85 {
    padding-top: 85px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-95 {
    padding-top: 95px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pl-05 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-55 {
    padding-left: 55px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pl-65 {
    padding-left: 65px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.pl-75 {
    padding-left: 75px !important;
}

.pl-80 {
    padding-left: 80px !important;
}

.pl-85 {
    padding-left: 85px !important;
}

.pl-90 {
    padding-left: 90px !important;
}

.pl-95 {
    padding-left: 95px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

.pr-05 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pr-55 {
    padding-right: 55px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pr-65 {
    padding-right: 65px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.pr-75 {
    padding-right: 75px !important;
}

.pr-80 {
    padding-right: 80px !important;
}

.pr-85 {
    padding-right: 85px !important;
}

.pr-90 {
    padding-right: 90px !important;
}

.pr-95 {
    padding-right: 95px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

.text-10 {
    font-size: 10px !important;
}

.text-11 {
    font-size: 11px !important;
}

.text-12 {
    font-size: 12px !important;
}

.text-13 {
    font-size: 13px !important;
}

.text-14 {
    font-size: 14px !important;
}

.text-15 {
    font-size: 15px !important;
}

.text-16 {
    font-size: 16px !important;
}

.text-17 {
    font-size: 17px !important;
}

.text-18 {
    font-size: 18px !important;
}

.text-19 {
    font-size: 19px !important;
}

.text-20 {
    font-size: 20px !important;
}

.text-21 {
    font-size: 21px !important;
}

.text-22 {
    font-size: 22px !important;
}

.text-23 {
    font-size: 23px !important;
}

.text-24 {
    font-size: 24px !important;
}

.text-25 {
    font-size: 25px !important;
}

.text-26 {
    font-size: 26px !important;
}

.text-27 {
    font-size: 27px !important;
}

.text-28 {
    font-size: 28px !important;
}

.text-29 {
    font-size: 29px !important;
}

.text-30 {
    font-size: 30px !important;
}

.text-31 {
    font-size: 31px !important;
}

.text-32 {
    font-size: 32px !important;
}

/*********************************
/*  Common Css Start
*********************************/
.border-none {
    border: none !important;
}

.btn-round {
    border-radius: 4px !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-color {
    background: #00224d !important;
}

button:hover,
button:focus {
    outline: 0px;
}

/*********************************
/*  Input Apperance Start
*********************************/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    border-radius: 4px;
    margin-right: 2px;
    -webkit-filter: invert(1);
    filter: invert(1);
}

/*********************************
/*  Input Apperance End
*********************************/
/*********************************
/*  Custom Scroll Bar Css
*********************************/
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 30px;
}

::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
}

::-webkit-scrollbar-thumb {
    background-color: #ff204e;
    border-radius: 30px;
}

/*********************************
/*  Custom Scroll Bar Css
*********************************/
/*********************************
/*  row Custom
*********************************/
.row > * {
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
    margin-top: var(--bs-gutter-y);
}

@media screen and (max-width: 991px) {
    .column-reverse-lg {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
}
@media screen and (max-width: 767px) {
    .column-reverse-md {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
}

@media (min-width: 479px) and (max-width: 575px) {
    .col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
}
/*********************************
/*  Heading Typography
*********************************/
h1 {
    font-family: var(--header-font);
    font-size: 64px;
    line-height: 77px;
    font-weight: 600;
    color: #212529;
}
@media screen and (max-width: 1440px) {
    h1 {
        font-size: 50px;
        line-height: 60px;
    }
}
@media screen and (max-width: 575px) {
    h1 {
        font-size: 48px;
    }
}
@media screen and (max-width: 479px) {
    h1 {
        font-size: 36px;
        line-height: 45px;
    }
}
@media screen and (max-width: 375px) {
    h1 {
        font-size: 32px;
    }
}

h2 {
    font-family: var(--header-font);
    font-size: 48px;
    line-height: 57px;
    font-weight: 600;
    color: #212529;
}
@media screen and (max-width: 767px) {
    h2 {
        font-size: 42px;
        line-height: 55px;
    }
}
@media screen and (max-width: 479px) {
    h2 {
        font-size: 34px;
        line-height: 48px;
    }
}
@media screen and (max-width: 400px) {
    h2 {
        font-size: 28px;
        line-height: 34px;
    }
}

h3 {
    font-family: var(--header-font);
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    color: #212529;
}

h4 {
    font-family: var(--header-font);
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: #212529;
}

/*********************************
/*  Content Typography
*********************************/
p {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #495057;
}

/*********************************
/*  Button Start
*********************************/
.btn {
    font-family: var(--header-font);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 12px 24px;
    border-radius: 30px;
    border: none;
    outline: none;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.btn svg,
.btn img,
.btn i {
    width: auto;
    margin-right: 10px;
    display: inline-block;
}
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.btn-primary {
    background-color: #ff204e;
    color: #fff;
}
.btn-primary:focus,
.btn-primary:hover {
    border-color: #00224d;
    background: #00224d;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-outline {
    background-color: transparent;
    color: #ff204e;
    border: 2px solid #ff204e;
}
.btn-outline:focus,
.btn-outline:hover {
    background: #ff204e;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ff204e;
}

.solid__btn {
    font-family: var(--header-font);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #212529;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.solid__btn:hover {
    color: #ff204e;
}

/*********************************
/*  Section Tittle Start
*********************************/
.section__title {
    margin: auto;
}
.section__title-wrapper {
    margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
    .section__title-wrapper {
        margin-bottom: 40px;
    }
}
.section__title-wrapper.text-center .section__title {
    margin: auto;
    text-align: center;
}
.section__title-wrapper.text-start .section__title {
    margin-right: auto;
    text-align: left;
}
.section__title-wrapper.text-end .section__title {
    margin-left: auto;
    text-align: right;
}
.section__title-wrapper.flex-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}
@media screen and (max-width: 991px) {
    .section__title-wrapper.flex-item {
        display: block;
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .section__title-wrapper .section__btn {
        margin-top: 20px;
    }
}
.section__title-wrapper .section__btn .btn {
    white-space: nowrap;
}
.section__title .subtitle {
    font-family: var(--header-font);
    font-size: 18px;
    line-height: 100%;
    font-weight: 500;
    margin-bottom: 24px;
    color: #d90833;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.section__title .title {
    font-family: var(--header-font);
    font-size: 48px;
    line-height: 57px;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0;
    text-transform: capitalize;
}
@media screen and (max-width: 991px) {
    .section__title .title {
        font-size: 44px;
        line-height: 55px;
    }
}
@media screen and (max-width: 767px) {
    .section__title .title {
        font-size: 40px;
        line-height: 50px;
    }
}
@media screen and (max-width: 479px) {
    .section__title .title {
        font-size: 34px;
        line-height: 48px;
    }
}
@media screen and (max-width: 400px) {
    .section__title .title {
        font-size: 28px;
        line-height: 34px;
    }
}
.section__title p,
.section__title .desc {
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #212529;
    letter-spacing: 0.16px;
    margin: 20px 0 0;
}
@media screen and (max-width: 479px) {
    .section__title p,
    .section__title .desc {
        margin: 15px 0 0;
    }
}
.section__title.v2 .subtitle {
    position: relative;
    padding-left: 62px;
}
.section__title.v2 .subtitle::after {
    content: "";
    position: absolute;
    left: 0;
    width: 50px;
    height: 2px;
    background: #d90833;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
    .section__title.v2 .subtitle {
        padding-left: 0;
    }
    .section__title.v2 .subtitle::after {
        display: none;
    }
}
.section__title.v2 p,
.section__title.v2 .desc {
    padding-left: 25%;
}
@media screen and (max-width: 1440px) {
    .section__title.v2 p,
    .section__title.v2 .desc {
        padding-left: 10%;
    }
}
@media screen and (max-width: 1199px) {
    .section__title.v2 p,
    .section__title.v2 .desc {
        padding-left: 0;
    }
}

/*********************************
/*  Section Tittle End
*********************************/
/*********************************
/* Header Start
*********************************/
header.header {
    position: fixed;
    z-index: 99;
    width: 100%;
}

.header__topbar {
    background: #00224d;
    padding: 12px 0;
}
@media screen and (max-width: 767px) {
    .header__topbar {
        display: none;
    }
}
.header__topbar .header__toplink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 40px;
}
.header__topbar .header__link {
    position: relative;
    gap: 8px;
}
.header__topbar .header__link::after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    height: 100%;
    width: 1px;
    background: rgba(255, 32, 78, 0.3);
}
.header__topbar .header__link:last-of-type::after {
    display: none;
}
.header__topbar .header__link .icon {
    height: 24px;
    width: 24px;
    background: #5d0e41;
    border: 1px solid #d90833;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header__topbar .header__link .icon img {
    width: 12px;
}
.header__topbar .header__link a {
    font-family: var(--header-font);
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-underline-offset: 2px;
}
.header__topbar .header__link a:hover {
    text-decoration: underline;
}

.main__header {
    position: relative;
    background-color: #fff;
    z-index: 999;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid rgba(255, 32, 78, 0.1);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
@media screen and (max-width: 767px) {
    .main__header {
        height: 56px;
    }
}
.main__header .nav {
    background-color: transparent;
    padding: 0px;
    margin: 0 auto;
    height: 100%;
}
.main__header .header__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}
.main__header .header__wrapper .header__logo img {
    width: auto;
    height: auto;
    display: block;
    max-width: 120px;
}
.main__header .header__wrapper .header__menu.mblMenu__open {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
@media screen and (max-width: 991px) {
    .main__header .header__wrapper .header__menu {
        position: fixed;
        width: 100%;
        overflow: auto;
        padding: 100px 0;
        background: #fff;
        left: 0;
        top: 127px;
        z-index: -1;
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        -webkit-box-shadow: 0px 10px 20px rgba(86, 86, 86, 0.0588235294);
        box-shadow: 0px 10px 20px rgba(86, 86, 86, 0.0588235294);
    }
}
@media screen and (max-width: 767px) {
    .main__header .header__wrapper .header__menu {
        top: 55px;
    }
}
.main__header .header__wrapper .header__menu .main__menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    gap: 48px;
}
@media screen and (max-width: 1199px) {
    .main__header .header__wrapper .header__menu .main__menu {
        gap: 22px;
    }
}
@media screen and (max-width: 991px) {
    .main__header .header__wrapper .header__menu .main__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.main__header .header__wrapper .header__menu .main__menu li {
    position: relative;
    list-style: none;
}
.main__header .header__wrapper .header__menu .main__menu li a {
    font-family: var(--header-font);
    font-size: 16px;
    line-height: 80px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #212529;
    display: inline-block;
    padding: 0;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
}
@media screen and (max-width: 991px) {
    .main__header .header__wrapper .header__menu .main__menu li a {
        line-height: 22px;
    }
}
.main__header .header__wrapper .header__menu .main__menu li a:hover,
.main__header .header__wrapper .header__menu .main__menu li a.active {
    color: #ff204e;
}
.main__header .header__wrapper .header__menu .main__menu li:hover a,
.main__header .header__wrapper .header__menu .main__menu li.active a {
    color: #ff204e;
}
.main__header .header__wrapper .header__menu .main__menu li:hover a::after,
.main__header .header__wrapper .header__menu .main__menu li.active a::after {
    color: #ff204e;
}
.main__header .header__wrapper .header__menu .main__menu li:last-child a {
    margin-right: 0;
}
.main__header .header__meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 15px;
}
.main__header .header__meta .meta__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    gap: 20px;
    list-style: none;
}
@media screen and (max-width: 991px) {
    .main__header .header__meta .meta__list {
        display: none;
    }
}

.header__toggle {
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    display: none;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
@media screen and (max-width: 991px) {
    .header__toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

/* language Dropdown list Start */

.language__dropdown {
    font-family: var(--header-font);
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.16px;
    color: #212529;
    font-weight: 500;
    background-color: transparent;
    border: none;
    display: block;
    width: 90px;
    cursor: pointer;
    position: relative;
}

.language__dropdown a {
    color: #212529;
}

.language__dropdown .selected {
    position: relative;
    width: 100%;
}
.language__dropdown .selected::after {
    content: "\f078";
    position: absolute;
    top: 0;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
}

.language__dropdown .list {
    list-style: none;
    position: absolute;
    right: 0;
    top: 30px;
    padding: 15px 0;
    min-width: 160px;
    background: #fff;
    border-radius: 8px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 100ms ease-in-out;
    box-shadow: -24px 24px 72px 17px rgba(145, 158, 171, 0.24);
    max-height: 280px;
    overflow: auto;
}

.language__dropdown .list li a {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.16px;
    color: #212529;
    font-weight: 500;
    padding: 5px 20px;
    transition: all 300ms ease-in-out;
    display: block;
}

.language__dropdown .list li a:hover {
    color: #ff204e;
}

.language__dropdown .list.active {
    opacity: 1;
    visibility: visible;
}

/* language Dropdown list Start */

.nav-bg {
    background: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/*********************************
/* Header End
*********************************/
/*********************************
/* Banner Section Start
*********************************/
.banner__section {
    background: rgba(184, 184, 184, 0.1019607843);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 280px 0 50px;
    z-index: 1;
}
@media screen and (max-width: 991px) {
    .banner__section {
        padding: 210px 0 50px !important;
    }
}
@media screen and (max-width: 767px) {
    .banner__section {
        padding: 180px 0 50px !important;
    }
}
@media screen and (max-width: 575px) {
    .banner__section {
        padding: 140px 0 50px !important;
    }
}

/* Hero Text Start */
.hero__text {
    position: relative;
    max-width: 570px;
    z-index: 1;
}
@media screen and (max-width: 991px) {
    .hero__text {
        margin: auto;
        text-align: center;
    }
}
.hero__text .sub__title {
    font-family: var(--header-font);
    color: #212529;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 0 0 24px;
    text-transform: capitalize;
    background: rgba(255, 32, 78, 0.05);
    border: 1px solid rgba(255, 32, 78, 0.1);
    padding: 12px 20px;
    display: inline-block;
    border-radius: 30px;
}
@media screen and (max-width: 575px) {
    .hero__text .sub__title {
        font-size: 16px;
    }
}
.hero__text .title {
    color: #212529;
    margin-bottom: 0;
}
.hero__text .desc {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #495057;
    margin-top: 24px;
    margin-bottom: 0;
}
@media screen and (max-width: 479px) {
    .hero__text .desc {
        font-size: 16px;
        line-height: 24px;
    }
}

.track__form {
    background: #fff;
    border-radius: 100px;
    padding: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: 36px;
    max-width: 526px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 10px #ebebeb;
    box-shadow: 0px 0px 10px #ebebeb;
}
@media screen and (max-width: 991px) {
    .track__form {
        margin: 36px auto 0;
    }
}
@media screen and (max-width: 575px) {
    .track__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.track__form .form-control {
    font-family: var(--header-font);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-weight: 400;
    background: #f8f9fa;
    color: #495057;
    display: block;
    padding: 16px 24px;
    padding-right: 200px;
    border-radius: 100px;
    border: 1px solid #e9ecef;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}
.track__form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media screen and (max-width: 575px) {
    .track__form .form-control {
        padding: 11px 24px;
    }
}
.track__form .btn {
    position: absolute;
    top: 50%;
    right: 9px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 16px 32px;
}
@media screen and (max-width: 575px) {
    .track__form .btn {
        top: 100%;
        -webkit-transform: initial;
        transform: initial;
        right: 0;
        width: 100%;
        margin-top: 12px;
    }
}
.track__form .btn img {
    max-width: 24px;
    width: auto;
    margin: 0;
}

/* Hero Text End */
/* Hero Figure Start */
.hero__figure {
    position: relative;
}
@media screen and (max-width: 991px) {
    .hero__figure {
        margin-top: 40px;
    }
}
@media screen and (max-width: 575px) {
    .hero__figure {
        margin-top: 110px;
    }
}
.hero__figure img {
    width: auto;
    height: auto;
    display: block;
    max-width: 661px;
    position: relative;
    margin: auto;
}
@media screen and (max-width: 1440px) {
    .hero__figure img {
        max-width: 100%;
    }
}
.hero__figure .animation__01 {
    -webkit-animation: MoveMain 3s linear infinite alternate;
    animation: MoveMain 3s linear infinite alternate;
    z-index: 11;
}

@-webkit-keyframes MoveMain {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
}

@keyframes MoveMain {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
}
/*********************************
/* Banner Section End
*********************************/
/*********************************
/* Breadcrumb Section Start
*********************************/
.breadcrumb__area {
    padding: 230px 0 100px;
    background: rgba(255, 32, 78, 0.1);
}
@media screen and (max-width: 767px) {
    .breadcrumb__area {
        padding: 120px 0 70px;
    }
}
.breadcrumb__area .breadcrumb__title .title {
    font-family: var(--header-font);
    font-size: 54px;
    line-height: 77px;
    font-weight: 600;
    color: #212529;
    margin-bottom: 10px;
    text-transform: capitalize;
}
@media screen and (max-width: 767px) {
    .breadcrumb__area .breadcrumb__title .title {
        font-size: 48px;
        line-height: 50px;
    }
}
@media screen and (max-width: 479px) {
    .breadcrumb__area .breadcrumb__title .title {
        font-size: 36px;
        line-height: 45px;
    }
}
.breadcrumb__area .breadcrumb__title p,
.breadcrumb__area .breadcrumb__title .desc {
    font-size: 18px;
    margin-bottom: 0;
}
@media screen and (max-width: 479px) {
    .breadcrumb__area .breadcrumb__title p,
    .breadcrumb__area .breadcrumb__title .desc {
        font-size: 16px;
    }
}

/*********************************
/* Breadcrumb Section End
*********************************/
/*********************************
/*  Partner Section Start
*********************************/
.partner__section {
    position: relative;
}

.partner__title {
    margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
    .partner__title {
        margin-bottom: 24px;
    }
}
.partner__title .title {
    font-family: var(--header-font);
    color: #212529;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.partner__wrapper .partner__image {
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.partner__wrapper .partner__image img {
    width: auto;
    height: auto;
    display: block;
    max-width: 90%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.partner__wrapper .partner__image:hover img {
    opacity: 1;
}

/*********************************
/*  Partner Section End
*********************************/
/*********************************
/*  Event Section Start
*********************************/
.event__section {
    padding-top: 70px;
    padding-bottom: 100px;
}

.eventBox {
    background: #fff;
    padding: 8px;
    border: 1px solid rgba(255, 32, 78, 0.2);
    border-radius: 8px;
    position: relative;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .eventBox {
        padding: 16px 15px;
    }
}
.eventBox__thumb {
    overflow: hidden;
    max-height: 287px;
    background: #f9f9f9;
    border-radius: 8px 8px 0 0;
    position: relative;
    display: block;
}
.eventBox__thumb img {
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.eventBox__content {
    padding: 24px 16px 16px 16px;
    position: relative;
    z-index: 99;
}
@media screen and (max-width: 767px) {
    .eventBox__content {
        padding: 24px 8px 16px 8px;
    }
}
.eventBox__content .title {
    font-family: var(--header-font);
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #212529;
    font-weight: 600;
    display: block;
    margin-bottom: 16px;
    text-transform: capitalize;
}
.eventBox__content .title a {
    color: currentColor;
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.eventBox__content .title a:hover {
    color: #ff204e;
}
.eventBox__content .desc {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #495057;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.eventBox:hover {
    border: 1px solid #a0153e;
}
.eventBox:hover .eventBox__content .title a {
    color: #ff204e;
}

/*********************************
/*  Event Section End
*********************************/
/*********************************
/* About Section Start
*********************************/
.about__section {
    padding-bottom: 130px;
}

.about__wrapper {
    background: rgba(255, 32, 78, 0.05);
    border-radius: 32px;
    padding: 95px 0 130px;
    max-width: 1660px;
    margin: auto;
}
@media screen and (max-width: 991px) {
    .about__wrapper {
        border-radius: 0;
        padding: 70px 0;
    }
}

.about__figure {
    max-width: 526px;
    aspect-ratio: 5.2/6.1;
    display: block;
    width: 100%;
    height: 100%;
}
.about__figure img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 25px;
}

@media screen and (max-width: 767px) {
    .aboutBox__wrapper {
        margin-top: 40px;
    }
}

.aboutIcon__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    margin-bottom: 60px;
    max-width: 90%;
    width: 100%;
}
@media screen and (max-width: 991px) {
    .aboutIcon__box {
        max-width: 100%;
        gap: 25px;
        margin-bottom: 32px;
    }
}
@media screen and (max-width: 479px) {
    .aboutIcon__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        background: #fff;
        border-radius: 16px;
        -webkit-box-shadow: 0px 8px 16px rgba(14, 70, 54, 0.1);
        box-shadow: 0px 8px 16px rgba(14, 70, 54, 0.1);
        gap: 22px;
        padding: 24px 24px 44px;
    }
}
.aboutIcon__box .icon {
    height: 87px;
    width: 87px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid rgba(255, 32, 78, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
    .aboutIcon__box .icon {
        height: 75px;
        width: 75px;
    }
}
@media screen and (max-width: 479px) {
    .aboutIcon__box .icon {
        height: 64px;
        width: 64px;
        margin-bottom: 0px;
    }
}
.aboutIcon__box .icon svg path {
    fill: #ff204e;
}
@media screen and (max-width: 991px) {
    .aboutIcon__box .icon svg {
        width: 35px;
    }
}
.aboutIcon__box .icon img {
    width: auto;
    height: auto;
    display: block;
}
@media screen and (max-width: 991px) {
    .aboutIcon__box .icon img {
        max-width: 35px;
    }
}
.aboutIcon__box .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid rgba(134, 142, 150, 0.2);
    padding-bottom: 32px;
}
@media screen and (max-width: 479px) {
    .aboutIcon__box .content {
        border: none;
        padding: 0;
    }
}
.aboutIcon__box .content .title {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.16px;
    font-weight: 600;
    color: #212529;
    margin-bottom: 16px;
    display: block;
}
@media screen and (max-width: 479px) {
    .aboutIcon__box .content .title {
        font-size: 18px;
        line-height: 24px;
    }
}
.aboutIcon__box .content p,
.aboutIcon__box .content .desc {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.16px;
    color: #495057;
    margin-bottom: 0;
}

/*********************************
/* About Section End
*********************************/
/*********************************
/*  Service Section Start
*********************************/
.service__section {
    padding: 130px 0 100px;
}

.serviceBox {
    background: #fff;
    padding: 16px 25px;
    border: 1px solid #e9ecef;
    border-radius: 16px;
    position: relative;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-align: center;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .serviceBox {
        padding: 16px 15px;
    }
}
.serviceBox__thumb {
    overflow: hidden;
    max-height: 287px;
    background: #f9f9f9;
    border-radius: 12px;
    position: relative;
    display: block;
}
.serviceBox__thumb img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.serviceBox__content {
    padding: 25px 0 9px;
    position: relative;
    z-index: 99;
}
.serviceBox__content .title {
    font-family: var(--header-font);
    font-size: 20px;
    line-height: 28px;
    color: #212529;
    font-weight: 600;
    display: block;
    margin-bottom: 14px;
    text-transform: capitalize;
}
.serviceBox__content .title a {
    color: currentColor;
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.serviceBox__content .title a:hover {
    color: #ff204e;
}
.serviceBox__content .desc {
    font-size: 17px;
    line-height: 27px;
    color: #555b68;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.serviceBox:hover {
    border: 1px solid #a0153e;
}
.serviceBox:hover .serviceBox__content .title a {
    color: #ff204e;
}

/*********************************
/*  Service Section End
*********************************/
/*********************************
/*  Feature Section Start
*********************************/
.feature__section {
    position: relative;
    padding: 95px 0 70px;
}
.feature__section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/feature/feature-mask.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top left;
    z-index: -1;
}
@media screen and (max-width: 575px) {
    .feature__section::after {
        background-size: 180px;
    }
}
@media screen and (max-width: 479px) {
    .feature__section::after {
        background-size: 140px;
    }
}

.featureBox {
    background: #0e2c56;
    border: 1px solid rgba(120, 120, 120, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 16px;
    gap: 16px;
    padding: 30px 20px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.featureBox__icon {
    height: 60px;
    width: 60px;
    background: #293e5b;
    border: 2px solid #3c4d66;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.featureBox__icon img {
    width: auto;
    height: auto;
    max-width: 37px;
    display: inline-block;
}
.featureBox__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.featureBox__content .title {
    font-family: var(--header-font);
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0.16px;
    color: #fff;
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .featureBox__content .title {
        font-size: 18px;
    }
}
@media screen and (max-width: 575px) {
    .featureBox__content .title {
        font-size: 20px;
    }
}

/*********************************
/*  Feature Section End
*********************************/
/*********************************
/*  Cta Box Start
*********************************/
.call__to__action.v2 {
    margin-top: -175px;
    position: relative;
}
@media screen and (max-width: 575px) {
    .call__to__action.v2 {
        margin: 50px 0 !important;
    }
}

.ctaBox__wrapper {
    background: #a0153e;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 61px 30px 70px;
    z-index: 1;
    border-radius: 24px;
    overflow: hidden;
    text-align: center;
    min-height: 350px;
}
.ctaBox__wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 26, 20, 0.64);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
    mix-blend-mode: multiply;
}
@media screen and (max-width: 991px) {
    .ctaBox__wrapper {
        padding: 56px 24px;
    }
}
@media screen and (max-width: 479px) {
    .ctaBox__wrapper {
        padding: 40px 24px;
    }
}
.ctaBox__wrapper.v2::after {
    background: transparent;
    background-image: url("../images/ctabox/mask-left.png");
    mix-blend-mode: initial;
    background-repeat: no-repeat;
    background-position: left bottom;
}
@media screen and (max-width: 479px) {
    .ctaBox__wrapper.v2::after {
        display: none;
    }
}
.ctaBox__wrapper.v2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    background-image: url("../images/ctabox/mask-right.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: -1;
}
@media screen and (max-width: 479px) {
    .ctaBox__wrapper.v2::before {
        background-size: 200px;
        background-position: top right;
    }
}
.ctaBox__wrapper.v2 .btn {
    border: 2px solid #fff;
    background: #a0153e;
    -webkit-box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.25);
}
.ctaBox__wrapper.v2 .btn:hover {
    background: #ff204e;
}
.ctaBox__wrapper .ctaBox__content {
    max-width: 745px;
    margin: auto;
}
.ctaBox__wrapper .ctaBox__content .btn {
    padding: 16px 40px;
    margin-top: 40px;
}
@media screen and (max-width: 479px) {
    .ctaBox__wrapper .ctaBox__content .btn {
        width: 100%;
        padding: 16px 25px;
        margin-top: 32px;
    }
}
.ctaBox__wrapper .ctaBox__title {
    font-family: var(--header-font);
    font-size: 48px;
    line-height: 57px;
    letter-spacing: -0.5px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 2px rgba(33, 37, 41, 0.5);
}
@media screen and (max-width: 991px) {
    .ctaBox__wrapper .ctaBox__title {
        font-size: 42px;
        line-height: 55px;
    }
}
@media screen and (max-width: 767px) {
    .ctaBox__wrapper .ctaBox__title {
        font-size: 34px;
        line-height: 48px;
    }
}
@media screen and (max-width: 400px) {
    .ctaBox__wrapper .ctaBox__title {
        font-size: 28px;
        line-height: 34px;
    }
}
.ctaBox__wrapper .ctaBox__desc {
    font-family: var(--header-font);
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin: 24px 0px 0;
    display: inline-block;
    text-shadow: 0px 2px rgba(33, 37, 41, 0.5);
}
@media screen and (max-width: 991px) {
    .ctaBox__wrapper .ctaBox__desc {
        font-size: 20px;
        margin-top: 20px;
    }
}
@media screen and (max-width: 479px) {
    .ctaBox__wrapper .ctaBox__desc {
        font-size: 18px;
    }
}

/*********************************
/*  Cta Box End
*********************************/
/*********************************
/*  Counter Start
*********************************/
.counter__section {
    padding: 130px 0;
}

.counterItem {
    position: relative;
    background: rgba(255, 32, 78, 0.05);
    border: 1.5px solid rgba(255, 32, 78, 0.2);
    border-radius: 16px;
    padding: 38px 30px 35px;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    .counterItem {
        padding: 30px 20px;
    }
}
@media screen and (max-width: 991px) {
    .counterItem {
        margin-bottom: 30px;
    }
}
.counterItem .counterIcon {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid rgba(255, 32, 78, 0.2);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px;
    -webkit-box-shadow: 0px 8px 16px rgba(93, 14, 65, 0.2);
    box-shadow: 0px 8px 16px rgba(93, 14, 65, 0.2);
}
.counterItem .counterIcon svg path {
    fill: #ff204e;
}
.counterItem .counterIcon img {
    width: auto;
    height: auto;
    max-width: 44px;
    display: inline-block;
}
.counterItem .counter__count {
    position: relative;
    z-index: 1;
    line-height: 100%;
}
.counterItem__content {
    display: block;
    gap: 20px;
}
.counterItem__content .title {
    font-family: var(--header-font);
    font-size: 32px;
    line-height: 35px;
    font-weight: 600;
    color: #212529;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    z-index: 1;
    margin-bottom: 8px;
}
@media screen and (max-width: 1440px) {
    .counterItem__content .title {
        font-size: 26px;
    }
}
@media screen and (max-width: 1199px) {
    .counterItem__content .title {
        font-size: 24px;
    }
}
.counterItem__content .title .plus {
    position: relative;
    z-index: 9;
    line-height: 100%;
}
.counterItem__content .subtitle {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #495057;
    display: block;
    position: relative;
    z-index: 1;
}

/*********************************
/*  Counter End
*********************************/
/*********************************
/* Pricing Form Start
*********************************/
.pricing__section {
    padding-top: 130px;
}

.pricing__wrapper {
    background: rgba(255, 32, 78, 0.05);
    border-radius: 24px;
    padding: 95px 0 130px;
    max-width: 1660px;
    margin: auto;
}
@media screen and (max-width: 991px) {
    .pricing__wrapper {
        border-radius: 0;
        padding: 70px 0;
    }
}
@media screen and (max-width: 991px) {
    .pricing__wrapper {
        padding: 40px 0;
    }
}

.pricing__form {
    background: #fff;
    padding: 55px 24px;
    border-radius: 20px;
    -webkit-box-shadow: 10px 34px 65px rgba(40, 63, 90, 0.13);
    box-shadow: 10px 34px 65px rgba(40, 63, 90, 0.13);
}
@media screen and (max-width: 479px) {
    .pricing__form {
        padding: 30px 15px;
    }
}
.pricing__form .form__title {
    margin-bottom: 32px;
    text-align: center;
}
.pricing__form .form__title .title {
    font-family: var(--header-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.16px;
    color: #212529;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.pricing__form .form__title p,
.pricing__form .form__title .desc {
    font-family: var(--header-font);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.16px;
    font-weight: 400;
    color: #495057;
    margin: 16px 0 0;
}
.pricing__form form .input__group {
    margin-bottom: 20px;
}

.pricing__content {
    padding-left: 48px;
}
@media screen and (max-width: 991px) {
    .pricing__content {
        padding-left: 28px;
        margin-top: 40px;
    }
}
.pricing__content .content__list li {
    font-family: var(--header-font);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.16px;
    color: #495057;
    margin-bottom: 16px;
}
.pricing__content .content__list li:last-of-type {
    margin-bottom: 0px;
}
@media screen and (max-width: 479px) {
    .pricing__content .content__list li {
        font-size: 16px;
        line-height: 24px;
    }
}

/*********************************
/* Pricing Form End
*********************************/
/*********************************
/*  Testimonial Section Start
*********************************/
.testimonial__section {
    background-image: url("../images/testimonial/testimonial-bg.png");
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 130px 0;
}

.testimonial__item {
    position: relative;
    max-width: 850px;
    margin: auto;
    text-align: center;
}
@media screen and (max-width: 479px) {
    .testimonial__item {
        padding: 0px 10px;
    }
}
.testimonial__item .testimonial__avatar .avatar {
    height: 100px;
    width: 100px;
    border: 2px solid rgba(255, 32, 78, 0.2);
    border-radius: 50%;
    background: rgba(255, 32, 78, 0.05);
    -webkit-box-shadow: 0px 8px 16px rgba(40, 63, 90, 0.2);
    box-shadow: 0px 8px 16px rgba(40, 63, 90, 0.2);
    display: block;
    margin: 0 auto 33px;
}
@media screen and (max-width: 767px) {
    .testimonial__item .testimonial__avatar .avatar {
        height: 80px;
        width: 80px;
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 575px) {
    .testimonial__item .testimonial__avatar .avatar {
        height: 64px;
        width: 64px;
        margin-bottom: 24px;
    }
}
.testimonial__item .testimonial__avatar .avatar img {
    width: 100%;
    width: 100%;
    display: inline-block;
    border-radius: 50%;
}
.testimonial__item .testimonial__avatar .avatar__title {
    font-family: var(--header-font);
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: #212529;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
@media screen and (max-width: 767px) {
    .testimonial__item .testimonial__avatar .avatar__title {
        font-size: 20px;
        line-height: 24px;
    }
}
.testimonial__item .testimonial__avatar .avatar__title .quote {
    position: absolute;
    bottom: 5px;
    left: -70px;
}
@media screen and (max-width: 767px) {
    .testimonial__item .testimonial__avatar .avatar__title .quote {
        bottom: 0;
        left: -50px;
    }
}
@media screen and (max-width: 479px) {
    .testimonial__item .testimonial__avatar .avatar__title .quote {
        bottom: 100%;
        left: 0;
    }
}
@media screen and (max-width: 767px) {
    .testimonial__item .testimonial__avatar .avatar__title .quote svg {
        width: 40px;
    }
}
.testimonial__item .testimonial__avatar .avatar__title .quote svg path {
    fill: rgba(255, 32, 78, 0.2);
}
.testimonial__item .testimonial__content {
    font-family: var(--header-font);
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    color: #495057;
    margin-bottom: 0px;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .testimonial__item .testimonial__content {
        font-size: 16px;
        line-height: 28px;
    }
}
.testimonial__item .avatar__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 24px;
}
.testimonial__item .avatar__content .title {
    font-family: var(--header-font);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #212529;
    margin-bottom: 2px;
    text-transform: capitalize;
}
.testimonial__item .avatar__content .designation {
    font-family: var(--header-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #495057;
    text-transform: capitalize;
}

.testimonial__slider .swiper-wrapper {
    margin-bottom: 50px;
}
@media screen and (max-width: 575px) {
    .testimonial__slider .swiper-wrapper {
        margin-bottom: 40px;
    }
}

.testimonial__pagination .swiper-pagination-bullets {
    bottom: 0px;
    z-index: 99;
}
.testimonial__pagination .swiper-pagination-bullets .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    border-radius: 50px;
    background: transparent;
    border: 1.5px solid #ff204e;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.testimonial__pagination
    .swiper-pagination-bullets
    .swiper-pagination-bullet-active {
    width: 40px;
    background: #ff204e;
}

/*********************************
/*  Testimonial Section End
*********************************/
/*********************************
/* Contact Form Start
*********************************/
.contact__section {
    background: rgba(255, 32, 78, 0.05);
    padding: 122px 0 290px;
}
@media screen and (max-width: 991px) {
    .contact__section {
        padding-bottom: 250px !important;
    }
}
@media screen and (max-width: 575px) {
    .contact__section {
        padding-bottom: 40px !important;
    }
}

.contact__wrapper {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    -webkit-box-shadow: 10px 34px 65px rgba(40, 63, 90, 0.1);
    box-shadow: 10px 34px 65px rgba(40, 63, 90, 0.1);
}
@media screen and (max-width: 479px) {
    .contact__wrapper {
        background: transparent;
        padding: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.form__title {
    margin-bottom: 40px;
    text-align: center;
}
.form__title .title {
    font-family: var(--header-font);
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.16px;
    color: #212529;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.form__title p,
.form__title .desc {
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.16px;
    font-weight: 400;
    color: #495057;
    margin: 16px 0 0;
}

form .flex__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}
@media screen and (max-width: 479px) {
    form .flex__item {
        display: block;
    }
}
form .input__group {
    width: 100%;
    margin-bottom: 24px;
}
form .input__group label {
    font-family: var(--header-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
    color: #212529;
    margin-bottom: 4px;
    display: block;
}

form .input__group .select2-container .select2-selection--single,
form .input__group .form-control {
    font-family: var(--header-font);
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.16px;
    color: #495057;
    font-weight: 400;
    border-radius: 8px;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    height: 56px;
    display: block;
    padding: 17px 16px;
}
/* form .input__group .select2-container .select2-selection--single, */
form .input__group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ff204e;
}
form .input__group .select2-container .select2-selection--single,
form .input__group .form-control::-webkit-input-placeholder {
    color: #495057;
    text-transform: capitalize;
}
form .input__group .form-control::-moz-placeholder {
    color: #495057;
    text-transform: capitalize;
}
form .input__group .form-control:-ms-input-placeholder {
    color: #495057;
    text-transform: capitalize;
}
form .input__group .form-control::-ms-input-placeholder {
    color: #495057;
    text-transform: capitalize;
}
form .input__group .form-control::placeholder {
    color: #495057;
    text-transform: capitalize;
}
form .input__group .form-control:hover {
    border-color: #ff204e;
}
form .input__group .text__area {
    height: 168px;
    resize: none;
}
form .submit__btn {
    padding: 16px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 28px;
    margin-top: 16px;
    position: relative;
}
@media screen and (max-width: 767px) {
    form .submit__btn {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

form .submit__btn .spinner-border {
    border-width: 3px;
    position: relative;
    right: -10px;
    animation: 1.5s linear infinite spinner-border;
}
form .submit__btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: inherit;
    color: #495057;
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: rgba(255, 32, 78, 0.06);
    color: #7e7f92;
}
.select2-results__option,
.select2-container--default .select2-results__option--selected {
    background-color: #fff;
    color: #7e7f92;
}
.select2-search--dropdown {
    display: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e9ecef;
    outline: none;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 0;
    right: 5px;
    height: 23px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    display: none;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow::after {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: all 0.5 ease;
    transform-origin: center;
}

.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow::after {
    transform: rotate(180deg);
}

.select2-container {
    width: 100% !important;
}

.select2-dropdown {
    border-color: #ff204e;
}

.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--multiple {
    border-color: #ff204e;
}

#map {
    height: 100%;
    height: 620px;
    min-height: 300px;
    padding-right: 30px;
}
@media screen and (max-width: 991px) {
    #map {
        padding-right: 0;
    }
}
@media screen and (max-width: 767px) {
    #map {
        height: 400px;
        margin-top: 40px;
    }
}
#map iframe {
    height: 100%;
    width: 100%;
    border-radius: 12px;
}
#map iframe:focus {
    border: none;
    outline: none;
}

/*********************************
/* Contact Form End
*********************************/
/*********************************
/* Privacy Section Start
*********************************/
.privacy__content {
    background: rgba(255, 32, 78, 0.05);
    padding: 100px 200px;
    border-radius: 12px;
    margin: 80px 0;
}
@media screen and (max-width: 991px) {
    .privacy__content {
        padding: 80px 100px;
    }
}
@media screen and (max-width: 767px) {
    .privacy__content {
        padding: 50px;
    }
}
@media screen and (max-width: 575px) {
    .privacy__content {
        padding: 40px 15px;
        margin: 40px 0;
    }
}
.privacy__content-title {
    font-size: 38px;
    line-height: 50px;
    color: #212529;
    text-transform: capitalize;
    margin-bottom: 40px;
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    .privacy__content-title {
        font-size: 30px;
        line-height: 40px;
    }
}
@media screen and (max-width: 575px) {
    .privacy__content-title {
        font-size: 24px;
        line-height: 34px;
        margin: 20px 0;
    }
}
@media screen and (max-width: 400px) {
    .privacy__content-title {
        font-size: 23px;
    }
}
.privacy__content-title:first-of-type {
    margin-top: 0;
}
.privacy__content-subtitle {
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    color: #212529;
    text-transform: capitalize;
    margin-bottom: 15px;
    margin-top: 40px;
}
@media screen and (max-width: 575px) {
    .privacy__content-subtitle {
        font-size: 24px;
        line-height: 34px;
        margin-top: 20px;
    }
}
.privacy__content-list {
    margin: 24px 0;
    padding-left: 20px;
}
.privacy__content-list li {
    font-size: 18px;
    line-height: 28px;
    color: #495057;
    margin-bottom: 12px;
}
.privacy__content-list li:last-of-type {
    margin-bottom: 0;
}
.privacy__content p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.16px;
    margin-bottom: 0px;
    margin-top: 25px;
}
@media screen and (max-width: 767px) {
    .privacy__content p {
        font-size: 16px;
    }
}
.privacy__content p:last-of-type {
    margin-bottom: 0;
}

/*********************************
/* Privacy Section End
*********************************/
/*********************************
/* Tracking Section Start
*********************************/
.tracking__wrapper,
.tracking__item {
    background: rgba(255, 32, 78, 0.05);
    padding: 100px;
    border-radius: 12px;
    max-width: 800px;
    margin: auto;
}
@media screen and (max-width: 767px) {
    .tracking__wrapper,
    .tracking__item {
        padding: 50px;
    }
}
@media screen and (max-width: 575px) {
    .tracking__wrapper,
    .tracking__item {
        padding: 30px 15px;
    }
}
@media screen and (max-width: 479px) {
    .tracking__wrapper,
    .tracking__item {
        padding: 30px 10px;
    }
}
.tracking__item:last-child
    .tracking__inner:last-of-type
    .tracking__item-step:last-of-type
    .tracking__item-status-line {
    /* display: none; */
    height: 50px;
}
.tracking__date {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding: 4px 10px;
    background: #fff;
    color: #ff204e;
    border: 2px solid rgba(255, 32, 78, 0.3);
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 30px;
}
@media screen and (max-width: 400px) {
    .tracking__item .tracking__date {
        font-size: 15px;
    }
}
.tracking__item-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 80px;
    height: 100%;
    gap: 12px;
}
.tracking__item-status-dot {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #ff204e;
}
.tracking__item-status-line {
    display: block;
    margin: 0 auto;
    width: 2px;
    height: calc(100% + 50px);
    background: #ff204e;
    position: relative;
    top: -50px;
    z-index: -1;
}
.tracking__item-time {
    font-size: 14px;
    line-height: 18px;
    color: #ff204e;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
}
@media screen and (max-width: 400px) {
    .tracking__item-time {
        font-size: 12px;
    }
}
.tracking__item-title {
    font-size: 18px;
    line-height: 24px;
    color: #212529;
    margin-bottom: 0;
}
@media screen and (max-width: 400px) {
    .tracking__item-title {
        font-size: 15px;
    }
}
.tracking__item-desc {
    font-size: 14px;
    line-height: 18px;
    color: #ff204e;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
}
@media screen and (max-width: 400px) {
    .tracking__item-desc {
        font-size: 12px;
    }
}

/*********************************
/* Tracking Section End
*********************************/
/*********************************
/*  Footer Section Start
*********************************/
.footer__section {
    padding-top: 275px;
    background: #00224d;
    margin-top: -175px;
    position: relative;
}
@media screen and (max-width: 575px) {
    .footer__section {
        margin-top: 0;
        padding-top: 40px;
    }
}
@media screen and (max-width: 991px) {
    .footer__section .col {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .footer__section .col-lg-4 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

.footer__wrapper {
    padding-bottom: 47px;
}
.footer__wrapper .footer__widget .widget__title {
    font-family: var(--header-font);
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0.23px;
    color: #fff;
    margin-bottom: 31px;
}
.footer__wrapper .footer__widget .widget__wrap {
    background: #0e2c56;
    border: 1px solid rgba(70, 80, 88, 0.4);
    border-radius: 16px;
    padding: 32px 36px;
}
@media screen and (max-width: 767px) {
    .footer__wrapper .footer__widget .widget__wrap {
        padding: 30px 17px;
    }
}
.footer__wrapper .footer__widget .widget__list li {
    margin-bottom: 20px;
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.16px;
    color: rgba(255, 255, 255, 0.9);
}
.footer__wrapper .footer__widget .widget__list li a {
    color: currentColor;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.footer__wrapper .footer__widget .widget__list li a:hover {
    color: #ff204e;
}
.footer__wrapper .footer__widget .widget__list li:last-of-type {
    margin-bottom: 0;
}
.footer__wrapper .social__icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-top: 17px;
}
.footer__wrapper .social__icon a {
    height: 33px;
    width: 33px;
    background: rgba(93, 93, 93, 0.3294117647);
    color: #adafb0;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 33px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.footer__wrapper .social__icon a:hover {
    background: #5c6063;
    color: #fff;
}

.footer__slogun {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    color: #ebf5f2;
    margin-bottom: 60px;
}
@media screen and (max-width: 575px) {
    .footer__slogun {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 40px;
    }
}

.footer__link {
    position: relative;
    gap: 12px;
    margin-bottom: 16px;
}
.footer__link:last-of-type {
    margin-bottom: 0px;
}
.footer__link .icon {
    height: 40px;
    width: 40px;
    background: #0e2c56;
    border: 1px solid rgba(70, 80, 88, 0.4);
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer__link .icon img {
    width: 19px;
}
.footer__link a {
    font-family: var(--header-font);
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-underline-offset: 2px;
}
.footer__link a:hover {
    text-decoration: underline;
}

.footer__bottom {
    border-top: 1px solid rgba(70, 80, 88, 0.4);
    border-bottom: 1px solid rgba(70, 80, 88, 0.4);
    padding: 15px 0;
}
.footer__bottom .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}
@media screen and (max-width: 767px) {
    .footer__bottom .footer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.footer__bottom .footer__logo {
    max-width: 160px;
}
.footer__bottom .footer__apps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.footer__bottom .footer__apps img {
    width: auto;
    height: auto;
    display: block;
    max-width: 172px;
}
@media screen and (max-width: 767px) {
    .footer__bottom .footer__apps img {
        max-width: 130px;
    }
}

.footer__copyright {
    padding: 20px 0;
}
.footer__copyright .copyright p {
    font-family: var(--header-font);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.15px;
    color: #e9ecef;
    margin-bottom: 0;
}

/*********************************
/*  Footer Section End
*********************************/

/*********************************
/*  Marchant Modal Start
*********************************/
/* .modal {
  display: block !important;
}
.fade:not(.show) {
  opacity: 1 !important;
} */

.modal__wrapper {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    padding: 50px 20px;
    text-align: center;
    position: relative;
}

.marchant__modal .modal-dialog {
    max-width: 900px;
    padding: 0 15px;
    margin: auto;
}

.modal__thumb {
    max-width: 300px;
    width: 100%;
    height: 100%;
}

.marchant__modal .modal-header {
    width: 100%;
    border: none;
}

.marchant__modal .modal-header h3 {
    font-size: 32px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 0;
}

.marchant__modal .modal-header a:hover {
    color: #ff204e;
}

.marchant__modal .modal-body {
    max-height: 300px;
    overflow: auto;
}

.marchant__modal .modal-content {
    border: none;
    border-left: 1px solid #f3f3f3;
    border-radius: 0;
    padding: 0 15px;
    background: transparent;
    /* text-align: justify; */
}

.marchant__modal .close {
    border: 1px solid #ff204e;
    border-radius: 50%;
    outline: none;
    background: #ff204e;
    color: #ffffff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all 300ms ease-in-out;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 999999;
    pointer-events: all;
}

.marchant__modal .close:focus {
    outline: none;
    box-shadow: none;
}
.marchant__modal .close:hover {
    background: #ff204e;
    border-color: #ff204e;
    color: #fff;
    outline: none;
    box-shadow: none;
    transform: scale(1.1);
}

@media (max-width: 767px) {
    .modal__wrapper {
        flex-direction: column;
        gap: 20px;
        padding: 30px 20px;
    }
    .modal__thumb {
        max-width: 280px;
        margin: auto;
        border-bottom: 1px solid #f3f3f3;
    }
    .marchant__modal .modal-content {
        border: none;
        padding: 0;
    }
    .marchant__modal .modal-header h3 {
        font-size: 26px;
        line-height: 30px;
    }
}

@media (max-width: 479px) {
    .modal__thumb {
        display: none;
    }
    .modal__wrapper {
        padding: 50px 20px;
    }
}

/*********************************
  /*  Marchant Modal End
  *********************************/

/*********************************
/*  Toast Css Start
*********************************/
#toast-container .toast {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    border-radius: 10px;
    background-position: 15px center;
    background-repeat: no-repeat;
    box-shadow: none;
    border: 1px solid #41cc68;
    color: #556068;
    opacity: 1;
    font-size: 15px;
    font-weight: 500;
}

#toast-container .toast::before {
    content: "\58";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 15px;
    color: #556068;
    font-size: 12px;
}

.toast-message {
    word-wrap: break-word;
    padding-left: 15px;
    text-transform: capitalize;
}

.toast-success {
    background-color: #eaf7ee !important;
    border-color: #c0e5c9 !important;
}

.toast-warning {
    background-color: #fef7ea !important;
    border: 1px solid #fae5c3 !important;
}
.toast-danger {
    background-color: #fcede9 !important;
    border: 1px solid #f4cdc3 !important;
}
.toast-error {
    background-color: #fcede9 !important;
    border: 1px solid #f4cdc3 !important;
}
.toast-info {
    background-color: #e5effa !important;
    border: 1px solid #c3dcf2 !important;
}

#toast-container > .toast-success,
#toast-container > .toast-warning,
#toast-container > .toast-danger,
#toast-container > .toast-error,
#toast-container > .toast-info {
    /* background-image: none; */
    /* background-color: red; */
}

#toast-container > .toast-success::after,
.toast.toast-warning::after,
.toast.toast-danger::after,
.toast.toast-error::after,
.toast.toast-info::after {
    position: absolute;
    top: 8px;
    left: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 12px;
    font-size: 20px;
    line-height: 10px;
}

#toast-container > .toast-success::after {
    content: "\f00c";
    background: #41cc68;
}

.toast.toast-warning::after {
    content: "\f071";
    background: #ee9500;
}

.toast.toast-danger::after {
    content: "\f071";
    background: #ec4e2a;
}

.toast.toast-error::after {
    content: "\f071";
    background: #ec4e2a;
}

.toast.toast-info::after {
    content: "\f129";
    background: #0268dc;
}

#toast-container .toast:hover {
    box-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
}
/*********************************
/*  Toast Css End
*********************************/

::-webkit-scrollbar-thumb{
background-color:#fb3a00  !important;
}
.header__topbar,.btn-primary:hover,.footer__section,.bg-color,.featureBox {
background: #18227c !important;
}
.featureBox__icon,.footer__wrapper .footer__widget .widget__wrap,.footer__link .icon{
background: #20297d  !important;
}

.eventBox:hover .eventBox__content .title a, .serviceBox:hover .serviceBox__content .title a,
.main__header .header__wrapper .header__menu .main__menu li:hover a,
.main__header .header__wrapper .header__menu .main__menu li.active a,
.solid__btn:hover, .footer__wrapper .footer__widget .widget__list li a:hover,
.section__title .subtitle, .section__title .subtitle{
color: #f36621 !important;
}

.btn-primary, .testimonial__pagination .swiper-pagination-bullets .swiper-pagination-bullet, .section__title.v2 .subtitle::after, .ctaBox__wrapper.v2 .btn:hover{
background : #f36621 !important;
}

form .input__group .form-control:hover,form .input__group .form-control:focus,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-dropdown,.serviceBox:hover, .eventBox:hover{
border-color : #f36621 !important;
}

.counterItem .counterIcon svg path{
fill : #f36621 !important;
}

.header__topbar .header__link .icon {
border: 1px solid #fb3a00 !important;
background: #f36621 !important;
}

.ctaBox__wrapper,.ctaBox__wrapper.v2 .btn{
background: #ff4a14 !important;
}

.testimonial__item .testimonial__avatar .avatar__title .quote svg path{
fill: #f3662133 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
background-color: #f3662133 !important;
}

.about__wrapper,.pricing__wrapper,.contact__section,.breadcrumb__area{
background: #f366211c !important;
}

.aboutIcon__box .icon{
border-color: #ff540147 !important;
}