
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Hurricane&display=swap');
 :root {
    --body: #fff;
    --black: #000;
    --white: #fff;
    --theme: #660031;
    --theme2: #702049;
    --about-color: #702049;
    --theme-color2: #fd4a81;
    --sifoxen-base: #fd4a81;
    --sifoxen-white: #fff;
    --theme-bg-light: rgba(0, 149, 207, 0.07);
    --transition: all .5s ease-in-out;
    --theme-text: #010937;
    --color-white: #ffffff;
    --theme-color: #0095CF;
    --theme3: #FFB936;
    --header: #2a2833;
    --base: #00813D;
    --text: #767676;
    --text2: #bfbfbf;
    --border: #D9D9D9;
    --border2: #373737;
    --button: #1C2539;
    --button2: #030734;
    --ratting: #FF9F0D;
    --bg: #f5f5f8;
    --bg2: #DF0A0A0D;
    --color-gradient-1: linear-gradient(to left, #fd4a81, #ff5e73, #ff7269, #ff8662, #fc9860);
    ---color-gradient-2: linear-gradient(to left, #ff8662, #fc9860, #ff7269, #fd4a81, #ff5e73);
    ---box-shadow: 0px 0px 60px 0px #04171a14;
    --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
    --transition: all .5s ease-in-out;
    /* --------------- about----------------- */
    --aspro-letter-spacing: -0.04em;
}


.theme-btn {
    background-image: var(--color-gradient-1);
    color: var(--white);
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 5px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    -webkit-transition: all 0 .3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

.theme-btn::before {
    content: "";
    background-color: var(--header);
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.theme-btn::after {
    content: "";
    background-color: var(--header);
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.theme-btn:hover {
    color: var(--white);
}

.theme-btn:hover::before,
.theme-btn:hover::after {
    width: 100%;
}

.theme-btn.hover-white:hover {
    color: var(--header);
}

.theme-btn.hover-white:hover::before,
.theme-btn.hover-white:hover::after {
    background-color: var(--white);
    border-radius: 5px;
}

.theme-btn.header-color {
    background-color: var(--header);
    background-image: inherit;
}

.theme-btn.header-color::before,
.theme-btn.header-color::after {
    background-image: var(--color-gradient-1);
}

.theme-btn.header-color-2 {
    background-color: var(--header);
    background-image: inherit;
}

.theme-btn.header-color-2::before,
.theme-btn.header-color-2::after {
    background-color: var(--white);
}

.theme-btn.header-color-2:hover {
    color: var(--header);
}

.theme-btn.bg-white {
    background-color: var(--white);
    color: var(--header);
    background-image: initial;
}

.theme-btn.bg-white:hover {
    color: var(--white);
}

.theme-btn.bg-white:hover::before,
.theme-btn.bg-white:hover::after {
    background-color: var(--header);
}

@media (max-width: 767px) {
    .theme-btn {
        padding: 14px 32px;
    }
}

@media (max-width: 575px) {
    .theme-btn {
        padding: 12px 30px;
        font-size: 13px;
    }
}

.link-btn {
    text-transform: uppercase;
    font-size: 16px;
    color: var(--header);
    font-weight: 600;
    display: inline-block;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme)), to(var(--theme)));
    background-image: linear-gradient(var(--theme), var(--theme));
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
}

.link-btn i {
    margin-left: 10px;
    font-size: 16px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}

.link-btn:hover {
    color: var(--theme);
    background-size: 100% 1px;
}

.link-btn:hover i {
    color: var(--theme);
    opacity: 1;
}

body {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: var(--text);
    background-color: var(--white);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: none;
    background-color: transparent;
    padding: 0;
}

input:focus {
    color: var(--white);
    outline: none;
}

input {
    color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Kanit", sans-serif;
    margin: 0px;
    padding: 0;
    color: var(--header);
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

h1 {
    font-size: 90px;
    font-weight: 500;
    line-height: 100%;
}

h2 {
    font-size: 45px;
    line-height: 110%;
    font-weight: 600;
}

@media (max-width: 991px) {
    h2 {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 32px;
    }
}

h3 {
    font-size: 24px;
    font-weight: 600;
}

@media (max-width: 575px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 22px;
    font-weight: 500;
}

h5 {
    font-size: 20px;
    font-weight: 600;
}

h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 145%;
}

a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: var(--header);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

p {
    margin: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.scroll-up {
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    position: fixed;
    right: 25px;
    bottom: 35px;
    height: 50px;
    width: 50px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.scroll-up::after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f176";
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    font-size: 18px;
    color: var(--theme);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.scroll-up svg path {
    fill: none;
}

.scroll-up svg.scroll-circle path {
    stroke: var(--theme);
    stroke-width: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.scroll-up.active-scroll {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.center {
    text-align: center;
    margin: 0 auto;
}

.breadcrumb-padding {
    padding: 70px 0;
}

.section-padding {
    padding: 80px 0;
}

@media (max-width: 1199px) {
    .section-padding {
        padding: 80px 0;
    }
    .breadcrumb-padding {
        padding: 70px 0;
    }
}

@media (max-width: 991px) {
    .section-padding {
        padding: 80px 0;
    }
    .breadcrumb-padding {
        padding: 70px 0;
    }
}

@-webkit-keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@-webkit-keyframes cir36 {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes cir36 {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rounded {
    50% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
}

@keyframes rounded {
    50% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
}

@-webkit-keyframes rounded-2 {
    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

@keyframes rounded-2 {
    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.animation__rotate {
    -webkit-animation: rotate 40s linear infinite;
    animation: rotate 40s linear infinite;
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes loaderspin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes tpswing {
    0% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes tpswing {
    0% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes width {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes width {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes loaderspin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes loaderpulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes loaderpulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@-webkit-keyframes top-image-bounce {
    0% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
    50% {
        -webkit-transform: translateX(12px);
        transform: translateX(12px);
    }
    100% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
}

@keyframes top-image-bounce {
    0% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
    50% {
        -webkit-transform: translateX(12px);
        transform: translateX(12px);
    }
    100% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
}

@-webkit-keyframes top-image-bounce-2 {
    0% {
        -webkit-transform: translatey(-8px);
        transform: translatey(-8px);
    }
    50% {
        -webkit-transform: translatey(12px);
        transform: translatey(12px);
    }
    100% {
        -webkit-transform: translatey(-8px);
        transform: translatey(-8px);
    }
}

@keyframes top-image-bounce-2 {
    0% {
        -webkit-transform: translatey(-8px);
        transform: translatey(-8px);
    }
    50% {
        -webkit-transform: translatey(12px);
        transform: translatey(12px);
    }
    100% {
        -webkit-transform: translatey(-8px);
        transform: translatey(-8px);
    }
}

@-webkit-keyframes toggle {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes toggle {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes moveCursor1 {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes moveCursor1 {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-webkit-keyframes moveCursor2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes moveCursor2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.header-top {
    background-color: #101140;
    padding: 10px 0;
}

@media (max-width: 991px) {
    .header-top {
        display: none;
    }
}

.header-top .container-fluid {
    padding: 0 50px;
}

@media (max-width: 767px) {
    .header-top .container-fluid {
        padding: 0 15px;
    }
}

.header-top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-top-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 85px;
}

.header-top-wrapper ul li {
    color: var(--white);
}

.header-top-wrapper ul li i {
    color: #fd4a81;
}

.header-top-wrapper ul li a {
    color: var(--white);
}

.header-top-wrapper .social-icon span {
    color: var(--white);
}

.header-top-wrapper .social-icon i {
    color: var(--white);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header-top-wrapper .social-icon i:hover {
    color: var(--theme);
}

.header-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0;
}

@media (max-width: 991px) {
    .header-main {
        padding: 15px 0px;
    }
}

.header-main .main-menu ul {
    margin-bottom: 0;
}

.header-main .main-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    -webkit-margin-end: 40px;
    margin-inline-end: 40px;
    
}

.header-main .main-menu ul li:last-child {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
}

.header-main .main-menu ul li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--header);
    padding: 30px 0;
    text-align: left;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li a i {
    font-size: 14px;
    font-weight: 600;
    margin-left: 5px;
}

.header-main .main-menu ul li a:hover {
    color: var(--theme) !important;
}

.header-main .main-menu ul li .submenu {
    position: absolute;
    border-radius: 14px;
    top: 100%;
    inset-inline-start: 0;
    min-width: 240px;
    background: var(--white);
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    color: var(--header);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
}

.header-main .main-menu ul li .submenu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.header-main .main-menu ul li .submenu li a {
    position: relative;
    z-index: 11;
    font-size: 14px;
    color: var(--header);
    padding: 0 25px;
    padding-bottom: 11px;
    padding-top: 11px;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.header-main .main-menu ul li .submenu li:last-child a {
    border: none;
}

.header-main .main-menu ul li .submenu li .submenu {
    inset-inline-start: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.header-main .main-menu ul li .submenu li:hover>a {
    background: var(--theme);
    color: var(--white) !important;
    border-radius: 15px;
}

.header-main .main-menu ul li .submenu li:hover>a::after {
    color: var(--theme);
}

.header-main .main-menu ul li .submenu li:hover>.submenu {
    -webkit-transform: translateY(1);
    transform: translateY(1);
    visibility: visible;
    opacity: 1;
}

.header-main .main-menu ul li .submenu li.has-dropdown>a::after {
    position: absolute;
    top: 50%;
    inset-inline-end: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--theme);
}

.header-main .main-menu ul li .has-homemenu {
    width: 1000px;
    padding: 30px 30px 10px 30px;
    opacity: 0;
    left: -250px;
    visibility: hidden;
    padding: 30px 30px 10px 30px;
}

.header-main .main-menu ul li .has-homemenu .homemenu {
    position: relative;
}

.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb {
    position: relative;
}

.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb .demo-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70%;
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-top: 20px;
}

.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb .demo-button .theme-btn {
    padding: 10px 26px;
    color: var(--white) !important;
    width: initial;
    font-size: 14px;
    text-align: center;
}

.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
    color: var(--white) !important;
}

.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 92, 92, 0)), to(#292930));
    background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #292930 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
}

.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb:hover::before {
    visibility: visible;
    opacity: 1;
}

.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb:hover .demo-button {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb:hover .homemenu-btn {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb img {
    width: 100%;
}

.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-title {
    text-align: center;
    margin: 15px auto;
    display: inline-block;
    font-size: 14px;
}

.header-main .main-menu ul li:hover>a {
    color: var(--theme);
}

.header-main .main-menu ul li:hover>a::after {
    color: var(--theme);
}

.header-main .main-menu ul li:hover>.submenu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.header-1 {
    position: absolute;
    z-index: 99;
    overflow-x: clip;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #36343c;
}

.header-1 .container-fluid {
    padding: 0 50px;
}

@media (max-width: 575px) {
    .header-1 .container-fluid {
        padding: 0 15px;
    }
}

@media (max-width: 1199px) {
    .header-1 .mega-menu-wrapper .header-main {
        gap: 20px;
    }
}

.header-1 .mega-menu-wrapper .header-main .header-logo-2 {
    display: none;
}

@media (max-width: 1199px) {
    .header-1 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu li {
        -webkit-margin-end: 20px;
        margin-inline-end: 20px;
    }
}

.header-1 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu li a {
    color: var(--white);
}

.header-1 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu li .submenu li a {
    color: var(--header);
}

.header-1 .mega-menu-wrapper .header-main .header-right {
    gap: 30px;
}

.header-1 .mega-menu-wrapper .header-main .header-right .search-icon {
    color: var(--white);
}

.header-1 .mega-menu-wrapper .header-main .header-right .cart-icon {
    color: var(--white);
}

@media (max-width: 1199px) {
    .header-1 .mega-menu-wrapper .header-main .header-right .cart-icon {
        display: none;
    }
}

.header-1 .mega-menu-wrapper .header-main .header-right .header__hamburger .sidebar__toggle {
    color: var(--white);
}

.header-2 .container-fluid {
    padding: 0 50px;
}

@media (max-width: 575px) {
    .header-2 .container-fluid {
        padding: 0 15px;
    }
}

.header-2 .mega-menu-wrapper .header-main .header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 140px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


@media (max-width: 1399px) {
    .header-2 .mega-menu-wrapper .header-main .header-left ul li {
        -webkit-margin-end: 25px;
        margin-inline-end: 25px;
    }
}


/* .header-2 .mega-menu-wrapper .header-main .header-right {
    gap: 30px;
} */


/* @media (max-width: 1399px) {
    .header-2 .mega-menu-wrapper .header-main .header-right {
        gap: 20px;
    }
} */

.header-2 .mega-menu-wrapper .header-main .header-right .search-wrp {
    position: relative;
}

@media (max-width: 1399px) {
    .header-2 .mega-menu-wrapper .header-main .header-right .search-wrp {
        display: none;
    }
}

.header-2 .mega-menu-wrapper .header-main .header-right .search-wrp input {
    position: relative;
    background-color: var(--bg);
    outline: none;
    width: 300px;
    font-size: 14px;
    padding: 20px;
    font-weight: 600;
    border: none;
    color: var(--text);
    border-radius: 0;
}

.header-2 .mega-menu-wrapper .header-main .header-right .search-wrp input::-webkit-input-placeholder {
    color: var(--text);
}

.header-2 .mega-menu-wrapper .header-main .header-right .search-wrp input:-ms-input-placeholder {
    color: var(--text);
}

.header-2 .mega-menu-wrapper .header-main .header-right .search-wrp input::-ms-input-placeholder {
    color: var(--text);
}

.header-2 .mega-menu-wrapper .header-main .header-right .search-wrp input::placeholder {
    color: var(--text);
}

@media (max-width: 1600px) {
    .header-2 .mega-menu-wrapper .header-main .header-right .search-wrp input {
        width: 200px;
    }
}

.header-2 .mega-menu-wrapper .header-main .header-right .search-wrp i {
    position: absolute;
    right: 25px;
    top: 25px;
}

@media (max-width: 1199px) {
    .header-2 .mega-menu-wrapper .header-main .header-right .header-button {
        display: none;
    }
}

.header-2 .mega-menu-wrapper .header-main .header-right .cart-icon {
    color: var(--header);
}

.header-2 .mega-menu-wrapper .header-main .header-right .header__hamburger .sidebar__toggle {
    color: var(--header);
}

.sidebar__toggle {
    cursor: pointer;
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
    background-color: var(--white);
    -webkit-box-shadow: var(---box-shadow);
    box-shadow: var(---box-shadow);
}

.sticky.header-1 {
    border-bottom: none;
}

.sticky.header-1 .mega-menu-wrapper .header-main {
    padding: 0px 0px;
}

@media (max-width: 991px) {
    .sticky.header-1 .mega-menu-wrapper .header-main {
        padding: 12px 0px !important;
    }
}

.sticky.header-1 .mega-menu-wrapper .header-main .header-logo-2 {
    display: block;
}

.sticky.header-1 .mega-menu-wrapper .header-main .header-logo {
    display: none;
}

.sticky.header-1 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu li a {
    color: var(--header);
}

.sticky.header-1 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu li .submenu li a {
    color: var(--header);
}

.sticky.header-1 .mega-menu-wrapper .header-main .header-right {
    gap: 30px;
}

.sticky.header-1 .mega-menu-wrapper .header-main .header-right .search-icon {
    color: var(--header);
}

.sticky.header-1 .mega-menu-wrapper .header-main .header-right .cart-icon {
    color: var(--header);
}

.sticky.header-1 .mega-menu-wrapper .header-main .header-right .header__hamburger .sidebar__toggle {
    color: var(--header);
}

.offcanvas__info {
    background: var(--white) none repeat scroll 0 0;
    border-left: 2px solid var(--theme);
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    -webkit-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
    -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    -webkit-transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
    transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
    z-index: 999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

.offcanvas__info::-webkit-scrollbar {
    display: none;
}

.offcanvas__info.info-open {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 30px 30px;
}

.offcanvas__wrapper .offcanvas__content .text {
    color: var(--text);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme);
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
    color: var(--white);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
    margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
    margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
    font-size: 16px;
    font-weight: 600;
    /* text-transform: capitalize; */
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
    margin-bottom: 15px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
    margin-right: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
    color: var(--theme);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
    width: 100%;
    padding: 16px 40px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
    margin-top: 30px;
    padding-bottom: 30px;
    gap: 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    display: block;
    background: transparent;
    color: var(--header);
    border-radius: 50%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-align: center;
    border: 1px solid var(--border);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #151515;
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
}

.offcanvas__overlay.overlay-open {
    opacity: 0.8;
    visibility: visible;
}

@media (max-width: 450px) {
    .offcanvas__info {
        width: 340px;
    }
}

@media (max-width: 575px) {
    .offcanvas__wrapper {
        padding: 20px;
    }
}

.breadcrumb-wrapper {
    position: relative;
    overflow: hidden;
}

.breadcrumb-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #00031075;
    opacity: 0.851;
}

.breadcrumb-wrapper .layer-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .layer-shape {
        display: none;
    }
}

.breadcrumb-wrapper .layer-shape img {
    width: 100%;
    height: 100%;
}

.breadcrumb-wrapper .breadcrumb-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.breadcrumb-wrapper .breadcrumb-shape img {
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .breadcrumb-shape {
        display: none;
    }
}

.breadcrumb-wrapper .page-heading {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 99;
}

@media (max-width: 767px) {
    .breadcrumb-wrapper .page-heading {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.breadcrumb-wrapper .page-heading h1 {
    color: #fed4d4;
    font-size: 50px;
    position: relative;
    z-index: 9;
    line-height: 1.3;
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 42px;
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li {
    font-size: 18px;
    color: var(--white);
    font-weight: 600;
    text-transform: capitalize;
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-items li {
        font-size: 16px;
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
    color: #d59a77;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
    color: #ffe3d3;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
    font-size: 18px;
    color: #d59a77;
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-items li i {
        font-size: 16px;
    }
}

.error-items .error-image {
    margin-bottom: 50px;
}

.error-items .error-image img {
    width: 100%;
    height: 100%;
}

.mean-container a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container .mean-nav>ul .homemenu {
    position: relative;
}

.mean-container .mean-nav>ul .homemenu .homemenu-thumb {
    position: relative;
    width: 280px;
}

.mean-container .mean-nav>ul .homemenu .homemenu-thumb .demo-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60%;
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav>ul .homemenu .homemenu-thumb .demo-button .theme-btn {
    padding: 10px 30px;
    color: var(--white) !important;
    width: initial;
    font-size: 14px;
    text-align: center;
}

.mean-container .mean-nav>ul .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
    color: var(--white) !important;
}

.mean-container .mean-nav>ul .homemenu .homemenu-thumb::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 92, 92, 0)), to(#292930));
    background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #292930 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
}

.mean-container .mean-nav>ul .homemenu .homemenu-thumb:hover::before {
    visibility: visible;
    opacity: 1;
}

.mean-container .mean-nav>ul .homemenu .homemenu-thumb:hover .demo-button {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.mean-container .mean-nav>ul .homemenu .homemenu-thumb:hover .homemenu-btn {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.mean-container .mean-nav>ul .homemenu .homemenu-thumb img {
    width: 100%;
}

.mean-container .mean-nav>ul .homemenu .homemenu-content .homemenu-title {
    margin-top: 15px;
    display: inline-block;
    font-size: 16px;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: var(--header);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--theme2);
}

.mean-container .mean-nav ul li a:last-child {
    border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--theme2);
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 5px;
    padding: 0 !important;
}

.mean-container .mean-nav ul li>a>i {
    display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
    display: inline-block;
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
    height: 200px;
    width: 100%;
    padding: 0;
    border-top: 0;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .mean-container .mean-nav ul li.menu-thumb {
        display: none;
    }
}

.hero-1 {
    position: relative;
}

.hero-1 .array-button {
    position: absolute;
    top: 50%;
    right: 55px;
    display: -ms-grid;
    display: grid;
    z-index: 9;
    gap: 20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
    .hero-1 .array-button {
        top: 70%;
    }
}

@media (max-width: 767px) {
    .hero-1 .array-button {
        display: none;
    }
}

.hero-1 .swiper-slide-active .hero-image {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

.hero-1 .hero-image {
    overflow: hidden;
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -2;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 8s ease-out 0s;
    transition: all 8s ease-out 0s;
}

.hero-1 .hero-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #02000c;
    opacity: 0.749;
}

.hero-1 .shape-image {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

@media (max-width: 1399px) {
    .hero-1 .shape-image {
        display: none;
    }
}

.hero-1 .hero-content {
    position: relative;
    padding-top: 270px;
    padding-bottom: 330px;
}

@media (max-width: 1199px) {
    .hero-1 .hero-content {
        padding-top: 300px;
        padding-bottom: 295px;
    }
}

@media (max-width: 991px) {
    .hero-1 .hero-content {
        padding-top: 300px;
        padding-bottom: 205px;
    }
}

@media (max-width: 767px) {
    .hero-1 .hero-content {
        padding-top: 300px;
        padding-bottom: 185px;
    }
}

@media (max-width: 575px) {
    .hero-1 .hero-content {
        padding-top: 300px;
        padding-bottom: 165px;
    }
}

@media (max-width: 1399px) {
    .hero-1 .hero-content h1 {
        font-size: 80px;
    }
}

@media (max-width: 1199px) {
    .hero-1 .hero-content h1 {
        font-size: 72px;
    }
}

@media (max-width: 991px) {
    .hero-1 .hero-content h1 {
        font-size: 62px;
    }
}

@media (max-width: 767px) {
    .hero-1 .hero-content h1 {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    .hero-1 .hero-content h1 {
        font-size: 36px;
        line-height: 1.3;
    }
}

.hero-1 .hero-content .hero-button {
    margin-top: 50px;
}

@media (max-width: 575px) {
    .hero-1 .hero-content .hero-button {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .logo img {
        max-width: 90%;
    }
}

@media (max-width: 575px) {
    .logo img {
        max-width: 80%;
    }
}


/* background */

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.border-none {
    border-top: none !important;
}


/*-------------------------------- hero features -----------------------------*/

.cta-section {
    margin-top: -100px;
    position: relative;
    z-index: 1;
}

.service-section {
    position: relative;
}

.service-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--bg);
    top: 40%;
    z-index: -1;
}

.servie-card-image-items {
    padding: 70px 45px;
    background-color: var(--theme);
    position: relative;
    height: 100%;
}

@media (max-width: 575px) {
    .servie-card-image-items {
        padding: 50px 30px;
    }
}

.servie-card-image-items .content p {
    color: var(--white);
    font-weight: 500;
}

.servie-card-image-items .content h3 {
    font-size: 26px;
    color: var(--white);
    margin-top: 20px;
    line-height: 1.3;
}

@media (max-width: 575px) {
    .servie-card-image-items .content h3 {
        margin-top: 15px;
    }
}

.service-card-items {
    padding: 50px 20px;
    border-radius: 5px;
    background-color: var(--white);
    -webkit-box-shadow: var(---box-shadow);
    box-shadow: var(---box-shadow);
    height: 100%;
    position: relative;
    z-index: 9;
}

@media (max-width: 575px) {
    .service-card-items {
        padding: 40px 20px;
    }
}

.service-card-items .icon {
    width: 120px;
    height: 120px;
    line-height: 130px;
    border-radius: 50%;
    background-color: var(--bg);
    text-align: center;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 575px) {
    .service-card-items .icon {
        width: 90px;
        height: 90px;
        line-height: 100px;
    }
}

.service-card-items .icon::before {
    background-image: var(--color-gradient-1);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
}

.service-card-items .icon i {
    font-size: 40px;
    color: var(--theme);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
    .service-card-items .icon i {
        font-size: 48px;
    }
}

.service-card-items .content {
    margin-top: 30px;
}

@media (max-width: 575px) {
    .service-card-items .content {
        margin-top: 20px;
    }
}

.service-card-items:hover {
    background-color: #fff1f7;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}

.service-card-items:hover h5 a {
    color: var(--theme);
}

.service-card-items:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.service-card-items:hover .icon::before {
    visibility: visible;
    opacity: 1;
}

.service-card-items:hover .icon i {
    color: var(--white);
    position: relative;
    z-index: 9;
}

.service-card-items.active .icon::before {
    visibility: visible;
    opacity: 1;
}

.service-card-items.active .icon i {
    color: var(--white);
    position: relative;
    z-index: 9;
}

.service-card-items.style-2 {
    position: relative;
    overflow: hidden;
}

.service-card-items.style-2 .icon,
.service-card-items.style-2 .content {
    position: relative;
    z-index: 9;
}

.service-card-items.style-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../../assets/img/service/03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-card-items.style-2::after {
    position: absolute;
    top: 10%;
    left: 17%;
    background-image: url(../../assets/img/service/shape-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 200px;
    height: 94px;
    content: "";
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1399px) {
    .service-card-items.style-2::after {
        left: 12%;
    }
}

@media (max-width: 1199px) {
    .service-card-items.style-2::after {
        left: 17%;
    }
}

@media (max-width: 767px) {
    .service-card-items.style-2::after {
        display: none;
    }
}

.service-card-items.style-2:hover .icon::before {
    background-color: var(--white);
    background-image: initial;
}

.service-card-items.style-2:hover .icon i {
    color: var(--theme);
}

.service-card-items.style-2:hover::before {
    opacity: 1;
    visibility: visible;
}

.service-card-items.style-2:hover::after {
    opacity: 1;
    visibility: visible;
    top: 37%;
}

.service-card-items.style-2:hover .content h5 a {
    color: var(--white);
}

.service-card-items.style-2.active .icon::before {
    background-color: var(--white);
    background-image: initial;
}

.service-card-items.style-2.active .icon i {
    color: var(--theme);
}

.service-card-items.style-2.active::before {
    opacity: 1;
    visibility: visible;
}

.service-card-items.style-2.active::after {
    opacity: 1;
    visibility: visible;
    top: 37%;
}

.service-card-items.style-2.active .content h5 a {
    color: var(--white);
}


/*  hero features end  */


/* contact style */

.contact-section {
    position: relative;
}

.contact-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--bg);
    z-index: -1;
    height: 70.1%;
}

.contact-section .contact-image {
    position: absolute;
    bottom: 30%;
    right: -2%;
}

@media (max-width: 1399px) {
    .contact-section .contact-image {
        display: none;
    }
}

.contact-section .contact-shape {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

@media (max-width: 1199px) {
    .contact-section .contact-shape {
        display: none;
    }
}

.contact-wrapper .contact-left-image {
    width: 915px;
    height: 600px;
    left: -50%;
    position: relative;
}

@media (max-width: 1399px) {
    .contact-wrapper .contact-left-image {
        width: 890px;
        left: -60%;
    }
}

@media (max-width: 1199px) {
    .contact-wrapper .contact-left-image {
        max-width: 915px;
        left: 0;
        width: initial;
    }
}

@media (max-width: 575px) {
    .contact-wrapper .contact-left-image {
        height: 500px;
    }
}

.contact-wrapper .contact-left-image .counter-area {
    position: absolute;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact-wrapper .contact-left-image .counter-area .counter-items {
    padding: 40px 90px 40px 40px;
    background-color: var(--header);
}

@media (max-width: 767px) {
    .contact-wrapper .contact-left-image .counter-area .counter-items {
        padding: 35px;
    }
}

@media (max-width: 575px) {
    .contact-wrapper .contact-left-image .counter-area .counter-items {
        padding: 25px;
    }
}

.contact-wrapper .contact-left-image .counter-area .counter-items h2 {
    font-size: 48px;
    color: var(--white);
    margin-bottom: 5px;
}

@media (max-width: 575px) {
    .contact-wrapper .contact-left-image .counter-area .counter-items h2 {
        font-size: 42px;
    }
}

.contact-wrapper .contact-left-image .counter-area .counter-items p {
    font-size: 18px;
    color: var(--white);
}

@media (max-width: 575px) {
    .contact-wrapper .contact-left-image .counter-area .counter-items p {
        font-size: 16px;
    }
}

.contact-wrapper .contact-left-image .counter-area .counter-items.style-2 {
    background-color: var(--theme);
}

.contact-area {
    margin-left: 30px;
}

@media (max-width: 1199px) {
    .contact-area {
        margin-left: 0;
    }
}

.contact-area .contact-box {
    background-color: var(--white);
    -webkit-box-shadow: var(---box-shadow);
    box-shadow: var(---box-shadow);
    padding: 80px;
}

@media (max-width: 767px) {
    .contact-area .contact-box {
        padding: 50px;
    }
}

@media (max-width: 575px) {
    .contact-area .contact-box {
        padding: 40px;
    }
}

.contact-area .contact-box .contact-title {
    margin-bottom: 40px;
}

@media (max-width: 575px) {
    .contact-area .contact-box .contact-title {
        margin-bottom: 20px;
    }
}

.contact-area .contact-box .contact-title span {
    color: var(--theme);
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}

.contact-area .contact-box .contact-title h3 {
    font-size: 30px;
}

.contact-area .contact-box .form-clt input,
.contact-area .contact-box .form-clt textarea {
    width: 100%;
    outline: none;
    border: none;
    padding: 18px 30px;
    color: var(--header);
    background-color: var(--bg);
    text-transform: capitalize;
}

@media (max-width: 575px) {
    .contact-area .contact-box .form-clt input,
    .contact-area .contact-box .form-clt textarea {
        padding: 14px 30px;
    }
}

.contact-area .contact-box .form-clt textarea {
    padding: 18px 30px 110px;
}

@media (max-width: 575px) {
    .contact-area .contact-box .form-clt textarea {
        padding: 14px 30px 70px;
    }
}

.contact-form-items {
    background-color: #ffd5e3;
    padding: 70px;
    box-shadow: 0 0 50px 10px #70204917;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

@media (max-width: 767px) {
    .contact-form-items {
        padding: 60px 40px;
    }
}

@media (max-width: 575px) {
    .contact-form-items {
        padding: 50px 30px;
    }
}

.contact-form-items .title {
    margin-bottom: 40px;
}

.contact-form-items .title h2 {
    font-size: 36px;
    margin-bottom: 5px;
}

.contact-form-items .form-clt input,
.contact-form-items .form-clt textarea {
    padding: 18px 30px;
    border-radius: 5px;
    border: none;
    outline: none;
    background-color: var(--white);
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: var(--text);
}

@media (max-width: 575px) {
    .contact-form-items .form-clt input,
    .contact-form-items .form-clt textarea {
        padding: 12px 20px;
    }
}

.contact-form-items .form-clt textarea {
    padding: 18px 30px 110px;
}

@media (max-width: 575px) {
    .contact-form-items .form-clt textarea {
        padding: 12px 20px 90px;
    }
}

.contact-form-items .form-clt::-webkit-input-placeholder {
    color: var(--text);
}

.contact-form-items .form-clt:-ms-input-placeholder {
    color: var(--text);
}

.contact-form-items .form-clt::-ms-input-placeholder {
    color: var(--text);
}

.contact-form-items .form-clt::placeholder {
    color: var(--text);
}

.map-items .googpemap iframe {
    width: 100%;
    height: 480px;
}

@media (max-width: 575px) {
    .map-items .googpemap iframe {
        height: 400px;
    }
}

.contact-info-content {
    margin-left: 40px;
}

.contact-info-content .info-list {
    margin-top: 30px;
}

.contact-info-content .info-list h3 {
    margin-bottom: 20px;
}

.contact-info-content .info-list .info-items h5 {
    font-size: 18px;
    margin-bottom: 5px;
}

.contact-info-content .info-list .info-items a {
    color: var(--text);
}


/*----------------------------------- contact end -------------------------------*/


/*-------------------------------- footer style ---------------------------------*/

.footer-bg {
    background: linear-gradient(#00051ce7, #00051ce7), url(../img/slider-1.jpg) center center no-repeat;
    background-size: cover;
}

.footer-section {
    position: relative;
}

.footer-widgets-wrapper {
    padding: 60px 0 60px;
    position: relative;
    z-index: 9;
}

@media (max-width: 1199px) {
    .footer-widgets-wrapper {
        padding: 60px 0 60px;
    }
}

@media (max-width: 991px) {
    .footer-widgets-wrapper {
        padding: 50px 0 50px;
    }
}

.footer-widgets-wrapper .single-footer-widget {
    margin-top: 30px;
}

.footer-widgets-wrapper .single-footer-widget .widget-head {
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .footer-widgets-wrapper .single-footer-widget .widget-head {
        margin-bottom: 20px;
    }
}

.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    text-transform: capitalize;
    color: var(--white);
}

.footer-widgets-wrapper .single-footer-widget .footer-content p {
    color: var(--text2);
}

.footer-widgets-wrapper .single-footer-widget .footer-content h6 {
    margin-top: 20px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content h6 a {
    color: var(--text2);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
    margin-top: 40px;
    gap: 15px;
    position: relative;
    z-index: 9;
}

@media (max-width: 575px) {
    .footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
        margin-top: 20px;
    }
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    display: block;
    background: rgba(92, 92, 91, 0.1);
    color: var(--text2);
    border-radius: 50%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-align: center;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input {
    position: relative;
    margin-bottom: 25px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input {
    width: 100%;
    border: none;
    background-color: transparent;
    color: var(--text2);
    position: relative;
    border-bottom: 1px solid var(--border2);
    padding-bottom: 20px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input::-webkit-input-placeholder {
    color: var(--text2);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input:-ms-input-placeholder {
    color: var(--text2);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input::-ms-input-placeholder {
    color: var(--text2);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input::placeholder {
    color: var(--text2);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-button {
    position: absolute;
    right: 0;
    top: 0;
    color: var(--theme);
}

.footer-widgets-wrapper .single-footer-widget .list-area li {
    font-weight: 500;
}

.footer-widgets-wrapper .single-footer-widget .list-area li:not(:last-child) {
    margin-bottom: 15px;
}

.footer-widgets-wrapper .single-footer-widget .list-area li a {
    color: var(--text2);
    position: relative;
}

.footer-widgets-wrapper .single-footer-widget .list-area li a::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 50%;
    background-color: #fd4a81;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-widgets-wrapper .single-footer-widget .list-area li a:hover {
    padding-left: 20px;
    color: #fd4a81;
}

.footer-widgets-wrapper .single-footer-widget .list-area li a:hover::before {
    opacity: 1;
    visibility: visible;
}

.footer-bottom {
    padding: 35px 0;
    border-top: 1px solid #363d61;
    position: relative;
    z-index: 9;
}

.footer-bottom .footer-bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 575px) {
    .footer-bottom .footer-bottom-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px;
        text-align: center;
    }
}

.footer-bottom .footer-bottom-wrapper p {
    color: var(--text2);
}

.footer-bottom .footer-bottom-wrapper p a {
    color: var(--text2);
}

.footer-bottom .footer-bottom-wrapper p a:hover {
    color: var(--theme);
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.media-icon li {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
}

.media-icon li i {
    background: rgba(117, 117, 117, 0.26);
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    /* font-size: 18px; */
    color: #f8669e;
    margin-right: 10px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.footer-cntct p {
    color: #ffffff;
}


/*--------------------------------- footer end -------------------------*/


/*------------------------------ hero button style -------------------------*/

.array-button .array-prev {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background-color: var(--white);
    color: var(--theme2);
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.array-button .array-next {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background-color: var(--theme);
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.array-button .array-prev:hover {
    background-color: var(--theme);
    color: var(--white);
}

.array-button .array-next:hover {
    background-color: var(--white);
    color: var(--theme);
}


/*--------------------------------------------- about style here ----------------------------------------------*/

.about {
    background: linear-gradient(#fff1f1, #fff1f1), url(/assets/img/bg-2.jpg) center center no-repeat;
    background-size: cover;
}

.Principal {
    background-color: #fff1f1;
}

.sign {
    font-family: "Hurricane", cursive;
    font-weight: 500;
    font-style: normal;
    font-size: 40px;
}

.Principal,
p {
    color: #060020;
}


/*--------------------------------------- about img --------------------------------------*/

.abt>img {
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 5px -2px rgba(32, 32, 32, 0.486);
    -moz-box-shadow: 5px 5px 5px -2px rgba(32, 32, 32, 0.507);
    box-shadow: 5px 5px 5px -2px rgba(34, 34, 34, 0.445);
}


/*---------------------------------------- about img -------------------------------*/

.title-area .sub-title {
    display: inline-block;
    color: var(--theme2);
    font-size: 16px;
    font-weight: 700;
    font-family: var(--body-font);
    position: relative;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.title-area .sub-title .double-line:before,
.title-area .sub-title:before {
    width: 40px;
}

.title-area .sub-title .double-line:before,
.title-area .sub-title:before,
.title-area .sub-title .double-line:after,
.title-area .sub-title:after {
    position: absolute;
    content: "";
    background-color: var(--theme-color2);
    height: 1px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    top: 50%;
    right: -10px;
}

.title-area .sub-title .double-line:after,
.title-area .sub-title:after {
    margin-top: -5px;
    width: 60px;
}

.title-area .sub-title .double-line:before,
.title-area .sub-title:before,
.title-area .sub-title .double-line:after,
.title-area .sub-title:after {
    position: absolute;
    content: "";
    background-color: var(--theme-color2);
    height: 1px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    top: 50%;
    right: -10px;
}


/*------------------------------------------- button ---------------------------*/

.nir-btn,
.nir-btn-black {
    position: relative;
    z-index: 1;
    font-size: 14px;
    text-align: center;
    padding: 6px 10px;
    text-transform: capitalize;
    transition: all ease-in-out .5s;
    background: #f8669e;
    color: #fff;
    display: inline-block;
    border-radius: 0;
    border: none;
    overflow: hidden;
    border-radius: 5px;
}

.nir-btn:before,
.nir-btn-black:before {
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    top: 0;
    content: "";
    background: var( --theme2);
    color: #fff!important;
    transition: all ease-in-out .5s;
    z-index: -1
}

.nir-btn:hover:before,
.nir-btn-black:hover:before {
    width: 100%;
    transition: all ease-in-out .5s
}

.nir-btn:hover,
.nir-btn-black:hover {
    color: #fff!important;
    transition: all ease-in-out .5s
}

.nir-btn-black {
    background: #333369
}

.nir-btn-black:before {
    color: #fff
}

.nir-btn-black:hover {
    background: #fff;
    color: #3f3f3f
}

.nir-btn-black:hover:before {
    color: #333369
}


/*-------------------------------------- info style -----------------------------*/

.cta-section-2 {
    padding: 100px;
    background-image: url(../img/info-img.jpg);
    background-size: cover;
}

.why-choose-one__item:hover .why-choose-one__icon-box {
    background-color: white;
    box-shadow: 0 0 0 5px #fd4a8057;
    transition: all 0.6s linear;
    -webkit-transition: all 0.6s ease-in-out linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
}

.why-choose-one__item:hover i {
    color: var(--sifoxen-base);
    transform: rotateY(180deg);
    transition: all 0.6s linear;
    -webkit-transition: all 0.6s ease-in-out linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.why-choose-one__item i {
    transition: all 0.6s linear;
    -webkit-transition: all 0.6s ease-in-out linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
}

.why-choose-one__item {
    text-align: center;
}

.why-choose-one__icon-box {
    position: relative;
    margin: 0 auto 22px;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--sifoxen-base);
    border-radius: 50%;
    transition: all 500ms ease;
    box-shadow: 0 0 0 5px #ffffff1a;
}

.why-choose-one__icon {
    display: inline-flex;
    align-items: center;
    font-size: 50px;
    color: var(--sifoxen-white, #fff);
    transition: all 0.6s ease-in-out linear;
    -webkit-transition: all 0.6s ease-in-out linear;
    -moz-transition: all 0.6s ease-in-out linear;
    -ms-transition: all 0.6s ease-in-out linear;
    -o-transition: all 0.6s ease-in-out linear;
}

.why-choose-one__title {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.why-choose-one__text {
    margin: 0;
    line-height: 1.625;
}

.why-number {
    color: var(--ratting);
    font-size: large;
    font-weight: 700;
}

h5 {
    color: var(--sifoxen-black, #ffffff);
}


/*------------------------------------- news&events ----------------------------*/

.bolo-area {
    padding: 110px 0 88px;
}

.blog-single-box {
    margin-bottom: 30px;
}

.bolo-area .cleeny-btn {
    margin-left: 0;
    text-align: right;
    margin-bottom: 45px;
}

.bolo-area .cleeny-btn a i {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-left: 3px;
}

.bolo-area .cleeny-btn a {
    padding: 14px 33px 14px;
}

.blog-thumb {
    overflow: hidden;
    position: relative;
    border-radius: 5px 5px 0 0;
}

.blog-year {
    position: absolute;
    bottom: 6%;
    left: 5%;
    text-align: center;
    background: #f8669e;
    border-radius: 5px;
    padding: 22px 17px 7px;
    transition: .5s;
}

h1.blog-month {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    line-height: 6px;
    transition: .5s;
}

p.blog-text {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
    transition: .5s;
}

.blog-thumb img {
    width: 100%;
    transform: scale(1);
    transition: .5s;
    border-radius: 5px 5px 0 0;
}

.blog-content {
    background: #F3F4F8;
    padding: 27px 29px 26px;
    border-radius: 0 0 5px 5px;
    transition: .5s;
}

h3.blog-title {
    margin: 0;
}

h3.blog-title a {
    font-size: 22px;
    line-height: 30px;
    color: #00197e;
    font-weight: 600;
    margin: 0;
    display: inline-block;
    text-transform: capitalize;
    text-decoration: none;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

p.blog-description {
    font-size: 16px;
    line-height: 26px;
    color: #3a4268;
    font-weight: 300;
    margin: 0;
    padding: 3px 0 18px;
}

.blog-btn a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #f8669e;
    font-weight: 500;
}

.blog-btn a i {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-left: 3px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.blog-single-box:hover .blog-content {
    filter: drop-shadow(0px 20px 25px rgba(152, 178, 240, 0.2));
    background-color: #ffffff;
}

.blog-single-box:hover .blog-thumb img {
    transform: scale(1.2);
    border-radius: 5px 5px 0 0;
}

.blog-single-box:hover .blog-year {
    background: #306EFF;
}

.blog-single-box:hover .blog-year {
    color: #fff;
}

.blog-single-box:hover h1.blog-month {
    color: #fff;
}

.blog-single-box:hover p.blog-text {
    color: #fff;
}

.blog-single-box:hover h3.blog-title a {
    color: #306EFF;
}

.blog-single-box:hover h3 {
    color: #f8669e;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.blog-single-box:hover a {
    padding-left: 5px;
    color: #306EFF;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.blog-single-box:hover i {
    padding-left: 5px;
    color: #306EFF;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}


/*------------------------------------ gallery -------------------------------*/

.gallery {
    background-color: #fff1f1;
}


/*------------------------------- contact page header ------------------------------*/

.header-blog .container {
    position: relative;
    height: 100%;
}

.header-blog {
    background-image: url("../img/bgm.jpg");
}

.header-blog {
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 15px 30px 0 rgba(5, 16, 44, .15);
    box-shadow: 0 15px 30px 0 rgba(5, 16, 44, .15);
}

.bg-animation {
    -webkit-animation: bg-animation 25s ease-in-out infinite;
    animation: bg-animation 25s ease-in-out infinite;
}

@-webkit-keyframes bg-animation {
    0% {
        background-position: top;
    }
    50% {
        background-position: bottom;
    }
    100% {
        background-position: top;
    }
}

@keyframes bg-animation {
    0% {
        background-position: top;
    }
    50% {
        background-position: bottom;
    }
    100% {
        background-position: top;
    }
}


/*------------------------------------- contact page fancy box --------------------------------*/

.icon,
.icon-sm {
    display: inline-table;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center
}

.icon-sm i,
.icon i {
    display: table-cell;
    vertical-align: middle
}

.icon-sm {
    width: 64px;
    height: 64px;
    line-height: 64px
}

.contact-card {
    background-color: #f6f6f6;
    padding: 40px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.contact-card a,
.contact-card p {
    font-size: 16px;
    color: #000;
}

.contact-card .icon,
.contact-card .icon-sm {
    background-color: #dfa4b8;
    width: 106px;
    height: 106px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.contact-card .icon-sm i,
.contact-card .icon i {
    font-size: 30px;
    color: #000;
}

.contact-card .h3,
.contact-card h3 {
    margin: 20px 0;
    text-transform: uppercase;
}

.contact-card:hover {
    background-color: #dfa4b8;
}

.contact-card:hover .icon,
.contact-card:hover .icon-sm {
    background-color: #fff;
}

.contact-card:hover a {
    color: #000;
}

@media(max-width: 991.98px) {
    .contact-card {
        padding: 30px 10px;
    }
}

.contact2-sec .form-group .nice-select,
.contact2-sec .form-group input,
.contact2-sec .form-group textarea {
    background-color: #f6f6f6;
}


/*--------------------------- contact page header end ------------------------------*/


/*---------------------------------------- webkit scroll -------------------*/

 ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}


/*-------------------------------- Track --------------------------*/

 ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px var(--theme);
    box-shadow: inset 0 0 5px var(--theme);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}


/*--------------------------- Handle ---------------------------*/

 ::-webkit-scrollbar-thumb {
    background: var(--theme);
    border-radius: 10px;
}


/*
<!-- ============================================================== -->
<!-- hendrio Scrollup Button Section -->
<!-- ============================================================== -->*/

.scroll-area {
    position: relative;
    z-index: 999;
}

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #fd4a81 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #fd4a81 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    border-radius: 10px;
}

.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #232353 0%, #232353 100%);
    background-image: -ms-linear-gradient(0deg, #232353 0%, #232353 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    border-radius: 100%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
    color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius: 100%;
}

.top-wrap {
    position: relative;
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #fd4a81;
}

.top-wrap .go-top-button i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}

.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #fd4a81 0%, #fd4a81 100%);
    background-image: -webkit-linear-gradient(0deg, #fd4a81 0%, #fd4a81 100%);
    border-radius: 100%;
}

.top-wrap .go-top-button:hover {
    background-color: #222;
    color: #fff;
}

@keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}


/* breadcrumb style */

.bubbles {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bubble {
    position: absolute;
    left: var(--bubble-left-offset);
    bottom: -75%;
    display: block;
    width: var(--bubble-radius);
    height: var(--bubble-radius);
    border-radius: 10%;
    animation: float-up var(--bubble-float-duration) var(--bubble-float-delay) ease-in infinite;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    -ms-border-radius: 10%;
    -o-border-radius: 10%;
}

.bubble::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fb88b41a;
    border-radius: inherit;
    animation: var(--bubble-sway-type) var(--bubble-sway-duration) var(--bubble-sway-delay) ease-in-out alternate infinite;
}

.bubble:nth-child(0) {
    --bubble-left-offset: 15vw;
    --bubble-radius: 1vw;
    --bubble-float-duration: 8s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 4s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(1) {
    --bubble-left-offset: 31vw;
    --bubble-radius: 9vw;
    --bubble-float-duration: 8s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 2s;
    --bubble-sway-delay: 4s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(2) {
    --bubble-left-offset: 31vw;
    --bubble-radius: 3vw;
    --bubble-float-duration: 6s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(3) {
    --bubble-left-offset: 10vw;
    --bubble-radius: 10vw;
    --bubble-float-duration: 6s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(4) {
    --bubble-left-offset: 83vw;
    --bubble-radius: 6vw;
    --bubble-float-duration: 12s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(5) {
    --bubble-left-offset: 20vw;
    --bubble-radius: 6vw;
    --bubble-float-duration: 10s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 4s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(6) {
    --bubble-left-offset: 67vw;
    --bubble-radius: 2vw;
    --bubble-float-duration: 10s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 2s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(7) {
    --bubble-left-offset: 18vw;
    --bubble-radius: 4vw;
    --bubble-float-duration: 9s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 4s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(8) {
    --bubble-left-offset: 42vw;
    --bubble-radius: 7vw;
    --bubble-float-duration: 11s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(9) {
    --bubble-left-offset: 34vw;
    --bubble-radius: 10vw;
    --bubble-float-duration: 8s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 2s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(10) {
    --bubble-left-offset: 51vw;
    --bubble-radius: 6vw;
    --bubble-float-duration: 12s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(11) {
    --bubble-left-offset: 62vw;
    --bubble-radius: 4vw;
    --bubble-float-duration: 9s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(12) {
    --bubble-left-offset: 92vw;
    --bubble-radius: 6vw;
    --bubble-float-duration: 12s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 2s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(13) {
    --bubble-left-offset: 11vw;
    --bubble-radius: 7vw;
    --bubble-float-duration: 9s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(14) {
    --bubble-left-offset: 14vw;
    --bubble-radius: 9vw;
    --bubble-float-duration: 12s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 2s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(15) {
    --bubble-left-offset: 84vw;
    --bubble-radius: 6vw;
    --bubble-float-duration: 9s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(16) {
    --bubble-left-offset: 27vw;
    --bubble-radius: 6vw;
    --bubble-float-duration: 11s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(17) {
    --bubble-left-offset: 75vw;
    --bubble-radius: 10vw;
    --bubble-float-duration: 9s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 4s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(18) {
    --bubble-left-offset: 10vw;
    --bubble-radius: 8vw;
    --bubble-float-duration: 7s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(19) {
    --bubble-left-offset: 29vw;
    --bubble-radius: 4vw;
    --bubble-float-duration: 7s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(20) {
    --bubble-left-offset: 85vw;
    --bubble-radius: 7vw;
    --bubble-float-duration: 10s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 2s;
    --bubble-sway-delay: 4s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(21) {
    --bubble-left-offset: 57vw;
    --bubble-radius: 8vw;
    --bubble-float-duration: 11s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(22) {
    --bubble-left-offset: 72vw;
    --bubble-radius: 9vw;
    --bubble-float-duration: 11s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(23) {
    --bubble-left-offset: 50vw;
    --bubble-radius: 3vw;
    --bubble-float-duration: 8s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 2s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(24) {
    --bubble-left-offset: 69vw;
    --bubble-radius: 1vw;
    --bubble-float-duration: 9s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(25) {
    --bubble-left-offset: 37vw;
    --bubble-radius: 7vw;
    --bubble-float-duration: 9s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 4s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(26) {
    --bubble-left-offset: 59vw;
    --bubble-radius: 4vw;
    --bubble-float-duration: 10s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(27) {
    --bubble-left-offset: 57vw;
    --bubble-radius: 5vw;
    --bubble-float-duration: 10s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 4s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(28) {
    --bubble-left-offset: 78vw;
    --bubble-radius: 4vw;
    --bubble-float-duration: 12s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(29) {
    --bubble-left-offset: 76vw;
    --bubble-radius: 10vw;
    --bubble-float-duration: 11s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 4s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(30) {
    --bubble-left-offset: 62vw;
    --bubble-radius: 2vw;
    --bubble-float-duration: 11s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(31) {
    --bubble-left-offset: 32vw;
    --bubble-radius: 1vw;
    --bubble-float-duration: 12s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 4s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(32) {
    --bubble-left-offset: 82vw;
    --bubble-radius: 9vw;
    --bubble-float-duration: 6s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 2s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(33) {
    --bubble-left-offset: 54vw;
    --bubble-radius: 2vw;
    --bubble-float-duration: 9s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(34) {
    --bubble-left-offset: 28vw;
    --bubble-radius: 8vw;
    --bubble-float-duration: 12s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 2s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(35) {
    --bubble-left-offset: 27vw;
    --bubble-radius: 1vw;
    --bubble-float-duration: 9s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(36) {
    --bubble-left-offset: 16vw;
    --bubble-radius: 2vw;
    --bubble-float-duration: 7s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 4s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(37) {
    --bubble-left-offset: 0vw;
    --bubble-radius: 4vw;
    --bubble-float-duration: 10s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(38) {
    --bubble-left-offset: 68vw;
    --bubble-radius: 4vw;
    --bubble-float-duration: 8s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 4s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(39) {
    --bubble-left-offset: 54vw;
    --bubble-radius: 4vw;
    --bubble-float-duration: 7s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 4s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(40) {
    --bubble-left-offset: 48vw;
    --bubble-radius: 5vw;
    --bubble-float-duration: 9s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 2s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(41) {
    --bubble-left-offset: 51vw;
    --bubble-radius: 8vw;
    --bubble-float-duration: 10s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(42) {
    --bubble-left-offset: 58vw;
    --bubble-radius: 4vw;
    --bubble-float-duration: 9s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 4s;
    --bubble-sway-delay: 4s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(43) {
    --bubble-left-offset: 17vw;
    --bubble-radius: 9vw;
    --bubble-float-duration: 7s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 2s;
    --bubble-sway-delay: 2s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(44) {
    --bubble-left-offset: 46vw;
    --bubble-radius: 2vw;
    --bubble-float-duration: 8s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 2s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(45) {
    --bubble-left-offset: 10vw;
    --bubble-radius: 10vw;
    --bubble-float-duration: 10s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(46) {
    --bubble-left-offset: 4vw;
    --bubble-radius: 9vw;
    --bubble-float-duration: 11s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 4s;
    --bubble-sway-delay: 2s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(47) {
    --bubble-left-offset: 29vw;
    --bubble-radius: 3vw;
    --bubble-float-duration: 9s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(48) {
    --bubble-left-offset: 50vw;
    --bubble-radius: 7vw;
    --bubble-float-duration: 6s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 4s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(49) {
    --bubble-left-offset: 1vw;
    --bubble-radius: 2vw;
    --bubble-float-duration: 7s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(50) {
    --bubble-left-offset: 38vw;
    --bubble-radius: 6vw;
    --bubble-float-duration: 12s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-left-to-right;
}

@keyframes float-up {
    to {
        transform: translateY(-175vh);
    }
}

@keyframes sway-left-to-right {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(100%);
    }
}

@keyframes sway-right-to-left {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}


/* -------------------- about-section ---------------------- */

.about-padding {
    padding: 60px 20px;
}

.about-three {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.about-three__left {
    position: relative;
    display: block;
    margin-right: 170px;
}

.about-three__img-box {
    position: relative;
    display: block;
}

.about-three__img {
    position: relative;
    display: block;
}

.about-three__img img {
    width: 100%;
    border-radius: 5px;
}

.about-three__img-2 {
    position: absolute;
    bottom: 0;
    right: -170px;
    top: 130px;
    border-radius: 5px;
}

.about-three__img-2 img {
    width: auto;
    border-radius: 5px;
}

.about-three__right {
    position: relative;
    display: block;
    margin-left: 70px;
}

.about-three__right .section-title {
    margin-bottom: 28px;
}

.about-three__progress {
    position: relative;
    display: block;
    margin-top: 24px;
}

.about-three__progress-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 8px;
}

.about-three__progress .bar {
    position: relative;
    width: 100%;
    height: 9px;
}

.about-three__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 9px;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.about-three__progress .count-text {
    position: absolute;
    right: -6px;
    bottom: 17px;
    line-height: 26px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-three__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.about-three__progress .bar.marb-0 {
    margin-bottom: 0;
}

.about-three__points {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 38px;
    margin-bottom: 33px;
}

.about-three__points li {
    position: relative;
    display: flex;
    align-items: center;
}

.about-three__points li:last-child::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    bottom: 8px;
    width: 2px;
}

.about-three__points li+li {
    margin-left: 66px;
    padding-left: 44px;
}

.about-three__points li .icon {
    position: relative;
    display: inline-block;
}

.about-three__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.about-three__points li:hover .icon span {
    transform: scale(0.9);
}

.about-three__points li .text {
    margin-left: 20px;
}

.about-three__points li .text p {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: var(--aspro-letter-spacing);
}


/*-------------------- about responsive ------------------=*/


/* Medium screen  */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-one__left {
        margin-right: 0;
    }
    .about-two__left {
        max-width: 600px;
        margin: 0 auto 0;
    }
    .about-two__right {
        max-width: 600px;
        margin: 174px auto 0;
    }
    .about-three__left {
        max-width: 600px;
        margin: 0 auto 0;
    }
    .about-three__right {
        max-width: 600px;
        margin: 60px auto 0;
    }
    .about-three__img-box::before {
        content: "";
        position: absolute;
        bottom: 400px;
        left: 480px;
    }
    .about-three__img-box::after {
        content: "";
        position: absolute;
        bottom: 420px;
        left: 500px;
    }
}


/*------------------------------------------ Tablet Layout: 768px. --------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-one__left {
        margin-right: 0;
        margin-bottom: 60px;
    }
    .about-two__left {
        max-width: 600px;
        margin: 0 auto 0;
    }
    .about-two__right {
        max-width: 600px;
        margin: 174px auto 0;
    }
    .about-three__img-box::before {
        display: none;
    }
    .about-three__img-box::after {
        display: none;
    }
}


/*---------------------------------------- Mobile Layout: 320px. ----------------------------------*/

@media only screen and (max-width: 767px) {
    .about-one__left {
        margin-right: 0;
        margin-bottom: 60px;
    }
    .about-one__points {
        flex-direction: column;
        align-items: baseline;
    }
    .about-one__points li+li {
        margin-left: 0;
        margin-top: 20px;
    }
    .about-one__btn-and-user-box {
        flex-direction: column;
        align-items: baseline;
    }
    .about-one__user-box {
        margin-left: 0;
        margin-top: 20px;
    }
    .about-two__left {
        margin-right: 0;
    }
    .about-two__img-2 {
        display: none;
    }
    .about-two__rounded-text {
        top: 50%;
        right: 0;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    .about-two__shape-1 {
        display: none;
    }
    .about-two__right {
        margin-left: 0;
        margin-top: 60px;
    }
    .about-two__icon-box-and-text {
        flex-direction: column;
        align-items: baseline;
    }
    .about-two__icon-box::before {
        display: none;
    }
    .about-two__icon-box {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .about-three__left {
        margin-right: 0;
    }
    .about-three__img-2 {
        display: none;
    }
    .about-three__right {
        margin-left: 0;
        margin-top: 60px;
    }
    .about-three__points {
        flex-direction: column;
        align-items: baseline;
    }
    .about-three__points li+li {
        margin-left: 0;
        padding-left: 0;
        margin-top: 20px;
    }
    .about-three__img-box::before {
        display: none;
    }
    .about-three__img-box::after {
        display: none;
    }
}


/*------------------------------- about-three-img-box after and before effect -------------------*/

.about-three__img-box::before {
    content: "";
    position: absolute;
    bottom: 320px;
    left: 400px;
    height: 48px;
    width: 48px;
    border-radius: 5px;
    background-color: #fd4a81;
    animation: animated 3s ease-in-out infinite alternate;
}

.about-three__img-box::after {
    content: "";
    position: absolute;
    bottom: 340px;
    left: 425px;
    z-index: -1;
    height: 48px;
    width: 48px;
    border-radius: 5px;
    background-color: #702049;
    animation: animated1 3s ease-in-out infinite alternate;
}

@keyframes animated {
    0% {
        transform: translate(0px);
    }
    50% {
        transform: translate(-5px, 10px);
        -webkit-transform: translate(-5px, 10px);
        -moz-transform: translate(-5px, 10px);
        -ms-transform: translate(-5px, 10px);
        -o-transform: translate(-5px, 10px);
    }
    100% {
        transform: translate(0px);
    }
}

@keyframes animated1 {
    0% {
        transform: translate(0px);
    }
    50% {
        transform: translate(10px, -5px);
        -webkit-transform: translate(10px, -5px);
        -moz-transform: translate(10px, -5px);
        -ms-transform: translate(10px, -5px);
        -o-transform: translate(10px, -5px);
    }
    100% {
        transform: translate(0px);
    }
}

/*---------------------------------- manager message ---------------------------------*/


.author-name{
    color: var(--about-color);
}
.author-desc {
    font-size: 22px;
    font-weight: 600;
    color: var(--black);
   
}

/*-------------------------------- mission and vision css ------------------------*/

.feature-block--style3 {
    box-shadow: 0px 5px 60px rgba(0, 0, 0, 0.103);
    background-color: #d5eeff;
}

.vision{
    background-color: #ffd7d8 !important;
    margin-bottom: 0px !important;
    box-shadow: 0px 5px 60px rgba(0, 0, 0, 0.103);

}

.feature-block--style3 {
    margin-bottom: 74px;
    border-radius: 20px;
}

.feature-block--style3 .feature-block__img {
    border-radius: 20px;
    text-align:center;
}

.feature-block__img > img {
    max-width: 392px;
    min-height: 190px;
}

.feature-block--style .feature-block__img > img, .feature-block--style2 .feature-block__img > img, .feature-block--style3 .feature-block__img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.feature-block--style .feature-block__content, .feature-block--style2 .feature-block__content, .feature-block--style3 .feature-block__content {
    height: 100%;
    padding: 40px 67px 40px 40px;
}

.feature-block__text {
    margin-top: 10px;
}

/*--------------------------------- vision and mission end -------------------*/

/*----------------------------------- admission --------------------------------*/
.admission{
    background-color: #ffdde7 !important;
    margin-bottom: 0px !important;
    box-shadow: 0px 5px 60px rgba(0, 0, 0, 0.103);

}

.admission .feature-block__content >ol{
    color: darkred;
}

/* ----------------------------- admission end ----------------------------- */

/* ----------------------------- faculity start ------------------------------- */

.mb-55 {
    margin-bottom: 50px;
}

.tp-leadership-thumb {
    overflow: hidden;
    border-radius: 10px;
}

.p-relative {
    position: relative;
}

.tp-leadership-thumb img {
    border-radius: 10px;
    transition: 0.5s;
}

.tp-leadership-item:hover .tp-leadership-thumb img {
    transform: scale(1.04);
}

.tp-leadership-hover-box {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 10px;
    opacity: 0;
    z-index: 1
    transition: all 0.5s;
}

.tp-leadership-content {
    padding: 20px 0 0 0;
}

.tp-leadership-content span {
    color: #525356;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
}


.tp-leadership-title a:hover {
    color: var(--theme-color2);
}

/* ----------------------------- faculity end ------------------------------- */

/* ---------------------------- facilities start --------------------------- */
.feature-one-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.single-feature-one {
    display: flex;
    align-items: center;
    padding: 15px 29px;
    background: #fff;
    border: 1px solid #EEEEEE;
    border-radius: 15px;
    max-width: max-content;
    margin-right: 25px;
    margin-bottom: 25px;
    cursor: pointer;
    transition: 0.3s;
}

.single-feature-one i {
    padding: 5px;
    background: var(--theme-color2);
    border-radius: 50%;
    color: #fff;
    margin-right: 15px;
    font-size: 14px;
    line-height: 12px;
}

.single-feature-one p {
    color: #1C2539;
    font-weight: 700;
}

/* ------------------------------facilities end------------------------ */

/* --------------------------- download ------------------------- */

.download {
    display: flex;
    align-items: center;
    background-color: var(--theme-color2);
    border-radius: 10px !important;
    color: #ffffff;
    height: 50px !important;
}

.download>h6{
    color: white;
}

/* ---------------- download end------------------ */

/* ---------------------- notice strat --------------------- */
.notice-caption{
    color: var(--theme-text) !important;
    font-weight: 500;
    padding-bottom: 5px;
}
/* -----------------------  notice end ---------------------------------- */

/* ------------------------- pribcipal and managar image drop shadow start ----------------- */
.principal-img,.manager-img{
    border-radius: 5px;
    box-shadow: #fd4a8067 -5px 5px, #fd4a8054 -10px 10px, #fd4a8033 -15px 15px, #fd4a8013 -20px 20px, #fd4a800c -25px 25px;
}
.principal-img-home{
    border-radius: 5px;
    box-shadow: #fd4a8067 5px 5px, #fd4a8054 10px 10px, #fd4a8033 15px 15px, #fd4a8013 20px 20px, #fd4a800c 25px 25px;
}

.manager-box{
    padding: 40px;
    background-color: #ffecec;
    border-radius: 20px;
    -webkit-border-radius: 10px;
}
/* ------------------------- pribcipal and managar image drop shadow end ----------------- */

/* ----------------------------- photo gallery start -------------------------- */


.portfolio-one__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.portfolio-one__shape-1 img {
    width: auto;
}

.portfolio-one__shape-2 {
    position: absolute;
    right: 95px;
    bottom: 240px;
    z-index: -1;
}

.portfolio-one__shape-2 img {
    width: auto;
}

.portfolio-one .row {
    --bs-gutter-x: 24px;
}

.portfolio-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.portfolio-one__img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.portfolio-one__img {
    position: relative;
    display: block;
    border-radius: 10px;
    z-index: 1;
}

.portfolio-one__img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(211deg, #2a2d46bb 0%, #2a2d46bb 100%, #2a2d46bb 100%);
    mix-blend-mode: multiply;
    border-radius: 10px;
    visibility: hidden;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    z-index: 1;
}

.portfolio-one__single:hover .portfolio-one__img:before {
    visibility: visible;
    -webkit-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);
}

.portfolio-one__img img {
    max-width: 261px;
    max-height: 367px;
    min-height: 261px;
    min-height: 367px;
    width: 100%;
    border-radius: 10px;
    transition: all 500ms ease;
    transform: scale(1);
}

.portfolio-one__single:hover .portfolio-one__img img {
    transform: scale(1.05);
}

.portfolio-one__content {
    position: absolute;
    bottom: 21px;
    left: 21px;
    right: 21px;
    background-position: center bottom;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleX(0);
    z-index: 1;
    padding: 10px 18px;
    border-radius: 10px;
}

.portfolio-one__single:hover .portfolio-one__content {
    transform: scaleY(1.0);
}

.portfolio-one__sub-title {
    font-size: 16px;
    line-height: 26px;
    color: white;
}

.portfolio-one__title {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 1px;
}

.portfolio-one__title a {
    color: white;
    -webkit-transition: all 500ms ease;
    transition: .3s all;
}

.portfolio-one__title a:hover {
    color: var(--theme-color2);
}

.portfolio-one__arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
}

.portfolio-one__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    font-size: 19px;
    color: white;
    background-color: var(--theme-color2);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-one__arrow a:hover {
    color: var(--theme-color2);
    background-color: white;
}

.portfolio-one__single:hover .portfolio-one__arrow {
    -webkit-transform: scale(1) translateX(-50%) translateY(-50%);
    transform: scale(1) translateX(-50%) translateY(-50%);
    transition-delay: 500ms;
    opacity: 1;
}
/* ----------------------------- photo gallery end -------------------------- */


/*------------------------------------- lofty app style start ---------------------------*/
.app-store-btns {
    /* display: flex; */
    width: 100%;
  }
  .app-store-btns a {
    gap: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    flex-grow: 1;
    flex-basis: 0;
    text-decoration: none;
    color: var(--black);
    background: var(--white);
    background-repeat: no-repeat;
    padding: 6px 12px 6px 48px;
    min-height: 40px;
    font-weight: 400;
    background-position: 16px;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    border-bottom: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .app-store-btns a:nth-child(2) {
    margin-left: 8px;
  }
  .app-store-btns a:nth-child(3) {
    margin-left: 8px;
  }
  .app-store-btns a:nth-child(4) {
    margin-left: 8px;
  }
  .app-store-btns a.apple {
    background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBkPSJNNDAuNzM4LDExMi4xMTljLTI1Ljc4NSw0NC43NDUtOS4zOTMsMTEyLjY0OCwxOS4xMjEsMTUzLjgyQzc0LjA5MiwyODYuNTIzLDg4LjUwMiwzMDUsMTA4LjIzOSwzMDUgICBjMC4zNzIsMCwwLjc0NS0wLjAwNywxLjEyNy0wLjAyMmM5LjI3My0wLjM3LDE1Ljk3NC0zLjIyNSwyMi40NTMtNS45ODRjNy4yNzQtMy4xLDE0Ljc5Ny02LjMwNSwyNi41OTctNi4zMDUgICBjMTEuMjI2LDAsMTguMzksMy4xMDEsMjUuMzE4LDYuMDk5YzYuODI4LDIuOTU0LDEzLjg2MSw2LjAxLDI0LjI1Myw1LjgxNWMyMi4yMzItMC40MTQsMzUuODgyLTIwLjM1Miw0Ny45MjUtMzcuOTQxICAgYzEyLjU2Ny0xOC4zNjUsMTguODcxLTM2LjE5NiwyMC45OTgtNDMuMDFsMC4wODYtMC4yNzFjMC40MDUtMS4yMTEtMC4xNjctMi41MzMtMS4zMjgtMy4wNjZjLTAuMDMyLTAuMDE1LTAuMTUtMC4wNjQtMC4xODMtMC4wNzggICBjLTMuOTE1LTEuNjAxLTM4LjI1Ny0xNi44MzYtMzguNjE4LTU4LjM2Yy0wLjMzNS0zMy43MzYsMjUuNzYzLTUxLjYwMSwzMC45OTctNTQuODM5bDAuMjQ0LTAuMTUyICAgYzAuNTY3LTAuMzY1LDAuOTYyLTAuOTQ0LDEuMDk2LTEuNjA2YzAuMTM0LTAuNjYxLTAuMDA2LTEuMzQ5LTAuMzg2LTEuOTA1Yy0xOC4wMTQtMjYuMzYyLTQ1LjYyNC0zMC4zMzUtNTYuNzQtMzAuODEzICAgYy0xLjYxMy0wLjE2MS0zLjI3OC0wLjI0Mi00Ljk1LTAuMjQyYy0xMy4wNTYsMC0yNS41NjMsNC45MzEtMzUuNjExLDguODkzYy02LjkzNiwyLjczNS0xMi45MjcsNS4wOTctMTcuMDU5LDUuMDk3ICAgYy00LjY0MywwLTEwLjY2OC0yLjM5MS0xNy42NDUtNS4xNTljLTkuMzMtMy43MDMtMTkuOTA1LTcuODk5LTMxLjEtNy44OTljLTAuMjY3LDAtMC41MywwLjAwMy0wLjc4OSwwLjAwOCAgIEM3OC44OTQsNzMuNjQzLDU0LjI5OCw4OC41MzUsNDAuNzM4LDExMi4xMTl6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8cGF0aCBpZD0iWE1MSURfMjMwXyIgZD0iTTIxMi4xMDEsMC4wMDJjLTE1Ljc2MywwLjY0Mi0zNC42NzIsMTAuMzQ1LTQ1Ljk3NCwyMy41ODNjLTkuNjA1LDExLjEyNy0xOC45ODgsMjkuNjc5LTE2LjUxNiw0OC4zNzkgICBjMC4xNTUsMS4xNywxLjEwNywyLjA3MywyLjI4NCwyLjE2NGMxLjA2NCwwLjA4MywyLjE1LDAuMTI1LDMuMjMyLDAuMTI2YzE1LjQxMywwLDMyLjA0LTguNTI3LDQzLjM5NS0yMi4yNTcgICBjMTEuOTUxLTE0LjQ5OCwxNy45OTQtMzMuMTA0LDE2LjE2Ni00OS43N0MyMTQuNTQ0LDAuOTIxLDIxMy4zOTUtMC4wNDksMjEyLjEwMSwwLjAwMnoiIGZpbGw9IiMyZTJlMmUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K");
    background-size: 21px 25px;
  }
  .app-store-btns a.google {
    background-image: url("https://psycatgames.com/images/supporting/google-play.svg");
    background-size: 22px 25px;
  }

  /*------------------------------------- lofty app style end ---------------------------*/


.about-pd{
    padding: 80px 0px;
}

.toppers-padding {
    padding: 60px 40px;
}

.faculty-padding{
    padding: 60px 40px;
}

  
  /*----------------------------------- ppopup read more button style ----------------------------------- */ 
.readmore {
    padding: 10.5px 25px;
    border: 0;
    border-radius: 100px;
    background-color: var(--sifoxen-base);
    color: #ffffff;
    font-weight: Bold;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  
  .readmore:hover {
    background-color: #ff6090;
    box-shadow: 0 0 20px #d86b8c;
    transform: scale(1.1);
  }
  
  .readmore:active {
    background-color: #ff6090;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    box-shadow: none;
    transform: scale(0.98);
  }

   /*----------------------------------- ppopup read more button style ----------------------------------- */ 

   /*----------------------------------------*/
/* staff-section-start */
/*----------------------------------------*/
.team-card {
    border: none;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition:
      transform 0.3s ease,
      box-shadow 0.3s ease;
  }
  
  .team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }
  
  .team-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: opacity 0.3s ease;
  }
  
  .team-card:hover img {
    opacity: 0.9;
  }
  
  .card-body {
    text-align: center;
    padding: 1rem;
    background: linear-gradient(to bottom, #ffffff, #f8f9fa);
  }
  
  .team-name {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: var(--theme);
    transition: color 0.3s ease;
  }
  
  .team-card:hover .team-name {
    color: var(--theme-text);
  }
  
  .team-role {
    font-size: 0.9rem;
    color: #6c757d;
    margin: 0;
  }
  
  /*----------------------------------------*/
  /* staff-section-end  */
  /*----------------------------------------*/