/*-----------------------------------------------------------------------------------

    Theme Name: Educate - University, Online Courses, School & Education Template
    Author: Ordianit
    Support:ordianit@gmail.com
    Description: Educate - University, Online Courses, School & Education Template
    Version: 1.0

-----------------------------------------------------------------------------------

/*----------------------------------------*/
/* 01. THEME DEFAULT CSS START
/*----------------------------------------*/
@import url('../../../../css2');

:root {
    /**
  @font family declaration
  */
    --it-ff-body: 'Sora', sans-serif;
    --it-ff-heading: 'Epilogue', sans-serif;
    --it-ff-poppins: 'Poppins', sans-serif;
    --it-ff-fontawesome: Font Awesome 6 Pro;
    /**
  @color declaration
  */
    --it-common-white: #ffffff;
    --it-common-black: #0E2A46;
    --it-common-black-2: #4D5756;
    --it-common-yellow: #F2A227;
    --it-common-yellow-2: #FC9F0B;
    --it-heading-primary: #0E2A46;
    --it-grey-1: #F2F2F2;
    --it-grey-2: #F3F5F5;
    --it-grey-3: #F9F6EF;
    --it-text-body: #333931;
    --it-theme-1: #0AB99D;
    --it-theme-2: #116E63;
    --it-theme-3: #2356F6;
    --it-theme-4: #22A3D1;
    --it-theme-5: #FF9E0E;
    --it-theme-6: #FD6D4B;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1450px;
    }
}

.container-1380 {
    max-width: 1380px;
}

/*---------------------------------
	typography css start
---------------------------------*/
body {
    font-family: var(--it-ff-body);
    font-size: 17px;
    font-weight: 400;
    color: var(--it-text-body);
    line-height: 32px;
    overflow-x: hidden;
}

body,
html {
    overflow-x: hidden;
}

    body.monserat {
        font-family: var(--it-ff-monserat);
    }

a {
    text-decoration: none;
    transition: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--it-ff-heading);
    color: var(--it-heading-primary);
    margin-top: 0px;
    font-weight: 700;
    line-height: 1.1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

p {
    color: var(--it-text-body);
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
}

.z-index {
    position: relative;
    z-index: 2;
}

.z-index-3 {
    position: relative;
    z-index: 3;
}

.z-index-4 {
    position: relative;
    z-index: 4;
}

.z-index-5 {
    position: relative;
    z-index: 5;
}

.z-index-6 {
    position: relative;
    z-index: 6;
}

a,
.btn,
button,
input,
select,
textarea,
li,
img,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    a:focus,
    .button:focus {
        text-decoration: none;
        outline: none;
    }

    a:focus,
    a:hover {
        color: inherit;
        text-decoration: none;
    }

a,
button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

    button:focus {
        outline: 0;
    }

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

input {
    height: 45px;
    width: 100%;
    outline: none;
    padding: 5px 10px 5px 50px;
    line-height: 58px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    position: relative;
}

    input::-webkit-input-placeholder {
        color: #4D5756;
    }

    input:-moz-placeholder {
        color: #4D5756;
    }

    input::-moz-placeholder {
        color: #4D5756;
    }

    input:-ms-input-placeholder {
        color: #4D5756;
    }

textarea {
    outline: none;
    color: var(--it-common-black);
    width: 100%;
    padding: 0 20px;
    border: none;
    resize: none;
    font-size: 14px;
}

    textarea::-webkit-input-placeholder {
        color: #4D5756;
    }

    textarea:-moz-placeholder {
        color: #4D5756;
    }

    textarea::-moz-placeholder {
        color: #4D5756;
    }

    textarea:-ms-input-placeholder {
        color: #4D5756;
    }

input[type=color] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 0;
    border-radius: 50%;
}

*::-moz-selection {
    background: var(--it-theme-1);
    color: var(--it-common-white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--it-theme-1);
    color: var(--it-common-white);
    text-shadow: none;
}

::selection {
    background: var(--it-theme-1);
    color: var(--it-common-white);
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--it-common-black);
    font-size: var(--it-fz-body);
    opacity: 1;
}

*::placeholder {
    color: var(--it-common-black);
    font-size: var(--it-fz-body);
    opacity: 1;
}

/*---------------------------------
    common classes css start
---------------------------------*/
.w-img img {
    width: 100%;
}

.m-img img {
    max-width: 100%;
}

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.include-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.gx-5 {
    --bs-gutter-x: 5px;
}

.gx-20 {
    --bs-gutter-x: 20px;
}

.gx-55 {
    --bs-gutter-x: 55px;
}

/*--
    - Spacing
-----------------------------------------*/
.it-btn {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 25px;
    height: 54px;
    line-height: 54px;
    position: relative;
    transition: 0.4s;
    border-radius: 5px;
    z-index: 1;
    color: var(--it-common-white);
    background-color: var(--it-theme-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-btn {
        font-size: 14px;
    }
}

.it-btn.large {
    padding: 0px 60px;
}

.it-btn span svg {
    margin-left: 10px;
    display: inline-block;
    transform: translateY(-1px);
}

.it-btn:hover {
    color: var(--it-common-white);
}

    .it-btn:hover span svg {
        animation: tfLeftToRight 0.4s forwards;
        transform: translateY(-1px);
    }

.it-btn.black-bg {
    background-color: black;
}

.it-btn.sm {
    height: 53px;
    line-height: 53px;
    padding: 0 20px;
}

.it-btn.blue-bg {
    background-color: var(--it-theme-4);
}

.it-btn-border {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 55px;
    height: 54px;
    line-height: 54px;
    position: relative;
    transition: 0.4s;
    border-radius: 50px;
    z-index: 1;
    color: var(--it-theme-6);
    border: 1px solid var(--it-theme-6);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-btn-border {
        font-size: 14px;
    }
}

.it-btn-border span svg {
    margin-left: 10px;
    display: inline-block;
    transform: translateY(-1px);
}

.it-btn-border:hover {
    color: var(--it-common-black);
}

    .it-btn-border:hover span svg {
        animation: tfLeftToRight 0.4s forwards;
        transform: translateY(-1px);
    }

.it-btn-white {
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    padding: 5px 20px;
    position: relative;
    transition: 0.4s;
    /* border-radius: 5px; */
    z-index: 1;
    color: var(--it-common-black);
    background-color: var(--it-common-white);
    font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-btn-white {
        padding: 3px 17px !important;
    }
}

.it-btn-white span svg {
    margin-left: 10px;
    display: inline-block;
    transform: translateY(-1px);
}

.it-btn-white:hover span svg {
    animation: tfLeftToRight 0.4s forwards;
    transform: translateY(-1px);
}

.it-btn-white.sky-bg {
    background-color: var(--it-theme-4);
    color: var(--it-common-white);
}

.it-btn-white.orange-bg {
    color: #f58734;
    background-color: #ffffff;
    font-family: "Raleway", sans-serif;
    border: 1px solid;
    border-radius: 24px;
}

@media (max-width: 767px) {
    .it-btn-white.orange-bg {
        margin-bottom: 30px;
    }
}

.it-btn-white.orange-bg:hover {
    color: #f58734;
    background-color: #ffffff;
}

.it-btn-white-sm {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    padding: 0 20px;
    height: 40px;
    width: 140px;
    line-height: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    transition: 0.3s;
    text-transform: uppercase;
    color: var(--it-common-white);
    background-color: var(--it-common-black);
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    margin: 5px 0;
}

    .it-btn-white-sm:hover {
        color: var(--it-common-black);
        background-color: var(--it-common-white);
    }

.it-btn-yellow {
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    padding: 6px 25px;
    font-family: 'Raleway';
    position: relative;
    transition: 0.4s;
    border-radius: 60px;
    z-index: 1;
    color: #323333;
    border: 1px solid #2b2b2b;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-btn-yellow {
        font-size: 14px;
        padding: 4px 14px;
    }
}

.it-btn-yellow span svg {
    margin-left: 10px;
    display: inline-block;
    transform: translateY(-1px);
}

.it-btn-yellow:hover span svg {
    animation: tfLeftToRight 0.4s forwards;
    transform: translateY(-1px);
}

.it-btn-yellow.radius {
    border-radius: 50px;
    color: var(--it-common-white);
}

.it-btn-yellow-sm {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 27px;
    height: 53px;
    line-height: 53px;
    position: relative;
    transition: 0.4s;
    border-radius: 50px;
    z-index: 1;
    color: var(--it-common-white);
    background-color: var(--it-common-yellow);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-btn-yellow-sm {
        font-size: 14px;
    }
}

.it-btn-yellow-sm span svg {
    margin-left: 10px;
    display: inline-block;
    transform: translateY(-1px);
}

.it-btn-yellow-sm:hover {
    color: var(--it-common-white);
}

    .it-btn-yellow-sm:hover span svg {
        animation: tfLeftToRight 0.4s forwards;
        transform: translateY(-1px);
    }

.it-btn-theme-2 {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 25px;
    height: 60px;
    line-height: 60px;
    position: relative;
    transition: 0.4s;
    border-radius: 5px;
    z-index: 1;
    color: var(--it-common-white);
    background-color: var(--it-theme-2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-btn-theme-2 {
        font-size: 14px;
    }
}

.it-btn-theme-2 span svg {
    margin-left: 10px;
    display: inline-block;
    transform: translateY(-1px);
}

.it-btn-theme-2:hover {
    color: var(--it-common-white);
}

    .it-btn-theme-2:hover span svg {
        animation: tfLeftToRight 0.4s forwards;
        transform: translateY(-1px);
    }

.it-btn-blue {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 25px;
    height: 60px;
    line-height: 60px;
    position: relative;
    transition: 0.4s;
    border-radius: 5px;
    z-index: 1;
    color: var(--it-common-white);
    background-color: var(--it-theme-3);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-btn-blue {
        font-size: 14px;
    }
}

.it-btn-blue span svg {
    margin-left: 10px;
    display: inline-block;
    transform: translateY(-1px);
}

.it-btn-blue:hover {
    color: var(--it-common-white);
}

    .it-btn-blue:hover span svg {
        animation: tfLeftToRight 0.4s forwards;
        transform: translateY(-1px);
    }

.it-btn-theme-sm {
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    position: relative;
    transition: 0.4s;
    border-radius: 25px;
    z-index: 1;
    color: #03a84e;
    font-family: 'Raleway';
    width: 100%;
    text-align: center;
    border: 1px solid #03A84E;
    font-size: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-btn-theme-sm {
        font-size: 14px;
    }
}

.it-btn-theme-sm span svg {
    margin-left: 10px;
    display: inline-block;
    transform: translateY(-1px);
}

.it-btn-theme-sm:hover {
    color: #23b364;
}

    .it-btn-theme-sm:hover span svg {
        animation: tfLeftToRight 0.4s forwards;
        transform: translateY(-1px);
    }

/* pulse effect animation */
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes itrotate {
    0% {
        transform: rotate(0);
    }

    to {
        transform: rotate(1turn);
    }
}

@keyframes itswing {
    0% {
        -webkit-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
        transform: rotate(25deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes itleftright {
    0% {
        transform: translate(0);
    }

    to {
        transform: translate(-20px);
    }
}

@keyframes itupdown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@-moz-keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }

    100% {
        margin-top: 0;
    }
}

@-ms-keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }

    100% {
        margin-top: 0;
    }
}

@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }

    100% {
        margin-top: 0;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }

    100% {
        margin-top: 0;
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes section-animation {
    0% {
        width: 0;
    }

    15% {
        width: 100%;
    }

    85% {
        opacity: 1;
    }

    90% {
        width: 100%;
        opacity: 0;
    }

    to {
        width: 0;
        opacity: 0;
    }
}

@keyframes about-sm {
    100% {
        transform: translateY(60px);
    }

    100% {
        transform: translateY(50px);
    }
}

@keyframes hero-thumb-animation {
    0% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes itleftright {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes itrotate {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ittranslateY2 {
    0% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@keyframes RL_smooth {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slide_up_down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes ittranslateX2 {
    0% {
        -webkit-transform: translateX(-30px);
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    100% {
        -webkit-transform: translatXY(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes scale_up_down {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 0px;
        stroke-dasharray: 3000;
    }
}

@keyframes itupdown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes itswing {
    0% {
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -ms-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    100% {
        -webkit-transform: rotate(-6deg);
        -moz-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
        -o-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }
}

@keyframes borderanimate2 {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    60% {
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes moving {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

@keyframes about-circle {
    0% {
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    100% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes services-triangle {
    0% {
        -webkit-transform: rotate(0deg) translateX(-50px);
        -moz-transform: rotate(0deg) translateX(-50px);
        -ms-transform: rotate(0deg) translateX(-50px);
        -o-transform: rotate(0deg) translateX(-50px);
        transform: rotate(0deg) translateX(-50px);
    }

    100% {
        -webkit-transform: rotate(360deg) translateY(100px);
        -moz-transform: rotate(360deg) translateY(100px);
        -ms-transform: rotate(360deg) translateY(100px);
        -o-transform: rotate(360deg) translateY(100px);
        transform: rotate(360deg) translateY(100px);
    }
}

@keyframes hero-3-dot-2 {
    0% {
        transform: translateY(-50px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes tfLeftToRight {
    49% {
        transform: translateX(60%);
    }

    50% {
        opacity: 0;
        transform: translateX(-60%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes rotate2 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes moving {
    0% {
        transform: translatey(0px);
    }

    20% {
        transform: translateX(-50px);
    }

    50% {
        transform: translatey(-40px);
    }

    100% {
        transform: translatey(0px);
    }
}

@keyframes leftright {
    0% {
        transform: translatex(0);
    }

    50% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes movinglight {
    0% {
        transform: translatey(0px);
    }

    20% {
        transform: translateX(-70px);
    }

    50% {
        transform: translatey(-70px);
    }

    100% {
        transform: translatey(0px);
    }
}

@keyframes movinglight2 {
    0% {
        transform: translatey(0px);
    }

    20% {
        transform: translateX(70px);
    }

    50% {
        transform: translatey(70px);
    }

    100% {
        transform: translatey(0px);
    }
}

@keyframes movingtop {
    0% {
        transform: translatey(0px);
    }

    20% {
        transform: translatey(70px);
    }

    50% {
        transform: translatey(-70px);
    }

    100% {
        transform: translatey(0px);
    }
}

@keyframes circle-animation {
    0% {
        right: 0;
    }

    50% {
        right: 100%;
    }

    100% {
        right: 0%;
    }
}

@keyframes circle-animation-2 {
    0% {
        left: 0;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 0%;
    }
}

@keyframes animationglob {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.5);
    }
}

@keyframes zoom2 {
    0% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}

@keyframes wobble-vertical {
    10% {
        transform: translateY(-10px);
    }

    50% {
        transform: skew(15deg);
    }

    80% {
        transform: rotate(10deg);
    }

    100% {
        transform: translate(0);
    }
}

@-webkit-keyframes section-highlight {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-moz-keyframes section-highlight {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-ms-keyframes section-highlight {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes section-highlight {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes widthcalc {
    0% {
        width: 20%;
    }

    50% {
        width: 50%;
    }

    75% {
        width: 90%;
    }

    90% {
        opacity: 75%;
    }

    90% {
        opacity: 100%;
    }
}

/* right bounce */
@keyframes bounceRight {

    0%, 20%, 50%, 80%, 100% {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -ms-transform: translateY(-35px);
        transform: translateY(-35px);
    }

    60% {
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

/* /right bounce */
@keyframes icon-bounce {

    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes light-one {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0.4;
    }

    50% {
        opacity: 0.6;
    }

    75% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
    }
}

/*--- preloader ---*/
.dark #preloader {
    background-color: var(--it-theme-1);
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7f7f7;
    z-index: 999999;
}

.preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

    .preloader span {
        position: absolute;
        display: inline-block;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: var(--it-theme-1);
        -webkit-animation: preloader 1.3s linear infinite;
        animation: preloader 1.3s linear infinite;
    }

        .preloader span:last-child {
            animation-delay: -0.9s;
            -webkit-animation-delay: -0.9s;
        }

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

/*--- end of preloader ---*/
.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: -10%;
    right: 50px;
    font-size: 16px;
    z-index: 9;
    text-align: center;
    border-radius: 50%;
    color: var(--it-common-white);
    cursor: pointer;
    background: #f58734;
    transition: 1s ease;
    border: none;
}

    .scroll-top.open {
        bottom: 80px;
    }

/*---------------------------------------*/
/*Background color
/*-----------------------------------------*/
.white-bg {
    background: var(--it-common-white);
}

.theme-bg {
    background: var(--it-theme-1);
}

.theme-bg-2 {
    background: var(--it-theme-2);
}

.theme-bg-3 {
    background: var(--it-theme-3);
}

.theme-bg-4 {
    background: var(--it-theme-4);
}

.theme-bg-5 {
    background: var(--it-theme-5);
}

.black-bg {
    background-image: url(../img/event/footer.png);
}

.grey-bg {
    background: var(--it-grey-1);
}

.grey-bg-2 {
    background: var(--it-grey-2);
}

.grey-bg-3 {
    background: linear-gradient(180deg, rgba(245, 135, 52, 0.00) 14.45%, rgba(245, 135, 52, 0.80) 162.01%);
}

.grey-bg-4 {
    background: var(--it-grey-4);
}

.yellow-bg {
    background-color: var(--it-common-yellow);
}

.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: 0.45s ease-in-out;
}

    .body-overlay.apply {
        opacity: 1;
        visibility: visible;
    }

    .body-overlay:hover {
        cursor: url(../img/cross-out.png), pointer;
    }

.it-instagram img {
    width: 100%;
}

.itoffcanvas {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    right: -100%;
    width: 480px;
    bottom: 0;
    box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
    background-color: #ffffff;
    z-index: 9999;
    padding: 50px;
    scrollbar-width: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.45s ease-in-out;
    overflow-y: scroll;
}

    .itoffcanvas.opened {
        opacity: 1;
        visibility: visible;
    }

@media (max-width: 767px) {
    .itoffcanvas {
        width: 300px;
        padding: 20px 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .itoffcanvas {
        width: 400px;
        padding: 40px;
    }
}

.itoffcanvas.opened {
    right: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-duration: 0.6s;
}

.itoffcanvas__logo {
    margin-bottom: 30px;
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .itoffcanvas__logo {
        padding-top: 0;
    }
}

.itoffcanvas__logo img {
    width: 120px;
    height: 100%;
}

.itoffcanvas__close-btn button {
    font-size: 35px;
    color: #767676;
    position: absolute;
    right: 50px;
    top: 42px;
    transition: 1s;
    font-weight: 300;
    /* opacity: 0.2; */
    -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-duration: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .itoffcanvas__close-btn button {
        font-size: 28px;
        right: 48px;
        top: 52px;
    }
}

@media (max-width: 767px) {
    .itoffcanvas__close-btn button {
        font-size: 28px;
        right: 39px;
        top: 38px;
        /* color: #000; */
    }
}

.itoffcanvas__close-btn button:hover {
    color: #565454;
    opacity: 1;
}

.itoffcanvas__content {
    margin-bottom: 30px;
}

    .itoffcanvas__content p {
        font-size: 16px;
        color: #fff;
        font-weight: 400;
        line-height: 1.6;
        margin-bottom: 25px;
    }

    .itoffcanvas__content span {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 5px;
        display: inline-block;
    }

    .itoffcanvas__content a {
        font-size: 30px;
        line-height: 51px;
        font-weight: 700;
        color: var(--it-common-white);
        display: inline-block;
    }

@media (max-width: 767px) {
    .itoffcanvas__content a {
        font-size: 27px;
    }
}

.itoffcanvas__social {
    margin-top: 50px;
}

    .itoffcanvas__social .social-icon a {
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 18px;
        background-color: var(--it-theme-1);
        color: var(--it-common-white);
        margin-right: 15px;
        transition: 0.3s;
        display: inline-block;
        border-radius: 50%;
    }

@media (max-width: 767px) {
    .itoffcanvas__social .social-icon a {
        margin-right: 3px;
    }
}

.itoffcanvas__social .social-icon a:hover {
    background-color: var(--it-theme-1);
    color: var(--it-common-white);
}

.itoffcanvas__text {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .itoffcanvas__text {
        display: none;
    }
}

.itoffcanvas__text p {
    color: #ddd;
    font-size: 18px;
}

.itoffcanvas__info {
    /* border-bottom: 1px solid #3b3838; */
    padding-bottom: 0px;
    margin-bottom: 20px;
}

    .itoffcanvas__info .offcanva-title {
        color: var(--it-common-white);
        margin: 30px 0 40px 0;
        font-size: 20px;
        font-weight: 600;
    }

.itoffcanvas__info-icon a {
    height: 50px;
    width: 50px;
    background-color: var(--it-theme-1);
    color: var(--it-common-white);
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    font-weight: 400;
    font-size: 21px;
    margin-right: 20px;
}

.itoffcanvas__info-address span {
    display: block;
    color: rgba(255, 255, 255, 0.6392156863);
    font-size: 16px;
    font-weight: 400;
}

.itoffcanvas__info-address a {
    display: block;
    color: var(--it-common-white);
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .itoffcanvas__info-address a {
        font-size: 16px;
    }
}

.itoffcanvas__info-address a:hover {
    color: var(--it-theme-1);
}

.it-offcanva-bottom-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: -1;
}

    .it-offcanva-bottom-shape img {
        width: 100%;
    }

.it-breadcrumb-bg {
    height: 365px;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.it-breadcrumb-bg {
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/event/devi_puja_banner.png);
    padding: 0px 0px;
    background-size: cover;
}

.it-breadcrumb-title {
    color: var(--it-common-white);
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0px;
    font-family: math;
}

.it-breadcrumb-bg_event {
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/event/event_banner.png);
    padding: 0px 0px;
    background-size: 100% 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-breadcrumb-bg {
        height: 320px;
    }
}

@media (max-width: 767px) {
    .it-breadcrumb-bg {
        height: 300px;
    }
}

.it-breadcrumb-bg::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #0E2A46;
    opacity: 0.7;
}

.it-breadcrumb-title {
    color: var(--it-common-white);
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-breadcrumb-title {
        font-size: 55px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-breadcrumb-title {
        font-size: 35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-breadcrumb-title {
        font-size: 38px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-breadcrumb-title {
        font-size: 43px;
    }
}

@media (max-width: 767px) {
    .it-breadcrumb-title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .it-breadcrumb-title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .it-breadcrumb-content {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .it-breadcrumb-content {
        margin-bottom: 0px;
    }
}

.it-breadcrumb-list {
    display: inline-block;
    border-radius: 30px;
}

    .it-breadcrumb-list span {
        color: #727171;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        text-transform: capitalize;
        font-family: 'Raleway';
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-breadcrumb-list span {
        font-size: 14px;
    }
}

.it-breadcrumb-list span.dvdr {
    color: var(--it-theme-1);
    font-weight: 500;
    font-size: 16px;
    padding: 0 3px;
}

.it-custom-accordion .accordion-items {
    margin-bottom: 20px;
    border: 0px solid #E2E1E1;
    border-radius: 5px;
}

.it-custom-accordion .accordion-buttons {
    font-size: 20px;
    font-weight: 600;
    padding: 20px 25px 0px;
    position: relative;
    width: 100%;
    text-align: left;
    color: #170f49;
    font-family: 'Raleway';
}

button.accordion-buttons.collapsed.bgas {
    border: 1px solid #f5873440;
    background: #fff6ee;
    border-radius: 6px;
}

.it-custom-accordion .collapsed {
    position: relative;
    z-index: 99;
    border: 0px solid #f5873440;
    background: #ffffff52;
    border-radius: 8px;
}

.it-custom-accordion .accordion-buttons {
    font-size: 17px;
    font-weight: 600;
    padding: 10px 16px 10px;
    position: relative;
    width: 100%;
    text-align: left;
    color: #170f49;
    font-family: 'Raleway';
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-custom-accordion .accordion-buttons {
        font-size: 17px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-custom-accordion .accordion-buttons {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .it-custom-accordion .accordion-buttons {
        font-size: 15px;
        padding-right: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .it-custom-accordion .accordion-buttons {
        font-size: 17px;
    }
}

.it-custom-accordion .accordion-buttons::after {
    position: absolute;
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    top: 50%;
    right: 30px;
    font-weight: 400;
    font-size: 16px;
    opacity: 1;
    transform: translateY(-50%);
    color: var(--it-common-black);
    background: #0000000f;
    padding: 6px 12px 5px;
    border-radius: 6px;
}

.it-custom-accordion .accordion-buttons.collapsed::after {
    content: "\f067";
}

.it-custom-accordion .accordion-buttons:not(.collapsed) {
    background-color: #fff6ee;
    color: #170f49;
    font-family: 'Raleway';
    border: 1px solid #f5873440;
    border-radius: 6px;
}

    .it-custom-accordion .accordion-buttons:not(.collapsed)::after {
        color: var(--it-common-white);
        background: #f58734;
        padding: 6px 12px 5px;
        border-radius: 6px;
    }

.it-custom-accordion .collapsed {
    position: relative;
    z-index: 99;
}

.it-custom-accordion .accordion-body {
    padding: 5px 28px;
    position: relative;
    z-index: 1;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-custom-accordion .accordion-body {
        font-size: 15px;
        padding: 5px 21px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-custom-accordion .accordion-body {
        font-size: 14px;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-custom-accordion .accordion-body {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .it-custom-accordion .accordion-body {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-custom-accordion .accordion-body p {
        font-size: 13px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-custom-accordion .accordion-body p {
        font-size: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-custom-accordion .accordion-body p {
        font-size: 14px;
    }
}

.it-custom-accordion-style-2 .accordion-buttons:not(.collapsed) {
    background-color: var(--it-theme-4);
    color: var(--it-common-white);
}

.it-custom-accordion-style-2 .accordion-body p {
    margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-custom-accordion-style-2 .accordion-body p {
        margin-right: 0;
    }
}
/*
.it-custom-accordion-style-3 .accordion-buttons:not(.collapsed) {
    background-color: var(--it-theme-5);
    color: var(--it-common-white);
}*/

.it-custom-accordion-style-3 .accordion-body p {
    margin-right: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-custom-accordion-style-3 .accordion-body p {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-faq-style-5 .it-custom-accordion .accordion-body p {
        font-size: 14px;
        padding-right: 60px;
    }
}

@media (max-width: 767px) {
    .it-faq-style-5 .it-custom-accordion .accordion-body p {
        font-size: 14px;
        padding-right: 0px;
    }
}

/*----------------------------------------*/
/*  SEARCH CSS START
/*----------------------------------------*/
.search__popup {
    padding-top: 70px;
    padding-bottom: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 55%;
    z-index: 9999999;
    background-color: var(--it-common-black);
    -webkit-transform: translateY(calc(-100% - 80px));
    -moz-transform: translateY(calc(-100% - 80px));
    -ms-transform: translateY(calc(-100% - 80px));
    -o-transform: translateY(calc(-100% - 80px));
    transform: translateY(calc(-100% - 80px));
    -webkit-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    -moz-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    transition-delay: 0.7s;
}

    .search__popup.search-opened {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        transition-delay: 0s;
    }

        .search__popup.search-opened .search__input {
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            -ms-transform: translateY(0px);
            -o-transform: translateY(0px);
            transform: translateY(0px);
            opacity: 1;
            transition-delay: 0.3s;
        }

            .search__popup.search-opened .search__input::after {
                width: 100%;
                transition-delay: 0.5s;
            }

.search__popup-2 {
    background-color: var(--it-common-black-13);
}

    .search__popup-2 .search__input .search-input-field ~ .search-focus-border {
        background-color: var(--it-theme-8);
    }

.search__popup-3 .search__input .search-input-field ~ .search-focus-border {
    background-color: var(--it-theme-10);
}

.search__top {
    margin-bottom: 80px;
}

.search__input {
    position: relative;
    height: 80px;
    transition-delay: 0.5s;
    opacity: 0;
}

    .search__input::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        width: 0%;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.3);
        transition-delay: 0.3s;
    }

    .search__input input {
        width: 100%;
        height: 100%;
        background-color: transparent;
        border: 0;
        outline: 0;
        font-size: 24px;
        color: var(--it-common-white);
        border-bottom: 1px solid transparent;
        padding: 0;
        padding-right: 30px;
    }

        .search__input input::-webkit-input-placeholder {
            color: rgba(255, 255, 255, 0.5);
            font-size: 24px;
        }

        .search__input input:-moz-placeholder {
            color: rgba(255, 255, 255, 0.5);
            font-size: 24px;
        }

        .search__input input::-moz-placeholder {
            color: rgba(255, 255, 255, 0.5);
            font-size: 24px;
        }

        .search__input input:-ms-input-placeholder {
            color: rgba(255, 255, 255, 0.5);
            font-size: 24px;
        }

    .search__input button {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 18px;
        color: var(--it-common-white);
    }

    .search__input .search-input-field ~ .search-focus-border {
        position: absolute;
        bottom: 0;
        left: auto;
        right: 0;
        width: 0;
        height: 1px;
        background-color: var(--it-common-orange);
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

    .search__input .search-input-field:focus ~ .search-focus-border {
        width: 100%;
        left: 0;
        right: auto;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

.search__close-btn {
    font-size: 25px;
    color: rgba(255, 255, 255, 0.3);
}

    .search__close-btn:hover {
        color: var(--it-common-white);
    }

.search__result-title {
    font-size: 50px;
    letter-spacing: -0.04em;
    margin-bottom: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .search__result-title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .search__result-title {
        font-size: 35px;
    }
}

.search__result-title span {
    color: var(--it-theme-1);
    display: inline-block;
}

.search__result-content p {
    font-size: 16px;
    line-height: 1.62;
    color: var(--it-text-1);
}

.search__result-input {
    position: relative;
}

.search__result-input-box {
    position: relative;
    margin-bottom: 20px;
}

    .search__result-input-box button {
        position: absolute;
        top: 0;
        right: 0;
        padding: 22px 43px;
    }

@media (max-width: 767px) {
    .search__result-input-box button {
        position: relative;
        margin-top: 15px;
    }
}

.search__result-input-box button:hover {
    background-color: var(--it-common-black);
}

.search__result-input input {
    width: 100%;
    height: 70px;
    padding-left: 60px;
    padding-right: 177px;
    background-color: var(--it-common-white);
    border: 1px solid var(--it-common-white);
    box-shadow: -3px 0px 0px var(--it-theme-1), 0px 1px 2px rgba(3, 4, 28, 0.14);
}

@media (max-width: 767px) {
    .search__result-input input {
        padding-right: 25px;
    }
}

.search__result-input span {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: #A0A0B5;
}

    .search__result-input span svg {
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        transform: translateY(-2px);
    }

.search__result-tags a {
    display: inline-block;
    font-family: var(--it-ff-space);
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #D5D5DD;
    padding: 5px 18px;
    line-height: 1;
    margin-right: 2px;
    margin-bottom: 7px;
}

    .search__result-tags a:hover {
        background-color: var(--it-theme-1);
        border-color: var(--it-theme-1);
        color: var(--it-common-white);
    }

.search__blog-item {
    padding: 50px 50px;
    border: 1px solid #EAEAEF;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .search__blog-item {
        padding: 30px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search__blog-item {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .search__blog-item {
        padding: 20px;
    }
}

.search__blog-title {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -0.04em;
    margin-bottom: 13px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .search__blog-title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search__blog-title {
        font-size: 21px;
    }

        .search__blog-title br {
            display: none;
        }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .search__blog-title br {
        display: none;
    }
}

@media (max-width: 767px) {
    .search__blog-title {
        font-size: 25px;
    }
}

.search__blog-title a:hover {
    color: var(--it-theme-1);
}

.search__blog-tag {
    margin-bottom: 10px;
}

    .search__blog-tag a {
        display: inline-block;
        background-color: rgba(99, 100, 219, 0.06);
        font-family: var(--it-ff-space);
        font-weight: 500;
        font-size: 15px;
        line-height: 1;
        color: var(--it-common-purple);
        padding: 4px 12px;
    }

        .search__blog-tag a:hover {
            background-color: var(--it-common-purple);
            color: var(--it-common-white);
        }

.search__blog-meta span {
    color: var(--it-text-1);
    margin-right: 15px;
    margin-bottom: 10px;
    display: inline-block;
}

    .search__blog-meta span i,
    .search__blog-meta span svg {
        margin-right: 2px;
    }

    .search__blog-meta span svg {
        -webkit-transform: translateY(-1px);
        -moz-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        -o-transform: translateY(-1px);
        transform: translateY(-1px);
    }

        .search__blog-meta span svg path {
            stroke: #7A7E83;
        }

.search__blog-meta-author {
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search__blog-meta-author {
        margin-right: 20px;
    }
}

.search__blog-meta-author-thumb img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 10px;
}

.search__blog-meta-author-content span {
    display: inline-block;
    font-family: var(--it-ff-inter);
    font-size: 14px;
    color: #7A7E83;
}

    .search__blog-meta-author-content span a {
        color: var(--it-common-black-11);
        font-weight: 500;
    }

        .search__blog-meta-author-content span a:hover {
            color: var(--it-theme-1);
        }

.search__blog-content p {
    font-size: 15px;
    line-height: 1.47;
    color: var(--it-text-1);
    margin-bottom: 20px;
}

.search__blog-btn .it-btn-border {
    padding: 8px 29px;
}

    .search__blog-btn .it-btn-border svg,
    .search__blog-btn .it-btn-border i {
        margin-left: 5px;
    }

    .search__blog-btn .it-btn-border svg {
        -webkit-transform: translateY(-1px);
        -moz-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        -o-transform: translateY(-1px);
        transform: translateY(-1px);
    }

    .search__blog-btn .it-btn-border:hover {
        background-color: var(--it-theme-1);
        border-color: var(--it-theme-1);
        color: var(--it-common-white);
    }

.it-section-subtitle {
    color: var(--it-theme-1);
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
    padding: 0 22px;
    display: inline-block;
    margin-bottom: 25px;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: rgba(10, 185, 156, 0.2);
}

@media (max-width: 767px) {
    .it-section-subtitle {
        font-size: 12px;
        height: 28px;
        line-height: 28px;
        padding: 0 17px;
    }
}

.it-section-subtitle-2 {
    color: var(--it-theme-4);
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
    padding: 0 22px;
    display: inline-block;
    margin-bottom: 25px;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: rgba(0, 175, 239, 0.2);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-section-subtitle-2 {
        font-size: 12px;
        height: 28px;
        line-height: 28px;
        padding: 0 17px;
    }
}

.it-section-subtitle-3 {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--it-theme-2);
    margin-bottom: 20px;
    display: inline-block;
}

.it-section-subtitle-4 {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--it-theme-3);
    margin-bottom: 10px;
    display: inline-block;
}

    .it-section-subtitle-4 img {
        margin-right: 5px;
    }

.it-section-subtitle-5 {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--it-theme-4);
    margin-bottom: 10px;
    display: inline-block;
    padding-right: 5px;
}

    .it-section-subtitle-5.yellow {
        color: var(--it-common-yellow);
    }

    .it-section-subtitle-5 i {
        margin-right: 5px;
        margin-left: 5px;
    }

.it-section-title {
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
}

.it-section-subtitle-3 {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #c25401;
    margin-bottom: 15px;
    display: inline-block;
    font-family: 'Raleway';
    background: #fff4ec;
    padding: 3px 3px;
    border-radius: 70px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-section-title {
        font-size: 42px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-section-title {
        font-size: 38px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .it-section-title {
        font-size: 33px;
    }

        .it-section-title br {
            display: none;
        }
}

@media (max-width: 767px) {
    .it-section-title {
        font-size: 27px;
    }

        .it-section-title br {
            display: none;
        }
}

.it-section-title-3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0;
    font-family: Playfair Display;
    color: #44233B;
}

    .it-section-title-3 span {
        color: var(--it-common-yellow);
    }

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-section-title-3 {
        font-size: 42px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-section-title-3 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .it-section-title-3 {
        font-size: 34px;
    }

        .it-section-title-3 br {
            display: none;
        }
}

@media (max-width: 767px) {
    .it-section-title-3 {
        font-size: 25px;
    }

        .it-section-title-3 br {
            display: none;
        }
}

.it-section-title-5 {
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 0;
    color: #44233B;
    font-family: 'Playfair Display';
}

    .it-section-title-5 span {
        color: var(--it-theme-4);
    }

    .it-section-title-5.yellow span {
        color: var(--it-common-yellow);
    }

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .it-section-title-5 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-section-title-5 {
        font-size: 42px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-section-title-5 {
        font-size: 38px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .it-section-title-5 {
        font-size: 36px;
    }

        .it-section-title-5 br {
            display: none;
        }
}

@media (max-width: 767px) {
    .it-section-title-5 {
        font-size: 27px;
    }

        .it-section-title-5 br {
            display: none;
        }
}

/*----------------------------------------*/
/*  19. header css start
/*----------------------------------------*/
.it-header-transparent {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.it-header-2-top-height {
    padding: 8px 0;
}

.it-header-2-top-left ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding-left: 30px;
}

    .it-header-2-top-left ul li:not(:last-child) {
        padding-right: 45px;
    }

@media (max-width: 767px) {
    .it-header-2-top-left ul li:not(:last-child) {
        margin-right: 0;
    }
}

.it-header-2-top-left ul li a {
    font-size: 15px;
    font-weight: 400;
    color: var(--it-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-header-2-top-left ul li a {
        font-size: 14px;
    }
}

.it-header-2-top-left ul li a span {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--it-theme-1);
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    transform: translateY(7px);
}

.it-header-2-top-social {
    display: inline-block;
    position: relative;
}

    .it-header-2-top-social::after {
        position: absolute;
        content: "";
        top: 50%;
        left: -23px;
        height: 25px;
        width: 1px;
        background-color: #0A0909;
        opacity: 0.2;
        transform: translateY(-50%);
    }

    .it-header-2-top-social a {
        font-size: 15px;
        transition: 0.3s;
        margin: 0 7px;
        position: relative;
        display: inline-block;
        color: var(--it-common-black);
    }

        .it-header-2-top-social a:last-child {
            margin-right: 0;
        }

        .it-header-2-top-social a:hover {
            color: var(--it-theme-1);
        }

.it-header-2-top-right ul li {
    list-style: none;
    display: inline-block;
}

    .it-header-2-top-right ul li:not(:last-child) {
        margin-right: 30px;
    }

.it-header-2-plr {
    padding: 0 15px;
    border-radius: 8px;
    background-color: var(--it-common-white);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.it-header-2-main-menu ul {
    padding-left: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-header-2-main-menu ul {
        padding-left: 35px;
    }
}

.it-header-2-main-menu ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 15px;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-header-2-main-menu ul li {
        margin: 0 10px;
    }
}

.it-header-2-main-menu ul li:last-child {
    margin-right: 0;
}

.it-header-2-main-menu ul li > a {
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
    display: inline-block;
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-header-2-main-menu ul li > a {
        font-size: 15px;
    }
}

.it-header-2-main-menu ul li.has-dropdown::after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    font-size: 16px;
    margin-left: 5px;
    font-weight: 400;
    transition: 0.3s;
    transform: translateY(1px);
    color: var(--it-common-black);
}

.it-header-2-main-menu ul li > .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 260px;
    text-align: left;
    padding: 20px 0px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    transition-duration: 0.1s;
    transform-origin: top;
    -webkit-transform: perspective(300px) rotateX(-18deg);
    -moz-transform: perspective(300px) rotateX(-18deg);
    -ms-transform: perspective(300px) rotateX(-18deg);
    -o-transform: perspective(300px) rotateX(-18deg);
    transform: perspective(300px) rotateX(-18deg);
    border-top: 4px solid var(--it-theme-1);
    background-color: #ffffff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    z-index: 9999;
}

    .it-header-2-main-menu ul li > .submenu > li {
        margin: 0;
        display: block;
        margin-bottom: 5px;
    }

        .it-header-2-main-menu ul li > .submenu > li:last-child {
            margin-bottom: 0;
        }

        .it-header-2-main-menu ul li > .submenu > li > a {
            display: inline-block;
            padding: 0;
            font-weight: 600;
            color: #333333;
            transition: 0.3s;
            position: relative;
            /* white-space: break-spaces; */
            display: flex;
            line-height: 20px;
            align-items: center;
            /* margin-right: 25px; */
            gap: 10px;
        }

            .it-header-2-main-menu ul li > .submenu > li > a::before {
                position: absolute;
                top: 13px;
                left: 0;
                content: "";
                height: 1px;
                width: 0px;
                background-color: var(--it-theme-1);
                display: inline-block;
                transition: all 0.3s ease-out 0s;
                opacity: 0;
                visibility: hidden;
            }

            .it-header-2-main-menu ul li > .submenu > li > a:hover {
                /* padding-left: 25px; */
            }

                .it-header-2-main-menu ul li > .submenu > li > a:hover::before {
                    width: 20px;
                    visibility: visible;
                    opacity: 1;
                }

.it-header-2-main-menu ul li:hover.has-dropdown::after {
    transform: rotate(-180deg);
    color: var(--it-theme-1);
}

.it-header-2-main-menu ul li:hover > a {
    color: var(--it-theme-1);
}

.it-header-2-main-menu ul li:hover .submenu {
    opacity: 1;
    visibility: visible;
    transition-duration: 0.2s;
    -webkit-transform: perspective(300px) rotateX(0deg);
    -moz-transform: perspective(300px) rotateX(0deg);
    -ms-transform: perspective(300px) rotateX(0deg);
    -o-transform: perspective(300px) rotateX(0deg);
    transform: perspective(300px) rotateX(0deg);
}

.it-header-2-icon a {
    font-size: 18px;
    font-weight: 700;
}

.it-header-2-button {
    margin-left: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-header-2-button {
        margin-left: 25px;
    }
}

.it-header-2-bar button {
    height: auto;
    width: 78px;
    color: var(--it-common-white);
    background-color: var(--it-theme-1);
    border-radius: 5px;
    margin: 10px 0;
    margin-left: 20px;
}

.it-header-2-lang {
    position: relative;
}

    .it-header-2-lang.open ul li a span svg {
        transform: rotate(-180deg);
    }

    .it-header-2-lang.open .it-header-2-lang-submenu {
        opacity: 1;
        visibility: visible;
        top: 104%;
    }

    .it-header-2-lang > ul > li {
        font-weight: 400;
        font-size: 15px;
        display: inline-block;
        width: 115px;
        height: 36px;
        text-align: center;
        color: var(--it-common-black);
    }

        .it-header-2-lang > ul > li a span {
            margin-left: 5px;
        }

            .it-header-2-lang > ul > li a span svg {
                display: inline-block;
                transition: 0.3s;
            }

        .it-header-2-lang > ul > li > ul.it-header-2-lang-submenu {
            position: absolute;
            top: 130%;
            left: 0px;
            z-index: 9;
            transition: all 0.3s ease-out 0s;
            opacity: 0;
            visibility: hidden;
            background-color: var(--it-common-white);
            padding: 12px 22px;
            box-shadow: 0 30px 70px 6px rgba(11, 6, 70, 0.08);
            width: 100%;
        }

            .it-header-2-lang > ul > li > ul.it-header-2-lang-submenu > li {
                list-style-type: none;
                padding-bottom: 5px;
            }

                .it-header-2-lang > ul > li > ul.it-header-2-lang-submenu > li a {
                    border-radius: 0;
                    transition: 0.3s;
                }

                    .it-header-2-lang > ul > li > ul.it-header-2-lang-submenu > li a:hover {
                        color: var(--tp-theme-1);
                    }

                .it-header-2-lang > ul > li > ul.it-header-2-lang-submenu > li:last-child {
                    margin-bottom: 0;
                }

.it-header-3-top-right a span {
    color: var(--it-common-black);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
}

    .it-header-3-top-right a span.icon {
        color: var(--it-theme-2);
    }

    .it-header-3-top-right a span.text {
        margin-left: 11px;
    }

        .it-header-3-top-right a span.text:hover {
            color: var(--it-theme-2);
        }

.it-header-3-top .it-header-2-top-left ul li a span {
    color: var(--it-theme-2);
}

.it-header-2-style .it-header-2-main-menu > nav > ul > li > a {
    padding: 35px 0;
}

.it-header-2-style .it-header-2-main-menu > nav > ul > li:hover.has-dropdown::after {
    color: var(--it-theme-4);
}

.it-header-2-style .it-header-2-main-menu > nav > ul > li:hover > a {
    color: var(--it-theme-4);
}

.it-header-2-style .it-header-2-main-menu > nav > ul > li > .submenu {
    border-top: 4px solid var(--it-theme-4);
}

    .it-header-2-style .it-header-2-main-menu > nav > ul > li > .submenu li a::before {
        background-color: var(--it-theme-4);
    }

.it-header-3-style .it-header-2-plr {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
}

.it-header-3-style .it-header-2-main-menu ul > li > a {
    color: var(--it-common-white);
}

.it-header-3-style .it-header-2-main-menu ul li.has-dropdown::after {
    color: var(--it-common-white);
}

.it-header-3-style .it-header-2-icon a {
    color: var(--it-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-header-3-style .it-header-2-main-menu ul {
        padding-left: 0px;
    }
}

.it-header-3-style .it-header-2-bar button {
    color: #1d1d1d;
    background-color: #f0f0f0;
    border-radius: 24px;
}

.it-header-5-style .it-header-2-main-menu ul li > .submenu {
    border-top: 4px solid var(--it-common-yellow);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-header-5-style .it-header-2-main-menu > nav > ul {
        padding-left: 0px;
    }
}

.it-header-5-style .it-header-2-main-menu > nav > ul > li > a {
    padding: 35px 0;
}

.it-header-5-style .it-header-2-main-menu > nav > ul > li:hover.has-dropdown::after {
    color: var(--it-theme-5);
}

.it-header-5-style .it-header-2-main-menu > nav > ul > li:hover > a {
    color: var(--it-theme-5);
}

.it-header-5-style .it-header-2-button {
    margin-left: 30px;
}

.it-header-5-style .it-header-2-icon button {
    font-size: 24px;
    color: var(--it-common-black);
    display: inline-block;
}

.it-header-5-style .it-header-2-bar button {
    color: var(--it-common-white);
    background-color: var(--it-common-yellow);
}

.it-header-5-top-style .it-header-2-top-left ul li a {
    color: var(--it-common-white);
}

    .it-header-5-top-style .it-header-2-top-left ul li a span {
        color: var(--it-common-white);
    }

.it-header-5-top-style .it-header-2-top-right {
    display: inline-block;
    padding: 7px 0;
    padding-left: 5px;
    padding-right: 50px;
    background-color: var(--it-common-yellow);
    position: relative;
}

    .it-header-5-top-style .it-header-2-top-right::after {
        content: "";
        position: absolute;
        top: 0;
        right: 15px;
        height: 100%;
        width: 4px;
        background-color: var(--it-theme-4);
    }

    .it-header-5-top-style .it-header-2-top-right ul li > a {
        color: var(--it-common-white);
    }

        .it-header-5-top-style .it-header-2-top-right ul li > a > span {
            color: var(--it-common-white);
        }

            .it-header-5-top-style .it-header-2-top-right ul li > a > span svg {
                color: var(--it-common-white);
            }

    .it-header-5-top-style .it-header-2-top-right ul li ul.it-header-2-lang-submenu li > a {
        color: var(--it-common-black);
    }

.it-header-5-top-style .it-header-2-top-social a {
    color: var(--it-common-white);
}

    .it-header-5-top-style .it-header-2-top-social a:hover {
        color: var(--it-theme-4);
    }

.it-header-5-top-style .it-header-2-top-social::after {
    background-color: var(--it-common-white);
}

.it-header-2-top-style {
    padding: 11px 0;
}

    .it-header-2-top-style .it-header-2-top-left ul li {
        position: relative;
    }

        .it-header-2-top-style .it-header-2-top-left ul li:not(:last-child)::after {
            position: absolute;
            content: "";
            top: 50%;
            transform: translateY(-50%);
            right: 20px;
            height: 24px;
            width: 1px;
            background-color: rgba(255, 255, 255, 0.21);
        }

        .it-header-2-top-style .it-header-2-top-left ul li a {
            color: var(--it-common-white);
        }

            .it-header-2-top-style .it-header-2-top-left ul li a span {
                color: var(--it-theme-4);
            }

                .it-header-2-top-style .it-header-2-top-left ul li a span i.phone {
                    transform: rotate(-33deg);
                }

    .it-header-2-top-style .it-header-2-top-social a {
        color: var(--it-common-white);
    }

        .it-header-2-top-style .it-header-2-top-social a:hover {
            color: var(--it-theme-4);
        }

    .it-header-2-top-style .it-header-2-top-right-text a {
        color: var(--it-common-white);
        font-size: 15px;
        font-weight: 500;
    }

.it-header-inner-style .it-header-2-top-left ul li a span {
    color: var(--it-theme-1);
}

.it-header-inner-style .it-header-2-top-social a:hover {
    color: var(--it-theme-1);
}

@media (max-width: 767px) {
    .it-header-3-top .it-header-2-top-social::after {
        display: none;
    }

    .it-header-3-top .it-header-2-top-social a {
        margin: 0 5px;
    }

    .it-header-3-top .it-header-2-top-left ul li:not(:last-child) {
        padding-right: 0;
    }
}

.it-header-1-style .it-header-2-bar button {
    color: var(--it-common-white);
    background-color: var(--it-theme-4);
}

.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    background-color: var(--it-common-white);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    z-index: 99999;
}

    .header-sticky.it-header-2-style .it-header-2-main-menu > nav > ul > li > a {
        padding: 20px 0;
    }

    .header-sticky .it-header-2-plr {
        box-shadow: none;
    }

    .header-sticky.it-header-3-style .it-header-2-main-menu > nav > ul > li > a {
        /* padding: 20px 0; */
    }

    .header-sticky.it-header-5-style .it-header-2-main-menu > nav > ul > li > a {
        padding: 20px 0;
    }

.it-header-3-style.header-sticky {
    background-color: var(--it-common-black);
}

/*----------------------------------------*/
/*  24. slider css start
/*----------------------------------------*/
.it-slider-height {
    height: 770px;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .it-slider-height {
        height: 750px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-slider-height {
        height: 650px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-slider-height {
        height: 650px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-slider-height {
        height: 650px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-slider-height {
        height: 570px;
    }
}

@media (max-width: 767px) {
    .it-slider-height {
        height: 650px;
    }
}

.it-slider-bg .it-hero-2-content {
    padding: 0;
    transform: translateY(-150px);
    opacity: 0;
}

.it-slider-bg .it-hero-2-btn-box {
    transform: translateY(150px);
    opacity: 0;
}

.it-slider-bg .it-hero-2-title {
    color: var(--it-common-white);
}

.it-slider-bg .it-hero-2-text p {
    color: var(--it-common-white);
}

.it-slider-bg .it-hero-2-play span {
    text-decoration: underline;
    color: var(--it-common-white);
}

.it-slider-bg .it-hero-2-play a {
    color: var(--it-common-black);
    background-color: var(--it-common-white);
}

    .it-slider-bg .it-hero-2-play a::before {
        border: 1px solid rgba(255, 255, 255, 0.384);
    }

    .it-slider-bg .it-hero-2-play a::after {
        background-color: rgba(255, 255, 255, 0.384);
    }

.it-slider-overlay {
    position: relative;
    z-index: 1;
}

    .it-slider-overlay::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(14, 42, 70, 0.75);
        content: "";
        z-index: -1;
    }

.it-slider-nav-wrap {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    width: 650px;
}

    .it-slider-nav-wrap .slick-track {
        margin-left: 0;
        margin-right: 0;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-slider-nav-wrap {
        width: 500px;
    }
}

.it-slider-nav-thumb {
    border: 5px solid var(--it-common-white);
    transition: 0.3s;
    cursor: pointer;
    margin: 0px 10px;
}

    .it-slider-nav-thumb img {
        max-width: inherit;
        width: 100%;
    }

    .it-slider-nav-thumb.slick-current {
        border-color: var(--it-theme-4);
    }

.it-slider-shape-1 {
    position: absolute;
    top: -50%;
    left: -20%;
}

.it-slider-shape-2 {
    position: absolute;
    top: -25%;
    right: -10%;
    opacity: 0;
}

.it-slider-active .slick-active .it-slider-shape-1 {
    top: -20%;
    left: 0%;
    opacity: 1;
    transition: all 2500ms ease;
}

.it-slider-active .slick-active .it-slider-shape-2 {
    top: -15%;
    right: 0%;
    opacity: 1;
    transition: all 2000ms ease;
}

.it-slider-active .slick-active .it-hero-2-content {
    transform: translateY(0);
    opacity: 1;
    transition: all 2500ms ease;
}

.it-slider-active .slick-active .it-hero-2-btn-box {
    transform: translateY(0);
    opacity: 1;
    transition: all 2500ms ease;
}

@media (max-width: 767px) {
    .it-slider-wrap .it-hero-2-play {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .it-slider-wrap .it-hero-2-play {
        margin-top: 0px;
    }
}

/*----------------------------------------*/
/*  20. hero css start
/*----------------------------------------*/
.it-hero-2-bg {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.it-hero-2-content {
    padding-top: 365px;
    padding-bottom: 215px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-hero-2-content {
        padding-top: 340px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-hero-2-content {
        padding-top: 300px;
        padding-bottom: 160px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-hero-2-content {
        padding-top: 260px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .it-hero-2-content {
        padding-top: 220px;
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .it-hero-2-content {
        padding-top: 250px;
        padding-bottom: 80px;
    }
}

.it-hero-2-text p {
    margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .it-hero-2-text p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .it-hero-2-text p {
        font-size: 14px;
    }
}

.it-hero-2-play a {
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    font-size: 18px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    position: relative;
    z-index: 2;
    color: var(--it-common-white);
    background-color: var(--it-common-black);
}

    .it-hero-2-play a i {
        margin-left: 3px;
    }

    .it-hero-2-play a::after {
        position: absolute;
        content: "";
        left: 50%;
        top: 50%;
        width: 80%;
        height: 80%;
        background-color: rgba(14, 42, 70, 0.349);
        animation: borderanimate2 2s linear infinite;
        z-index: -1;
        border-radius: 50%;
    }

    .it-hero-2-play a::before {
        position: absolute;
        content: "";
        left: 50%;
        top: 50%;
        width: 60%;
        height: 60%;
        transform: scale(1.5);
        border: 1px solid rgba(14, 42, 70, 0.349);
        animation: borderanimate2 2s linear infinite;
        z-index: -1;
        border-radius: 50%;
    }

.it-hero-2-play span {
    text-decoration: underline;
}

.it-hero-2-thumb {
    transform: translateX(150px);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-hero-2-thumb {
        transform: translateX(50px);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-hero-2-thumb {
        transform: translateX(0px);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-hero-2-thumb {
        transform: translateX(-50px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-hero-2-thumb {
        transform: translateX(0px);
        text-align: center;
    }
}

.it-hero-2-thumb > img {
    position: relative;
    z-index: 2;
    max-width: inherit;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-hero-2-thumb > img {
        max-width: 100%;
    }
}

.it-hero-2-title {
    color: var(--it-common-black);
    font-size: 60px;
    font-weight: 700;
    line-height: 74px;
    line-height: 1.2;
    padding-bottom: 5px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-hero-2-title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-hero-2-title {
        font-size: 47px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-hero-2-title {
        font-size: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-hero-2-title {
        font-size: 47px;
    }

        .it-hero-2-title br {
            display: none;
        }
}

@media (max-width: 767px) {
    .it-hero-2-title {
        font-size: 30px;
    }

        .it-hero-2-title br {
            display: none;
        }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .it-hero-2-title {
        font-size: 43px;
    }
}

.it-hero-2-title > span {
    padding-right: 10px;
    position: relative;
    z-index: 4;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-hero-2-btn-box {
        flex-wrap: wrap;
    }
}

.it-hero-2-btn-box > .it-btn {
    margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-hero-2-btn-box > .it-btn {
        margin-bottom: 30px;
        margin-right: 100px;
    }
}

@media (max-width: 767px) {
    .it-hero-2-btn-box > .it-btn {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .it-hero-2-btn-box > .it-btn {
        margin-bottom: 0px;
    }
}

.it-hero-2-funfact {
    position: absolute;
    bottom: 120px;
    right: 37%;
    border-radius: 5px;
    width: 250px;
    padding: 40px 15px;
    z-index: 1;
    background-color: var(--it-common-white);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    animation: itupdown 0.8s infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-hero-2-funfact {
        position: absolute;
        bottom: 120px;
        right: 29%;
        width: 243px;
        padding: 27px 15px;
    }
}

.it-hero-2-funfact .theme {
    color: var(--it-theme-1);
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-hero-2-funfact .theme {
        font-size: 30px;
    }
}

.it-hero-2-funfact .theme i {
    font-style: normal;
}

.it-hero-2-funfact span {
    display: block;
    color: var(--it-common-black);
    font-size: 18px;
    line-height: 24px;
}

.it-hero-2-funfact img {
    margin-top: 20px;
}

.it-hero-2-shape-1 {
    position: absolute;
    top: -2%;
    right: -43%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-hero-2-shape-1 {
        right: -72%;
    }
}

.it-hero-2-shape-1 img {
    max-width: inherit;
}

.it-hero-2-shape-2 {
    position: absolute;
    top: 35%;
    left: -28%;
}

.it-hero-2-shape-3 {
    position: absolute;
    top: 6%;
    right: -63%;
    animation: itrotate 3s ease-in-out 3s infinite alternate forwards;
}

.it-hero-2-shape-4 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.it-hero-2-shape-5 {
    position: absolute;
    bottom: 120px;
    left: 790px;
    animation: itswing 0.9s forwards infinite alternate;
    transform-origin: bottom left;
}

.it-hero-2-shape-6 {
    position: absolute;
    bottom: 100px;
    left: 55px;
    animation: rotate2 6s linear infinite;
}

.it-hero-2-shape-7 {
    position: absolute;
    top: 165px;
    left: 50px;
    animation: rotate2 4s linear infinite;
}

.title-shape {
    position: absolute;
    top: -15px;
    left: -9px;
    z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .title-shape svg {
        width: 125px;
    }
}

@media (max-width: 767px) {
    .title-shape svg {
        width: 85px;
    }
}

.title-shape-2 {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .title-shape-2 {
        width: 125px;
    }
}

@media (max-width: 767px) {
    .title-shape-2 {
        width: 85px;
    }
}

.title-shape-3 {
    position: absolute;
    top: 44%;
    right: 6px;
    transform: translateY(-50%);
    z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .title-shape-3 {
        width: 125px;
    }
}

@media (max-width: 767px) {
    .title-shape-3 {
        width: 85px;
    }
}

.it-hero-3-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.it-hero-3-shape-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.it-hero-3-shape-3 {
    position: absolute;
    bottom: 23%;
    left: 45%;
    animation: itswing 1s forwards infinite alternate;
    transform-origin: bottom right;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-hero-3-shape-3 {
        bottom: 33%;
        left: 57%;
    }
}

.it-hero-3-shape-4 {
    position: absolute;
    bottom: 7%;
    right: 3%;
    animation: itleftright 1s infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-hero-3-shape-4 {
        display: none;
    }
}

.it-hero-3-shape-5 {
    position: absolute;
    top: 19%;
    right: 7%;
    animation: itupdown 0.8s infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-hero-3-shape-5 {
        top: 20%;
        right: 2%;
    }
}

.it-hero-3-ptb {
    padding-bottom: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-hero-3-ptb {
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-hero-3-ptb {
        padding-top: 200px;
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-hero-3-ptb {
        padding-top: 190px;
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .it-hero-3-ptb {
        padding-top: 170px;
        padding-bottom: 60px;
    }
}

.it-hero-3-title {
    margin-bottom: 15px;
    color: #5b204b !important;
    font-family: "Raleway";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-hero-3-title {
        font-size: 40px;
        line-height: 44px;
    }

    .it-hero-3-title-box p {
        line-height: 32px;
        font-size: 18px !important;
    }
}

@media (max-width: 767px) {
    .it-hero-3-title {
        font-size: 32px;
        line-height: 45px;
    }

    .it-header-2-icon {
        display: none;
    }
}

.it-hero-3-title span {
    color: var(--it-common-yellow);
}

.it-hero-3-title-box p {
    line-height: 32px;
    margin-bottom: 35px;
    font-size: 24px;
    font-style: normal;
    color: #777789 !important;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-hero-3-title-box p br {
        display: none;
    }
}

@media (max-width: 767px) {
    .it-hero-3-title-box p {
        font-size: 16px;
    }

        .it-hero-3-title-box p br {
            display: none;
        }
}

.it-hero-3-client-box {
    margin-left: 30px;
}

    .it-hero-3-client-box span {
        color: var(--it-common-white);
    }

    .it-hero-3-client-box img {
        margin-left: 20px;
    }

@media (max-width: 767px) {
    .it-hero-3-client-box {
        margin-left: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .it-hero-3-client-box {
        margin-left: 20px;
        margin-top: 0px;
    }
}

.it-hero-3-thumb img {
    max-width: inherit;
    margin-left: -100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-hero-3-thumb img {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-hero-3-thumb img {
        margin-left: 0;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .it-hero-3-btn-box {
        flex-wrap: wrap;
    }
}

.it-hero-style-4.it-hero-space {
    padding-top: 160px;
    padding-bottom: 110px;
}

@media (max-width: 767px) {
    .it-hero-style-4.it-hero-space {
        padding-top: 120px;
    }
}

.it-hero-style-4 .it-hero-3-title {
    text-transform: capitalize;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-hero-style-4 .it-hero-3-title {
        font-size: 52px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-hero-style-4 .it-hero-3-title {
        font-size: 40px;
    }
}

.it-hero-style-4 .it-hero-3-ptb {
    padding-top: 0px;
    padding-bottom: 0px;
}

.it-hero-style-4 .it-hero-3-thumb img {
    max-width: inherit;
    margin-left: 0px;
    margin-right: -120px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-hero-style-4 .it-hero-3-thumb img {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .it-hero-style-4 .it-hero-3-thumb img {
        margin-right: 0;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .it-hero-style-4 .it-hero-3-thumb img {
        margin-right: 0;
        max-width: 100%;
        margin-top: 50px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-hero-style-4 .it-hero-3-shape-3 {
        left: 35%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-hero-style-4 .it-hero-3-shape-3 {
        left: 34%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-hero-style-4 .it-hero-3-shape-5 {
        top: 15%;
        right: 1%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-hero-style-4 .it-hero-3-shape-4 {
        bottom: 2%;
        right: 2%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-hero-style-4 .it-hero-3-title-box p br {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-hero-5-style {
        padding: 100px 0;
    }
}

.it-hero-5-style .it-hero-2-play a {
    background-color: var(--it-theme-4);
}

    .it-hero-5-style .it-hero-2-play a::after {
        background-color: rgba(34, 162, 209, 0.4);
    }

    .it-hero-5-style .it-hero-2-play a::before {
        border: 1px solid rgba(34, 162, 209, 0.4);
    }

.it-hero-5-style .it-hero-2-thumb {
    transform: translateX(-35px);
}

@media (max-width: 767px) {
    .it-hero-5-style .it-hero-2-thumb {
        transform: translateX(0);
    }
}

.it-hero-5-style .it-hero-2-content {
    padding: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-hero-5-style .it-hero-2-content {
        padding: 120px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-hero-5-style .it-hero-2-content {
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-hero-5-style .it-hero-2-thumb > img {
        max-width: 100%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-hero-5-style .it-hero-5-shape-2 {
        top: 90px;
        left: 12px;
    }
}

.it-hero-5-shape-1 {
    position: absolute;
    left: 350px;
    top: -8px;
    animation: rotate2 4s linear infinite;
}

.it-hero-5-shape-2 {
    position: absolute;
    top: 165px;
    left: 262px;
    animation: itswing 0.7s forwards infinite alternate;
    transform-origin: bottom left;
}

.it-hero-5-shape-3 {
    position: absolute;
    bottom: 85px;
    left: 100px;
}

    .it-hero-5-shape-3 img {
        animation: rotate2 4s linear infinite;
    }

.it-hero-5-shape-4 {
    position: absolute;
    left: 640px;
    bottom: 140px;
    animation: itleftright 1s infinite alternate;
}

.it-hero-5-shape-5 {
    position: absolute;
    bottom: 180px;
    left: 70px;
    animation: rotate2 4s linear infinite;
}

.it-hero-5-shape-6 {
    position: absolute;
    bottom: 120px;
    right: -87%;
    animation: rotate2 12s linear infinite;
}

.it-hero-5-shape-7 {
    position: absolute;
    top: 115px;
    right: 115px;
    animation: itleftright 1s infinite alternate;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-hero-5-shape-7 {
        right: 50px;
    }
}

/*----------------------------------------*/
/*  06. category css start
/*----------------------------------------*/
.it-category-item {
    border-radius: 10px;
    padding: 60px 15px;
    padding-top: 70px;
    background-color: var(--it-grey-1);
    transition: 0.5s;
}

    .it-category-item:hover {
        background-color: var(--it-theme-1);
    }

        .it-category-item:hover .it-category-icon span {
            background-color: var(--it-common-white);
            color: var(--it-theme-1);
        }

            .it-category-item:hover .it-category-icon span::after {
                border-color: var(--it-common-white);
            }

        .it-category-item:hover .it-category-title {
            color: var(--it-common-white);
        }

        .it-category-item:hover .it-category-text a {
            color: var(--it-common-white);
        }

.it-category-icon span {
    display: inline-block;
    height: 87px;
    width: 87px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--it-theme-1);
    color: var(--it-common-white);
    position: relative;
    margin-bottom: 35px;
    transition: 0.3s;
    font-size: 45px;
}

    .it-category-icon span::after {
        content: "";
        top: 50%;
        left: 50%;
        height: 100%;
        width: 100%;
        position: absolute;
        border-radius: 50%;
        transition: 0.5s;
        transform: translate(-50%, -50%) scale(1.2);
        border: 1px dashed var(--it-theme-1);
    }

.it-category-title {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 7px;
    text-transform: capitalize;
    transition: 0.5s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-category-title {
        font-size: 17px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-category-title {
        font-size: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-category-title {
        font-size: 19px;
    }
}

@media (max-width: 767px) {
    .it-category-title-box {
        margin-bottom: 30px;
    }
}

.it-category-text a {
    color: #4D5756;
    font-size: 14px;
    font-family: var(--it-ff-heading);
    font-weight: 500;
    transition: 0.5s;
}

    .it-category-text a i {
        font-size: 14px;
    }

.it-category-shape {
    position: absolute;
    bottom: 0;
    left: 690px;
}

.it-category-4-icon span {
    height: 200px;
    width: 100%;
    display: inline-block;
    line-height: 200px;
    border-radius: 10px;
    text-align: center;
    background-color: var(--it-common-white);
    margin-bottom: 20px;
}

.it-category-4-content span {
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    color: var(--it-theme-3);
    text-transform: uppercase;
}

.it-category-4-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--it-common-black);
    font-family: var(--it-ff-poppins);
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-category-4-title {
        font-size: 15px;
    }
}

/*----------------------------------------*/
/*  10. course css start
/*----------------------------------------*/
.it-course-item {
    padding: 20px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    background-color: var(--it-common-white);
}

    .it-course-item:hover .it-course-thumb img {
        transform: scale(1.2);
    }

.it-course-thumb {
    overflow: hidden;
    border-radius: 5px;
}

    .it-course-thumb img {
        width: 100%;
        border-radius: 5px;
        transition: 1s;
    }

.it-course-thumb-text {
    position: absolute;
    top: 20px;
    left: 20px;
}

    .it-course-thumb-text span {
        display: inline-block;
        padding: 0 10px;
        font-size: 15px;
        font-weight: 400;
        border-radius: 5px;
        color: var(--it-common-white);
        background-color: var(--it-theme-1);
    }

@media (max-width: 767px) {
    .it-course-thumb-text span {
        font-size: 12px;
    }
}

.it-course-rating i {
    color: var(--it-theme-1);
    font-size: 14px;
}

.it-course-rating span {
    color: var(--it-common-black-2);
    font-size: 14px;
    font-family: var(--it-ff-heading);
    font-weight: 500;
}

.it-course-title {
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.5;
    transition: 0.3s;
    display: inline-block;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-course-title {
        font-size: 19px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-course-title {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .it-course-title {
        font-size: 18px;
    }
}

.it-course-title:hover {
    color: var(--it-theme-1);
}

.it-course-info {
    border-bottom: 1px dashed #4D5756;
}

    .it-course-info > span {
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        color: var(--it-common-black-2);
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .it-course-info > span {
        font-size: 11px;
    }
}

.it-course-info > span i {
    color: black;
    margin-right: 7px;
}

.it-course-author img {
    border-radius: 50%;
    margin-right: 10px;
}

.it-course-author > span {
    color: var(--it-common-black-2);
    font-size: 16px;
    font-family: var(--it-ff-heading);
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-course-author > span {
        font-size: 14px;
    }
}

.it-course-author > span > i {
    font-style: normal;
    color: var(--it-common-black);
}

.it-course-price-box span {
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--it-ff-heading);
    color: var(--it-common-black-2);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-course-price-box span {
        font-size: 21px;
    }
}

.it-course-price-box span i {
    font-style: normal;
    color: var(--it-common-black);
}

.it-course-price-box a {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    transition: 0.3s;
    font-family: var(--it-ff-heading);
    color: var(--it-common-black-2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-course-price-box a {
        font-size: 12px;
    }
}

.it-course-price-box a:hover {
    color: var(--it-common-black);
}

.it-course-price-box a i {
    font-size: 16px;
    margin-right: 7px;
}

.it-course-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
}

.it-course-shape-2 {
    position: absolute;
    top: 235px;
    right: 470px;
    animation: itswing 1s forwards infinite alternate;
    transform-origin: bottom left;
}

.it-course-shape-3 {
    position: absolute;
    top: 180px;
    left: 100px;
    animation: itupdown 0.8s infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-course-shape-3 {
        top: 120px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-course-shape-3 {
        top: 100px;
    }
}

.it-course-shape-4 {
    position: absolute;
    right: 255px;
    bottom: 195px;
    animation: rotate2 4s linear infinite;
}

.it-course-shape-5 {
    position: absolute;
    top: 0px;
    right: 440px;
}

.it-course-shape-6 {
    position: absolute;
    bottom: 180px;
    right: 140px;
    animation: itrotate 3s ease-in-out 3s infinite alternate forwards;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .it-course-shape-6 {
        right: 40px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-course-shape-6 {
        right: 0px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-course-shape-6 {
        right: 0px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-course-2-wrap {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .it-course-2-wrap {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .it-course-2-wrap .it-course-thumb {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .it-course-2-wrap .it-course-thumb img {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-course-2-wrap .it-course-title {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .it-course-2-wrap .it-course-title {
        font-size: 19px;
    }
}

.it-course-style-2 .it-course-2-wrap {
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 40px 0px rgba(14, 42, 70, 0.08);
}

    .it-course-style-2 .it-course-2-wrap:hover .it-course-thumb a img {
        transform: scale(1.1) rotate(-2deg);
    }

.it-course-style-2 .it-course-thumb {
    flex: 0 0 auto;
}

    .it-course-style-2 .it-course-thumb a img {
        transition: 0.9s;
    }

.it-course-style-2 .it-course-author {
    flex: 0 0 auto;
}

.it-course-style-2 .it-course-content {
    margin: 0 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-course-style-2 .it-course-content {
        margin: 0 20px;
    }
}

.it-course-style-2 .it-course-rating i {
    color: var(--it-theme-4);
}

.it-course-style-2 .it-course-title:hover {
    color: var(--it-theme-4);
}

.it-course-style-2 .it-course-price-box a:hover {
    color: var(--it-theme-4);
}

.it-course-style-2 .it-course-thumb-text {
    top: 14px;
    left: 14px;
}

    .it-course-style-2 .it-course-thumb-text span {
        background-color: var(--it-theme-4);
    }

@media (max-width: 767px) {
    .it-course-style-2 .it-course-title-box {
        margin-bottom: 30px;
    }
}

.it-course-style-3 .it-course-thumb-text span {
    background-color: var(--it-theme-2);
}

.it-course-style-3 .it-course-rating i {
    color: var(--it-common-yellow);
}

.it-course-style-3.it-course-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.it-course-style-3 .it-course-title:hover {
    color: var(--it-theme-2);
}

.it-course-style-4 .it-course-item {
    background-color: #F3F5F5;
}

.it-course-style-4 .it-course-thumb-text span {
    background-color: var(--it-theme-3);
}

.it-course-style-4 .it-course-title:hover {
    color: var(--it-theme-3);
}

.it-course-style-5 .it-course-rating i {
    color: var(--it-theme-1);
}

.it-course-style-5 .it-course-title:hover {
    color: var(--it-theme-1);
}

.it-course-style-5 .it-course-price-box a:hover {
    color: var(--it-theme-1);
}

.it-course-style-5 .it-course-thumb-text span {
    background-color: var(--it-theme-1);
}

.it-course-details-wrap {
    margin-right: 74px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-course-details-wrap {
        margin-right: 0;
    }
}

.it-course-details-wrap .postbox__meta {
    padding-bottom: 24px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(77, 87, 86, 0.5);
}

    .it-course-details-wrap .postbox__meta span i {
        color: var(--it-common-body);
    }

.it-course-details-content .it-evn-details-title-sm {
    text-transform: uppercase;
}

.it-course-details-content .it-evn-details-text p {
    margin-bottom: 0;
    padding-bottom: 6px;
    padding-right: 10px;
}

.it-course-details-nav button {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    height: 53px;
    line-height: 53px;
    padding: 0 19px;
    color: var(--it-common-black);
    background-color: #F2F2F2;
    border-radius: 5px;
    transition: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-course-details-nav button {
        margin-bottom: 15px;
    }
}

.it-course-details-nav button:not(:last-child) {
    margin-right: 18px;
}

.it-course-details-nav button:hover {
    color: var(--it-common-white);
    background-color: var(--it-theme-5);
}

.it-course-details-nav button.active {
    color: var(--it-common-white);
    background-color: var(--it-theme-5);
}

.it-course-sidebar-box .it-evn-sidebar-list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.it-course-sidebar-rate {
    line-height: normal;
}

    .it-course-sidebar-rate span {
        text-transform: capitalize;
        font-size: 16px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-course-sidebar-rate span {
        font-size: 14px;
    }
}

.it-course-sidebar-rate span.rate {
    color: var(--it-common-black);
    font-size: 21px;
    font-family: var(--it-ff-heading);
    font-weight: 700;
    text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-course-sidebar-rate span.rate {
        font-size: 18px;
    }
}

.it-course-sidebar-rate span.rate i {
    font-style: normal;
    color: #4D5756;
    font-size: 18px;
    font-weight: 500;
}

.it-course-sidebar-rate-box i {
    font-style: normal;
    font-size: 14px;
    color: var(--it-common-black);
    text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-course-sidebar-rate-box i {
        font-size: 12px;
    }
}

/*----------------------------------------*/
/*  11. cta css start
/*----------------------------------------*/
.it-cta-height {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.it-cta-bg {
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .it-cta-bg {
        left: -8%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-cta-bg {
        left: -8%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-cta-bg {
        left: -11%;
    }
}

.it-cta-title {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.3;
    margin-left: 300px;
    margin-bottom: 0;
    text-transform: capitalize;
    color: var(--it-common-white);
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .it-cta-title {
        font-size: 37px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-cta-title {
        font-size: 35px;
        margin-left: 400px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-cta-title {
        font-size: 30px;
        margin-left: 400px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-cta-title {
        margin-left: 0;
        font-size: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-cta-title {
        margin-left: 0;
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .it-cta-title {
        margin-left: 0;
        font-size: 21px;
        margin-bottom: 30px;
    }
}

/*----------------------------------------*/
/*  03. about css start
/*----------------------------------------*/
.it-about-right-box {
    margin-left: -35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-about-right-box {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-about-main-thumb {
        margin-bottom: 50px;
    }
}

.it-about-main-thumb img {
    border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-about-main-thumb img {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .it-about-main-thumb img {
        width: 100%;
    }
}

.it-about-thumb-box {
    margin-right: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-about-thumb-box {
        margin-right: 0;
    }
}

.it-about-thumb-1 {
    position: absolute;
    top: -55px;
    left: 0;
}

    .it-about-thumb-1 img {
        border-radius: 5px;
    }

.it-about-thumb-2 {
    position: absolute;
    bottom: -65px;
    left: 0;
}

    .it-about-thumb-2 img {
        border-radius: 5px;
    }

@media (max-width: 767px) {
    .it-about-content {
        margin-bottom: 15px;
    }
}

.it-about-content h5 {
    font-size: 17px;
    text-transform: uppercase;
}

.it-about-content p {
    font-size: 17px;
    line-height: 32px;
    color: var(--it-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-about-content p {
        font-size: 14px;
        line-height: 26px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-about-content p {
        font-size: 12px;
        line-height: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-about-content p {
        font-size: 14px;
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    .it-about-content-wrapper {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-about-text p {
        font-size: 14px;
    }
}

.it-about-shape-1 {
    position: absolute;
    top: -115px;
    left: -105px;
    z-index: -1;
    animation: itupdown 0.8s infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-about-shape-1 {
        top: -78px;
        left: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-about-shape-1 {
        top: -52px;
        left: 95px;
    }
}

.it-about-shape-2 {
    position: absolute;
    right: 75px;
    top: -50px;
}

.it-about-shape-3 {
    position: absolute;
    bottom: -65px;
    right: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-about-shape-3 {
        bottom: -22px;
        right: -17px;
    }
}

.it-about-shape-4 {
    position: absolute;
    top: 165px;
    right: 120px;
    animation: rotate2 4s linear infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-about-shape-4 {
        top: 241px;
        right: 114px;
    }
}

.it-about-2-thumb-wrap {
    margin-right: 10px;
}

.it-about-2-right {
    margin-left: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-about-2-right {
        margin-left: 0;
    }
}

.it-about-2-bottom {
    margin-right: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .it-about-2-bottom {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .it-about-2-bottom {
        margin-right: 0;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-about-2-thumb-wrap {
        margin-top: 50px;
    }
}

.it-about-2-text-2 {
    position: relative;
}

    .it-about-2-text-2 span {
        color: var(--it-common-black);
        font-family: var(--it-ff-heading);
        font-size: 22px;
        font-weight: 600;
        line-height: 1.3;
        display: block;
        padding-left: 12px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-about-2-text-2 span {
        font-size: 19px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-about-2-text-2 span {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-about-2-text-2 span {
        font-size: 19px;
    }
}

@media (max-width: 767px) {
    .it-about-2-text-2 span {
        font-size: 15px;
    }
}

.it-about-2-text-2::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    height: 100%;
    width: 2px;
    background-color: var(--it-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-about-2-text p {
        font-size: 14px;
    }

        .it-about-2-text p br {
            display: none;
        }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-about-2-thumb img {
        transform: scale(0.9);
    }
}

.it-about-2-icon img {
    margin-right: 20px;
}

.it-about-2-icon span {
    color: var(--it-common-black);
    font-family: var(--it-ff-heading);
    font-size: 18px;
    font-weight: 600;
    line-height: 29px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-about-2-icon span {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .it-about-2-video {
        margin-top: 30px;
    }
}

.it-about-2-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .it-about-2-video-icon a {
        height: 52px;
        width: 52px;
        border-radius: 50%;
        line-height: 52px;
        display: inline-block;
        text-align: center;
        color: var(--it-common-black);
        background-color: var(--it-common-white);
    }

        .it-about-2-video-icon a i {
            display: inline-block;
            margin-left: 3px;
        }

        .it-about-2-video-icon a::after {
            position: absolute;
            content: "";
            left: 50%;
            top: 50%;
            width: 80%;
            height: 80%;
            background-color: rgba(255, 255, 255, 0.774);
            animation: borderanimate2 2.5s linear infinite;
            z-index: -1;
            border-radius: 50%;
        }

        .it-about-2-video-icon a::before {
            position: absolute;
            content: "";
            left: 50%;
            top: 50%;
            width: 80%;
            height: 80%;
            transform: scale(1.5);
            border: 1px solid rgba(255, 255, 255, 0.774);
            animation: borderanimate2 2s linear infinite;
            z-index: -1;
            border-radius: 50%;
        }

.it-about-2-thumb-sm {
    position: relative;
    border-radius: 5px;
}

    .it-about-2-thumb-sm::after {
        position: absolute;
        content: "";
        left: 0%;
        top: 0%;
        width: 100%;
        height: 100%;
        background-color: rgba(1, 14, 33, 0.6);
        border-radius: 5px;
    }

    .it-about-2-thumb-sm img {
        border-radius: 5px;
    }

.it-about-2-big-text {
    position: absolute;
    left: -9%;
    bottom: 40%;
    transform: rotate(-90deg);
}

    .it-about-2-big-text h6 {
        -webkit-text-stroke: 1px #22A3D1;
        font-weight: 600;
        color: transparent;
        font-size: 150px;
        font-weight: 700;
        text-transform: capitalize;
        font-family: var(--it-ff-poppins);
    }

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .it-about-2-big-text h6 {
        font-size: 110px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-about-2-big-text h6 {
        display: none;
    }
}

.it-about-2-shape-1 {
    position: absolute;
    left: -23%;
    top: -17%;
    animation: itswing 1s forwards infinite alternate;
    transform-origin: bottom left;
}

.it-about-2-shape-2 {
    position: absolute;
    top: 100px;
    right: 35px;
    animation: itupdown 0.8s infinite alternate;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px), only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-about-2-shape-2 {
        top: 10px;
        right: 0;
        transform: scale(0.5);
    }
}

.it-about-3-left-box {
    padding-right: 75px;
}

@media (max-width: 767px) {
    .it-about-3-left-box {
        padding-right: 0;
    }
}

.it-about-3-left-shape-1 {
    position: absolute;
    top: 4%;
    right: 31%;
    animation: itrotate 3s ease-in-out 3s infinite alternate forwards;
}

.it-about-3-left-shape-2 {
    position: absolute;
    bottom: 2%;
    left: -14%;
    z-index: -1;
    animation: rotate2 15s linear infinite;
}

.it-about-3-left-shape-3 {
    position: absolute;
    bottom: 0%;
    right: 18%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-about-3-left-shape-3 {
        right: 0;
    }
}

.it-about-3-left-shape-4 {
    position: absolute;
    top: 2%;
    right: 2%;
    animation: itswing 1s forwards infinite alternate;
    transform-origin: bottom right;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-about-3-left-shape-4 {
        top: -4%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-about-3-left-shape-4 {
        top: -6%;
        right: 0;
    }
}

.it-about-3-left-shape-5 {
    position: absolute;
    bottom: 13%;
    right: 0%;
    z-index: -1;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-about-3-left-shape-5 {
        display: none;
    }
}

.it-about-3-title-box p {
    color: #777789;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .it-about-3-title-box p br {
        display: none;
    }
}

.it-about-3-mv-item {
    margin-bottom: 35px;
}

.it-about-3-mv-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    color: var(--it-common-black);
    text-transform: capitalize;
}

.it-about-3-mv p {
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
    color: #4D5756;
}

.it-about-4-thumb-wrap {
    margin-right: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-about-4-thumb-wrap {
        margin: 0;
        margin-bottom: 60px;
    }
}

.it-about-4-thumb-double {
    margin-right: 30px;
}

    .it-about-4-thumb-double img {
        border-radius: 1000px;
    }

.it-about-4-thumb-single img {
    border-radius: 1000px;
}

.it-about-4-list-icon span {
    margin-top: 7px;
    height: 60px;
    width: 60px;
    line-height: 67px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    color: var(--it-common-white);
    background-color: var(--it-theme-3);
    margin-right: 30px;
    font-size: 27px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-about-4-style .it-about-3-mv-item {
        margin-bottom: 10px;
    }
}

.it-about-5-thumb img {
    max-width: inherit;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-about-5-thumb img {
        max-width: 100%;
    }
}

.it-about-5-thumb-box {
    margin-left: -23px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-about-5-thumb-box {
        margin-left: 0;
        text-align: center;
        margin-bottom: 50px;
    }
}

.it-about-5-shape-1 {
    position: absolute;
    top: -15%;
    left: -33%;
}

.it-about-5-shape-2 {
    position: absolute;
    right: 44%;
    top: 0px;
    animation: itleftright 1s infinite alternate;
}

.it-about-5-shape-3 {
    position: absolute;
    right: 120px;
    top: 0px;
    animation: itswing 1s forwards infinite alternate;
    transform-origin: top left;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-about-5-shape-3 {
        right: 75px;
        top: -30px;
    }
}

.it-about-5-shape-4 {
    position: absolute;
    right: 136px;
    bottom: 115px;
    animation: rotate2 12s linear infinite;
}

.it-about-5-list ul {
    padding: 11px 25px;
    display: inline-block;
    background-color: #F3F5F5;
    border-radius: 5px;
}

    .it-about-5-list ul li {
        list-style-type: none;
        font-size: 17px;
        font-weight: 500;
        line-height: 32px;
        text-transform: capitalize;
        padding-left: 25px;
        position: relative;
        color: #191659;
        display: inline-block;
    }

        .it-about-5-list ul li:not(:last-child) {
            padding-right: 45px;
        }

        .it-about-5-list ul li i {
            color: var(--it-theme-4);
            position: absolute;
            top: 6px;
            left: 0;
        }

.inner-about-style .it-section-subtitle {
    background-color: transparent;
    padding-left: 0;
}

    .inner-about-style .it-section-subtitle img {
        margin-right: 3px;
    }

.inner-about-style .it-section-title-3 span {
    color: var(--it-theme-1);
}

.inner-about-style .it-about-4-list-icon span {
    background-color: var(--it-theme-1);
}

/*----------------------------------------*/
/*  27. video css start
/*----------------------------------------*/
.it-video-bg {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 2;
}

    .it-video-bg::after {
        content: "";
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        position: absolute;
        background-color: #0E2A46;
        opacity: 85%;
        z-index: -1;
    }

@media (max-width: 767px) {
    .it-video-content {
        margin-bottom: 50px;
    }
}

.it-video-content > span {
    color: var(--it-common-white);
    font-size: 23px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-video-content > span {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-video-content > span {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .it-video-content > span {
        font-size: 15px;
    }
}

.it-video-title {
    color: var(--it-common-white);
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-video-title {
        font-size: 55px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-video-title {
        font-size: 42px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-video-title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-video-title {
        font-size: 34px;
    }

        .it-video-title br {
            display: none;
        }
}

@media (max-width: 767px) {
    .it-video-title {
        font-size: 28px;
    }

        .it-video-title br {
            display: none;
        }
}

.it-video-play-wrap {
    margin-right: 155px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-video-play-wrap {
        margin-right: 0;
    }
}

.it-video-play a.play {
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
    color: var(--it-theme-1);
    background-color: var(--it-common-white);
}

    .it-video-play a.play i {
        display: inline-block;
        padding-left: 5px;
    }

    .it-video-play a.play::after {
        position: absolute;
        content: "";
        left: 50%;
        top: 50%;
        width: 60%;
        height: 60%;
        transform: scale(1.5);
        border: 1px solid rgba(255, 255, 255, 0.472);
        animation: borderanimate2 2s linear infinite;
        z-index: -1;
        border-radius: 50%;
    }

    .it-video-play a.play::before {
        position: absolute;
        content: "";
        left: 50%;
        top: 50%;
        width: 80%;
        height: 80%;
        background-color: rgba(255, 255, 255, 0.472);
        animation: borderanimate2 2s linear infinite;
        z-index: -1;
        border-radius: 50%;
    }

.it-video-play a.text {
    font-size: 20px;
    font-weight: 500;
    display: block;
    text-decoration: underline;
    color: var(--it-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .it-video-play a.text {
        font-size: 17px;
    }
}

.it-video-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
}

.it-video-shape-2 {
    position: absolute;
    top: 0;
    right: 0;
}

.it-video-shape-3 {
    position: absolute;
    top: 70px;
    left: 55px;
    animation: rotate2 4s linear infinite;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-video-shape-3 {
        top: 30px;
        left: 55px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-video-shape-3 {
        top: 30px;
    }
}

.it-video-shape-4 {
    position: absolute;
    bottom: 135px;
    left: 51%;
    animation: rotate2 4s linear infinite;
}

.it-video-shape-5 {
    position: absolute;
    right: 173px;
    bottom: 65px;
    animation: itleftright 1s infinite alternate;
}

.it-video-2-bg {
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .it-video-2-text p br {
        display: none;
    }
}

.it-video-2-thumb img {
    border-radius: 10px;
    max-width: inherit;
    width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-video-2-thumb img {
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-video-2-left {
        margin-bottom: 40px;
    }
}

.it-video-2-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

    .it-video-2-play a {
        height: 104px;
        width: 104px;
        line-height: 104px;
        border-radius: 50%;
        font-size: 16px;
        display: inline-block;
        text-align: center;
        position: relative;
        z-index: 2;
        margin-bottom: 40px;
        color: var(--it-theme-5);
        background-color: var(--it-common-white);
    }

        .it-video-2-play a i {
            display: inline-block;
            padding-left: 5px;
        }

        .it-video-2-play a::after {
            position: absolute;
            content: "";
            left: 50%;
            top: 50%;
            width: 60%;
            height: 60%;
            transform: scale(1.5);
            border: 1px solid rgba(255, 255, 255, 0.472);
            animation: borderanimate2 2s linear infinite;
            z-index: -1;
            border-radius: 50%;
        }

        .it-video-2-play a::before {
            position: absolute;
            content: "";
            left: 50%;
            top: 50%;
            width: 80%;
            height: 80%;
            background-color: rgba(255, 255, 255, 0.472);
            animation: borderanimate2 2s linear infinite;
            z-index: -1;
            border-radius: 50%;
        }

.it-video-2-shape-1 {
    position: absolute;
    top: 120px;
    left: 33%;
    animation: itswing 1s forwards infinite alternate;
    transform-origin: bottom left;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-video-2-shape-1 {
        top: 50px;
    }
}

.it-video-2-shape-2 {
    position: absolute;
    top: 130px;
    right: 105px;
    animation: itupdown 0.8s infinite alternate;
}

.it-video-2-shape-3 {
    position: absolute;
    bottom: 85px;
    right: 45%;
}

.it-video-2-shape-4 {
    position: absolute;
    bottom: 70px;
    right: 60px;
    animation: itleftright 1s infinite alternate;
}

.it-video-style-2 .it-video-play a.play {
    color: var(--it-theme-4);
}

.it-video-style-4 .it-video-content > span {
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--it-common-white);
}

.it-video-style-4 .it-video-title {
    font-size: 45px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .it-video-style-4 .it-video-title {
        font-size: 35px;
    }
}

.it-video-style-4 .it-video-content p {
    color: var(--it-common-white);
    margin-bottom: 30px;
}

.it-video-style-4 .it-video-play a.play {
    color: var(--it-theme-3);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-video-2-text p br {
        display: none;
    }
}

.it-video-color .it-video-play a.play {
    color: var(--it-theme-2);
}

/*----------------------------------------*/
/*  23. price css start
/*----------------------------------------*/
.it-price-item {
    padding: 50px;
    padding-top: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.it-price-item-wrap {
    background-color: var(--it-theme-1);
}

    .it-price-item-wrap.active {
        background-color: var(--it-common-yellow);
    }

        .it-price-item-wrap.active .it-price-category span {
            background-color: var(--it-theme-1);
        }

        .it-price-item-wrap.active .it-price-month span {
            border: 2px solid var(--it-theme-1);
        }

        .it-price-item-wrap.active .it-price-item::after {
            background-color: var(--it-common-black);
        }

        .it-price-item-wrap.active .it-price-list p {
            color: var(--it-common-white);
        }

        .it-price-item-wrap.active .it-price-list ul li {
            color: var(--it-common-white);
        }

            .it-price-item-wrap.active .it-price-list ul li i {
                border: 1px solid var(--it-common-yellow);
                color: var(--it-common-yellow);
            }

        .it-price-item-wrap.active .it-btn {
            background-color: var(--it-common-yellow);
        }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-price-item {
        padding: 50px 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-price-item {
        padding: 50px 30px;
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .it-price-item {
        padding: 50px 20px;
        padding-top: 30px;
    }
}

.it-price-item::after {
    position: absolute;
    top: 14%;
    left: 50%;
    transform: translateX(-50%);
    height: 615px;
    width: 615px;
    border-radius: 50%;
    background-color: #F4F4F4;
    content: "";
    z-index: -1;
}

.it-price-category span {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    background-color: #F2A227;
    display: inline-block;
    padding: 0px 90px;
    transform: translateY(-25px);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-price-category span {
        padding: 0px 60px;
        font-size: 17px;
        margin-top: 0;
    }
}

.it-price-month span {
    height: 130px;
    width: 130px;
    line-height: 130px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: #0AB99D;
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: var(--it-common-white);
    border: 2px solid #F2A227;
    margin-top: 20px;
    margin-bottom: 15px;
}

    .it-price-month span i {
        color: #0E2A46;
        font-size: 14px;
        font-weight: 500;
        text-transform: capitalize;
        font-style: normal;
    }

.it-price-list p {
    color: #4D5756;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-price-list p {
        font-size: 14px;
    }
}

.it-price-list ul {
    text-align: left;
    margin-bottom: 20px;
}

    .it-price-list ul li {
        list-style-type: none;
        color: #0E2A46;
        font-size: 17px;
        font-weight: 400;
        line-height: 1;
        padding-bottom: 20px;
        padding-left: 30px;
        position: relative;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-price-list ul li {
        font-size: 15px;
    }
}

.it-price-list ul li:last-child {
    margin-bottom: 0;
}

.it-price-list ul li i {
    height: 15px;
    width: 15px;
    line-height: 12px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid var(--it-theme-1);
    color: var(--it-theme-1);
    font-size: 10px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

/*----------------------------------------*/
/*  07. choose css start
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-choose-left {
        margin-bottom: 50px;
    }
}

.it-choose-content {
    border-radius: 8px;
    padding: 30px 20px;
    background-color: #F8F6F1;
}

.it-choose-content-box {
    margin-right: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-choose-content-box {
        margin-right: 0;
    }
}

.it-choose-content h5 {
    font-size: 17px;
    font-weight: 600;
    line-height: 32px;
    padding-bottom: 8px;
    text-transform: capitalize;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-choose-content h5 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-choose-content h5 {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-choose-content h5 {
        font-size: 16px;
    }
}

.it-choose-content h5 i {
    margin-right: 10px;
    display: inline-block;
    color: var(--it-theme-1);
}

.it-choose-content p {
    color: #4D5756;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
    padding-right: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-choose-content p {
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-choose-content p {
        font-size: 12px;
        padding-right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-choose-text p {
        font-size: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-choose-text p {
        font-size: 14px;
    }
}

.it-choose-thumb {
    display: inline-block;
    border: 10px solid var(--it-common-white);
}

.it-choose-thumb-box {
    margin-right: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-choose-thumb-box {
        margin-right: 0;
    }
}

.it-choose-shape-1 {
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: -1;
}

.it-choose-shape-2 {
    position: absolute;
    bottom: -30px;
    right: -30px;
    z-index: -1;
}

.it-choose-shape-3 {
    position: absolute;
    top: -80px;
    right: -85px;
    z-index: -1;
    animation: itupdown 0.8s infinite alternate;
}

.it-choose-shape-4 {
    position: absolute;
    top: 215px;
    left: 40%;
    animation: itleftright 1s infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-choose-shape-4 {
        top: 150px;
        left: 35%;
    }
}

.it-choose-shape-5 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-choose-shape-5 {
        bottom: -20%;
    }
}

.it-choose-shape-6 {
    position: absolute;
    top: 115px;
    left: 255px;
    z-index: -1;
    animation: itrotate 3s ease-in-out 3s infinite alternate forwards;
}

.it-choose-shape-7 {
    position: absolute;
    top: 135px;
    right: 180px;
    z-index: -1;
    animation: rotate2 4s linear infinite;
}

.it-choose-shape-8 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-choose-style-2 .it-choose-thumb-box {
        margin-bottom: 40px;
    }
}

.it-choose-style-2 .it-choose-content {
    border-radius: 5px;
    padding: 23px 23px;
    padding-top: 20px;
    background-color: var(--it-common-white);
    box-shadow: 0px 0px 30px 0px rgba(14, 42, 70, 0.08);
    transition: 0.5s;
}

@media (max-width: 767px) {
    .it-choose-style-2 .it-choose-content {
        flex-wrap: wrap;
    }
}

.it-choose-style-2 .it-choose-content:hover {
    background-color: var(--it-common-black);
}

    .it-choose-style-2 .it-choose-content:hover .it-choose-icon span {
        background-color: var(--it-common-white);
        color: var(--it-theme-4);
    }

    .it-choose-style-2 .it-choose-content:hover .it-choose-title {
        color: var(--it-common-white);
    }

    .it-choose-style-2 .it-choose-content:hover .it-choose-text p {
        color: var(--it-common-white);
    }

.it-choose-style-2 .it-choose-icon {
    margin-right: 20px;
}

    .it-choose-style-2 .it-choose-icon span {
        height: 80px;
        width: 80px;
        line-height: 88px;
        text-align: center;
        display: inline-block;
        background-color: var(--it-theme-4);
        border-radius: 50%;
        color: var(--it-common-white);
        transition: 0.5s;
        font-size: 35px;
    }

@media (max-width: 767px) {
    .it-choose-style-2 .it-choose-icon span {
        margin-bottom: 20px;
    }
}

.it-choose-style-2 .it-choose-title {
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
    transition: 0.5s;
}

.it-choose-style-2 .it-choose-text p {
    transition: 0.5s;
}

/*----------------------------------------*/
/*  17. funfact css start
/*----------------------------------------*/
.it-funfact-bg-wrap {
    padding: 55px 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-funfact-bg-wrap {
        padding: 55px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-funfact-item {
        margin-bottom: 30px;
    }
}

.it-funfact-icon span {
    height: 78px;
    width: 78px;
    line-height: 89px;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    background-color: var(--it-common-white);
    color: var(--it-common-black);
    font-size: 38px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-funfact-icon span {
        height: 65px;
        width: 65px;
        line-height: 78px;
        text-align: center;
        display: inline-block;
        margin-right: 15px;
    }
}

.it-funfact-content {
    line-height: 0;
}

    .it-funfact-content h6 {
        font-size: 39px;
        font-weight: 700;
        line-height: 1;
        color: var(--it-common-black);
        text-transform: capitalize;
        margin-bottom: 15px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-funfact-content h6 {
        font-size: 35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-funfact-content h6 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-funfact-content h6 {
        font-size: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .it-funfact-content h6 {
        font-size: 29px;
        margin-bottom: 5px;
    }
}

.it-funfact-content h6 i {
    font-style: normal;
}

.it-funfact-content span {
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    color: var(--it-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-funfact-content span {
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-funfact-content span {
        font-size: 11px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-funfact-content span {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .it-funfact-content span {
        font-size: 12px;
    }
}

.it-funfact-4-wrap {
    height: 250px;
    width: 250px;
    line-height: 250px;
    text-align: center;
    border: 1px solid var(--it-common-white);
    border-radius: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-funfact-4-wrap {
        height: 220px;
        line-height: 220px;
    }
}

.it-funfact-4-item h4 {
    font-size: 45px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--it-common-white);
    font-family: var(--it-ff-poppins);
}

.it-funfact-4-item p {
    font-size: 16px;
    font-weight: 500;
    color: var(--it-common-yellow);
    margin-bottom: 0;
}

.it-funfact-5-bg {
    background-repeat: no-repeat;
    background-size: cover;
}

.it-funfact-5-item {
    padding: 55px 15px 45px 15px;
    border-radius: 5px;
    background-color: var(--it-common-white);
}

.it-funfact-5-icon {
    height: 87px;
    width: 87px;
    border-radius: 50%;
    line-height: 102px;
    text-align: center;
    margin: 0 auto;
    background-color: var(--it-common-yellow-2);
    position: relative;
}

    .it-funfact-5-icon span {
        font-size: 45px;
        color: var(--it-common-white);
    }

    .it-funfact-5-icon::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border-radius: 50%;
        transform: scale(1.15);
        border: 1px dashed var(--it-common-yellow-2);
    }

.it-funfact-5-number {
    font-size: 49px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: capitalize;
}

.it-funfact-5-content span {
    font-size: 21px;
    font-weight: 500;
    text-transform: capitalize;
    color: #4D5756;
}

.it-funfact-5-shape-1 {
    position: absolute;
    bottom: 140px;
    left: 100px;
    animation: rotate2 12s linear infinite;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-funfact-5-shape-1 {
        bottom: 0;
        left: 0;
    }
}

.it-funfact-5-shape-2 {
    position: absolute;
    top: 95px;
    right: 140px;
    animation: rotate2 12s linear infinite;
}

/*----------------------------------------*/
/*  09. contact css start
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-contact-left {
        margin-bottom: 50px;
    }
}

.it-contact-bg {
    background-repeat: no-repeat;
    background-size: cover;
}

.it-contact-wrap {
    padding: 65px 40px;
    padding-bottom: 70px;
    border-radius: 5px;
    background-color: var(--it-common-black);
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    .it-contact-wrap {
        padding: 30px 20px;
        padding-bottom: 30px;
    }
}

.it-contact-title {
    color: var(--it-common-white);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-contact-title {
        font-size: 34px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-contact-title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .it-contact-title {
        font-size: 25px;
    }
}

.it-contact-input-box input {
    border-radius: 5px;
}

.it-contact-textarea-box textarea {
    border-radius: 5px;
    height: 120px;
    padding-top: 15px;
}

.it-contact-timer-box {
    margin-right: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-contact-timer-box {
        margin-right: 0;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .it-contact-timer {
        margin-bottom: 30px;
    }
}

.it-contact-timer h6 {
    font-size: 50px;
    font-weight: 500;
    padding: 45px 10px;
    padding-bottom: 35px;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
    background-color: var(--it-common-white);
    color: var(--it-common-black);
    font-family: var(--it-ff-heading);
    line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-contact-timer h6 {
        padding: 25px 10px;
        padding-bottom: 10px;
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-contact-timer h6 {
        padding: 25px 10px;
        font-size: 30px;
    }
}

.it-contact-timer i {
    display: block;
    font-size: 14px;
    font-style: normal;
    height: 40px;
    line-height: 40px;
    border-radius: 0 0 5px 5px;
    background-color: var(--it-common-yellow);
    color: var(--it-common-white);
}

.it-contact-shape-1 {
    position: absolute;
    top: 165px;
    left: 140px;
    animation: rotate2 4s linear infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-contact-shape-1 {
        top: 50px;
        left: 140px;
    }
}

.it-contact-shape-2 {
    position: absolute;
    top: 175px;
    left: 46%;
    animation: rotate2 4s linear infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-contact-shape-2 {
        top: 50px;
        left: 68%;
    }
}

.it-contact-shape-3 {
    position: absolute;
    top: 115px;
    right: 55px;
    animation: itleftright 1s infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-contact-shape-3 {
        top: 55px;
        right: 55px;
    }
}

.it-contact-shape-4 {
    position: absolute;
    right: 130px;
    bottom: 190px;
    animation: rotate2 4s linear infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-contact-shape-4 {
        bottom: 40px;
    }
}

.it-contact-shape-5 {
    position: absolute;
    bottom: 180px;
    left: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-contact-shape-5 {
        bottom: -90px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-contact-text p {
        font-size: 14px;
    }

        .it-contact-text p br {
            display: none;
        }
}

.it-contact-style-2 .it-contact-wrap {
    background-color: var(--it-theme-4);
}

    .it-contact-style-2 .it-contact-wrap p {
        color: var(--it-common-white);
    }

@media (max-width: 767px) {
    .it-contact-style-2 .it-contact-wrap p {
        font-size: 14px;
    }

        .it-contact-style-2 .it-contact-wrap p br {
            display: none;
        }
}

.it-contact-style-2 .it-contact-timer i {
    background-color: var(--it-theme-4);
}

.it-contact-style-2 .it-contact-shape-1 {
    position: absolute;
    top: 165px;
    left: 140px;
    animation: itrotate 3s ease-in-out 3s infinite alternate forwards;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .it-contact-style-2 .it-contact-shape-1 {
        top: 120px;
        left: 60px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-contact-style-2 .it-contact-shape-1 {
        top: 40px;
        left: 60px;
    }
}

.it-contact-style-2 .it-contact-shape-2 {
    position: absolute;
    top: 175px;
    left: 46%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-contact-style-2 .it-contact-shape-2 {
        top: 50px;
        left: 68%;
    }
}

.it-contact-style-2 .it-contact-shape-3 {
    position: absolute;
    top: 115px;
    right: 55px;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .it-contact-style-2 .it-contact-shape-3 {
        transform: scale(0.6);
        right: -2%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-contact-style-2 .it-contact-shape-3 {
        top: 55px;
        right: 55px;
    }
}

.it-contact-style-2 .it-contact-shape-4 {
    position: absolute;
    right: 130px;
    bottom: 190px;
    animation: rotate2 4s linear infinite;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .it-contact-style-2 .it-contact-shape-4 {
        right: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-contact-style-2 .it-contact-shape-4 {
        bottom: 40px;
    }
}

.it-contact-style-2 .it-contact-shape-5 {
    position: absolute;
    bottom: 180px;
    left: 0;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .it-contact-style-2 .it-contact-shape-5 {
        left: -5%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-contact-style-2 .it-contact-shape-5 {
        bottom: -90px;
    }
}

.it-contact-style-4 .it-contact-timer h6 {
    background-color: #F3F5F5;
}

.it-contact-style-4 .it-contact-timer i {
    background-color: var(--it-theme-3);
}

.it-contact-input-box label {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--it-common-black);
    font-family: var(--it-ff-heading);
}

.it-contact-textarea-box label {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--it-common-black);
    font-family: var(--it-ff-heading);
}

.it-contact__wrap {
    padding: 85px 75px;
    padding-bottom: 70px;
    background-color: #F2F2F2;
}

@media (max-width: 767px) {
    .it-contact__wrap {
        padding: 40px 20px;
    }
}

.it-contact__title {
    font-size: 40px;
}

.it-contact__content {
    padding: 60px 38px;
    padding-bottom: 45px;
    background-color: var(--it-common-white);
}

    .it-contact__content ul li {
        list-style: none;
    }

        .it-contact__content ul li:not(:last-child) {
            margin-bottom: 30px;
        }

.it-contact__text span {
    color: #4D5756;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
}

.it-contact__text > a {
    display: block;
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
    font-family: var(--it-ff-heading);
    color: var(--it-common-black);
}

@media (max-width: 767px) {
    .it-contact__text > a {
        font-size: 16px;
        display: inline-block;
    }

        .it-contact__text > a br {
            display: none;
        }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .it-contact__text > a {
        font-size: 21px;
    }
}

.it-contact__icon {
    margin-right: 20px;
}

@media (max-width: 767px) {
    .it-contact__icon {
        margin-bottom: 20px;
        margin-right: 0;
    }
}

.it-contact__icon span {
    font-size: 18px;
    color: var(--it-theme-1);
    display: inline-block;
    height: 54px;
    width: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(10, 185, 156, 0.1);
}

    .it-contact__icon span .phone {
        transform: rotate(100deg);
    }

.it-contact__right-box {
    margin-right: 72px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-contact__right-box {
        margin-right: 0;
    }
}

.it-contact__right-box .it-footer-social a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    color: var(--it-theme-1);
    background-color: rgba(10, 185, 156, 0.1);
}

    .it-contact__right-box .it-footer-social a:hover {
        color: var(--it-common-white);
    }

.it-contact__scrool a {
    color: var(--it-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .it-contact__scrool a {
        color: var(--it-common-black);
    }
}

@media (max-width: 767px) {
    .it-contact__scrool a {
        display: inline-block;
        color: var(--it-common-black);
        margin-bottom: 20px;
    }
}

.it-contact__scrool a i {
    display: inline-block;
    margin-right: 8px;
}

.it-contact__bottom-box {
    margin-right: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .it-contact__bottom-box {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .it-contact__bottom-box {
        margin-bottom: 50px;
        flex-wrap: wrap;
    }
}

.it-contact__shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.it-contact__form-box .it-contact-textarea-box textarea {
    padding-top: 10px;
    height: 95px;
}

@media (max-width: 767px) {
    .it-contact__list {
        flex-wrap: wrap;
    }
}

.it-signup-bg {
    background-color: #F2F2F2;
}

.it-signup-wrap {
    padding: 110px 70px;
}

@media (max-width: 767px) {
    .it-signup-wrap {
        padding: 80px 30px;
    }
}

.it-signup-title {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    color: #0A0909;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E2E1E1;
}

.it-signup-input input {
    border-radius: 5px;
    color: #0E2A46;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
}

    .it-signup-input input::placeholder {
        color: #0E2A46;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        text-transform: capitalize;
    }

.it-signup-text span {
    color: #4D5756;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

    .it-signup-text span a {
        color: var(--it-common-black);
    }

.it-signup-thumb {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

    .it-signup-thumb img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.it-signup-forget a {
    color: #FF0000;
}

.it-signup-agree .form-check-input:checked {
    background-color: var(--it-common-black);
    border-color: transparent;
}

.it-signup-agree .form-check-input:focus {
    box-shadow: none;
}

.it-signup-agree .form-check-input.form-check-input[type=checkbox] {
    border-radius: 2px;
    margin-top: 8px;
    height: 15px;
    width: 15px;
    padding: 0;
}

.it-student-bg {
    background-color: #F3F5F5;
    padding: 100px 70px;
}

@media (max-width: 767px) {
    .it-student-bg {
        padding: 80px 30px;
    }
}

.it-student-title {
    color: #0E2A46;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.it-student-subtitle {
    color: #0E2A46;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.it-student-content p {
    color: #333931;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-transform: capitalize;
}

.it-student-regiform-item {
    margin-bottom: 25px;
}

    .it-student-regiform-item label {
        color: #0E2A46;
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 10px;
    }

    .it-student-regiform-item input {
        border: 1px solid #CACACA;
    }

.it-student-regiform-title {
    color: #0E2A46;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: inline-block;
}

.postbox__select {
    display: inline-block;
    width: 100%;
}

    .postbox__select .nice-select {
        width: 100%;
        border: 1px solid #CACACA;
        height: 58px;
        line-height: 58px;
        padding: 0px 20px;
        position: relative;
        background-color: var(--it-common-white);
    }

        .postbox__select .nice-select::after {
            border: none;
            background-color: transparent;
            transform: translateY(-45%);
            margin-top: -4px;
            right: 20px;
            content: "\f107";
            font-family: "Font Awesome 5 Pro";
            transform-origin: center;
            color: #0E2A46;
            font-weight: 500;
            height: auto;
            width: auto;
        }

        .postbox__select .nice-select span {
            font-weight: 500;
            font-size: 15px;
            color: #0E2A46;
        }

        .postbox__select .nice-select.open::after {
            transform: translateY(-45%) rotate(-180deg);
        }

        .postbox__select .nice-select .list {
            width: 100%;
        }

            .postbox__select .nice-select .list li:last-child {
                border-bottom: 0;
            }

        .postbox__select .nice-select .selected {
            color: #0E2A46;
            font-weight: 600;
        }

.postbox__resume {
    height: 25px;
    line-height: 25px;
    display: inline-block;
    padding: 0px 15px;
    color: #4D5756;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    border: 1px solid #CACACA;
    border-radius: 5px;
}

    .postbox__resume.border-transparent {
        border: none;
    }

.it-instructor-style .it-student-regiform-item input {
    background-color: transparent;
}

.it-instructor-style .postbox__select .nice-select {
    background-color: transparent;
}

.it-instructor-wrap {
    margin-bottom: 40px;
}

    .it-instructor-wrap .it-signup-agree .form-check-input.form-check-input[type=checkbox] {
        border-radius: 2px;
        margin-top: 0;
        margin-right: 10px;
        height: 15px;
        width: 15px;
        padding: 0;
        transform: translateY(26px);
    }

    .it-instructor-wrap .form-check label {
        color: #333931;
        font-size: 15px;
        font-weight: 400;
        line-height: 32px;
        text-transform: capitalize;
        margin-left: 7px;
    }

/*----------------------------------------*/
/*  13. event css start
/*----------------------------------------*/
.it-event-content > span {
    color: var(--it-common-black);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.9;
    display: block;
    padding-bottom: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-event-content > span br {
        display: none;
    }
}

@media (max-width: 767px) {
    .it-event-content > span {
        font-size: 15px;
    }

        .it-event-content > span br {
            display: none;
        }
}

.it-event-content p {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 30px;
    padding-right: 50px;
}

@media (max-width: 767px) {
    .it-event-content p {
        font-size: 15px;
        padding-right: 0;
    }
}

.it-event-thumb img {
    max-width: inherit;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .it-event-thumb img {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .it-event-thumb img {
        max-width: 100%;
        margin-top: 30px;
    }
}

.it-event-thumb-box {
    margin-left: -31px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-event-thumb-box {
        margin-left: 0;
    }
}

.it-event-shape-1 {
    position: absolute;
    top: 15px;
    left: 0;
}

.it-event-shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.it-event-shape-3 {
    position: absolute;
    top: 210px;
    left: 565px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-event-shape-3 {
        left: 200px;
    }
}

.it-event-shape-4 {
    position: absolute;
    top: 140px;
    left: 95px;
    animation: rotate2 4s linear infinite;
}

.it-event-shape-5 {
    position: absolute;
    left: 721px;
    bottom: 165px;
    animation: itupdown 0.8s infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-event-shape-5 {
        left: 200px;
        bottom: 30px;
    }
}

.it-event-shape-6 {
    position: absolute;
    top: 150px;
    right: 77px;
    animation: rotate2 4s linear infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-event-shape-6 {
        top: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-event-left {
        padding-right: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-event-left {
        padding-right: 20px;
    }
}

.it-event-2-content {
    padding: 14px 20px;
    background: #ffffff;
    border-radius: 0px 0px 20px 20px;
}

.it-testimonial-6-active .it-event-2-content {
    min-height: 190px;
    padding: 14px 20px;
    background: #ffffff;
    border-radius: 0px 0px 20px 20px;
}

.it-testimonial-5-active .it-event-2-content {
    min-height: 288px;
    padding: 14px 20px;
    background: #ffffff;
    border-radius: 0px 0px 20px 20px;
}


.button-align {
    display: flex;
    flex-direction: column;
}

.button-bottom {
    margin: 15px auto 0px;
    margin-top: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-event-2-content {
        padding: 30px 22px;
    }
}

.it-event-2-title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    font-family: 'Raleway';
    color: #44233B;
    line-height: 15px;
}

@media (max-width: 767px) {
    .it-event-2-title {
        font-size: 18px;
    }
}

.it-event-2-title a {
    transition: 0.3s;
    line-height: 28px;
}

    .it-event-2-title a:hover {
        color: var(--it-theme-4);
    }

.it-event-2-meta span {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Raleway';
    color: #777789;
}

    .it-event-2-meta span:not(:last-child) {
        margin-right: 18px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .it-event-2-meta span {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .it-event-2-meta span {
        font-size: 16px;
    }
}

.it-event-2-meta span i {
    font-size: 15px;
    margin-right: 2px;
    display: inline-block;
    color: #F58734;
}

.it-event-2-item:hover .it-event-2-thumb img {
    transform: scale(1.1) rotate(-2deg);
}

.it-event-2-thumb {
    position: relative;
}

    .it-event-2-thumb img {
        width: 100%;
        transition: 0.9s;
        border-radius: 15px 15px 15px 20px;
    }

.it-event-2-item:hover .it-event-2-date {
    background-color: #fff3eb;
}

.it-event-2-date {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 70px;
    width: 70px;
    border-radius: 0px 15px 0px 20px;
    text-align: center;
    background-color: #FFF3EB;
    transition: 0.3s;
}

    .it-event-2-date span {
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        transform: translateY(12px);
        color: #44233B;
        text-align: center;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .it-event-2-date span {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .it-event-2-date span {
        font-size: 12px;
    }
}

.it-event-2-date span i {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

@media (max-width: 767px) {
    .it-event-2-date span i {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-event-2-text p {
        font-size: 14px;
    }

        .it-event-2-text p br {
            display: none;
        }
}

.it-event-style-3 .it-event-2-date {
    background-color: var(--it-common-yellow);
}

.it-event-style-3 .it-event-2-item:hover .it-event-2-date {
    background-color: var(--it-theme-1);
}

    .it-event-style-3 .it-event-2-item:hover .it-event-2-date span {
        color: var(--it-common-white);
    }

.it-event-style-3 .it-event-2-item {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}

.it-event-style-3 .it-event-2-title a:hover {
    color: var(--it-theme-1);
}

.it-event-style-3 .it-event-2-content {
    padding: 18px 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-event-style-3 .it-event-2-content {
        padding: 20px;
    }
}

.it-event-style-3 .it-event-2-meta span i {
    color: var(--it-theme-5);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-event-style-3 .it-event-2-meta span {
        display: block;
    }
}

.it-event-style-4 .it-event-2-date {
    background-color: var(--it-common-yellow);
}

.it-event-style-4 .it-event-2-item:hover .it-event-2-date {
    background-color: var(--it-theme-3);
}

    .it-event-style-4 .it-event-2-item:hover .it-event-2-date span {
        color: var(--it-common-white);
    }

.it-event-style-4 .it-event-2-date span {
    color: var(--it-common-black);
    transition: 0.3s;
}

.it-event-style-4 .it-event-2-item {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}

.it-event-style-4 .it-event-2-title a:hover {
    color: var(--it-theme-3);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-event-style-4 .it-event-2-content {
        padding: 20px;
    }
}

.it-event-style-4 .it-event-2-meta span i {
    color: var(--it-theme-3);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-event-style-4 .it-event-2-meta span {
        display: block;
    }
}

.it-evn-details-thumb img {
    width: 100%;
    border-radius: 10px;
}

.it-evn-details-title {
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-evn-details-title {
        font-size: 38px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-evn-details-title {
        font-size: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-evn-details-title {
        font-size: 30px;
    }
}

.it-evn-details-title-sm {
    font-size: 20px;
}

.it-evn-details-text p {
    font-size: 16px;
    padding-right: 35px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-evn-details-text p {
        padding-right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-evn-details-text p {
        padding-right: 0;
        font-size: 14px;
    }
}

.it-evn-details-wrap {
    margin-right: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-evn-details-wrap {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-evn-details-wrap {
        margin-right: 0;
        margin-bottom: 50px;
    }
}

.it-evn-details-wrap .postbox__meta span {
    color: #4D5756;
    font-size: 21px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-evn-details-wrap .postbox__meta span {
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-evn-details-wrap .postbox__meta span {
        font-size: 14px;
    }
}

.it-evn-details-wrap .postbox__meta span:not(:last-child) {
    margin-right: 45px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .it-evn-details-wrap .postbox__meta span:not(:last-child) {
        margin-right: 20px;
    }
}

.it-evn-details-rate span i {
    color: var(--it-theme-1);
}

.it-evn-sidebar-box {
    padding: 25px 20px;
    border-radius: 5px;
    background-color: #F2F2F2;
    margin-left: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-evn-sidebar-box {
        margin-left: 0px;
    }
}

.it-evn-sidebar-thumb img {
    width: 100%;
    border-radius: 5px;
}

.it-evn-sidebar-list ul li {
    list-style: none;
    color: #4D5756;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-evn-sidebar-list ul li {
        font-size: 14px;
    }
}

.it-evn-sidebar-list ul li:not(:last-child) {
    margin-bottom: 21px;
}

/*----------------------------------------*/
/*  18. gallery css start
/*----------------------------------------*/
.it-gallery-item {
    margin-bottom: 35px;
}

    .it-gallery-item:hover .it-gallery-thumb::after {
        -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
        -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
        transform: perspective(400px) rotateX(0deg) scaleY(1);
        transition-delay: 0.1s;
        transition-timing-function: ease-in-out;
        transition-duration: 0.7s;
        transition-property: all;
    }

    .it-gallery-item:hover .it-gallery-icon {
        transform: translate(-50%, -50%) scale(1);
    }

.it-gallery-thumb {
    position: relative;
    overflow: hidden;
}

    .it-gallery-thumb img {
        width: 100%;
    }

    .it-gallery-thumb::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        background-color: rgba(14, 42, 70, 0.8);
        -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
        -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
        transform: perspective(400px) rotateX(90deg) scaleY(0.5);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        transition-delay: 0.1s;
        transition-timing-function: ease-in-out;
        transition-duration: 0.5s;
        transition-property: all;
        z-index: 1;
    }

.it-gallery-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 2;
    transition: 0.5s;
}

    .it-gallery-icon a {
        color: var(--it-common-white);
        font-size: 40px;
        display: inline-block;
    }

.it-gallery-shape-1 {
    position: absolute;
    top: 160px;
    left: 135px;
    animation: itswing 1s forwards infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-gallery-shape-1 {
        top: 80px;
    }
}

.it-gallery-shape-2 {
    position: absolute;
    top: 115px;
    right: 120px;
    animation: itswing 1s forwards infinite alternate;
}

.it-gallery-shape-3 {
    position: absolute;
    bottom: 80px;
    right: 130px;
}

/*----------------------------------------*/
/*  26. testimonial css start
/*----------------------------------------*/
.it-testimonial-ptb {
    padding-top: 220px;
    padding-bottom: 120px;
    margin-top: -100px;
}

.it-testimonial-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.it-testimonial-arrow button {
    font-size: 20px;
    height: 56px;
    width: 56px;
    line-height: 56px;
    background-color: var(--it-theme-1);
    color: var(--it-common-white);
    transition: 0.3s;
}

    .it-testimonial-arrow button:hover {
        background-color: black;
        color: var(--it-common-white);
    }

    .it-testimonial-arrow button.slick-next {
        margin-left: 20px;
    }

.it-testimonial-nav-item.slick-slide {
    margin: 10px 0;
}

    .it-testimonial-nav-item.slick-slide .it-testimonial-nav-thumb img {
        text-align: center;
        display: inline-block;
    }

.it-testimonial-nav-item.slick-current .it-testimonial-nav-thumb img {
    transform: scale(1.4);
}

.it-testimonial-slide-wrap {
    background-color: var(--it-common-black);
    padding: 80px 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-testimonial-slide-wrap {
        padding: 80px 20px;
    }
}

.it-testimonial-slide-quote {
    height: 100px;
    width: 100px;
    background-color: var(--it-theme-1);
    color: var(--it-common-white);
    text-align: center;
    line-height: 108px;
    font-size: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
}

.it-testimonial-user-name {
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    color: var(--it-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-testimonial-user-name {
        font-size: 20px;
    }
}

.it-testimonial-slide-info span {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 30px;
    display: inline-block;
    color: var(--it-theme-1);
    text-transform: uppercase;
}

.it-testimonial-slide-info p {
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0;
    color: var(--it-common-white);
    padding-right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-testimonial-slide-info p {
        font-size: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-testimonial-slide-info p {
        font-size: 13px;
        padding-right: 0;
    }
}

.it-testimonial-shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-testimonial-shape-1 {
        bottom: -16%;
    }
}

@media (max-width: 767px) {
    .it-testimonial-slide-nav-active {
        margin-bottom: 50px;
    }
}

.it-testimonial-3-wrapper {
    border-radius: 5px;
    padding: 75px 70px;
    padding-right: 50px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-testimonial-3-wrapper {
        margin: 120px 0;
        padding: 70px 60px;
    }
}

@media (max-width: 767px) {
    .it-testimonial-3-wrapper {
        margin: 120px 0;
        padding: 20px;
    }
}

.it-testimonial-3-thumb img {
    max-width: inherit;
}

.it-testimonial-3-content p {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 45px;
    padding-left: 25px;
    color: var(--it-common-white);
}

@media (max-width: 767px) {
    .it-testimonial-3-content p {
        padding-left: 0;
        font-size: 16px;
    }
}

.it-testimonial-3-quote {
    position: absolute;
    top: 40px;
    left: 60px;
}

.it-testimonial-3-author-info h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: var(--it-common-white);
    font-family: var(--it-ff-poppins);
}

@media (max-width: 767px) {
    .it-testimonial-3-author-info h5 {
        font-size: 16px;
    }
}

.it-testimonial-3-author-info span {
    color: var(--it-common-white);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

@media (max-width: 767px) {
    .it-testimonial-3-author-info span {
        font-size: 14px;
    }
}

.it-testimonial-3-avata {
    margin-right: 27px;
    position: relative;
}

    .it-testimonial-3-avata::after {
        content: "";
        top: 50%;
        left: 50%;
        height: 100%;
        width: 100%;
        position: absolute;
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(1.2);
        border: 1px dashed var(--it-theme-1);
    }

    .it-testimonial-3-avata img {
        border-radius: 50%;
        height: 90px;
        width: 90px;
    }

.it-testimonial-3-active {
    padding: 20px;
    margin: -20px;
}

.it-testimonial-3-shape-1 {
    position: absolute;
    bottom: -30px;
    right: -30px;
    z-index: -1;
}

.test-slider-dots {
    position: absolute;
    bottom: 45px;
    right: 50px;
    z-index: 5;
}

    .test-slider-dots .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
        border-radius: 50%;
        position: relative;
        display: inline-block;
        background-color: var(--it-common-white);
        margin: 0 8px;
        z-index: 2;
    }

        .test-slider-dots .swiper-pagination-bullet::after {
            position: absolute;
            content: "";
            top: 50%;
            left: 50%;
            height: 100%;
            width: 100%;
            border-radius: 50%;
            border: 1px solid var(--it-common-yellow);
            transform: translate(-50%, -50%) scale(2);
            opacity: 0;
            visibility: hidden;
            transition: 0.3s;
        }

    .test-slider-dots .swiper-pagination-bullet-active {
        background-color: var(--it-common-yellow);
    }

        .test-slider-dots .swiper-pagination-bullet-active::after {
            opacity: 1;
            visibility: visible;
        }

    .test-slider-dots.style-2 {
        position: static;
    }

        .test-slider-dots.style-2 > .swiper-pagination-bullet {
            background-color: var(--it-common-black);
            opacity: 100%;
        }

        .test-slider-dots.style-2 > .swiper-pagination-bullet-active {
            background-color: var(--it-common-yellow);
        }

.it-testimonial-5-item-wrap .it-testimonial-3-author-box {
    padding-left: 235px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-testimonial-5-item-wrap .it-testimonial-3-author-box {
        padding-left: 0;
        justify-content: center;
    }
}

.it-testimonial-5-item-wrap .it-testimonial-3-author-info h5 {
    color: var(--it-common-black);
}

.it-testimonial-5-item-wrap .it-testimonial-3-author-info span {
    color: var(--it-common-black);
}

.it-testimonial-5-item-wrap .it-testimonial-3-avata::after {
    border-color: var(--it-theme-4);
}

.it-testimonial-5-item {
    padding: 75px 50px;
    padding-right: 65px;
    border-radius: 20px;
    background-color: var(--it-theme-4);
    position: relative;
}

    .it-testimonial-5-item::after {
        position: absolute;
        content: "";
        bottom: -7%;
        left: 20%;
        width: 115px;
        height: 100px;
        background-color: var(--it-theme-4);
        clip-path: polygon(0 0, 82% 0, 100% 100%);
        transform: rotate(-145deg);
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-testimonial-5-item {
        padding: 40px 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .it-testimonial-5-item {
        padding: 30px;
        padding-right: 30px;
    }
}

.it-testimonial-5-text p {
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0;
    color: var(--it-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-testimonial-5-text p {
        font-size: 14px;
    }
}

.it-testimonial-5-star i {
    color: var(--it-theme-5);
}

.it-testimonial-5-shape-1 {
    position: absolute;
    left: 35px;
    bottom: 300px;
    animation: rotate2 12s linear infinite;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-testimonial-5-shape-1 {
        bottom: 100px;
    }
}

.it-testimonial-5-shape-2 {
    position: absolute;
    top: 160px;
    left: 355px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-testimonial-5-shape-2 {
        left: 100px;
    }
}

.it-testimonial-5-shape-3 {
    position: absolute;
    top: 140px;
    right: 255px;
    animation: itswing 1s forwards infinite alternate;
}

.it-testimonial-5-shape-4 {
    position: absolute;
    bottom: 260px;
    right: 70px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-testimonial-5-shape-4 {
        bottom: 100px;
    }
}

.it-testimonial-5-shape-5 {
    position: absolute;
    top: 140px;
    left: 250px;
    animation: rotate2 4s linear infinite;
}

.it-testimonial-5-shape-6 {
    position: absolute;
    top: 170px;
    right: 110px;
    animation: itupdown 0.8s infinite alternate;
}

.it-testimonial-5-shape-7 {
    position: absolute;
    left: 75px;
    bottom: 230px;
}

.it-testimonial-5-active {
    padding: 20px;
    margin: -20px;
}

.it-testimonial-style-2 .it-testimonial-5-item {
    padding: 50px;
    padding-right: 75px;
    padding-bottom: 40px;
    border-radius: 0;
    background-color: var(--it-common-black);
}

@media (max-width: 767px) {
    .it-testimonial-style-2 .it-testimonial-5-item {
        padding: 50px 20px;
        padding-bottom: 40px;
    }
}

.it-testimonial-style-2 .it-testimonial-5-item::after {
    display: none;
}

.it-testimonial-style-2 .it-testimonial-3-avata {
    border-radius: 50%;
    border: 2px solid var(--it-common-white);
}

    .it-testimonial-style-2 .it-testimonial-3-avata::after {
        display: none;
    }

.it-testimonial-style-2 .it-testimonial-3-author-info span {
    color: var(--it-theme-4);
}

.it-testimonial-style-2 .it-testimonial-5-star i {
    font-size: 14px;
    color: #D3A500;
}

.it-testimonial-style-2 .it-testimonial-5-quote {
    position: absolute;
    top: 50px;
    right: 65px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-testimonial-style-2 .it-testimonial-5-quote {
        right: 20px;
    }
}

.it-testimonial-4-style .it-testimonial-3-content p {
    color: var(--it-common-black);
}

.it-testimonial-4-style .it-testimonial-3-author-info h5 {
    color: var(--it-common-black);
}

.it-testimonial-4-style .it-testimonial-3-author-info span {
    color: var(--it-common-black);
}

.it-testimonial-4-style .test-slider-dots .swiper-pagination-bullet {
    background-color: var(--it-common-black);
}

.it-testimonial-4-style .swiper-pagination-bullet {
    opacity: 1;
}

.it-sub-bg-none .it-section-subtitle {
    background-color: transparent;
}

/*----------------------------------------*/
/*  25. team css start
/*----------------------------------------*/
.it-team-item:hover .it-team-thumb::after {
    opacity: 1;
    visibility: visible;
}

.it-team-item:hover .it-team-thumb img {
    transform: scale(1.2);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-team-left {
        margin-bottom: 50px;
    }
}

.it-team-text p {
    padding-right: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-team-text p {
        padding-right: 48px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-team-text p {
        padding-right: 0;
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-team-button a {
        margin-bottom: 20px;
    }
}

.it-team-thumb {
    position: relative;
}

    .it-team-thumb::after {
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(14, 42, 70, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    }

    .it-team-thumb img {
        border-radius: 5px;
        transition: 0.9s;
        width: 100%;
    }

.it-team-thumb-box {
    border-radius: 5px;
    overflow: hidden;
    border: 6px solid var(--it-theme-1);
}

.it-team-author-box {
    position: absolute;
    bottom: 20px;
    left: 30px;
    right: 28px;
    border-radius: 5px;
    padding: 15px 24px;
    padding-bottom: 7px;
    background-color: var(--it-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-team-author-box {
        bottom: 15px;
        left: 10px;
        right: 10px;
    }
}

.it-team-author-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1;
    text-transform: capitalize;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-team-author-name {
        font-size: 17px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-team-author-name {
        font-size: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-team-author-name {
        font-size: 17px;
    }
}

.it-team-author-info {
    line-height: 0;
}

    .it-team-author-info span {
        color: var(--it-theme-1);
        font-size: 13px;
        font-weight: 500;
        line-height: 32px;
        text-transform: capitalize;
    }

.it-team-link a {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    background-color: rgba(10, 185, 156, 0.2);
}

    .it-team-link a svg {
        display: inline-block;
        color: var(--it-theme-1);
        transform: translate(-5px, -2px);
    }

.it-team-social-box {
    position: absolute;
    top: 35px;
    right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .it-team-social-box {
        top: 20px;
    }
}

.it-team-social-box:hover .it-team-social {
    opacity: 1;
    visibility: visible;
    left: 0;
}

.it-team-social-box button {
    height: 45px;
    width: 45px;
    left: 0;
    line-height: 48px;
    border-radius: 50%;
    padding: 0;
    background-color: var(--it-theme-1);
    color: var(--it-common-white);
}

.it-team-social {
    position: absolute;
    bottom: -155px;
    left: 50%;
    padding: 5px 13px;
    background-color: var(--it-common-white);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    z-index: 9;
}

    .it-team-social::after {
        content: "";
        top: -9px;
        left: 50%;
        width: 12px;
        height: 12px;
        position: absolute;
        transform: translateX(-50%);
        background-color: var(--it-common-white);
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    }

    .it-team-social a {
        font-size: 18px;
        color: var(--it-theme-1);
    }

        .it-team-social a:not(:last-child) {
            margin-bottom: 10px;
        }

.it-team-right-box {
    margin-left: -35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-team-right-box {
        margin-left: 0;
    }
}

.it-team-shape-1 {
    position: absolute;
    left: 35%;
    top: 200px;
    animation: rotate2 4s linear infinite;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-team-shape-1 {
        left: 30%;
    }
}

.it-team-shape-2 {
    position: absolute;
    top: 350px;
    left: 50px;
    animation: itleftright 1s infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-team-shape-2 {
        top: 80px;
    }
}

.it-team-shape-3 {
    position: absolute;
    bottom: 170px;
    left: 35%;
    animation: rotate2 4s linear infinite;
}

.it-team-3-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70.6%;
    z-index: -1;
}

    .it-team-3-bg.overley::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(14, 42, 70, 0.85);
    }

.it-team-3-content {
    border-radius: 0 0 5px 5px;
    padding: 30px 15px;
    padding-top: 0;
    background-color: var(--it-common-black);
}

    .it-team-3-content span {
        color: var(--it-common-yellow);
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
    }

.it-team-3-thumb {
    border-radius: 5px 5px 0 0;
    position: relative;
}

    .it-team-3-thumb::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        content: "";
        opacity: 0;
        visibility: hidden;
        transition: 0.4s ease-in-out;
        background: rgba(48, 55, 63, 0.7);
    }

    .it-team-3-thumb img {
        border-radius: 5px 5px 0 0;
        width: 100%;
        transition: 0.9s;
    }

.it-team-3-title {
    color: var(--it-common-white);
    font-family: var(--it-ff-poppins);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.it-team-3-social-box {
    display: inline-block;
    transform: translateY(-22px);
}

    .it-team-3-social-box button {
        height: 40px;
        width: 40px;
        line-height: 43px;
        border-radius: 50%;
        text-align: center;
        display: inline-block;
        color: var(--it-common-black);
        background-color: var(--it-common-yellow);
        transition: 0.3s;
        padding: 0;
    }

    .it-team-3-social-box:hover button {
        background-color: var(--it-theme-2);
        color: var(--it-common-white);
    }

    .it-team-3-social-box:hover .it-team-3-social-wrap {
        bottom: 140%;
        opacity: 1;
        visibility: visible;
    }

.it-team-3-social-wrap {
    background-color: var(--it-common-white);
    display: inline-block;
    padding: 11px 13px;
    position: absolute;
    bottom: 190%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

    .it-team-3-social-wrap::after {
        position: absolute;
        content: "";
        bottom: -5px;
        left: 50%;
        height: 10px;
        width: 10px;
        background-color: var(--it-common-white);
        transform: translateX(-50%) rotate(-45deg);
    }

    .it-team-3-social-wrap > a {
        display: flex;
        display: table;
        color: var(--it-common-yellow);
        line-height: 0;
        transition: 0.3s;
    }

        .it-team-3-social-wrap > a:hover {
            color: var(--it-common-black);
        }

        .it-team-3-social-wrap > a:not(:last-child) {
            margin-bottom: 10px;
        }

.it-team-3-item {
    border-radius: 5px;
}

    .it-team-3-item:hover .it-team-3-thumb img {
        transform: scale(1.1);
    }

    .it-team-3-item:hover .it-team-3-thumb::after {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }

.it-team-3-shape-1 {
    position: absolute;
    left: 35px;
    top: 440px;
}

.it-team-3-shape-2 {
    position: absolute;
    top: 115px;
    left: 365px;
    animation: rotate2 12s linear infinite;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-team-3-shape-2 {
        left: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-team-3-shape-2 {
        top: 75px;
        left: 100px;
    }
}

.it-team-3-shape-3 {
    position: absolute;
    top: 150px;
    right: 320px;
    animation: itswing 1s forwards infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-team-3-shape-3 {
        right: 100px;
    }
}

.it-team-3-style-2 .it-team-3-item:hover .it-team-3-content {
    background-color: var(--it-theme-4);
}

.it-team-3-style-2 .it-team-3-item:hover .it-team-3-social-box button {
    background-color: var(--it-common-yellow);
    color: var(--it-common-white);
}

.it-team-3-style-2 .it-team-3-item:hover .it-team-3-social-wrap > a {
    color: var(--it-common-yellow);
}

    .it-team-3-style-2 .it-team-3-item:hover .it-team-3-social-wrap > a:hover {
        color: var(--it-theme-4);
    }

.it-team-3-style-2 .it-team-3-content {
    background-color: var(--it-common-yellow);
    transition: 0.3s;
}

.it-team-3-style-2 .it-team-3-author-box span {
    color: var(--it-common-white);
}

.it-team-3-style-2 .it-team-3-social-box button {
    color: var(--it-common-white);
    background-color: var(--it-theme-4);
}

.it-team-3-style-2 .it-team-3-social-wrap > a {
    color: var(--it-common-yellow);
}

    .it-team-3-style-2 .it-team-3-social-wrap > a:hover {
        color: var(--it-theme-4);
    }

.it-team-3-style-3 .it-team-3-item:hover .it-team-3-content {
    background-color: var(--it-theme-1);
}

.it-team-3-style-3 .it-team-3-item:hover .it-team-3-social-box button {
    background-color: var(--it-common-yellow);
    color: var(--it-common-white);
}

.it-team-3-style-3 .it-team-3-item:hover .it-team-3-social-wrap > a {
    color: var(--it-common-yellow);
}

    .it-team-3-style-3 .it-team-3-item:hover .it-team-3-social-wrap > a:hover {
        color: var(--it-theme-1);
    }

.it-team-3-style-3 .it-team-3-social-box button {
    color: var(--it-common-white);
    background-color: var(--it-theme-1);
}

.it-teacher-details-wrap {
    background-color: #F3F5F5;
    padding: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-teacher-details-wrap {
        font-size: 14px;
        padding: 50px 20px;
    }
}

.it-teacher-details-left-thumb img {
    width: 100%;
    margin-bottom: 30px;
}

.it-teacher-details-left-social {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
}

    .it-teacher-details-left-social a {
        height: 45px;
        width: 45px;
        border-radius: 50%;
        line-height: 45px;
        text-align: center;
        display: inline-block;
        background-color: var(--it-common-white);
        margin: 0px 6px;
    }

.it-teacher-details-left-info {
    margin-bottom: 40px;
}

    .it-teacher-details-left-info ul li {
        list-style-type: none;
        position: relative;
        padding-left: 30px;
    }

        .it-teacher-details-left-info ul li a {
            color: #4D5756;
            font-size: 15px;
            font-weight: 400;
            line-height: 1;
        }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-teacher-details-left-info ul li a {
        font-size: 14px;
    }
}

.it-teacher-details-left-info ul li i {
    color: var(--it-theme-1);
    position: absolute;
    top: 8px;
    left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-teacher-details-left {
        margin-bottom: 50px;
    }
}

.it-teacher-details-right {
    background-color: var(--it-common-white);
    padding: 60px;
    margin-left: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-teacher-details-right {
        padding: 60px 15px;
        margin-left: 0;
    }
}

.it-teacher-details-right .it-progress-bar-wrap h4 {
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-teacher-details-right .it-progress-bar-wrap h4 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-teacher-details-right .it-progress-bar-item label {
        font-size: 14px;
    }
}

.it-teacher-details-right-title-box {
    margin-bottom: 40px;
}

    .it-teacher-details-right-title-box h4 {
        color: #0E2A46;
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .it-teacher-details-right-title-box h4 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .it-teacher-details-right-title-box h4 {
        font-size: 19px;
    }
}

.it-teacher-details-right-title-box span {
    color: #4D5756;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-teacher-details-right-title-box p {
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-teacher-details-right-content p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .it-teacher-details-right-content h4 {
        font-size: 20px;
    }
}

.it-teacher-details-right .it-progress-bar-wrap .it-progress-bar-item {
    padding: 5px 0;
}

.it-teacher-details-right .it-progress-bar-wrap .it-progress-bar .progress-bar span {
    top: -22px;
}

/*----------------------------------------*/
/*  14. faq css start
/*----------------------------------------*/
.it-faq-wrap {
    margin-right: -20px;
    transform: translateX(-40px);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-faq-wrap {
        margin-right: 0;
        transform: translateX(0px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-faq-wrap {
        margin-right: 0;
        margin-top: 5px;
        transform: translateX(0px);
    }
}

.it-faq-thumb img {
    border-radius: 5px;
    max-width: inherit;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-faq-thumb img {
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-faq-thumb img {
        width: 100%;
    }
}

.it-faq-shape-1 {
    position: absolute;
    bottom: 160px;
    left: 80px;
    animation: itswing 1s forwards infinite alternate;
}

.it-faq-shape-2 {
    position: absolute;
    top: 15px;
    right: 155px;
    animation: itswing 1s forwards infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-faq-shape-2 {
        top: -50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-faq-shape-2 {
        top: -80px;
    }
}

/*----------------------------------------*/
/*  05. career css start
/*----------------------------------------*/
.it-career-bg {
    background: linear-gradient(180deg, #F2F2F2 0%, rgba(242, 242, 242, 0) 100%);
}

.it-career-item {
    border-radius: 5px;
    padding: 40px 40px;
    background-color: #FFF2E7;
}

@media (max-width: 767px) {
    .it-career-item {
        padding: 40px 20px;
    }
}

.it-career-content {
    position: relative;
    z-index: 2;
}

    .it-career-content > span {
        font-size: 22px;
        font-weight: 600;
        line-height: 30px;
        text-transform: capitalize;
        color: #44233B;
        display: block;
        padding-bottom: 15px;
        font-family: 'Playfair Display';
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-career-content > span {
        font-size: 16px;
    }
}

.it-career-content p {
    color: #777789;
    font-family: 'Raleway';
    font-size: 16px;
    line-height: 30px;
    width: 60%;
    font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-career-content p {
        font-size: 19px;
    }
}

@media (max-width: 767px) {
    .it-career-content p br {
        display: none;
    }
}

.it-career-thumb {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-career-thumb {
        bottom: -8%;
        right: -15%;
    }
}

@media (max-width: 767px) {
    .it-career-thumb {
        /* display: none; */
    }
}

.it-career-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
}

.it-career-shape-2 {
    position: absolute;
    top: 0;
    right: 0;
}

.it-career-shape-3 {
    position: absolute;
    top: 105px;
    right: 170px;
    animation: rotate2 4s linear infinite;
}

.it-career-shape-4 {
    position: absolute;
    left: 430px;
    top: 195px;
    animation: itleftright 1s infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-career-shape-4 {
        left: 350px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-career-shape-4 {
        left: 320px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-career-shape-4 {
        left: 200px;
    }
}

.it-career-shape-5 {
    position: absolute;
    left: 200px;
    bottom: 18px;
    animation: rotate2 4s linear infinite;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-career-shape-5 {
        bottom: -40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-career-shape-5 {
        bottom: -50px;
    }
}

.it-career-shape-6 {
    position: absolute;
    top: 95px;
    left: 50px;
    animation: itupdown 0.8s infinite alternate;
}

@media (max-width: 767px) {
    .it-about-3-mv-item p {
        font-size: 14px;
    }
}

.it-career-style-3.it-career-bg {
    background: none;
}

.it-career-style-3 .it-career-item {
    background-color: var(--it-theme-2);
}

.it-career-style-3 .it-career-content > span {
    font-size: 45px;
    font-weight: 700;
    font-family: var(--it-ff-poppins);
}

@media (max-width: 767px) {
    .it-career-style-3 .it-career-content > span {
        font-size: 30px;
    }
}

.it-career-style-3 .it-career-content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    color: var(--it-common-white);
    max-width: 310px;
}

.it-progress-bar-item {
    padding: 30px 0px;
    overflow: hidden;
    padding-bottom: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-progress-bar-item {
        padding-top: 20px;
    }
}

.it-progress-bar-item label {
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 12px;
    display: inline-block;
    color: var(--it-common-black);
}

.it-progress-bar .progress {
    overflow: visible;
    border-radius: 10px;
    background: rgba(137, 186, 180, 0.3);
    height: 10px;
}

.it-progress-bar .progress-bar {
    background-color: var(--it-theme-2);
    border-radius: 30px;
    position: relative;
    overflow: visible;
    height: 100%;
    border-radius: 10px;
    top: 0;
}

    .it-progress-bar .progress-bar span {
        position: absolute;
        right: 0;
        top: -30px;
        transform: translateY(-50%);
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        color: var(--it-common-white);
        background-color: var(--it-theme-2);
        padding: 5px 7px;
    }

        .it-progress-bar .progress-bar span::after {
            position: absolute;
            bottom: -5px;
            left: 50%;
            height: 10px;
            width: 10px;
            background-color: var(--it-theme-2);
            content: "";
            transform: translateX(-50%) rotate(-45deg);
        }

.it-value-img-shape {
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    z-index: -1;
}

.it-value-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background-color: var(--it-common-white);
    color: var(--it-common-yellow);
}

.it-value-right-img img {
    width: 100%;
}

.it-value-right-wrap {
    margin-left: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-value-right-wrap {
        margin-left: 0;
    }
}

.it-value-shape-1 {
    position: absolute;
    bottom: 18%;
    left: 2%;
    animation: itupdown 0.8s infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-value-shape-1 {
        bottom: -7%;
        left: -1%;
    }
}

.it-value-shape-2 {
    position: absolute;
    top: -12%;
    right: -6%;
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-value-title-box p br {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-progress-bar-wrap {
        margin-bottom: 60px;
    }
}

/*----------------------------------------*/
/*  08. class css start
/*----------------------------------------*/
.it-class-item {
    border-radius: 10px;
}

    .it-class-item:hover .it-class-rate span {
        background-color: var(--it-theme-4);
    }

    .it-class-item:hover .it-class-meta-box {
        background-color: var(--it-theme-5);
    }

    .it-class-item:hover .it-class-thumb {
        border-radius: 10px 10px 0 0;
    }

        .it-class-item:hover .it-class-thumb img {
            transform: scale(1.1) rotate(-2deg);
        }

    .it-class-item.active .it-class-rate span {
        background-color: var(--it-theme-4);
    }

    .it-class-item.active .it-class-meta-box {
        background-color: var(--it-theme-5);
    }

.it-class-thumb {
    border-radius: 10px 10px 0 0;
}

    .it-class-thumb img {
        border-radius: 10px 10px 0 0;
        width: 100%;
        transition: 0.9s;
    }

.it-class-rate {
    position: absolute;
    top: 20px;
    right: 20px;
}

    .it-class-rate span {
        display: inline-block;
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 50%;
        color: #FFF;
        font-size: 21px;
        font-weight: 600;
        text-align: center;
        font-family: var(--it-ff-heading);
        background-color: var(--it-theme-5);
        transition: 0.3s;
    }

.it-class-title {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 5px;
    text-transform: uppercase;
    transition: 0.3s;
}

    .it-class-title:hover {
        color: var(--it-theme-4);
    }

.it-class-text {
    background-color: #F3F5F5;
    padding: 30px 50px;
}

    .it-class-text p {
        font-size: 17px;
        font-weight: 400;
        line-height: 32px;
        margin-bottom: 0;
    }

.it-class-meta i {
    font-size: 18px;
    display: block;
    color: var(--it-common-white);
}

.it-class-meta span {
    font-size: 12px;
    font-weight: 300;
    line-height: 30px;
    color: var(--it-common-white);
}

.it-class-meta-box {
    padding: 5px 62px;
    padding-top: 15px;
    background-color: var(--it-theme-4);
    border-radius: 0 0 10px 10px;
    transition: 0.3s;
}

.it-class-shape-1 {
    position: absolute;
    top: 150px;
    left: 265px;
    animation: itleftright 1s infinite alternate;
}

.it-class-shape-2 {
    position: absolute;
    left: 108px;
    bottom: 145px;
    animation: itupdown 0.8s infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-class-shape-2 {
        bottom: 30px;
    }
}

.it-class-shape-3 {
    position: absolute;
    right: 105px;
    bottom: 400px;
    animation: itleftright 1s infinite alternate;
}

/*----------------------------------------*/
/*  28. work css start
/*----------------------------------------*/
.it-work-bg {
    background-repeat: no-repeat;
    background-size: cover;
}

.it-work-item {
    border-radius: 30px;
    padding: 70px 40px;
    background-color: var(--it-common-white);
    border: 4px dashed var(--it-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-work-item {
        padding: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-work-item {
        padding: 30px;
    }
}

.it-work-item.active {
    background-color: var(--it-common-yellow);
    border-color: var(--it-common-yellow);
}

.it-work-icon span {
    height: 100px;
    width: 100px;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background-color: var(--it-common-black);
    margin-bottom: 30px;
}

.it-work-title-sm {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    font-family: var(--it-ff-poppins);
    margin-bottom: 20px;
}

.it-work-content p {
    color: #4D5756;
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
}

/*----------------------------------------*/
/*  04. blog css start
/*----------------------------------------*/
.it-blog-item-box {
    padding: 30px;
    padding-bottom: 40px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-blog-item-box {
        padding: 20px;
        padding-bottom: 40px;
    }
}

.it-blog-title {
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-blog-title {
        font-size: 17px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-blog-title {
        font-size: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-blog-title {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .it-blog-title {
        font-size: 16px;
    }
}

.it-blog-title a {
    transition: 0.3s;
}

    .it-blog-title a:hover {
        color: var(--it-theme-1);
    }

@media (max-width: 767px) {
    .it-blog-title-box {
        margin-bottom: 5px;
    }
}

.it-blog-thumb {
    padding-bottom: 25px;
    border-radius: 10px;
}

    .it-blog-thumb img {
        width: 100%;
        border-radius: 10px;
        transition: 0.9s;
    }

.it-blog-meta span {
    color: #4D5756;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

    .it-blog-meta span i {
        display: inline-block;
        color: var(--it-theme-1);
        margin-right: 5px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-blog-meta span {
        font-size: 13px;
    }
}

.it-blog-meta span:not(:last-child) {
    margin-right: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-blog-meta span:not(:last-child) {
        margin-right: 15px;
    }
}

.it-blog-shape-1 {
    position: absolute;
    top: 140px;
    right: 40%;
    animation: rotate2 4s linear infinite;
}

.it-blog-item:hover .it-blog-thumb img {
    transform: scale(1.1) rotate(-2deg);
}

.it-blog-style-2 .it-blog-meta span i {
    color: var(--it-common-yellow);
}

.it-blog-style-2 .it-blog-title:hover {
    color: var(--it-theme-4);
}

.it-blog-style-3 .it-blog-meta span i {
    color: var(--it-theme-4);
}

.it-blog-style-3 .it-blog-title {
    font-size: 26px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-blog-style-3 .it-blog-title {
        font-size: 23px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-blog-style-3 .it-blog-title {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-blog-style-3 .it-blog-title {
        font-size: 20px;
    }
}

.it-blog-style-3 .it-blog-title a:hover {
    color: var(--it-theme-4);
}

.it-blog-style-3 .it-blog-thumb {
    padding-bottom: 0;
}

    .it-blog-style-3 .it-blog-thumb img {
        border-radius: 5px 5px 0 0;
    }

.it-blog-style-3 .it-blog-content {
    padding: 25px 45px;
    padding-bottom: 45px;
    border-radius: 0 0 5px 5px;
    background-color: var(--it-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-blog-style-3 .it-blog-content {
        padding: 25px 25px;
        padding-bottom: 45px;
    }
}

.it-blog-style-3 .it-blog-item {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
}

.it-blog-style-4 .it-blog-meta span i {
    color: var(--it-theme-3);
}

.it-blog-style-4 .it-blog-title a:hover {
    color: var(--it-theme-3);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-blog-style-4 .it-blog-title {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-blog-style-4 .it-blog-title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-blog-style-4 .it-blog-content {
        padding: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .it-blog-style-4 .it-blog-content {
        padding: 20px;
        padding-bottom: 20px;
    }
}

.it-blog-style-5 .it-blog-title a:hover {
    color: var(--it-theme-4);
}

.it-blog-style-6 .it-blog-meta span i {
    color: var(--it-theme-5);
}

.it-blog-style-6 .it-blog-title a:hover {
    color: var(--it-theme-1);
}

.it-blog-style-6 .it-btn {
    background: var(--it-theme-1);
}

    .it-blog-style-6 .it-btn:hover {
        background-color: var(--it-theme-5);
    }

.it-blog-style-6 .it-blog-thumb {
    padding-bottom: 0;
}

    .it-blog-style-6 .it-blog-thumb img {
        border-radius: 5px 5px 0 0;
    }

.it-blog-style-6 .it-blog-content {
    padding: 25px 45px;
    padding-bottom: 45px;
    border-radius: 0 0 5px 5px;
    background-color: var(--it-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-blog-style-6 .it-blog-content {
        padding: 25px 25px;
        padding-bottom: 45px;
    }
}

.it-blog-style-6 .it-blog-item {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
}

.it-blog-color .it-blog-title a:hover {
    color: var(--it-theme-2);
}

.it-blog-color .it-blog-meta span i {
    color: var(--it-theme-2);
}

/*--- details css start here ----*/
.postbox__details-wrapper {
    padding-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .postbox__details-wrapper {
        padding-right: 0;
        margin-bottom: 70px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .postbox__details-tag a {
        font-size: 13px;
    }
}

.postbox__details-checkmark {
    padding-bottom: 40px;
}

    .postbox__details-checkmark ul li {
        list-style-type: none;
        position: relative;
        padding-left: 35px;
        margin-bottom: 20px;
        font-weight: 500;
        font-size: 17px;
        line-height: 1.2;
        color: #202124;
    }

@media (max-width: 767px) {
    .postbox__details-checkmark ul li {
        font-size: 14px;
    }
}

.postbox__details-checkmark ul li:last-child {
    margin-bottom: 0;
}

.postbox__details-checkmark ul li i {
    height: 20px;
    width: 20px;
    background-color: var(--it-common-black);
    color: var(--it-common-white);
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    transform: translateX(2px);
    position: absolute;
    top: -2px;
    left: 0;
}

.postbox__details-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    color: var(--it-common-black);
    padding-bottom: 10px;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .postbox__details-title {
        font-size: 33px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .postbox__details-title {
        font-size: 33px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .postbox__details-title {
        font-size: 32px;
    }

        .postbox__details-title br {
            display: none;
        }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .postbox__details-title {
        font-size: 25px;
    }

        .postbox__details-title br {
            display: none;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .postbox__details-title {
        font-size: 30px;
    }

        .postbox__details-title br {
            display: none;
        }
}

@media (max-width: 767px) {
    .postbox__details-title {
        font-size: 20px;
    }

        .postbox__details-title br {
            display: none;
        }
}

.postbox__details-title-box span {
    font-weight: 700;
    font-size: 14px;
    color: #888888;
    display: inline-block;
}

.postbox__details-title-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-right: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .postbox__details-title-box p {
        font-size: 15px;
    }

        .postbox__details-title-box p br {
            display: none;
        }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .postbox__details-title-box p {
        font-size: 15px;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .postbox__details-title-box p {
        font-size: 13px;
        padding-right: 0;
    }

        .postbox__details-title-box p br {
            display: none;
        }
}

.postbox__details-img-box {
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .postbox__details-img-box {
        flex-wrap: wrap;
    }
}

.postbox__details-img-box span img {
    border-radius: 20px;
    margin-bottom: 20px;
}

    .postbox__details-img-box span img.img-mr {
        margin-right: 20px;
    }

.postbox__details-img-caption {
    font-weight: 400;
    font-size: 13px;
    line-height: 10px;
    color: #87888A;
}

    .postbox__details-img-caption i {
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 10px;
        color: #5F6168;
    }

@media (max-width: 767px) {
    .postbox__comment-box {
        flex-wrap: wrap;
    }
}

.postbox__content-wrap .it-contact-wrap {
    padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .postbox__content-wrap .it-contact-wrap {
        margin-bottom: 60px;
    }
}

.postbox__content-wrap .it-contact__textarea-box textarea {
    padding-top: 10px;
    height: 150px;
}

.postbox__p-right {
    margin-right: 20px;
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .postbox__p-right {
        margin-right: 0px;
    }
}

.postbox__thumb img {
    border-radius: 5px;
}

.postbox__thumb .play-btn {
    position: absolute;
    top: calc(50% - 20px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    height: 90px;
    width: 90px;
    background-color: var(--it-common-white);
    text-align: center;
    line-height: 90px;
    color: var(--it-common-black);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@media (max-width: 767px) {
    .postbox__thumb .play-btn {
        height: 50px;
        width: 50px;
        line-height: 50px;
    }

        .postbox__thumb .play-btn i {
            padding-left: 4px;
        }
}

.postbox__thumb .play-btn:hover {
    background-color: var(--it-common-blue-4);
    color: var(--it-common-white);
}

.postbox__audio {
    height: 100%;
    width: 100%;
}

    .postbox__audio iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

.postbox__item-single:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.postbox__content p img {
    margin-bottom: 30px;
    max-width: 100%;
    border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .postbox__content p img {
        width: 100%;
    }
}

.postbox__content-single {
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.postbox__title {
    color: var(--it-common-black);
    line-height: 1.3;
    font-weight: 600;
    font-size: 36px;
    color: #202124;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .postbox__title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .postbox__title {
        font-size: 30px;
    }

        .postbox__title br {
            display: none;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .postbox__title {
        font-size: 30px;
    }

        .postbox__title br {
            display: none;
        }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .postbox__title {
        font-size: 22px;
    }

        .postbox__title br {
            display: none;
        }
}

@media (max-width: 767px) {
    .postbox__title {
        font-size: 22px;
    }

        .postbox__title br {
            display: none;
        }
}

.postbox__title a:hover {
    color: var(--it-theme-1);
}

.postbox__meta {
    margin-bottom: 20px;
}

    .postbox__meta a {
        font-weight: 400;
        font-size: 17px;
        line-height: 12px;
        color: #888888;
        display: inline-block;
    }

        .postbox__meta a:hover {
            color: var(--it-theme-1);
        }

.postbox__meta-2 {
    padding-bottom: 13px;
}

    .postbox__meta-2 a {
        font-weight: 400;
        font-size: 17px;
        line-height: 12px;
        color: #888888;
        display: inline-block;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .postbox__meta-2 a {
        font-size: 13px;
    }
}

.postbox__meta-2 a:hover {
    color: var(--it-theme-1);
}

.postbox__text img {
    max-width: 100%;
}

.postbox__text p {
    font-size: 17px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .postbox__text p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .postbox__text p {
        font-size: 14px;
    }
}

.postbox__text-single p {
    margin-bottom: 15px;
}

.postbox__slider button {
    position: absolute;
    left: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-size: 30px;
    color: var(--it-common-white);
}

    .postbox__slider button.slick-next {
        left: auto;
        right: 50px;
    }

@media (max-width: 767px) {
    .postbox__slider button.slick-next {
        right: 10px;
    }
}

@media (max-width: 767px) {
    .postbox__slider button {
        left: 10px;
    }
}

.postbox__comment ul li {
    margin-bottom: 45px;
    padding-bottom: 30px;
    list-style: none;
    padding: 25px;
    padding-right: 40px;
    border: 1px solid var(--it-theme-1);
}

@media (max-width: 767px) {
    .postbox__comment ul li {
        padding-right: 25px;
    }
}

.postbox__comment ul-title {
    font-size: 20px;
    font-weight: 500;
    color: var(--it-common-black);
    margin-bottom: 40px;
    margin-right: 20px;
}

.postbox__comment-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: var(--it-common-white);
    margin-bottom: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .postbox__comment-title {
        font-size: 22px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .postbox__comment-title {
        font-size: 20px;
    }
}

.postbox__comment-avater img {
    width: 154px;
    height: 154px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .postbox__comment-avater img {
        width: 65px;
        height: 65px;
    }
}

.postbox__comment-name {
    margin-bottom: 5px;
}

    .postbox__comment-name h5 {
        font-weight: 700;
        font-size: 22px;
        line-height: 20px;
        color: var(--it-common-black);
        margin-bottom: 20px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .postbox__comment-name h5 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .postbox__comment-name h5 {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .postbox__comment-text {
        margin-left: 0;
        margin-top: 15px;
    }
}

.postbox__comment-text p {
    font-size: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .postbox__comment-text p {
        font-size: 15px;
    }

        .postbox__comment-text p br {
            display: none;
        }
}

@media (max-width: 767px) {
    .postbox__comment-text p {
        font-size: 14px;
    }

        .postbox__comment-text p br {
            display: none;
        }
}

.postbox__comment-reply {
    margin-top: 10px;
    padding-bottom: 17px;
}

    .postbox__comment-reply span {
        margin-right: 40px;
        display: inline-block;
    }

@media (max-width: 767px) {
    .postbox__comment-reply span {
        font-size: 17px;
    }
}

.postbox__comment-reply a {
    display: inline-block;
    font-weight: 500;
    font-size: 17px;
    color: var(--it-common-black);
    transition: 0.3s;
}

@media (max-width: 767px) {
    .postbox__comment-reply a {
        font-size: 14px;
    }
}

.postbox__comment-reply a:hover {
    color: var(--it-theme-1);
}

.postbox__comment-agree {
    margin-bottom: 30px;
}

    .postbox__comment-agree .form-check-label {
        font-weight: 500;
        font-size: 14px;
        line-height: 1.3;
        color: #87888A;
    }

    .postbox__comment-agree .form-check-input:checked {
        background-color: var(--it-common-blue-4);
        border-color: transparent;
    }

    .postbox__comment-agree .form-check-input:focus {
        box-shadow: none;
    }

    .postbox__comment-agree .form-check-input.form-check-input[type=checkbox] {
        border-radius: 2px;
        margin-top: 4px;
    }

.postbox__comment-input {
    position: relative;
    margin-bottom: 20px;
}

    .postbox__comment-input span {
        font-weight: 600;
        color: var(--it-common-black);
        margin-bottom: 12px;
        display: block;
    }

    .postbox__comment-input input,
    .postbox__comment-input textarea {
        height: 55px;
        padding: 0 20px;
        width: 100%;
        font-size: 14px;
        outline: none;
        border: 1px solid #f7f7f7;
        box-shadow: 0px 16px 24px rgba(189, 196, 205, 0.13);
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -o-border-radius: 7px;
        -ms-border-radius: 7px;
        border-radius: 7px;
        color: var(--it-common-black);
    }

        .postbox__comment-input input::placeholder,
        .postbox__comment-input textarea::placeholder {
            color: rgba(116, 116, 116, 0.5);
        }

        .postbox__comment-input input:focus,
        .postbox__comment-input textarea:focus {
            border-color: var(--it-common-pink);
            color: var(--it-common-black);
        }

    .postbox__comment-input textarea {
        height: 175px;
        resize: none;
        padding-top: 20px;
        padding-bottom: 20px;
    }

.postbox__tag span {
    font-size: 20px;
    margin-bottom: 17px;
    color: var(--it-common-black);
    margin-right: 30px;
    font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .postbox__social {
        margin-top: 40px;
    }
}

.postbox__social span {
    font-size: 20px;
    color: var(--it-common-black);
    font-weight: 500;
}

.postbox__social a {
    font-size: 15px;
    padding-left: 30px;
}

    .postbox__social a .it-linkedin {
        color: #0E6BA1;
    }

    .postbox__social a .it-pinterest {
        color: #D70220;
    }

    .postbox__social a .it-facebook {
        color: #0E6BA1;
    }

    .postbox__social a .it-twitter {
        color: #36B6ED;
    }

@media (max-width: 767px) {
    .postbox__navigation-more {
        flex-wrap: wrap;
    }
}

.postbox__navigation-img {
    margin-right: 15px;
}

    .postbox__navigation-img img {
        border-radius: 12px;
    }

@media (max-width: 767px) {
    .postbox__navigation-left {
        margin-bottom: 30px;
    }
}

.postbox__navigation-content a:hover span {
    color: var(--it-common-blue-4);
}

.postbox__navigation-content span {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #5F6168;
    padding-bottom: 15px;
    display: inline-block;
    transition: 0.3s;
}

    .postbox__navigation-content span i {
        margin-right: 10px;
    }

.postbox__navigation-content h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    color: #202124;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .postbox__navigation-content h5 {
        font-size: 16px;
    }
}

.postbox__navigation-content h5:hover {
    color: var(--it-common-blue-4);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .postbox__navigation-content h5 {
        font-size: 15px;
    }
}

.postbox__navigation-right .postbox__navigation-img {
    margin-right: 0;
    margin-left: 15px;
}

.postbox__navigation-right .postbox__navigation-content span i {
    margin-right: 0;
    margin-left: 10px;
}

.postbox__item {
    padding-top: 10px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

    .postbox__item i {
        font-size: 48px;
        color: var(--it-theme-1);
        margin-bottom: 20px;
    }

    .postbox__item p {
        font-size: 20px;
        line-height: 35px;
        font-weight: 700;
        color: var(--it-common-black);
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .postbox__item p {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .postbox__details-tag {
        margin-bottom: 20px;
    }
}

.postbox__details-tag span {
    color: var(--it-common-black);
    font-weight: 700;
    display: inline-block;
    padding-right: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .postbox__details-tag span {
        font-size: 17px;
    }
}

.postbox__details-tag a {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background-color: #F2F2F2;
    color: var(--it-common-black);
    transition: 0.3s;
    margin-left: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .postbox__details-tag a {
        padding: 0 10px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .postbox__details-tag a {
        padding: 0 10px;
        font-size: 14px;
        margin-bottom: 10px;
    }
}

.postbox__details-tag a:hover {
    background-color: var(--it-theme-1);
    color: var(--it-common-white);
}

.postbox__details-share span {
    color: var(--it-common-black);
    font-weight: 700;
    display: inline-block;
    padding-right: 15px;
}

.postbox__details-share a {
    font-size: 16px;
    color: var(--it-common-black);
    display: inline-block;
    padding: 0 5px;
    transition: 0.3s;
    background-color: #F2F2F2;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

    .postbox__details-share a:not(:last-child) {
        margin-right: 8px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .postbox__details-share a {
        font-size: 14px;
    }
}

.postbox__details-share a:hover {
    color: var(--it-common-white);
    background-color: var(--it-theme-1);
}

.postbox__details-share-wrapper {
    padding-top: 20px;
    padding-bottom: 65px;
}

.postbox__comment-info {
    flex: 0 0 auto;
}

.postbox__meta span {
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .postbox__meta span {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .postbox__meta span {
        font-size: 13px;
    }
}

.postbox__meta span:not(:last-child) {
    margin-right: 28px;
}

.postbox__meta span i {
    position: absolute;
    top: 8px;
    left: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--it-theme-1);
}

.postbox__main-thumb img {
    width: 100%;
    border-radius: 22px;
}

.postbox__content-img img {
    width: 100%;
}

@media (max-width: 767px) {
    .postbox__content-img img {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .postbox__content-img {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .postbox__slider-arrow-wrap {
        display: none;
    }
}

.postbox__slider-arrow-wrap .postbox-arrow-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.24) -2px -1px 0px;
}

.postbox__slider-arrow-wrap .postbox-arrow-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    z-index: 9;
}

.postbox__slider-arrow-wrap button {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: var(--it-common-white);
    color: #f58734;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 2px 1px 0px;
    font-size: 16px;
    border-radius: 50%;
}

.rc__post {
    transition: 0.3s;
    padding-top: 30px;
    border-top: 1px solid #E2E1E1;
    line-height: normal;
}

    .rc__post:last-child {
        padding-bottom: 30px;
        border-bottom: 1px solid #E2E1E1;
    }

    .rc__post ul li:not(:last-child) {
        margin-bottom: 15px;
    }

.rc__post-thumb {
    flex: 0 0 auto;
    object-fit: cover;
}

.rc__post-title {
    font-weight: 600;
    font-size: 16px;
    margin-right: 30px;
    color: var(--it-common-black);
    line-height: 23px;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .rc__post-title {
        font-size: 14px;
        margin-right: 0;
    }
}

.rc__post-title a:hover {
    color: var(--it-theme-1);
}

.rc__meta {
    line-height: 0;
}

    .rc__meta span {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 500;
        line-height: normal;
        display: inline-block;
        margin-bottom: 5px;
    }

        .rc__meta span i {
            color: var(--it-theme-1);
            display: inline-block;
            margin-right: 5px;
        }

.sidebar__wrapper {
    padding-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .sidebar__wrapper {
        padding-left: 0;
    }
}

.sidebar__widget-content ul > li {
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    list-style-type: none;
    position: relative;
    margin-bottom: 10px;
    transition: 0.3s;
    border: 1px solid #E2E1E1;
}

    .sidebar__widget-content ul > li:hover {
        background-color: var(--it-theme-1);
    }

        .sidebar__widget-content ul > li:hover a {
            color: var(--it-common-white);
        }

        .sidebar__widget-content ul > li:hover::after {
            color: var(--it-common-white);
        }

    .sidebar__widget-content ul > li::after {
        content: "\f105";
        right: 30px;
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
        font-family: "Font Awesome 6 Pro";
        color: var(--it-common-black);
        font-size: 18px;
    }

    .sidebar__widget-content ul > li > a {
        font-weight: 500;
        font-size: 16px;
        color: var(--it-common-black);
        transition: 0.3s;
    }

.sidebar__widget-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 16px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: var(--it-common-black);
    display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .sidebar__widget-title {
        font-size: 20px;
    }

        .sidebar__widget-title br {
            display: none;
        }
}

.sidebar__widget.color-box {
    padding: 40px 35px;
    background-color: var(--it-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .sidebar__widget.color-box {
        padding: 40px 20px;
    }
}

.sidebar__widget:last-child-title {
    border-bottom: 0;
}

.sidebar__widget > ul > li {
    list-style: none;
    margin-bottom: 15px;
}

    .sidebar__widget > ul > li:last-child {
        margin-bottom: 0;
    }

    .sidebar__widget > ul > li a {
        font-weight: 500;
        font-size: 14px;
        line-height: 12px;
        color: #5F6168;
        display: flex;
        justify-content: space-between;
    }

        .sidebar__widget > ul > li a:hover {
            color: var(--it-theme-1);
        }

        .sidebar__widget > ul > li a i {
            font-size: 18px;
            transform: translateY(2px);
            margin-right: 10px;
        }

.sidebar__search {
    position: relative;
}

    .sidebar__search input {
        width: 100%;
        height: 60px;
        line-height: 60px;
        padding-left: 30px;
        text-transform: capitalize;
        background-color: #353535;
        border: none;
        padding-right: 60px;
        color: var(--it-common-white);
        outline: none;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar__search input {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .sidebar__search input {
        padding-right: 40px;
        padding-left: 15px;
        font-size: 14px;
    }
}

.sidebar__search input:focus {
    border-color: var(--it-theme-1);
}

.sidebar__search input::placeholder {
    color: #777777;
}

.sidebar__search button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    border-radius: 50%;
    display: inline-block;
    color: var(--it-common-white);
    font-size: 18px;
}

.sidebar__banner-content {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: var(--it-theme-1);
}

    .sidebar__banner-content h4 {
        padding: 15px 20px;
        font-size: 24px;
        color: var(--it-common-white);
        text-transform: uppercase;
        margin-bottom: 0;
    }

.tagcloud.space a {
    padding: 0px 15px;
}

.tagcloud a {
    color: #4D5756;
    background-color: #F2F2F2;
    display: inline-block;
    line-height: 1;
    padding: 0px 50px;
    height: 48px;
    line-height: 48px;
    margin-bottom: 15px;
    margin-right: 10px;
    transition: 0.3s;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tagcloud a {
        font-size: 13px;
        padding: 0px 36px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tagcloud a {
        font-size: 13px;
        padding: 0px 36px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tagcloud a {
        font-size: 13px;
        font-size: 13px;
        padding: 0px 36px;
    }
}

@media (max-width: 767px) {
    .tagcloud a {
        font-size: 13px;
        font-size: 13px;
        padding: 0px 36px;
    }
}

.tagcloud a:hover {
    background: var(--it-theme-1);
    color: var(--it-common-white);
}

.tagcloud span {
    font-weight: 600;
    font-size: 16px;
    line-height: 12px;
    color: #202124;
    margin-right: 8px;
}

.it-pagination ul li {
    padding-top: 30px;
    display: inline-block;
}

    .it-pagination ul li:not(:last-child) {
        margin-right: 10px;
    }

    .it-pagination ul li a,
    .it-pagination ul li span {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        transition: 0.3s;
        background: var(--it-theme-1);
        font-family: var(--it-ff-heading);
        color: var(--it-common-white);
        border-radius: 4px;
        box-shadow: 2px 3.464px 20px 0px rgba(4, 23, 26, 0.08);
    }

        .it-pagination ul li a.current i,
        .it-pagination ul li span.current i {
            display: inline-block;
            transform: translateY(2px);
        }

        .it-pagination ul li a:hover,
        .it-pagination ul li a.current {
            background-color: var(--it-theme-5);
        }

        .it-pagination ul li span:hover,
        .it-pagination ul li span.current {
            background-color: var(--it-theme-5);
        }

    .it-pagination ul li a {
        display: inline-block;
    }

        .it-pagination ul li a.color {
            background-color: var(--it-theme-5);
            color: var(--it-common-white);
            font-size: 18px;
        }

/*----------------------------------------*/
/*  15. feature css start
/*----------------------------------------*/
.it-feature-item {
    padding: 20px 20px 20px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-feature-item {
        padding: 40px 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-feature-item {
        padding: 30px 15px;
    }
}

.it-feature-item::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #FFF2E7;
    transition: 0.5s;
    border: 2px solid #ffd8ba;
    border-radius: 22px;
}

.it-feature-item:hover::after {
    background-color: rgb(255 242 231);
}

.it-feature-item:hover .it-feature-text p {
    color: #777789;
}

.it-feature-item:hover .it-feature-title {
    color: #44233B;
}

.it-feature-item:hover .it-feature-button .it-btn-border {
    background-color: var(--it-theme-6);
    color: var(--it-common-white);
}

.it-feature-icon {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    line-height: 90px;
    text-align: center;
    background-color: #FBEDD7;
}

    .it-feature-icon span {
        color: var(--it-common-yellow);
        font-size: 50px;
    }

.it-feature-text p {
    color: #777789;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    transition: 0.3s;
    text-align: left;
    font-family: 'Raleway';
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-feature-text p {
        font-size: 15px;
    }
}

.it-feature-title {
    color: #44233B;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    transition: 0.3s;
    text-align: left;
    line-height: 25px;
    font-family: 'Raleway';
}

.it-feature-3-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.it-feature-3-item {
    padding: 40px 30px;
    background-color: #FFF;
    filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.09));
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-feature-3-item {
        padding: 30px 20px;
    }
}

.it-feature-3-icon span {
    height: 90px;
    width: 90px;
    line-height: 106px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background-color: var(--it-theme-2);
    color: var(--it-common-white);
    margin-bottom: 35px;
    position: relative;
    font-size: 48px;
}

    .it-feature-3-icon span::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        border: 1px dashed var(--it-theme-2);
        transform: scale(1.2);
        border-radius: 50%;
    }

.it-feature-3-title {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--it-common-black);
    font-family: var(--it-ff-poppins);
    margin-bottom: 20px;
}

.it-feature-3-content p {
    color: #4D5756;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}

.it-feature-2-style .it-feature-item {
    padding: 30px 15px;
    padding-bottom: 30px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

    .it-feature-2-style .it-feature-item::after {
        background-color: var(--it-common-white);
    }

    .it-feature-2-style .it-feature-item:hover::after {
        background-color: #00AFEF;
    }

    .it-feature-2-style .it-feature-item:hover .it-feature-button .it-btn-border {
        background-color: var(--it-theme-6);
        color: var(--it-common-white);
    }

    .it-feature-2-style .it-feature-item:hover .it-feature-icon span {
        color: var(--it-common-white);
    }

.it-feature-2-style .it-feature-icon {
    height: auto;
    width: auto;
    background-color: transparent;
    line-height: 0;
}

    .it-feature-2-style .it-feature-icon span {
        display: inline-block;
        font-size: 60px;
        line-height: 0;
        color: var(--it-theme-4);
        transition: 0.3s;
    }

        .it-feature-2-style .it-feature-icon span i {
            line-height: 0;
        }

.it-feature-2-style .it-feature-text p {
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-feature-2-style .it-feature-text p {
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-feature-2-style .it-feature-text p {
        font-size: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-feature-2-style .it-feature-text p {
        font-size: 14px;
    }
}

.it-feature-3-style .it-feature-3-content p {
    transition: 0.5s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-feature-3-style .it-feature-3-content p {
        font-size: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-feature-3-style .it-feature-3-content p {
        font-size: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-feature-3-style .it-feature-3-content p {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .it-feature-3-style .it-feature-3-content p {
        font-size: 14px;
    }
}

.it-feature-3-style .it-feature-3-title {
    transition: 0.5s;
}

.it-feature-3-style .it-feature-3-icon span {
    background-color: var(--it-theme-1);
    transition: 0.5s;
}

    .it-feature-3-style .it-feature-3-icon span::after {
        border-color: var(--it-theme-1);
        transition: 0.5s;
    }

.it-feature-style-2 .it-feature-item:hover .it-feature-icon span {
    color: var(--it-common-white);
}

.it-feature-style-2 .it-feature-icon {
    background-color: transparent;
}

    .it-feature-style-2 .it-feature-icon span {
        color: var(--it-theme-1);
    }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-sv-details-top-content {
        margin-bottom: 60px;
    }
}

.it-sv-details-top-thumb {
    margin-right: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-sv-details-top-thumb {
        margin-right: 0;
    }
}

.it-sv-details-top-thumb img {
    max-width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-sv-details-top-thumb img {
        width: 100%;
        margin-bottom: 30px;
    }
}

.it-sv-details-title {
    color: var(--it-common-black);
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-sv-details-title {
        font-size: 38px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-sv-details-title {
        font-size: 34px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-sv-details-title {
        font-size: 26px;
    }
}

.it-sv-details-title-sm {
    color: #4D5756;
    font-size: 17px;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

    .it-sv-details-title-sm span {
        height: 20px;
        width: 20px;
        display: inline-block;
        text-align: center;
        line-height: 23px;
        border-radius: 20px;
        color: var(--it-common-white);
        font-size: 12px;
        background-color: var(--it-common-yellow);
        margin-right: 15px;
    }

.it-sv-details-content-box {
    background-color: #F2F2F2;
    padding: 40px;
}

    .it-sv-details-content-box p {
        color: #4D5756;
        font-size: 15px;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 0;
    }

.it-sv-details-middle-thumb a {
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background-color: var(--it-common-white);
    color: var(--it-common-black);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-sv-details-middle-thumb a {
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 12px;
    }
}

.it-sv-details-middle-thumb a::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    animation: borderanimate2 2s linear infinite;
    z-index: -1;
    border-radius: 50%;
}

.it-sv-details-sidebar {
    padding-left: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-sv-details-sidebar {
        padding-left: 0;
    }
}

.it-sv-details-sidebar-search {
    position: relative;
}

    .it-sv-details-sidebar-search input {
        width: 100%;
        height: 60px;
        line-height: 60px;
        padding-left: 30px;
        text-transform: capitalize;
        background-color: transparent;
        border: none;
        padding-right: 60px;
        color: var(--it-common-black);
        border: 1px solid #E2E1E1;
        border-radius: 5px;
        outline: none;
    }

    .it-sv-details-sidebar-search button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 30px;
        border-radius: 50%;
        display: inline-block;
        color: var(--it-common-black);
        font-size: 18px;
    }

.it-sv-details-sidebar-category {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #E2E1E1;
    border-radius: 5px;
    padding: 0px 30px;
    display: flex;
    justify-content: space-between;
    color: #4D5756;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: 0.3s;
}

    .it-sv-details-sidebar-category.active {
        background-color: var(--it-theme-1);
        border-color: var(--it-theme-1);
        color: var(--it-common-white);
    }

    .it-sv-details-sidebar-category:hover {
        background-color: var(--it-theme-1);
        border-color: var(--it-theme-1);
        color: var(--it-common-white);
    }

.it-sv-details-sidebar-title {
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-sv-details-sidebar-title {
        padding-left: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-sv-details-top-content p {
        font-size: 14px;
    }
}

/*----------------------------------------*/
/*  22. newsletter css start
/*----------------------------------------*/
.it-newsletter-height {
    height: 295px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .it-newsletter-height {
        height: 250px;
    }
}

@media (max-width: 767px) {
    .it-newsletter-height {
        height: 285px;
    }
}

@media (max-width: 767px) {
    .it-newsletter-left {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-newsletter-left .it-section-title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .it-newsletter-left .it-section-title {
        font-size: 25px;
        padding-bottom: 10px;
    }
}

.it-newsletter-left span {
    color: var(--it-common-white);
    font-size: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-newsletter-left span {
        font-size: 15px;
    }
}

.it-newsletter-right {
    margin-left: 83px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-newsletter-right {
        margin-left: 0;
    }
}

.it-newsletter-right input {
    border-radius: 10px;
    background-color: var(--it-common-white);
    border: none;
    padding: 0 25px;
    padding-right: 210px;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-newsletter-right input {
        height: 65px;
        line-height: 65px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-newsletter-right input {
        height: 65px;
        line-height: 65px;
        font-size: 14px;
        padding-right: 155px;
    }
}

.it-newsletter-right button {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-newsletter-right button {
        right: 5px;
    }
}

.it-newsletter-right button.it-btn {
    height: 58px;
    line-height: 58px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-newsletter-right button.it-btn {
        height: 55px;
        line-height: 55px;
        font-size: 12px;
        padding: 0 20px;
    }
}

.it-newsletter-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.it-newsletter-shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.it-newsletter-shape-3 {
    position: absolute;
    bottom: 15px;
    left: 150px;
    animation: rotate2 8s linear infinite;
}

.it-newsletter-shape-4 {
    position: absolute;
    top: 15px;
    right: 150px;
    animation: rotate2 8s linear infinite;
}

/*----------------------------------------*/
/*  12. error css start
/*----------------------------------------*/
.it-error-title {
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-error-title {
        font-size: 36px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-error-title {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .it-error-title {
        font-size: 31px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-error-content p {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-error-content p {
        padding-right: 150px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .it-error-content p {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-error-thumb {
        margin-bottom: 50px;
    }
}

/*----------------------------------------*/
/*  28. Gim css start
/*----------------------------------------*/
.gm-section-subtitle {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    color: #F58734;
    font-family: "Raleway", sans-serif;
}

.header-sticky.gm-header-bottom .it-header-2-plr {
    border-bottom: none;
}

.gm-header-top .it-header-2-top-left ul li a {
    color: var(--it-common-white);
}

    .gm-header-top .it-header-2-top-left ul li a span {
        color: var(--it-theme-6);
    }

.gm-header-top .it-header-2-top-social a {
    color: var(--it-common-white);
}

    .gm-header-top .it-header-2-top-social a:hover {
        color: var(--it-theme-6);
    }

.gm-header-top .it-header-3-top-right a span {
    color: var(--it-common-white);
}

    .gm-header-top .it-header-3-top-right a span.icon {
        color: var(--it-theme-6);
    }

    .gm-header-top .it-header-3-top-right a span.text:hover {
        color: var(--it-theme-6);
    }

.gm-header-bottom .it-header-2-main-menu ul > li > a {
    color: #000000;
}

.gm-header-bottom .it-header-2-button {
    margin: 0px 10px 0px 10px;
}

.gm-header-bottom .it-header-2-icon a {
    font-size: 18px;
    width: 40px;
    height: 41px;
    line-height: 40px;
    border-radius: 6px;
    display: inline-block;
    color: #f58734;
    background-color: #fff9f4;
    text-align: center;
    border: 1px solid #f58734;
}

.gm-header-bottom .it-header-2-main-menu ul li > .submenu {
    border: 2px solid var(--it-theme-6);
}

.gm-header-bottom.it-header-3-style .it-header-2-main-menu ul li.has-dropdown::after {
    color: var(--it-common-black);
}

.gm-header-bottom.it-header-3-style.header-sticky {
    background-color: var(--it-common-white);
}

.gm-header-bottom .it-header-2-main-menu ul li > .submenu > li > a::before {
    background-color: var(--it-theme-6);
}

.gm-header-bottom.it-header-3-style .it-header-2-main-menu ul li.active > a {
    color: var(--it-theme-6);
}

.gm-header-bottom.it-header-3-style .it-header-2-main-menu ul li.active.has-dropdown::after {
    color: var(--it-theme-6);
}

.gm-hero-area .it-hero-2-play span {
    font-weight: 500;
    text-decoration: none;
}

.gm-hero-area .it-hero-2-play a {
    color: var(--it-theme-6);
    background-color: var(--it-common-white);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

    .gm-hero-area .it-hero-2-play a::before {
        border: 1px solid rgba(253, 109, 75, 0.3);
    }

    .gm-hero-area .it-hero-2-play a::after {
        background-color: rgba(253, 109, 75, 0.3);
    }

.gm-hero-area .it-hero-3-shape-1 {
    position: absolute;
    top: 24%;
    left: 4%;
    z-index: 1;
    animation: itswing 1s forwards infinite alternate;
    transform-origin: bottom-right;
}

.gm-hero-area .it-hero-3-title {
    /* text-transform: capitalize; */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gm-hero-area .it-hero-3-title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gm-hero-area .it-hero-3-title {
        font-size: 60px;
    }
}

.gm-hero-area .it-hero-3-title-box p {
    color: var(--it-text-body);
}

.gm-hero-area .it-hero-3-thumb {
    left: 150px;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px), only screen and (min-width: 1400px) and (max-width: 1599px) {
    .gm-hero-area .it-hero-3-thumb {
        margin-left: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gm-hero-area .it-hero-3-thumb {
        left: 80px;
        top: 45px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gm-hero-area .it-hero-3-thumb {
        left: 40px;
        scale: 0.8;
        bottom: -72px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .gm-hero-area .it-hero-3-thumb {
        left: 0;
    }
}

@media (max-width: 767px) {
    .gm-hero-area .it-hero-3-thumb {
        left: 0;
    }
}

.gm-hero-area .it-hero-3-thumb img {
    margin-left: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .gm-hero-area .it-hero-3-thumb img {
        margin-left: -200px;
    }
}

@media (max-width: 767px) {
    .gm-hero-area .it-hero-3-thumb img {
        max-width: inherit;
    }
}

@media (max-width: 767px) {
    .gm-hero-area .it-hero-3-ptb {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gm-hero-area .it-hero-3-ptb {
        padding-bottom: 0;
    }
}

.gm-hero-thumb-shape {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: -1;
}

@media (max-width: 767px) {
    .gm-hero-thumb-shape {
        left: auto;
        right: auto;
    }
}

.gm-instructor-shape-1 {
    position: absolute;
    right: 6%;
    animation: itupdown 0.8s infinite alternate;
}

.gm-instructor-item {
    margin-bottom: 30px;
}

    .gm-instructor-item:hover .gm-instructor-content {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .gm-instructor-item:hover .gm-instructor-thumb::before {
        opacity: 1;
        visibility: visible;
    }

    .gm-instructor-item:hover .gm-instructor-thumb img {
        transform: scale(1.2);
    }

.gm-instructor-thumb img {
    width: 100%;
    transition: 1.5s;
}

.gm-instructor-thumb::before {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    content: "";
    background-image: linear-gradient(to top, #000, rgba(255, 255, 255, 0.068));
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    z-index: 1;
}

.gm-instructor-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    text-align: center;
    margin: auto;
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 2;
}

    .gm-instructor-content span {
        font-size: 14px;
        display: inline-block;
        color: var(--it-common-white);
        margin-bottom: 4px;
    }

.gm-instructor-title {
    font-size: 22px;
    color: var(--it-common-white);
    margin-bottom: 0;
}

    .gm-instructor-title:hover {
        color: var(--it-theme-6);
    }

.gm-instructor-social a {
    margin-right: 30px;
    color: var(--it-common-white);
    transition: 0.3s;
}

    .gm-instructor-social a:last-child {
        margin-right: 0;
    }

    .gm-instructor-social a:hover {
        color: var(--it-theme-6);
    }

.gm-testimonial-shape-1 {
    position: absolute;
    left: 7%;
    bottom: 15%;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .gm-testimonial-shape-1 {
        left: 1%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gm-testimonial-shape-1 {
        left: 2%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gm-testimonial-shape-1 {
        left: 1%;
    }
}

.gm-testimonial-shape-2 {
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .gm-testimonial-shape-2 {
        right: 1%;
    }
}

.gm-testimonial-avater img {
    width: 69px;
    height: 69px;
    border-radius: 50%;
    border: 2px solid var(--it-theme-6);
}

.gm-testimonial-avater-box p {
    font-size: 16px;
}

.gm-testimonial-avater-title {
    font-size: 18px;
}

.gm-testimonial-designation-title {
    font-size: 12px;
}

.gm-testimonial-designation-review span {
    font-size: 12px;
    color: var(--it-theme-6);
}

.gm-funfact-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

.gm-funfact-overlay::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background-color: var(--it-common-black);
    opacity: 0.8;
    z-index: -1;
}

.gm-funfact-shape-1 {
    position: absolute;
    top: 11%;
    left: 7%;
    animation: itupdown 0.8s infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .gm-funfact-shape-1 {
        left: 5px;
    }
}

.gm-funfact-shape-1 span {
    color: var(--it-theme-6);
}

.gm-funfact-shape-2 {
    position: absolute;
    top: 11%;
    right: 6%;
    animation: rotate2 6s linear infinite;
}

    .gm-funfact-shape-2 span {
        color: var(--it-theme-6);
    }

.gm-funfact-customer-shape {
    position: absolute;
    bottom: -26%;
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gm-funfact-customer-shape {
        bottom: -23%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .gm-funfact-customer-shape {
        bottom: -20%;
    }
}

.gm-funfact-customer-box {
    padding: 111px 77px;
    display: inline-block;
    border-radius: 50%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gm-funfact-customer-box {
        padding: 85px 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gm-funfact-customer-box {
        padding: 95px 70px;
    }
}

@media (max-width: 767px) {
    .gm-funfact-customer-box {
        padding: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gm-funfact-customer-box {
        padding: 100px 60px;
    }
}

.gm-funfact-customer-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
}

@media (max-width: 767px) {
    .gm-funfact-customer-box p {
        font-size: 12px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gm-funfact-customer-box p {
        font-size: 16px;
    }
}

.gm-funfact-customer-title {
    font-weight: 700;
    font-size: 21px;
    line-height: 1.6;
    text-align: center;
    color: var(--it-common-blackblack);
}

.gm-funfact-item {
    display: inline-block;
}

    .gm-funfact-item span {
        font-size: 22px;
        line-height: 1;
        color: var(--it-common-white);
    }

.gm-funfact-number {
    font-weight: 700;
    font-size: 72px;
    margin-bottom: 5px;
    color: var(--it-theme-6);
}

.gm-funfact-wrap {
    margin-left: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gm-funfact-wrap {
        margin-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .gm-funfact-wrap {
        margin-top: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gm-funfact-wrap {
        display: flex;
        align-items: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .gm-funfact-wrap {
        margin-top: 150px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gm-funfact-wrap .gm-funfact-item {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .gm-funfact-wrap .gm-funfact-item {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gm-funfact-wrap .gm-funfact-item {
        display: inline-block;
    }
}

.gm-funfact-wrap .gm-funfact-item:nth-child(2n) {
    margin-left: 220px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gm-funfact-wrap .gm-funfact-item:nth-child(2n) {
        margin-left: 180px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .gm-funfact-wrap .gm-funfact-item:nth-child(2n) {
        margin-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gm-funfact-wrap .gm-funfact-item:nth-child(2n) {
        margin-left: 220px;
    }
}

.gm-course-style .it-course-item {
    background-color: #F9F6EF;
}

.gm-course-style .it-course-price-box span i {
    color: var(--it-theme-6);
}

.gm-featured-style.it-feature-2-style .it-feature-icon span {
    color: var(--it-theme-6);
}

.gm-featured-style.it-feature-2-style .it-feature-item {
    border-radius: 5px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

    .gm-featured-style.it-feature-2-style .it-feature-item:hover::after {
        background-color: var(--it-theme-6);
    }

.gm-featured-icon-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.gm-brand-item {
    text-align: center;
}

.gm-brand-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: var(--it-common-black);
}

.gm-brand-title-box::before {
    position: absolute;
    width: 200px;
    height: 1px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: linear-gradient(90deg, #0b1651 0%, #0b1651 100%);
    transform: rotate(-180deg);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .gm-brand-title-box::before {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gm-brand-title-box::before {
        width: 120px;
    }
}

.gm-brand-title-box::after {
    position: absolute;
    width: 200px;
    height: 1px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: linear-gradient(90deg, #0b1651 0%, #0b1651 100%);
    transform: rotate(-180deg);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .gm-brand-title-box::after {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gm-brand-title-box::after {
        width: 120px;
    }
}

.gm-blog-style .it-blog-meta {
    position: absolute;
    top: 10px;
    left: 15px;
}

    .gm-blog-style .it-blog-meta span {
        padding: 6px 10px;
        font-size: 14px;
        color: var(--it-common-white);
        background-color: #03A84E;
        border-radius: 25px;
    }

.gm-blog-style .it-blog-subtitle {
    color: var(--it-theme-6);
}

.gm-blog-style .it-blog-title {
    font-size: 22px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gm-blog-style .it-blog-title {
        font-size: 21px;
    }
}

.gm-blog-style .it-blog-title:hover a {
    color: var(--it-theme-6);
}

.gm-blog-style .it-blog-item {
    padding: 10px;
    box-shadow: 0 0 25px 0 rgba(19, 32, 37, 0.1);
    border-radius: 5px;
}

.gm-blog-style .it-blog-content {
    padding: 25px 20px;
    background: none;
}

.gm-blog-style .it-btn-border {
    display: inline;
    font-size: 14px;
    border-radius: 5px;
    padding: 13px 20px;
    line-height: inherit;
}

    .gm-blog-style .it-btn-border:hover {
        color: var(--it-common-white);
        background-color: var(--it-theme-6);
    }

.gm-about-style .gm-about-shape-1 {
    position: absolute;
    top: -60px;
    left: -19%;
    z-index: -1;
    animation: itleftright 1s infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gm-about-style .gm-about-shape-1 {
        left: -32px;
    }
}

.gm-about-style .gm-about-shape-2 {
    position: absolute;
    bottom: -10%;
    left: -70px;
    animation: itleftright 1s infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .gm-about-style .gm-about-shape-2 {
        left: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gm-about-style .gm-about-shape-2 {
        left: -40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gm-about-style .gm-about-shape-2 {
        left: -45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gm-about-style .gm-about-shape-2 {
        bottom: -6%;
    }
}

@media (max-width: 767px) {
    .gm-about-style .gm-about-shape-2 {
        display: none;
        left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gm-about-style .gm-about-shape-2 {
        left: 0;
        display: block;
    }
}

.gm-about-style .gm-about-shape-3 {
    position: absolute;
    top: -3%;
    right: 6%;
    animation: itleftright 1s infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gm-about-style .gm-about-shape-3 {
        right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gm-about-style .gm-about-shape-3 {
        top: -30px;
        right: -15px;
    }
}

@media (max-width: 767px) {
    .gm-about-style .gm-about-shape-3 {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gm-about-style .gm-about-shape-3 {
        right: 0;
        display: block;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .gm-about-style .it-about-4-thumb-wrap {
        margin-right: 0;
    }
}

.gm-about-style .it-about-4-list-icon span {
    height: 68px;
    width: 68px;
    border-radius: 50%;
    color: var(--it-theme-6);
    background-color: var(--it-common-white);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
}

.gm-about-style .it-about-3-mv-item {
    margin-bottom: 0;
}

    .gm-about-style .it-about-3-mv-item p {
        margin-right: 88px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .gm-about-style .it-about-3-mv-item p {
        margin-right: 0;
    }
}

.gm-about-style .it-about-3-mv-title {
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gm-about-style .it-about-3-title-box .it-section-title-3 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gm-about-style .it-about-3-title-box .it-section-title-3 {
        font-size: 46px;
    }
}

@media (max-width: 767px) {
    .gm-about-style .it-about-3-title-box .it-section-title-3 {
        font-size: 23px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gm-about-style .it-about-3-title-box .it-section-title-3 {
        font-size: 37px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gm-about-style .it-about-3-title-box p {
        font-size: 16px;
    }
}

.gm-video-style .it-video-title {
    font-size: 45px;
    font-weight: 700;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gm-video-style .it-video-title {
        font-size: 43px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gm-video-style .it-video-title {
        font-size: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gm-video-style .it-video-title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .gm-video-style .it-video-title {
        font-size: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gm-video-style .it-video-title {
        font-size: 28px;
    }
}

.gm-video-style .it-video-content {
    margin-bottom: 0;
}

.gm-video-style .it-btn-white.orange-bg:hover {
    color: var(--it-common-white);
    background-color: var(--it-common-yellow);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gm-benifit-style .it-about-5-right {
        margin-bottom: 50px;
    }
}

.gm-benifit-style .it-about-5-list {
    margin-right: 100px;
    background-color: var(--it-common-black);
    border-radius: 5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .gm-benifit-style .it-about-5-list {
        margin-right: 0;
    }
}

.gm-benifit-style .it-about-5-list ul {
    padding: 20px 48px;
    background: none;
    line-height: 0;
    display: inline-block;
    padding-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .gm-benifit-style .it-about-5-list ul {
        padding: 20px 20px;
        padding-bottom: 0;
    }
}

.gm-benifit-style .it-about-5-list ul li {
    width: 50%;
    font-size: 16px;
    font-weight: 400;
    float: left;
    color: var(--it-common-white);
    margin-bottom: 10px;
}

    .gm-benifit-style .it-about-5-list ul li i {
        color: var(--it-common-white);
    }

.gm-benifit-thumb-box::before {
    position: absolute;
    width: 421px;
    height: 577px;
    left: 50px;
    top: -9px;
    content: "";
    background-color: var(--it-theme-6);
    border-radius: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gm-benifit-thumb-box::before {
        left: -3px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gm-benifit-thumb-box::before {
        left: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gm-benifit-thumb-box::before {
        left: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .gm-benifit-thumb-box::before {
        display: none;
    }
}

.gm-benifit-thumb img {
    border-radius: 10px;
    transition: 1.5s;
}

.gm-benifit-shape-1 {
    position: absolute;
    bottom: 20%;
    animation: itupdown 0.8s infinite alternate;
}

.gm-benifit-shape-2 {
    position: absolute;
    right: 5%;
    top: 0;
    animation: itupdown 0.8s infinite alternate;
}

.gm-footer-style .it-footer-top-text span {
    color: var(--it-theme-6);
}

.gm-footer-style.it-footer-style-5 .it-footer-social a:hover {
    color: var(--it-common-white);
    background-color: var(--it-theme-6);
}

.gm-copyright-style .it-copyright-text p a {
    color: var(--it-theme-6);
}

/*----------------------------------------*/
/*  21. mobile-menu css start
/*----------------------------------------*/
.it-header-2-main-menu nav ul li .has-home-img {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    padding: 30px 30px 10px 30px;
    background-color: var(--it-common-white);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: absolute;
}

    .it-header-2-main-menu nav ul li .has-home-img .home-img {
        padding: 0px 10px;
        position: relative;
        margin-bottom: 10px;
    }

    .it-header-2-main-menu nav ul li .has-home-img .home-img-title {
        font-size: 16px;
        margin-bottom: 0;
        font-weight: 600;
        display: inline-block;
        text-transform: capitalize;
        color: var(--it-common-black);
    }

        .it-header-2-main-menu nav ul li .has-home-img .home-img-title a {
            background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
            display: inline;
            background-size: 0% 1px, 0 1px;
            background-position: 100% 100%, 0 100%;
            background-repeat: no-repeat;
            transition: background-size 0.3s linear;
        }

        .it-header-2-main-menu nav ul li .has-home-img .home-img-title:hover a {
            background-size: 0% 1px, 100% 1px;
        }

.it-header-2-main-menu nav > ul > li.p-static {
    position: static;
}

.it-heder-menu-4__main-menu-box nav ul li .has-home-img {
    width: 810px;
    opacity: 0;
    visibility: hidden;
    padding: 30px 30px 10px 30px;
    background-color: var(--it-common-white);
    position: absolute;
    left: -25px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

    .it-heder-menu-4__main-menu-box nav ul li .has-home-img .home-img {
        padding: 0px 10px;
        position: relative;
        margin-bottom: 10px;
    }

    .it-heder-menu-4__main-menu-box nav ul li .has-home-img > .home-img-title {
        color: var(--it-theme-3);
    }

.home-img-btn {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.home-img-thumb {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

    .home-img-thumb:hover .home-img-btn {
        opacity: 1;
        visibility: visible;
        bottom: 50%;
        transform: translateY(50%);
    }

.it-menu-mobile .it-submenu {
    display: none;
}

.it-menu-mobile .it-menu-content {
    margin-bottom: 10px;
}

.it-menu-mobile .home-img {
    margin-bottom: 40px;
}

.it-menu-mobile ul {
    position: static;
    display: block;
    box-shadow: none;
}

    .it-menu-mobile ul li {
        list-style: none;
        position: relative;
        width: 100%;
        padding: 0;
    }

        .it-menu-mobile ul li:not(:last-child) > a {
            border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        }

        .it-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn {
            position: absolute;
            right: 0;
            top: 25%;
            -webkit-transform: translateY(-2px);
            -moz-transform: translateY(-2px);
            -ms-transform: translateY(-2px);
            -o-transform: translateY(-2px);
            transform: translateY(-2px);
            font-size: 18px;
            color: #7F8387;
            font-family: "Font Awesome 5 Pro";
            transition: all 0.3s ease-in-out;
            z-index: 1;
            width: 25px;
            height: 25px;
            line-height: 22px;
            text-align: center;
            border: 1px solid rgba(255, 255, 255, 0.12);
            transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
        }

            .it-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn i {
                transition: all 0.3s ease-in-out;
                margin-left: 2px;
            }

            .it-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn.dropdown-opened i {
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                transform: rotate(90deg);
            }

            .it-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover {
                background-color: #FF9800;
                border-color: #FF9800;
                color: var(--it-common-white);
            }

                .it-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover i {
                    color: var(--it-common-white);
                }

        .it-menu-mobile ul li.has-dropdown > a.expanded {
            color: #FF9800;
        }

            .it-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {
                background-color: #FF9800;
                border-color: #FF9800;
                color: var(--it-common-white);
            }

                .it-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened i {
                    color: var(--it-common-white);
                }

        .it-menu-mobile ul li.has-dropdown:hover > a::after {
            color: var(--it-theme-green);
        }

        .it-menu-mobile ul li:last-child a span {
            border-bottom: 0;
        }

        .it-menu-mobile ul li > a {
            display: block;
            font-size: 16px;
            color: #3c3c3c;
            position: relative;
            padding: 6px 0;
            padding-right: 20px;
            text-transform: capitalize;
        }

            .it-menu-mobile ul li > a svg {
                -webkit-transform: translateY(-2px);
                -moz-transform: translateY(-2px);
                -ms-transform: translateY(-2px);
                -o-transform: translateY(-2px);
                transform: translateY(-2px);
            }

            .it-menu-mobile ul li > a > i {
                display: inline-block;
                width: 11%;
                margin-right: 13px;
                -webkit-transform: translateY(4px);
                -moz-transform: translateY(4px);
                -ms-transform: translateY(4px);
                -o-transform: translateY(4px);
                transform: translateY(4px);
                font-size: 21px;
                line-height: 1;
            }

            .it-menu-mobile ul li > a .menu-text {
                font-size: 16px;
                line-height: 11px;
                border-bottom: 1px solid #EAEBED;
                width: 82%;
                display: inline-block;
                padding: 19px 0 17px;
            }

        .it-menu-mobile ul li img {
            /* width: 100%; */
        }

        .it-menu-mobile ul li ul {
            padding: 0;
        }

            .it-menu-mobile ul li ul li {
                padding: 0;
            }

                .it-menu-mobile ul li ul li a {
                    margin-left: auto;
                    width: 100%;
                    padding: 10px 5%;
                    text-shadow: none !important;
                    visibility: visible;
                    padding-left: 0;
                    padding-right: 20px;
                    display: flex;
                    align-items: center;
                    gap: 15px;
                }

                .it-menu-mobile ul li ul li li a {
                    width: 88%;
                    padding: 10px 7%;
                    padding-left: 0;
                    padding-right: 20px;
                }

                .it-menu-mobile ul li ul li li li a {
                    width: 83%;
                    padding: 10px 9%;
                    padding-left: 0;
                    padding-right: 20px;
                }

                .it-menu-mobile ul li ul li li li li a {
                    width: 68%;
                    padding: 10px 11%;
                    padding-left: 0;
                    padding-right: 20px;
                }

        .it-menu-mobile ul li:hover > a {
            color: #FF9800;
        }

            .it-menu-mobile ul li:hover > a::after {
                color: var(--it-theme-1);
            }

            .it-menu-mobile ul li:hover > a .dropdown-toggle-btn i {
                color: var(--it-theme-1);
            }

        .it-menu-mobile ul li:hover .mega-menu {
            visibility: visible;
            opacity: 1;
            top: 0;
        }

        .it-menu-mobile ul li .mega-menu,
        .it-menu-mobile ul li .submenu {
            position: static;
            min-width: 100%;
            padding: 0;
            box-shadow: none;
            visibility: visible;
            opacity: 1;
            display: none;
        }

            .it-menu-mobile ul li .mega-menu li,
            .it-menu-mobile ul li .submenu li {
                float: none;
                display: block;
                width: 100%;
                padding: 0;
            }

                .it-menu-mobile ul li .mega-menu li:hover a .dropdown-toggle-btn,
                .it-menu-mobile ul li .submenu li:hover a .dropdown-toggle-btn {
                    color: var(--it-theme-1);
                }

.it-menu-mobile .it-menu-content ul li:not(:last-child) .home-img-title a {
    border-bottom: none;
}

.it-menu-mobile * ul,
.it-menu-mobile * li {
    transition: none !important;
}

.it-header-2-main-menu ul li > .submenu.has-megamenu {
    left: -209px;
    width: 880px;
    padding-left: 20px;
    top: 65px;
    border-radius: 30px;
}

.gm-header-bottom .it-header-2-main-menu ul li > .submenu::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 28%;
    transform: translateX(50%);
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent white transparent;
    z-index: 1;
}

.gm-header-bottom .it-header-2-main-menu ul li > .submenu:after {
    content: '';
    position: absolute;
    top: -12px;
    left: 241px;
    transform: translateX(50%);
    border-width: 0px 12px 11px 12px;
    border-style: solid;
    border-color: transparent transparent #f58734 transparent;
}

.it-header-2-main-menu ul li > .submenu.has-megamenu li {
    width: 30.33%;
    float: left;
    padding: 10px 20px 10px 10px;
    margin: 5px 10px;
    border: 2px solid #eaeaea;
    border-radius: 20px;
}

.it-header-2-main-menu ul li.active > a {
    color: var(--it-theme-1);
}

.it-header-2-main-menu ul li.active.has-dropdown::after {
    color: var(--it-theme-1);
}

.it-header-2-style .it-header-2-main-menu ul li.active > a {
    color: var(--it-theme-4);
}

.it-header-2-style .it-header-2-main-menu ul li.active.has-dropdown::after {
    color: var(--it-theme-4);
}

.it-header-3-style .it-header-2-main-menu ul li.active > a {
    color: var(--it-common-yellow);
}

.it-header-3-style .it-header-2-main-menu ul li.active.has-dropdown::after {
    color: var(--it-common-yellow);
}

.it-header-5-style .it-header-2-main-menu ul li.active > a {
    color: var(--it-common-yellow);
}

.it-header-5-style .it-header-2-main-menu ul li.active.has-dropdown::after {
    color: var(--it-common-yellow);
}

/*----------------------------------------*/
/*  16. footer css start
/*----------------------------------------*/
.it-footer-bg {
    background-repeat: no-repeat;
    background-size: cover;
}

.it-footer-text p {
    color: #53535d;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-top: 14px;
    margin-bottom: 5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-footer-text p {
        font-size: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-footer-text p {
        font-size: 15px;
    }

        .it-footer-text p br {
            display: none;
        }
}

.it-footer-social a {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: inline-block;
    background-color: #f58734;
    line-height: 45px;
    text-align: center;
    color: var(--it-common-white);
    transition: 0.3s;
}

    .it-footer-social a:not(:last-child) {
        margin-right: 7px;
    }

    .it-footer-social a:hover {
        background-color: var(--it-theme-1);
        color: var(--it-common-white);
    }

.it-footer-title {
    font-size: 22px;
    font-weight: 700;
    padding-top: 10px;
    text-transform: capitalize;
    color: var(--it-common-white);
    margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-footer-title {
        font-size: 20px;
    }
}

.it-footer-list ul li {
    list-style-type: none;
    position: relative;
    padding-left: 0px;
    font-family: 'Raleway';
    font-weight: 600 !important;
}

    .it-footer-list ul li:not(:last-child) {
        margin-bottom: 8px;
    }

    .it-footer-list ul li a {
        color: #555558;
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;
        display: inline-block;
        display: inline;
        background-size: 0% 1px, 0 1px;
        background-position: 100% 100%, 0 100%;
        background-repeat: no-repeat;
        transition: background-size 0.3s linear;
        background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-footer-list ul li a {
        font-size: 15px;
    }
}

.it-footer-list ul li a:hover {
    background-size: 0% 1px, 100% 1px;
}

.it-footer-list ul li a i {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -25px;
    transform: scaleX(-1);
}

.it-footer-thumb img {
    border-radius: 5px;
}

.it-footer-top-icon span {
    font-size: 25px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 70px;
    margin-right: 30px;
    border: 1px solid rgba(244, 244, 244, 0.5);
    background-color: rgba(255, 255, 255, 0.05);
    color: var(--it-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-footer-top-icon span {
        font-size: 20px;
        height: 50px;
        width: 50px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-footer-top-icon span {
        font-size: 20px;
        height: 50px;
        width: 50px;
        line-height: 50px;
        margin-right: 15px;
    }
}

.it-footer-top-icon span .phone {
    transform: rotate(89deg);
}

.it-footer-top-text span {
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin-bottom: 7px;
    color: var(--it-theme-4);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-footer-top-text span {
        font-size: 12px;
    }
}

.it-footer-top-text a {
    color: var(--it-common-white);
    font-family: var(--it-ff-heading);
    font-size: 26px;
    font-weight: 700;
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s linear;
}

    .it-footer-top-text a:hover {
        background-size: 0% 1px, 100% 1px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-footer-top-text a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-footer-top-text a {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-footer-top-text a {
        font-size: 13px;
    }
}

.it-footer-top-info {
    position: relative;
    padding: 60px 0;
}

@media (max-width: 767px) {
    .it-footer-top-info {
        padding: 15px 0;
    }
}

.it-footer-top-info::after {
    position: absolute;
    content: "";
    top: 0;
    right: -24px;
    width: 1px;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-footer-top-info::after {
        display: none;
    }
}

.it-footer-top-info.border-none::after {
    display: none;
}

.it-footer-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.it-footer-top-col-2 {
    padding-left: 75px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-footer-top-col-2 {
        padding-left: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-footer-top-col-2 {
        padding-left: 0;
    }
}

.it-footer-top-col-2.it-footer-top-info::after {
    right: -55px;
}

.it-copyright-height {
    background-color: #222;
    padding: 19px 0;
}

.it-copyright-text p {
    color: #686868;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    font-family: 'Raleway';
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .it-copyright-text p {
        font-size: 14px;
    }
}

.it-copyright-text p a {
    font-weight: 600;
    color: #727574;
}

    .it-copyright-text p a.blue {
        color: var(--it-theme-4);
    }

.it-copyright-right a {
    color: var(--it-common-white);
    font-size: 17px;
    font-weight: 400;
    transition: 0.3s;
}

    .it-copyright-right a:not(:last-child) {
        margin-right: 30px;
    }

    .it-copyright-right a:hover {
        color: var(--it-theme-4);
    }

.footer-col-2 {
    padding-left: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .footer-col-2 {
        padding-left: 0;
    }
}

.footer-col-3 {
    margin-left: -15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .footer-col-3 {
        margin-left: 0;
    }
}

.footer-col-4 {
    margin-left: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .footer-col-4 {
        margin-left: 0;
    }
}

.footer-col-6 {
    margin-left: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .footer-col-6 {
        margin-left: 0;
        margin-right: 20px;
    }
}

.footer-col-7 {
    transform: translateX(25px);
}

@media (max-width: 767px) {
    .footer-col-7 {
        transform: translateX(0px);
    }
}

.footer-col-8 {
    padding-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .footer-col-8 {
        padding-left: 0;
    }
}

.it-footer-style-5 .it-footer-social a:hover {
    background-color: var(--it-theme-4);
    color: var(--it-common-white);
}

/*----------------------------------------*/
/* 07. cart css start
/*----------------------------------------*/
.table-content .table > :not(:first-child) {
    border-top: 0;
}

.table-content table {
    background: #ffffff;
    border-color: #eaedff;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}

.table-content .table > :not(:last-child) > :last-child > * {
    border-bottom-color: #eaedff;
}

.table-content .product-quantity {
    float: none;
}

.table-content table td.product-name {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

    .table-content table td.product-name a:hover {
        color: var(--it-theme-1);
    }

.table-content table td {
    border-top: medium none;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 16px;
}

.table-content table th,
.table-content table td {
    border-bottom: 1px solid #eaedff;
    border-right: 1px solid #eaedff;
}

.product-quantity > input {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #dcdcdc;
    height: 22px;
    line-height: 22px;
    padding: 0;
}

.table td,
.table th {
    border-top: 1px solid #eaedff;
}

.product-quantity > input {
    width: 80px;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-quantity > input {
        width: inherit;
    }
}

.table-content table td.product-subtotal {
    font-size: 16px;
}

.table-content table td .cart-plus-minus {
    float: none;
    margin: 0 auto;
}

.coupon-all {
    margin-top: 50px;
}

.coupon {
    float: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .coupon .it-btn-red {
        padding: 0 35px;
    }
}

@media (max-width: 767px) {
    .coupon {
        float: none;
    }
}

#coupon_code {
    height: 58px;
    border: 2px solid #eaedff;
    padding: 0 30px;
    margin-right: 10px;
    width: auto;
}

@media (max-width: 767px) {
    #coupon_code {
        margin-bottom: 15px;
    }
}

.coupon2 {
    float: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .coupon2 .it-btn {
        padding: 0 35px;
    }
}

@media (max-width: 767px) {
    .coupon2 {
        float: none;
        margin-top: 15px;
    }
}

.cart-page-total {
    padding-top: 50px;
}

    .cart-page-total > h2 {
        font-size: 25px;
        margin-bottom: 20px;
        text-transform: capitalize;
    }

    .cart-page-total > ul {
        border: 1px solid #eaedff;
    }

        .cart-page-total > ul > li {
            list-style: none;
            font-size: 15px;
            color: #6f7172;
            padding: 10px 30px;
            border-bottom: 1px solid #eaedff;
            font-weight: 400;
        }

    .cart-page-total ul > li > span {
        float: right;
    }

    .cart-page-total li:last-child {
        border-bottom: 0;
    }

td.product-thumbnail img {
    width: 60px;
}

.cart-plus,
.cart-minus {
    width: 20px;
    height: 20px;
    border: 1px solid #e7e7e7;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
}

.order-notes textarea::-moz-placeholder {
    color: #6f7172;
    opacity: 1;
}

.order-notes textarea::placeholder {
    color: #6f7172;
    opacity: 1;
}

#ship-box-info {
    display: none;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default > .panel-heading {
    border-radius: 0;
}

.your-order {
    padding: 30px 40px 45px;
    border: 3px solid #f7f7f7;
}

@media (max-width: 767px) {
    .your-order {
        padding: 15px;
    }
}

.your-order h3 {
    border-bottom: 1px solid #eaedff;
    font-size: 30px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%;
}

.your-order-table table {
    background: none;
    border: 0;
    width: 100%;
}

    .your-order-table table th,
    .your-order-table table td {
        border-bottom: 1px solid #eaedff;
        border-right: medium none;
        color: #6f7172;
        font-size: 14px;
        padding: 15px 0;
        text-align: left;
    }

@media (max-width: 767px) {

    .your-order-table table th,
    .your-order-table table td {
        font-size: 13px;
    }
}

@media (max-width: 767px) {

    .your-order-table table th,
    .your-order-table table td {
        padding-right: 10px;
    }
}

.your-order-table table th {
    border-top: medium none;
    color: #6f7172;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px;
}

.panel-body > p {
    color: #222;
}

.your-order-table table .shipping ul li {
    list-style: none;
}

    .your-order-table table .shipping ul li input {
        position: relative;
        top: 2px;
    }

    .your-order-table table .shipping ul li label {
        color: #6f7172;
    }

.your-order-table table .shipping th {
    vertical-align: top;
}

.your-order-table table .order-total th {
    border-bottom: 0;
    font-size: 14px;
}

.your-order-table table .order-total td {
    border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
    background: #F9F9F9;
}

.your-order-table table tr.order-total td span {
    color: var(--it-common-black);
    font-size: 18px;
    font-weight: 500;
}

.payment-method {
    margin-top: 40px;
}

    .payment-method .accordion-item:last-of-type {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .payment-method .accordion-item {
        background-color: #fff;
        border: 0;
        border-bottom: 1px solid #e7e7e7;
    }

    .payment-method .accordion-button {
        font-size: 16px;
        font-weight: 500;
        color: var(--it-common-black);
        padding: 23px 0;
        border: none;
    }

        .payment-method .accordion-button:focus {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            -ms-box-shadow: none;
            -o-box-shadow: none;
            box-shadow: none;
        }

        .payment-method .accordion-button::after {
            position: absolute;
            content: "\f067";
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 16px;
            font-weight: 400;
            margin-left: 0;
            background-image: none;
            color: var(--it-common-black);
            font-family: "Font awesome 5 pro";
        }

        .payment-method .accordion-button:not(.collapsed) {
            color: var(--it-common-black);
            background-color: var(--it-common-white);
            box-shadow: none;
        }

            .payment-method .accordion-button:not(.collapsed)::after {
                content: "\f068";
                font-family: "Font awesome 5 pro";
            }

    .payment-method .accordion-body {
        padding: 8px 0;
        padding-bottom: 40px;
    }

    .payment-method .accordion-collapse {
        border: none;
    }

.panel-title > a {
    display: block;
}

.order-button-payment input {
    background: #232323 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    margin: 0px 0 0;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
}

    .order-button-payment input:hover {
        background: #3e976c none repeat scroll 0 0;
    }

.payment-method .card {
    background-color: #ffffff;
    border: 1px solid #eaedff;
    border-radius: 0;
    margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
    border: 1px solid #eaedff;
}

.card-header:first-child {
    border-radius: 0;
}

.payment-method .card-header {
    background-color: #ffffff;
    border-bottom: 1px solid #eaedff;
}

.order-button-payment button {
    width: 100%;
}

/*----------------------------------------*/
/*  06. checkout css start
/*----------------------------------------*/
/* 17. Checkout */
.coupon-accordion h3 {
    background-color: #f7f7f7;
    border-top: 3px solid var(--it-theme-1);
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 25px;
    padding: 1em 2em 1em 3.5em;
    position: relative;
    width: auto;
}

    .coupon-accordion h3::before {
        content: "\f07b";
        left: 15px;
        top: 13px;
        position: absolute;
        color: var(--it-theme-1);
        font-family: "Font Awesome 5 Pro";
        font-weight: 700;
    }

.coupon-accordion span {
    color: #6f7172;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 500;
}

    .coupon-accordion span:hover,
    p.lost-password a:hover {
        color: var(--it-common-black);
    }

.coupon-content {
    border: 1px solid #eaedff;
    display: none;
    margin-bottom: 20px;
    padding: 30px;
}

.coupon-info p.coupon-text {
    margin-bottom: 15px;
}

.coupon-info p {
    margin-bottom: 0;
}

    .coupon-info p.form-row-first label,
    .coupon-info p.form-row-last label {
        display: block;
        color: #6f7172;
    }

        .coupon-info p.form-row-first label span.required,
        .coupon-info p.form-row-last label span.required {
            color: var(--it-theme-1);
            font-weight: 700;
        }

    .coupon-info p.form-row-first input,
    .coupon-info p.form-row-last input {
        border: 1px solid #eaedff;
        height: 45px;
        margin: 0 0 14px;
        max-width: 100%;
        padding: 0 0 0 10px;
        width: 100%;
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }

        .coupon-info p.form-row-first input:focus,
        .coupon-info p.form-row-last input:focus {
            border-color: var(--it-common-black);
        }

    .coupon-info p.form-row input[type=submit]:hover,
    p.checkout-coupon input[type=submit]:hover {
        background: #3e976c none repeat scroll 0 0;
    }

    .coupon-info p.form-row input[type=checkbox] {
        position: relative;
        top: 2px;
    }

.form-row > label {
    margin-top: 15px;
    margin-left: 15px;
    color: #6f7172;
}

.buttons-cart input,
.coupon input[type=submit],
.buttons-cart a,
.coupon-info p.form-row input[type=submit] {
    background: #252525 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

p.lost-password {
    margin-top: 15px;
}

    p.lost-password a {
        color: #6f6f6f;
    }

p.checkout-coupon input[type=text] {
    height: 45px;
    padding: 0 15px;
    width: 100%;
    border: 1px solid #eaedff;
    margin-bottom: 15px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

    p.checkout-coupon input[type=text]:focus {
        border-color: var(--it-common-black);
    }

.coupon-checkout-content {
    display: none;
}

.checkbox-form h3 {
    border-bottom: 1px solid #eaedff;
    font-size: 26px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%;
}

.country-select {
    margin-bottom: 30px;
    position: relative;
}

    .country-select select {
        width: 100%;
        background-color: transparent;
        border: 1px solid #eaedff;
        padding: 0 10px;
        height: 50px;
    }

    .country-select label,
    .checkout-form-list label {
        color: #6f7172;
        display: block;
        margin: 0 0 5px;
    }

        .country-select label span.required,
        .checkout-form-list label span.required {
            color: var(--it-theme-1);
        }

    .country-select .nice-select {
        border: 1px solid #eaedff;
        height: 45px;
        padding: 5px 49px;
        width: 100%;
        color: #6f7172;
        /* margin-bottom: 20px; */
    }

        .country-select .nice-select .list {
            width: 100%;
        }

.checkout-form-list {
    margin-bottom: 30px;
}

    .checkout-form-list label {
        color: #6f7172;
    }

    .checkout-form-list input[type=text],
    .checkout-form-list input[type=password],
    .checkout-form-list input[type=email] {
        background: #ffffff;
        border: 1px solid #eaedff;
        border-radius: 0;
        height: 45px;
        padding: 0 0 0 10px;
        width: 100%;
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }

        .checkout-form-list input[type=text]:focus,
        .checkout-form-list input[type=password]:focus,
        .checkout-form-list input[type=email]:focus {
            border-color: var(--it-common-black);
        }

        .checkout-form-list input[type=text]::-moz-placeholder,
        .checkout-form-list input[type=password]::-moz-placeholder,
        .checkout-form-list input[type=email]::-moz-placeholder {
            color: #6f7172;
            opacity: 1;
        }

        .checkout-form-list input[type=text]::placeholder,
        .checkout-form-list input[type=password]::placeholder,
        .checkout-form-list input[type=email]::placeholder {
            color: #6f7172;
            opacity: 1;
        }

input[type=checkbox] {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -1px;
    height: 15px;
    width: 15px;
}

input[type=radio] {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -1px;
    height: 15px;
    width: 15px;
}

.create-acc label {
    color: #6f7172;
    display: inline-block;
}

.create-account {
    display: none;
}

.ship-different-title h3 label {
    display: inline-block;
    margin-right: 20px;
    color: var(--it-common-black);
}

.order-notes textarea {
    border: 1px solid #eaedff;
    height: 120px;
    padding: 15px;
    width: 100%;
    outline: 0;
    resize: none;
}

    .order-notes textarea:focus {
        border-color: var(--it-common-black);
    }

    .order-notes textarea::-moz-placeholder {
        color: #6f7172;
        opacity: 1;
    }

    .order-notes textarea::placeholder {
        color: #6f7172;
        opacity: 1;
    }

#ship-box-info {
    display: none;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default > .panel-heading {
    border-radius: 0;
}

.your-order {
    padding: 30px 40px 45px;
    border: 3px solid #f7f7f7;
}

@media (max-width: 767px) {
    .your-order {
        padding: 15px;
    }
}

.your-order h3 {
    border-bottom: 1px solid #eaedff;
    font-size: 30px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%;
}

.your-order-table table {
    background: none;
    border: 0;
    width: 100%;
}

    .your-order-table table th,
    .your-order-table table td {
        border-bottom: 1px solid #eaedff;
        border-right: medium none;
        color: #6f7172;
        font-size: 14px;
        padding: 15px 0;
        text-align: left;
    }

@media (max-width: 767px) {

    .your-order-table table th,
    .your-order-table table td {
        font-size: 13px;
    }
}

@media (max-width: 767px) {

    .your-order-table table th,
    .your-order-table table td {
        padding-right: 10px;
    }
}

.your-order-table table th {
    border-top: medium none;
    color: #6f7172;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px;
}

.panel-body > p {
    color: #222;
}

.your-order-table table .shipping ul li {
    list-style: none;
}

    .your-order-table table .shipping ul li input {
        position: relative;
        top: 2px;
    }

    .your-order-table table .shipping ul li label {
        color: #6f7172;
    }

.your-order-table table .shipping th {
    vertical-align: top;
}

.your-order-table table .order-total th {
    border-bottom: 0;
    font-size: 14px;
}

.your-order-table table .order-total td {
    border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
    background: #F9F9F9;
}

.your-order-table table tr.order-total td span {
    color: var(--it-common-black);
    font-size: 18px;
    font-weight: 500;
}

.payment-method {
    margin-top: 40px;
}

    .payment-method .accordion-item:last-of-type {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .payment-method .accordion-item {
        background-color: #fff;
        border: 0;
        border-bottom: 1px solid #e7e7e7;
    }

    .payment-method .accordion-button {
        font-size: 16px;
        font-weight: 500;
        color: var(--it-common-black);
        padding: 23px 0;
        border: none;
    }

        .payment-method .accordion-button:focus {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            -ms-box-shadow: none;
            -o-box-shadow: none;
            box-shadow: none;
        }

        .payment-method .accordion-button::after {
            position: absolute;
            content: "\f067";
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 16px;
            font-weight: 400;
            margin-left: 0;
            background-image: none;
            color: var(--it-common-black);
            font-family: "Font awesome 5 pro";
        }

        .payment-method .accordion-button:not(.collapsed) {
            color: var(--it-common-black);
            background-color: var(--it-common-white);
            box-shadow: none;
        }

            .payment-method .accordion-button:not(.collapsed)::after {
                content: "\f068";
                font-family: "Font awesome 5 pro";
            }

    .payment-method .accordion-body {
        padding: 8px 0;
        padding-bottom: 40px;
    }

    .payment-method .accordion-collapse {
        border: none;
    }

.panel-title > a {
    display: block;
}

.order-button-payment input {
    background: #232323 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    margin: 0px 0 0;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
}

    .order-button-payment input:hover {
        background: #3e976c none repeat scroll 0 0;
    }

.payment-method .btn-link {
    -moz-user-select: none;
    background: no-repeat;
    border: medium none;
    border-radius: 0;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 3px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
}

.payment-method .card {
    background-color: #ffffff;
    border: 1px solid #eaedff;
    border-radius: 0;
    margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
    border: 1px solid #eaedff;
}

.card-header:first-child {
    border-radius: 0;
}

.payment-method .card-header {
    background-color: #ffffff;
    border-bottom: 1px solid #eaedff;
}

.order-button-payment button {
    width: 100%;
}

/*  Raees Ansari CSS */

.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    font-weight: var(--fa-style, 400) !important;
}


#header-sticky {
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    background: #ffffff;
    padding: 10px 0px;
}


.main_menu_bg_color {
    background: #f58734;
    padding: 2px 20px 5px;
    border-radius: 100px;
    color: #fff !important;
}

.it-header-2-main-menu nav > ul > li.p-static.active {
    background: #f58734;
    padding: 2px 20px 2px;
    border-radius: 25px;
    color: #fff !important;
}

    .it-header-2-main-menu nav > ul > li.p-static.active a {
        color: #fff !important;
    }

.login_bar {
    display: flex;
    align-items: end;
    gap: 10px;
    padding: 6px 10px;
    border-radius: 24px;
    background: #F0F0F0;
}


.it-btn-white.orange-bg_book_puja {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    border-radius: 32px;
    border: 1px solid #F58734;
    background: #F58734;
    padding: 8px 32px;
    font-size: 20px;
}



.slider-flex-img {
    border-radius: 16px;
}




.slider_fliex {
    display: flex;
    align-items: end;
    border-radius: 16px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(12px);
    padding: 6px;
    max-width: 520px;
    margin-top: 82px;
    margin-bottom: 0;
    gap: 20px;
    align-items: anchor-center;
}


.card img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    object-fit: cover;
}

.card-content {
    flex: 1;
    margin-left: 16px;
}

    .card-content h2 {
        margin: 0 0 8px;
        font-size: 20px;
        color: #262626;
        font-family: 'Raleway';
        font-weight: 600;
    }

.avatars {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

    .avatars img {
        width: 41px;
        height: 41px;
        border-radius: 50%;
        object-fit: cover;
        border: 0px solid white;
        margin-left: -8px;
    }

    .avatars span {
        margin-left: 10px;
        font-size: 14px;
        color: #444;
    }

.description {
    font-size: 14px;
    color: #555;
}

.section-hero {
    padding: 60px 0px 0px;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 0px;
    grid-template-rows: auto auto;
}

.grid-item {
    position: relative;
    overflow: hidden;
}

    .grid-item img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 12px;
    }

.label {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.8);
    padding: 0px 12px 0px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    font-family: 'Raleway';
}

.footer-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px 10px;
    flex-wrap: wrap;
}

    .footer-icons img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: 0px solid #f0c000;
        background: #fff;
        padding: 10px;
    }


.about2nd-img {
    width: 100%;
    height: 215px;
}

.fourth_video {
    position: relative;
    top: -50px;
    right: 30px;
    width: auto;
}

.about3rd-img {
    width: 310px !important;
}

.video-redius {
    border-radius: 12px;
}

.marquee {
    background: #F58734;
    padding: 11px;
    color: #fff;
}

.marquee_list {
    display: flex;
    gap: 100px;
    list-style: none;
    font-size: 20px;
    font-family: 'Raleway';
    font-weight: 500;
}



.about-list {
    padding: 0px 10px;
}



.orange-bg_about {
    color: #464544;
    background-color: #ffffff;
    font-family: "Raleway", sans-serif;
    border: 1px solid;
    border-radius: 24px;
    padding: 3px 25px;
}


ul.about-lists {
    color: #888888;
    line-height: 30px;
}


.counter_1 {
    border: 1px solid #c8c8c8;
    border-radius: 8px;
    text-align: center;
    padding: 8px 10px;
}


.count_one {
    font-size: 25px;
    color: #03A84E;
    font-weight: 600;
    font-family: system-ui;
}


.counter_title {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: 'Raleway';
    font-weight: 600;
    color: #818181;
}

.it-event-2-item {
    box-shadow: rgba(0, 0, 0, 0.1) -8px 0px 15px -3px, rgba(0, 0, 0, 0.05) 2px 4px 10px -2px;
    border-radius: 18px 18px 18px 18px;
}


.swiper-button-prev,
.swiper-button-next {
    color: #f58734;
    position: absolute;
    z-index: 9999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 0px;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 5px;
    left: auto;
    top: 40%;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 5px;
    right: auto;
    top: 40%;
}

.it-event-2-title_poja {
    font-size: 25px;
    margin-bottom: 0px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Raleway';
    color: #ffffff;
    position: absolute;
    z-index: 990;
    bottom: 0px;
    border-radius: 0px 0px 20px 20px;
    padding: 20px 30px;
    width: 100%;
    background: linear-gradient(to bottom, #ffffff00, #0000008c);
}



.number_1 span {
    color: #F5873426;
    font-size: 90px;
    font-family: 'Playfair Display';
    font-weight: 700;
}


.it-event-book-pooja {
    border-radius: 24px;
    padding: 32px;
    background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 23px, transparent 23px) 0% 0% / 24px 24px no-repeat, radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 23px, transparent 23px) 100% 0% / 24px 24px no-repeat, radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 23px, transparent 23px) 0% 100% / 24px 24px no-repeat, radial-gradient(circle at 0 0, #ffffff 0, #ffffff 23px, transparent 23px) 100% 100% / 24px 24px no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 2px) calc(100% - 48px) no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 48px) calc(100% - 2px) no-repeat, linear-gradient(0deg, transparent 0%, #f58734 100%);
}


.it-event-2-title_pooja_heading {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Raleway';
    color: #44233B;
    margin-top: 10px;
}


.pooja_heading_text {
    color: #777789;
    font-size: 16px;
    line-height: 30px;
}

.bookpooja_img {
    text-align: center;
}

.borders_tab {
    padding: 8px;
    background: #fff;
}

.elypsis_poja {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* Limit to 3 lines */
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    font-size: 14px;
}




.it-btn-theme-rm {
    color: #F58734;
    font-family: 'Raleway';
    text-align: right;
    font-size: 16px;
    font-weight: 500;
}

.text-right {
    text-align: right;
}







/*--------------------------shatrughan singh css-----------------------*/

.owl-nav {
}

.boxes-margin {
    /* padding-right: 20px; */
}

.box-margin {
    margin-top: 60px;
    /* padding-left: 20px; */
}

.about-box {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.box-number img {
    border-radius: 14px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #f58734;
    border-radius: 30px;
    padding: 5px 20px;
    font-size: 14px;
    font-family: 'Raleway';
}

.nav-link {
    color: #353535;
}


    .nav-link:focus,
    .nav-link:hover {
        color: #f58734;
    }


.nav-pills .nav-link {
    font-size: 14px;
    padding: 4px 14px;
    font-family: 'Raleway';
    font-weight: 500;
    border-radius: 28px;
}


#celeberty .owl-next {
    position: relative;
    right: -70px;
    bottom: -60px;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    border-radius: 4px;
    width: 40px;
    font-size: 17px !important;
    background-color: #f58734 !important;
    line-height: 15px !important;
    color: #fff !important;
    border: 1px solid #ffffff !important;
    border-radius: 50% !important;
    height: 40px;
}


#celeberty .owl-prev {
    position: relative;
    left: -70px;
    bottom: -60px;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    border-radius: 4px;
    width: 40px;
    font-size: 17px !important;
    background-color: #f58734 !important;
    line-height: 15px !important;
    color: #fff !important;
    border: 1px solid #ffffff !important;
    border-radius: 50% !important;
    height: 40px;
}

#celeberty .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}

#renovations .owl-next {
    position: relative;
    right: -70px;
    bottom: -60px;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    border-radius: 4px;
    width: 40px;
    font-size: 17px !important;
    background-color: #f58734 !important;
    line-height: 15px !important;
    color: #fff !important;
    border: 1px solid #ffffff !important;
    border-radius: 50% !important;
    height: 40px;
}


#renovations .owl-prev {
    position: relative;
    left: -70px;
    bottom: -60px;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    border-radius: 4px;
    width: 40px;
    font-size: 17px !important;
    background-color: #f58734 !important;
    line-height: 15px !important;
    color: #fff !important;
    border: 1px solid #ffffff !important;
    border-radius: 50% !important;
    height: 40px;
}


#experience .owl-next {
    position: relative;
    right: -70px;
    bottom: -60px;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    border-radius: 4px;
    width: 40px;
    font-size: 17px !important;
    background-color: #f58734 !important;
    line-height: 15px !important;
    color: #fff !important;
    border: 1px solid #ffffff !important;
    border-radius: 50% !important;
    height: 40px;
}


#experience .owl-prev {
    position: relative;
    left: -70px;
    bottom: -60px;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    border-radius: 4px;
    width: 40px;
    font-size: 17px !important;
    background-color: #f58734 !important;
    line-height: 15px !important;
    color: #fff !important;
    border: 1px solid #ffffff !important;
    border-radius: 50% !important;
    height: 40px;
}

#helping .owl-next {
    position: relative;
    right: -70px;
    bottom: -60px;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    border-radius: 4px;
    width: 40px;
    font-size: 17px !important;
    background-color: #f58734 !important;
    line-height: 15px !important;
    color: #fff !important;
    border: 1px solid #ffffff !important;
    border-radius: 50% !important;
    height: 40px;
}


#helping .owl-prev {
    position: relative;
    left: -70px;
    bottom: -60px;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    border-radius: 4px;
    width: 40px;
    font-size: 17px !important;
    background-color: #f58734 !important;
    line-height: 15px !important;
    color: #fff !important;
    border: 1px solid #ffffff !important;
    border-radius: 50% !important;
    height: 40px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f58734;
}

#renovations .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}

#experience.owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}

#helping .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}

#celeberty .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.podcast-slider .owl-carousel .owl-dots.disabled,
.podcast-slider .owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-dots {
    text-align: center;
    margin-top: 5px;
}

.owl-dot {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

    .owl-dot span {
        display: block;
        width: 12px;
        height: 12px;
        background: #ddd;
        border-radius: 50%;
        transition: all 0.3s ease;
    }

.nav-pills {
    border: 1px solid #f58734;
    border-radius: 30px;
    padding: 3px 3px;
    gap: 12px;
    display: flex;
}

.navtabs {
    display: flex;
    justify-content: center;
}


.owl-theme .owl-dots .owl-dot.active span {
    background: #f58734;
    width: 40px;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #f58734;
}


.about-box.one {
    position: relative;
    overflow: hidden;
}

.about-box.two {
    position: relative;
    overflow: hidden;
}

.about-box.three {
    position: relative;
    overflow: hidden;
}

.about-box.four {
    position: relative;
    overflow: hidden;
}

.box-number {
    position: relative;
}

    .box-number img {
        width: 100%;
        height: auto;
        display: block;
    }


    .box-number .hover-text {
        position: absolute;
        bottom: -100%;
        left: 0;
        width: 100%;
        text-align: left;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.87) 0%, rgba(255, 255, 255, 0) 100%);
        color: #fff;
        padding: 15px 10px;
        font-size: 16px;
        transition: bottom 0.5s ease, transform 0.5s ease;
    }

.about-box.one:hover .hover-text {
    bottom: 30px;
    transform: translateY(50%);
    border-radius: 0px 0px 15px 15px;
    margin: 0px;
}


.actors_name {
    margin: 0px;
    color: #fff;
    line-height: 0px;
    padding-top: 5px;
    font-size: 14px;
    font-family: 'Raleway';
    font-weight: 600;
}

.Actres_bollywood {
    margin: 0px;
    padding: 5px 0px;
    font-size: 11px;
    line-height: 0px;
    font-family: 'Raleway';
}




.it-event-2-title_podcast {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Raleway';
    color: #ffffff;
    position: absolute;
    z-index: 990;
    bottom: 0px;
    border-radius: 0px 0px 20px 20px;
    padding: 15px 18px 5px;
    width: 100%;
    background: linear-gradient(to bottom, #ffffff00, #000000);
}


.devotees_flex {
    display: flex !important;
    gap: 20px;
    padding: 10px 0px;
}

._3-m {
    font-size: 40px;
    font-weight: 500;
    color: #44233b;
    font-family: "Lato-SemiBold", sans-serif;
}


.Devotees {
    color: #777789;
    font-size: 16px;
    line-height: 30px;
    line-height: 25px;
    padding: 10px 0px 0px;
}


.it-blog-date {
    color: #c4c0c0 !important;
}

.date_view {
    color: #f58734 !important;
}

.it-section-title-8 {
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.1;
    margin-bottom: 0;
    font-family: "Playfair Display";
    color: #44233B;
}

.ytp-title-expanded-heading {
    margin: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    -webkit-align-self: center;
    align-self: center;
    display: none !important;
}


.ytp-title-text {
    vertical-align: top;
    max-width: 100%;
    padding-top: 12px;
    font-size: 18px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-left: 4px;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    display: none !important;
}

.it-event-2-video {
    position: relative;
    border-radius: 15px 15px 0px 0px;
    padding: 0;
    margin: 0;
    background: #fff;
}

.it-event-2-content-video {
    padding: 5px 20px 10px;
    background: #ffffff;
    border-radius: 0px 0px 15px 15px;
}


.it-blog-video {
    color: #828282 !important;
    font-size: 12px;
    margin: 0;
}

.play-store-buttons {
    display: flex !important;
    gap: 20px;
    align-items: end;
}

.play-stroe_bg {
    background-color: #FEF7F2;
}


.bg-contact_detail {
    background-image: url(../img/event/contact_img_1.png);
}

/* testimonial */


.testimonial-card {
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

    .testimonial-card img {
        width: 80px !important;
        height: 80px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 10px;
    }

    .testimonial-card h3 {
        font-size: 1.1rem;
        color: #3e2a45;
        margin: 10px 0;
    }

    .testimonial-card p {
        font-size: 0.9rem;
        color: #666;
        line-height: 1.4;
        margin-bottom: 12px;
    }

.stars {
    color: #ffa500;
    font-size: 1.2rem;
}

    .stars span:last-child {
        color: #ccc;
    }

.owl-carousel .owl-item img {
    display: unset !important;
}



.help-section {
    text-align: center;
    padding: 40px 20px;
}

    .help-section h4 {
        color: #f68b2c;
        font-size: 18px;
        margin-bottom: 8px;
    }

    .help-section h2 {
        color: #381d3b;
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 30px;
    }

.help-boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 20px;
    flex-wrap: wrap;
}

.help-box {
    background-color: #000;
    color: #fff;
    border-radius: 12px;
    padding: 30px 30px;
    display: flex;
    align-items: center;
    position: relative;
    flex: 1;
    min-width: 280px;
    max-width: 510px;
}

.help-content {
    text-align: left;
    padding-left: 50px;
}

    .help-content p {
        font-size: 14px;
        margin-bottom: 5px;
        color: #fff;
    }

    .help-content h3 {
        font-size: 24px;
        margin: 0;
        color: #fff;
        font-weight: 500;
        font-family: "Lato-Bold", sans-serif;
    }

.help-icon-left {
    height: auto;
    margin-right: 15px;
    position: absolute;
    left: -80px;
    width: 156px;
    bottom: -14px;
}

.help-icon-right {
    height: 80px;
    margin-left: 15px;
    height: auto;
    margin-right: 15px;
    position: absolute;
    right: -48px;
    width: 163px;
    bottom: -1px;
}

.help-divider {
    background: #fff;
    color: #f68b2c;
    padding: 14px 20px;
    font-weight: bold;
    border-radius: 8px;
    position: absolute;
    z-index: 1;
}

.it-copyright-text {
    padding: 5px 0px;
}

.about_footer {
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.1;
    margin-bottom: 0;
    font-family: "Playfair Display";
    color: #44233B;
}

.fa-solid,
.fas {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}

.follo-us {
    color: #44233B;
    font-weight: 600;
    font-family: 'Raleway';
    margin: 0px 0px 10px;
}



.ccenter-footer-line {
    text-align: center;
}

@media (max-width: 400px) {
    .testimonial-card {
        padding: 15px;
        max-width: 90%;
    }
}


/* testimonial */



i.fas.fa-phone {
    transform: scaleX(-1);
}

@media (max-width: 600px) {
    .label {
        font-size: 12px;
        padding: 0px 10px;
        line-height: 20px;
    }

    .footer-icons img {
        width: 40px;
        height: 40px;
        margin-bottom: 25px;
    }

    .it-career-content p {
        width: 100%;
        font-weight: 500;
    }
}


@media (max-width: 480px) {
    .card {
        flex-direction: column;
        align-items: flex-start;
    }

    .card-content {
        margin-left: 0;
        margin-top: 12px;
    }

    .avatars {
        margin-bottom: 4px;
    }
}






















/*--------------------------------register-----------------------------*/
.register-popup {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../img/about/register-bg.png') center center / cover no-repeat;
}

/*.register-bg {
    position: relative;
    width: 100%;
    height: 100%;
    background: url('../img/about/register-bg.png') center center / cover no-repeat;
}*/

.register-card {
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    text-align: center;
    margin-left: auto;
}

    .register-card h2 {
        color: #472a1e;
        font-size: 22px;
        margin-bottom: 10px;
        font-family: "Playfair Display";
    }

    .register-card p {
        color: #777;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .register-card .register-logo {
        width: 150px;
        margin-bottom: 30px;
    }

.input-group {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
    /* border-bottom: 1px solid #eee; */
    text-align: left;
}

    .input-group .country-code {
        padding: 10px 0px 0px 10px;
        background: #f7f7f7;
        font-size: 14px;
        white-space: nowrap;
        height: 58px;
    }

    .input-group input {
        border: none;
        flex: 1;
        padding: 10px;
        font-size: 14px;
    }

.register-card input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #f7f7f7;
    border-radius: 8px;
    margin-bottom: 0px;
    font-size: 30px;
    color: #6f6f6f;
    background-color: #f7f7f7;
    text-align: center;
    font-family: auto;
}

.register-card .terms {
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
}

    .register-card .terms a {
        color: orange;
        text-decoration: none;
    }

.register-card button {
    background: #f58220;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 22px;
    cursor: pointer;
    width: 100%;
    transition: 0.3s;
}

    .register-card button:hover {
        background: #e2711d;
    }

.close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 40px;
    cursor: pointer;
    color: #333;
}

.country-code img {
    width: 25px;
    height: auto;
}

form {
    text-align: left;
}

.otp {
    width: 70%;
    margin: 0 auto;
}

    .otp .input-group {
        border-radius: 12px !important;
    }

    .otp input {
        height: 85px;
        background-color: #fff !important;
        border: 1px solid #999999 !important;
        border-radius: 12px !important;
    }


.register-card .resend {
    font-size: 16px;
    color: #777;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 20px;
    text-align: right;
}

    .register-card .resend a {
        color: orange;
        text-decoration: none;
    }

@media(max-width: 480px) {
    .register-card {
        margin: 0px;
    }
}

@media( max-width: 767px) {
    .register-popup {
        background: url(../img/about/register-bg.png);
        background-repeat: no-repeat;
        background-color: #feaa00;
        align-items: flex-end;
        padding-bottom: 20px;
    }

    .register-card h2 {
        font-size: 14px;
    }

    .register-card p {
        font-size: 14px;
        margin-bottom: 11px;
        line-height: 20px;
    }

    input {
        height: 40px;
    }

    .input-group .country-code {
        height: 40px;
        padding: 2px 0px 0px 10px;
    }

    .register-card .terms {
        font-size: 13px;
    }

    .register-card .register-logo {
        width: 120px;
        margin-bottom: 20px;
    }

    .otp input {
        height: 52px;
    }

    .otp {
        width: 80%;
    }
}

/*---------------------------------end----------------------------------*/



/*------------------------------profile------------------------------------*/
.profile-section {
    position: relative;
    padding: 60px 0px;
}

.profile-card {
    /* max-width: 500px; */
    margin: 30px auto;
    font-family: Arial, sans-serif;
    color: #3b2031;
}

.profile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.profile-info h3 {
    font-size: 18px;
    font-family: "Playfair Display";
}

.section-header h4 {
    font-size: 20px;
    font-family: "Playfair Display";
}

.profile-info {
    display: flex;
    /* align-items: center; */
    gap: 26px;
    position: relative;
}

.profile-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.btn-complete {
    background: #00a651;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 30px;
    cursor: pointer;
}

.section-card {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
}

.edit-btn {
    color: #00a651;
    text-decoration: none;
}

.edit-icon {
    position: absolute;
    bottom: 21px;
    left: 43px;
    background: #fff;
    border: 1px solid #f58734;
    border-radius: 50%;
    padding: 2px 4px;
    font-size: 17px;
    cursor: pointer;
    color: #f58734;
    height: 30px;
    width: 30px;
    line-height: 23px;
    text-align: center;
}

.info-note {
    background: #e7f9ed;
    padding: 10px;
    border-radius: 8px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0a8040;
    margin-bottom: 20px;
}

.btn-logout {
    background: none;
    border: 1px solid #ff4d4d;
    color: #ff4d4d;
    padding: 3px 15px;
    border-radius: 8px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

.shield i {
    font-size: 26px;
}
/*-------------------------------end--------------------------------------*/


/*--------------------------------account detail---------------------------*/

.account-section {
    position: relative;
    padding: 60px 0px;
}

.edit-section {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin: 20px auto;
    color: #381d3b;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}


.edit-top {
    border: 2px solid #efefef;
    /* padding: 20px; */
    border-radius: 12px;
    margin-bottom: 20px;
}

.edit-section input {
    height: 45px;
    width: 75%;
}

.form-group {
    /* display: flex; */
    gap: 0px;
    margin-bottom: -20px;
    flex-wrap: wrap;
}

.form-field {
    flex: 1;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 0px 20px;
}

    .form-field label {
        font-size: 14px;
        margin-bottom: 5px;
        color: #381d3b;
    }

    .form-field input,
    .form-field select {
        padding: 10px 12px;
        border-radius: 6px;
        border: 1px solid #e5e5e5;
        background: #f9f9f9;
        font-size: 14px;
        color: #381d3b;
    }

.date-picker {
    position: relative;
}

.edit-top h3 {
    font-size: 20px;
    font-family: "Playfair Display";
    margin-bottom: 15px;
    border-bottom: 2px solid #efefef;
    padding: 20px 20px;
}

.date-picker .calendar-icon {
    position: absolute;
    right: 27%;
    top: 50%;
    transform: translateY(-50%);
    color: #381d3b;
    font-size: 16px;
    cursor: pointer;
}

.save-btn {
    background: #f68b2c;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    display: block;
    margin: 20px auto 0;
}

    .save-btn:hover {
        background: #e67e21;
    }

.edit-section .postbox__select .nice-select {
    width: 75%;
    border: 1px solid #e5e5e5;
    height: 45px;
    line-height: 45px;
    padding: 0px 20px;
    position: relative;
    background-color: #f9f9f9;
    border-radius: 6px;
}

@media (max-width: 767px) {
    .edit-section input {
        width: 100%;
    }

    .edit-section {
        padding: 0px;
    }
}
/*----------------------------------end-------------------------------------*/


/*-----------------------------------events---------------------------------*/

.account-section .nav-tabs {
    justify-content: center;
    border-bottom: 1px solid #e4e4e4 !important;
    margin-bottom: 40px;
}


    .account-section .nav-tabs .nav-link.active {
        margin-bottom: calc(var(--bs-nav-tabs-border-width) * -1);
        background: 0 0;
        border: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom: 2px solid #000;
    }

.tab-pane h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: "Playfair Display";
}

.puja-card {
    display: flex;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
}

.puja-image {
    position: relative;
    width: 375px;
    background: linear-gradient(to right, #ff6d00, #f8a51b);
    display: flex;
    justify-content: center;
    align-items: center;
}

    .puja-image img {
        max-height: 100%;
        width: 100%;
        height: auto;
    }

.puja-date {
    position: absolute;
    top: 0;
    right: 0;
    background: #fbeee6;
    color: #202020;
    padding: 8px;
    text-align: center;
    font-weight: 500;
    line-height: 1.2;
    border-bottom-left-radius: 8px;
}

.puja-details {
    padding: 20px;
    flex: 1;
}

    .puja-details h4 {
        color: #4a285d;
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 20px;
        font-family: "Playfair Display";
    }

    .puja-details p {
        margin: 4px 0;
        color: #555;
    }

    .puja-details i {
        color: #f68b2c;
        margin-right: 6px;
    }

.status-confirmed i {
    color: #00b167;
    margin-left: 10px;
}

.puja-actions {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.status-confirmed {
    background: transparent;
    color: #00b167;
    padding: 4px 12px;
    border-radius: 30px;
    font-size: 14px;
    border: 1px solid #00b167;
}

.puja-actions a {
    color: #f68b2c;
    font-weight: 500;
    font-size: 14px;
}


@media (max-width: 767px) {
    .puja-details h4 {
        font-size: 15px;
    }

    .puja-details p {
        font-size: 12px;
        line-height: 23px;
    }

    .status-confirmed {
        font-size: 11px;
    }

    .puja-details {
        padding: 10px;
    }

    .puja-image {
        width: 140px;
    }

    .puja-actions {
        gap: 5px;
        flex-wrap: wrap;
    }

    .it-section-title-8 {
        font-size: 25px !important;
    }

    .account-section .nav-tabs .nav-link {
        font-size: 15px;
    }

    .it-footer-title {
        display: none !important;
    }

    .swiper-button-prev,
    .swiper-button-next {
        height: 40px !important;
        width: 40px !important;
    }
}
/*------------------------------------end------------------------------------*/


.footer-mobile-only {
    display: none;
}

@media (max-width: 767px) {
    .footer-mobile-only {
        display: block;
    }
}




.event-flex_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

span.special_puja {
    position: absolute;
    top: 15px;
    z-index: 999;
    left: 20px;
    background: #f58734;
    padding: 0px 15px;
    border-radius: 50px;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    font-family: 'Raleway';
}

ul.it-about-3-list-puja {
    list-style: none;
    line-height: 30px;
    font-size: 15px;
    color: #44233B;
    font-family: 'Raleway';
    font-weight: 500;
}

.rd {
    color: #f58734;
    padding: 0px 0px 0px 8px;
    transform: scaleX(-1);
}

.banners {
    margin: 15px 0px 0px;
    background-color: #ffe9df;
    border-radius: 12px;
    padding: 16px 20px;
    display: flex;
    align-items: flex-start;
    border: 1px solid #f58734;
}

.profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 16px;
    flex-shrink: 0;
}

.banners-content {
    flex: 1;
}

.banners-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .banners-header h3 {
        color: #e56a2d;
        font-size: 17px;
        font-weight: 600;
        margin: 0;
        font-family: 'Raleway';
    }

    .banners-header a {
        font-size: 14px;
        color: #e56a2d;
        text-decoration: underline;
        font-family: 'Raleway';
        font-weight: 600;
    }

.banner-header a:hover {
    text-decoration: underline;
}

.banners-text {
    font-size: 14px;
    color: #444;
    margin-top: 6px;
    line-height: 1.4;
}

.box-left-pdding {
    padding: 0px 0px 0px 40px;
}


.bg-none-button {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    border-radius: 32px;
    border: 1px solid #F58734;
    background: #F58734;
    padding: 8px 32px;
    font-size: 20px;
}



.pooja-buttons-one {
    background: #F58734;
    padding: 14px 20px;
    border-radius: 60px;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'Raleway';
    font-weight: 600;
}

.pooja-buttons-two {
    background: #ffffff;
    padding: 14px 20px;
    border-radius: 60px;
    color: #bf5d12;
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'Raleway';
    font-weight: 600;
    border: 1px solid #f58734;
    margin: 0px 0px 0px 30px;
}

.banner-text {
    color: #777789;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
    font-family: 'Raleway';
    font-weight: 500 !important;
}

.detail_bg_wrapper {
    background-color: #fff2e7;
    position: relative;
}


.tab_button_flix {
    display: flex;
    justify-content: space-between;
}

.tab_button {
    padding: 0px 0px;
    border-bottom: 1px solid #eaeaea;
}


.tab_button_flix {
    display: flex;
    gap: 1rem;
}

.tab_click a {
    text-decoration: none;
    color: #777789;
    padding: 0.5rem 1rem;
    display: block;
    border-radius: 0px;
    transition: border-color 0.2s;
    font-family: 'Raleway';
    font-weight: 500;
}

.tab_click.active a {
    border-color: #44233B;
    color: #44233B;
}




.it-event-2-meta-pooja span {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Raleway';
    color: #777789;
}

.it-event-2-title-poojas {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Raleway';
    color: #44233B;
    line-height: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 0px 8px;
}


.it-event-2-item-boxs {
    padding: 15px;
    border: 1px solid #f58734;
    border-radius: 22px;
    position: relative;
}

.cercles {
    border-radius: 22px;
    position: relative;
}


.it-blog-metas {
    position: absolute;
    background: #F58734;
    top: 36%;
    left: 34px;
    width: 100px;
    padding: 1px 14px;
    border-radius: 50px;
    color: #fff;
    font-family: 'Raleway';
    line-height: 25px;
    font-weight: 500;
    font-size: 16px;
}


.it-btn-theme-sm-btn {
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    position: relative;
    transition: 0.4s;
    border-radius: 25px;
    z-index: 1;
    color: #03a84e;
    font-family: 'Raleway';
    text-align: center;
    border: 1px solid #03A84E;
    font-size: 18px;
}


.list-none {
    list-style: none;
}


.offring_bg {
    background-image: url(../img/about/temple_bg.png);
    padding: 50px 50px 0px;
    border-radius: 22px;
}








.orange-bg_abouts {
    color: #464544;
    background-color: #ffffff;
    font-family: "Raleway", sans-serif;
    padding: 0px !important;
}


.bg-Procedure {
    background: #44233B;
}


.it-feature-title-Procedure {
    color: #ffff;
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 600;
}

.Procedure-text {
    color: #fff !important;
}

.it-event-2-title-get {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Raleway';
    color: #44233B;
    line-height: 26px;
    text-align: center;
}

.breadcrumb-wrapper {
    background-color: #fde8d7;
    padding: 6px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.custom-breadcrumb {
    display: flex;
    align-items: center;
    font-size: 14px;
}

    .custom-breadcrumb a {
        color: #2c1c2f;
        text-decoration: none;
        font-weight: 500;
        font-size: 16px;
    }

    .custom-breadcrumb .separator {
        margin: 0 8px;
        color: #6f6f6f;
        font-size: 29px;
        position: relative;
        top: -4px;
    }

    .custom-breadcrumb .current {
        color: #f68b2c;
        font-weight: 500;
        font-size: 14px;
    }

.bg-colors {
    background: #FFF2E7;
    padding: 50px;
    border-radius: 22px;
    position: relative;
}


.it-about-5-images {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 20%;
}


.diys1 {
    position: absolute;
    right: 50px;
    top: 0px;
}

.diys2 {
    position: absolute;
    left: 0px;
    top: 67%;
}

.diys3 {
    position: absolute;
    left: 0px;
    top: 65%;
    width: 200px;
}


.countdown {
    display: flex;
    gap: 10px;
}

.box {
    background-color: white;
    padding: 0px 10px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    gap: 5px;
}

.number {
    font-size: 16px;
    font-weight: 600;
    color: #3b1d34;
    font-family: 'Raleway';
    align-items: baseline;
}

.labels {
    font-size: 12px;
    color: #3b1d34;
    font-family: 'Raleway';
    font-weight: 500;
}

.chadawa-srart-in {
    font-size: 12px;
    font-family: 'Raleway';
    color: #44233b;
    font-weight: 600;
}


.black {
    color: #44233be8;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Raleway';
}





.product-card {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    margin: auto;
    flex-wrap: unset;
}

.product-image {
    flex: -1 0 100px;
    margin-right: 16px;
}

    .product-image img {
        width: 80px;
        height: 100px;
        border-radius: 4px;
        object-fit: cover;
    }

.product-info {
    flex: 1;
    width: 100%;
}

.product-title {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 0px;
    font-family: 'Raleway';
    text-align: left;
}

.product-description {
    font-size: 13px;
    color: #555;
    margin-bottom: 0px;
    line-height: 20px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}

.product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.price {
    color: #f58734;
}

.add-btn {
    background-color: #fff;
    border: 1px solid #28a745;
    color: #28a745;
    padding: 2px 12px;
    line-height: 24px;
    font-size: 13px;
    border-radius: 5px;
    font-weight: 600;
    font-family: 'Raleway';
    position: relative;
    margin-top: 10px;
}

    .add-btn:hover {
        background-color: #28a745;
        color: white;
    }


.fa-plus {
    font-weight: bold;
    font-size: 16px;
    font-family: fantasy;
}





div#nav-tab {
    justify-content: center;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
    font-size: 15px;
    flex-wrap: unset;
}


.links.active {
    border-bottom: 2px solid #44233B;
}



.tab_click.active {
    border-bottom: 2px solid #44233B;
}




.offer-bar {
    background-color: #0aad60;
    color: white;
    padding: 7px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    position: absolute;
    width: 75%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    bottom: 35px;
    z-index: 1;
    border-radius: 10px;
}

.offer-info {
    display: flex;
    flex-direction: column;
    font-family: 'Raleway';
    line-height: 25px;
}

.price {
    font-size: 18px;
    font-weight: 600;
    font-family: system-ui;
}

.next-link {
    font-size: 19px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    font-family: 'Raleway';
}

    .next-link:hover {
        text-decoration: none;
    }


.modal-dialog {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.modal-header {
    border: none;
}

.orange-bg {
    color: #f58734 !important;
}

.pricing {
    font-size: 20px;
    font-weight: 600;
    font-family: system-ui;
    color: #fff;
}

.m_part_one {
    border: 1px solid #f1eded;
    padding: 15px 15px 20px;
    border-radius: 10px;
    height: 100%;
}

.whatsapp_text {
    font-size: 17px;
    font-family: 'Raleway';
    color: #44233B;
    font-weight: 600;
}


.note {
    font-size: 15px;
    line-height: 26px;
    font-family: 'Raleway';
}

.r-icon {
    position: relative;
    left: 6px;
    top: -37px;
}

    .r-icon img {
        width: 35px;
        height: auto;
    }

.r-icong img {
    width: 35px;
    height: auto;
}


.r-icons {
    position: relative;
    left: 6px;
    top: -39px;
}


.r-icong {
    position: relative;
    left: 7px;
    top: -38px;
}







.r-icons img {
    width: 35px;
    height: auto;
}

label {
    display: inline-block;
    font-family: 'Raleway';
    color: #44233b;
    font-weight: 600;
    font-size: 16px;
}

.red {
    color: red;
    font-size: 25px;
}



.item-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    margin-top: 10px;
}

.quantity-box {
    background: #f3f0f3;
    padding: 0px 12px;
    border-radius: 7px;
    font-size: 14px;
    margin: 0px 9px;
}

.item-name {
    display: flex;
    align-items: center;
    width: 200px;
    font-size: 14px;
    line-height: 20px;
}

.summmary_text {
    font-family: 'Raleway';
    font-size: 18px;
    color: #44233B;
}

.pricess {
    font-size: 16px;
    color: #44233B;
}

.btn-close {
    border: 1px solid #8f8f8fc2;
}

.bottoms {
    bottom: 35px;
    position: absolute;
    right: 0;
}

.footer-mobile-only {
    display: none;
}


.bottom_text {
    bottom: 63px;
    position: absolute;
    width: 30%;
    right: 18px;
}

.border-1x {
    border: 1px solid #f1eded;
    padding: 20px 20px 25px;
    border-radius: 10px;
}



.cards {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: space-between !important;
    border-top: 2px solid #efefef;
}

.label {
    color: #4b2e52;
    font-size: 16px;
    margin-bottom: 10px;
}

.amount {
    color: #2e7d32;
    font-size: 20px;
    font-weight: bold;
}

.modal-header {
    border: none;
    padding: 5px 30px 5px 0px;
}




.step {
    display: none;
}






.coupon-button {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    font-size: 14px;
    color: #007aff;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 10px;
    cursor: pointer;
    width: 100%; /* Adjust width as needed */
    text-decoration: none;
    font-family: sans-serif;
    transition: background-color 0.2s ease;
    font-family: 'Raleway';
    font-weight: 500;
}

    .coupon-button:hover {
        background-color: #f9f9f9;
    }

.arrow {
    font-size: 18px;
}












hr {
    margin: 0.5rem 0;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
    color: #d9c9c9;
}





ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}



    ul.tabs li {
        background: none;
        color: #222;
        display: inline-block;
        padding: 0;
        cursor: pointer;
    }

        ul.tabs li.current {
            border: 1px solid #ff7107;
            border-radius: 50%;
        }

.tab-contents {
    display: none;
    border: 1px solid #ff6e004f;
    border-radius: 12px;
    margin: 15px 0px 0px;
    padding-top: 10px;
}

    .tab-contents.current {
        display: inherit;
    }



.puja-container {
    padding: 0px 10px;
    background-color: #fff;
}

.puja-item {
    text-align: center;
    flex: 0 0 auto;
    width: 80px;
    padding: 5px;
}

.puja-image {
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 0px solid transparent;
    transition: border 0.3s;
}

.puja-item.active .puja-image {
    border: 3px solid orange;
}

.puja-label {
    margin-top: 0px;
    font-size: 12px;
    color: #44233b;
    font-family: 'Raleway';
    font-weight: 600;
}

.puja-item.active .puja-label {
    color: orange;
    font-weight: bold;
}


.marquee_list li a {
    color: #fff;
}


.boder-box {
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}



.it-event-2-title-set {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Raleway';
    color: #44233B;
    line-height: 18px;
    margin-bottom: 0px;
}




.it-events {
    padding: 12px 5px;
    margin: 0;
}

progress {
    width: 100%;
    height: 8px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-appearance: none;
    appearance: none;
}


    progress::-webkit-progress-bar {
        background-color: #fde2cc;
        border-radius: 10px;
    }

    progress::-webkit-progress-value {
        background-color: #f58220;
        border-radius: 10px;
    }


    progress::-moz-progress-bar {
        background-color: #f58220;
        border-radius: 10px;
    }

.modal-content {
    padding: 16px;
    border-radius: 35px;
}




input[type="checkbox"] {
    /* accent-color: #F58734; */
    /* border-radius: 12px; */
    /* color: #fff !important; */
}



.modal-body {
    padding: 0;
}


.items-center-btm {
    text-align: right;
    margin-top: 10px;
}

.btn-black {
    color: orange;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Raleway';
}










.pcard-flex {
    display: flex;
    gap: 10px;
    margin: 0;
    justify-content: space-between;
    height: 120px;
}




.kumkum_img {
    width: 150px;
    height: 119px;
    vertical-align: top;
    object-fit: cover;
}

.titless {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
    color: #44233B;
    font-family: 'Raleway';
    line-height: 24px;
}


.descriptions p {
    line-height: 23px;
    font-size: 13px;
    color: #777;
}

.price-tag {
    position: relative;
    bottom: 41px;
    left: 10px;
    background-color: #F58734;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Raleway';
}



.spical_pooja_select {
    border: 1px solid #f5822047;
    padding: 10px;
    border-radius: 14px;
}

.it-career-contentav {
    height: 550px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.titless-1 span {
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Raleway';
    color: #777789;
    background: #f3f3f3;
    padding: 7px 10px;
    border-radius: 4px;
    white-space: nowrap;
}


.ofscroll {
    overflow: scroll;
    gap: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}


.mb30 {
    margin-bottom: 25px;
}



.total_payble {
    font-size: 15px;
    color: #3b1d34;
    font-family: 'Raleway';
    font-weight: 600;
}



.promo-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Raleway';
    color: #44233b;
}

.promo-apply {
    color: #f88c1d;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

.promo-divider {
    border-top: 1px solid #ccc;
    margin: 10px 0;
}

.promo-description {
    font-size: 14px;
    color: #311B2B;
    line-height: 24px;
}

    .promo-description b {
        font-weight: 700;
    }



.c-icon img {
    width: 35px;
    height: auto;
}

.c-icon {
    position: relative;
    left: 6px;
    top: -38px;
}








@media (max-width: 767px) {

    .product-card {
        text-align: center;
    }

    .product-image {
        margin: 0 10px 0px 0px;
    }

    .product-footer {
        gap: 10px;
        display: flex;
    }


    .add-btn {
        margin: 10px 8px 0px 0px;
    }



    .puja-details h4 {
        font-size: 15px;
    }

    .diys3 {
        position: absolute;
        left: -40px;
        top: 6%;
    }


    .diys2 {
        position: absolute;
        left: 0px;
        top: 22%;
    }

    .it-event-2-title-get {
        font-size: 14px;
        font-weight: 600;
        font-family: 'Raleway';
        color: #44233B;
        line-height: 25px;
        text-align: center;
    }

    .puja-details p {
        font-size: 12px;
        line-height: 23px;
    }

    .status-confirmed {
        font-size: 12px;
    }

    .puja-details {
        padding: 10px;
    }

    .puja-image {
        width: 175px;
    }

    .puja-actions {
        gap: 5px;
        flex-wrap: wrap;
    }

    .it-section-title-8 {
        font-size: 25px !important;
    }

    .account-section .nav-tabs .nav-link {
        font-size: 15px;
    }

    .it-footer-title {
        display: none !important
    }

    .swiper-button-prev,
    .swiper-button-next {
        height: 40px !important;
        width: 40px !important;
    }

    .diya-width {
        width: 80px;
    }

    .box-left-pdding {
        padding: 0px 0px 0px 0px;
    }

    .avatars img {
        width: 25px;
        height: 25px;
    }

    .banners-header h3 {
        color: #e56a2d;
        font-size: 12px;
    }

    .banners-header a {
        font-size: 11px;
    }

    .banner-text {
        font-size: 14px !important;
        line-height: 21px !important;
        margin-bottom: 0px !important;
        font-family: 'Raleway';
        font-weight: 500 !important;
    }

    .pooja-buttons-two {
        background: #ffffff;
        padding: 10px 15px;
        border-radius: 60px;
        color: #bf5d12;
        text-transform: capitalize;
        font-size: 16px;
        font-family: 'Raleway';
        font-weight: 600;
        border: 1px solid #f58734;
        margin: 0px 0px 0px 8px;
    }

    .pooja-buttons-one {
        background: #F58734;
        padding: 10px 15px;
        border-radius: 60px;
        color: #fff;
        text-transform: capitalize;
        font-size: 16px;
        font-family: 'Raleway';
        font-weight: 600;
    }

    .edit-section input {
        width: 100%;
    }

    .edit-section {
        padding: 0px;
    }

    .nav-link {
        color: #353535;
        font-family: 'Raleway';
        font-weight: 500;
        font-size: 14px;
        width: 100%;
        white-space: nowrap;
    }

    .bg-colors {
        background: #FFF2E7;
        padding: 25px;
        border-radius: 22px;
        position: relative;
    }

    .tab_button_flix {
        display: none;
    }

    .offer-bar {
        background-color: #0aad60;
        color: white;
        padding: 5px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-family: Arial, sans-serif;
        font-size: 14px;
        position: absolute;
        width: 94%;
        left: 50%;
        right: 0;
        transform: translate(-50%, -50%);
        bottom: 190px;
        z-index: 1;
        border-radius: 6px;
    }

    .price {
        font-size: 18px;
        font-weight: 600;
        font-family: 'Font Awesome 5 Pro';
    }

    .next-link {
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        color: #fff;
        font-family: 'Raleway';
    }

    .offer-info {
        display: flex;
        flex-direction: column;
        font-family: 'Raleway';
        line-height: 22px;
    }

    .footer-mobile-only {
        display: none;
    }

    .footer-mobile-only {
        display: block;
    }

    .m_part_one {
        border: 1px solid #f1eded;
        padding: 10px 14px 10px;
        border-radius: 20px;
        overflow: hidden;
    }

    .product-image {
        flex: 0 0 70px;
        margin-right: 16px;
    }

        .product-image img {
            width: 70px;
            height: 100px;
            border-radius: 4px;
            object-fit: cover;
        }

    .whatsapp_text {
        font-size: 15px;
        font-family: 'Raleway';
        color: #44233B;
        font-weight: 600;
    }

    .bottom_text {
        bottom: 0px;
        position: relative;
        width: 100%;
        right: 0;
    }

    .border-1x {
        border: 0px solid #f1eded;
        padding: 0;
        border-radius: 10px;
    }

    .cards {
        background-color: #fff;
        border-radius: 0px;
        padding: 9px 5px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        display: block;
        justify-content: space-between !important;
    }

    .pcard-flex {
        display: flex;
        gap: 10px;
        margin: 0;
        justify-content: space-between;
        min-height: 130px;
    }

    .it-career-contentav {
        height: auto;
        margin-bottom: 0px;
    }

    .puja-label {
        margin-top: 0px;
        font-size: 11px;
        color: #44233b;
        font-family: 'Raleway';
        font-weight: 600;
        text-align: center;
    }

    .price-tag {
        position: relative;
        bottom: 41px;
        left: 4px;
        background-color: #F58734;
        color: #fff;
        padding: 5px 10px;
        border-radius: 20px;
        font-size: 10px;
        font-weight: 600;
        font-family: 'Raleway';
    }

    .modal-content {
        padding: 11px;
        border-radius: 10px;
    }


    .d-flex-row-also {
        display: flex !important;
        overflow: auto;
        gap: 20px;
        scrollbar-width: none;
        -ms-overflow-style: none;
        flex-wrap: nowrap;
    }

    .mb30 {
        margin-bottom: 0px;
    }

    .it-event-2-thumb img {
        width: 100%;
        transition: 0.9s;
        border-radius: 4px;
    }

    .d-nones {
        display: none;
    }




    .it-events {
        padding: 12px 0px;
        margin: 0;
    }

    .it-event-2-title-set {
        font-size: 12px;
        font-weight: 500;
        font-family: 'Raleway';
        color: #44233B;
        line-height: 14px;
        margin-bottom: 0px;
    }

    .ofscroll {
        justify-content: space-between !important;
    }

    .diys1 {
        position: absolute;
        right: 10px;
        top: 0px;
        z-index: 9;
        width: 70px;
    }


    .product-card {
        border-radius: 8px;
        padding: 3px 8px;
    }

    .items-center-btm {
        text-align: right;
        margin-top: 10px;
        bottom: 25px;
        right: 0px;
    }

    .item-row {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mobile-bottom {
        padding-bottom: 30px;
    }

    .thankyou_container {
        width: 320px;
        margin: auto;
        border-radius: 12px;
        padding: 55px 15px;
        background: url(../img/Pooja_img/thankyou_page_m.png);
        text-align: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .details {
        padding: 114px 0px 0px;
    }



    .bgc {
        background-image: url(../img/icon/Subtract.png);
        background-size: 100% 100%;
        padding: 13px 0px;
        margin: 0px 0px;
    }

    .thanku-popup {
        position: relative;
        width: 100%;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        background: url(../img/Pooja_img/thank_u_bg-m.png) center center / cover no-repeat;
        padding: 14px;
    }
}









/*----------------------------------------about us--------------------------------------*/
.origin-section {
    position: relative;
    padding: 60px 0px;
}

.left-content {
    flex: 1 1 50%;
    max-width: 900px;
}

.subtitle {
    color: #f68b2c;
    font-size: 20px;
    margin-bottom: 0.25rem;
}

.title {
    font-size: 32px;
    color: #2c1c2f;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.info-block {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}

.icon-wrap {
    min-width: 40px;
    height: 40px;
    border: 1px solid #512c51;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
}

.info-block .icon-wrap .icon {
    font-size: 18px;
    color: #512c51;
    line-height: 30px;
}

    .info-block .icon-wrap .icon img {
        width: 24px;
        height: auto;
    }

.info-block h4 {
    margin: 0 0 14px;
    color: #2c1c2f;
    font-weight: 500;
}

.info-block p {
    margin: 0;
    color: #5c5c5c;
    line-height: 32px;
    font-size: 18px;
}

.right-images {
    flex: 1 1 40%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.main-img img {
    border-radius: 20px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.margin-boxes img {
    border-radius: 20px;
}

.margin-boxes {
    position: relative;
    gap: 10px;
}

.img-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

    .img-grid img {
        width: 100%;
        border-radius: 20px;
        object-fit: cover;
    }





.purpose-section {
    background-color: #f9f9f9;
    position: relative;
    padding: 60px 0px;
}

.subtitle {
    color: #f68b2c;
    font-weight: 500;
    font-size: 25px;
}

.section-title {
    color: #3b2233;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: 'Playfair Display';
}

.icon-box {
    background: white;
    border-radius: 12px;
    padding: 12px 16px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 1%);
    font-size: 22px;
    color: #5e2a54;
}

    .icon-box img {
        width: 60px;
        height: auto;
    }

.purpose-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
    padding: 25px;
    margin-bottom: 20px;
}

    .purpose-card:hover {
        transform: translateY(-4px);
    }

    .purpose-card h5 {
        color: #3b2233;
        text-align: left;
        font-size: 22px;
        font-weight: 500;
    }

    .purpose-card p {
        color: #908d8d;
        font-size: 17px;
        text-align: left;
    }

#purpose .owl-next {
    position: relative;
    right: -70px;
    bottom: -60px;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    border-radius: 4px;
    width: 40px;
    font-size: 17px !important;
    background-color: #f58734 !important;
    line-height: 15px !important;
    color: #fff !important;
    border: 1px solid #ffffff !important;
    border-radius: 50% !important;
    height: 40px;
}


#purpose .owl-prev {
    position: relative;
    left: -70px;
    bottom: -60px;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    border-radius: 4px;
    width: 40px;
    font-size: 17px !important;
    background-color: #f58734 !important;
    line-height: 15px !important;
    color: #fff !important;
    border: 1px solid #ffffff !important;
    border-radius: 50% !important;
    height: 40px;
}

#purpose .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    /* display: block; */
}






.core-values-section {
    position: relative;
    padding: 60px 0px 0px;
}

    .core-values-section .section-subtitle {
        font-size: 22px;
        color: #f58734;
        font-weight: 500;
    }

.core-icon {
    position: absolute;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    z-index: 2;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*transition: transform 0.3s ease;*/
}

    .core-icon:hover {
        /*transform: scale(1.05);*/
    }

.fade-on-hover {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 10px);
    background: white;
    padding: 10px;
    border-radius: 1rem;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    width: 200px;
    z-index: 1;
    text-align: left;
    transform-style: preserve-3d;
    transition: transform 1s;
}

    .fade-on-hover .arrow-up {
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
    }

.center-icon:hover .fade-on-hover {
    display: block;
}

.fade-on-hover h5 {
    font-weight: 500;
    color: #3c1a36;
    margin-bottom: 5px;
    font-size: 17px;
}

.fade-on-hover p {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
    line-height: 20px;
}

.center-icon {
    top: -1%;
    left: 47%;
    /* transform: translateX(-50%); */
}

.left-top {
    top: 32%;
    left: 15%;
}

.left-bottom {
    top: 34%;
    left: 32%;
}

.right-bottom {
    top: 34%;
    left: 63%;
}

.right-top {
    top: 30%;
    left: 79%;
}

.arcs-img {
    top: 0;
    left: 0;
    z-index: 0;
}

@media (max-width: 767px) {
    .core-values-wrapper {
        display: none;
    }

    .core-value-item img {
        width: 48px;
        height: 48px;
    }

    .core-value-item h5 {
        font-weight: 600;
        color: #3c1a36;
    }

    .core-value-item p {
        font-size: 0.9rem;
        color: #6b7280;
    }

    .left-top {
        top: 75%;
        left: 18%;
    }

    .core-icon {
        width: 60px;
        height: 60px;
    }

    .fade-on-hover {
        display: block;
        width: 160px;
    }

        .fade-on-hover p {
            font-size: 12px;
        }

    .left-bottom {
        top: 45%;
        left: 18%;
    }

    .right-bottom {
        top: 45%;
        left: 67%;
    }

    .right-top {
        top: 76%;
        left: 67%;
    }

    .h-570 {
        height: 630px;
    }

    .core-values-section {
        padding: 60px 0px 120px;
        margin-bottom: 70px;
    }

    .main-icon {
        left: 42%;
        top: 18%;
    }

    .value-mob {
        display: block !important;
    }

    .value-desk {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .core-values-wrapper {
        display: none;
    }

    .core-value-item img {
        width: 48px;
        height: 48px;
    }

    .core-value-item h5 {
        font-weight: 600;
        color: #3c1a36;
    }

    .core-value-item p {
        font-size: 0.9rem;
        color: #6b7280;
    }

    .left-top {
        top: 85%;
        left: 34%;
    }

    .core-icon {
        width: 60px;
        height: 60px;
    }

    .fade-on-hover {
        display: block;
        width: 160px;
    }

        .fade-on-hover p {
            font-size: 12px;
        }

    .left-bottom {
        top: 40%;
        left: 9%;
    }

    .right-bottom {
        top: 39%;
        left: 84%;
    }

    .right-top {
        top: 85%;
        left: 59%;
    }

    .h-570 {
        height: 621px;
        width: 400px;
    }

    .core-values-section {
        padding: 60px 0px 120px;
        margin-bottom: 110px;
    }

    .main-icon {
        left: 42%;
        top: 18%;
    }
}

.value-mob {
    display: none;
}



/*----------------------------------------timeline----------------------------*/
.timeline-section {
    background: #fff7f2 url('../img/about/timeline-bg.jpg') no-repeat center center;
    background-size: cover;
    /*background: #fff7f2;*/
    padding: 60px 0px 100px;
    position: relative;
}

.timeline-heading {
    line-height: 50px;
    text-align: center;
    color: #f57c00;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}

    .timeline-heading span {
        display: block;
        font-size: 30px;
        font-weight: 600;
        color: #3b0a2a;
        font-family: 'Playfair Display';
    }

.timeline-container {
    position: relative;
    max-width: 1100px;
    margin: auto;
    padding-left: 40px;
}

    .timeline-container::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 4px;
        background: #f3a04e;
        transform: translateX(-50%);
    }

.timeline-item {
    position: relative;
    width: 50%;
    padding: 0rem 2rem;
    box-sizing: border-box;
}

    .timeline-item.left {
        left: -9%;
        text-align: left;
    }

    .timeline-item.right {
        left: 55%;
        text-align: left;
    }

    .timeline-item::before {
        content: "";
        position: absolute;
        top: 15px;
        right: -91px;
        width: 30px;
        height: 30px;
        background: #f47c2c;
        border-radius: 50%;
        z-index: 2;
        /* box-shadow: 0px 4px 12px rgb(244 124 44); */
        border: 8px solid #ffe1cccf;
    }

    .timeline-item.right::before {
        left: auto;
        left: -88px;
        /* background-color: #000; */
        /* height: 40px; */
        /* width: 40px; */
    }

.timeline-label {
    display: inline-block;
    background-color: #f47c2c;
    color: white;
    padding: 0.4rem 1.2rem 0.4rem 1.2rem;
    font-weight: 600;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    font-size: 0.95rem;
    position: relative;
}

.content {
    /* background: white; */
    border-radius: 12px;
    /* box-shadow: 0 6px 20px rgb(245 124 0 / 10%); */
    padding: 1.5rem;
    position: relative;
    z-index: 1;
    margin-bottom: -40px;
}

.timeline-item.right::after {
    content: "";
    position: absolute;
    top: -19px;
    left: -6%; /* Adjust as needed to shift the line outside the box */
    height: 98px;
    width: 2px;
    border-right: 2px dotted #f47c2c; /* Match your theme color */
    rotate: 90deg;
}

.timeline-item.left::after {
    content: "";
    position: absolute;
    top: -19px;
    right: -6%; /* Adjust as needed to shift the line outside the box */
    height: 98px;
    width: 2px;
    border-right: 2px dotted #f47c2c; /* Match your theme color */
    rotate: 90deg;
}

.content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    /* background-color: #fff; */
    z-index: -1;
    background-image: url('../img/about/shape.png');
    box-shadow: 17px 18px 26px rgb(244 124 44 / 8%);
    border-radius: 20px;
    background-size: cover;
}

.content h3 {
    color: #f57c00;
    font-size: 38px;
    margin-top: 0.5rem;
}

.content p {
    color: #555;
    margin-top: 0.5rem;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0px;
}

.tag {
    display: inline-block;
    background: #ccc;
    padding: 6px 12px 6px 12px;
    border-radius: 12px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0.5rem;
    width: 140px;
    text-align: center;
}

.tag-orange {
    background-color: #f57c00;
}

.tag-green {
    background-color: #2e7d32;
}

.year {
    position: absolute;
    top: 12px;
    right: 18px;
}

@media screen and (max-width: 768px) {
    .timeline-item {
        width: 100%;
        left: 0 !important;
        margin-bottom: 2rem;
    }

    .timeline-container::before {
        left: 39px;
    }

    .timeline-item::before {
        left: -16px;
    }

    .timeline-item.right::before {
        left: -15px;
    }

    .timeline-item.left::after {
        right: 85%;
    }

    .timeline-item.right::after {
        left: 15%;
    }

    .mob-log {
        display: none;
    }
}



/*-----------------------------------menu-------------------------*/



.has-megamenu img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.has-megamenu .arrow {
    margin-left: auto;
    color: #808080;
    font-weight: 500;
    font-size: 30px;
}

.dropdown-menu {
    position: absolute !important;
    left: -170px !important;
    margin-top: 1.75rem;
    border: 1px solid #f58734;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    top: 16px !important;
}

    .dropdown-menu::after {
        content: '';
        position: absolute;
        top: -11px;
        right: 28px;
        transform: translateX(50%);
        border-width: 0 11px 11px 11px;
        border-style: solid;
        border-color: transparent transparent #f58734 transparent;
    }

    .dropdown-menu::before {
        content: '';
        position: absolute;
        top: -10px;
        right: 28px;
        transform: translateX(50%);
        border-width: 0 10px 10px 10px;
        border-style: solid;
        border-color: transparent transparent white transparent;
        z-index: 1;
    }

.dropdown-item {
    font-size: 14px;
}

    .dropdown-item.apan {
        font-size: 16px;
    }
/*.dropdown-item i{
       position:absolute;
       right:10px;
       margin-top: 10px;
   }*/


.btn-orange {
    background-color: #f58025;
    color: white;
    border-radius: 12px;
    padding: 10px 20px;
    font-weight: bold;
}

.dropdown-menu.custom-dropdown {
    width: auto;
    border-radius: 20px;
    border: 1px solid #f58025;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.dropdown-item {
    padding: 2px 16px;
    font-weight: 500;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

    .dropdown-item i {
        color: #888;
    }

.contact-box {
    background: #f4f4f4;
    border-radius: 10px;
    padding: 10px;
    line-height: 20px;
}

.btn-light {
    background: #f4f4f4;
    border-radius: 10px;
    font-size: 12px;
}

.contact-box small {
    font-size: 10px;
}

.contact-box i {
    /* display: flex; */
    font-size: 13px;
}

.dropdown-item .arrow {
    margin-left: auto;
    color: #808080;
    font-weight: 500;
    font-size: 15px;
}




/*banner section css start*/

.banner {
    background-image: url('../img/about/top-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    height: 100vh;
    position: relative;
}

    .banner .banner-image {
        text-align: right;
        position: relative;
    }

    .banner .banner-content p {
        color: #fff;
        font-size: 22px;
    }

.button {
    margin-top: 8px;
}

.banner h1 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

@media (min-width: 1400px) {
    .banner h1 {
        font-size: 48px !important;
        font-family: 'Playfair Display';
    }

    .banner .banner-content p {
        font-size: 22px !important;
        line-height: 32px !important;
    }

    .banner {
        padding: 60px 0 !important;
    }
}

@media (min-width: 1200px) {
    .banner h1 {
        font-size: 40px;
        font-family: 'Playfair Display';
    }

    .banner .banner-content p {
        color: #fff;
        font-size: 18px;
        line-height: 24px;
    }

    .banner {
        padding: 30px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .banner {
        padding: 30px 0 0px;
        background-position: center;
        height: 60vh;
    }

        .banner h1 {
            font-size: 35px;
        }

        .banner .banner-content p {
            color: #fff;
            font-size: 17px;
        }

    .corner-icon-left-icon {
        width: 250px !important;
    }

    .corner-icon-right-icon {
        width: 250px !important;
    }
}

@media (max-width: 767px) {
    .banner {
        padding: 40px 0 0px;
        height: 100vh;
        background-position: center;
    }

    .corner-icon-left-icon {
        width: 150px !important;
    }

    .corner-icon-right-icon {
        width: 150px !important;
    }

    .banner h1 {
        font-size: 28px;
    }

    .banner .banner-content p {
        font-size: 16px;
        line-height: 25px;
    }
}









/*banner section css end*/




/*====================
22. Feature css 
======================*/

.feature-area {
    position: relative;
    z-index: 1;
}

.fa-negative {
    margin-top: -88px;
    /* margin-right: 20px; */
    padding: 0px 0px 30px;
}

.feature-item {
    position: relative;
    padding: 20px 25px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 21px 46px rgb(0 0 0 /10%);
    z-index: 1;
    text-align: center;
}

    .feature-item .count {
        position: relative;
        font-size: 50px;
        font-weight: 600;
        text-align: center;
        margin-top: 25px;
        color: #f58734;
    }

    .feature-item h6 {
        position: relative;
        font-size: 50px;
        font-weight: 500;
        text-align: center;
        color: #f58734;
    }

        .feature-item h6 i {
            font-style: normal;
        }

.feature-icon {
    width: 80px;
    height: 80px;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 60px;
    background: #f58734;
    margin-bottom: 25px;
    box-shadow: 5px 5px 0 var(--theme-bg-light);
    position: relative;
    transition: var(--transition);
}

.feature-item:hover .feature-icon {
    transform: rotateY(360deg);
}

.feature-icon img {
    width: 48px;
    filter: brightness(0) invert(1);
}

.feature-content {
    flex: 1;
    margin-top: 12px;
}

    .feature-content h4 {
        color: #3c3b3b;
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .feature-content p {
        color: #000;
    }

@media all and (max-width: 1199px) {
    .fa-negative {
        margin-top: -50px;
        margin-left: 20px;
    }

    .feature-item.active::before {
        transform: scale(1);
    }
}


/*--------------------------gallery slider----------------------*/
.gallery-slider {
    position: relative;
    padding: 60px 0px;
    background: #44233b;
}

.gallery {
    width: 100%;
    background: #44233b;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
}

.gallery-container {
    align-items: center;
    display: block;
    height: 450px;
    margin: 0px auto;
    max-width: 900px;
    position: relative;
    margin-top: 20px;
}

.gallery-item a img {
    height: 250px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
    width: 150px;
    z-index: 0;
    /* background: #fff; */
    padding: 10px;
    /* border:3px inset rgba(47, 115, 201, 0.75); */
}

.gallery-item-1 a img {
    left: -22%;
    opacity: .4;
    transform: translateX(-50%);
    top: 22%;
}

.gallery-item-2 a img {
    left: -4%;
    transform: translateX(-50%);
    top: 16%;
}

.gallery-item-3 a img {
    left: 20%;
    transform: translateX(-50%);
    top: 11%;
}

.gallery-item-4 a img {
    left: 30%;
    transform: translateX(-50%);
}

.gallery-item-5 a img {
    left: 80%;
    opacity: .4;
    transform: translateX(-50%);
    top: 11%;
}

.gallery-item-6 a img {
    left: 104%;
    opacity: .4;
    transform: translateX(-50%);
    top: 16%;
}

.gallery-item-7 a img {
    left: 122%;
    opacity: .4;
    transform: translateX(-50%);
    top: 22%;
}


.gallery-item-2 a img, .gallery-item-6 a img {
    height: 300px;
    opacity: 1;
    width: 200px;
    /*z-index: 2;*/
}


.gallery-item-3 a img, .gallery-item-5 a img {
    height: 350px;
    opacity: 1;
    width: 250px;
    /*z-index: 5;*/
}

.gallery-item-7 a img {
    height: 250px;
    opacity: .4;
    width: 150px;
    /*z-index: 1;*/
}



.gallery-item-4 a img {
    /* box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1); */
    height: 300px;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    z-index: 2;
    height: 450px;
}


.gallery-controls {
    position: absolute;
    top: 91%;
    width: 24%;
    z-index: 9999;
    left: 38%;
}

    .gallery-controls button {
        background-color: #f58734;
        border: 0;
        cursor: pointer;
        font-size: 16px;
        margin: 0 20px;
        padding: 0 12px;
        text-transform: capitalize;
        color: #00000000;
        border-radius: 50%;
        height: 35px;
        width: 35px;
    }

        .gallery-controls button:focus {
            outline: none;
        }

.gallery-controls-previous {
    position: relative;
    float: left;
}

    .gallery-controls-previous::before {
        border: solid #000;
        border-width: 0 2px 2px 0;
        content: '';
        display: inline-block;
        height: 15px;
        left: 7px;
        padding: 2px;
        position: absolute;
        top: 5px;
        transform: rotate(135deg) translateY(-50%);
        transition: left 0.15s ease-in-out;
        width: 15px;
        /* background-color: #f58734; */
        /* border-radius: 50%; */
        filter: invert(1);
    }

    .gallery-controls-previous:hover::before {
        /* left: -18px; */
    }

.gallery-controls-next {
    position: relative;
    float: right;
}

    .gallery-controls-next::before {
        border: solid #000;
        border-width: 0 2px 2px 0;
        content: '';
        display: inline-block;
        height: 15px;
        padding: 2px;
        position: absolute;
        right: 7px;
        top: 15px;
        transform: rotate(-45deg) translateY(-50%);
        transition: right 0.15s ease-in-out;
        width: 15px;
        filter: invert(1);
    }

    .gallery-controls-next:hover::before {
        /* right: -18px; */
    }

.gallery-nav {
    bottom: -15px;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    position: absolute;
    width: 100%;
}

    .gallery-nav li {
        background: #ccc;
        border-radius: 50%;
        height: 10px;
        margin: 0 16px;
        width: 10px;
    }

        .gallery-nav li.gallery-item-selected {
            background: #555;
        }


.g-image {
    position: relative;
}

.info {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 90%;
    background-color: white;
    padding: 15px;
    /* text-align: center; */
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    z-index: 1020;
    transform: translate(-50%, 0%);
    border-radius: 20px;
}

    .info h5 {
        margin: 0;
        font-weight: 600;
        color: #3c1c3c;
        font-size: 20px;
    }

    .info p {
        margin: 0;
        font-size: 0.9rem;
        color: #8e8e8e;
        font-size: 16px;
    }


.custom-slider {
    position: relative;
    padding: 60px 0px;
    background-color: #44233b;
    margin-bottom: 40px;
}

    .custom-slider .swiper-container {
        position: relative;
        width: 90vw;
        height: 600px;
    }

        .custom-slider .swiper-container > .swiper-slide__content {
            position: absolute;
            top: 0;
        }

    .custom-slider .swiper-slide {
        height: 500px;
        display: flex;
        /* background: #eee; */
        align-items: center;
        justify-content: center;
        transition: all 200ms linear;
        transform: scale(0.8);
    }

        .custom-slider .swiper-slide.swiper-slide-active {
            transform: scale(1);
            /* background: #fc0; */
        }

    .custom-slider .swiper-slide__content {
        height: 300px;
    }






@media screen and (min-width: 320px) and (max-width: 767px) {
    .gallery-container {
        margin-top: 20px;
    }
}

.gallery-dots {
    text-align: center;
    margin-top: 50px;
}

.gallery-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .gallery-dot.active {
        background-color: #f58734;
        width: 40px;
        border-radius: 4px;
    }


@media (min-width:768px) and (max-width: 991px) {
    .gallery-controls {
        top: 91%;
        width: 50%;
        left: 25%;
    }

    .gallery-item-6 a img {
        left: 114%;
    }

    .gallery-item-2 a img {
        left: -11%;
    }

    .gallery-item-3 a img {
        left: 12%;
    }

    .gallery-item-5 a img {
        left: 88%;
    }

    .info {
        bottom: 38px;
        width: 130px;
        padding: 10px;
        border-radius: 15px;
    }

        .info h5 {
            font-size: 12px;
        }

        .info p {
            font-size: 10px;
            line-height: 24px;
        }


    .custom-slider .swiper-container .swiper-button-prev, .swiper-button-next {
        height: 35px !important;
        width: 35px !important;
    }

    .custom-slider .swiper-container .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 34% !important;
        right: auto;
        top: 87% !important;
    }

    .custom-slider .swiper-container .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 34% !important;
        left: auto;
        top: 87% !important;
    }

    .custom-slider .swiper-slide {
        height: 285px;
    }

    .custom-slider .swiper-container {
        position: relative;
        width: 90vw;
        height: 350px;
        /* margin-bottom: 30px; */
    }
}


@media (max-width: 767px) {
    .gallery-controls {
        width: 90%;
        left: 5%;
    }

    .info {
        position: absolute;
        bottom: 80px;
        width: 225px;
        border-radius: 15px;
    }

        .info h5 {
            font-size: 20px;
        }

        .info p {
            font-size: 14px;
            line-height: 28px;
        }

    .custom-slider .swiper-container .swiper-button-prev, .swiper-button-next {
        height: 35px !important;
        width: 35px !important;
        background-color: #f58837 !important;
        color: #fff !important;
    }

    .custom-slider .swiper-container .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 20% !important;
        right: auto;
        top: 91% !important;
    }

    .custom-slider .swiper-container .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 20% !important;
        left: auto;
        top: 91% !important;
    }

    .custom-slider .swiper-slide {
        height: 520px;
    }

    .custom-slider .swiper-container {
        position: relative;
        width: 90vw;
        height: 520px;
    }

        .custom-slider .swiper-container .swiper-pagination-bullet {
            background: #f58837 !important;
        }
}

@media (min-width: 1200px) {
    .info {
        bottom: 80px;
        width: 90%;
    }
}

@media (min-width: 1400px) {
    .info {
        bottom: 30px;
        width: 90%;
    }
}

.custom-slider .swiper-container .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 40%;
    right: auto;
    top: 91%;
}


.custom-slider .swiper-container .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 40%;
    left: auto;
    top: 91%;
}



.custom-slider .swiper-container .swiper-pagination-bullet {
    width: 12px;
    height: 13px;
    display: inline-block;
    border-radius: 50%;
    background: #d0d0d0;
    opacity: 0.2;
}

.custom-slider .swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff, #fff;
    width: 40px;
    border-radius: 6px;
}

.custom-slider .swiper-container .swiper-button-prev, .swiper-button-next {
    color: #44233b;
    position: absolute;
    z-index: 9999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 0px;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}


.top-path-icon {
    margin-top: 50px;
}


.corner-icon-left-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    z-index: 2;
}


.corner-icon-right-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    z-index: 2;
}



.campaign-section {
    padding: 60px 15px;
    background-color: #f9f9f9;
}

.campaign-image {
    position: relative;
    background-image: url('../img/about/join-bg.png');
    background-size: cover;
    background-position: center;
    border-radius: 26px;
    overflow: hidden;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.campaign-content {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 90%;
}

.icon-circle {
    width: 70px;
    height: 70px;
    background-color: #ff9d41;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    background: linear-gradient(137deg, #ff9326 0, #ffc097 100%);
}

    .icon-circle img {
        width: 35px;
        height: 35px;
        filter: brightness(0.5);
        border-top-left-radius: 18px;
        border: 1px solid #000;
        border-top-right-radius: 18px;
        padding: 3px;
    }

.campaign-content h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    color: white;
    line-height: 45px;
}

.btn-contribute {
    background-color: #ff6b2d;
    color: #fff;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
}

    .btn-contribute:hover {
        background-color: #e85a1a;
    }

.disclaimer-text {
    margin-top: 60px;
}

    .disclaimer-text p {
        line-height: 26px;
    }


.r-icons {
    position: relative;
    left: 6px;
    top: -39px;
}

    .r-icons img {
        width: 35px;
        height: auto;
    }

.nice-select:after {
    position: absolute;
    right: 31px;
    top: 28%;
}


.label-campaigns {
    color: #4b2e52;
    font-size: 12px !important;
    margin-bottom: 10px;
}



.it-event-2-title_podcast {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Raleway';
    color: #ffffff;
    position: absolute;
    z-index: 990;
    bottom: 0px;
    border-radius: 0px 0px 20px 20px;
    padding: 15px 18px 5px;
    width: 100%;
    background: linear-gradient(to bottom, #ffffff00, #000000);
}


.devotees_flex {
    display: flex !important;
    gap: 20px;
    padding: 10px 0px;
}

._3-m {
    font-size: 40px;
    font-weight: 500;
    color: #44233b;
    font-family: "Lato-SemiBold", sans-serif;
}


.Devotees {
    color: #777789;
    font-size: 16px;
    line-height: 30px;
    line-height: 25px;
    padding: 10px 0px 0px;
}


.it-blog-date {
    color: #c4c0c0 !important;
}

.date_view {
    color: #f58734 !important;
}

.it-section-title-8 {
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.1;
    margin-bottom: 0;
    font-family: "Raleway";
    color: #44233B;
}

.ytp-title-expanded-heading {
    margin: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    -webkit-align-self: center;
    align-self: center;
    display: none !important;
}


.ytp-title-text {
    vertical-align: top;
    max-width: 100%;
    padding-top: 12px;
    font-size: 18px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-left: 4px;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    display: none !important;
}

.it-event-2-video {
    position: relative;
    border-radius: 15px 15px 0px 0px;
    padding: 0;
    margin: 0;
    background: #fff;
}

.it-event-2-content-video {
    padding: 5px 20px 10px;
    background: #ffffff;
    border-radius: 0px 0px 15px 15px;
}


.it-blog-video {
    color: #828282 !important;
    font-size: 12px;
    margin: 0;
}

.play-store-buttons {
    display: flex !important;
    gap: 20px;
    align-items: end;
}

.play-stroe_bg {
    background-color: #FEF7F2;
}


.bg-contact_detail {
    background-image: url(../img/event/contact_img_1.png);
}

/* testimonial */


.testimonial-card {
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

    .testimonial-card img {
        width: 80px !important;
        height: 80px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 10px;
    }

    .testimonial-card h3 {
        font-size: 1.1rem;
        color: #3e2a45;
        margin: 10px 0;
    }

    .testimonial-card p {
        font-size: 0.9rem;
        color: #666;
        line-height: 1.4;
        margin-bottom: 12px;
    }

.stars {
    color: #ffa500;
    font-size: 1.2rem;
}

    .stars span:last-child {
        color: #ccc;
    }

.owl-carousel .owl-item img {
    display: unset !important;
}



.help-section {
    text-align: center;
    padding: 40px 20px;
}

    .help-section h4 {
        color: #f68b2c;
        font-size: 18px;
        margin-bottom: 8px;
    }

    .help-section h2 {
        color: #381d3b;
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 30px;
    }

.help-boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 20px;
    flex-wrap: wrap;
}

.help-box {
    background-color: #000;
    color: #fff;
    border-radius: 12px;
    padding: 30px 30px;
    display: flex;
    align-items: center;
    position: relative;
    flex: 1;
    min-width: 280px;
    max-width: 510px;
}

.help-content {
    text-align: left;
    padding-left: 50px;
}

    .help-content p {
        font-size: 14px;
        margin-bottom: 5px;
        color: #fff;
    }

    .help-content h3 {
        font-size: 24px;
        margin: 0;
        color: #fff;
        font-weight: 500;
        font-family: "Lato-Bold", sans-serif;
    }

.help-icon-left {
    height: auto;
    margin-right: 15px;
    position: absolute;
    left: -80px;
    width: 156px;
    bottom: -14px;
}

.help-icon-right {
    height: 80px;
    margin-left: 15px;
    height: auto;
    margin-right: 15px;
    position: absolute;
    right: -48px;
    width: 163px;
    bottom: -1px;
}

.help-divider {
    background: #fff;
    color: #f68b2c;
    padding: 14px 20px;
    font-weight: bold;
    border-radius: 8px;
    position: absolute;
    z-index: 1;
}

.it-copyright-text {
    padding: 5px 0px;
}

.about_footer {
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.1;
    margin-bottom: 0;
    font-family: "Raleway";
    color: #44233B;
}

.fa-solid,
.fas {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}

.follo-us {
    color: #44233B;
    font-weight: 600;
    font-family: 'Raleway';
    margin: 0px 0px 10px;
}



.ccenter-footer-line {
    text-align: center;
}

@media (max-width: 400px) {
    .testimonial-card {
        padding: 15px;
        max-width: 90%;
    }
}


/* testimonial */



i.fas.fa-phone {
    transform: scaleX(-1);
}

@media (max-width: 600px) {
    .label {
        font-size: 12px;
        padding: 0px 10px;
        line-height: 20px;
    }

    .footer-icons img {
        width: 40px !important;
        height: 40px;
        margin-bottom: 25px;
    }

    .it-career-content p {
        width: 100%;
        font-weight: 500;
    }
}


@media (max-width: 480px) {
    .card {
        flex-direction: column;
        align-items: flex-start;
    }

    .card-content {
        margin-left: 0;
        margin-top: 12px;
    }

    .avatars {
        margin-bottom: 4px;
    }
}






















/*--------------------------------register-----------------------------*/

.thankyou_container {
    width: 670px;
    margin: auto;
    border-radius: 12px;
    padding: 55px 30px;
    background: url('../img/Pooja_img/thankyou_page.png');
    background-size: contain;
    text-align: center;
    background-repeat: no-repeat;
}

.details h4 {
    color: #5B2B12;
    font-size: 18px;
    font-family: cursive;
}

.details {
    line-height: 20px;
    padding: 260px 0px 0px;
    font-size: 14px;
    color: #914b28;
    font-family: 'Raleway';
    font-weight: 400;
    margin-bottom: 20px;
}

.align-hv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    height: 30%;
}


.thanku-popup {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../img/Pooja_img/thank_u_bg.png') center center / cover no-repeat;
    padding: 14px;
}


.copy-button {
    background-color: #f48024;
    color: white;
    border: none;
    padding: 4px 12px;
    font-size: 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

    .copy-button:active {
        transform: scale(0.98);
    }

    .copy-button svg {
        width: 18px;
        height: 18px;
        fill: white;
    }

.usecode {
    font-size: 20px;
    font-family: system-ui;
    color: #5c2b11;
    margin: 0;
}

.booking_text {
    font-family: 'Raleway';
    font-weight: 500;
    color: #914b4a;
    font-size: 18px;
    margin: 5px;
}

.register-popup {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../img/about/register-bg.png') center center / cover no-repeat;
}


.bgc {
    background-image: url(../img/icon/Subtract.png);
    background-size: 100% 100%;
    padding: 13px 0px;
    margin: 0px 80px;
}



/*.register-bg {
    position: relative;
    width: 100%;
    height: 100%;
    background: url('../img/about/register-bg.png') center center / cover no-repeat;
}*/

.register-card {
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    text-align: center;
    margin-left: auto;
}

    .register-card h2 {
        color: #472a1e;
        font-size: 22px;
        margin-bottom: 10px;
        font-family: "Raleway";
    }

    .register-card p {
        color: #777;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .register-card .register-logo {
        width: 150px;
        margin-bottom: 30px;
    }

.input-group {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
    /* border-bottom: 1px solid #eee; */
    text-align: left;
}

    .input-group .country-code {
        padding: 10px 0px 0px 10px;
        background: #f7f7f7;
        font-size: 14px;
        white-space: nowrap;
        height: 58px;
    }

    .input-group input {
        border: none;
        flex: 1;
        padding: 10px;
        font-size: 14px;
    }

.register-card input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #f7f7f7;
    border-radius: 8px;
    margin-bottom: 0px;
    font-size: 20px;
    font-family: 'Raleway' !important;
    color: #6f6f6f;
    background-color: #f7f7f7;
    font-weight: 500;
}

.register-card .terms {
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
}

    .register-card .terms a {
        color: orange;
        text-decoration: none;
    }

.register-card button {
    background: #f58220;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 22px;
    cursor: pointer;
    width: 100%;
    transition: 0.3s;
}

    .register-card button:hover {
        background: #e2711d;
    }

.close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 40px;
    cursor: pointer;
    color: #333;
}

.country-code img {
    width: 25px;
    height: auto;
}

form {
    text-align: left;
}

.otp {
    width: 70%;
    margin: 0 auto;
}

    .otp .input-group {
        border-radius: 12px !important;
    }

    .otp input {
        height: 85px;
        background-color: #fff !important;
        border: 1px solid #999999 !important;
        border-radius: 12px !important;
    }


.register-card .resend {
    font-size: 16px;
    color: #777;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 20px;
    text-align: right;
}

    .register-card .resend a {
        color: orange;
        text-decoration: none;
    }

@media(max-width: 480px) {
    .register-card {
        margin: 0px;
    }
}

@media( max-width: 767px) {
    .register-popup {
        background: url(../img/about/register-bg.png);
        background-repeat: no-repeat;
        background-color: #feaa00;
        align-items: flex-end;
        padding-bottom: 20px;
    }

    .register-card h2 {
        font-size: 14px;
    }

    .register-card p {
        font-size: 14px;
        margin-bottom: 11px;
        line-height: 20px;
    }

    input {
        height: 40px;
    }

    .input-group .country-code {
        height: 40px;
        padding: 2px 0px 0px 10px;
    }

    .register-card .terms {
        font-size: 13px;
    }

    .register-card .register-logo {
        width: 120px;
        margin-bottom: 20px;
    }

    .otp input {
        height: 52px;
    }

    .otp {
        width: 80%;
    }
}

/*---------------------------------end----------------------------------*/



/*------------------------------profile------------------------------------*/
.profile-section {
    position: relative;
    padding: 60px 0px;
}

.profile-card {
    /* max-width: 500px; */
    margin: 30px auto;
    font-family: Arial, sans-serif;
    color: #3b2031;
}

.profile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.profile-info h3 {
    font-size: 18px;
    font-family: "Raleway";
}

.section-header h4 {
    font-size: 20px;
    font-family: "Raleway";
}

.profile-info {
    display: flex;
    /* align-items: center; */
    gap: 26px;
    position: relative;
}

.profile-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.btn-complete {
    background: #00a651;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 30px;
    cursor: pointer;
}

.section-card {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
    color: #656565;
}

.edit-btn {
    color: #00a651;
    text-decoration: none;
}

.edit-icon {
    position: absolute;
    bottom: 21px;
    left: 43px;
    background: #fff;
    border: 1px solid #f58734;
    border-radius: 50%;
    padding: 2px 4px;
    font-size: 17px;
    cursor: pointer;
    color: #f58734;
    height: 30px;
    width: 30px;
    line-height: 23px;
    text-align: center;
}

.info-note {
    background: #e7f9ed;
    padding: 10px;
    border-radius: 8px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0a8040;
    margin-bottom: 20px;
}

.btn-logout {
    background: none;
    border: 1px solid #ff4d4d;
    color: #ff4d4d;
    padding: 3px 15px;
    border-radius: 8px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

.shield i {
    font-size: 26px;
}
/*-------------------------------end--------------------------------------*/


/*--------------------------------account detail---------------------------*/

.account-section {
    position: relative;
    padding: 25px 0px;
}

.edit-section {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin: 20px auto;
    color: #381d3b;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}


.edit-top {
    border: 2px solid #efefef;
    /* padding: 20px; */
    border-radius: 12px;
    margin-bottom: 20px;
}

.edit-section input {
    height: 45px;
    width: 75%;
}

.form-group {
    gap: 0px;
    margin-bottom: -20px;
    flex-wrap: wrap;
}

.form-field {
    flex: 1;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 0px 20px;
}

    .form-field label {
        font-size: 14px;
        margin-bottom: 5px;
        color: #381d3b;
    }

    .form-field input,
    .form-field select {
        padding: 10px 12px;
        border-radius: 6px;
        border: 1px solid #e5e5e5;
        background: #f9f9f9;
        font-size: 14px;
        color: #381d3b;
    }

.date-picker {
    position: relative;
}

.edit-top h3 {
    font-size: 20px;
    font-family: "Raleway";
    margin-bottom: 15px;
    border-bottom: 2px solid #efefef;
    padding: 20px 20px;
}

.date-picker .calendar-icon {
    position: absolute;
    right: 27%;
    top: 50%;
    transform: translateY(-50%);
    color: #381d3b;
    font-size: 16px;
    cursor: pointer;
}

.save-btn {
    background: #f68b2c;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    display: block;
    margin: 20px auto 0;
}

    .save-btn:hover {
        background: #e67e21;
    }

.edit-section .postbox__select .nice-select {
    width: 75%;
    border: 1px solid #e5e5e5;
    height: 45px;
    line-height: 45px;
    padding: 0px 20px;
    position: relative;
    background-color: #f9f9f9;
    border-radius: 6px;
}


.breadcrumb-wrapper {
    background-color: #fde8d7;
    padding: 6px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.custom-breadcrumb {
    display: flex;
    align-items: center;
    font-size: 14px;
}

    .custom-breadcrumb a {
        color: #2c1c2f;
        text-decoration: none;
        font-weight: 500;
        font-size: 16px;
    }

    .custom-breadcrumb .separator {
        margin: 0 8px;
        color: #6f6f6f;
        font-size: 29px;
        position: relative;
        top: -4px;
    }

    .custom-breadcrumb .current {
        color: #f68b2c;
        font-weight: 500;
        font-size: 14px;
    }

.puja-fix a img {
    padding: 10px;
    border-radius: 22px;
}

.hover_event {
    border: 1px solid #fff;
    border-radius: 22px;
}

    .hover_event:hover {
        border: 1px solid #f58734;
        border-radius: 22px;
    }


.diya-width {
    width: 120px;
}
/*----------------------------------end-------------------------------------*/


/*-----------------------------------events---------------------------------*/

.account-section .nav-tabs {
    justify-content: center;
    border-bottom: 1px solid #e4e4e4 !important;
    margin-bottom: 40px;
}


    .account-section .nav-tabs .nav-link.active {
        margin-bottom: calc(var(--bs-nav-tabs-border-width) * -1);
        background: 0 0;
        border: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom: 2px solid #000;
        font-family: 'Raleway';
        font-weight: 500;
    }

.tab-pane h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: 'Raleway';
}

.puja-card {
    display: flex;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
}

.puja-image {
    position: relative;
    justify-content: center;
    align-items: center;
}

    .puja-image img {
        max-height: 100%;
        width: 100%;
        height: auto;
    }

.puja-date {
    position: absolute;
    top: 0;
    right: 0;
    background: #fbeee6;
    color: #202020;
    padding: 8px;
    text-align: center;
    font-weight: 500;
    line-height: 1.2;
    border-bottom-left-radius: 8px;
    font-family: 'Raleway';
}

.about2img {
    height: auto !important;
    object-fit: cover;
}

.puja-details {
    padding: 20px;
    flex: 1;
}

    .puja-details h4 {
        color: #4a285d;
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 20px;
        font-family: 'Raleway';
    }

    .puja-details p {
        margin: 4px 0;
        color: #555;
    }

    .puja-details i {
        color: #f68b2c;
        margin-right: 6px;
    }

.status-confirmed i {
    color: #00b167;
    margin-left: 10px;
}

.puja-actions {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.status-confirmed {
    background: transparent;
    color: #00b167;
    padding: 3px 12px;
    border-radius: 30px;
    font-size: 14px;
    border: 1px solid #00b167;
}

.puja-actions a {
    color: #f68b2c;
    font-weight: 500;
    font-size: 14px;
}

.event-flex_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

span.special_puja {
    position: absolute;
    top: 15px;
    z-index: 999;
    left: 20px;
    background: #f58734;
    padding: 0px 15px;
    border-radius: 50px;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    font-family: 'Raleway';
}

ul.it-about-3-list-puja {
    list-style: none;
    line-height: 30px;
    font-size: 15px;
    color: #44233B;
    font-family: 'Raleway';
    font-weight: 500;
}

.rd {
    color: #f58734;
    padding: 0px 0px 0px 8px;
    transform: scaleX(-1);
}

.banners {
    margin: 15px 0px 0px;
    background-color: #ffe9df;
    border-radius: 12px;
    padding: 16px 20px;
    display: flex;
    align-items: flex-start;
    border: 1px solid #f58734;
}

.profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 16px;
    flex-shrink: 0;
}

.banners-content {
    flex: 1;
}

.banners-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .banners-header h3 {
        color: #e56a2d;
        font-size: 17px;
        font-weight: 600;
        margin: 0;
        font-family: 'Raleway';
    }

    .banners-header a {
        font-size: 14px;
        color: #e56a2d;
        text-decoration: underline;
        font-family: 'Raleway';
        font-weight: 600;
    }

.banner-header a:hover {
    text-decoration: underline;
}

.banners-text {
    font-size: 14px;
    color: #444;
    margin-top: 6px;
    line-height: 1.4;
}

.box-left-pdding {
    padding: 0px 100px 0px 40px;
}


.bg-none-button {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    border-radius: 32px;
    border: 1px solid #F58734;
    background: #F58734;
    padding: 8px 32px;
    font-size: 20px;
}



.pooja-buttons-one {
    background: #F58734;
    padding: 14px 20px;
    border-radius: 60px;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'Raleway';
    font-weight: 600;
}

.pooja-buttons-two {
    background: #ffffff;
    padding: 14px 20px;
    border-radius: 60px;
    color: #bf5d12;
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'Raleway';
    font-weight: 600;
    border: 1px solid #f58734;
    margin: 0px 0px 0px 30px;
}

.banner-text {
    color: #777789;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
    font-family: 'Raleway';
    font-weight: 500 !important;
}

.detail_bg_wrapper {
    background-color: #fff2e7;
    position: relative;
    z-index: 1;
}


.tab_button_flix {
    display: flex;
    justify-content: space-between;
}

.tab_button {
    padding: 0px 0px;
    border-bottom: 1px solid #eaeaea;
}


.tab_button_flix {
    display: flex;
    gap: 1rem;
}

.tab_click a {
    text-decoration: none;
    color: #777789;
    padding: 0.5rem 1rem;
    display: block;
    border-radius: 0px;
    transition: border-color 0.2s;
    font-family: 'Raleway';
    font-weight: 500;
}

.tab_click.active a {
    border-color: #44233B;
    color: #44233B;
}




.it-event-2-meta-pooja span {
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Raleway';
    color: #777789;
}

.it-event-2-title-poojas {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Raleway';
    color: #44233B;
    line-height: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 0px 8px;
}


.it-event-2-item-boxs {
    padding: 15px;
    border: 1px solid #f58734;
    border-radius: 22px;
    position: relative;
}

.cercles {
    border-radius: 22px;
    position: relative;
}


.it-blog-metas {
    position: absolute;
    background: #F58734;
    top: 38%;
    left: 34px;
    width: 100px;
    padding: 1px 14px;
    border-radius: 50px;
    color: #fff;
    font-family: 'Raleway';
    line-height: 25px;
    font-weight: 500;
    font-size: 16px;
}


.it-btn-theme-sm-btn {
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    position: relative;
    transition: 0.4s;
    border-radius: 25px;
    z-index: 1;
    color: #03a84e;
    font-family: 'Raleway';
    text-align: center;
    border: 1px solid #03A84E;
    font-size: 18px;
}


.list-none {
    list-style: none;
}


.offring_bg {
    background-image: url(../img/about/temple_bg.png);
    padding: 50px 50px 0px;
    border-radius: 22px;
}








.orange-bg_abouts {
    color: #464544;
    background-color: #ffffff;
    font-family: "Raleway", sans-serif;
    padding: 0px !important;
}


.bg-Procedure {
    background: #44233B;
}


.it-feature-title-Procedure {
    color: #ffff;
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 600;
}

.Procedure-text {
    color: #fff !important;
}

.it-event-2-title-get {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Raleway';
    color: #44233B;
    line-height: 26px;
    text-align: center;
}


.bg-colors {
    background: #FFF2E7;
    padding: 50px;
    border-radius: 22px;
    position: relative;
}


.it-about-5-images {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 20%;
}


.diys1 {
    position: absolute;
    right: 26px;
    top: 0px;
    /* z-index: -1; */
    /* height: 300px; */
    /* width: 300px; */
    /* padding: 100px; */
}

.diys2 {
    position: absolute;
    left: 0px;
    top: 67%;
}

.diys3 {
    position: absolute;
    left: 0px;
    top: 65%;
    width: 200px;
}


.countdown {
    display: flex;
    gap: 10px;
}

.box {
    background-color: white;
    padding: 0px 10px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    gap: 5px;
}

.number {
    font-size: 16px;
    font-weight: 600;
    color: #3b1d34;
    font-family: 'Raleway';
    align-items: baseline;
}

.labels {
    font-size: 12px;
    color: #3b1d34;
    font-family: 'Raleway';
    font-weight: 500;
}

.chadawa-srart-in {
    font-size: 12px;
    font-family: 'Raleway';
    color: #44233b;
    font-weight: 600;
}


.black {
    color: #44233be8;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Raleway';
}





.product-card {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    margin: auto;
    flex-wrap: unset;
}

.product-image {
    flex: -1 0 100px;
    margin-right: 16px;
}

    .product-image img {
        width: 80px;
        height: 100px;
        border-radius: 4px;
        object-fit: cover;
    }

.product-info {
    flex: 1;
    width: 100%;
}

.product-title {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 0px;
    font-family: 'Raleway';
    text-align: left;
}

.product-description {
    font-size: 13px;
    color: #555;
    margin-bottom: 0px;
    line-height: 20px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}

.product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.price {
    color: #f58734;
}

.add-btn {
    background-color: #fff;
    border: 1px solid #28a745;
    color: #28a745;
    padding: 2px 12px;
    line-height: 24px;
    font-size: 13px;
    border-radius: 5px;
    font-weight: 600;
    font-family: 'Raleway';
    position: relative;
    margin-top: 10px;
}

    .add-btn:hover {
        background-color: #28a745;
        color: white;
    }


.fa-plus {
    font-weight: bold;
    font-size: 16px;
    font-family: fantasy;
}





div#nav-tab {
    justify-content: center;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
    font-size: 15px;
    flex-wrap: unset;
}


.links.active {
    border-bottom: 2px solid #44233B;
}



.tab_click.active {
    border-bottom: 2px solid #44233B;
}

.tab_button_flix_temple a.active {
    border-bottom: 2px solid #44233B;
}




.offer-bar {
    background-color: #0aad60;
    color: white;
    padding: 7px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    position: fixed;
    width: 75%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    bottom: 35px;
    z-index: 1;
    border-radius: 10px;
}

.offer-info {
    display: flex;
    flex-direction: column;
    font-family: 'Raleway';
    line-height: 25px;
}

.price {
    font-size: 18px;
    font-weight: 600;
    font-family: system-ui;
}

.next-link {
    font-size: 19px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    font-family: 'Raleway';
}

    .next-link:hover {
        text-decoration: none;
    }


.modal-dialog {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.modal-header {
    border: none;
}

.orange-bg {
    color: #f58734 !important;
}

.pricing {
    font-size: 20px;
    font-weight: 600;
    font-family: system-ui;
    color: #fff;
}

.m_part_one {
    border: 1px solid #f1eded;
    padding: 15px 15px 20px;
    border-radius: 10px;
    height: 100%;
}

.whatsapp_text {
    font-size: 17px;
    font-family: 'Raleway';
    color: #44233B;
    font-weight: 600;
}


.note {
    font-size: 15px;
    line-height: 26px;
    font-family: 'Raleway';
}

.r-icon {
    position: relative;
    left: 6px;
    top: -37px;
}

    .r-icon img {
        width: 35px;
        height: auto;
    }

.r-icong img {
    width: 35px;
    height: auto;
}


.r-icons {
    position: relative;
    left: 6px;
    top: -39px;
}


.r-icong {
    position: relative;
    left: 7px;
    top: -38px;
}







.r-icons img {
    width: 35px;
    height: auto;
}

label {
    display: inline-block;
    font-family: 'Raleway';
    color: #44233b;
    font-weight: 600;
    font-size: 16px;
}

.red {
    color: red;
    font-size: 25px;
}



.item-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    margin-top: 10px;
}

.quantity-box {
    background: #f3f0f3;
    padding: 0px 12px;
    border-radius: 7px;
    font-size: 14px;
    margin: 0px 9px;
}

.item-name {
    display: flex;
    align-items: center;
    width: 200px;
    font-size: 14px;
    line-height: 20px;
}

.summmary_text {
    font-family: 'Raleway';
    font-size: 18px;
    color: #44233B;
}

.pricess {
    font-size: 16px;
    color: #44233B;
}

.btn-close {
    border: 1px solid #8f8f8fc2;
}

.bottoms {
    bottom: 35px;
    position: absolute;
    right: 0;
}

.footer-mobile-only {
    display: none;
}


.bottom_text {
    bottom: 63px;
    position: absolute;
    width: 30%;
    right: 18px;
}

.border-1x {
    border: 1px solid #f1eded;
    padding: 20px 20px 25px;
    border-radius: 10px;
}



.cards {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: space-between !important;
    border-top: 2px solid #efefef;
}

.label {
    color: #4b2e52;
    font-size: 16px;
    margin-bottom: 10px;
}

.amount {
    color: #2e7d32;
    font-size: 20px;
    font-weight: bold;
}

.modal-header {
    border: none;
    padding: 5px 30px 5px 0px;
}




.step {
    display: none;
}






.coupon-button {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    font-size: 14px;
    color: #007aff;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 10px;
    cursor: pointer;
    width: 100%; /* Adjust width as needed */
    text-decoration: none;
    font-family: sans-serif;
    transition: background-color 0.2s ease;
    font-family: 'Raleway';
    font-weight: 500;
}

    .coupon-button:hover {
        background-color: #f9f9f9;
    }

.arrow {
    font-size: 18px;
}












hr {
    margin: 0.5rem 0;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
    color: #d9c9c9;
}





ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}



    ul.tabs li {
        background: none;
        color: #222;
        display: inline-block;
        padding: 0;
        cursor: pointer;
    }

        ul.tabs li.current {
            border: 1px solid #ff7107;
            border-radius: 50%;
        }

.tab-contents {
    display: none;
    border: 1px solid #ff6e004f;
    border-radius: 12px;
    margin: 15px 0px 0px;
    padding-top: 10px;
}

    .tab-contents.current {
        display: inherit;
    }



.puja-container {
    padding: 0px 10px;
    background-color: #fff;
}

.puja-item {
    text-align: center;
    flex: 0 0 auto;
    width: 80px;
    padding: 5px;
}

.puja-image {
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 0px solid transparent;
    transition: border 0.3s;
}

.puja-item.active .puja-image {
    border: 3px solid orange;
}

.puja-label {
    margin-top: 0px;
    font-size: 12px;
    color: #44233b;
    font-family: 'Raleway';
    font-weight: 600;
}

.puja-item.active .puja-label {
    color: orange;
    font-weight: bold;
}


.marquee_list li a {
    color: #fff;
}


.boder-box {
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}



.it-event-2-title-set {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Raleway';
    color: #44233B;
    line-height: 18px;
    margin-bottom: 0px;
}




.it-events {
    padding: 12px 5px;
    margin: 0;
}

progress {
    width: 100%;
    height: 8px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-appearance: none;
    appearance: none;
}


    progress::-webkit-progress-bar {
        background-color: #fde2cc;
        border-radius: 10px;
    }

    progress::-webkit-progress-value {
        background-color: #f58220;
        border-radius: 10px;
    }


    progress::-moz-progress-bar {
        background-color: #f58220;
        border-radius: 10px;
    }

.modal-content {
    padding: 16px;
    border-radius: 35px;
}




input[type="checkbox"] {
    /* accent-color: #F58734; */
    /* border-radius: 12px; */
    /* color: #fff !important; */
}



.modal-body {
    padding: 0;
}


.items-center-btm {
    text-align: right;
    margin-top: 10px;
}

.btn-black {
    color: orange;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Raleway';
}










.pcard-flex {
    display: flex;
    gap: 10px;
    margin: 0;
    justify-content: space-between;
    height: 120px;
}




.kumkum_img {
    width: 150px;
    height: 119px;
    vertical-align: top;
    object-fit: cover;
}

.titless {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
    color: #44233B;
    font-family: 'Raleway';
    line-height: 24px;
}


.descriptions {
    line-height: 23px;
    font-size: 13px;
    color: #777;
}

.price-tag {
    position: relative;
    bottom: 41px;
    left: 10px;
    background-color: #F58734;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Raleway';
}



.spical_pooja_select {
    border: 1px solid #f5822047;
    padding: 10px;
    border-radius: 14px;
}

.it-career-contentav {
    height: 550px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.titless-1 span {
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Raleway';
    color: #777789;
    background: #f3f3f3;
    padding: 7px 10px;
    border-radius: 4px;
    white-space: nowrap;
}


.ofscroll {
    overflow: scroll;
    gap: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}


.mb30 {
    margin-bottom: 25px;
}



.total_payble {
    font-size: 15px;
    color: #3b1d34;
    font-family: 'Raleway';
    font-weight: 600;
}



.promo-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Raleway';
    color: #44233b;
}

.promo-apply {
    color: #f88c1d;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

.promo-divider {
    border-top: 1px solid #ccc;
    margin: 10px 0;
}

.promo-description {
    font-size: 14px;
    color: #311B2B;
    line-height: 24px;
}

    .promo-description b {
        font-weight: 700;
    }



.c-icon img {
    width: 35px;
    height: auto;
}

.c-icon {
    position: relative;
    left: 6px;
    top: -38px;
}








@media (max-width: 767px) {

    .product-card {
        text-align: center;
    }

    .product-image {
        margin: 0 10px 0px 0px;
    }

    .product-footer {
        gap: 10px;
        display: flex;
    }


    .add-btn {
        margin: 10px 8px 0px 0px;
    }



    .puja-details h4 {
        font-size: 15px;
    }

    .diys3 {
        position: absolute;
        left: -40px;
        top: 6%;
    }


    .diys2 {
        position: absolute;
        left: 0px;
        top: 22%;
    }

    .it-event-2-title-get {
        font-size: 14px;
        font-weight: 600;
        font-family: 'Raleway';
        color: #44233B;
        line-height: 25px;
        text-align: center;
    }

    .puja-details p {
        font-size: 12px;
        line-height: 23px;
    }

    .status-confirmed {
        font-size: 12px;
    }

    .puja-details {
        padding: 10px;
    }

    .puja-image {
        width: 175px;
    }

    .puja-actions {
        gap: 5px;
        flex-wrap: wrap;
    }

    .it-section-title-8 {
        font-size: 25px !important;
    }

    .account-section .nav-tabs .nav-link {
        font-size: 15px;
    }

    .it-footer-title {
        display: none !important
    }

    .swiper-button-prev,
    .swiper-button-next {
        height: 40px !important;
        width: 40px !important;
    }

    .diya-width {
        width: 80px;
    }

    .box-left-pdding {
        padding: 0px 0px 0px 0px;
    }

    .avatars img {
        width: 25px;
        height: 25px;
    }

    .banners-header h3 {
        color: #e56a2d;
        font-size: 12px;
    }

    .banners-header a {
        font-size: 11px;
    }

    .banner-text {
        font-size: 14px !important;
        line-height: 21px !important;
        margin-bottom: 0px !important;
        font-family: 'Raleway';
        font-weight: 500 !important;
    }

    .pooja-buttons-two {
        background: #ffffff;
        padding: 10px 15px;
        border-radius: 60px;
        color: #bf5d12;
        text-transform: capitalize;
        font-size: 16px;
        font-family: 'Raleway';
        font-weight: 600;
        border: 1px solid #f58734;
        margin: 0px 0px 0px 8px;
    }

    .pooja-buttons-one {
        background: #F58734;
        padding: 10px 15px;
        border-radius: 60px;
        color: #fff;
        text-transform: capitalize;
        font-size: 16px;
        font-family: 'Raleway';
        font-weight: 600;
    }

    .edit-section input {
        width: 100%;
    }

    .edit-section {
        padding: 0px;
    }

    .nav-link {
        color: #353535;
        font-family: 'Raleway';
        font-weight: 500;
        font-size: 14px;
        width: 100%;
        white-space: nowrap;
    }

    .bg-colors {
        background: #FFF2E7;
        padding: 25px;
        border-radius: 22px;
        position: relative;
    }

    .tab_button_flix {
        display: none;
    }

    .offer-bar {
        background-color: #0aad60;
        color: white;
        padding: 5px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-family: Arial, sans-serif;
        font-size: 14px;
        position: absolute;
        width: 94%;
        left: 50%;
        right: 0;
        transform: translate(-50%, -50%);
        bottom: 190px;
        z-index: 1;
        border-radius: 6px;
    }

    .price {
        font-size: 18px;
        font-weight: 600;
        font-family: 'Font Awesome 5 Pro';
    }

    .next-link {
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        color: #fff;
        font-family: 'Raleway';
    }

    .offer-info {
        display: flex;
        flex-direction: column;
        font-family: 'Raleway';
        line-height: 22px;
    }

    .footer-mobile-only {
        display: none;
    }

    .footer-mobile-only {
        display: block;
    }

    .m_part_one {
        border: 1px solid #f1eded;
        padding: 10px 14px 10px;
        border-radius: 20px;
        overflow: hidden;
    }

    .product-image {
        flex: 0 0 70px;
        margin-right: 16px;
    }

        .product-image img {
            width: 70px;
            height: 100px;
            border-radius: 4px;
            object-fit: cover;
        }

    .whatsapp_text {
        font-size: 15px;
        font-family: 'Raleway';
        color: #44233B;
        font-weight: 600;
    }

    .bottom_text {
        bottom: 0px;
        position: relative;
        width: 100%;
        right: 0;
    }

    .border-1x {
        border: 0px solid #f1eded;
        padding: 0;
        border-radius: 10px;
    }

    .cards {
        background-color: #fff;
        border-radius: 0px;
        padding: 9px 5px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        display: block;
        justify-content: space-between !important;
    }

    .pcard-flex {
        display: flex;
        gap: 10px;
        margin: 0;
        justify-content: space-between;
        min-height: 130px;
    }

    .it-career-contentav {
        height: auto;
        margin-bottom: 0px;
    }

    .puja-label {
        margin-top: 0px;
        font-size: 11px;
        color: #44233b;
        font-family: 'Raleway';
        font-weight: 600;
        text-align: center;
    }

    .price-tag {
        position: relative;
        bottom: 41px;
        left: 4px;
        background-color: #F58734;
        color: #fff;
        padding: 5px 10px;
        border-radius: 20px;
        font-size: 10px;
        font-weight: 600;
        font-family: 'Raleway';
    }

    .modal-content {
        padding: 11px;
        border-radius: 10px;
    }


    .d-flex-row-also {
        display: flex !important;
        overflow: auto;
        gap: 20px;
        scrollbar-width: none;
        -ms-overflow-style: none;
        flex-wrap: nowrap;
    }

    .mb30 {
        margin-bottom: 0px;
    }

    .it-event-2-thumb img {
        width: 100%;
        transition: 0.9s;
        border-radius: 20px;
    }

    .d-nones {
        display: none;
    }




    .it-events {
        padding: 12px 0px;
        margin: 0;
    }

    .it-event-2-title-set {
        font-size: 12px;
        font-weight: 500;
        font-family: 'Raleway';
        color: #44233B;
        line-height: 14px;
        margin-bottom: 0px;
    }

    .ofscroll {
        justify-content: space-between !important;
    }

    .diys1 {
        position: absolute;
        right: 10px;
        top: 0px;
        z-index: 9;
        width: 70px;
    }


    .product-card {
        border-radius: 8px;
        padding: 3px 8px;
    }

    .items-center-btm {
        text-align: right;
        margin-top: 10px;
        bottom: 25px;
        right: 0px;
    }

    .item-row {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mobile-bottom {
        padding-bottom: 30px;
    }

    .thankyou_container {
        width: 320px;
        margin: auto;
        border-radius: 12px;
        padding: 55px 15px;
        background: url(../img/Pooja_img/thankyou_page_m.png);
        text-align: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .details {
        padding: 114px 0px 0px;
    }



    .bgc {
        background-image: url(../img/icon/Subtract.png);
        background-size: 100% 100%;
        padding: 13px 0px;
        margin: 0px 0px;
    }

    .thanku-popup {
        position: relative;
        width: 100%;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        background: url(../img/Pooja_img/thank_u_bg-m.png) center center / cover no-repeat;
        padding: 14px;
    }

    .temple_bg {
        background-image: url(../img/temple/temple_bg_m.png) !important;
        padding: 54px 20px 20px !important;
        border-radius: 0px !important;
        background-size: cover !important;
        background-repeat: space !important;
        background-position: bottom !important;
        min-height: 800px !important;
        border-radius: 20px !important;
    }

    .full_bg {
        background: #ffffff !important;
        padding: 0px 10px !important;
    }

    .temple_pd {
        text-align: left !important;
    }


    .temple_photo {
        position: relative;
        left: 6% !important;
        bottom: 70px;
        background: #ffffff;
        padding: 8px 12px;
        border-radius: 8px;
        font-family: 'Raleway';
        font-weight: 600;
        font-size: 12px !important;
    }

    .booking_btns {
        display: none !important;
    }

    .temple_img img {
        width: 100%;
        border-radius: 8px;
    }

    .tab_button_flix_temple {
        display: flex;
        gap: 1rem;
        overflow: auto;
        white-space: nowrap;
    }

    .campaigns_bg {
        background-image: url(../img/temple/campaigns_banner_mobile.png) !important;
        padding: 30px 50px 380px !important;
        border-radius: 22px;
        background-size: contain;
        background-repeat: round;
    }



    .taba {
        overflow: hidden;
        border: 2px solid #f58734;
        background-color: #ffffff;
        display: flex;
        justify-content: space-evenly;
        border-radius: 30px 30px 0px 0px;
        border-bottom: navajowhite !important;
        overflow: scroll !important;
        white-space: nowrap !important;
        gap: 20px !important;
        padding: 16px 20px !important;
    }
}




@media (min-width: 992px) and (max-width: 1499px) {
    .it-blog-metas {
        position: absolute;
        background-color: #F58734;
        top: 29% !important;
        left: 34px;
        width: 100px;
        padding: 1px 14px;
        border-radius: 50px;
        color: #fff;
        font-family: 'Raleway', sans-serif;
        line-height: 25px;
        font-weight: 500;
        font-size: 16px;
    }

    .temple_photo {
        position: relative;
        left: 50px !important;
        bottom: 70px;
        background: #ffffff;
        padding: 8px 12px;
        border-radius: 8px;
        font-family: 'Raleway';
        font-weight: 600;
        font-size: 14px;
    }



    .tab_button_flix_temple {
        display: flex;
        gap: 1rem;
        overflow: auto;
        white-space: nowrap;
    }

    .list_none li {
        padding: 0px 12px !important;
    }
}







span.special_pujas {
    position: absolute;
    top: 15px;
    z-index: 999;
    left: 20px;
    background: #ffffff;
    padding: 0px 15px;
    border-radius: 50px;
    font-weight: 600;
    color: #eb6500;
    line-height: 30px;
    font-size: 14px;
    font-family: 'Raleway';
}



.temple_kashi {
    position: relative;
    top: -49px;
    right: -42px;
    color: #fff;
    font-size: 20px;
    font-family: 'Raleway';
    font-weight: 600;
}




.phool-width {
    width: 80px;
    padding: 11px 0px;
}





.temple_bg {
    background-image: url(../img/temple/temple_bg.png);
    padding: 40px 0px 0px;
    border-radius: 0px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: 800px;
}


.full_bg {
    background: #000309;
}



.temple_pd {
    text-align: center;
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    border-radius: 30px;
}


.temple_img img {
    width: 100%;
    border-radius: 16px;
}


.temple_photo {
    position: relative;
    left: 50%;
    bottom: 70px;
    background: #ffffff;
    padding: 8px 12px;
    border-radius: 8px;
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 12px;
}

.temple_names_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.it-event-2-title_pooja_heading_temp a {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Playfair Display';
    color: #44233B;
    margin-top: 10px;
}


.Darshan_time {
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: 'Raleway';
    font-weight: 700;
    background: #f9efe7;
    padding: 10px;
    border-radius: 10px;
}

.Darshan1 h5 {
    margin: 0;
    font-size: 16px;
    font-family: 'Raleway';
    color: #44233B;
    font-weight: 600;
    line-height: 20px;
}

.Darshan1 img {
    border-radius: 8px;
}

.w-20 {
    width: 155px;
    padding: 12px 20px;
    text-align: center;
}

.tab_button_flix_temple {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}


button.accordion-buttons.collapsed.bgas {
    border: 1px solid #f5873440;
    background: #fff6ee;
    border-radius: 6px;
}



.campaigns_bg {
    background-image: url(../img/temple/campaigns_banner.png);
    padding: 220px 50px 200px;
    border-radius: 22px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}







.taba {
    overflow: hidden;
    border: 2px solid #f58734;
    background-color: #ffffff;
    display: flex;
    justify-content: space-evenly;
    border-radius: 30px 30px 0px 0px;
    border-bottom: navajowhite;
    padding: 15px 0px;
}

    /* Style the buttons inside the tab */
    .taba button {
        background: #fff;
        float: left;
        outline: none;
        cursor: pointer;
        font-family: 'Raleway';
        border-radius: 50px;
        padding: 5px 20px;
        font-weight: 500;
        font-size: 14px;
        border: 1px solid #f58734;
        color: #f58734;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
    }

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.taba button.active {
    background-color: #f58734;
    color: #fff;
    font-family: 'Raleway';
    border-radius: 50px;
    padding: 5px 20px;
    font-weight: 500;
    font-size: 14px;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 20px 10px 50px;
    border: 2px solid #f58734;
    border-top: none;
    border-radius: 0px 0px 30px 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 8px 14px 0px;
}

/* Style the close button */
.topright {
    float: right;
    cursor: pointer;
    font-size: 28px;
}

    .topright:hover {
        color: red;
    }




.donation-card {
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    background: #fff;
    margin-bottom: 30px;
}

.donation-image {
    position: relative;
}

    .donation-image img {
        width: 100%;
        height: auto;
        border-radius: 12px;
        margin-bottom: 0px;
    }

.verified-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #c3eac4;
    color: #032305;
    font-weight: 600;
    padding: 0px 10px;
    border-radius: 25px;
    font-size: 14px;
    display: flex;
    font-family: 'Raleway';
    align-items: center;
    gap: 6px;
    line-height: 30px;
}

.progress-container {
    margin-top: 5px;
}

/*.btn-contribute {
    background-color: #00b33c;
    color: white;
    width: 100%;
    font-family: 'Raleway';
    font-size: 20px;
    padding: 15px 0px;
    margin-top: 15px;
    border-radius: 5px 5px 20px 20px;
}*/

.fw-bold_text {
    font-weight: 600 !important;
    font-family: 'Raleway';
    color: #44233B;
    margin-top: 20px;
}

.rasid_out {
    color: #B24C00;
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 600;
    margin: 20px 0px 0px;
    padding: 0;
}

.process_donation {
    margin-top: -0.75rem !important;
    font-family: 'Raleway';
    font-weight: 500;
}


.donation_pading {
    padding: 15px 15px 15px;
}

.avatars_donation img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    border: 0px solid white;
    margin-left: -8px;
}



.avatars_donation {
    display: flex;
    align-items: center;
    font-family: 'Raleway';
    font-size: 16px;
}

.donation_number {
    color: red;
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 600;
}

.taba button.active img {
    filter: brightness(10);
}



.join_divine {
    color: #777789;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Raleway';
    line-height: 28px;
}




.tab_campaign_detail {
    width: 100%;
    overflow: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}




.camp-point {
    display: flex;
    align-items: center;
    border: 1px solid #f58734;
    padding: 0px 4px;
    border-radius: 40px;
    font-size: 14px;
    font-family: 'Raleway';
    gap: 0px;
    font-weight: 500;
    color: #f58734;
    min-width: 100px;
    text-align: center;
    justify-content: center;
}




.cap-icon {
    /* padding-right: 5px; */
}


    .cap-icon img {
        width: 23px;
    }

.capm-text h4 {
    font-size: 14px;
    font-family: 'Raleway';
    font-weight: 500;
    color: #f58734;
    margin-bottom: 0px;
}


.donation-footer {
    display: flex;
    justify-content: space-between;
}


.price_ppoja {
    background: #f58734;
    padding: 0px 12px 0px;
    border-radius: 50px;
    font-family: cursive;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}


span#qty {
    background: #fcece0;
    padding: 7px 10px;
    border-radius: 9px;
    color: #f58734;
}



.btnpluse {
    box-shadow: rgb(0 0 0 / 20%) 2px 2px 12px -2px;
    padding: 0px 14px;
    border-radius: 12px;
    font-size: 20px;
}

b, strong {
    font-weight: bolder;
    font-family: 'Raleway';
}

.it-event-2-title_pooja_heading_camp a {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Playfair Display';
    color: #44233B;
    margin-top: 10px;
}



.min-hight {
    min-height: 380px;
    padding: 20px 15px;
}



textarea {
    color: var(--it-common-black);
    width: 100%;
    padding: 0 20px;
    resize: none;
    font-size: 14px;
    border: 1px solid #e1e1e1;
    border-radius: 12px !important;
    padding: 20px !important;
}





.donors-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 15px 20px;
    max-width: 400px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    font-family: Arial, sans-serif;
    min-width: 100%;
}

.donors-info {
    display: flex;
    align-items: center;
}

    .donors-info img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
        margin-right: 15px;
    }

.donors-text small {
    display: block;
    color: #888;
    font-size: 12px;
}

.donors-text strong {
    font-size: 16px;
    color: #2e0d3e;
}

.amount-box {
    border: 1px solid #f78b1f;
    padding: 0px 10px;
    border-radius: 6px;
    background: #fff8f0;
}

.name_doners {
    font-size: 14px;
    font-family: 'Raleway';
    font-weight: 500;
    line-height: 14px;
}


.doners_name {
    font-size: 18px;
    font-family: 'Raleway';
    font-weight: 500;
    line-height: 14px;
}

.it-sidebar-area {
    position: sticky;
    top: 120px;
    border: 1px solid #f58734;
    padding: 20px;
    border-radius: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


.it-section-title-444 {
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0;
    font-family: Playfair Display;
    color: #44233B;
}



.verified-badges {
    background: #c3eac4;
    color: #032305;
    font-weight: 600;
    padding: 0px 10px;
    border-radius: 25px;
    font-size: 14px;
    display: flex;
    font-family: 'Raleway';
    align-items: center;
    gap: 6px;
    line-height: 30px;
}

.verified-badges2 {
    background: #e1e1e1;
    color: #032305;
    font-weight: 600;
    padding: 0px 10px;
    border-radius: 25px;
    font-size: 14px;
    display: flex;
    font-family: 'Raleway';
    align-items: center;
    gap: 6px;
    line-height: 30px;
}

.donations {
    font-size: 18px;
    font-family: 'Raleway';
    color: #44233B;
    font-weight: 500;
}


.amount-input-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 4px 8px;
    max-width: 100%;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.amount-symbol {
    background-color: #f7f7f7;
    padding: 1px 10px;
    border-radius: 8px;
    color: #ff8000;
    font-size: 18px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amount-input {
    border: none;
    outline: none;
    font-size: 16px;
    color: #252525;
    padding: 0;
    height: 38px;
    flex: 1;
    font-family: 'Raleway';
    font-weight: 500;
}

    .amount-input::placeholder {
        color: #999;
    }


.donation-options {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    overflow-x: auto;
    cursor: grab;
}


    .donation-options::-webkit-scrollbar {
        display: none;
    }

.donation-button {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0px 10px;
    white-space: nowrap;
    color: #f58220;
    font-weight: 500;
    font-size: 14px;
    background-color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .donation-button:hover {
        background-color: #f58220;
        color: white;
    }

.donation-options.active {
    cursor: grabbing;
}



.donate-btn {
    display: inline-flex;
    align-items: center;
    background-color: #00a94f;
    color: white;
    border: none;
    padding: 8px 40px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease;
    width: 100%;
    margin-top: 20px;
    justify-content: center;
}

    .donate-btn:hover {
        background-color: #008f43;
        color: #fff;
    }




.donate-amount {
    display: inline-block;
    border: 1px solid white;
    border-radius: 10px;
    padding: 1px 10px;
    margin-right: 15px;
    font-weight: 500;
    font-family: cursive;
}





.donors-scroll-container {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}

.donors-card {
    flex: 0 0 auto;
    /* scroll-snap-align: start; */
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    padding: 6px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.donation .donation-options .owl-dots {
    display: none;
}

.donation .donation-options .owl-theme .owl-nav {
    display: none;
}

.donors-info {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: none;
}

    .donors-info img {
        width: 50px !important;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
    }

.donor-text {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.name_doners {
    color: #777;
    font-size: 12px;
}

.amount-box {
    font-weight: 500;
    color: #f58734;
    font-size: 14px;
    font-family: 'Raleway';
}


.recent_doner {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Raleway';
    margin: 10px 0px 0px;
    color: #767676;
    padding: 0px 0px 10px;
}


.quantity-box2 {
    background: #f3f0f3;
    padding: 4px 7px;
    border-radius: 4px;
    font-size: 15px;
    margin: 0px 0px;
}


.manadatory-text {
    display: flex;
    align-items: baseline;
}

.mark-icon {
    margin-right: 8px;
}

    .mark-icon img {
        width: 30px;
        height: auto;
    }


.donation-info .swiper {
    width: 100%;
    padding: 12px 0;
    overflow: hidden;
}

.donation-info .swiper-slide {
    font-size: 15px;
    padding: 2px;
    text-align: center;
    border-radius: 10px;
    width: 22%;
    font-weight: 500;
    border-radius: 7px;
    margin-right: 10px !important;
}


/*---------------------------shatrughan------------------------*/





.seva-section {
    text-align: center;
    padding: 50px 0px;
    background: #fffaf8;
    font-family: 'Poppins', sans-serif;
}

    .seva-section .subtitle {
        font-weight: 600;
        font-size: 20px;
        text-transform: capitalize;
        color: #F58734;
        font-family: "Raleway", sans-serif;
    }

    .seva-section .title {
        font-size: 32px;
        font-weight: 700;
        line-height: 40px;
        margin-bottom: 0;
        font-family: Playfair Display;
        color: #44233B;
    }

.seva-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.seva-card {
    /* width: 350px; */
    padding: 50px 20px 200px;
    position: relative;
    background: #ff7f2a;
    color: white;
    overflow: hidden;
    -webkit-mask-image: url('../img/about/Union.png');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-image: url('../img/about/Union.png');
    background-image: url('../img/about/Union.png');
    mask-repeat: no-repeat;
    mask-size: cover;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    text-align: left;
    border-radius: 0px 0px 30px 30px;
    margin-top: 40px;
}

.seva-badge {
    background: #ffffff5e;
    color: #ffffff;
    padding: 2px 15px;
    border-radius: 30px;
    position: absolute;
    top: 8px;
    left: 8px;
    font-weight: 400;
    font-size: 14px;
}

.seva-card h3 {
    margin-top: 30px;
    font-size: 24px;
    color: #fff;
    font-family: Playfair Display;
    font-weight: 500;
}

.seva-card p {
    font-size: 17px;
    margin: 15px 0;
    color: #fffbf8;
    font-family: "Raleway", sans-serif;
}

.seva-card .price {
    font-size: 22px;
    font-weight: 500;
    margin: 10px 0;
    color: #fff;
    font-style: italic;
}

.seva-btn {
    display: inline-block;
    background: #fff;
    color: #ff7f2a;
    padding: 6px 20px;
    border-radius: 30px;
    font-weight: 400;
    margin-top: 10px;
    text-decoration: none;
}

.seva-badge {
    display: flex;
    align-items: center;
}

.badge-icon {
    margin-right: 8px;
}

    .badge-icon img {
        width: 25px !important;
        height: auto;
    }

.seva-badge h4 {
    font-size: 14px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 500;
}

.seva-image {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-37%);
    width: 80% !important;
}

.sponsar_bg {
    background-image: url('../img/about/sponsarship.png');
    padding: 220px 50px 200px;
    border-radius: 22px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


.benefits-card {
    min-height: 275px;
}




.text-orange {
    color: #d25e09;
}

.benefit-box {
    background: #fdfbfd;
    border-radius: 10px;
    width: 75%;
}

.benefit-icon {
    margin-bottom: 15px;
}

    .benefit-icon img {
        width: 55px;
        height: auto;
    }

.benefit-text h5 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #3c2f2f;
    font-family: "Raleway", sans-serif;
    font-size: 22px;
}

.benefit-text p {
    font-size: 15px;
    color: #666666;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}

@media (min-width: 768px) and (max-width: 991px) {
    .seva-card p {
        font-size: 13px;
        line-height: 20px;
    }

    .seva-card {
        padding: 50px 20px 61px;
    }

        .seva-card h3 {
            font-size: 17px;
        }

    .seva-badge {
        padding: 2px 9px;
        font-size: 14px;
    }

    .badge-icon img {
        width: 18px !important;
        height: auto;
    }

    .seva-badge h4 {
        font-size: 11px;
    }

    .seva-btn {
        padding: 1px 20px;
        font-size: 14px;
    }

    .it-feature-text p {
        font-size: 13px;
    }

    .benefits-card {
        min-height: 346px;
    }

    .it-feature-item {
        padding: 20px 10px 20px 10px;
    }

    .benefit-box {
        width: 100%;
    }
}



@media (max-width: 767px) {
    #sevapath .owl-next {
        position: relative;
        right: -70px;
        bottom: -60px;
        transform: translateY(-50%);
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        padding: 10px;
        border-radius: 4px;
        width: 40px;
        font-size: 17px !important;
        background-color: #f58734 !important;
        line-height: 15px !important;
        color: #fff !important;
        border: 1px solid #ffffff !important;
        border-radius: 50% !important;
        height: 40px;
    }

    #sevapath .owl-prev {
        position: relative;
        left: -70px;
        bottom: -60px;
        transform: translateY(-50%);
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        padding: 10px;
        border-radius: 4px;
        width: 40px;
        font-size: 17px !important;
        background-color: #f58734 !important;
        line-height: 15px !important;
        color: #fff !important;
        border: 1px solid #ffffff !important;
        border-radius: 50% !important;
        height: 40px;
    }

    .seva-section .owl-theme .owl-dots .owl-dot.active span {
        background: #f58734;
        width: 40px;
    }

    .benefit-box {
        width: 100%;
    }
}
/*-----------------about custom sllider--------------------*/

.custom-slider {
    position: relative;
    padding: 60px 0px;
    background-color: #44233b;
    margin-bottom: 40px;
}

    .custom-slider .swiper-container {
        position: relative;
        width: 90vw;
        height: 600px;
    }

        .custom-slider .swiper-container > .swiper-slide__content {
            position: absolute;
            top: 0;
        }

    .custom-slider .swiper-slide {
        height: 500px;
        display: flex;
        /* background: #eee; */
        align-items: center;
        justify-content: center;
        transition: all 200ms linear;
        transform: scale(0.8);
    }

        .custom-slider .swiper-slide.swiper-slide-active {
            transform: scale(1);
            /* background: #fc0; */
        }

    .custom-slider .swiper-slide__content {
        height: 300px;
    }

.seva-btn:focus, .seva-btn:hover {
    color: #f58734 !important;
    text-decoration: none;
}


.select2-container {
    width: 100% !important;
    z-index: auto !important;
}

    .select2-container .select2-selection--single {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0 10px !important;
        border: 1px solid #eaedff !important;
        background-color: white !important;
        color: #6f7172;
    }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px !important;
    font-weight: 500;
    font-size: 15px;
    margin-left: 30px !important;
}

.r-nameicon {
    position: relative;
    left: -16px;
    top: -40px;
}

    .r-nameicon img {
        width: 35px;
        height: auto;
    }

.removenamebtn {
    position: relative;
    left: 31rem;
    top: -35px;
    color: #e51010;
    font-size: 25px;
    cursor: pointer;
}
/*--------------------------end-----------------------------*/
/*@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}*/
