@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff');
    src: url('../fonts/Montserrat-Bold.woff') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.woff') format('truetype'),
        url('../fonts/Montserrat-Bold.woff') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GeneralSans-Regular";
    src: url("../fonts/GeneralSans-Regular.woff2") format("woff2"), url("../fonts/GeneralSans-Regular.woff") format("woff"), url("../fonts/GeneralSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "GeneralSans-Medium";
    src: url("../fonts/GeneralSans-Medium.woff2") format("woff2"), url("../fonts/GeneralSans-Medium.woff") format("woff"), url("../fonts/GeneralSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "GeneralSans-Semibold";
    src: url("../fonts/GeneralSans-Semibold.woff2") format("woff2"), url("../fonts/GeneralSans-Semibold.woff") format("woff"), url("../fonts/GeneralSans-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

@import url('http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css');
h5 {
    font-family: var(--font-weight-600);
}

.fw-custom-bold {
    font-family: "GeneralSans-Semibold";
    font-weight: 600;
}

:root {
    --primary-color: #EF410E;
    --secondary-color: #760980;
    --bg-color: #F5F1F5;
    --gradient-left-to-right: linear-gradient(86deg, #76097F 22.66%, #EF410F 100%);
    --gradient-top-to-bottom: linear-gradient(180deg, #760980 0%, #E83E16 100%);
    --text-color: #444;
    --black: #2c2b2b;
    --white: #fff;
    --border-radius-10: 10px;
    --border-radius-8: 10px;
    --font-weight-400: "GeneralSans-Regular";
    --font-weight-500: "GeneralSans-Medium";
    --font-weight-600: "GeneralSans-Semibold";
    --font-weight-700: "GeneralSans-Semibold";
    --font-weight-800: "GeneralSans-Semibold";
    --font-weight__bold: "Montserrat";
}

.font__test {
    color: red;
    font-size: 100px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}

.text__jus {
    text-align: justify;
}

.text-primary {
    color: var(--primary-color) !important;
}

footer .social__links img {
    width: 35px;
}

a.navbar-brand {
    width: 25%;
}

a.navbar-brand img {
    width: 200px;
}

.bg2 {
    background: rgba(255, 245, 255, 0.66);
}

section {
    overflow: hidden;
}

/* mega menu */
.dropdown:hover .mainmenu {
    display: block !important;
    top: 100%;
}

.megamenu {
    position: absolute;
    left: 100%;
    background-color: var(--white);
    margin-left: 0px;
    top: 0;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    padding: 8px 0;
    opacity: 0;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #e9ecef !important;
    color: #000;
}

.megamenu-li {
    position: relative;
}

.megamenu-li:hover {
    background-color: #e9ecef;
}

.megamenu-li a {
    position: relative;
    z-index: 2;
}

.megamenu-li:hover .megamenu {
    opacity: 1;
}

/* mega menu */
body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: "GeneralSans-Regular";
    font-size: 20px;
    line-height: 32px;
    color: var(--text-color);
    padding-top: 100px;
}

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

a {
    color: var(--text-color);
    text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.btn {
    padding: 15px 30px;
    font-size: 18px;
    font-family: var(--font-weight-500);
    line-height: 112.1%;
    transition: 0.8s;
}

.btn-primary {
    background: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
}

.btn:focus {
    box-shadow: none;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:hover {
    border-color: var(--primary-color);
    background: var(--gradient-top-to-bottom) !important;
    color: var(--bg-color);
}

.padding-y {
    padding: 100px 0;
}

.heading {
    color: var(--secondary-color);
    font-size: 50px;
    /* font-family: var(--font-weight-800); */
    line-height: 131.1%;
    font-family: var(--font-weight__bold);
    font-weight: 800;
}

.btn-close:focus {
    box-shadow: none;
}

p {
    color: var(--text-color);
    font-size: 18px;
    font-family: var(--font-weight-400);
    line-height: 28px;
}

h3 {
    color: var(--black);
    font-size: 22px;
    font-family: var(--font-weight-700);
    line-height: 131.1%;
}

h4 {
    color: var(--black);
    font-size: 26px;
    font-family: var(--font-weight-700);
    line-height: 131.1%;
}

.btn-sm {
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 500;

}

.gradient__left__right {
    background: var(--gradient-left-to-right);
}

.gradient__top__bottom {
    background: var(--gradient-top-to-bottom);
}

/* header css start */
header {
    padding: 15px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--white);
    z-index: 99;
    height: 100px;
}

.fixed-header {
    position: fixed;
    animation: slideDown 0.35s ease-out;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

a.nav-link {
    font-size: 18px;
    font-family: var(--font-weight-400);
    line-height: 112.1%;
    color: var(--text-color);
}

a.nav-link:hover,
a.nav-link.active {
    color: var(--primary-color) !important;
}

/* banner section css */
.banner__section {
    background-image: url('../images/vactor/bg_3.png');

    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
    object-fit: fill;
    padding: 150px 0;
}

.banner__section h1 {
    font-size: 51px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 117.1%;
    /* color: var(--white); */
    /* color: #0F1935; */
    color: #3f203f;
}

/* about section */
.about__section {
    /* background-image: url('../images/about-banner.png'); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    padding: 120px 0;
}

.contact__card {
    padding: 30px;
    background-color: var(--white);
    border-radius: var(--border-radius-10);
    height: 100%;
}

.contact__icon img {
    width: 25px;
}

.contact__icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

img {
    max-width: 100%;
}

/* footer */
footer h6 {
    font-size: 18px;
    font-family: var(--font-weight-700);
    text-transform: uppercase;
}

footer a {
    font-size: 17px;
    font-family: var(--font-weight-400);
    line-height: 40px;
    transition: 0.3s;
}

footer a:hover {
    transform: translateX(10px);
}

footer {
    background-color: var(--bg-color);
}

/* testmonial css start */
.testmonial__main {
    padding: 60px;
    background-color: var(--white);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
    z-index: 3;
}

.testmonial__main p {
    color: var(--black);
    font-size: 30px;
    font-family: var(--font-weight-700);
    line-height: 40px;
}

.testmonial_img img {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 9;
}

.testmonial_img {
    padding: 20px;
    position: relative;
    z-index: 2;
}

.testmonial_img::after {
    height: 100%;
    width: 70%;
    content: '';
    background: var(--gradient-top-to-bottom);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.testmonial_img::before {
    content: '';
    width: 68%;
    height: 94%;
    background-color: #fff;
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.testmonial__section::before {
    width: 37%;
    height: 93%;
    position: absolute;
    top: 50%;
    left: 39px;
    transform: translateY(-50%);
    content: '';
    background-color: #f5f1f5;
    z-index: 2;
}

.testmonial__section {
    position: relative;
    padding: 80px 100px;
}

.testmonial__section::after {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    height: 100%;
    border-radius: 8px;
    width: 40%;
    background: var(--gradient-top-to-bottom);
    z-index: 1;
}

/* owl slidre */
.testmonial__owl .owl-dots button {
    display: block !important;
}

.testmonial__owl .owl-dots {
    top: 50%;
    position: absolute;
    right: -40px;
    transform: translateY(-50%);
}

.testmonial__owl.owl-theme .owl-dots .owl-dot.active span,
.testmonial__owl.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color);
}

.testmonial__owl .owl-nav {
    position: absolute;
    bottom: -20px;
    left: 0%;
}

.page_warp {
    min-height: calc(100vh - 460px);
}

/*  */

.top_heading {
    /* background: var(--gradient-left-to-right); */

    background: linear-gradient(-45deg, #760b7c, #a01c58, #c43640, #fe5d04);
    padding: 60px 0;
    background-size: 400% 400%;
    animation: gradient 6s ease infinite;
    background-image: url("../images/sub-page-banner.jpg");
    /* background-image: url('../images/vactor/bg_4.png'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.top_heading::after {
    content: '';
    /* background: linear-gradient(-45deg, #760b7c6e, #a01c588c, #c436408c, #fe5d0463); */
    /* background: linear-gradient(-45deg, #760b7c9c, #a01c58a8, #c43640a6, #fe5d04a8); */
    /* background: linear-gradient(-45deg, #760b7c9c, #a01c58bf, #c43640c7, #fe5d04a8); */
    background-color: #3f3f3fab;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.top_heading_2 {
    /* background: var(--gradient-left-to-right); */
    /* background: linear-gradient(-45deg, #760b7c, #a01c58, #c43640, #fe5d04); */
    background-image: url('../images/vactor/bg_4.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
    object-fit: fill;

    padding: 60px 0;
    /* background-size: 400% 400%; */
    /* animation: gradient 6s ease infinite; */
}

/* @keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
} */

.team__content {
    background-color: var(--bg-color);
    padding: 20px;
    border-radius: 15px 15px;
    display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 450px;
}

.team__content h4 {
    font-family: 'Montserrat', sans-serif;
    line-height: 140%;
    font-weight: 800;
    color: #3f203f;
}

.team__content p {
    font-size: 18px;
    font-family: var(--font-weight-400);
    line-height: 140%;
    text-align: left;
    margin-bottom: 20px;
}


.team__content h6 {
    color: rgb(239, 65, 14);
    font-size: 12px;
    font-family: var(--font-weight-500);
    text-transform: uppercase;
    margin: 10px 0;

}


.team__img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: 0.3s;
}

.team__img {
    /* width: 100%; */
    /* max-height: 300px; */
    overflow: hidden;
    object-fit: contain;
    border-radius: 15px 15px;
}

.team__main {
    background-color: var(--bg-color);
    border-radius: 15px 15px;

}

.team__main:hover .team__img img {
    scale: 1.1;
    object-fit: cover;
}

.partner__main img {
    height: 70px;
    width: auto;

    transition: 0.3s;
}

.partner__main {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 50px;
    background-color: var(--white);
}

.partner__main:hover img {
    transform: scale(0.9);
}

.blog__section {
    border-radius: 16px;
    background: #feeeff;
    padding: 20px;
}

.blog_card:nth-child(even) .blog__section {
    background-color: #FFF5F5;
}

.blog__section span {
    font-size: 12px;
    font-family: var(--font-weight-400);
    display: inline-block;
    margin-bottom: 10px;
}

.blog__section h6 {
    color: var(--black);
    font-size: 20px;
    font-family: var(--font-weight-600);
    line-height: 30px;
    margin-bottom: 10px;
}

.blog__section p {
    color: var(--text-color);
    font-size: 16px;
    font-family: var(--font-weight-400);
    line-height: 28px;
    margin-bottom: 10px;
    text-align: justify;
}

.blog__section .read_btn {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}


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

.blog__section:hover .blog__img img {
    transform: scale(1.1);
}

.product__img--effect .blog__section:hover .blog__img img {
    transform: scale(1.9);
}

.blog__img {
    max-height: 250px;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}



.blog__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.form-control {
    padding: 15px 15px;
}

.search_div img {
    position: absolute;
    top: 20px;
    right: 15px;
}

span.date-time {
    font-size: 15px;
    color: #848282;
}

.resent_blog a {
    color: #292727;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

.resent_blog a::after {
    content: '';
    height: 8px;
    width: 8px;
    background-color: var(--primary-color);
    position: absolute;
    border-radius: 50%;
    left: 10px;
    top: 5px;
}

.resent_blog a img {
    position: absolute;
    top: 16px;
    right: 0;
    width: 16px;
}

.resent_blog {
    position: sticky;
    top: 125px;
}

.resent_blog h5 {
    color: #0F1935;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    font-family: var(--font-weight-700);
}

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

/* .about__section */


.service_card {
    border-radius: 9px;
    background: #FFF;
height: 100%;
    padding: 20px 20px 50px;
}

.height_100 {
    /* height: 100% !important ; */
    height: 300px;
}

.service_card_about {
    border-radius: 9px;
    background: #fef0ff;
    padding: 20px 20px 50px;
}

.modal-body h2 {
    font-family: var(--font-weight-600);
}

.service_img {
    padding: 15px;
    display: inline-block;
    margin-bottom: 20px;
}

.service_img img {
    height: 30px;
}

.service_card h6 {
    color: #2F2F2F;
    font-size: 20px;
    font-style: normal;
    font-family: var(--font-weight-600);
}

.service_card p {
  
    color: var(--text-color);
    font-size: 18px;
    font-family: var(--font-weight-400);
    line-height: 28px;
}

.service_card a img {
    width: 15px
}

.service_card a:hover {
    color: #000 !important;
}

.service_card a:hover img {
    filter: brightness(0);
}

.service_card a {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
}

.our-misstion-div {
    background-color: var(--secondary-color);
    padding: 80px 70px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.our-misstion-div_top {
    /* background-color: var(--secondary-color); */
    padding: 80px 70px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.our-misstion-div::after {
    content: '';
    position: absolute;
    bottom: -18%;
    right: -10%;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background-color: #ffffff26;
    animation: 3s move2 infinite;
}

.our-misstion-div::before {
    content: '';
    position: absolute;
    bottom: 11%;
    right: 13%;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    transition: 0.3s;
    background-color: #ffffff26;
    animation: 3s move infinite;
}

@keyframes move {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes move2 {
    0% {
        transform: translateY(0);
    }

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

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

.misstion_img {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.misstion_img1 {
    height: 75%;
}

.misstion_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.misstion_img:hover img {
    transform: scale(1.1);
}

.misstion_img2 {
    height: 48%;
}

.abut__section_img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
}

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

.shade-top {
    opacity: 0.10000000149011612;
    background: #DB14F1;
    filter: blur(100px);
    height: 400px;
    width: 400px;
    border-radius: 50%;
    position: absolute;
    top: -10%;
    left: -10%;
}

h5 {
    font-weight: 700;
    color: var(--black);
}

.shade-bottom {
    opacity: 0.10000000149011612;
    background: #DB14F1;
    filter: blur(100px);
    height: 400px;
    width: 400px;
    border-radius: 50%;
    position: absolute;
    bottom: -10%;
    right: -10%;
}

.top_icon {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: var(--gradient-top-to-bottom);
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    z-index: 99;
    visibility: hidden;
}

.top_icon {
    opacity: 1;
    visibility: visible;
}

/* contact page */


.contact__div {
    background-color: var(--white);
    padding: 50px;
    position: relative;
    z-index: 4;
}

.contact__div .contact__card h3 {
    font-size: 18px;
}

.contact__div .contact__card p {
    font-size: 14px;
    line-height: 20px;
}

.contact__div .contact__icon {
    width: 40px;
    height: 40px;
}

.contact__div .contact__icon img {
    width: 17px;
}

.contact__div .contact__card {
    padding: 20px;
}

label.form-label {
    color: var(--black);
    font-family: var(--font-weight-600);
    font-size: 16px;
    line-height: 131.1%;
}

.input_div img {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 20px;
}

.form-control:focus {
    border-color: #f0420d;
    box-shadow: none;
}

/* section service */
.section_service {
    /* background-image: url('../images/service_banner.jpg'); */
    background-image: url('../images/vactor/genientCover.png');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.social__links a {
    display: inline-block;
}

.social__links a img {
    width: 30px !important;
}

button.owl-prev,
button.owl-next {
    height: 40px;
    width: 40px;
    border-radius: 50% !important;
    background: var(--gradient-top-to-bottom) !important;
}

button.owl-prev span,
button.owl-next span {
    display: block;
    margin-top: -4px;
    font-size: 30px;
    color: var(--white);
}

.tab__box {
    border-radius: 5px;
    background: #ffffff1a;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
}

.tab__box .nav-pills .nav-link.active,
.tab__box .nav-pills .show>.nav-link {
    background: var(--gradient-top-to-bottom);
    color: var(--white);
}

.tab__box .nav-pills .nav-link.active img,
.tab__box .nav-pills .show>.nav-link {
    filter: brightness(0) invert(1);
}

.tab__box .nav-pills .nav-link:hover {
    background: var(--gradient-top-to-bottom);
    color: var(--white);
}

.tab__box .nav-pills .nav-link:hover img {
    filter: brightness(0) invert(1);
}

.tab__box .nav-pills .nav-link {
    color: var(--black);
    border-radius: 0;
    padding: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
}

.tab__box .nav-pills .nav-link span {
    display: block;
    margin-top: 15px;
}

.tab__box .nav-pills .nav-link img {
    width: auto;
    height: 50px;
}

p.list__p::after {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: var(--primary-color);
    position: absolute;
    left: 0px;
    top: 9px;
}


/* loader */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;


}

.overlay .overlayDoor:before,
.overlay .overlayDoor:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: var(--bg-color);
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
    transition-delay: 0.8s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay .overlayDoor:before {
    left: 0;
}

.overlay .overlayDoor:after {
    right: 0;
}

.overlay.loaded .overlayDoor:before {
    left: -50%;
}

.overlay.loaded .overlayDoor:after {
    right: -50%;
}

.overlay.loaded .overlayContent {
    opacity: 0;
    margin-top: -15px;
}

.overlay .overlayContent {
    /* position: relative;
    width: 100%;
    height: 100%;
    display: flex; */
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.overlay .overlayContent .skip {
    display: block;
    width: 130px;
    text-align: center;
    margin: 50px auto 0;
    cursor: pointer;
    color: #fff;
    font-family: 'Nunito';
    font-weight: 700;
    padding: 12px 0;
    border: 2px solid var(--primary-color);
    border-radius: 3px;
    transition: 0.2s ease;
}

.overlay .overlayContent .skip:hover {
    background: #ddd;
    color: #444;
    border-color: #ddd;
}

.loader {
    width: 128px;
    height: 128px;
    border: 3px solid var(--primary-color);
    border-bottom: 3px solid transparent;
    border-radius: 50%;
    position: relative;
    animation: spin 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.loader .inner {
    width: 64px;
    height: 64px;
    border: 3px solid transparent;
    border-top: 3px solid var(--primary-color);
    border-radius: 50%;
    animation: spinInner 1s linear infinite;
}

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

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinInner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-720deg);
    }
}

/* loader */
#cover {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9999;
    font-size: 30px;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/*=================================================================*/
.product__main img {
    height: 80px;
    width: auto;
    transition: 0.3s;
}

.product__main {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 50px;
    background-color: var(--white);
    min-height: 237px;
}

.product__main:hover img {
    transform: scale(0.9);
}

.table_data {
    color: #2F3241;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

#employee-container .blog__section {
    min-height: 500px;
}

.product__main p {
    font-size: 12px;
}

/* .heading:not(.top_heading):not(h1) {
    font-size: 30px;
} */

.list_style {
    list-style: disc outside;
    color: var(--bg-color);
    font-size: 18px;
    font-family: var(--font-weight-400);
    line-height: 28px;
    margin-left: 1rem;
}

.list_style_dark {
    list-style: disc outside;
    color: var(--text-color);
    font-size: 18px;
    font-family: var(--font-weight-400);
    line-height: 28px;
}


.round_card {
    width: 14.25rem;
    height: 14.25rem;
    flex-shrink: 0;
    border-radius: 14.25rem;
    background: url('../../public/images/ellipse-810.svg'), lightgray 50% / cover no-repeat;
    margin-top: 1rem;
}

.round_card_1 {
    width: 14.25rem;
    height: 14.25rem;
    flex-shrink: 0;
    border-radius: 14.25rem;
    background: url('../../public/images/ellipse-811.svg'), lightgray 50% / cover no-repeat;
    margin-top: 1rem;
}

.round_card_2 {
    width: 14.25rem;
    height: 14.25rem;
    flex-shrink: 0;
    border-radius: 14.25rem;
    background: url('../../public/images/ellipse-812.svg'), lightgray 50% / cover no-repeat;
    margin-top: 1rem;
}

.round_card_3 {
    width: 14.25rem;
    height: 14.25rem;
    flex-shrink: 0;
    border-radius: 14.25rem;
    background: url('../../public/images/ellipse-813.svg'), lightgray 50% / cover no-repeat;
    margin-top: 1rem;
}

.round_card_4 {
    width: 14.25rem;
    height: 14.25rem;
    flex-shrink: 0;
    border-radius: 14.25rem;
    background: url('../../public/images/ellipse-814.png'), lightgray 50% / cover no-repeat;
    margin-top: 1rem;
}

.modal-header {
    background: linear-gradient(-45deg, #760b7c, #a01c58, #c43640, #fe5d04);

    background-size: 400% 400%;
    animation: gradient 6s ease infinite;
    color: white;
}

#emp_description_post {
    font-size: 16px;
}

pre {
    white-space: pre;
    word-wrap: break-word;
    text-wrap: wrap;
    color: var(--text-color);
    font-size: 16px;
    font-family: var(--font-weight-400);
    line-height: 28px;
    margin-bottom: 10px;
}

.bacterial_italic {
    font-style: italic;
}

/* .section_mission {
        background-image: url('../images/vactor/vision.jpeg');
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        object-fit: cover;
        padding: 300px 0px;
    } */
.box_padding {
    padding: 50px;
}

.box_padding P {
    font-size: 16px;
}

.blog__section {
    height: 100%;
}

@media only screen and (max-width:521px) {
    .team__main {
        background-color: var(--bg-color);
        padding: 5px;
    }

    .box_padding {
        padding: 0.25rem;
    }

    .box_padding P {
        font-size: 16px;
    }

    .product__img--effect .blog__section .blog__img img {
        transform: scale(1.9);
    }

    .our-misstion-div_top {
padding: 80px 20px;
    }
}

/*  new Menu*/

ul.dropdown-menu.shadow.show {
    max-width: 300px;


}


/* Loader test css  */

/* .loaderHead {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    position: relative;
  } */
  
  .loader-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    align-items: center;
  }
  
  .loader {
    width: 50px;
    height: 50px;
    position: absolute;
    animation: rotate 2s linear infinite;
  }
  
  .circular {
    animation: progress 1.5s ease-in-out infinite;
  }
  
  .path {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
    stroke: #333;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
  }
  
  @keyframes rotate {
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes dash {
    0% {
      stroke-dasharray: 1, 150;
      stroke-dashoffset: 0;
    }
    50% {
      stroke-dasharray: 90, 150;
      stroke-dashoffset: -35;
    }
    100% {
      stroke-dasharray: 90, 150;
      stroke-dashoffset: -124;
    }
  }


  /* .accordian_title:after {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f007";
  } */
  

  /* doc cards*/

  /* new css foe team */
  .team__img {
    height: 150px;
    width: 150px;
    overflow: hidden;
    border-radius: 50%;
    border: 4px solid #f5f1f5;
    margin: 0 auto;
    margin-top: -100px;
    margin-bottom: 20px;
    background-color: #fff;
}
.our__team {
    background-color: #f5f1f5;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    margin-top: 100px;
    margin-bottom: 20px;
    min-height: 530px;
}

@media (max-width:1366px){
    .our__team {
        min-height: 630px;
    }
    .team__content {
        height: 520px;
    }
}
@media (max-width:1024px){
    .our__team {
        min-height: 700px;
    }
    .team__content {
        height: 580px;
    }
}
@media (max-width:991px){
    .our__team {
        min-height: auto;
    }
    .team__content {
        height: auto;
    }
}

.heading-md{
        font-family: 'Montserrat', sans-serif;
    line-height: 140%;
    font-weight: 800;
    color: #3f203f;
    font-size: 30px;
}
.light-bg{
    background-color: #f5f1f5;
}
.iframe-h{
    height: 600px;
}
.list {
    list-style: disc;
    padding-left: 30px;
}
.top_heading a {
    color: #780b7e;
    font-weight: 600;
}