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

    Project Name: Edubost - University and College HTML Template
    Author: XpressBuddy -->> (https://themeforest.net/user/xpressbuddy)
    Support: support@xpressbuddy.com
    Description: University and College HTML Template
    Developer: Mohammad Wasim Mia -> contact@xpressbuddy.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

	01. Theme default CSS
    02. header
    03. global
    04. hero
    05. feature
    06. about
    07. service
    08. team
    09. testimonial
    10. contact
    11. blog
    12. bramd
    13. pricing
    14. project
    15. cta
    16. fanfact
    17. marquee
    18. process
    19. banner
    20. portfolio
    21. accordion
    22. mission
    23. career
    24. shop
    25. breadcrumb
    26. sidebar
    27. backtotop
    28. sec-title
    29. search
    30. mobile-menu
    31. 404
    32. preloader
    

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

@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
:root {
    --font-body: "DM Sans", sans-serif;
    --font-heading: "Playfair Display", serif;
    --font-caveat: "Caveat", cursive;
    --color-primary: #fdb714;
    --color-secondary: #60060f;
    --color-heading: #170006;
    --color-violet: #781921;
    --color-default: #5c5c54;
    --color-default-two: #606056;
    --color-sec-bg: #f1f1e9;
    --color-gray: #bbb6b7;
    --color-pink: #ffeff1;
    --color-dark: #0F172A;
    --color-white: #fff;
    --color-black: #000;
    --color-body: #fff;
}

/* reset css start */

:root {
    scroll-behavior: auto;
}

html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-weight: 500;
    position: relative;
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 28px;
    color: var(--color-default);
    background-color: var(--color-body);
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    margin: 0px;
    padding: 0px;
}

button {
    cursor: pointer;
}

*:focus {
    outline: none;
}

button {
    border: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

button:focus {
    outline: none;
}

a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a:hover {
    color: currentColor;
}

select {
    height: 55px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/icon/select-arrow.png);
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat;
    padding-right: 20px;
    background-color: transparent;
    border: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
form select,
textarea {
    width: 100%;
    height: 75px;
    border-radius: 0;
    background-color: #F3F4F5;
    padding: 24px 20px;
    border: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-black);
    font-weight: 500;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
form select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #888686;
    opacity: 1;
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
form select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #888686;
    opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
form select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #888686;
    opacity: 1;
}

input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
form select:-moz-placeholder,
textarea:-moz-placeholder {
    color: #888686;
    opacity: 1;
}

textarea {
    height: 100px;
}

button {
    border: 0;
}

table {
    width: 100%;
}

p,
li,
span {
    margin-bottom: 0;
}

/* reset css end */

/* global css start */

.nice-select {
    background-color: transparent;
    height: 75px;
    line-height: 73px;
    min-height: 70px;
    padding: 0 20px;
    width: 100%;
    padding: 0 46px;
    margin-bottom: 20px;
    background-color: #F3F4F5;
    border: 0;
    font-size: 16px;
}

.nice-select::after {
    border-bottom: 1.9px solid #B1B4BA;
    border-right: 1.9px solid #B1B4BA;
    height: 6px;
    right: 20px;
    width: 6px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #F3F4F5;
}

.nice-select .list {
    width: 100%;
}

.nice-select .list li {
    margin-right: 0 !important;
}

.nice-select .list .option {
    color: var(--color-dark);
    font-weight: 500;
}

.nice-select .list .option.selected {
    font-weight: 600;
}

.nice-select .list .option.selected,
.nice-select .list .option:hover {
    border: none !important;
}

/* global css end */

.body_wrap {
    position: relative;
    overflow: hidden;
}

.bg_img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.footer-bg {
    background-color: #04060A;
}

.black-bg {
    background: var(--color-black);
}

.gray-bg {
    background-color: var(--color-gray);
}

.dark-bg {
    background-color: var(--color-dark);
}

.clr-white {
    color: var(--color-white);
}

.pos-rel {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.f-right {
    float: right;
}

.border-effect a,
.border-effect-2 a {
    display: inline !important;
    width: 100%;
    background-repeat: no-repeat;
    background-position-y: -2px;
    background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-size: 0 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.border-effect a:hover,
.border-effect-2 a:hover {
    background-size: 100% 100%;
    color: inherit;
}

.border-effect-2 a {
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
}

.btn-video {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #063368;
    position: relative;
    background-color: var(--color-white);
}

@media (max-width: 767px) {
    .btn-video {
        width: 70px;
        height: 70px;
        font-size: 18px;
    }
}

.btn-video:hover {
    color: var(--color-primary);
}

.btn-video::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--color-white);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    z-index: -2;
}

.btn-video-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.border_effect a {
    display: inline !important;
    width: 100%;
    background-repeat: no-repeat;
    background-position-y: -2px;
    background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-size: 0 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.border_effect a:hover {
    background-size: 100% 100%;
    color: inherit;
}

@media (max-width: 991px) {
    .tx-col-md-6 {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .tx-col-md-6 {
        width: 100%;
    }
}

.xb-close {
    background: rgba(0, 0, 0, 0.04);
    border: 9px solid transparent;
    color: #777;
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.xb-close::before,
.xb-close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #1b1b1b;
}

.xb-close::before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.xb-close::after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.xb-close:hover::before,
.xb-close:hover::after {
    -webkit-transform: rotate(0);
    -khtml-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

/* order & unorder list reset - start */

.ul_li,
.ul_li_right,
.ul_li_center,
.ul_li_between {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ul_li>li,
.ul_li_right>li,
.ul_li_center>li,
.ul_li_between>li {
    float: left;
    list-style: none;
    display: inline-block;
}

.ul_li {
    justify-content: flex-start;
}

.ul_li_center {
    justify-content: center;
}

.ul_li_right {
    justify-content: flex-end;
}

.ul_li_between {
    justify-content: space-between;
}

.ul_li_block {
    margin: 0px;
    padding: 0px;
    display: block;
}

.ul_li_block>li {
    display: block;
    list-style: none;
}

.flex-1 {
    flex: 1;
}

.color-black {
    color: var(--color-black);
}

.pagination_wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -5px;
    list-style: none;
}

.pagination_wrap ul li {
    padding: 5px;
}

.pagination_wrap ul li a {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #0F172A;
    background-color: var(--color-white);
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 1;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

@media (max-width: 767px) {
    .pagination_wrap ul li a {
        height: 40px;
        width: 40px;
        font-size: 15px;
    }
}

.pagination_wrap ul li a.current_page,
.pagination_wrap ul li a:hover {
    background-color: var(--color-primary);
}

.mr-none-60 {
    margin-right: -60px;
}

.ml-none-60 {
    margin-left: -60px;
}

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

.xb-odm {
    overflow: hidden;
}

/*--
    - Margin & Padding
-----------------------------------------*/

/*-- Margin Top --*/

.mt-none-5 {
    margin-top: -5px;
}

.mt-none-10 {
    margin-top: -10px;
}

.mt-none-15 {
    margin-top: -15px;
}

.mt-none-20 {
    margin-top: -20px;
}

.mt-none-25 {
    margin-top: -25px;
}

.mt-none-30 {
    margin-top: -30px;
}

.mt-none-35 {
    margin-top: -35px;
}

.mt-none-40 {
    margin-top: -40px;
}

.mt-none-45 {
    margin-top: -45px;
}

.mt-none-50 {
    margin-top: -50px;
}

.mt-none-55 {
    margin-top: -55px;
}

.mt-none-60 {
    margin-top: -60px;
}

.mt-none-65 {
    margin-top: -65px;
}

.mt-none-70 {
    margin-top: -70px;
}

.mt-none-75 {
    margin-top: -75px;
}

.mt-none-80 {
    margin-top: -80px;
}

.mt-none-85 {
    margin-top: -85px;
}

.mt-none-90 {
    margin-top: -90px;
}

.mt-none-95 {
    margin-top: -95px;
}

.mt-none-100 {
    margin-top: -100px;
}

/*-- Margin Top --*/

.mt-5 {
    margin-top: 5px;
}

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

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

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

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

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

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

.mt-55 {
    margin-top: 55px;
}

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

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

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

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

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-165 {
    margin-top: 165px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-175 {
    margin-top: 175px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-185 {
    margin-top: 185px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-195 {
    margin-top: 195px;
}

.mt-200 {
    margin-top: 200px;
}

/*-- Margin Bottom --*/

.mb-5 {
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

.mb-45 {
    margin-bottom: 45px;
}

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

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-200 {
    margin-bottom: 200px;
}

/*-- Margin Left --*/

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-65 {
    margin-left: 65px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-75 {
    margin-left: 75px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-85 {
    margin-left: 85px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-95 {
    margin-left: 95px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-105 {
    margin-left: 105px;
}

.ml-110 {
    margin-left: 110px;
}

.ml-115 {
    margin-left: 115px;
}

.ml-120 {
    margin-left: 120px;
}

.ml-125 {
    margin-left: 125px;
}

.ml-130 {
    margin-left: 130px;
}

.ml-135 {
    margin-left: 135px;
}

.ml-140 {
    margin-left: 140px;
}

.ml-145 {
    margin-left: 145px;
}

.ml-150 {
    margin-left: 150px;
}

.ml-155 {
    margin-left: 155px;
}

.ml-160 {
    margin-left: 160px;
}

.ml-165 {
    margin-left: 165px;
}

.ml-170 {
    margin-left: 170px;
}

.ml-175 {
    margin-left: 175px;
}

.ml-180 {
    margin-left: 180px;
}

.ml-185 {
    margin-left: 185px;
}

.ml-190 {
    margin-left: 190px;
}

.ml-195 {
    margin-left: 195px;
}

.ml-200 {
    margin-left: 200px;
}

/*-- Margin Right --*/

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-55 {
    margin-right: 55px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-65 {
    margin-right: 65px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-75 {
    margin-right: 75px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-85 {
    margin-right: 85px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-95 {
    margin-right: 95px;
}

.mr-100 {
    margin-right: 100px;
}

.mr-105 {
    margin-right: 105px;
}

.mr-110 {
    margin-right: 110px;
}

.mr-115 {
    margin-right: 115px;
}

.mr-120 {
    margin-right: 120px;
}

.mr-125 {
    margin-right: 125px;
}

.mr-130 {
    margin-right: 130px;
}

.mr-135 {
    margin-right: 135px;
}

.mr-140 {
    margin-right: 140px;
}

.mr-145 {
    margin-right: 145px;
}

.mr-150 {
    margin-right: 150px;
}

.mr-155 {
    margin-right: 155px;
}

.mr-160 {
    margin-right: 160px;
}

.mr-165 {
    margin-right: 165px;
}

.mr-170 {
    margin-right: 170px;
}

.mr-175 {
    margin-right: 175px;
}

.mr-180 {
    margin-right: 180px;
}

.mr-185 {
    margin-right: 185px;
}

.mr-190 {
    margin-right: 190px;
}

.mr-195 {
    margin-right: 195px;
}

.mr-200 {
    margin-right: 200px;
}

/*-- Padding Top --*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Padding Bottom --*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Padding Left --*/

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-85 {
    padding-left: 85px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-95 {
    padding-left: 95px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-105 {
    padding-left: 105px;
}

.pl-110 {
    padding-left: 110px;
}

.pl-115 {
    padding-left: 115px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-125 {
    padding-left: 125px;
}

.pl-130 {
    padding-left: 130px;
}

.pl-135 {
    padding-left: 135px;
}

.pl-140 {
    padding-left: 140px;
}

.pl-145 {
    padding-left: 145px;
}

.pl-150 {
    padding-left: 150px;
}

.pl-155 {
    padding-left: 155px;
}

.pl-160 {
    padding-left: 160px;
}

.pl-165 {
    padding-left: 165px;
}

.pl-170 {
    padding-left: 170px;
}

.pl-175 {
    padding-left: 175px;
}

.pl-180 {
    padding-left: 180px;
}

.pl-185 {
    padding-left: 185px;
}

.pl-190 {
    padding-left: 190px;
}

.pl-195 {
    padding-left: 195px;
}

.pl-200 {
    padding-left: 200px;
}

/*-- Padding Right --*/

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-85 {
    padding-right: 85px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-95 {
    padding-right: 95px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-105 {
    padding-right: 105px;
}

.pr-110 {
    padding-right: 110px;
}

.pr-115 {
    padding-right: 115px;
}

.pr-120 {
    padding-right: 120px;
}

.pr-125 {
    padding-right: 125px;
}

.pr-130 {
    padding-right: 130px;
}

.pr-135 {
    padding-right: 135px;
}

.pr-140 {
    padding-right: 140px;
}

.pr-145 {
    padding-right: 145px;
}

.pr-150 {
    padding-right: 150px;
}

.pr-155 {
    padding-right: 155px;
}

.pr-160 {
    padding-right: 160px;
}

.pr-165 {
    padding-right: 165px;
}

.pr-170 {
    padding-right: 170px;
}

.pr-175 {
    padding-right: 175px;
}

.pr-180 {
    padding-right: 180px;
}

.pr-185 {
    padding-right: 185px;
}

.pr-190 {
    padding-right: 190px;
}

.pr-195 {
    padding-right: 195px;
}

.pr-200 {
    padding-right: 200px;
}

/* typography css start */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1.3;
    color: var(--color-heading);
    font-weight: 600;
    font-family: var(--font-heading);
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

/* typography css end */

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes rotatedHalfTwo {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes rotatedHalfTwo {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@-webkit-keyframes scale-upOne {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }
}

@keyframes scale-upOne {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }
}

@-webkit-keyframes scale-right {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    50% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@keyframes scale-right {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    50% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0.7;
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0.7;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0.7;
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0.7;
    }
}

@keyframes hvr-ripple-out {
    0% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    100% {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
    }
}

@keyframes hvr-ripple-out-two {
    0% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    100% {
        top: -18px;
        right: -18px;
        bottom: -18px;
        left: -18px;
        opacity: 0;
    }
}

@-webkit-keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes scale-up-two {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes scale-up-two {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@-webkit-keyframes scale-up-three {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    40% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
    100% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@keyframes scale-up-three {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    40% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
    100% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg);
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        -moz-transform: translate(73px, -1px) rotate(36deg);
        -ms-transform: translate(73px, -1px) rotate(36deg);
        -o-transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        transform: translate(141px, -20px) rotate(72deg);
        -webkit-transform: translate(141px, -20px) rotate(72deg);
        -moz-transform: translate(141px, -20px) rotate(72deg);
        -ms-transform: translate(141px, -20px) rotate(72deg);
        -o-transform: translate(141px, -20px) rotate(72deg);
    }
    60% {
        transform: translate(83px, -60px) rotate(108deg);
        -webkit-transform: translate(83px, -60px) rotate(108deg);
        -moz-transform: translate(83px, -60px) rotate(108deg);
        -ms-transform: translate(83px, -60px) rotate(108deg);
        -o-transform: translate(83px, -60px) rotate(108deg);
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg);
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        -moz-transform: translate(-40px, 72px) rotate(144deg);
        -ms-transform: translate(-40px, 72px) rotate(144deg);
        -o-transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg);
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animationFramesTwo {
    0% {
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg) scale(1);
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}

@keyframes animationFramesThree {
    0% {
        transform: translate(165px, -30px);
        -webkit-transform: translate(165px, -30px);
        -moz-transform: translate(165px, -30px);
        -ms-transform: translate(165px, -30px);
        -o-transform: translate(165px, -30px);
    }
    100% {
        transform: translate(-60px, 80px);
        -webkit-transform: translate(-60px, 80px);
        -moz-transform: translate(-60px, 80px);
        -ms-transform: translate(-60px, 80px);
        -o-transform: translate(-60px, 80px);
    }
}

@-webkit-keyframes animationFramesThree {
    0% {
        transform: translate(165px, -30px);
        -webkit-transform: translate(165px, -30px);
        -moz-transform: translate(165px, -30px);
        -ms-transform: translate(165px, -30px);
        -o-transform: translate(165px, -30px);
    }
    100% {
        transform: translate(-60px, 80px);
        -webkit-transform: translate(-60px, 80px);
        -moz-transform: translate(-60px, 80px);
        -ms-transform: translate(-60px, 80px);
        -o-transform: translate(-60px, 80px);
    }
}

@keyframes animationFramesFour {
    0% {
        transform: translate(0px, 60px) rotate(0deg);
        -webkit-transform: translate(0px, 60px) rotate(0deg);
        -moz-transform: translate(0px, 60px) rotate(0deg);
        -ms-transform: translate(0px, 60px) rotate(0deg);
        -o-transform: translate(0px, 60px) rotate(0deg);
    }
    100% {
        transform: translate(-100px, -100px) rotate(180deg);
        -webkit-transform: translate(-100px, -100px) rotate(180deg);
        -moz-transform: translate(-100px, -100px) rotate(180deg);
        -ms-transform: translate(-100px, -100px) rotate(180deg);
        -o-transform: translate(-100px, -100px) rotate(180deg);
    }
}

@-webkit-keyframes animationFramesFour {
    0% {
        transform: translate(0px, 60px) rotate(0deg);
        -webkit-transform: translate(0px, 60px) rotate(0deg);
        -moz-transform: translate(0px, 60px) rotate(0deg);
        -ms-transform: translate(0px, 60px) rotate(0deg);
        -o-transform: translate(0px, 60px) rotate(0deg);
    }
    100% {
        transform: translate(-100px, -100px) rotate(180deg);
        -webkit-transform: translate(-100px, -100px) rotate(180deg);
        -moz-transform: translate(-100px, -100px) rotate(180deg);
        -ms-transform: translate(-100px, -100px) rotate(180deg);
        -o-transform: translate(-100px, -100px) rotate(180deg);
    }
}

@keyframes animationFramesFive {
    0% {
        transform: translate(0, 0) rotate(0deg);
        -webkit-transform: translate(0, 0) rotate(0deg);
        -moz-transform: translate(0, 0) rotate(0deg);
        -ms-transform: translate(0, 0) rotate(0deg);
        -o-transform: translate(0, 0) rotate(0deg);
    }
    21% {
        transform: translate(4px, -20px) rotate(38deg);
        -webkit-transform: translate(4px, -20px) rotate(38deg);
        -moz-transform: translate(4px, -20px) rotate(38deg);
        -ms-transform: translate(4px, -20px) rotate(38deg);
        -o-transform: translate(4px, -20px) rotate(38deg);
    }
    41% {
        transform: translate(-50px, -60px) rotate(74deg);
        -webkit-transform: translate(-50px, -60px) rotate(74deg);
        -moz-transform: translate(-50px, -60px) rotate(74deg);
        -ms-transform: translate(-50px, -60px) rotate(74deg);
        -o-transform: translate(-50px, -60px) rotate(74deg);
    }
    60% {
        transform: translate(-20px, -30px) rotate(108deg);
        -webkit-transform: translate(-20px, -30px) rotate(108deg);
        -moz-transform: translate(-20px, -30px) rotate(108deg);
        -ms-transform: translate(-20px, -30px) rotate(108deg);
        -o-transform: translate(-20px, -30px) rotate(108deg);
    }
    80% {
        transform: translate(-195px, -49px) rotate(144deg);
        -webkit-transform: translate(-195px, -49px) rotate(144deg);
        -moz-transform: translate(-195px, -49px) rotate(144deg);
        -ms-transform: translate(-195px, -49px) rotate(144deg);
        -o-transform: translate(-195px, -49px) rotate(144deg);
    }
    100% {
        transform: translate(-1px, 0px) rotate(180deg);
        -webkit-transform: translate(-1px, 0px) rotate(180deg);
        -moz-transform: translate(-1px, 0px) rotate(180deg);
        -ms-transform: translate(-1px, 0px) rotate(180deg);
        -o-transform: translate(-1px, 0px) rotate(180deg);
    }
}

@-webkit-keyframes animationFramesFive {
    0% {
        transform: translate(0, 0) rotate(0deg);
        -webkit-transform: translate(0, 0) rotate(0deg);
        -moz-transform: translate(0, 0) rotate(0deg);
        -ms-transform: translate(0, 0) rotate(0deg);
        -o-transform: translate(0, 0) rotate(0deg);
    }
    21% {
        transform: translate(4px, -20px) rotate(38deg);
        -webkit-transform: translate(4px, -20px) rotate(38deg);
        -moz-transform: translate(4px, -20px) rotate(38deg);
        -ms-transform: translate(4px, -20px) rotate(38deg);
        -o-transform: translate(4px, -20px) rotate(38deg);
    }
    41% {
        transform: translate(-50px, -60px) rotate(74deg);
        -webkit-transform: translate(-50px, -60px) rotate(74deg);
        -moz-transform: translate(-50px, -60px) rotate(74deg);
        -ms-transform: translate(-50px, -60px) rotate(74deg);
        -o-transform: translate(-50px, -60px) rotate(74deg);
    }
    60% {
        transform: translate(-20px, -30px) rotate(108deg);
        -webkit-transform: translate(-20px, -30px) rotate(108deg);
        -moz-transform: translate(-20px, -30px) rotate(108deg);
        -ms-transform: translate(-20px, -30px) rotate(108deg);
        -o-transform: translate(-20px, -30px) rotate(108deg);
    }
    80% {
        transform: translate(-195px, -49px) rotate(144deg);
        -webkit-transform: translate(-195px, -49px) rotate(144deg);
        -moz-transform: translate(-195px, -49px) rotate(144deg);
        -ms-transform: translate(-195px, -49px) rotate(144deg);
        -o-transform: translate(-195px, -49px) rotate(144deg);
    }
    100% {
        transform: translate(-1px, 0px) rotate(180deg);
        -webkit-transform: translate(-1px, 0px) rotate(180deg);
        -moz-transform: translate(-1px, 0px) rotate(180deg);
        -ms-transform: translate(-1px, 0px) rotate(180deg);
        -o-transform: translate(-1px, 0px) rotate(180deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes zoominup {
    0% {
        transform: scale(1.2);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

@-webkit-keyframes updown {
    0% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }
    50% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
    }
    100% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }
}

@-webkit-keyframes updown-2 {
    0% {
        transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
    }
    50% {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
    }
    100% {
        transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
    }
}

@keyframes ltr {
    0% {
        width: 0;
    }
    15% {
        width: 95%;
    }
    85% {
        opacity: 1;
    }
    90% {
        width: 95%;
        opacity: 0;
    }
    to {
        width: 0;
        opacity: 0;
    }
}

/*circleAnimation*/

@-webkit-keyframes circleAnimation {
    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    34% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }
    50% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}

@-webkit-keyframes icon-bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes icon-bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes lr-animation {
    0% {
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes tb-animation {
    0% {
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes xb_up_down {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

.slide-up-down {
    animation: xb_up_down 1s ease infinite alternate;
}

@keyframes xb_ltr {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateX(-20px);
    }
}

.slide-ltr {
    animation: xb_ltr 1s ease infinite alternate;
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: rotate(7deg);
        -ms-transform: rotate(7deg);
        transform: rotate(7deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(7deg);
        -ms-transform: rotate(7deg);
        transform: rotate(7deg);
    }
}

@keyframes shake {
    0% {
        -webkit-transform: rotate(7deg);
        -ms-transform: rotate(7deg);
        transform: rotate(7deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(7deg);
        -ms-transform: rotate(7deg);
        transform: rotate(7deg);
    }
}

@-webkit-keyframes down {
    0% {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }
    50% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }
}

@keyframes down {
    0% {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }
    50% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }
}

@keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-filter: alpha(opacity=50);
    }
    80% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
    100% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }
}

@-webkit-keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    80% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }
    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(3.5);
        -moz-transform: scale(3.5);
        -ms-transform: scale(3.5);
        -o-transform: scale(3.5);
    }
}

@-moz-keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    80% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }
    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(3.5);
        -moz-transform: scale(3.5);
        -ms-transform: scale(3.5);
        -o-transform: scale(3.5);
    }
}

@keyframes blink {
    from,
    to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    from,
    to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    from,
    to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@-ms-keyframes blink {
    from,
    to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@-o-keyframes blink {
    from,
    to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 0.67;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 0.67;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

@keyframes pulse-border-big {
    0% {
        transform: scale(1);
        opacity: 0.67;
    }
    100% {
        transform: scale(3);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border-big {
    0% {
        transform: scale(1);
        opacity: 0.67;
    }
    100% {
        transform: scale(3);
        opacity: 0;
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-5deg);
        transform: scale(0.9) rotate(-5deg);
    }
    50%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(5deg);
        transform: scale(1.1) rotate(5deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-5deg);
        transform: scale(1.1) rotate(-5deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-5deg);
        -ms-transform: scale(0.9) rotate(-5deg);
        transform: scale(0.9) rotate(-5deg);
    }
    50%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(5deg);
        -ms-transform: scale(1.1) rotate(5deg);
        transform: scale(1.1) rotate(5deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-5deg);
        -ms-transform: scale(1.1) rotate(-5deg);
        transform: scale(1.1) rotate(-5deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.wow.skewIn.animated {
    -webkit-animation-name: xbSkewIn;
    animation-name: xbSkewIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-timing-function: cubic-bezier(0.67, 0.04, 0.3, 0.91);
    animation-timing-function: cubic-bezier(0.67, 0.04, 0.3, 0.91);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@-webkit-keyframes xbSkewIn {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes xbSkewIn {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.skewInImg {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
}

.skewInImg img {
    transform-origin: 50% 50%;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    max-width: 100%;
    height: auto;
    transform: scale(1.5) translate(100px, 0px);
}

.skewInImg.animated {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.skewInImg.animated img {
    transform: scale(1) translate(0px, 0px);
}

[data-aos=fade-up] {
    transform: translateY(50px);
}

[data-aos=fade-down] {
    transform: translateY(-50px);
}

[data-aos=fade-right] {
    transform: translate(-50px);
}

[data-aos=fade-left] {
    transform: translate(50px);
}

[data-aos=fade-up-right] {
    transform: translate(-50px, 50px);
}

[data-aos=fade-up-left] {
    transform: translate(50px, 50px);
}

[data-aos=fade-down-right] {
    transform: translate(-50px, -50px);
}

[data-aos=fade-down-left] {
    transform: translate(50px, -50px);
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: cubic-bezier(0.18, 0.57, 0.25, 0.97);
}

@-webkit-keyframes xb-danceTop {
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg);
    }
    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg);
    }
    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg);
    }
    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg);
    }
    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg);
    }
}

@keyframes xb-danceTop {
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg);
    }
    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg);
    }
    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg);
    }
    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg);
    }
    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg);
    }
}

@keyframes xbzoominzoomup {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(0.8);
    }
}

.marquee-first {
    -webkit-animation: marquee 25s linear infinite;
    animation: marquee 30s linear infinite;
}

@-webkit-keyframes marquee {
    from {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes marquee {
    from {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.marquee-2 {
    -webkit-animation: marquee2 25s linear infinite;
    animation: marquee2 25s linear infinite;
}

@-webkit-keyframes marquee2 {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@keyframes marquee2 {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

/*--
    - Overlay
------------------------------------------*/

[data-overlay] {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

[data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
}

/*-- Overlay Color --*/

[data-overlay="light"]::before {
    background-color: var(--color-white);
}

[data-overlay="dark"]::before {
    background-color: var(--color-black);
}

/*-- Overlay Opacity --*/

[data-opacity="1"]::before {
    opacity: 0.1;
}

[data-opacity="2"]::before {
    opacity: 0.2;
}

[data-opacity="3"]::before {
    opacity: 0.3;
}

[data-opacity="4"]::before {
    opacity: 0.4;
}

[data-opacity="5"]::before {
    opacity: 0.5;
}

[data-opacity="6"]::before {
    opacity: 0.6;
}

[data-opacity="7"]::before {
    opacity: 0.7;
}

[data-opacity="8"]::before {
    opacity: 0.8;
}

[data-opacity="9"]::before {
    opacity: 0.9;
}

.header-top_wrap {
    background: #063368;
}

.header-top {
    background: #034da2;
    padding-left: 15px;
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .header-top {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.header-top p {
    font-weight: 600;
    font-size: 13px;
    line-height: 30px;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 3px;
    color: var(--color-white);
}

.header-top p span {
    font-weight: 700;
    font-size: 16px;
}

.header-top .xb-info ul li {
    margin-left: 3px;
    padding: 10px 0;
    color: var(--color-white);
}

@media (max-width: 767px) {
    .header-top .xb-info ul li {
        padding: 0;
    }
}

.header-top .xb-info ul li:nth-child(1) {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-left: 0;
    margin-right: 7px;
}

.header-top .xb-info ul li a {
    color: currentColor;
    font-size: 13px;
    padding: 4px 11px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.header-top .xb-info ul li a:hover {
    border-radius: 2px;
    background: #60060f;
}

@media (max-width: 991px) {
    .header-area .xb-header {
        padding: 15px 0;
        background: linear-gradient(180deg, rgb(255 255 255) 55%, rgb(255 255 255) 0%) !important;
    }
}

.header-right {
    margin-right: -9px;
}

@media (max-width: 1199px) {
    .header-right {
        display: none;
    }
}

.header-right .xb-search {
    margin-right: 40px;
}

.header-right .xb-language {
    color: var(--color-heading);
}

.header-right .xb-language select {
    font-size: 16px;
    font-weight: 500;
    padding-right: 4px;
    cursor: pointer;
    background-image: url(../img/icon/angle-down.svg);
    padding-right: 32px;
}

.header-search {
    margin-right: 34px;
    padding-right: 34px;
    color: #170006;
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
}

.header-search::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 34px;
    background-color: #D0C4C4;
    content: "";
}

.header-style-two .header-right .menu-btn {
    font-weight: 500;
    color: var(--color-white);
    background: #034da2;
    border-radius: 40px;
    padding: 7px 24px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.header-style-two .main-menu ul li:hover>a,
.header-style-two .main-menu ul li.active>a {
    background: none;
}

.header-style-two .main-menu ul li {
    margin-right: 10px;
}

@media (max-width: 1199px) {
    .header-style-two .main-menu ul li {
        margin-right: 0;
    }
}

.header-style-two .main-menu ul li a {
    padding: 26px 10px;
}

.header-style-two .main-menu ul li a:hover {
    background: none;
}

.header-style-two .main-menu ul li.menu-item-has-children a::after {
    height: 30px;
    width: 30px;
    background: #eceef0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transform: translateY(0px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header-style-two .main-menu ul li.menu-item-has-children:hover a::after {
    background: var(--color-primary);
}

.header-style-two .main-menu ul li.menu-item-has-children.active a::after {
    background: var(--color-primary);
}

.header-style-two .main-menu ul li ul.submenu .menu-item-has-children>a::after {
    background-color: transparent;
    top: 5px;
    right: 0;
}

.xb-header_btn a {
    font-family: var(--font-heading);
    line-height: 28px;
    letter-spacing: -0.16px;
    color: var(--color-primary);
    padding: 10px 20px;
    border: 1px solid var(--color-primary);
}

@media (max-width: 1199px) {
    .hs-header-right {
        display: none;
    }
}

.hs-header-right .xb-search {
    margin-left: 0;
    padding: 0 28px 0 40px;
    position: relative;
}

.hs-header-right .xb-search:after {
    position: absolute;
    content: '';
    height: 50px;
    width: 1px;
    left: 0;
    top: 50%;
    background: #d0c4c4;
    transform: translateY(-50%);
}

.hs-header-right .xb-search svg {
    left: 0;
}

.hs-header-btn a {
    padding: 0px 37px;
    box-shadow: none;
    line-height: 48px;
}

.hs-header-btn a span {
    margin-right: 5px;
    margin-left: 0;
}

.header-style-three .main-menu {
    margin-left: 15px;
}

.header-style-three .xb-header {
    background: var(--color-white);
}

.header-style-three .main-menu ul li.menu-item-has-children a::after {
    background: #ececec;
}

#xb-header-area .xb-header-area-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    visibility: hidden;
    background: var(--color-white);
}

#xb-header-area .xb-header-area-sticky.xb-header-fixed {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    -webkit-box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
    -khtml-box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
    -moz-box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
    -ms-box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
    -o-box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
    box-shadow: 0 3px 18px rgba(6, 27, 92, 0.09);
}

.language_dropdown .dropdown-toggle {
    display: flex;
    text-transform: uppercase;
    color: var(--color-default-body);
    background-color: transparent;
}

.language_dropdown .dropdown-toggle:after {
    margin-left: -6px;
}

.language_dropdown .dropdown-toggle .name {
    color: currentColor;
}

.language_dropdown .dropdown-menu {
    margin-top: 10px;
}

.language_dropdown .dropdown-menu:before {
    top: -10px;
    height: 10px;
}

.language_dropdown .dropdown-menu {
    gap: 1px;
    border: none;
    padding: 6px;
    border-radius: 6px;
    background-color: #fff;
    right: 0;
    left: auto;
}

.language_dropdown .dropdown-menu>ul>li {
    gap: 10px;
    display: flex;
    cursor: pointer;
    border-radius: 4px;
    align-items: center;
    padding: 8px 20px 8px 10px;
}

.language_dropdown .dropdown-menu>ul>li:hover,
.language_dropdown .dropdown-menu>ul>li.active {
    background-color: rgba(120, 25, 33, 0.06);
}

.language_dropdown .flag {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 100%;
    display: inline-flex;
}

.language_dropdown .flag img {
    object-fit: cover;
}

.language_dropdown .name {
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: #170006;
}

.dropdown-menu {
    padding: 6px 0;
    margin-top: 30px;
    transition: 200ms;
    background-color: #fff;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-menu:before {
    left: 0;
    right: 0;
    top: -30px;
    content: '';
    height: 30px;
    display: block;
    position: absolute;
}

.dropdown-menu>li {
    padding: 0 6px;
}

.dropdown-menu>li:not(:last-child) {
    margin-bottom: 1px;
}

.dropdown-menu>li>a {
    gap: 8px;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    border-radius: 7px;
    align-items: center;
    white-space: nowrap;
    color: #170006;
    padding: 11px 20px 10px;
    justify-content: space-between;
}

.dropdown-menu>li:hover>a,
.dropdown-menu>li.active>a {
    color: #fff;
    background-color: #170006;
}

.dropdown-toggle {
    gap: 10px;
    align-items: center;
    display: inline-flex;
}

.dropdown-toggle::after {
    margin: 0;
    border: none;
    line-height: 1;
    content: '\f107';
    font-weight: 400;
    color: currentColor;
    font-family: 'Font Awesome 5 Pro';
}

@media screen and (min-width: 992px) {
    .dropdown-menu {
        left: 0;
        opacity: 0;
        display: block;
        visibility: hidden;
        transform: translateY(4px);
    }
    .dropdown-menu>.dropdown>.dropdown-menu {
        left: 100%;
    }
    .dropdown:hover>.dropdown-menu {
        opacity: 1;
        display: block;
        visibility: visible;
        transform: translateY(0px);
    }
    .dropdown:hover>.dropdown-menu>.dropdown>.dropdown-menu {
        transform: translateY(0px);
    }
}

.main-menu {
    display: flex;
    align-items: center;
    flex-grow: 1;
    margin-left: -9px;
}

.ul_li_evenly {
    justify-content: space-around;
}
.main-menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-menu ul li {
    position: relative;
}

.main-menu ul li .submenu li {
    margin-right: 0;
}

    .main-menu ul li a {
        display: inline-block;
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
        color: #ffffff;
        padding: 27px 15px 20px 15px;
        position: relative;
        text-transform: capitalize;
        letter-spacing: 0.02em;
    }

.main-menu ul li a:hover {
    background: rgba(120, 25, 33, 0.05);
}

.main-menu ul li.menu-item-has-children:hover>.submenu {
    opacity: 1;
    visibility: visible;
}

.main-menu ul li.menu-item-has-children>a::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    transform: translateY(5px);
    margin-left: 7px;
    position: relative;
    top: 2px;
}

.main-menu ul li.menu-item-has-children:hover>.submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.main-menu ul li:hover>a,
.main-menu ul li.active>a {
    background-color: rgba(120, 25, 33, 0.05);
}

.main-menu ul li .submenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    min-width: 240px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    left: 0;
    padding: 6px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 3;
    top: calc(100% + 10px);
    text-align: left;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.main-menu ul li .submenu li:not(:last-child) {
    margin-bottom: 1px;
}

    .main-menu ul li .submenu li a {
        padding: 10px 20px;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        display: block;
        margin: 0;
        font-size: 16px;
        text-transform: capitalize;
        letter-spacing: 0;
        line-height: 1.3;
        color: #063368;
    }

    .main-menu ul li .submenu li:hover > a,
    .main-menu ul li .submenu li.active > a {
        color: #fdd32c;
        background-color: rgb(6 51 104);
    }

.main-menu ul li .submenu ul {
    left: 100%;
    top: 0px;
}

.main-menu ul li .submenu ul::before {
    display: none;
}

.main-menu>ul {
    align-items: center;
}

.main-menu ul li.menu-last ul.submenu {
    right: 0;
    left: auto;
}

.main-menu ul li.menu-last ul.submenu ul {
    right: auto;
    left: -100%;
}

.main-menu ul li ul.submenu .menu-item-has-children>a::after {
    position: absolute;
    top: 9px;
    right: 15px;
    content: "\f105";
    font-size: 13px;
    font-family: 'Font Awesome 5 Pro';
}

.main-menu ul li ul.submenu li:hover>.submenu {
    top: 0;
    transition: 0.3s;
}

.section-title .sub-title {
    color: var(--color-heading);
    font-family: var(--font-caveat);
    font-weight: 400;
    line-height: 28px;
    font-size: 25px;
    margin-bottom: 12px;
    text-transform: capitalize;
    display: inline-block;
}

.section-title .title {
    color: var(--color-heading);
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 60px;
    text-transform: capitalize;
    display: block;
}

@media (max-width: 1199px) {
    .section-title .title {
        font-size: 38px;
        line-height: 50px;
    }
}

@media (max-width: 991px) {
    .section-title .title {
        font-size: 35px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .section-title .title {
        font-size: 28px;
        line-height: 35px;
    }
}

.section-title .content {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: var(--color-gray);
}

.section-title.clr-white .title,
.section-title.clr-white .sub-title {
    color: var(--color-white);
}

.section-title--md .title {
    font-size: 30px;
    line-height: 52px;
}

.text-justify{
    text-align:justify !important;
}

@media (max-width: 1199px) {
    .section-title--md .title {
        font-size: 35px;
        line-height: 46px;
    }
}

@media (max-width: 991px) {
    .section-title--md .title {
        font-size: 35px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .section-title--md .title {
        font-size: 28px;
        line-height: 35px;
    }
}

.xb-blog {
    overflow: hidden;
    border-radius: 15px;
}

.xb-blog:hover .xb-item--img img {
    transform: scale(1.03);
}

    .xb-blog .xb-item--img a::before {
        content: '';
        height: 100%;
        width: 100%;
        left: 0;
        bottom: 0;
        position: absolute;
        background: linear-gradient(180deg, rgb(0 0 0 / 23%) 0%, #0000004d 100%);
        z-index: 1;
        cursor: default;
    }

.xb-blog .xb-item--img a img {
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.xb-blog .xb-item--holder {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 30px;
    padding-bottom: 25px;
    height: 100%;
}

@media (max-width: 1199px) {
    .xb-blog .xb-item--holder {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .xb-blog .xb-item--holder {
        padding: 30px;
    }
}

.xb-blog .xb-item--cta {
    color: var(--color-white);
    font-size: 14px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 5px 15px;
    background: rgba(253, 183, 20, 0.3);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.xb-blog .xb-item--cta:hover {
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: var(--color-heading);
}

.xb-blog .xb-item--title {
    font-size: 20px;
    line-height: 28px;
    color: var(--color-white);
    margin-top: 15px;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .xb-blog .xb-item--title {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .xb-blog .xb-item--title {
        font-size: 25px;
        line-height: 1.3;
    }
}

.xb-blog .xb-item--title a {
    color: currentColor;
}

.xb-blog .xb-item--meta {
    color: #8D8688;
    margin: 15px 0 10px;
}

.xb-blog .xb-item--meta span {
    margin-right: 33px;
}

.xb-blog .xb-item--meta span i {
    font-size: 15px;
    margin-right: 7px;
    color: #c5c5c5;
}

.xb-blog.chn-margin {
    margin-left: 20px;
    margin-right: 20px;
}

@media (max-width: 991px) {
    .xb-blog.chn-margin {
        margin-left: 0;
        margin-right: 0;
    }
}

.xb-blog.chn-margin .xb-item--title {
    font-size: 24px;
    line-height: 34px;
    height: 100%;
}

@media (max-width: 1199px) {
    .xb-blog.chn-margin .xb-item--title {
        font-size: 21px;
    }
}

.xb-blog__left {
    margin-right: -27px;
}

@media (max-width: 991px) {
    .xb-blog__left {
        margin-right: 0;
    }
}

.xb-blog__right {
    margin-left: -27px;
}

@media (max-width: 991px) {
    .xb-blog__right {
        margin-left: 0;
    }
}

.xb-topic select {
    background-image: url(../img/icon/polygon.png);
    background-position: calc(100% - 0px) 50%;
    font-weight: 500;
    min-width: 190px;
    font-family: var(--font-heading);
    border-bottom: 1px solid var(--color-heading);
    max-width: 187px;
}

.post_category {
    color: var(--color-white);
    font-size: 14px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 5px 15px;
    background: rgba(253, 183, 20, 0.3);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 1.3;
}

.post_category:hover {
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: var(--color-heading);
}

/* 4.01 - Blog - Start
================================================== */

.blog_section_space {
    padding-top: 125px;
    padding-bottom: 75px;
}

.blog_section {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}

.blog_section .shape_image_1 {
    right: 0;
    bottom: 0;
}

.blog_section .shape_image_2 {
    left: 0;
    bottom: 0;
    max-width: 265px;
}

.blog_post_block {
    overflow: hidden;
    transition: .3s;
    background-color: var(--color-white);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

    .blog_post_block .blog_post_image .image_wrap {
        display: block;
        overflow: hidden;
        position: relative;
        padding: 10px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        cursor: default;
    }

@media (max-width: 767px) {
    .blog_post_block .blog_post_image .image_wrap img {
        height: 100%;
        object-fit: cover;
    }
}

.blog_post_block .blog_post_image .image_wrap img {
    transition: .3s;
}

.blog_post_block .blog_post_image .image_wrap:hover img {
    transform: scale(1.108);
}

.blog_post_block .blog_post_image .image_wrap:has(i):before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    content: '';
    transition: .2s;
    position: absolute;
    background-color: rgba(2, 8, 66, 0.4);
}

.blog_post_block .blog_post_image i {
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 100px;
    height: 100px;
    font-size: 30px;
    position: absolute;
    align-items: center;
    border-radius: 100%;
    display: inline-flex;
    color: var(--color-white);
    justify-content: center;
    background-color: var(--color-primary);
    transform: translate(-50%, -50%) scale(0);
    transition: transform .3s;
}

.blog_post_block:hover .image_wrap:before {
    opacity: 1 !important;
}

.blog_post_block:hover .image_wrap i {
    transform: translate(-50%, -50%) scale(1);
}

.blog_post_block .blog_post_content {
    padding: 40px 30px;
}

.blog_post_block .post_meta_wrap {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.blog_post_block .post_meta_wrap .category_btns_group {
    gap: 3px;
}

.blog_post_block .blog_post_title {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    margin: 24px 0 30px;
}

.blog_post_block .blog_post_title a {
    color: var(--color-heading);
}

.blog_post_block .blog_post_title a:hover {
    color: currentColor;
}

.blog_post_block.layout_2 {
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
}

.blog_post_block.layout_2 .blog_post_image .image_wrap {
    border-radius: 15px;
}

.blog_post_block.layout_2 .post_meta {
    gap: 30px;
    margin: 15px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #E6E6E6;
}

.blog_post_block.image_left_layout {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .blog_post_block.image_left_layout {
        flex-wrap: wrap;
    }
}

.blog_post_block.image_left_layout:not(:last-child) {
    margin-bottom: 30px;
}

.blog_post_block.image_left_layout .blog_post_image {
    flex: 0 0 auto;
    padding: 20px;

}

@media (max-width: 767px) {
    .blog_post_block.image_left_layout .blog_post_image {
        width: 100%;
    }
}

.blog_post_block.image_left_layout .blog_post_content {
    flex: 1;
    padding: 40px;
}

@media (max-width: 1199px) {
    .blog_post_block.image_left_layout .blog_post_content {
        padding: 30px 20px;
    }
}

@media (max-width: 767px) {
    .blog_post_block.image_left_layout .blog_post_content {
        width: 100%;
        flex: unset;
    }
}

.blog_post_block.image_left_layout .blog_post_title {
    font-size: 25px;
    line-height: 35px;
    margin: 20px 0 14px;
}

@media (max-width: 1199px) {
    .blog_post_block.image_left_layout .blog_post_title {
        font-size: 20px;
        line-height: 30px;
    }
}

.blog_post_block.image_left_layout p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 26px;
}

.blog_post_block.image_left_layout .btn {
    padding: 0 26px;
}

.blog_post_block.image_left_layout .btn .btn_label {
    padding: 15px 0px 13px;
}

.blog_onecol_carousel {
    position: relative;
}

.blog_onecol_carousel [class*="b1cc-swiper-button-"] {
    top: 50%;
    z-index: 2;
    width: 28px;
    display: flex;
    height: 158px;
    text-align: center;
    position: absolute;
    align-items: center;
    justify-content: center;
    background-size: 100% 100%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
}

.blog_onecol_carousel [class*="b1cc-swiper-button-"]:hover {
    color: var(--color-primary);
}

@media (max-width: 767px) {
    .blog_onecol_carousel .blog_post_image .image_wrap {
        height: 500px;
    }
}

.blog_onecol_carousel .b1cc-swiper-button-prev {
    left: -1px;
}

.blog_onecol_carousel .b1cc-swiper-button-next {
    right: -1px;
}

.blog_onecol_carousel .b1cc-swiper-pagination {
    right: 50px;
    bottom: 50px;
    left: auto;
    z-index: 1;
    width: auto;
    position: absolute;
}

@media (max-width: 991px) {
    .blog_onecol_carousel .b1cc-swiper-pagination {
        right: 20px;
        bottom: 20px;
    }
}

.blog_onecol_carousel .b1cc-swiper-pagination .swiper-pagination-bullet {
    background-color: var(--color-primary);
}

.blog_post_block.content_over_layout {
    position: relative;
}

.blog_post_block.content_over_layout .image_wrap:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: linear-gradient(185deg, rgba(23, 0, 6, 0) 0%, rgba(23, 0, 6, 0.75) 65.68%, #170006 100%);
}

.blog_post_block.content_over_layout .blog_post_content {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    padding: 50px 50px 40px;
}

.blog_post_block.content_over_layout .blog_post_title {
    font-size: 45px;
    line-height: 58px;
    margin: 24px 0 15px;
}

@media (max-width: 1199px) {
    .blog_post_block.content_over_layout .blog_post_title {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 991px) {
    .blog_post_block.content_over_layout .blog_post_title {
        font-size: 26px;
        line-height: 36px;
    }
}

@media (max-width: 767px) {
    .blog_post_block.content_over_layout .blog_post_title {
        font-size: 20px;
        line-height: 32px;
    }
}

.blog_post_block.content_over_layout .blog_post_title a {
    color: var(--color-white);
    cursor: default;
}

.blog_post_block.content_over_layout p {
    font-size: 16px;
    max-width: 750px;
    line-height: 28px;
    color: var(--color-white);
}

@media (max-width: 510px) {
    .blog_post_block.content_over_layout p {
        font-size: 10px !important;
        max-width: 750px;
        line-height: 18px !important;
        color: var(--color-white);
    }
}


    .blog_post_block.content_over_layout .category_btns_group a {
        border-color: var(--color-white);
        background-color: var(--color-white);
    }

        .blog_post_block.content_over_layout .category_btns_group a:hover {
            color: var(--color-primary);
        }

    .blog_post_block.content_over_layout .post_meta > li a {
        color: var(--color-white);
    }

        .blog_post_block.content_over_layout .post_meta > li a i {
            color: var(--color-white);
        }

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

    .blog_post_block_2 {
        display: flex;
        position: relative;
        align-items: center;
    }

        .blog_post_block_2 .blog_post_image {
            order: 1;
        }

            .blog_post_block_2 .blog_post_image > a {
                display: block;
                overflow: hidden;
                position: relative;
                border-radius: 32px;
            }

            .blog_post_block_2 .blog_post_image img {
                transition: .3s;
            }

        .blog_post_block_2 .blog_post_content {
            z-index: 1;
            max-width: 340px;
            position: relative;
            margin: 0 -180px 0 0;
            border-radius: 16px;
            padding: 60px 30px 52px;
            background-color: var(--color-white);
            box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
        }

        .blog_post_block_2 .category_list > li {
            font-size: 14px;
            font-weight: 700;
        }

            .blog_post_block_2 .category_list > li a:not(:hover) {
                color: var(--color-heading);
            }

        .blog_post_block_2 .post_title {
            font-size: 30px;
            line-height: 38px;
            margin: 22px 0 14px;
        }

            .blog_post_block_2 .post_title a {
                color: var(--color-heading);
            }

                .blog_post_block_2 .post_title a:hover {
                    text-decoration: underline;
                    text-decoration-thickness: 2px;
                }

        .blog_post_block_2 .post_meta {
            row-gap: 6px;
        }

        .blog_post_block_2:hover .blog_post_image img {
            transform: scale(1.08);
        }

        .blog_post_block_2:hover .post_title > a {
            color: var(--color-primary);
        }

    .post_list_block > ul > li {
        display: flex;
        align-items: center;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #D7D7D6;
    }

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

        .post_list_block > ul > li .post_image {
            width: 86px;
            margin-right: 20px;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            overflow: hidden;
        }

            .post_list_block > ul > li .post_image img {
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

        .post_list_block > ul > li .post_holder {
            width: calc(100% - 106px);
        }

        .post_list_block > ul > li .post_title {
            font-size: 18px;
            line-height: 26px;
            margin-bottom: 12px;
        }

    @media (max-width: 1199px) {
        .post_list_block > ul > li .post_title {
            font-size: 15px;
            line-height: 22px;
        }
    }

    .post_list_block > ul > li .post_title > a {
        color: var(--color-heading);
    }

    .post_list_block > ul > li .post_date {
        font-size: 16px;
        color: #5C5C54;
    }

        .post_list_block > ul > li .post_date i {
            margin-right: 10px;
            color: #170006;
        }

    .post_list_block > ul > li:hover .post_image img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    /* 4.01 - Blog - End
================================================== */

    /* 2.04 - Order & Unorder List - Start
================================================== */

    [class*="unordered_list"] {
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

        [class*="unordered_list"] > li {
            float: left;
            list-style: none;
            display: inline-block;
        }

    .unordered_list_block {
        display: flex;
        flex-direction: column;
    }

        .unordered_list_block > li {
            width: 100%;
            display: block;
        }

    .icon_list.unordered_list_block {
        gap: 8px;
    }

    .icon_list > li {
        gap: 10px;
        display: flex;
        font-size: 16px;
        line-height: 28px;
        align-items: flex-start;
    }

    .icon_list a {
        gap: 10px;
        display: inline-flex;
        align-items: flex-start;
        color: var(--color-default);
    }

        .icon_list a:hover {
            color: var(--color-primary);
        }

    .icon_list .icon_list_icon:has(.fa-circle) {
        font-size: 6px;
        margin: -1px 0 0;
        color: var(--color-primary);
    }

    .icon_list .icon_list_icon img {
        width: 24px;
        margin-top: -2px;
    }

    .category_btns_group {
        gap: 10px;
    }

        .category_btns_group a {
            display: flex;
            align-items: center;
            line-height: 1;
            font-size: 14px;
            padding: 6px 15px;
            justify-content: center;
            color: var(--color-default);
            background: #d6e9ff;
            border: 1px solid #ffffff;
            border-radius: 15px;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            -ms-border-radius: 15px;
            -o-border-radius: 15px;
            cursor: default;
        }

            .category_btns_group a:hover {
                color: #170006;
                border-color: var(--color-primary);
                background-color: var(--color-primary);
            }

    .category_list {
        gap: 20px;
    }

        .category_list > li {
            line-height: 1;
            font-size: 16px;
        }

        .category_list a {
            color: var(--color-default);
        }

            .category_list a:hover {
                color: var(--color-primary);
            }

    .post_category_list > li:not(:last-child) {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #D7D7D6;
    }

    .post_category_list a {
        display: flex;
        line-height: 1;
        font-size: 18px;
        position: relative;
        align-items: center;
        color: var(--color-default);
        justify-content: space-between;
    }

        .post_category_list a i {
            top: 0;
            left: -10px;
            opacity: 0;
            font-size: 20px;
            position: absolute;
            color: #170006;
            transition: .3s;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .post_category_list a span {
            transition: .3s;
        }

        .post_category_list a:hover i {
            left: 0;
            opacity: 1;
        }

        .post_category_list a:hover span {
            color: #170006;
        }

            .post_category_list a:hover span:nth-child(2) {
                transform: translateX(22px);
            }

    .post_meta {
        gap: 20px;
    }

        .post_meta > li {
            font-size: 16px;
        }

            .post_meta > li i {
                color: var(--color-heading);
            }

            .post_meta > li img,
            .post_meta > li i {
                margin: -2px 0 0;
            }

            .post_meta > li a {
                gap: 8px;
                align-items: center;
                display: inline-flex;
                color: var(--color-default);
            }

                .post_meta > li a:hover {
                    color: var(--color-heading);
                }

    .tags_list {
        gap: 10px;
    }

        .tags_list a {
            display: block;
            font-size: 14px;
            border-radius: 5px;
            padding: 8px 18px;
            line-height: 1;
            color: var(--color-default);
            background-color: var(--color-white);
            border: 1px solid #D7D7D6;
        }

            .tags_list a:hover {
                color: var(--color-primary);
                background-color: var(--color-primary);
                color: #170006;
            }

    .filter_elements_nav {
        display: flex;
        margin-bottom: 70px;
        justify-content: center;
    }

        .filter_elements_nav > ul {
            gap: 3px;
            padding: 7px;
            background-color: var(--color-white);
            border-radius: 15px;
        }

            .filter_elements_nav > ul > li {
                line-height: 1;
                cursor: pointer;
                font-size: 14px;
                font-weight: 600;
                color: var(--color-heading);
                padding: 16px 30px 13px;
                text-transform: uppercase;
                transition: .3s;
                border-radius: 15px;
            }

                .filter_elements_nav > ul > li.active {
                    color: var(--color-white);
                    background-color: var(--color-primary);
                }

    .post_meta_bottom li {
        font-size: 16px;
        margin-top: 10px;
    }

        .post_meta_bottom li:not(:last-child) {
            margin-right: 30px;
        }

    @media (max-width: 1199px) {
        .post_meta_bottom li:not(:last-child) {
            margin-right: 15px;
        }
    }

    .post_meta_bottom li img {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        margin-right: 10px;
    }

    .post_meta_bottom li i {
        font-size: 15px;
        color: #170006;
        margin-right: 8px;
    }

    .form-group {
        position: relative;
        margin-bottom: 30px;
    }

        .form-group:not(:last-child) {
            margin-bottom: 30px;
        }

        .form-group .form-control,
        .form-group .form-select {
            padding: 0 24px;
            font-size: 16px;
            color: #170006;
            transition: 0.3s ease;
            background-color: #F1F1E9;
            border-radius: 7px;
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
            -ms-border-radius: 7px;
            -o-border-radius: 7px;
            border: 1px solid transparent;
        }

            .form-group .form-control:focus,
            .form-group .form-select:focus {
                border-color: var(--color-primary);
                box-shadow: none;
            }

            .form-group .form-control::placeholder,
            .form-group .form-select::placeholder {
                color: #676767;
                font-size: 16px;
                transform: translateY(3px);
            }

            .form-group .form-control:-ms-input-placeholder,
            .form-group .form-select:-ms-input-placeholder {
                color: #676767;
                font-size: 16px;
                transform: translateY(3px);
            }

            .form-group .form-control::-ms-input-placeholder,
            .form-group .form-select::-ms-input-placeholder {
                color: #676767;
                font-size: 16px;
                transform: translateY(3px);
            }

        .form-group input.form-control,
        .form-group select.form-select {
            height: 55px;
        }

        .form-group textarea.form-control {
            min-height: 156px;
            border-radius: 12px;
            padding: 15px 25px 25px;
        }

        .form-group .form-select {
            color: #8C8F92;
        }

    .input_title {
        display: block;
        line-height: 1;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 17px;
        color: #170006;
    }

    input[type=search]::-webkit-search-decoration,
    input[type=search]::-webkit-search-cancel-button,
    input[type=search]::-webkit-search-results-button,
    input[type=search]::-webkit-search-results-decoration {
        -webkit-appearance: none;
    }

    .search_form button[type=submit] {
        top: 14px;
        right: 20px;
        position: absolute;
        background-color: transparent;
    }

        .search_form button[type=submit]:hover {
            opacity: 1;
        }

        .search_form button[type=submit] img {
            width: 16px;
        }

    .search_form .form-control {
        background-color: var(--color-white);
    }

    .form-check {
        padding-left: 30px;
    }

        .form-check .form-check-input {
            width: 20px;
            height: 20px;
            box-shadow: none;
        }

            .form-check .form-check-input:focus {
                border-color: var(--color-primary);
            }

            .form-check .form-check-input:checked {
                border-color: var(--color-primary);
                background-color: var(--color-primary);
            }

        .form-check .form-check-label {
            font-size: 16px;
            cursor: pointer;
        }

    .sidebar > *:not(:last-child) {
        margin-bottom: 70px;
    }

    .sidebar_widget_title {
        line-height: 1;
        font-size: 18px;
        margin-bottom: 35px;
        text-transform: uppercase;
        font-family: var(--font-body);
    }

    /* 5.03 - Details Pages - Start
================================================== */

    [class*="_details_section"] .icon_list.unordered_list_block {
        gap: 6px;
    }

    [class*="_details_section"] .icon_list > li {
        font-size: 18px;
        line-height: 32px;
    }

    [class*="_details_section"] p {
        font-size: 18px;
        font-weight: 500;
        line-height: 32px;
        margin-bottom: 38px;
    }

    [class*="_details_section"] hr {
        margin: 30px 0;
        background-color: #CCE3FF;
    }

    [class*="_details_section"] .accordion p {
        font-size: 16px;
        line-height: 30px;
    }

    [class*="_details_section"] .post_meta_wrap {
        row-gap: 15px;
        display: flex;
        column-gap: 50px;
        align-items: center;
    }

        [class*="_details_section"] .post_meta_wrap .post_meta {
            margin-top: 3px;
        }

    [class*="_details_section"] .category_btns_group a {
        background-color: var(--color-white);
    }

        [class*="_details_section"] .category_btns_group a:hover {
            background-color: var(--color-primary);
        }

    .details_item_image {
        overflow: hidden;
        position: relative;
        margin-bottom: 50px;
        border-radius: 15px;
    }

    .details_item_title {
        font-size: 40px;
        line-height: 55px;
        margin-bottom: 20px;
    }

    @media (max-width: 991px) {
        .details_item_title {
            font-size: 32px;
            line-height: 45px;
        }
    }

    @media (max-width: 767px) {
        .details_item_title {
            font-size: 24px;
            line-height: 40px;
        }
    }

    .details_item_info_title {
        font-size: 35px;
        line-height: 50px;
        margin-bottom: 17px;
    }

    .team_member_details_card {
        padding: 40px;
        display: flex;
        align-items: center;
        margin-bottom: 100px;
        background-color: var(--color-white);
        border-radius: 15px;
    }

        .team_member_details_card .team_member_image {
            height: 454px;
            flex: 0 0 490px;
            overflow: hidden;
            margin: 0 100px 0 0;
            display: inline-flex;
            padding: 10px 40px 0;
            align-items: flex-end;
            justify-content: center;
            border-radius: 15px;
        }

            .team_member_details_card .team_member_image img {
                height: 100%;
            }

        .team_member_details_card .team_member_name {
            font-size: 35px;
            line-height: 50px;
            margin-bottom: 30px;
        }

        .team_member_details_card .icon_list {
            gap: 14px;
            margin-bottom: 40px;
        }

            .team_member_details_card .icon_list > li {
                font-size: 18px;
                line-height: 30px;
            }

            .team_member_details_card .icon_list strong {
                color: #170006;
            }

        .team_member_details_card .social_title {
            line-height: 1;
            font-size: 18px;
            margin-bottom: 15px;
        }

    .portfolio_details_info_list {
        row-gap: 6px;
        column-gap: 50px;
    }

    .content_layer_group > li {
        cursor: pointer;
        position: relative;
    }

        .content_layer_group > li:not(:first-child) {
            margin-top: -40px;
        }

        .content_layer_group > li[aria-expanded=true] {
            z-index: 1;
        }

            .content_layer_group > li[aria-expanded=true] span {
                position: relative;
                color: var(--color-white);
                border-color: var(--color-primary);
                background-color: var(--color-primary);
            }

    .content_layer_group span {
        height: 147px;
        display: flex;
        flex-wrap: wrap;
        font-size: 24px;
        font-weight: 500;
        max-width: 452px;
        line-height: 36px;
        border-radius: 100%;
        align-items: center;
        color: #170006;
        justify-content: center;
        border: 1px solid #170006;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .blog_details_section .details_item_info_title {
        font-size: 26px;
        line-height: 36px;
    }

    .blog_details_audio {
        margin-bottom: 40px;
    }

        .blog_details_audio .audio_play_btn {
            gap: 26px;
            color: #676767;
            font-size: 15px;
            font-weight: 500;
            border-radius: 50px;
            align-items: center;
            display: inline-flex;
            padding: 5px 30px 5px 5px;
            border: 1px solid #D7D7D6;
            background-color: var(--color-white);
        }

            .blog_details_audio .audio_play_btn:hover {
                border-color: var(--color-primary);
            }

            .blog_details_audio .audio_play_btn i {
                width: 35px;
                height: 35px;
                flex: 0 0 auto;
                padding-left: 4px;
                border-radius: 100%;
                align-items: center;
                display: inline-flex;
                color: var(--color-white);
                justify-content: center;
                background-color: var(--color-primary);
                font-size: 11px;
                color: #170006;
            }

            .blog_details_audio .audio_play_btn span {
                margin-bottom: -4px;
            }

    .post_author_box {
        gap: 30px;
        padding: 40px;
        display: flex;
        margin: 80px 0;
        background-color: var(--color-white);
        border-radius: 15px;
    }

    @media (max-width: 767px) {
        .post_author_box {
            flex-wrap: wrap;
        }
    }

    .post_author_box .author_image {
        width: 150px;
        height: 150px;
        flex: 0 0 auto;
        overflow: hidden;
        border-radius: 100%;
    }

    .post_author_box .author_name {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 0;
        line-height: 26px;
    }

    .post_author_box .author_designation {
        font-size: 14px;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 12px;
        color: var(--color-default);
    }

    .post_author_box p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .post_author_box .author_social_icons {
        gap: 20px;
    }

        .post_author_box .author_social_icons a {
            display: block;
            color: #170006;
        }

            .post_author_box .author_social_icons a:hover {
                color: var(--color-primary);
            }

    @media (max-width: 767px) {
        .post_social_icons {
            justify-content: start;
        }
    }

    .post_social_icons li a {
        border-color: #fff;
        background-color: var(--color-white);
    }

    .other_posts_nav {
        gap: 50px;
        display: flex;
        align-items: center;
        margin-bottom: 80px;
        justify-content: space-between;
    }

    @media (max-width: 991px) {
        .other_posts_nav {
            gap: 20px;
        }
    }

    @media (max-width: 767px) {
        .other_posts_nav {
            flex-wrap: wrap;
            justify-content: center;
        }
    }

    .other_posts_nav a {
        position: relative;
        color: #170006;
    }

        .other_posts_nav a:nth-child(2) {
            font-size: 24px;
            color: #170006;
        }

            .other_posts_nav a:nth-child(2):hover {
                color: var(--color-primary);
            }

        .other_posts_nav a:first-child,
        .other_posts_nav a:last-child {
            gap: 28px;
            display: flex;
            border-radius: 20px;
            align-items: center;
            padding: 26px 50px 23px;
            background-color: var(--color-white);
        }

            .other_posts_nav a:first-child i,
            .other_posts_nav a:last-child i {
                z-index: 1;
                font-size: 30px;
                position: relative;
            }

                .other_posts_nav a:first-child i:after,
                .other_posts_nav a:last-child i:after {
                    top: 50%;
                    z-index: -1;
                    width: 30px;
                    height: 30px;
                    content: '';
                    position: absolute;
                    border-radius: 100%;
                    transform: translateY(-50%);
                    background-color: #F1F1E9;
                    -webkit-transition: 0.3s;
                    -o-transition: 0.3s;
                    transition: 0.3s;
                }

                .other_posts_nav a:first-child i:after {
                    left: -8px;
                }

            .other_posts_nav a:first-child span {
                text-align: right;
            }

            .other_posts_nav a:last-child i:after {
                right: -8px;
            }

        .other_posts_nav a strong {
            display: block;
            font-size: 16px;
            margin-bottom: 2px;
            font-family: var(--font-heading);
        }

        .other_posts_nav a small {
            opacity: 0.8;
            display: block;
        }

        .other_posts_nav a:hover i:after {
            background: var(--color-primary);
        }

    .comment_area {
        margin: 80px 0;
    }

    .comment_form {
        padding: 30px;
        background-color: var(--color-white);
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        padding: 50px;
    }

    @media (max-width: 767px) {
        .comment_form {
            padding: 30px;
        }
    }

    .comments_list {
        gap: 60px;
    }

        .comments_list > li .comments_list {
            gap: 30px;
            padding: 50px 0 0 110px;
        }

    @media (max-width: 767px) {
        .comments_list > li .comments_list {
            padding: 50px 0 0 40px;
        }
    }

    .comment_item {
        gap: 40px;
        display: flex;
    }

    @media (max-width: 767px) {
        .comment_item {
            flex-wrap: wrap;
        }
    }

    .comment_item .comment_author_thumbnail {
        width: 80px;
        height: 80px;
        flex: 0 0 auto;
        overflow: hidden;
        border-radius: 100%;
    }

    .comment_item .comment_author_content {
        position: relative;
    }

    .comment_item .comment_author_name {
        line-height: 1;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 16px;
        font-family: var(--font-body);
    }

    .comment_item .comment_time {
        line-height: 1;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .comment_item .comment_reply_btn {
        top: 0;
        right: 0;
        line-height: 1;
        font-size: 12px;
        font-weight: 700;
        position: absolute;
        border-radius: 50px;
        color: #170006;
        padding: 8px 20px 8px;
        background-color: var(--color-white);
        border: 1px solid #D7D7D6;
    }

        .comment_item .comment_reply_btn:hover {
            border-color: var(--color-primary);
            background-color: var(--color-primary);
        }

    /* 5.03 - Details Pages - End
================================================== */

    .department {
        background: var(--color-sec-bg);
    }

    .xb-dep-wrapper {
        position: relative;
    }

        .xb-dep-wrapper::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: 1px;
            background: linear-gradient(137deg, #f1f1e9 0%, #cbcbc2 21.37%, #cbcbc2 65.97%, #f1f1e9 100%);
        }

    @media (max-width: 991px) {
        .xb-dep-wrapper::before {
            display: none;
        }
    }

    .dep-inner::before {
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        top: 36.5%;
        content: '';
        background: linear-gradient(137deg, #f1f1e9 0%, #cbcbc2 21.37%, #cbcbc2 65.97%, #f1f1e9 100%);
    }

    @media (max-width: 991px) {
        .dep-inner::before {
            display: none;
        }
    }

    .dep-inner .dp-col:last-child .xb-dep-wrapper::before {
        display: none;
    }

    .dep-inner-two::before {
        top: 50%;
    }

    .xb-department {
        padding: 30px 20px 20px;
        border-radius: 15px;
        overflow: hidden;
        height: 100%;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

        .xb-department:hover {
            box-shadow: 0 12px 46px 0 #c6c6be;
            background: #fff;
        }

            .xb-department:hover .dep-title {
                color: var(--color-heading);
            }

            .xb-department:hover .xb-item--icon {
                background: var(--color-primary);
            }

                .xb-department:hover .xb-item--icon svg path {
                    fill: var(--color-heading);
                }

        .xb-department .xb-item--icon {
            height: 70px;
            width: 70px;
            background-color: #034da2;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 100%;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            margin: 0 auto;
            -webkit-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
        }

        .xb-department .xb-item--title {
            font-size: 24px;
            line-height: 34px;
            color: var(--color-heading);
            margin: 18px 0 5px;
            -webkit-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
        }

        .xb-department .xb-item span {
            -webkit-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
        }

        .xb-department .xb-shape .shape {
            position: absolute;
            background: #721920;
            border-radius: 100%;
            -webkit-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
        }

        .xb-department .xb-shape .shape--one {
            left: -25px;
            bottom: 43px;
            height: 38px;
            width: 38px;
        }

        .xb-department .xb-shape .shape--two {
            top: -20px;
            right: 31px;
            height: 38px;
            width: 38px;
        }

        .xb-department .xb-shape .shape--three {
            bottom: -38px;
            right: -45px;
            height: 100px;
            width: 100px;
        }

    .div-link {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }

    @media (max-width: 991px) {
        .xb-feature-shape {
            display: none;
        }
    }

    .xb-feature-shape .shape {
        position: absolute;
    }

    .xb-feature-shape .shape--one {
        top: 13%;
        left: 5%;
    }

    .xb-feature-shape .shape--two {
        right: 4%;
        bottom: 28%;
    }

    .fanfact-wrapper {
        margin-top: -310px;
    }

    @media (max-width: 767px) {
        .xb-fanfact__wrapper {
            min-height: 210px;
        }
    }

    .xb-fanfact__wrapper .xb-item--img img {
        width: 100%;
    }

    @media (max-width: 767px) {
        .xb-fanfact__wrapper .xb-item--img img {
            min-height: 190px;
            height: 100%;
            object-fit: cover;
        }
    }

    .xb-fanfact__wrapper .xb-item--img::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: linear-gradient(270deg, rgb(0 0 0 / 19%) 0%, #0000006b 100%);
    }

    .xb-fanfact__wrapper .xb-item--img.img-two::before {
        background: linear-gradient(94deg, #170006 0%, rgba(23, 0, 6, 0) 100%);
    }

    .xb-fanfact__wrapper .xb-item--title {
        position: absolute;
        top: 33px;
        left: 50px;
        font-weight: 700;
        font-size: 60px;
        line-height: 70px;
        text-transform: capitalize;
        color: var(--color-white);
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    @media (max-width: 1199px) {
        .xb-fanfact__wrapper .xb-item--title {
            font-size: 40px;
            line-height: 55px;
        }
    }

    @media (max-width: 991px) {
        .xb-fanfact__wrapper .xb-item--title {
            font-size: 30px;
            line-height: 35px;
            top: 20px;
            left: 30px;
        }
    }

    @media (max-width: 767px) {
        .xb-fanfact__wrapper .xb-item--title {
            font-size: 23px;
        }
    }

    .xb-fanfact__wrapper .xb-item--holder {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    .xb-fanfact__wrapper .xb-item--text {
        font-size: 24px;
        font-weight: 700;
        line-height: 34px;
        padding: 7px 0 5px;
        color: var(--color-white);
    }

    .xb-fanfact__wrapper .xb-item--content {
        color: var(--color-white);
        max-width: 379px;
    }

    .xb-fanfact__wrapper .xb-item--holder {
        position: absolute;
        left: 50px;
        bottom: 43px;
        right: 150px;
    }

    @media (max-width: 991px) {
        .xb-fanfact__wrapper .xb-item--holder {
            left: 30px;
            bottom: 30px;
        }
    }

    @media (max-width: 767px) {
        .xb-fanfact__wrapper .xb-item--holder {
            width: 100%;
            bottom: 90px;
            left: 0;
            right: 0;
            padding: 30px;
        }
    }

    .xb-fanfact__wrapper .xb-item--number {
        font-size: 48px;
        font-weight: 700;
        color: var(--color-white);
        font-family: var(--font-body);
    }

    .fanfact-slider {
        border-radius: 20px;
    }

        .fanfact-slider .swiper-pagination-bullets,
        .fanfact-slider .swiper-pagination-custom,
        .fanfact-slider .swiper-pagination-fraction {
            bottom: 15px;
        }

            .fanfact-slider .swiper-pagination-bullets .swiper-pagination-bullet {
                margin: 4px 4px;
            }

        .fanfact-slider .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
            display: inline-block;
            border-radius: 50%;
            background: var(--color-white);
            opacity: .2;
        }

        .fanfact-slider .swiper-pagination-bullet-active {
            height: 14px;
            width: 14px;
            background: var(--color-white);
            opacity: 1;
        }

        .fanfact-slider .swiper-slide-active .xb-fanfact__wrapper .xb-item--title,
        .fanfact-slider .swiper-slide-active .xb-fanfact__wrapper .xb-item--holder {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
        }

        .fanfact-slider .swiper-slide-active .xb-fanfact__wrapper .xb-item--holder {
            transition-delay: .2s;
        }

    .xb-fanfact_item {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        padding: 60px 30px;
    }

        .xb-fanfact_item .xb-item--number {
            font-weight: 700;
            font-size: 35px;
            line-height: 60px;
            display: block;
            color: var(--color-white);
            margin-bottom: 0px;
        }

    @media (max-width: 1199px) {
        .xb-fanfact_item .xb-item--number {
            font-size: 35px;
        }
    }

.xb-fanfact_item .xb-item--contant {
    font-weight: 700;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: -0.02px;
    color: var(--color-white);
}

    .xb-fanfact_wrap {
        background: #034da2;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

        .xb-fanfact_wrap .fanfact-img img {
            width: 100%;
        }

        .xb-fanfact_wrap .xb-fanfact_item {
            background: none;
            border-radius: 0px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            -ms-border-radius: 0px;
            -o-border-radius: 0px;
        }

    .hs-fanfact_bg {
        background: var(--color-white);
        border-radius: 190px 0 0 190px;
    }

        .hs-fanfact_bg .hs-fan_shape {
            position: absolute;
            right: 0;
            bottom: -180px;
        }

    .hs-fanfact_inner .xb-item--icon {
        height: 76px;
        width: 76px;
        background: #ececec;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        -o-border-radius: 100px;
    }

    .hs-fanfact_inner .xb-item--holder span {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .hs-fanfact_inner .xb-item--holder span svg {
            width: 100%;
            height: 100%;
        }

    .hs-fanfact_inner .xb-item--number {
        font-family: var(--font-body);
        font-weight: 700;
        font-size: 35px;
        line-height: 60px;
        display: block;
        position: relative;
        z-index: 1;
        margin: 0 18px 15px 18px;
        color: var(--color-white);
    }

    .hs-fanfact_inner .xb-item--profile {
        font-weight: 700;
        font-size: 20px;
        line-height: 32px;
        letter-spacing: 0.02em;
        text-transform: capitalize;
        color: #161a2c;
    }

    .hs-principle-right .xb-teacher_list li {
        border-bottom: 1px solid #161a2c;
    }

        .hs-principle-right .xb-teacher_list li.active a {
            background: #d9293a;
            border-bottom: none;
            color: var(--color-white);
        }

        .hs-principle-right .xb-teacher_list li a {
            position: relative;
            font-size: 18px;
            line-height: 28px;
            text-transform: capitalize;
            color: #161a2c;
            display: block;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            padding: 18px 20px;
        }

            .hs-principle-right .xb-teacher_list li a::before {
                position: absolute;
                content: '\f105';
                font-family: "Font Awesome 5 Pro";
                right: 20px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                font-weight: 400;
            }

    .hs-principle-left {
        margin-left: -85px;
    }

    @media (max-width: 991px) {
        .hs-principle-left {
            margin-left: 0;
        }
    }

    .hs-principle-left .xb-img .image {
        border-radius: 100%;
        border: 2px solid #fff;
        box-shadow: 0 2px 28px 0 #d6d6d6;
        position: absolute;
    }

    .hs-principle-left .xb-img .image--one {
        top: 38%;
        right: 19%;
    }

    @media (max-width: 991px) {
        .hs-principle-left .xb-img .image--one {
            top: 23%;
            right: 9%;
        }
    }

    .hs-principle-left .xb-img .image--two {
        left: 17px;
        bottom: 15%;
    }

    .xb-program__wrapper:hover .xb-item--dep-btn a {
        background: var(--color-primary);
        color: var(--color-heading);
    }

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

    .xb-program__wrapper .xb-item--img {
        overflow: hidden;
        border-radius: 10px;
    }

        .xb-program__wrapper .xb-item--img img {
            width: 100%;
            -webkit-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
        }

    .xb-program__wrapper .xb-item--deprt {
        margin: 20px 0 10px;
    }

    .xb-program__wrapper .xb-item--group {
        line-height: 14px;
        color: var(--color-default-two);
        position: relative;
        padding-left: 16px;
    }

        .xb-program__wrapper .xb-item--group::before {
            content: '';
            height: 2px;
            width: 8px;
            background: var(--color-primary);
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
        }

    .xb-program__wrapper .xb-item--rating {
        position: relative;
        right: 0px;
    }

        .xb-program__wrapper .xb-item--rating span {
            font-weight: 700;
            font-size: 14px;
            line-height: 14px;
            letter-spacing: -0.02em;
            text-align: center;
            color: var(--color-heading);
            position: absolute;
            top: 50%;
            left: 42%;
            transform: translate(-50%, -50%);
        }

    .xb-program__wrapper .xb-item--title {
        font-size: 18px;
        line-height: 34px;
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: center;
    }

    @media (max-width: 1199px) {
        .xb-program__wrapper .xb-item--title {
            font-size: 18px;
        }
    }

    @media (max-width: 767px) {
        .xb-program__wrapper .xb-item--title {
            font-size: 22px;
        }
    }

    .xb-program__wrapper .xb-item--title a {
        color: currentColor;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    .xb-program__wrapper .xb-item--meta {
        border-top: 1px dashed #e8e5e6;
        padding: 30px 0;
    }

        .xb-program__wrapper .xb-item--meta li {
            line-height: 14px;
        }

            .xb-program__wrapper .xb-item--meta li:not(:last-child) {
                margin-right: 77px;
            }

    @media (max-width: 1199px) {
        .xb-program__wrapper .xb-item--meta li:not(:last-child) {
            margin-right: 20px;
        }
    }

    .xb-program__wrapper .xb-item--meta li img {
        margin-right: 9px;
    }

    .xb-program__wrapper .xb-item--dep-btn a {
        line-height: 50px;
        letter-spacing: -0.01em;
        text-transform: uppercase;
        text-align: center;
        color: var(--color-white);
        background: var(--color-heading);
        border-radius: 7px;
        padding: 14px 15px;
        line-height: 1.2;
        display: block;
        font-size: 16px;
    }

    .program-shape .shape {
        position: absolute;
    }

    @media (max-width: 1199px) {
        .program-shape .shape {
            display: none;
        }
    }

    .program-shape .shape--one {
        top: 7.5%;
        left: 97px;
    }

    .program-shape .shape--two {
        bottom: 24%;
        left: 37px;
    }

    .program-shape .shape--three {
        top: -7%;
        right: 60px;
    }

    .program-shape .shape--four {
        bottom: 36%;
        right: 40px;
    }

    .clg-program_inner {
        display: inline-block;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

        .clg-program_inner:hover .xb-item--img img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

        .clg-program_inner .xb-item--holder {
            position: absolute;
            left: 31px;
            bottom: 23px;
        }

        .clg-program_inner .xb-item--img {
            border-radius: 10px;
            overflow: hidden;
        }

            .clg-program_inner .xb-item--img img {
                width: 100%;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

        .clg-program_inner .xb-item--tilte {
            font-size: 28px;
            line-height: 38px;
            font-weight: 700;
            color: var(--color-white);
            transform: translateY(40px);
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            text-transform: capitalize;
        }

    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .clg-program_inner .xb-item--tilte {
            font-size: 24px;
        }
    }

    @media (max-width: 991px) {
        .clg-program_inner .xb-item--tilte {
            font-size: 22px;
        }
    }

    .clg-program_inner .xb-item--tilte a {
        color: currentColor;
    }

    .clg-program_inner .xb-item--meta {
        transform: translateY(50px);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
    }

        .clg-program_inner .xb-item--meta li {
            color: var(--color-white);
            font-size: 18px;
            line-height: 12px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

            .clg-program_inner .xb-item--meta li:not(:last-child) {
                margin-right: 38px;
            }

    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .clg-program_inner .xb-item--meta li:not(:last-child) {
            margin-right: 10px;
        }
    }

    @media (max-width: 1199px) {
        .clg-program_inner .xb-item--meta li:not(:last-child) {
            margin-right: 15px;
        }
    }

    .clg-program_inner .xb-item--meta li img {
        margin-right: 10px;
    }

    .clg-program_inner .clg-pro-btn {
        position: absolute;
        right: 30px;
        bottom: 30px;
    }

        .clg-program_inner .clg-pro-btn a {
            height: 43px;
            width: 43px;
            background: var(--color-white);
            border-radius: 50px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            -o-border-radius: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            opacity: 0;
            visibility: hidden;
            transform: translateX(-20px);
        }

    .program-top .clg-testimonial-carousel {
        position: absolute;
        right: 0;
        top: 28px;
        display: flex;
    }

    @media (max-width: 767px) {
        .program-top .clg-testimonial-carousel {
            position: unset;
            margin-bottom: 30px;
        }
    }

    .program-top .clg-testimonial-carousel .xb-arrow {
        width: 62px;
        height: 40px;
        background: #034da2;
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        -o-border-radius: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .program-top .clg-testimonial-carousel .xb-arrow img {
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .program-top .clg-testimonial-carousel .xb-arrow:hover {
            background: var(--color-primary);
        }

            .program-top .clg-testimonial-carousel .xb-arrow:hover img {
                filter: brightness(0);
            }

    .program-top .clg-testimonial-carousel .xb-program-next {
        margin-left: 15px;
    }

    .clg-program-wrapper {
        margin-right: -15px;
        margin-left: -15px;
    }

    .program-slider .swiper-slide-active .clg-program_inner {
        box-shadow: 0 15px 32px 0 #ae969c;
    }

        .program-slider .swiper-slide-active .clg-program_inner .xb-item--tilte {
            -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
            transform: translateY(0px);
        }

        .program-slider .swiper-slide-active .clg-program_inner .xb-item--meta {
            -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
            transform: translateY(0px);
            transition-delay: .1s;
            visibility: visible;
            opacity: 1;
        }

        .program-slider .swiper-slide-active .clg-program_inner .clg-pro-btn a {
            opacity: 1;
            visibility: visible;
            transform: translateX(0px);
            transition-delay: .2s;
        }

    .hs-program_inner {
        border-radius: 10px;
        overflow: hidden;
        max-height: 508px;
        margin-top: 30px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .hs-program_inner:hover {
            box-shadow: 0 22px 33px 0 rgba(63, 104, 94, 0.28);
        }

            .hs-program_inner:hover .xb-item--link a {
                color: var(--color-primary);
                border-color: var(--color-primary);
            }

                .hs-program_inner:hover .xb-item--link a span {
                    margin-left: 14px;
                }

                    .hs-program_inner:hover .xb-item--link a span svg path {
                        fill: var(--color-primary);
                    }

        .hs-program_inner .xb-item--holder {
            padding: 40px 30px;
        }

        .hs-program_inner .xb-item--title {
            font-weight: 700;
            font-size: 24px;
            line-height: 32px;
            text-transform: capitalize;
            color: var(--color-white);
            margin-bottom: 18px;
        }

        .hs-program_inner .xb-item--link a {
            font-weight: 700;
            font-size: 18px;
            line-height: 12px;
            text-transform: capitalize;
            color: var(--color-white);
            display: inline-block;
            padding-bottom: 3px;
            border-bottom: 2px solid #fff;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

            .hs-program_inner .xb-item--link a span {
                margin-left: 12px;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

                .hs-program_inner .xb-item--link a span svg {
                    -webkit-transition: 0.3s;
                    -o-transition: 0.3s;
                    transition: 0.3s;
                }

        .hs-program_inner .xb-item--img img {
            width: 100%;
        }

    .hs-pro-bottom {
        background: var(--color-white);
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        padding: 10px 40px 30px;
    }

        .hs-pro-bottom .xb-content p {
            font-size: 18px;
            line-height: 28px;
        }

    .program-menu {
        background: #F1F1E9;
        padding: 20px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        gap: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

        .program-menu button {
            background-color: var(--color-white);
            color: #170006;
            padding: 6px 30px;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
        }

    @media (max-width: 1199px) {
        .program-menu button {
            padding: 6px 24px;
        }
    }

    @media (max-width: 767px) {
        .program-menu button {
            padding: 4px 24px;
            font-size: 15px;
        }
    }

    .program-menu button.active,
    .program-menu button:hover {
        background-color: var(--color-primary);
    }

    .xb-cta {
        padding: 62px 50px 55px;
        border-radius: 15px;
        margin-bottom: -160px;
        z-index: 2;
    }

    @media (max-width: 991px) {
        .xb-cta {
            padding: 30px 20px 30px;
        }
    }

    .xb-cta h2 {
        font-weight: 700;
        font-size: 40px;
        line-height: 50px;
        color: var(--color-white);
        max-width: 638px;
    }

    @media (max-width: 1199px) {
        .xb-cta h2 {
            font-size: 30px;
            max-width: 500px;
        }
    }

    @media (max-width: 991px) {
        .xb-cta h2 {
            max-width: 400px;
        }
    }

    @media (max-width: 767px) {
        .xb-cta h2 {
            font-size: 25px;
            line-height: 40px;
        }
    }

    .xb-cta span {
        font-weight: 700;
        font-size: 20px;
        margin-left: 40px;
        color: var(--color-white);
    }

        .xb-cta span img {
            margin-right: 5px;
        }

    .footer-cta .xb-item--icon-avatar {
        margin-right: 21px;
    }

        .footer-cta .xb-item--icon-avatar span {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: var(--color-white);
        }

    .footer-cta .xb-item--content {
        color: var(--color-white);
    }

    .footer-cta .xb-item--avatar {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        overflow: hidden;
        margin-left: -10px;
    }

    .footer-cta .xb-item--contact span {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        display: inline-block;
        margin-bottom: 4px;
        letter-spacing: 0.14px;
        color: var(--color-white);
    }

    .footer-cta .xb-item--contact h3 {
        font-size: 30px;
        line-height: 40px;
        color: var(--color-white);
        font-family: var(--font-body);
    }

    .xb-cta-wrap {
        text-align: center;
    }

        .xb-cta-wrap .cta-content {
            font-size: 18px;
            line-height: 28px;
            max-width: 870px;
            display: inline-flex;
        }

    .cta-btn .xb-btn a {
        box-shadow: none;
        font-weight: 700;
        letter-spacing: -0.05px;
        background-color: var(--color-white);
    }

        .cta-btn .xb-btn a.active {
            background: var(--color-primary);
        }

    .cta-wrapper {
        position: relative;
    }

        .cta-wrapper::before {
            position: absolute;
            content: '';
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background: rgba(236, 238, 240, 0.93);
        }

    .hs-cta-inner .xb-item--list {
        justify-content: center;
    }

        .hs-cta-inner .xb-item--list li {
            font-weight: 700;
            font-size: 22px;
            line-height: 32px;
            letter-spacing: 0.02px;
            text-transform: capitalize;
            color: #161a2c;
            margin-bottom: 55px;
        }

            .hs-cta-inner .xb-item--list li:not(:last-child) {
                margin-right: 50px;
            }

            .hs-cta-inner .xb-item--list li span {
                height: 30px;
                width: 30px;
                background: var(--color-primary);
                border-radius: 100px;
                -webkit-border-radius: 100px;
                -moz-border-radius: 100px;
                -ms-border-radius: 100px;
                -o-border-radius: 100px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                margin-right: 10px;
            }

    .hs-cta-inner .xb-item--content {
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        max-width: 657px;
        display: inline-block;
    }

    .hs-cta_bg {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
    }

    .hs-cta_shape .shape {
        position: absolute;
        bottom: 176px;
        left: 195px;
        z-index: -1;
    }

    .cta-btn {
        margin: -30px;
    }

        .cta-btn a {
            margin: 30px;
        }

    .mb-none-55 {
        margin-bottom: -55px;
    }

    .cta-item {
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        overflow: hidden;
    }

    .cta-inner {
        background-color: #00000078;
        padding: 40px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 25px;
    }

    @media (max-width: 767px) {
        .cta-inner {
            padding: 20px;
            margin: 25px;
        }
    }

    .cta-inner .xb-item--icon {
        margin-bottom: 24px;
        min-height: 59px;
    }

    .cta-inner .xb-item--title {
        font-size: 24px;
        margin-bottom: 18px;
        text-transform: capitalize;
    }

    .cta-inner .xb-item--content {
        margin-bottom: 47px;
    }

    .xb-cta-btn .thm-btn {
        padding: 17px 38px;
    }

    .mr-set {
        margin-left: -42px;
        margin-right: -42px;
    }

    @media (max-width: 767px) {
        .mr-set {
            margin: 0;
        }
    }

    .xb-campus__wrapper {
        display: inline-block;
    }

        .xb-campus__wrapper::before {
            position: absolute;
            content: '';
            left: 0;
            bottom: -34px;
            background-image: url(../img/shape/campus-shape.png);
            height: 100%;
            width: 100%;
            background-repeat: no-repeat;
            background-position: center bottom;
            background-size: 100%;
        }

    @media (max-width: 1199px) {
        .xb-campus__wrapper::before {
            bottom: -22px;
        }
    }

    .xb-campus__wrapper .xb-item--holder {
        position: absolute;
        bottom: 40px;
        left: 40px;
    }

    .xb-campus__wrapper .xb-item--img {
        border-radius: 15px;
    }

        .xb-campus__wrapper .xb-item--img img {
            width: 100%;
        }

    .xb-campus__wrapper .xb-item--title {
        background: var(--color-white);
        padding: 5px 10px;
        margin-bottom: 20px;
        border-radius: 5px;
        transform: translateY(20px);
        opacity: 0;
    }

    .xb-campus__wrapper .xb-item--holder .xb-btn_thm {
        transform: translateY(20px);
        opacity: 0;
        -webkit-transition: 0;
        -o-transition: 0;
        transition: 0;
    }

    .campus-slider .swiper-slide-active .xb-campus__wrapper .xb-item--title {
        opacity: 1;
        transform: translateY(0);
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    .campus-slider .swiper-slide-active .xb-campus__wrapper .xb-item--holder .xb-btn_thm {
        opacity: 1;
        transform: translateY(0);
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        transition-delay: .2s;
    }

    .campus-slider {
        border-radius: 20px;
    }

        .campus-slider .swiper-pagination-bullets,
        .campus-slider .swiper-pagination-custom,
        .campus-slider .swiper-pagination-fraction {
            bottom: 120px;
        }

            .campus-slider .swiper-pagination-bullets .swiper-pagination-bullet {
                margin: 4px 4px;
            }

        .campus-slider .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
            display: inline-block;
            border-radius: 50%;
            background: var(--color-heading);
            opacity: .2;
        }

        .campus-slider .swiper-pagination-bullet-active {
            height: 14px;
            width: 14px;
            background: var(--color-heading);
            opacity: 1;
        }

    .xb-btn_thm a {
        font-weight: 700;
        line-height: 38px;
        letter-spacing: 0.05em;
        padding: 0px 30px;
        margin-left: 0;
    }

    .xb-testimonial-right .xb-item--quote,
    .xb-testimonial-right .xb-item--author {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }

    .xb-testimonial-right .xb-item--content {
        font-size: 22px;
        line-height: 32px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }

    .xb-testimonial-right .xb-item--name {
        font-weight: 700;
        font-size: 22px;
        line-height: 35px;
        color: var(--color-heading);
        display: block;
        opacity: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    .xb-testimonial-right .xb-item--desig {
        font-size: 14px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        opacity: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    .xb-testimonial-right .swiper-slide-active .xb-item--content,
    .xb-testimonial-right .swiper-slide-active .xb-item--quote,
    .xb-testimonial-right .swiper-slide-active .xb-item--author {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    .xb-testimonial-right .swiper-slide-active .xb-item--content {
        transition-delay: .2s;
    }

    .xb-testimonial-right .swiper-slide-active .xb-item--author {
        transition-delay: .3s;
    }

    .testimonial-slider .swiper-slide-active .xb-item--name {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

    .testimonial-slider .swiper-slide-active .xb-item--desig {
        opacity: 1;
        transition-delay: .1s;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

    @media (max-width: 1199px) {
        .xb-tes-shape {
            display: none;
        }
    }

    .xb-tes-shape .shape {
        position: absolute;
    }

    .xb-tes-shape .shape--one {
        top: 0;
        left: 0;
    }

    .xb-tes-shape .shape--two {
        top: 0;
        right: 0;
    }

    .testimonial-carousel {
        position: absolute;
        top: 28.6%;
        right: 0%;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    @media (max-width: 767px) {
        .testimonial-carousel {
            top: 21.6%;
            right: 10%;
        }
    }

    .testimonial-carousel .xb-swiper-arrow {
        position: absolute;
        height: 50px;
        width: 50px;
        background-color: #fff1d0;
        border-radius: 100%;
        font-weight: 400;
        color: var(--color-heading);
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        cursor: pointer;
    }

        .testimonial-carousel .xb-swiper-arrow:hover {
            background: var(--color-primary);
        }

    .testimonial-carousel .xb-swiper-arrow-next {
        top: 200px;
    }

    .testimonial-slider-nav {
        position: absolute;
        top: 50%;
        right: -8%;
        max-height: 155px;
        padding: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    @media (max-width: 767px) {
        .testimonial-slider-nav {
            right: 0;
        }
    }

    .testimonial-nav-item {
        position: relative;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .testimonial-nav-item::before {
            position: absolute;
            content: '';
            height: 70px;
            width: 70px;
            opacity: 0;
            -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
            transform: scale(0.8);
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border: 1px solid var(--color-primary);
        }

    .testimonial-slider-nav .swiper-slide-active .testimonial-nav-item::before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .xb-testimonial-left {
        max-width: 498px;
        margin-left: 48px;
    }

    @media (max-width: 767px) {
        .xb-testimonial-left {
            max-width: 100%;
            margin-left: 0;
        }
    }

    .clg-testimonial .xb-item--holder {
        padding-right: 100px;
    }

    @media (max-width: 991px) {
        .clg-testimonial .xb-item--holder {
            padding-right: 0;
        }
    }

    .clg-testimonial .xb-item--quote {
        position: absolute;
        left: 0;
        top: 0;
        height: 45px;
        width: 45px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        background: var(--color-white);
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 20px 0 rgba(23, 0, 6, 0.12);
    }

    @media (max-width: 991px) {
        .clg-testimonial .xb-item--quote {
            margin-left: 20px;
        }
    }

    @media (max-width: 767px) {
        .clg-testimonial .xb-item--quote {
            position: unset;
            margin-left: 0;
            margin-bottom: 30px;
        }
    }

    .clg-testimonial .xb-item--content {
        font-family: var(--font-body);
        font-size: 36px;
        line-height: 46px;
        color: var(--color-heading);
        padding-left: 183px;
    }

    @media (max-width: 767px) {
        .clg-testimonial .xb-item--content {
            padding-left: 0;
            font-size: 22px;
            line-height: 37px;
        }
    }

    .clg-tes-slider_nav {
        margin-left: 183px;
        margin-top: 60px;
        margin-right: 150px;
    }

    @media (max-width: 767px) {
        .clg-tes-slider_nav {
            margin-left: 70px;
            margin-right: 70px;
        }
    }

    .clg-testimonial-slider {
        padding-left: 30px;
        margin-left: -30px;
    }

    @media (max-width: 991px) {
        .clg-testimonial-slider {
            padding-left: 0;
            margin-left: 0;
        }
    }

    .clg-testimonial_author {
        display: inline-block;
        margin-left: 22px;
    }

        .clg-testimonial_author .xb-item--holder {
            margin-top: 10px;
            min-width: 200px;
        }

        .clg-testimonial_author .xb-item--avater {
            -webkit-transform: scale(0.56);
            -ms-transform: scale(0.56);
            transform: scale(0.56);
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            display: inline-block;
            width: 90px;
            height: 90px;
        }

            .clg-testimonial_author .xb-item--avater img {
                width: 100%;
                opacity: 0.5;
            }

        .clg-testimonial_author .xb-item--name {
            font-size: 22px;
            line-height: 35px;
            letter-spacing: -0.02px;
            color: var(--color-heading);
            transform: translateY(20px);
            opacity: 0;
            visibility: hidden;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .clg-testimonial_author .xb-item--desig {
            font-size: 14px;
            letter-spacing: 0.1px;
            transform: translateY(20px);
            opacity: 0;
            visibility: hidden;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

    .clg-tes-slider_nav .swiper-slide-active .clg-testimonial_author .xb-item--avater {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

        .clg-tes-slider_nav .swiper-slide-active .clg-testimonial_author .xb-item--avater img {
            opacity: 1;
        }

    .clg-tes-slider_nav .swiper-slide-active .clg-testimonial_author .xb-item--name,
    .clg-tes-slider_nav .swiper-slide-active .clg-testimonial_author .xb-item--desig {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .hs-testimonial_wrapper .xb-item--inner {
        background: var(--color-white);
        padding: 35px 40px 31px;
        position: relative;
        border-radius: 15px 15px 15px 0;
        margin-bottom: 42px;
    }

        .hs-testimonial_wrapper .xb-item--inner::before {
            position: absolute;
            content: '';
            left: 0;
            bottom: -27px;
            width: 52px;
            height: 26.9px;
            background-image: url(../img/shape/hs-tes-sp.png);
            background-repeat: no-repeat;
        }

    .hs-testimonial_wrapper .xb-item--number {
        font-weight: 700;
        font-size: 18px;
        color: #161a2c;
        margin-right: 11px;
    }

    .hs-testimonial_wrapper .xb-item--star {
        margin-top: -4px;
    }

    .hs-testimonial_wrapper .xb-item--content {
        font-size: 20px;
        line-height: 30px;
        border-top: 1px solid #d5e0e3;
        padding-top: 20px;
        font-weight: 400;
    }

    .hs-testimonial_wrapper .xb-item--name {
        font-family: var(--font-body);
        font-weight: 700;
        font-size: 18px;
        color: #161a2c;
    }

    .hs-testimonial-slider {
        margin-left: -125px;
        margin-right: -125px;
    }

    @media (max-width: 991px) {
        .hs-testimonial-slider {
            margin: 0;
            padding: 0 20px;
        }
    }

    .tes-img img {
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }

    .clg-testimonial-carousel .xb-swiper-arrow {
        width: 62px;
        height: 40px;
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        -o-border-radius: 40px;
        background-color: #063368;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 98px;
        left: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .clg-testimonial-carousel .xb-swiper-arrow svg path {
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .clg-testimonial-carousel .xb-swiper-arrow:hover {
            background-color: var(--color-primary);
        }

            .clg-testimonial-carousel .xb-swiper-arrow:hover svg path {
                stroke: #000;
            }

        .clg-testimonial-carousel .xb-swiper-arrow.tm-swiper-arrow-next {
            left: auto;
            right: 0;
        }

    @media (max-width: 1199px) {
        .xb-testimonial-right {
            margin-left: 40px;
        }
    }

    @media (max-width: 767px) {
        .xb-testimonial-right {
            margin-left: 0;
        }
    }

    .event-bg-clr {
        background: var(--color-sec-bg);
    }

    .xb-event-left {
        background: var(--color-white);
        border-radius: 15px;
        overflow: hidden;
    }

        .xb-event-left:hover .xb-item--img::before {
            visibility: visible;
            opacity: 1;
        }

        .xb-event-left:hover .xb-item--img img {
            transform: scale(1.03);
        }

        .xb-event-left:hover .xb-item--date {
            visibility: visible;
            opacity: 1;
        }

        .xb-event-left .xb-item--author {
            width: calc(100% - 280px);
        }

    @media (max-width: 767px) {
        .xb-event-left .xb-item--author {
            width: 100%;
            padding: 30px;
        }
    }

    .xb-event-left .xb-item--img {
        margin-right: 30px;
        overflow: hidden;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        width: 250px;
    }

    @media (max-width: 767px) {
        .xb-event-left .xb-item--img {
            width: 100%;
            margin-right: 0;
        }
    }

    .xb-event-left .xb-item--img::before {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        background: rgba(120, 25, 33, 0.7);
        opacity: 0;
        visibility: hidden;
        z-index: 1;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .xb-event-left .xb-item--img img {
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    .xb-event-left .xb-item--location svg {
        transform: translateY(-2px);
    }

    .xb-event-left .xb-item--title {
        color: var(--color-heading);
        font-size: 22px;
        line-height: 32px;
        margin-top: 15px;
        max-width: 316px;
        display: inline-block;
    }

        .xb-event-left .xb-item--title a {
            color: currentColor;
        }

    .xb-event-left .xb-item--date {
        position: absolute;
        left: 40%;
        top: 50%;
        transform: translate(-40%, -50%);
        font-weight: 700;
        font-size: 24px;
        text-align: center;
        visibility: hidden;
        opacity: 0;
        z-index: 2;
        color: var(--color-white);
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    .xb-event-item {
        border-radius: 15px;
        overflow: hidden;
    }

        .xb-event-item:hover .xb-item--img img {
            transform: scale(1.03);
        }

        .xb-event-item .xb-item--img img {
            width: 100%;
            -webkit-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
        }

        .xb-event-item .xb-item--location svg {
            margin-right: 7px;
        }

        .xb-event-item .xb-item--title {
            font-size: 20px;
            line-height: 36px;
            margin-top: 13px;
            max-width: 429px;
            display: inline-block;
            margin-bottom: 20px;
            color: #ffffff;
        }

    @media (max-width: 767px) {
        .xb-event-item .xb-item--title {
            font-size: 20px;
            line-height: 30px;
        }
    }

    .xb-event-item .xb-item--title a {
        color: currentColor;
    }

    .xb-event-item .xb-item--wrap {
        align-items: end;
    }

    .xb-event-item .xb-item--content {
        background: #000000a8;
        margin-top: -120px;
        border-radius: 0 15px;
        padding: 5px 20px;
        z-index: 1;
        width: 100%;
    }

    .xb-event-item .xb-item--content1 {
        background: #ffffff;
        margin-top: 10px;
        border-radius: 0 15px;
        padding: 5px 20px;
        z-index: 1;
        width: 100%;
    }

    .xb-event-item .xb-item--date-inner {
        background: var(--color-white);
        padding: 24px 10px;
        position: relative;
        width: calc(100% - 79%);
    }

        .xb-event-item .xb-item--date-inner::before {
            position: absolute;
            left: 0;
            top: 12px;
            height: 135px;
            width: 1px;
            background: #e3e3df;
            content: '';
        }

    .xb-event-item .xb-item--date {
        font-weight: 700;
        font-size: 20px;
    }

    @media (max-width: 767px) {
        .xb-event-item .xb-item--date {
            font-size: 16px;
            line-height: 1;
        }
    }

    .xb-event-item .xb-item--icon {
        border-radius: 100%;
        background: var(--color-sec-bg);
        height: 42px;
        width: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 14px;
    }

    @media (max-width: 767px) {
        .event-shape {
            display: none;
        }
    }

    .event-shape .shape {
        position: absolute;
    }

    .event-shape .shape--one {
        top: 21%;
        left: 60px;
    }

    .event-shape .shape--two {
        top: 50px;
        right: 0;
    }

    .xb-event-bottom {
        margin-top: -147px;
    }

    @media (max-width: 991px) {
        .xb-event-bottom {
            margin-top: 0;
        }
    }

    .xb-event-btn a {
        padding: 15px 45px;
        margin-left: 0;
        line-height: 0;
        box-shadow: none;
    }

    @media (max-width: 767px) {
        .xb-event-btn a {
            padding: 15px 30px;
        }
    }

    .clg-event-bg {
        background: #eceef0;
        z-index: 1;
    }

        .clg-event-bg::before {
            position: absolute;
            content: '';
            height: 100%;
            width: 100%;
            background: rgba(236, 238, 240, 0.7);
            top: 0;
            left: 0;
            z-index: 2;
        }

    .clg-event-wrap {
        background: var(--color-white);
        box-shadow: 0 2px 20px 0 rgba(23, 0, 6, 0.07);
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        overflow: hidden;
        padding: 15px;
        padding-top: 0px;
        position: relative;
    }

        .clg-event-wrap .xb-item--right {
            width: 80%;
        }

        .clg-event-wrap .xb-item--date {
            background: #eceef0;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            padding: 20px 35px;
            position: relative;
            margin-right: 30px;
            overflow: hidden;
        }

            .clg-event-wrap .xb-item--date::before {
                position: absolute;
                content: '';
                top: 0;
                left: 0;
                height: 4px;
                width: 100%;
                background: #034da2;
            }

        .clg-event-wrap .xb-item--moth {
            font-size: 18px;
            display: block;
            margin-bottom: 5px;
        }

        .clg-event-wrap .xb-item--number {
            font-size: 28px;
            color: var(--color-heading);
        }

        .clg-event-wrap .xb-item--title {
            font-weight: 600;
            font-size: 24px;
            line-height: 32px;
            margin-bottom: 10px;
            display: block;
        }

            .clg-event-wrap .xb-item--title a {
                color: currentColor;
            }

        .clg-event-wrap .xb-item--left {
            width: 80%;
        }

    @media (max-width: 1199px) {
        .clg-event-wrap .xb-item--left {
            width: 70%;
            padding-right: 20px;
        }
    }

    @media (max-width: 767px) {
        .clg-event-wrap .xb-item--left {
            width: 100%;
            padding-right: 0;
        }
    }

    .clg-event-wrap .xb-item--right {
        width: 20%;
        border-left: 1px solid #d9d9d9;
        padding: 3px 0 10px 40px;
    }

    @media (max-width: 1199px) {
        .clg-event-wrap .xb-item--right {
            width: 30%;
            text-align: right;
        }
    }

    @media (max-width: 767px) {
        .clg-event-wrap .xb-item--right {
            width: 100%;
            text-align: left;
        }
    }

    .clg-event-wrap .xb-item--time {
        display: inline-block;
    }

    .clg-event-wrap .xb-item--holder {
        max-width: 717px;
    }

    .clg-event-wrap .event-btn a {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .clg-event-wrap .event-btn a span svg path {
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .clg-event-wrap .event-btn a:hover {
            color: var(--color-primary);
        }

            .clg-event-wrap .event-btn a:hover span svg path {
                fill: var(--color-primary);
            }

    @media (max-width: 767px) {
        .clg-event-shape {
            display: none;
        }
    }

    .clg-event-shape .shape {
        position: absolute;
        z-index: -1;
    }

    .clg-event-shape .shape--one {
        bottom: 0;
        left: 0;
    }

    .clg-event-shape .shape--two {
        bottom: 0;
        right: 0;
    }

    .clg-event-shape .shape--three {
        left: 39px;
        top: 17%;
    }

    .clg-event-shape .shape--four {
        top: 11%;
        left: 23%;
    }

    .clg-event-shape .shape--five {
        bottom: 24%;
        left: 20%;
    }

    .clg-event-shape .shape--six {
        top: 5%;
        right: 4%;
    }

    .clg-event-shape .shape--seven {
        top: 25%;
        right: 16%;
    }

    .clg-event-shape .shape--eight {
        top: 34%;
        right: 79px;
    }

    .clg-event-shape .shape--nine {
        bottom: 11%;
        right: 29%;
    }

    .event-single__image {
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        overflow: hidden;
    }

    .event-single__content h2 {
        font-size: 40px;
        margin-bottom: 25px;
    }

    @media (max-width: 767px) {
        .event-single__content h2 {
            font-size: 30px;
            margin-bottom: 20px;
        }
    }

    .event-single__content h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    @media (max-width: 767px) {
        .event-single__content h3 {
            font-size: 24px;
        }
    }

    .event-single__content p {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 20px;
        line-height: 26px;
    }

    .event-single__google-map {
        height: 365px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        overflow: hidden;
    }

        .event-single__google-map iframe {
            height: 100%;
            width: 100%;
        }

    .event-single__btn {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

        .event-single__btn a {
            color: #5C5C54;
            border: 1px solid #E6E6E6;
            padding: 10px 40px;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            font-size: 18px;
        }

            .event-single__btn a:hover {
                border-color: #170006;
            }

            .event-single__btn a img {
                margin-right: 10px;
            }

    .event-single__sidebar {
        box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
        padding: 40px 30px;
        max-width: 360px;
        float: right;
    }

    @media (max-width: 991px) {
        .event-single__sidebar {
            float: none;
            max-width: 100%;
        }
    }

    .event-single__sidebar .countdown {
        margin-bottom: 35px;
        padding-bottom: 32px;
        border-bottom: 1px solid #E6E6E6;
    }

        .event-single__sidebar .countdown .single {
            text-align: center;
        }

            .event-single__sidebar .countdown .single:not(:last-child) {
                margin-right: 9px;
            }

            .event-single__sidebar .countdown .single h1 {
                background-color: #F1F1E9;
                border: 1px solid #E0DED7;
                font-size: 24px;
                font-weight: 700;
                font-family: var(--font-body);
                width: 68px;
                height: 68px;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
            }

    @media (max-width: 1199px) {
        .event-single__sidebar .countdown .single h1 {
            width: 50px;
            height: 50px;
            font-size: 16px;
        }
    }

    .event-single__sidebar .countdown .single p {
        font-size: 16px;
        font-weight: 400;
        margin-top: 8px;
    }

    .event-single__sidebar h3 {
        font-size: 20px;
        font-weight: 700;
        font-family: var(--font-body);
        margin-bottom: 5px;
    }

    .event-single__cta {
        font-size: 16px;
        font-weight: 400;
        margin-top: 12px;
    }

        .event-single__cta a {
            color: #170006;
            text-decoration: underline;
        }

    .event-single__content {
        margin-right: -40px;
    }

    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .event-single__content {
            margin-right: 0;
        }
    }

    @media (max-width: 1199px) {
        .event-single__content {
            margin-right: 0;
        }
    }

    .xb-feature_wrap {
        background: #eceef0;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        padding: 20px;
        z-index: 1;
    }

        .xb-feature_wrap .xb-item--icon {
            background: var(--color-white);
            height: 70px;
            width: 70px;
            border-radius: 50px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            -o-border-radius: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
        }

        .xb-feature_wrap .xb-item--holder {
            width: calc(100% - 85px);
        }

        .xb-feature_wrap .xb-item--title {
            font-family: var(--font-body);
            font-size: 22px;
            font-weight: 500;
            line-height: 30px;
            margin-bottom: 5px;
        }

        .xb-feature_wrap .xb-item--content {
            font-size: 16px;
            line-height: 26px;
        }

    .sh-featuree_wrap {
        padding: 0;
        background: none;
    }

        .sh-featuree_wrap .xb-item--holder {
            width: calc(100% - 100px);
        }

    @media (max-width: 1199px) {
        .sh-featuree_wrap .xb-item--holder {
            padding-right: 0;
        }
    }

    .sh-featuree_wrap .xb-item--icon {
        background: #d9293a;
        margin-right: 30px;
    }

        .sh-featuree_wrap .xb-item--icon.bg_blue {
            background: #2f76cf;
        }

        .sh-featuree_wrap .xb-item--icon.bg_green {
            background: #34d171;
        }

    .xb-about_left .about-img img {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    @media (max-width: 1199px) {
        .xb-about-right {
            margin-left: 0;
        }
    }

    .xb-about-right .xb-item--title {
        font-family: var(--font-body);
        font-size: 22px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: -0.2px;
    }

    .about-sec-title .title {
        font-size: 32px;
        line-height: 50px;
    }

    @media (max-width: 767px) {
        .about-sec-title .title {
            font-size: 24px;
            line-height: 42px;
        }
    }

    .about-shape {
        position: absolute;
        right: 0;
        top: 24px;
    }

    @media (max-width: 1199px) {
        .hs-about-right {
            margin-left: 0;
        }
    }

    .hs-about-right .section-title .title {
        font-size: 48px;
        line-height: 60px;
    }

    @media (max-width: 1199px) {
        .hs-about-right .section-title .title {
            font-size: 38px;
            line-height: 50px;
        }
    }

    @media (max-width: 767px) {
        .hs-about-right .section-title .title {
            font-size: 24px;
            line-height: 35px;
        }
    }

    .hs-about-right .section-title .hs-content {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        max-width: 512px;
    }

    .hs-about-right .xb-item--list li {
        position: relative;
        padding-left: 22px;
        font-size: 18px;
    }

        .hs-about-right .xb-item--list li:not(:last-child) {
            margin-bottom: 6px;
        }

        .hs-about-right .xb-item--list li::after {
            position: absolute;
            content: '';
            width: 10px;
            height: 10px;
            left: 0;
            top: 33%;
            background: #034da2;
            border-radius: 50px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            -o-border-radius: 50px;
        }

    .hs-about {
        background: var(--color-white);
        border-radius: 190px 0 0 190px;
    }

        .hs-about .xb-shape {
            position: absolute;
            top: 0;
            left: 0;
        }

    .about-info {
        padding-right: 50px;
    }

        .about-info h3 {
            font-size: 16px;
            font-weight: 700;
            font-family: var(--font-body);
            margin-bottom: 20px;
        }

        .about-info p {
            font-size: 16px;
            line-height: 26px;
        }

    .xb-video {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        overflow: hidden;
    }

    .about-image {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        overflow: hidden;
        margin-right: 80px;
    }

    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .about-image {
            margin-right: 30px;
        }
    }

    @media (max-width: 1199px) {
        .about-image {
            margin-right: 0;
        }
    }

    .about-iconbox-item {
        background-color: #ffffff;
        border: 2px solid #063368;
        padding: 13px;
        border-radius: 13px;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        -ms-border-radius: 13px;
        -o-border-radius: 13px;
    }

        .about-iconbox-item img:hover {
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        }



        .about-iconbox-item .xb-item--icon {
            width: 49px;
            height: 49px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            background-color: var(--color-white);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 16px;
        }

        .about-iconbox-item .xb-item--title {
            font-size: 30px;
            text-transform: capitalize;
            letter-spacing: 0.02em;
            background: #ffffff;
        }

    @media (max-width: 1199px) {
        .about-iconbox-item .xb-item--title {
            font-size: 18px;
        }
    }

    .xb-news-left .xb-item--img img {
        width: 100%;
        border-radius: 10px;
    }

    .xb-news-left .xb-news-contant {
        padding-right: 110px;
    }

    @media (max-width: 767px) {
        .xb-news-left .xb-news-contant {
            padding-right: 0;
        }
    }

    .xb-news-left.hs-news {
        background: var(--color-white);
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        overflow: hidden;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .xb-news-left.hs-news:hover {
            box-shadow: 0 22px 33px 0 rgba(63, 104, 94, 0.28);
        }

            .xb-news-left.hs-news:hover .xb-link a {
                background: #D9293A;
            }

                .xb-news-left.hs-news:hover .xb-link a span {
                    -webkit-transform: translateX(5px);
                    -ms-transform: translateX(5px);
                    transform: translateX(5px);
                }

        .xb-news-left.hs-news .xb-item--img {
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
        }

        .xb-news-left.hs-news .xb-item--title {
            font-size: 24px;
            line-height: 34px;
        }

    @media (max-width: 1199px) {
        .xb-news-left.hs-news .xb-item--title {
            font-size: 20px;
            line-height: 32px;
        }
    }

    .xb-news-left.hs-news .xb-news-contant {
        padding-left: 30px;
        padding-right: 30px;
    }

    .xb-news-left.hs-news .xb-link a {
        color: var(--color-white);
        font-size: 18px;
        background: #161A2C;
        padding: 7px 0;
        display: block;
    }

        .xb-news-left.hs-news .xb-link a span {
            display: inline-block;
            margin-left: 12px;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

    .xb-news-rihgt:not(:last-child) {
        border-bottom: 1px solid rgba(23, 0, 6, 0.2);
    }

    .xb-news-rihgt .xb-item--img {
        width: 190px;
        margin-right: 20px;
    }

    @media (max-width: 767px) {
        .xb-news-rihgt .xb-item--img {
            width: 100%;
        }
    }

    .xb-news-rihgt .xb-news-contant {
        width: calc(100% - 210px);
    }

    @media (max-width: 767px) {
        .xb-news-rihgt .xb-news-contant {
            width: 100%;
            margin-top: 30px;
        }
    }

    .xb-news-rihgt .xb-news-contant .xb-item--title a {
        font-size: 24px;
        line-height: 34px;
    }

    .xb-news-contant .xb-item--meta li {
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .xb-news-contant .xb-item--meta li:not(:last-child) {
            margin-right: 28px;
        }

        .xb-news-contant .xb-item--meta li img {
            margin-right: 9px;
        }

    .xb-news-contant .xb-item--title {
        font-weight: 700;
        font-size: 28px;
        line-height: 38px;
        display: inline-block;
    }

    @media (max-width: 767px) {
        .xb-news-contant .xb-item--title {
            font-size: 22px;
        }
    }

    .xb-news-contant .xb-item--title a {
        color: currentColor;
    }

    .news-wrap .xb-item--img {
        border-radius: 10px;
        overflow: hidden;
    }

        .news-wrap .xb-item--img img {
            width: 100%;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

    .news-wrap:hover .xb-item--img img {
        transform: scale(1.03);
    }

    .news-bg {
        background-position: center bottom;
    }

    .faq-inner .accordion_box {
        list-style: none;
    }

        .faq-inner .accordion_box .block {
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

            .faq-inner .accordion_box .block .acc-btn {
                padding: 30px 0;
                font-size: 22px;
                position: relative;
                cursor: pointer;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
                border-bottom: 1px solid #D7D7D6;
                color: #170006;
                font-family: var(--font-heading);
            }

            .faq-inner .accordion_box .block:first-child .acc-btn {
                border-top: 1px solid #D7D7D6;
            }

            .faq-inner .accordion_box .block .acc_body {
                position: relative;
                display: none;
            }

                .faq-inner .accordion_box .block .acc_body.current {
                    display: block;
                }

            .faq-inner .accordion_box .block .content {
                border-top: 0;
                padding-top: 0;
                padding-right: 45px;
                line-height: 28px;
                color: var(--color-primary);
            }

            .faq-inner .accordion_box .block .qus {
                font-weight: 600;
                font-size: 22px;
                color: rgba(11, 57, 72, 0.5);
                padding-right: 13px;
            }

    .faq-inner .accordion.block.active-block .acc-btn .arrow {
        height: 40px;
        width: 40px;
        border-radius: 50px;
        background: var(--color-white);
    }

        .faq-inner .accordion.block.active-block .acc-btn .arrow::after {
            opacity: 1;
        }

        .faq-inner .accordion.block.active-block .acc-btn .arrow span::before {
            opacity: 0;
        }

        .faq-inner .accordion.block.active-block .acc-btn .arrow span::after {
            opacity: 1;
        }

    .faq-inner .acc-btn::before,
    .faq-inner .acc-btn::after {
        display: none;
    }

    .faq-inner .acc-btn.active .arrow::after {
        opacity: 1;
    }

    .faq-inner .acc-btn.active .arrow span::before {
        opacity: 0;
    }

    .faq-inner .acc-btn.active .arrow span::after {
        opacity: 1;
    }

    .faq-inner .acc-btn span {
        margin: 0 !important;
    }

    .faq-inner .arrow {
        position: absolute;
        top: 44px;
        right: 0;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        background: var(--color-white);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .faq-inner .arrow span::before,
        .faq-inner .arrow span::after {
            position: absolute;
            top: 50%;
            left: 50%;
            content: "\f067";
            font-family: "Font Awesome 5 Pro";
            font-weight: 400;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-size: 13px;
            color: var(--color-heading);
        }

        .faq-inner .arrow span::after {
            content: "\f068";
            opacity: 0;
            z-index: 1;
            top: 48%;
        }

    .faq-table {
        width: 100%;
        background-color: #fff;
        padding: 40px;
        padding-bottom: 0;
    }

    @media (max-width: 767px) {
        .faq-table {
            padding: 20px;
        }
    }

    .faq-table h3 {
        font-size: 20px;
        font-family: var(--font-body);
        margin-bottom: 22px;
        font-weight: 700;
    }

    .faq-table th,
    .faq-table td {
        padding: 16px 33px;
        text-align: left;
        font-weight: 500;
    }

    .faq-table th {
        background-color: #F1F1E9;
        font-size: 20px;
        color: #170006;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .faq-table tr {
        border-bottom: 1px solid #D7D7D6;
        color: #5C5C54;
    }

    @media screen and (max-width: 768px) {
        .faq-table th,
        .faq-table td {
            padding: 16px 20px;
            display: block;
            text-align: left;
            position: relative;
            font-size: 18px;
            width: 100%;
        }

        .faq-table thead {
            display: none;
        }

        .faq-table tr {
            margin-bottom: 20px;
            border-bottom: 2px solid #F1F1E9;
            display: block;
            border-radius: 5px;
        }

        .faq-table td {
            text-align: left;
            position: relative;
            border: none;
            border-bottom: 1px solid #D7D7D6;
        }

            .faq-table td:before {
                position: absolute;
                left: 20px;
                width: calc(50% - 20px);
                padding-left: 10px;
                font-weight: 700;
                text-align: left;
                color: #170006;
            }

            .faq-table td:last-child {
                border-bottom: none;
            }
    }

    .faq-table-item:not(:last-child) {
        margin-bottom: 90px;
    }

    .faq-table-item:last-child tr:last-child {
        border-bottom: none;
    }

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

    /*  03. globel
/*----------------------------------------*/

    @media (min-width: 1024px) {
        .container,
        .container-lg,
        .container-md,
        .container-sm,
        .container-xl {
            max-width: 1320px;
            padding-left: 15px;
            padding-right: 15px;
        }
    }

    .home-three {
        background-color: #ececec;
        color: var(--color-default-two);
    }

        .home-three main {
            background-color: #ececec;
        }

    .ml-0 {
        margin-left: 0 !important;
    }

    .mr-0 {
        margin-right: 0 !important;
    }

    .clr-primary {
        background: #fcd332;
    }

.clr-heading {
    border-image: fill 0 linear-gradient(#00000082, #000000a6);
    background-image: url('../img/library.jpg');
    background-size: cover;
    background-position: center;
}

.clr-violate {
    border-image: fill 0 linear-gradient(#00000082, #000000a6);
    background-image: url('../img/facilities/hostel2.jpg');
    background-size: cover;
    background-position: center;
}

.clr-gray {
    border-image: fill 0 linear-gradient(#00000082, #000000a6);
    background-image: url('../img/infra/_ssp8864.jpeg');
    background-size: cover;
    background-position: center;
}

    .mxw_1660 {
        max-width: 1660px;
    }

    .mxw_1820 {
        max-width: 1820px;
    }

    @media (max-width: 991px) {
        .container.px-60 {
            padding-left: 15px;
            padding-right: 15px;
        }
    }

    .g-15 {
        padding: 0 5px;
    }

        .g-15 > * {
            padding-left: 8px;
            padding-right: 8px;
        }

    .section_space {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .tagcloud,
    .tags-links {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        margin: -10px;
    }

        .tagcloud a,
        .tags-links a {
            display: block;
            color: #787B84;
            border: 1px solid #EDF3F5;
            min-height: 36px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            font-size: 14px;
            text-transform: capitalize;
            text-decoration: none;
            font-weight: 500;
            padding: 2px 17px 5px;
            margin: 7px;
            position: relative;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
        }

            .tagcloud a:hover,
            .tags-links a:hover {
                color: var(--color-white);
                background-color: var(--color-primary);
                border-color: var(--color-primary);
            }

    .body-overlay {
        background-color: #000000;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 1010;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s linear 0s;
        transition: all 600ms ease;
        -webkit-transition: all 600ms ease;
        -moz-transition: all 600ms ease;
        -ms-transition: all 600ms ease;
        -o-transition: all 600ms ease;
    }

        .body-overlay.active {
            opacity: .5;
            visibility: visible;
        }

    .post-tags li {
        font-size: 15px;
        text-transform: capitalize;
        position: relative;
    }

        .post-tags li:not(:first-child, :last-child) {
            margin-right: 11px;
            padding-right: 15px;
        }

            .post-tags li:not(:first-child, :last-child)::before {
                position: absolute;
                top: 50%;
                right: 0;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 5px;
                height: 5px;
                background-color: var(--color-primary);
                border-radius: 50%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                content: "";
            }

        .post-tags li span {
            display: inline-block;
            background-color: var(--color-primary);
            padding: 0px 10px;
            line-height: 25px;
            color: var(--color-white);
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            margin-right: 12px;
        }

        .post-tags li a {
            color: var(--color-black);
        }

            .post-tags li a:hover {
                color: var(--color-black);
            }

    .mfp-zoom-in .mfp-content {
        opacity: 0;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    .mfp-zoom-in.mfp-ready .mfp-content {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    body .mfp-wrap .mfp-container .mfp-content .mfp-close {
        padding: 0;
        right: 0;
        text-align: center;
        top: -36px;
        width: 36px;
        height: 36px;
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        background: var(--color-white);
        cursor: pointer;
        opacity: 1;
        font-size: 0;
        border: 9px solid transparent;
        position: absolute;
    }

    body .mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close {
        top: 4px;
    }

    body .mfp-wrap .mfp-container .mfp-content .mfp-close::before,
    body .mfp-wrap .mfp-container .mfp-content .mfp-close::after {
        content: '';
        position: absolute;
        height: 2px;
        width: 100%;
        top: 50%;
        left: 0;
        margin-top: -1px;
        transform-origin: 50% 50%;
        -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        background-color: #222;
    }

    body .mfp-wrap .mfp-container .mfp-content .mfp-close::before {
        -webkit-transform: rotate(45deg);
        -khtml-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    body .mfp-wrap .mfp-container .mfp-content .mfp-close::after {
        -webkit-transform: rotate(-45deg);
        -khtml-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::before,
    body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::after {
        -webkit-transform: rotate(0);
        -khtml-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::before,
    body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::after {
        -webkit-transform: rotate(0);
        -khtml-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    .mfp-iframe-holder .mfp-content {
        max-width: 1170px;
    }

    .xb-carousel-inner {
        margin: -30px;
    }

    .xb-swiper-sliders {
        position: relative;
    }

    .xb-swiper-container {
        overflow: hidden;
        padding: 30px;
    }

    .xb-swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .xb-swiper-slide:not(.swiper-slide-visible) {
        opacity: 0;
    }

    .xb-swiper-slide {
        -webkit-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
        -khtml-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
        -moz-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
        -ms-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
        -o-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
        transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        display: flex;
        align-items: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .z-index-2 {
        z-index: 2;
        position: relative;
    }

    .xb-overlay {
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .xb-overlay-link {
        z-index: 1;
    }

    .text-12 {
        font-size: 12px;
    }

    .letter-spacing-0 {
        letter-spacing: 0;
    }

    @media (max-width: 991px) {
        .margin-none-md {
            margin-bottom: 0;
        }
    }

    @media (max-width: 767px) {
        .mb-30-xs {
            margin-bottom: 30px;
        }
    }

    .br-20 {
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }

    .z-1 {
        z-index: 1;
    }

    .z-3 {
        position: relative;
        z-index: 3;
    }

    .ml-auto {
        margin-left: auto;
    }

    .align-end {
        align-items: flex-end;
    }

    .xb-hover-zoom:hover .xb-item--img img {
        -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);
    }

    .xb-hover-zoom .xb-item--img {
        overflow: hidden;
    }

        .xb-hover-zoom .xb-item--img img {
            -webkit-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
        }

    .o-hidden {
        overflow: hidden;
    }

    .xb-law-swiper-arrow .xb-swiper-arrow {
        border: 1px solid rgba(255, 255, 255, 0.12);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        color: var(--color-white);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .xb-law-swiper-arrow .xb-swiper-arrow.xb-swiper-arrow-next {
            margin-left: 10px;
        }

        .xb-law-swiper-arrow .xb-swiper-arrow:hover,
        .xb-law-swiper-arrow .xb-swiper-arrow.xb-swiper-arrow-next {
            color: var(--color-law);
            background-color: var(--color-white);
        }

    .xb-law-swiper-arrow-main-color .xb-swiper-arrow {
        background-color: var(--color-law);
        color: var(--color-white);
    }

    .pagination-style1 {
        bottom: -60px;
    }

        .pagination-style1 .swiper-pagination-bullet {
            width: 14px;
            height: 14px;
            background-color: #162432;
        }

        .pagination-style1.style-white .swiper-pagination-bullet {
            background-color: var(--color-white);
        }

    .text-heading {
        color: var(--color-heading);
    }

    .text-24 {
        font-size: 24px;
    }

    .weight-medium {
        font-weight: 500;
    }

    .xb-blur {
        background: var(--color-primary);
        filter: blur(139px);
        height: 481px;
        width: 481px;
        border-radius: 50%;
        z-index: -2;
    }

    @media (max-width: 991px) {
        .xb-blur {
            height: 300px;
            width: 300px;
        }
    }

    @media (max-width: 767px) {
        .xb-blur {
            height: 150px;
            width: 150px;
        }
    }

    .social-icon li {
        margin-top: 10px;
    }

        .social-icon li:not(:last-child) {
            margin-right: 31px;
        }

    @media (max-width: 991px) {
        .social-icon li:not(:last-child) {
            margin-right: 20px;
        }
    }

    .social-icon li a {
        color: #FFFFFF;
        font-size: 24px;
        height: 64px;
        width: 64px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    @media (max-width: 767px) {
        .social-icon li a {
            font-size: 18px;
            height: 55px;
            width: 54px;
        }
    }

    .social-icon li a::before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: '';
        z-index: -1;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        -webkit-transition: all 0.4s cubic-bezier(0.56, 0.26, 0.31, 1.32);
        -o-transition: all 0.4s cubic-bezier(0.56, 0.26, 0.31, 1.32);
        transition: all 0.4s cubic-bezier(0.56, 0.26, 0.31, 1.32);
        transition-delay: .1s;
        transform-style: preserve-3d;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        transform-origin: center;
        border: 1px solid rgba(255, 255, 255, 0.15);
    }

    .social-icon li a::after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: '';
        z-index: -1;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        -webkit-transition: all 0.4s cubic-bezier(0.56, 0.26, 0.31, 1.32);
        -o-transition: all 0.4s cubic-bezier(0.56, 0.26, 0.31, 1.32);
        transition: all 0.4s cubic-bezier(0.56, 0.26, 0.31, 1.32);
        background-color: var(--color-primary);
        transition-delay: .1s;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        transform-style: preserve-3d;
        transform-origin: center;
    }

    .social-icon li a:hover {
        color: #020202;
    }

        .social-icon li a:hover::before {
            transform: scale(0);
        }

        .social-icon li a:hover::after {
            transform: scaleX(1);
        }

    .row.g-150 {
        margin-left: -75px;
        margin-right: -75px;
    }

    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .row.g-150 {
            margin-left: -35px;
            margin-right: -35px;
        }
    }

    @media (max-width: 1199px) {
        .row.g-150 {
            margin-left: -20px;
            margin-right: -20px;
        }
    }

    .row.g-150 > * {
        padding-left: 75px;
        padding-right: 75px;
    }

    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .row.g-150 > * {
            padding-left: 35px;
            padding-right: 35px;
        }
    }

    @media (max-width: 1199px) {
        .row.g-150 > * {
            padding-left: 20px;
            padding-right: 20px;
        }
    }

    .line_wrap {
        top: 0px;
        bottom: 0px;
        width: 100%;
        display: block;
        position: absolute;
        max-width: 1292px;
        margin: auto;
    }

    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
        .line_wrap {
            max-width: 1171px;
        }
    }

    @media (max-width: 1199px) {
        .line_wrap {
            display: none;
        }
    }

    .line_wrap .xb-line::before,
    .line_wrap .xb-line::after {
        position: absolute;
        top: 0;
        left: -1px;
        width: 1px;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.18);
        content: "";
        z-index: 2;
    }

    .line_wrap .xb-line::after {
        left: auto;
        right: 1px;
    }

    .xb-svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

        .xb-svg svg {
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: visible;
        }

    .hero__content-wrap .section-title .title {
        font-size: 60px;
        line-height: 70px;
    }

    @media (max-width: 1199px) {
        .hero__content-wrap .section-title .title {
            font-size: 50px;
            line-height: 58px;
        }
    }

    @media (max-width: 991px) {
        .hero__content-wrap .section-title .title {
            font-size: 30px;
            line-height: 40px;
        }
    }

    .hero__content-wrap .section-title .content {
        color: #D4CDD1;
    }

    .hero__content-wrap .xb-hero-img {
        margin-top: -10px;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }

    @media (max-width: 767px) {
        .hero__content-wrap .xb-hero-img {
            margin-top: 0;
            -webkit-transform: translateX(10px);
            -ms-transform: translateX(10px);
            transform: translateX(10px);
        }
    }

    .hero-btns {
        background: #063368;
        padding: 36px 0;
    }

        .hero-btns .thm-btn {
            padding: 17px 38px;
        }

    .hero-style-two .hero-bg {
        min-height: 790px;
        display: flex;
        align-items: center;
    }

    @media (max-width: 1199px) {
        .hero-style-two .hero-bg {
            min-height: 600px;
        }
    }

    @media (max-width: 767px) {
        .hero-style-two .hero-bg {
            min-height: 450px;
        }
    }

    @media (max-width: 991px) {
        .hero-style-two .hero__content-wrap .section-title .title {
            font-size: 40px;
            line-height: 53px;
        }
    }

    @media (max-width: 767px) {
        .hero-style-two .hero__content-wrap .section-title .title {
            font-size: 30px;
            line-height: 43px;
        }
    }

    .hero-style-three {
        min-height: 800px;
    }

    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .hero-style-three {
            min-height: 700px;
        }
    }

    @media (max-width: 1199px) {
        .hero-style-three {
            min-height: 600px;
        }
    }

    @media (max-width: 991px) {
        .hero-style-three {
            padding-top: 100px;
        }
    }

    .hero-style-three .hero-right {
        position: absolute;
        bottom: 0;
        right: 100px;
    }

    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .hero-style-three .hero-right {
            right: -50px;
            max-width: 800px;
        }
    }

    @media (max-width: 1199px) {
        .hero-style-three .hero-right {
            right: -50px;
            max-width: 650px;
        }
    }

    @media (max-width: 991px) {
        .hero-style-three .hero-right {
            position: unset;
        }
    }

    .mission-vission-bg {
        position: absolute;
        background-image: url('../img/bg/vm_bg.jpg');
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .mission-vission-item {
        background-color: #034da2;
        padding: 70px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        position: relative;
        z-index: 1;
        overflow: hidden;
        height: 100%;
    }

    @media (max-width: 1199px) {
        .mission-vission-item {
            padding: 40px 30px;
        }
    }

    .mission-vission-item .xb-item--title {
        font-size: 40px;
        margin-bottom: 30px;
        color: var(--color-white);
    }

    .mission-vission-item .xb-item--content {
        color: #FAD3D7;
        font-size: 16px;
        margin-bottom: 40px;
        line-height: 26px;
    }

    .mission-vission-item .xb-item--subtitle {
        color: var(--color-white);
        margin-bottom: 30px;
    }

    .mission-vission-item .xb-item--list li {
        color: var(--color-white);
        display: flex;
        align-items: center;
    }

        .mission-vission-item .xb-item--list li:not(:last-child) {
            margin-bottom: 6px;
        }

        .mission-vission-item .xb-item--list li span {
            margin-right: 10px;
        }

    .mission-vission-item .xb-item--shape .shape {
        position: absolute;
        z-index: -1;
    }

    .mission-vission-item .xb-item--shape .shape--1 {
        bottom: 0;
        left: 0;
    }

    .mission-vission-item .xb-item--shape .shape--2 {
        top: 0;
        right: 0;
    }

    .team-item {
        padding: 20px;
        background-color: var(--color-white);
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    @media (max-width: 1199px) {
        .team-item {
            padding: 20px 10px;
        }
    }

    .team-item:hover {
        box-shadow: 0 22px 33px 0 rgba(63, 104, 94, 0.24);
    }

    .team-item .xb-item--img img {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    .team-item .xb-item--info {
        border-bottom: 1px dashed #D9D9D9;
        padding-bottom: 22px;
        margin-bottom: 22px;
    }

    .team-item .xb-item--name {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 4px;
    }

        .team-item .xb-item--name a {
            color: currentColor;
        }

    .team-item .xb-item--desig {
        font-size: 16px;
    }

    .team-item .xb-item--meta li {
        display: flex;
        align-items: center;
        font-size: 16px;
        position: relative;
    }

        .team-item .xb-item--meta li:not(:last-child) {
            margin-right: 27px;
            padding-right: 70px;
        }

    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .team-item .xb-item--meta li:not(:last-child) {
            margin-right: 15px;
            padding-right: 15px;
        }
    }

    @media (max-width: 1199px) {
        .team-item .xb-item--meta li:not(:last-child) {
            margin-right: 15px;
            padding-right: 15px;
        }
    }

    .team-item .xb-item--meta li:not(:last-child)::before {
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 16px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #D9D9D9;
        content: "";
    }

    .team-item .xb-item--meta li span {
        margin-right: 8px;
    }

    .team-item:hover .xb-item--social li {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

        .team-item:hover .xb-item--social li:nth-child(2) {
            transition-delay: .1s;
        }

        .team-item:hover .xb-item--social li:nth-child(1) {
            transition-delay: .2s;
        }

    .team-item:hover .team-social .plus {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .team-social {
        position: absolute;
        right: 32px;
        bottom: -23px;
    }

        .team-social .xb-item--social li a,
        .team-social .plus {
            width: 46px;
            height: 46px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: var(--color-white);
            color: #170006;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            margin-top: 10px;
        }

        .team-social .xb-item--social li {
            opacity: 0;
            visibility: hidden;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
            transform: translateY(10px);
        }

        .team-social .plus {
            display: inline-flex;
            background-color: var(--color-primary);
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

    .team-slider {
        margin-left: -120px;
        margin-right: -120px;
        padding: 0 30px;
    }

    @media (max-width: 991px) {
        .team-slider {
            margin-left: 0;
            margin-right: 0;
        }
    }

    .team-single__inner {
        padding: 40px;
        padding-bottom: 1px;
        background-color: var(--color-white);
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }

    @media (max-width: 767px) {
        .team-single__inner {
            padding: 30px 20px;
        }
    }

    .team-single__info .xb-item--avatar {
        width: 390px;
        margin-right: 60px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        overflow: hidden;
    }

    @media (max-width: 1199px) {
        .team-single__info .xb-item--avatar {
            margin-right: 0px;
        }
    }

    .team-single__info .xb-item--holder {
        width: calc(100% - 470px);
    }

    @media (max-width: 1199px) {
        .team-single__info .xb-item--holder {
            width: calc(100% - 520px);
        }
    }

    @media (max-width: 991px) {
        .team-single__info .xb-item--holder {
            width: 100%;
            margin-top: 30px;
        }
    }

    .team-single__info .xb-item--name {
        font-size: 30px;
        margin-bottom: 10px;
    }

    @media (max-width: 1199px) {
        .team-single__info .xb-item--name {
            margin-bottom: 5px;
            font-size: 30px;
        }
    }

    @media (max-width: 767px) {
        .team-single__info .xb-item--name {
            font-size: 22px;
            margin-bottom: 3px;
        }
    }

    .team-single__info .xb-item--list li {
        font-weight: 400;
    }

        .team-single__info .xb-item--list li:not(:last-child) {
            margin-bottom: 22px;
        }

        .team-single__info .xb-item--list li span {
            color: #170006;
            margin-right: 8px;
        }

    .team-single__social-title {
        font-size: 18px;
        font-weight: 400;
        font-family: var(--font-body);
    }

    .team-single__hr {
        color: #F1F1E9;
        opacity: 1;
        border-width: 3px;
        margin-left: -40px;
        margin-right: -40px;
    }

    .team-single__content h2 {
        font-size: 35px;
        font-weight: 700;
        margin-bottom: 37px;
    }

    @media (max-width: 767px) {
        .team-single__content h2 {
            font-size: 24px;
            margin-bottom: 20px;
        }
    }

    .team-single__content p:not(:last-child) {
        margin-bottom: 30px;
    }

    .team-single__list h4 {
        font-size: 18px;
        font-weight: 500;
        font-family: var(--font-body);
        margin-bottom: 10px;
    }

    .team-single__list ul {
        padding-left: 20px;
    }

        .team-single__list ul li {
            line-height: 34px;
        }

    .admission-iconbox {
        padding-left: 70px;
        border-left: 1px solid #D7D7D6;
    }

    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .admission-iconbox {
            padding-left: 50px;
        }
    }

    @media (max-width: 1199px) {
        .admission-iconbox {
            padding-left: 30px;
        }
    }

    @media (max-width: 991px) {
        .admission-iconbox {
            padding-left: 30px;
        }
    }

    .admission-iconbox-item:not(:last-child) {
        margin-bottom: 72px;
    }

    @media (max-width: 1199px) {
        .admission-iconbox-item:not(:last-child) {
            margin-bottom: 40px;
        }
    }

    .admission-iconbox-item .xb-item--icon {
        width: 85px;
        height: 85px;
        background-color: #F1F1E9;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        margin-right: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .admission-iconbox-item .xb-item--holder {
        width: calc(100% - 115px);
    }

    @media (max-width: 767px) {
        .admission-iconbox-item .xb-item--holder {
            width: 100%;
            margin-top: 30px;
        }
    }

    .admission-iconbox-item .xb-item--title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 14px;
        font-family: var(--font-body);
        text-transform: capitalize;
    }

    .admission-iconbox-item .xb-item--content {
        font-size: 16px;
        line-height: 24px;
    }

    .funfact-inner {
        padding: 80px;
        padding-top: 50px;
        background-color: var(--color-white);
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        margin-top: -140px;
        z-index: 1;
        position: relative;
        gap: 30px;
    }

    @media (max-width: 767px) {
        .funfact-inner {
            padding: 30px;
            padding-top: 0;
        }
    }

    .funfact-item .xb-item--title {
        color: #D9293A;
        font-size: 70px;
        display: flex;
        align-items: center;
        font-family: var(--font-body);
        font-weight: 700;
        text-transform: uppercase;
    }

    @media (max-width: 767px) {
        .funfact-item .xb-item--title {
            font-size: 40px;
        }
    }

    .funfact-item .xb-item--title span {
        font-size: 40px;
        color: #170006;
        margin-left: 13px;
    }

    @media (max-width: 767px) {
        .funfact-item .xb-item--title span {
            font-size: 20px;
        }
    }

    .course-single-image {
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        overflow: hidden;
    }

    .course-meta-item:not(:last-child) {
        margin-right: 115px;
    }

    .course-meta-item .xb-item--avatar {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        overflow: hidden;
        margin-right: 10px;
    }

    .course-meta-item .xb-item--title {
        font-size: 16px;
        color: #5C5C54;
        font-weight: 400;
        display: inline-block;
        margin-bottom: 2px;
    }

    .course-meta-item .xb-item--desig {
        font-size: 18px;
        color: #170006;
        font-weight: 500;
        font-family: var(--font-body);
        margin-bottom: 0;
    }

    .xb-star li {
        color: #FDB714;
        font-size: 16px;
    }

        .xb-star li:not(:last-child) {
            margin-right: 4px;
        }

    .course-single table {
        width: 100%;
        border-collapse: collapse;
        margin: 20px 0;
    }

    .course-single th,
    .course-single td {
        padding: 12px 15px;
        text-align: left;
        border: 1px solid #E6E6E6;
        font-size: 16px;
        font-weight: 400;
        color: #5C5C54;
    }

    .course-single th {
        color: #170006;
    }

    .course-info {
        padding: 0 31px;
        border: 1px solid #E6E6E6;
        border-top: none;
    }

    @media (max-width: 767px) {
        .course-info {
            padding: 0 10px;
        }
    }

    .course-info li {
        font-size: 16px;
        border-bottom: 1px solid #E6E6E6;
        padding: 21px 0;
        font-weight: 400;
    }

        .course-info li:last-child {
            border-bottom: none;
        }

    .course-info .xb-item--title {
        display: flex;
        align-items: center;
    }

        .course-info .xb-item--title span {
            color: #170006;
            margin-right: 10px;
        }

    @media (max-width: 767px) {
        .course-info .xb-item--title svg {
            margin-right: 0;
        }
    }

    .course-info .xb-item--preview {
        background-color: var(--color-primary);
        padding: 8px 13px;
        color: #170006;
        font-size: 15px;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        display: inline-flex;
        align-items: center;
        line-height: 1;
        margin-left: 18px;
    }

    @media (max-width: 767px) {
        .course-info .xb-item--preview {
            margin-left: 5px;
        }
    }

    .course-info .xb-item--preview svg {
        margin-right: 8px;
    }

    .course-info .xb-item--loack {
        margin-left: 107px;
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
        display: inline-block;
    }

    .course-faq .course-lesson {
        color: #170006;
        font-size: 16px;
        border: 1px solid #EAEAE2;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        padding: 6px 12px;
        line-height: 1;
        font-weight: 400;
    }

    .course-faq .accordion_box .block .acc-btn {
        padding: 19px 30px 19px 58px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 18px;
        font-weight: 500;
        font-family: var(--font-body);
        font-weight: 500;
    }

    @media (max-width: 767px) {
        .course-faq .accordion_box .block .acc-btn {
            font-size: 15px;
            line-height: 1.3;
        }
    }

    .course-faq .accordion_box .block:not(:last-child) {
        margin-bottom: 20px;
    }

    .course-faq .accordion_box .block .acc-btn {
        border: 1px solid #E6E6E6;
    }

    .course-faq .arrow,
    .course-faq .accordion.block.active-block .acc-btn .arrow {
        width: 30px;
        height: 30px;
        border: 1px solid #D9D9D9;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        left: 15px;
        top: 34px;
    }

        .course-faq .accordion.block.active-block .acc-btn .arrow i {
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .course-faq .accordion.block.active-block .acc-btn .arrow i {
            -webkit-transform: rotateX(-180deg);
            -ms-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

    .course-single-content h2 {
        font-size: 40px;
        margin-bottom: 35px;
    }

    @media (max-width: 767px) {
        .course-single-content h2 {
            font-size: 24px;
        }
    }

    .course-single-content h3 {
        font-size: 24px;
        text-transform: capitalize;
        margin-bottom: 20px;
    }

    @media (max-width: 767px) {
        .course-single-content h3 {
            font-size: 20px;
        }
    }

    .course-single-content p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 17px;
        font-weight: 400;
    }

    .xb-list li {
        font-size: 16px;
        display: flex;
        align-items: center;
    }

        .xb-list li:not(:last-child) {
            margin-bottom: 4px;
        }

        .xb-list li span {
            width: 13px;
            height: 13px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            background-color: var(--color-primary);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
        }

            .xb-list li span img {
                width: 8px;
            }

    .admin-info {
        border: 1px solid #E6E6E6;
        padding: 30px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

        .admin-info .xb-item--avatar {
            width: 220px;
            margin-right: 30px;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            overflow: hidden;
        }

    @media (max-width: 767px) {
        .admin-info .xb-item--avatar {
            width: 100%;
            margin-right: 0;
        }
    }

    .admin-info .xb-item--holder {
        width: calc(100% - 250px);
    }

    @media (max-width: 767px) {
        .admin-info .xb-item--holder {
            width: 100%;
            margin-top: 30px;
        }
    }

    .admin-info .xb-item--name {
        font-size: 22px;
        margin-bottom: 2px;
        font-family: var(--font-body);
    }

    .admin-info .xb-item--desig {
        font-size: 16px;
        margin-bottom: 6px;
        display: inline-block;
    }

    .admin-info .xb-item--meta {
        margin-bottom: 28px;
    }

        .admin-info .xb-item--meta li {
            display: flex;
            align-items: center;
            font-weight: 400;
        }

            .admin-info .xb-item--meta li:not(:last-child) {
                margin-right: 20px;
            }

            .admin-info .xb-item--meta li i {
                color: #FFB21D;
                margin-right: 9px;
                font-size: 15px;
                -webkit-transform: translateY(-1px);
                -ms-transform: translateY(-1px);
                transform: translateY(-1px);
            }

            .admin-info .xb-item--meta li svg {
                margin-right: 9px;
            }

    .admin-info .xb-item--content {
        font-size: 16px;
        font-weight: 500;
    }

    .xb-social li:not(:last-child) {
        margin-right: 10px;
    }

    .xb-social li a {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border: 1px solid #D9D9D9;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #170006;
    }

        .xb-social li a:hover {
            background-color: var(--color-primary);
            border-color: var(--color-primary);
        }

    .course-review-info .xb-item--review {
        width: 200px;
        margin-right: 65px;
        text-align: center;
        border-radius: 10px;
        border: 1px solid #E6E6E6;
        padding: 22px 20px;
    }

    @media (max-width: 767px) {
        .course-review-info .xb-item--review {
            margin-right: 20px;
        }
    }

    .course-review-info .xb-item--review-number {
        font-size: 90px;
        font-family: var(--font-body);
        font-weight: 700;
        line-height: 1;
        margin-bottom: 0;
    }

    .course-review-info .xb-item--progress {
        width: calc(100% - 265px);
    }

    @media (max-width: 767px) {
        .course-review-info .xb-item--progress {
            width: 100%;
            margin-top: 30px;
        }
    }

    .course-review-info .xb-item--progress-item {
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        width: 100%;
        position: relative;
        padding-right: 48px;
    }

        .course-review-info .xb-item--progress-item .progress-bar {
            background-color: #FDB714;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
        }

            .course-review-info .xb-item--progress-item .progress-bar span {
                position: absolute;
                right: 0;
                font-size: 16px;
                color: #5C5C54;
                width: 30px;
            }

        .course-review-info .xb-item--progress-item .progress {
            width: 100%;
            height: 5px;
            background-color: #F1F1E9;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
        }

    .course-review-info .xb-item--rating {
        flex-wrap: nowrap;
        margin-right: 15px;
    }

        .course-review-info .xb-item--rating span {
            font-size: 16px;
            margin-right: 5px;
        }

        .course-review-info .xb-item--rating i {
            color: #FDB714;
            font-size: 14px;
            -webkit-transform: translateY(-1px);
            -ms-transform: translateY(-1px);
            transform: translateY(-1px);
        }

    .course-review-info .xb-star {
        margin-bottom: 8px;
    }

    .course-review {
        align-items: start;
        max-width: 73%;
    }

    @media (max-width: 767px) {
        .course-review {
            max-width: 100%;
        }
    }

    .course-review .xb-item--avatar {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        overflow: hidden;
        margin-right: 25px;
    }

    .course-review .xb-item--holder {
        width: calc(100% - 95px);
    }

    .course-review .xb-item--name {
        margin-bottom: 0;
        font-size: 20px;
        font-family: var(--font-body);
        margin-right: 10px;
        font-weight: 700;
    }

    .course-review .xb-item--ttl {
        font-size: 16px;
        font-weight: 700;
        font-family: var(--font-body);
        margin-bottom: 16px;
    }

    .course-review .xb-item--contact {
        font-size: 16px;
        line-height: 26px;
        color: #5C5C54;
    }

    .course-bottom h2 {
        font-size: 24px;
        text-transform: capitalize;
        margin-bottom: 20px;
    }

    .course-sidebar {
        max-width: 360px;
        background-color: var(--color-white);
        padding: 30px;
        box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    @media (max-width: 767px) {
        .course-sidebar {
            margin: 0;
            max-width: 100%;
            padding: 20px;
        }
    }

    .course-sidebar__video {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        overflow: hidden;
        margin-bottom: 32px;
    }

        .course-sidebar__video .btn-video {
            width: 50px;
            height: 50px;
            font-size: 16px;
        }

    .course-sidebar__list li {
        color: #5C5C54;
        font-size: 16px;
        line-height: 26px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 17px 0;
        border-bottom: 1px solid #E6E6E6;
    }

        .course-sidebar__list li img {
            width: 22px;
            margin-right: 10px;
        }

        .course-sidebar__list li .price {
            font-size: 20px;
            color: #D9293A;
            font-weight: 700;
            margin-left: 9px;
        }

    .course-sidebar__social-wrap h4 {
        font-size: 20px;
        font-weight: 700;
        font-family: var(--font-body);
        margin-right: 20px;
    }

    .course-sidebar__social li:not(:last-child) {
        margin-right: 22px;
    }

    .course-sidebar__social li a {
        font-size: 16px;
        color: #5C5C54;
    }

        .course-sidebar__social li a:hover {
            color: var(--color-primary);
        }

            .course-sidebar__social li a:hover svg path {
                fill: var(--color-primary);
            }

        .course-sidebar__social li a svg {
            height: 13px;
            -webkit-transform: translateY(-2px);
            -ms-transform: translateY(-2px);
            transform: translateY(-2px);
        }

            .course-sidebar__social li a svg path {
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

    .list-border-none li:last-child {
        border-bottom: 0;
    }

    .sidebar-btn a {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        padding: 17px 30px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .contact_form {
        padding: 50px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        background-color: var(--color-white);
    }

    @media (max-width: 767px) {
        .contact_form {
            padding: 30px;
        }
    }

    .contact_form .title {
        font-size: 26px;
        margin-bottom: 8px;
        text-transform: capitalize;
    }

    .contact_form .content {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .gmap_canvas iframe {
        width: 100%;
        height: 723px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }

    @media (max-width: 991px) {
        .gmap_canvas iframe {
            height: 400px;
        }
    }

    .contact_iconbox {
        height: 200px;
        background-color: var(--color-white);
        padding: 30px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }

        .contact_iconbox .iconbox_icon {
            margin-bottom: 28px;
        }

        .contact_iconbox .iconbox_title {
            font-size: 18px;
            margin-bottom: 17px;
            font-weight: 700;
            font-family: var(--font-body);
        }

        .contact_iconbox p {
            margin-bottom: 10px;
            font-size: 16px;
            margin-bottom: 17px;
        }

        .contact_iconbox h3 {
            font-size: 20px;
            font-family: var(--font-body);
        }

    .contact_info_box_inner h2 {
        font-size: 28px;
        margin-bottom: 60px;
    }

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

    /*  29. search
/*----------------------------------------*/

    .header-search-form-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 400px;
        z-index: 9999;
        background-color: #fff;
        transform: translate3d(0, -100%, 0);
        transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-end;
    }

    @media (max-width: 767px) {
        .header-search-form-wrapper {
            height: 200px;
        }
    }

    .header-search-form-wrapper.open {
        transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-start;
        transform: translate3d(0, 0, 0);
    }

    .header-search-form-wrapper .search-form {
        margin: 0 auto;
        position: relative;
        text-align: center;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .header-search-form-wrapper .search-form input[type="search"] {
            height: 65px;
            line-height: 65px;
            font-size: 28px;
            background-color: transparent;
            text-align: left;
            color: balck;
            border: none;
            border-bottom: 1px solid #ccc;
            padding-left: 0;
            border-radius: 0;
            width: 100%;
            color: #000;
        }

    @media (max-width: 767px) {
        .header-search-form-wrapper .search-form input[type="search"] {
            height: 45px;
            line-height: 50px;
            font-size: 18px;
        }
    }

    .header-search-form-wrapper .search-form input[type="search"]::placeholder {
        color: #a4a4a4;
        opacity: 1;
    }

    .header-search-form-wrapper .search-form input[type="search"]:-ms-input-placeholder {
        color: #a4a4a4;
    }

    .header-search-form-wrapper .search-form input[type="search"]::-ms-input-placeholder {
        color: #a4a4a4;
    }

    .header-search-form-wrapper .search-submit {
        position: absolute;
        height: 50px;
        width: 50px;
        bottom: 0;
        right: 0;
        background-color: transparent;
        color: #9F9F9F;
        font-size: 24px;
    }

    @media (max-width: 767px) {
        .header-search-form-wrapper .search-submit {
            height: 35px;
            font-size: 20px;
        }
    }

    .header-search-form-wrapper .xb-search-close {
        background: #cccccc45;
        width: 54px;
        height: 54px;
        border-width: 18px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
    }

        .header-search-form-wrapper .xb-search-close::before,
        .header-search-form-wrapper .xb-search-close::after {
            background-color: var(--color-black);
        }

    @media (max-width: 767px) {
        .header-search-form-wrapper .xb-search-close {
            width: 50px;
            height: 50px;
            background-color: transparent;
        }
    }

    .header-search-container {
        width: 100%;
        height: 100%;
        max-width: 1170px;
        border: 0;
        padding: 0;
        background: 0 0;
        transform: translate3d(0, calc(100% - 100px), 0);
        transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
        margin: auto;
        opacity: 0;
        visibility: hidden;
    }

    @media (max-width: 1199px) {
        .header-search-container {
            padding: 0 50px;
        }
    }

    @media (max-width: 767px) {
        .header-search-container {
            padding: 0 15px;
        }
    }

    .header-search-form-wrapper.open .header-search-container {
        transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible;
    }

    .breadcrumb {
        background-image: url('../img/bg/pagetitle.png');
        padding: 100px 0;
        min-height: 400px;
    }

    @media (max-width: 1199px) {
        .breadcrumb {
            min-height: 300px;
        }
    }

    .breadcrumb__title {
        font-size: 60px;
        margin-bottom: 10px;
        color: var(--color-white);
        text-transform: capitalize;
    }

    @media (max-width: 1199px) {
        .breadcrumb__title {
            font-size: 45px;
        }
    }

    @media (max-width: 767px) {
        .breadcrumb__title {
            font-size: 34px;
            line-height: 45px;
            margin-bottom: 5px;
        }
    }

    .breadcrumb__desc {
        font-size: 23px;
        color: var(--color-white);
        font-family: var(--font-caveat);
        font-weight: 400;
    }

    .breadcrumb__list {
        display: inline-block;
    }

        .breadcrumb__list li {
            font-size: 18px;
            font-weight: 400;
            line-height: 30px;
            letter-spacing: -0.2px;
            display: inline-block;
            color: var(--color-white);
            position: relative;
            text-transform: uppercase;
        }

            .breadcrumb__list li + .breadcrumb-item::before {
                content: "|";
                color: #fff;
            }

    @media (max-width: 767px) {
        .breadcrumb__list li {
            font-size: 16px;
        }
    }

    .breadcrumb__list li a {
        color: rgba(221, 221, 221, 0.5);
    }

    .thm-btn {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        color: var(--color-heading);
        background: var(--color-primary);
        border-style: none;
        padding: 19px 38px;
        align-self: center;
        position: relative;
        line-height: 1.2;
        transition: all 0.2s cubic-bezier(0.68, 0.01, 0.58, 0.75);
        display: inline-flex;
        align-items: center;
        letter-spacing: -0.01px;
        border-radius: 80px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        z-index: 1;
        color: #170006;
    }

        .thm-btn .icon svg {
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .thm-btn:hover {
            color: #170006;
        }

            .thm-btn:hover .icon svg {
                -webkit-transform: translateX(5px);
                -ms-transform: translateX(5px);
                transform: translateX(5px);
            }

        .thm-btn span {
            margin-left: 10px;
        }

    .thm-btn--stroke-white {
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: none;
        background: transparent;
        color: var(--color-white);
    }

        .thm-btn--stroke-white svg path {
            fill: #fff;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .thm-btn--stroke-white:hover {
            background: var(--color-primary);
            border: 1px solid rgba(255, 255, 255, 0.2);
            color: var(--color-heading);
        }

            .thm-btn--stroke-white:hover svg path {
                fill: #170006;
            }

    .thm-btn--stroke-black {
        border: 1px solid var(--color-heading);
        color: var(--color-heading);
        background: transparent;
        padding: 18px 38px 16px;
    }

        .thm-btn--stroke-black svg path {
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .thm-btn--stroke-black.hover-2:hover {
            background-color: #D9293A;
            border-color: #D9293A;
            color: var(--color-white);
        }

            .thm-btn--stroke-black.hover-2:hover svg path {
                fill: var(--color-white);
            }

        .thm-btn--stroke-black svg path {
            fill: #170006;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .thm-btn--stroke-black:hover {
            background: var(--color-primary);
            border: 1px solid var(--color-primary);
        }

    .thm-btn--white {
        background: var(--color-white);
        color: var(--color-heading);
        font-weight: 700;
        margin-left: 0;
        padding: 18px 50px;
    }

        .thm-btn--white:hover {
            background-color: var(--color-primary);
        }

    .thm-btn--gray {
        background-color: #F1F1E9;
        border: 1px solid #D7D7D6;
        padding: 16px 40px;
    }

        .thm-btn--gray:hover {
            background-color: var(--color-primary);
            border-color: var(--color-primary);
        }

    .thm-btn--two {
        background: #d9293a;
        color: var(--color-white);
        font-weight: 700;
        margin-left: 0;
        padding: 18px 50px;
    }

        .thm-btn--two:hover {
            color: var(--color-white);
        }

    .more-btn {
        font-weight: 700;
        letter-spacing: 0.05px;
        line-height: 45px;
        background: transparent;
        color: var(--color-heading);
        text-transform: uppercase;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        position: relative;
    }

        .more-btn::before {
            position: absolute;
            left: 0;
            content: "";
            top: 0;
            width: 100%;
            height: 100%;
            height: 2px;
            bottom: -2px;
            top: auto;
            background: #170006;
            -webkit-transition: 0.3s cubic-bezier(0.67, 0.04, 0.3, 0.91);
            -o-transition: 0.3s cubic-bezier(0.67, 0.04, 0.3, 0.91);
            transition: 0.3s cubic-bezier(0.67, 0.04, 0.3, 0.91);
        }

        .more-btn:hover {
            color: var(--color-primary);
        }

            .more-btn:hover svg path {
                fill: var(--color-primary);
            }

            .more-btn:hover::before {
                width: 0;
                background-color: var(--color-primary);
            }

        .more-btn span {
            margin-left: 8px;
            transform: translateY(-1px);
        }

            .more-btn span svg path {
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

    .btns {
        margin: -10px;
    }

        .btns .thm-btn {
            margin: 10px;
        }

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

    /*  27. backtotop
/*----------------------------------------*/

    .xb-backtotop {
        right: 30px;
        z-index: 999;
        bottom: 20px;
        position: fixed;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        opacity: 0;
        visibility: hidden;
    }

        .xb-backtotop.active {
            bottom: 40px;
            opacity: 1;
            visibility: visible;
        }

        .xb-backtotop .scroll {
            z-index: 1;
            width: 40px;
            height: 40px;
            display: block;
            background-color: #063368;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            color: var(--color-black);
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            font-size: 14px;
        }

            .xb-backtotop .scroll:hover {
                margin-bottom: 4px;
            }

            .xb-backtotop .scroll i {
                color: var(--color-white);
            }

        .xb-backtotop.style-2 .scroll {
            background-color: #d9293a;
        }

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

    /*  19. mobile-menu
/*----------------------------------------*/

    .xb-hamburger-menu {
        display: none;
    }

    @media (max-width: 991px) {
        .xb-hamburger-menu {
            display: block;
        }
    }

    .xb-nav-mobile-button {
        position: relative;
        cursor: pointer;
        font-size: 23px;
        color: var(--color-dark);
    }

    .xb-header-menu-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        -khtml-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        opacity: 0;
        visibility: hidden;
    }

    .xb-header-menu {
        position: fixed;
        height: 100vh;
        width: 300px;
        top: 0;
        left: 0;
        bottom: 0;
        margin: 0;
        z-index: 1010;
        overflow: hidden;
        -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        -khtml-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-transform: translateX(-100%);
        -khtml-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: hidden;
        background-color: #fff;
        overflow-y: scroll;
    }

        .xb-header-menu.active {
            visibility: visible;
            opacity: 1;
            -webkit-transform: translateX(0%);
            -khtml-transform: translateX(0%);
            -moz-transform: translateX(0%);
            -ms-transform: translateX(0%);
            -o-transform: translateX(0%);
            transform: translateX(0%);
        }

            .xb-header-menu.active + .xb-header-menu-backdrop {
                opacity: 1;
                visibility: visible;
            }

    .xb-header-menu-scroll {
        padding: 50px 25px 40px;
    }

        .xb-header-menu-scroll .xb-close {
            position: absolute;
            top: 0;
            right: 0;
        }

        .xb-header-menu-scroll .xb-menu-primary > li {
            padding-left: 0;
            padding-right: 0;
        }

            .xb-header-menu-scroll .xb-menu-primary > li > a .left-icon {
                margin-right: 4px;
            }

            .xb-header-menu-scroll .xb-menu-primary > li .elementor-section {
                max-width: 100%;
            }

            .xb-header-menu-scroll .xb-menu-primary > li .elementor-container {
                margin: 10px 0 !important;
            }

            .xb-header-menu-scroll .xb-menu-primary > li .sub-menu,
            .xb-header-menu-scroll .xb-menu-primary > li .children {
                padding-left: 15px;
            }

                .xb-header-menu-scroll .xb-menu-primary > li .sub-menu a,
                .xb-header-menu-scroll .xb-menu-primary > li .children a {
                    padding-left: 0;
                }

                .xb-header-menu-scroll .xb-menu-primary > li .sub-menu.xb-mega-menu,
                .xb-header-menu-scroll .xb-menu-primary > li .children.xb-mega-menu {
                    padding-left: 0;
                }

    .xb-menu-toggle {
        position: absolute;
        top: 10px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        right: 0;
        width: 28px;
        cursor: pointer;
        font-size: 15px;
        -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        color: #1b1b1b;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        background-color: rgba(0, 0, 0, 0.03);
        display: inline-block;
    }

        .xb-menu-toggle:before {
            content: "\f107";
            font-weight: 400;
            font-family: "Font Awesome 5 Pro";
        }

        .xb-menu-toggle.active:before {
            content: "\f106";
        }

    .xb-menu-primary {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .xb-menu-primary li {
            position: relative;
        }

            .xb-menu-primary li a {
                display: block;
                line-height: 46px;
                color: var(--color-dark);
                font-size: 14px;
                font-weight: 600;
                border-bottom: 1px solid rgba(0, 0, 0, 0.06);
            }

            .xb-menu-primary li > a:hover,
            .xb-menu-primary li > a.current,
            .xb-menu-primary li.current_page_item > a,
            .xb-menu-primary li.current-menu-item > a,
            .xb-menu-primary li.current_page_ancestor > a,
            .xb-menu-primary li.current-menu-ancestor > a {
                color: var(--color-primary);
            }

        .xb-menu-primary .sub-menu,
        .xb-menu-primary .children {
            position: relative;
            display: none;
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .xb-menu-primary .sub-menu li a,
            .xb-menu-primary .children li a {
                font-weight: 500;
                padding-left: 14px;
            }

        .xb-menu-primary > li > .sub-menu > li > .sub-menu > li a {
            padding-left: 0px;
        }

        .xb-menu-primary .xb-megamenu .elementor-container > .elementor-column {
            width: 100%;
        }

        .xb-menu-primary .xb-megamenu .elementor-container .elementor-widget-wrap {
            padding: 0 !important;
        }

        .xb-menu-primary .xb-megamenu .xb-link li {
            margin: 0;
        }

        .xb-menu-primary .xb-megamenu .xb-heading {
            padding-left: 14px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.06);
            padding-top: 12px;
            padding-bottom: 12px;
        }

            .xb-menu-primary .xb-megamenu .xb-heading .xb-item--title {
                margin-bottom: 0 !important;
                font-size: 15px !important;
                border-bottom: none !important;
            }

        .xb-menu-primary .xb-megamenu .elementor-widget-heading > .elementor-widget-container {
            margin-bottom: 0 !important;
            border-bottom: none !important;
        }

        .xb-menu-primary .xb-megamenu .elementor-section .elementor-container {
            flex-wrap: wrap;
        }

        .xb-menu-primary .xb-menu-toggle:hover {
            color: var(--color-primary);
        }

    .xb-logo-mobile {
        margin-bottom: 40px;
    }

        .xb-logo-mobile img {
            height: 40px;
        }

    .xb-header-mobile-search {
        margin-bottom: 20px;
    }

        .xb-header-mobile-search form {
            position: relative;
        }

        .xb-header-mobile-search .search-field {
            height: 50px;
            border: none;
            padding: 0 25px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            color: #000;
            border: 2px solid rgba(150, 144, 162, 0.09);
            padding: 12px 15px 13px;
            background-color: transparent;
        }

            .xb-header-mobile-search .search-field:focus {
                color: #000;
                border-color: var(--color-primary);
            }

        .xb-header-mobile-search .search-submit {
            position: absolute;
            top: 5px;
            right: 10px;
            -webkit-border-radius: 0px;
            -khtml-border-radius: 0px;
            -moz-border-radius: 0px;
            -ms-border-radius: 0px;
            -o-border-radius: 0px;
            border-radius: 0px;
            line-height: 36px;
            padding: 0;
            width: 30px;
            height: 40px;
            line-height: 40px;
            background: none;
            color: var(--color-heading);
        }

    .xb-menu-close {
        background-color: rgba(0, 0, 0, 0.03);
        position: absolute;
        top: 0;
        right: 0;
        -webkit-border-radius: 0px;
        -khtml-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
    }

    .xb-nav-mobile {
        font-size: 26px;
        color: var(--color-primary);
    }

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

    /*  32. preloader
/*----------------------------------------*/

    #preloader {
        background-color: #fff;
        height: 100%;
        width: 100%;
        position: fixed;
        margin-top: 0px;
        top: 0px;
        z-index: 9999;
    }

    .loader .loader-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100px;
        height: 100px;
        border: 3px solid #ebebec;
        border-radius: 50%;
    }

        .loader .loader-container:before {
            position: absolute;
            content: "";
            display: block;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100px;
            height: 100px;
            border-top: 3px solid #063368;
            border-radius: 50%;
            animation: loaderspin 1.8s infinite linear;
            -webkit-animation: loaderspin 1.8s infinite linear;
        }

    .loader .loader-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80px;
        text-align: center;
    }

        .loader .loader-icon img {
            animation: loaderpulse alternate 900ms infinite;
            width: 40px;
        }

    .preloader-two .loader .loader-container:before {
        border-color: #d9293a;
    }

    @keyframes loaderspin {
        0% {
            transform: translate(-50%, -50%) rotate(0deg);
        }

        100% {
            transform: translate(-50%, -50%) rotate(360deg);
        }
    }

    @-webkit-keyframes loaderspin {
        0% {
            transform: translate(-50%, -50%) rotate(0deg);
        }

        100% {
            transform: translate(-50%, -50%) rotate(360deg);
        }
    }

    @keyframes loaderpulse {
        0% {
            transform: scale(1);
        }

        100% {
            transform: scale(1.2);
        }
    }

    .xb-footer-main {
        background: #012752;
    }

        .xb-footer-main .footer-widget .xb-item--details {
            font-weight: 400;
            line-height: 25px;
            color: var(--color-gray);
        }

        .xb-footer-main .footer-widget .xb-item--meta span {
            font-weight: 400;
            color: var(--color-white);
        }

        .xb-footer-main .footer-widget .xb-item--social_link {
            margin-top: 13px;
        }

            .xb-footer-main .footer-widget .xb-item--social_link li:not(:last-child) {
                margin-right: 10px;
            }

            .xb-footer-main .footer-widget .xb-item--social_link li a {
                border: 1px solid rgba(255, 255, 255, 0.1);
                border-radius: 40px;
                width: 40px;
                height: 40px;
                display: flex;
                align-items: center;
                justify-content: center;
                color: var(--color-white);
                font-size: 15px;
            }

                .xb-footer-main .footer-widget .xb-item--social_link li a i {
                    -webkit-transition: 0.4s;
                    -o-transition: 0.4s;
                    transition: 0.4s;
                }

                .xb-footer-main .footer-widget .xb-item--social_link li a:hover {
                    background: var(--color-white);
                }

                    .xb-footer-main .footer-widget .xb-item--social_link li a:hover i {
                        color: var(--color-heading);
                    }

                    .xb-footer-main .footer-widget .xb-item--social_link li a:hover svg path {
                        fill: var(--color-heading);
                    }

        .xb-footer-main .footer-widget .xb-item--title {
            font-family: var(--font-heading);
            font-size: 24px;
            text-transform: capitalize;
            color: var(--color-white);
            margin-bottom: 21px;
        }

        .xb-footer-main .footer-widget .xb-item--links li a {
            font-size: 18px;
            line-height: 35px;
            color: #E3C7CA;
            -webkit-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
        }

            .xb-footer-main .footer-widget .xb-item--links li a:hover {
                text-decoration: underline;
                color: var(--color-white);
            }

        .xb-footer-main .footer-widget .xb-item--links-btn li:not(:last-child) {
            margin-bottom: 15px;
        }

        .xb-footer-main .footer-widget .xb-item--links-btn li a {
            margin: 0;
            background: rgba(255, 255, 255, 0);
            color: var(--color-white);
            border: 1px solid #fff;
            display: flex;
            justify-content: center;
            padding: 15px 38px;
        }

            .xb-footer-main .footer-widget .xb-item--links-btn li a:hover {
                background: var(--color-primary);
                color: var(--color-heading);
                border: 1px solid var(--color-primary);
            }

        .xb-footer-main .footer-widget.change-mr {
            margin-left: 40px;
        }

    @media (max-width: 1199px) {
        .xb-footer-main .footer-widget.change-mr {
            margin-left: 0;
        }
    }

    .xb-footer-main .footer-widget.chng-mr {
        margin-left: 8px;
    }

    @media (max-width: 1199px) {
        .xb-footer-main .footer-widget.chng-mr {
            margin-left: 0;
        }
    }

    @media (max-width: 1199px) {
        .footer-bottom {
            padding: 22px 0px;
        }
    }

    @media (max-width: 991px) {
        .footer-bottom {
            padding: 22px 0px;
        }
    }

    .footer-bottom .copyright p {
        color: #012752;
    }

        .footer-bottom .copyright p a {
            color: #034da2;
        }

    .clg-footer_widget .xb-links {
        gap: 20px;
    }

    @media (max-width: 767px) {
        .clg-footer_widget .xb-links {
            justify-content: start;
        }
    }

    .clg-footer_widget .xb-links li {
        display: inline-block;
    }

        .clg-footer_widget .xb-links li a {
            font-weight: 700px;
            text-transform: uppercase;
            color: var(--color-white);
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .clg-footer_widget .xb-links li:hover a {
            color: var(--color-primary);
        }

    .clg-footer-cta {
        box-shadow: 0 2px 20px 0 rgba(23, 0, 6, 0.07);
        background: var(--color-white);
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        display: inline-block;
        padding: 12px 50px 33px;
        top: -70px;
        position: relative;
        z-index: 1;
    }

        .clg-footer-cta .xb-contact li {
            font-weight: 700;
            font-size: 28px;
            line-height: 28px;
            letter-spacing: -0.02px;
            color: var(--color-heading);
            display: inline-flex;
            align-items: center;
            margin-top: 20px;
        }

    @media (max-width: 991px) {
        .clg-footer-cta .xb-contact li {
            font-size: 20px;
        }
    }

    .clg-footer-cta .xb-contact li:not(:last-child) {
        padding-right: 30px;
        border-right: 1px solid #eceef0;
        margin-right: 35px;
    }

    @media (max-width: 991px) {
        .clg-footer-cta .xb-contact li:not(:last-child) {
            margin-right: 20px;
            padding-right: 20px;
        }
    }

    .clg-footer-cta .xb-contact li span {
        height: 45px;
        width: 45px;
        background: #eceef0;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    @media (max-width: 991px) {
        .clg-footer-cta .xb-contact li span {
            height: 35px;
            width: 35px;
        }

            .clg-footer-cta .xb-contact li span img {
                width: 18px;
            }
    }

    .clg-footer_wrap {
        padding: 21px 0;
        padding-top: 1px;
    }

    @media (max-width: 991px) {
        .clg-footer_wrap {
            justify-content: center;
        }
    }

    .clg-footer_wrap .xb-item--details {
        max-width: 235px;
        margin-right: 25px;
    }

        .clg-footer_wrap .xb-item--details p {
            line-height: 25px;
            color: #e3c7ca;
        }

    .clg-footer_wrap .xb-item--email {
        padding: 0 124px;
        position: relative;
    }

    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .clg-footer_wrap .xb-item--email {
            padding: 0 50px;
        }
    }

    @media (max-width: 1199px) {
        .clg-footer_wrap .xb-item--email {
            padding: 0 20px;
        }
    }

    .clg-footer_wrap .xb-item--email::after,
    .clg-footer_wrap .xb-item--email::before {
        position: absolute;
        content: '';
        height: 121px;
        width: 1px;
        background: rgba(255, 255, 255, 0.1);
    }

    @media (max-width: 991px) {
        .clg-footer_wrap .xb-item--email::after,
        .clg-footer_wrap .xb-item--email::before {
            display: none;
        }
    }

    .clg-footer_wrap .xb-item--email::after {
        left: 0;
        top: -31px;
    }

    .clg-footer_wrap .xb-item--email::before {
        right: 0;
        top: -31px;
    }

    .clg-footer_wrap .xb-item--email .xb-img {
        position: absolute;
        top: 48%;
        left: 21px;
        transform: translateY(-50%);
    }

    .clg-footer_wrap .xb-item--email input {
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 60px;
        width: 100%;
        height: 0;
        background: #150006;
        padding: 10px 47px;
        height: 60px;
        color: var(--color-white);
        min-width: 520px;
    }

    @media (max-width: 1199px) {
        .clg-footer_wrap .xb-item--email input {
            min-width: auto;
        }
    }

    .clg-footer_wrap .xb-item--email .xb-field-btn {
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 60px;
        width: 60px;
        height: 60px;
        background: #220009;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: 0;
    }

    .clg-footer_wrap .xb-item--meta {
        margin-left: 60px;
    }

    @media (max-width: 767px) {
        .clg-footer_wrap .xb-item--meta {
            margin-left: 0;
        }
    }

    .clg-footer_wrap .xb-item--meta span {
        line-height: 25px;
        color: var(--color-white);
    }

    .clg-footer_wrap .xb-item--social_link li:not(:last-child) {
        margin-right: 9px;
    }

    .clg-footer_wrap .xb-item--social_link li a {
        width: 35px;
        height: 35px;
        border-radius: 40px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: rgba(96, 6, 15, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        font-size: 15px;
    }

        .clg-footer_wrap .xb-item--social_link li a svg {
            height: 13px;
        }

        .clg-footer_wrap .xb-item--social_link li a i {
            color: var(--color-white);
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

    .clg-footer_wrap .xb-item--social_link li:hover a {
        background: var(--color-primary);
    }

        .clg-footer_wrap .xb-item--social_link li:hover a i {
            color: var(--color-heading);
        }

        .clg-footer_wrap .xb-item--social_link li:hover a svg path {
            fill: var(--color-heading);
        }

    .clg-footer::before {
        position: absolute;
        content: '';
        top: -10px;
        left: 0;
        width: 100%;
        padding: 5px 0;
        background-image: url(../img/bg/overly.jpg);
    }

    .hs-footer-main {
        background: none;
        padding-top: 82px;
    }

    .hs-footer-contact {
        padding: 24px 30px;
        background: #ececec;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        padding-top: 4px;
    }

        .hs-footer-contact .xb-item--social_link li:not(:last-child) {
            margin-right: 10px;
        }

        .hs-footer-contact .xb-item--social_link li a {
            border-radius: 40px;
            width: 40px;
            height: 40px;
            color: #161a2c;
            background: var(--color-white);
            display: flex;
            align-items: center;
            justify-content: center;
            -webkit-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

            .hs-footer-contact .xb-item--social_link li a i {
                -webkit-transition: 0.4s;
                -o-transition: 0.4s;
                transition: 0.4s;
            }

            .hs-footer-contact .xb-item--social_link li a:hover {
                background: #d9293a;
            }

                .hs-footer-contact .xb-item--social_link li a:hover i {
                    color: var(--color-white);
                }

                .hs-footer-contact .xb-item--social_link li a:hover svg path {
                    fill: var(--color-white);
                }

        .hs-footer-contact .xb-item--number {
            font-family: var(--font-body);
            font-size: 20px;
            color: #161a2c;
            line-height: 30px;
        }

    .hs-footer-shape .shape {
        position: absolute;
    }

    .hs-footer-shape .shape--one {
        bottom: -6px;
        left: 0;
    }

    .hs-footer-shape .shape--two {
        top: -181px;
        right: 0;
    }

    .footer-style-three .footer-widget .xb-item--links li a {
        color: #CFD0D8;
    }

        .footer-style-three .footer-widget .xb-item--links li a:hover {
            color: var(--color-white);
        }

    .footer-style-three .footer-widget .xb-item--details {
        color: #CFD0D8;
    }

    .footer-style-three .footer-widget .xb-item--links-btn .thm-btn:hover {
        background-color: #D9293A;
        border-color: #D9293A;
        color: var(--color-white);
    }

    .clg-footer-newsletter {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    @media (max-width: 991px) {
        .clg-footer-newsletter {
            border: 0;
        }
    }

    /*# sourceMappingURL=main.css.map */


    /*----------------------------------------My Code--------------------------------------------------------------*/

    @media (max-width: 991px) {
        .header-area .header__wrap .header-logo a img {
            height: 55px !important;
        }

        .ul_li_center {
            justify-content: center !important;
        }
    }

    @media (max-width: 510px) {
        .header-top_wrap {
            display: none !important;
        }
    }

    @media (min-width: 1350px) {
        .ul_li_between-lg {
            justify-content: space-between !important;
        }
    }

    .bg-bus1 {
        background-image: url('../img/cbse11-1.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .bg-bus2 {
        background-image: url('../img/cbse11-2.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }


    .df-col {
        flex-direction: column;
    }

    @media (max-width: 991px) {
        .df-col {
            flex-direction: row !important;
        }
    }


    .blcc-prev-bg {
        background-image: url('../img/shape/shape_arrow_right.svg');
    }

    .blcc-next-bg {
        background-image: url('../img/shape/shape_arrow_left.svg');
    }

    .xb-item-bg {
        background-image: url('../img/event/yoga1.jpg');
        background-position: center;
        background-size: cover;
        height: 600px;
    }

    .xb-item-bg1 {
        background-image: url('../img/event/yoga2.jpg');
        background-position: center;
        background-size: cover;
        height: 600px;
    }

    .xb-item-bg2 {
        background-image: url('../img/event/yoga3.jpg');
        background-position: center;
        background-size: cover;
        height: 600px;
    }

    .xb-item-bg3 {
        background-image: url('../img/event/yoga4.jpg');
        background-position: center;
        background-size: cover;
        height: 600px;
    }

    .bg-stream-option {
        padding: 20px;
        border: 2px solid #063368;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        height: 100%;
    }

    .w-450 {
        width: 450px;
    }
