@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");

/***** General CSS *****/

:root {
    --primary-color: #ee6b97;

    --black-color: #000000;

    --white-color: #ffffff;

    --light-black: #7c7c7c;
}

body {
    font-family: "Montserrat", sans-serif;

    color: var(--light-black);

    overflow-x: hidden;
}

a {
    text-decoration: none;

    color: var(--light-black);

    white-space: initial;

    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;

    color: var(--black-color);
}

a:hover {
    transition: all 0.5s ease-in-out;

    -webkit-transition: all 0.5s ease-in-out;

    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;

    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;

    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: var(--light-black);
}

::-moz-placeholder {
    color: var(--light-black);

    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: var(--light-black);

    opacity: 1;
}

ul {
    margin: 0 0 0px;

    padding: 0;

    list-style-type: none;
}

img {
    max-width: 100%;
}

/***** Font Files *****/

@font-face {
    font-family: "Stolzl";

    src: url("../fonts/Stolzl/stolzl_thin.otf") format("otf");

    font-weight: 100;

    font-style: normal;
}

@font-face {
    font-family: "Stolzl";

    src: url("../fonts/Stolzl/stolzl_light.otf") format("otf");

    font-weight: 300;

    font-style: normal;
}

@font-face {
    font-family: "Stolzl";

    src: url("../fonts/Stolzl/stolzl_book.otf") format("otf");

    font-weight: 400;

    font-style: normal;
}

@font-face {
    font-family: "Stolzl";

    src: url("../fonts/Stolzl/stolzl_regular.otf") format("otf");

    font-weight: 500;

    font-style: normal;
}

@font-face {
    font-family: "Stolzl";

    src: url("../fonts/Stolzl/stolzl_medium.otf") format("otf");

    font-weight: 600;

    font-style: normal;
}

@font-face {
    font-family: "Stolzl";

    src: url("../fonts/Stolzl/stolzl_bold.otf") format("otf");

    font-weight: 700;

    font-style: normal;
}

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;

    margin: 0 auto;
}

.d-flex {
    display: flex;

    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;

    -moz-box-flex: 1;

    -webkit-flex: 1;

    -ms-flex: 1;

    flex: 1;

    align-items: center;
}

h1 {
    font-family: "Sora", sans-serif;

    font-size: 32px;

    color: var(--black-color);

    font-weight: 300;

    margin: 0 0 0px;
}

h2 {
    font-family: "Sora", sans-serif;

    font-size: 60px;

    color: var(--primary-color);

    font-weight: 500;

    margin: 0 0 0px;
}

h3 {
    font-family: "Sora", sans-serif;

    font-size: 35px;

    color: var(--primary-color);

    font-weight: 600;

    margin: 0 0 0px;
}

h4 {
    font-family: "Montserrat", sans-serif;

    font-size: 14px;

    color: var(--primary-color);

    font-weight: 500;

    margin: 0 0 0px;
}

h5 {
    font-family: "Montserrat", sans-serif;

    font-size: 20px;

    color: var(--primary-color);

    font-weight: 500;

    margin: 0 0 0px;
}

h6 {
    font-family: "Montserrat", sans-serif;

    font-size: 30px;

    color: #000;

    font-weight: 500;

    margin: 0 0 0px;
}

p {
    font-family: "Montserrat", sans-serif;

    font-size: 14px;

    font-weight: 300;

    margin: 0px;

    color: var(--light-black);
}

.add-padding {
    margin: auto;

    max-width: 1960px;
}

.cv-wrapper h2 {
    margin: 0 0 4px 0;
}

.cv-wrapper p {
    padding: 9px 0 23px;

    color: #000;

    font-weight: 500;
}

section.cv-sec:before {
    content: "";

    position: absolute;

    background-image: linear-gradient(90deg, #ffffff 19%, #00000000 90%);

    z-index: 0;

    width: 39%;

    height: 100%;

    top: 0;

    left: 0;
}

.theme-btn {
    background-color: var(--primary-color);

    color: var(--white-color);

    text-transform: uppercase;

    font-size: 14px;

    font-family: "Montserrat", sans-serif;

    display: flex;

    justify-content: center;

    align-items: center;

    text-align: center;

    border-radius: 50px;

    border: 1px solid transparent;

    display: inline-block;

    padding: 17px 40px;

    cursor: pointer !important;
}

a.theme-btn:hover {
    border: 1px solid var(--primary-color);

    background: transparent;
}

/*header css start */

header {
    background: RGB(214, 214, 242);

    background: linear-gradient(180deg,
            #fffffff2 40%,

            rgb(255 255 255 / 10%) 100%);

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 9;
}

.menuSection {
    padding: 0 23px;
}

.header-logo a {
    font-family: "Sora", sans-serif;

    font-size: 32px;

    color: var(--black-color);

    font-weight: 300;

    text-transform: capitalize;
}

.header-logo>a>img {
    width: 300px;

    height: 110px;

    object-fit: contain;

    transition: transform 0.3s ease;
}

.header-logo>a>img:hover {
    transform: scale(1.1);
}

.menuSec ul>li>a {
    text-transform: uppercase;
}

.menuSec ul>li>a:active {
    color: var(--primary-color) !important;
}

.menuSec ul>li>a:hover {
    color: var(--black-color) !important;
}

.menuSec {
    padding: 14px 29px;

    background-color: #fce1ea;

    border-radius: 30px;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;

    list-style: none;

    padding: 0;

    margin: 0;

    text-align: center;

    text-transform: capitalize;

    display: flex;

    align-items: center;

    justify-content: space-between;
}

.menuSec ul li {
    position: relative;

    display: inline-block;

    margin: 0;

    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;

    display: inline-block;

    text-decoration: none;

    color: var(--light-black);

    padding: 0;

    font-size: 13px;

    font-weight: 600;

    transition: transform 0.3s ease;
}

.menuSec ul li a:hover {
    transform: scale(1.1);
}

.menuSec ul li a:hover {
    transition: all 0.5s ease;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    color: var(--black-color) !important;
}

.menuSec ul li a.active {
    transition: all 0.5s ease;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    color: var(--black-color) !important;
}

.menuSec li:hover>ul {
    display: block;

    position: absolute;

    z-index: 1000;

    background-color: var(--black-color);

    left: 0px;

    width: 230px;

    text-align: left;

    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;

    padding: 13px 20px !important;

    color: var(--white-color) !important;

    overflow: hidden;

    font-size: 13px;

    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;

    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: var(--white-color);

    color: var(--black-color) !important;
}

.menuSec ul ul ul {
    left: 100%;

    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";

    display: table;

    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;

    top: 0px;

    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;

    position: absolute;

    z-index: 1000;

    background-color: var(--black-color);

    right: 7%;

    width: 230px;

    text-align: left;

    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: var(--white-color);

    color: var(--black-color) !important;
}

.dropdown-menu {
    position: absolute !important;

    z-index: 1000;

    display: block;

    min-width: 10rem;

    padding: 0.5rem 0;

    margin: 0;

    font-size: 1rem;

    color: var(--light-black);

    text-align: left !important;

    background-color: #fff;

    background-clip: padding-box;

    border: 1px solid rgba(0, 0, 0, 0.15);

    border-radius: 0.25rem;
}

.menuSection .row {
    display: flex;

    justify-content: center;

    align-items: center;

    padding: -1px 0;
}

.web-search-container {
    display: flex;

    align-items: center;

    width: 322px;

    height: 55px;

    background-color: var(--input-bg);

    border: 1px solid var(--primary-color);

    border-radius: 29px;

    overflow: hidden;

    transition: box-shadow 0.3s ease;

    justify-content: flex-end;

    text-align: right;

    background-color: var(--primary-color);
}

.web-search-container:hover {
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}

.web-search-container input[type="search"] {
    flex: 1;

    padding: 0 20px;

    height: 100%;

    border: none;

    outline: none;

    font-size: 14px;

    background-color: var(--primary-color);

    color: var(--white-color);
}

.web-search-container input::placeholder {
    color: var(--input-placeholder);
}

.web-search-btn {
    border: none;

    width: 46px;

    height: 46px;

    background-color: var(--primary-color);

    color: #fff;

    cursor: pointer;

    display: flex;

    align-items: center;

    justify-content: center;

    transition: background-color 0.2s ease;

    margin: 0 5px 0 0;

    border-radius: 50%;

    border: 1px solid white;
}

button.web-search-btn i {
    font-size: 15px;
}

.web-search-btn:hover {
    background-color: darken(var(--primary-color), 10%);
}

.web-search-btn i {
    font-size: 16px;
}

/*header css start */

/* banner Start  */

.banner-sec {
    background: #d5d3f0;

    background: radial-gradient(circle,
            rgb(213 211 240 / 0%) 0%,

            rgba(255, 255, 255, 0.5) 50%,

            rgb(213 211 240 / 29%) 100%);
}

.banner-sec .col-xl-12,
.banner-sec .col-lg-12,
.banner-sec .col-md-12,
.banner-sec .col-sm-12,
.banner-sec .col-12 {
    display: flex;

    justify-content: center;

    align-items: center;
}

.banner-img img {
    width: 100%;

    height: 100%;

    object-fit: cover;

    border-radius: 50% 50% 0 0;

    position: relative;

    z-index: 2;

    transition: all 0.3s ease;
}

.banner-img img:hover {
    animation: pulse 1s infinite !important;
}

.banner-img::before {
    content: "";

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    border: 1.5px solid var(--black-color);

    border-bottom: none;

    border-radius: 50% 50% 0 0;

    pointer-events: none;

    z-index: 1;
}

.banner-img::after {
    content: "";

    position: absolute;

    top: 0;

    left: -22px;

    bottom: 0;

    z-index: 1;

    margin: auto;

    background-image: url(../images/star.png);

    height: 45px;

    width: 45px;

    background-position: center;

    background-size: contain;

    background-repeat: no-repeat;

    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(53deg) brightness(94%) contrast(103%);

    display: flex;

    align-items: center;

    justify-content: center;

    animation: heroStar 5s linear infinite;
}

@keyframes heroStar {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.banner-img {
    width: 685px;

    height: 635px;

    position: relative;

    padding: 20px 20px 0 20px;

    box-sizing: border-box;
}

/* banner End */

/* ======================== Banner ================== */

.banner-wrapper-full img {
    width: 100%;

    color: #ebf4fd;

    overflow: hidden;

    object-position: top;

    height: 100vh;

    object-fit: cover;
}

.banner-wrapper-full img::before {
    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 10%;

    background: rgba(255, 255, 255, 0.2);

    z-index: 1;
}

section.banner-sec-full .row>* {
    padding: 0 !important;

    margin: 0 !important;
}

/* ======================== Banner ================== */

/* marque Starts  */

.marque-sec .col-xl-12,
.marque-sec .col-lg-12,
.marque-sec .col-md-12,
.marque-sec .col-sm-12,
.marque-sec .col-12 {
    padding: 0;
}

.marquee-wrapper {
    width: 100%;

    overflow: hidden;

    background-image: url("../images/marque-bg.png");

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center;

    padding: 0px !important;

    position: relative;
}

.header-marque {
    display: flex;

    width: 200%;

    animation: marqueAnimation 20s linear infinite;
}

.header-marquee-content {
    display: flex;

    white-space: nowrap;
}

.header-marque span {
    color: var(--white-color);

    font-size: 30px;

    font-weight: 500;

    padding: 11px 30px;

    text-transform: uppercase;

    font-family: "Sora", sans-serif;

    font-weight: 350;
}

@keyframes marqueAnimation {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* marque Ends */

/* About Start  */

.about-sec {
    padding: 80px 100px 80px 100px;

    background: #d5d3f0;

    background: radial-gradient(circle,
            rgb(213 211 240 / 0%) 0%,

            rgba(255, 255, 255, 0.5) 50%,

            rgb(213 211 240 / 11%) 100%);
}

.about-sec-left {
    height: 785px;

    width: 576px;

    display: flex;

    justify-content: center;

    align-items: center;

    border-radius: 500px;

    border: 1px solid var(--black-color);
}

.about-sec-left:after {
    content: "";

    position: absolute;

    right: -24px;

    bottom: 0;

    top: 0;

    z-index: 1;

    margin: auto;

    background-image: url(../images/star.png);

    height: 45px;

    width: 45px;

    background-position: center;

    background-size: contain;

    background-repeat: no-repeat;

    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(53deg) brightness(94%) contrast(103%);

    display: flex;

    align-items: center;

    justify-content: center;

    animation: aboutStar 5s linear infinite;
}

@keyframes aboutStar {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.about-sec-left img {
    width: 512px;

    height: 712px;

    object-fit: cover;

    object-position: 0 0px;

    border-radius: 500px;

    position: relative;
}

.about-left-wrapper {
    position: relative;

    display: flex;

    justify-content: flex-end;

    align-items: center;
}

.about-sec-right>h2 {
    margin-bottom: 4px;

    text-transform: uppercase;
}

.about-sec-right p {
    margin-bottom: 18px;
}

.about-right-wrapper {
    width: 100%;

    height: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

    padding: 0 0 0 45px;
}

.about-sec-right a {
    margin: 14px 0 0 0;
}

/* About Ends */

/* Portfoliuo Sec Start  */

section.portfolio {
    background: #d5d3f0;

    background: radial-gradient(circle,
            rgb(213 211 240 / 0%) 0%,

            rgba(255, 255, 255, 0.5) 50%,

            rgb(213 211 240 / 29%) 100%);
}

.portfolio-heading-row {
    text-align: center;

    position: relative;
}

.portfolio-heading-row h2 {
    text-transform: uppercase;

    font-weight: 550;

    padding: 10px 0;

    border-top: 1px solid black;

    border-bottom: 1px solid black;

    position: relative;
}

.portfolio-heading-row::before {
    content: "";

    position: absolute;

    left: 200px;

    bottom: -22px;

    z-index: 1;

    margin: 0 auto;

    background-image: url(../images/star.png);

    height: 45px;

    width: 45px;

    background-position: center;

    background-size: contain;

    background-repeat: no-repeat;

    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(53deg) brightness(94%) contrast(103%);

    display: flex;

    align-items: center;

    /* justify-content: center; */

    animation: aboutStar 5s linear infinite;
}

.portfolio-heading-row h2::after {
    content: "";

    position: absolute;

    top: 0;

    top: -23px;

    right: 200px;

    z-index: 1;

    margin: 0 auto;

    background-image: url(../images/star.png);

    height: 45px;

    width: 45px;

    background-position: center;

    background-size: contain;

    background-repeat: no-repeat;

    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(53deg) brightness(94%) contrast(103%);

    display: flex;

    align-items: center;

    /* justify-content: center; */

    animation: aboutStar 5s linear infinite;
}

button.portfoli-btns {
    padding: 10px 20px;
}

.portfoli-btns {
    padding: 10px 20px;

    border: 1px solid transparent;

    background-color: var(--primary-color);

    color: var(--white-color);

    text-transform: uppercase;

    font-size: 14px;

    font-family: "Montserrat", sans-serif;

    text-align: center;

    display: flex;

    justify-content: center;

    align-items: center;

    border-radius: 30px;
}

.portfolio-tab-row {
    display: flex;

    justify-content: center;

    align-items: center;

    gap: 20px;

    padding: 40px 0 20px;
}

.portfolio .nav-tabs {
    border-bottom: 1px solid transparent;
}

.portfolio .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;

    background-color: #fff;

    border-color: transparent;
}

/* portfolio slidder  */

.portfolio-wrapper {
    padding: 40px 20px 70px 0px;

    position: relative;
}

.portfolio-wrapper::before {
    content: "";

    position: absolute;

    top: 1px;

    left: 0;

    width: 189px;

    height: 196px;

    background-image: url("../images/bg-more.png");

    background-size: cover;

    background-position: center;

    z-index: 0;
}

.portfolio-slidder .slick-slide {
    margin-right: 2px;

    align-items: center;

    justify-content: center;

    opacity: 1;

    transform: none !important;

    transition: none;

    margin-left: 20px;
}

.portfolio-slidder .slick-center,
.portfolio-slidder .slick-current.slick-active {
    transform: none !important;

    opacity: 1 !important;
}

/* portfolio slidder  */

/* Portfolio Sec Ends Here  */

/* About Sec Start  */

.statement-sec {
    background: #d5d3f0;

    background: radial-gradient(circle,
            rgb(213 211 240 / 0%) 0%,

            rgba(255, 255, 255, 0.5) 50%,

            rgb(213 211 240 / 29%) 100%);
}

.statement-sec-right-wrapper {
    position: relative;

    display: flex;

    justify-content: flex-start;

    align-items: center;

    text-align: center;
}

.statement-sec-right-wrapper::before {
    content: "";

    position: absolute;

    top: 0;

    left: -56px;

    width: 156px;

    height: 196px;

    background-image: url(../images/bg-more.png);

    background-size: cover;

    background-position: center;

    z-index: 0;

    display: none;
}

.statement-sec-right-wrapper>img::after {
    content: "";

    position: absolute;

    left: -22px;

    bottom: 0;

    top: 100px;

    z-index: 1;

    margin: auto;

    background-image: url(../images/star.png);

    height: 45px;

    width: 45px;

    background-position: center;

    background-size: contain;

    background-repeat: no-repeat;

    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(53deg) brightness(94%) contrast(103%);

    display: flex;

    align-items: center;

    justify-content: center;
}

.attist02-img img {
    position: absolute;

    bottom: -7px;

    right: 17px;

    z-index: 999;

    padding: 20px;

    border-radius: 128px;

    border: 1px solid black;

    background-color: white;

    width: 278px;

    height: 390px;

    object-fit: cover;

    /* z-index: 999999 !important; */
}

.attist02-img::after {
    content: "";

    position: absolute;

    bottom: 397px;

    left: -22px;

    /* top: 250px; */

    z-index: 9999;

    margin: auto;

    background-image: url(../images/star.png);

    height: 45px;

    width: 45px;

    background-position: center;

    background-size: contain;

    background-repeat: no-repeat;

    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(53deg) brightness(94%) contrast(103%);

    display: flex;

    align-items: center;

    justify-content: center;

    animation: aboutStar 5s linear infinite;

    z-index: 9999999999 !important;
}

.statement-sec-left h6 {
    font-size: 14px;

    color: var(--primary-color);

    font-weight: 450;

    padding: 10px 0 14px 0;

    text-transform: uppercase;
}

.statement-sec-left h5 {
    color: black;

    font-size: 14px;

    font-weight: 500;

    padding: 18px 0;

    text-transform: uppercase;
}

.about-btn {
    background-color: var(--primary-color);

    text-transform: uppercase;

    color: var(--white-color);

    border-radius: 30px;

    border: 1px solid transparent;

    display: block;

    width: 205px;

    height: 44px;

    display: flex;

    justify-content: center;

    align-items: center;

    text-align: center;
}

a.about-btn:hover {
    color: #4166f5;
}

.statement-sec-left {
    display: flex;

    flex-direction: column;

    justify-content: center;

    height: 100%;

    padding: 0 0 0 100px;
}

.statement-sec-left p {
    padding: 5px 0;
}

.statement-sec-left a {
    margin: 20px 0 0 0;
}

.statement-sec-left h2 {
    text-transform: uppercase;
}

statement-sec-left section.statement-sec {
    padding: 0 100px 100px 0;
}

.statement-sec-right01 {
    position: relative;

    /* height: 716px; */

    /* width: 503px; */

    padding: 20px;

    content: "";

    position: relative;

    border: 1px solid var(--black-color);

    border-bottom: none;

    border-radius: 500px;

    z-index: 1;
}

.statement-sec-right01::after {
    content: "";

    position: absolute;

    right: -24px;

    top: 300px;

    z-index: 1;

    margin: auto;

    background-image: url(../images/star.png);

    height: 45px;

    width: 45px;

    background-position: center;

    background-size: contain;

    background-repeat: no-repeat;

    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(53deg) brightness(94%) contrast(103%);

    display: flex;

    align-items: center;

    justify-content: center;

    animation: statementStar 5s linear infinite;
}

@keyframes statementStar {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.statement-sec-right01 img {
    width: 503px;

    padding: 8px;

    height: 716px;

    border-radius: 500px;
}

/* About Sec Ends */

/* Cv Section Start  */

.cv-sec {
    /* background: #d5d3f0; */

    /* background: radial-gradient(

    circle,

    rgb(213 211 240 / 0%) 0%,



    rgba(255, 255, 255, 0.5) 50%,



    rgb(213 211 240 / 29%) 100%

  ); */

    position: relative;

    background-image: url(../images/cv-photo.jpg);

    width: 100%;

    height: 100%;
}

/* 



.download-cv-btn {







    background-color: var(--primary-color);







    border: 1px solid transparent;







    color: white;







    font-size: 14px;







    font-family: "Montserrat", sans-serif;







    margin: 10px 0 0 0;







    padding: 9px 14px;







    border-radius: 53px;







} */

/* 



button#download-cv:hover {







    color: #4166f5;







} */

.cv-wrapper {
    padding: 150px 0 150px 100px;

    width: 50%;

    position: relative;

    z-index: 2;
}

.cv-wrapper button {
    margin: 16px 0 0 0;
}

/* section.cv-sec {

  background-image: url("../images/cv-bg.png");



  background-repeat: no-repeat;



  background-size: cover;



  background-position: -10px center;



  background-color: #f5f5f5;





} */

.cv-imh-new img {
    width: 100%;

    height: 100%;

    border-radius: 10px;

    object-fit: cover;
}

.cv-dot {
    font-size: 20px;

    font-weight: bold;

    color: black !important;

    padding-right: 10px;
}

/* Cv Section Ends */

/* Career Start  */

.career-sec-right {
    display: flex;

    justify-content: center;

    align-items: center;

    position: relative;
}

.career-sec-right {
    position: absolute;
}

.career-sec-right-bg-img {
    height: 768px;

    width: 542px;

    object-fit: cover;

    border: 1px solid black;

    border-radius: 500px;

    padding: 20px;

    display: flex;

    justify-content: center;

    align-items: center;

    text-align: center;
}

.career-sec-right-bg-img::after {
    content: "";

    position: absolute;

    left: -22px;

    bottom: 0;

    top: 0;

    z-index: 1;

    margin: auto;

    background-image: url(../images/star.png);

    height: 45px;

    width: 45px;

    background-position: center;

    background-size: contain;

    background-repeat: no-repeat;

    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(53deg) brightness(94%) contrast(103%);

    display: flex;

    align-items: center;

    justify-content: center;

    animation: aboutStar 5s linear infinite;
}

.career-sec-right-bg-img img {
    width: 490px;

    height: 710px;

    object-fit: cover;

    object-position: -87px;

    position: relative;

    border-radius: 500px;
}

.career-sec-right-for-img {
    height: 435px;

    width: 332px;

    position: absolute;

    bottom: -32px;

    right: -100px;

    border-radius: 500px;

    padding: 20px;

    border: 1px solid black;

    background-color: white;

    display: flex;

    justify-content: center;

    align-items: center;

    text-align: center;
}

.career-sec-right-for-img::after {
    content: "";

    position: absolute;

    right: 50px;

    top: 0;

    top: 6px;

    z-index: 1;

    margin: auto;

    background-image: url(../images/star.png);

    height: 45px;

    width: 45px;

    background-position: center;

    background-size: contain;

    background-repeat: no-repeat;

    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(53deg) brightness(94%) contrast(103%);

    display: flex;

    align-items: center;

    justify-content: center;

    animation: aboutStar 5s linear infinite;
}

.career-sec-right-for-img img {
    width: 285px;

    height: 385px;

    object-fit: cover;

    border-radius: 650px;
}

.career-sec-left {
    display: flex;

    justify-content: center;

    flex-direction: column;

    flex-wrap: wrap;

    height: 700px;
}

.career-sec-left div a {
    margin: 16px 0 0 0;
}

.career-sec-left h2 {
    padding: 0 0 0px 0;

    text-transform: uppercase;
}

.career-sec-left h6 {
    color: var(--primary-color);

    font-size: 14px;

    padding: 4px 0 12px 0;

    text-transform: uppercase;
}

.career-sec-left h5 {
    color: black;

    font-size: 14px;

    font-family: "Montserrat", sans-serif;

    padding: 10px 0;

    text-transform: uppercase;
}

.career-sec-left p {
    padding-bottom: 10px;
}

.watch-performance {
    background-color: var(--primary-color);

    width: 262px;

    height: 40px;

    color: white;

    text-transform: uppercase;

    display: flex;

    justify-content: center;

    align-items: center;

    text-align: center;

    border-radius: 30px;
}

a.watch-performance:hover {
    color: #4166f5;
}

section.career-sec {
    padding: 100px 30px 156px 77px;

    background: #d5d3f0;

    background: radial-gradient(circle,
            rgb(213 211 240 / 0%) 0%,

            rgba(255, 255, 255, 0.5) 50%,

            rgb(213 211 240 / 29%) 100%);
}

/* Career Ends */

/* Footer Start  */

.footerSec {
    background-color: #1c1c1c;

    padding: 50px 50px 5px 50px;
}

.footer-logo a {
    /* font-size: 32px; */

    /* color: white; */

    /* font-family: "Sora", sans-serif; */

    /* text-transform: capitalize; */

    /* padding: 0 0 21px 0; */
}

.footer-logo>a>img {
    width: 300px;

    height: 113px;

    object-fit: cover;
}

.footer-social {
    display: flex;

    /* justify-content: center; */

    align-items: center;

    /* text-align: center; */

    /* padding-right: 84px; */
}

.footer-logo p {
    padding-bottom: 17px;
}

.footerSec .container-fluid:nth-child(1) {
    padding-top: 29px;

    position: relative;

    border-top: 1px solid white;

    padding-bottom: 30px;
}

.footerSec .container-fluid:nth-child(1):before {
    content: "";

    position: absolute;

    top: 0;

    top: -23px;

    right: 200px;

    z-index: 1;

    margin: 0 auto;

    background-image: url(../images/star.png);

    height: 45px;

    width: 45px;

    background-position: center;

    background-size: contain;

    background-repeat: no-repeat;

    /* filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(53deg) brightness(94%) contrast(103%); */

    display: flex;

    align-items: center;

    /* justify-content: center; */

    animation: aboutStar 5s linear infinite;
}

.footerSec .container-fluid:nth-child(2) {
    padding-top: 15px;

    border-top: 1px solid #ffffff3b;

    padding-bottom: 15px;
}

.footer-logo p {
    padding-bottom: 22px;

    color: white;
}

.footer-social i {
    font-size: 16px;

    color: white;
}

.footer-social a {
    width: 50px;

    height: 50px;

    border: 1px solid #ffffff2b;

    margin: 0 7px;

    border-radius: 50%;

    display: inline-block;

    justify-content: center;

    align-items: center;

    text-align: center;

    display: flex;
}

.footer-social a:hover {
    background-color: var(--primary-color);

    cursor: pointer;
}

ul.use-ful-link-list a {
    font-size: 14px;
}

.use-ful-link-list {
    display: flex;

    /* justify-content: space-between; */

    align-items: center;

    /* margin: 0 15px 0 0; */

    gap: 60px;
}

.footer-useful-links h2 {
    font-size: 17px;

    color: white;

    text-transform: uppercase;

    padding: 18px 0 24px 0;

    font-weight: 300;
}

ul.use-ful-link-list li {
    padding: 20px 0;

    text-transform: capitalize;
}

.footer-profolio h2 {
    font-size: 17px;

    color: white;

    text-transform: uppercase;

    padding: 18px 0 24px 0;
}

.footer-News h2 {
    font-size: 17px;

    color: white;

    text-transform: uppercase;

    padding: 18px 0 24px 0;
}

.footer-profolio-list {
    display: flex;

    gap: 58px;
}

ul.footer-profolio-list li {
    padding: 24px 0 0px 0;
}

.footer-search input {
    outline: none;

    border: 1px solid transparent;

    background: #333333;

    padding: 13px 19px;

    margin: 13px 0 0 0;

    color: white;

    border-radius: 5px;
}

.footer-News p {
    padding: 25px 0 6px 0;

    color: white !important;
}

.footer-search {
    margin: 10px 0;
}

button.subscribe-btn {
    text-transform: uppercase;

    color: var(--primary-color);

    background: transparent;

    border: 1px solid var(--primary-color);

    padding: 5px 19px;

    margin: 27px 0 0 0;

    border-radius: 30px;

    position: relative;

    overflow: hidden;

    transition: color 0.6s ease;

    cursor: pointer;
}

button.subscribe-btn::before {
    content: "";

    position: absolute;

    top: 0;

    left: -100%;

    width: 100%;

    height: 100%;

    background-color: var(--primary-color);

    transition: left 0.8s ease;

    z-index: 0;
}

button.subscribe-btn:hover::before {
    left: 0;
}

button.subscribe-btn:hover {
    color: white;
}

button.subscribe-btn:active {
    background-color: var(--primary-color);

    color: white;
}

button.subscribe-btn span {
    position: relative;

    z-index: 1;

    transition: color 0.6s ease;
}

footer a {
    transition: all 0.3s ease !important;

    color: white !important;
}

footer a:hover {
    animation: pulse 1s infinite !important;

    font-size: 14px;

    color: var(--white-color);

    font-family: "Montserrat", sans-serif;
}

.footer-logo {
    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    gap: 36px;
}

.footer-logo h2 {
    color: white;

    font-size: 17px;

    /* padding-bottom: 21px; */

    /* padding-right: 82px; */

    display: flex;

    /* justify-content: center; */
}

p#copyright {
    color: #ffffffbf;
}

/* Footer Ends */

.portfolio-slidder .slick-track {
    display: flex;

    align-items: center;
}

.portfolio-slidder .slick-slide {
    transition: height 0.3s ease;

    overflow: hidden;
}

.height-600 {
    height: 550px !important;
}

.height-550 {
    height: 550px !important;
}

.height-500 {
    height: 550px !important;
}

.portfolio-slidder .slick-slide img {
    height: 550px;

    width: 100%;

    border-radius: 500px;

    object-fit: cover;
}

#videoPlayer {
    display: none;

    position: fixed;

    top: 50%;

    left: 50%;

    width: 50vw;

    height: 50vh;

    object-fit: cover;

    z-index: 9999;

    transform: translate(-50%, -50%);
}

video.fancybox-video {
    object-fit: cover;
}

.portfolio .tab-content>.tab-pane {
    display: block !important;

    height: 0;
}

.portfolio .tab-content>.active {
    height: 100%;
}

/* Home Page Ends  */

/* About US Start  */

.inner-page-hero .banner-wrapper-full {
    position: relative;
}

.inner-page-heading {
    position: absolute;

    top: 50%;

    left: 100px;

    width: fit-content;

    height: 113px;

    background-color: white;

    display: flex;

    justify-content: center;

    align-items: center;

    text-align: center;

    text-transform: capitalize;

    padding: 0 45px;
}

.about-text-row {
    margin-top: 100px;
}

/* About US Ends */

/* Inner Contact Starts  */

/*contact */

.form-group .input-group>.form-control,
.input-group>.form-select {
    position: relative;

    flex: 1 1 auto;

    width: 1%;

    min-width: 0;

    color: #00000085;

    margin: 0 0 20px 0;

    height: 60px;
}

.contact-form form {
    position: relative;
}

.contact-form .form-group {
    position: relative;
}

.contact-form .form-group::after {
    content: "";

    height: 53px;

    width: 10px;

    position: absolute;

    right: 45px;

    top: 6px;

    background-size: 10px 50px;

    background-image: url(../images/contact-input-bef.png);

    background-repeat: no-repeat;
}

.contact-form form input.form-control {
    height: 60px;
    font-size: 15px;
    padding-left: 19px;
    border: 1px solid #c6c6c6;
    line-height: 0;
    box-shadow: none;
    color: black;
    font-weight: 400;
    background-color: transparent;
    margin-top: 0;
    display: flex;
    margin-bottom: 20px;
}

.contact-form form input.form-control::placeholder {
    color: #909091;
}

.contact-main-sec .them-btn-1:hover {
    background-color: #00006d;

    transition: 0.3s all;
}

.contact-form form textarea.form-control {
    font-size: 15px;

    /* padding-left: 65px; */

    padding-top: 13px;

    border: 1px solid #c6c6c6;

    letter-spacing: 0;

    box-shadow: none;

    resize: none;

    background-color: transparent;

    margin-top: 0;

    color: #000000;

    border-radius: inherit;

    margin: 0 0 20px;
}

.contact-form .email {
    padding: 0;
}

.contact-form h4 {
    font-size: 62px;

    line-height: 70px;

    font-weight: 500;

    text-transform: capitalize;

    color: #fff;
}

.contact-form form textarea.form-control::placeholder {
    color: #909091;
}

.contact-form ::-webkit-input-placeholder {
    color: #909091;
}

.contact-form ::-moz-placeholder {
    color: rgba(18, 28, 42, 0.55);
}

.contact-form :-ms-input-placeholder {
    color: rgba(18, 28, 42, 0.55);
}

.contact-form :-moz-placeholder {
    color: rgba(18, 28, 42, 0.55);
}

.cicle-icon {
    background-color: #ee6b97;

    width: 70px;

    height: 70px;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    text-align: center;
}

.circle-icon i {
    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 30px;

    height: 70px;

    width: 70px;

    border-radius: 50%;

    background: var(--orange-color);

    color: white;

    font-family: "Font Awesome 5 Free";

    /* If you want the icon itself to have a gradient */

    background: linear-gradient(to right, #ff8a00, #da1b60);

    -webkit-background-clip: text;

    background-clip: text;

    -webkit-text-fill-color: transparent;
}

.cicle-icon i {
    color: white;

    font-size: 21px;
}

.cicle-icon img {
    margin: 0 auto;
}

.contact-main-sec .contact-info {
    background: var(--orange-color);

    width: 100%;

    display: inline-block;

    padding: 14px;

    margin-bottom: 10px;

    border: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    height: 130px;

    margin-bottom: 25px;

    border: 1px solid #c6c6c6;
}

.contact-main-sec h4 {
    font-size: 40px;

    color: #000000;

    font-weight: 500;

    line-height: 1;

    text-transform: uppercase;

    margin-bottom: 0;
}

.contact-main-sec p span {
    display: block;
}

.contact-main-sec p {
    font-size: 16px;

    color: #000;

    margin-bottom: -5%;
}

.contact-main-sec h2 {
    margin: 0;

    font-size: 20px;

    color: #696767;

    font-weight: 700;

    line-height: 30px;

    font-family: "Montserrat";

    text-transform: uppercase;
}

.contact_text {
    padding-top: 0px;
}

.contact_text p {
    font-size: 16px;

    line-height: 25px;

    color: #918f8f;

    padding-top: 0px;

    font-weight: 500;

    letter-spacing: 1px;
}

.contact_text p a {
    font-size: 16px;

    color: black;

    text-decoration: none;

    transition: 0.5s ease-in-out;

    margin-top: 3px;

    display: block;
}

.mailt {
    padding-left: 30px;
}

.contact_text a:hover {
    color: black;
}

.contact_text a {
    color: black;
}

.contact_text p a.email-text {
    font-size: 15px;

    color: black;
}

.contact_text p a.email-text:hover {
    color: #8b8b8b;
}

.contact-us {
    padding: 6% 0;
}

.contact-head {
    text-align: center;
}

.contact-head h2 {
    font-size: 50px;

    color: #000;

    text-transform: uppercase;
}

.lg-btn {
    width: 100%;
}

.cp {
    font-size: 17px;

    line-height: 27px;
}

.contact_heading {
    margin-bottom: 30px;
}

.contact_heading h2 {
    font-size: 45px;

    color: #000000;

    font-weight: bolder;
}

.contact-side-bar {
    padding-top: 50px;
}

.contact-main-sec {
    padding: 100px 0;
}

.contact-main-sec .them-btn-1 {
    margin-top: 20px;

    border: none;

    padding: 12px 20px;

    background-color: #ff0000;

    color: white;

    border-radius: 25px;
}

.b-img img {
    border-radius: 20px;
}

.contact-form .form-group i {
    position: absolute;

    top: 20px;

    left: 13px;

    font-size: 20px;

    background: linear-gradient(180deg,
            rgba(150, 31, 30, 1) 0%,

            rgba(233, 72, 36, 1) 100%);

    text-transform: uppercase;

    -moz-background-clip: text;

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}

.contact-form {
    margin-top: 23px;
}

.contact-form button {
    border: none;

    margin-top: 5%;
}

.contact-main-sec h1 {
    font-size: 49px;
}

.contact-form .input-group>.form-control,
.order-form .input-group>.form-select {
    position: relative;

    flex: 1 1 auto;

    width: 1%;

    min-width: 0;

    border-color: #bdbdbd;

    color: #909091;

    font-family: "Montserrat";

    border-radius: 5px;

    font-weight: 500;

    padding: 17px;

    margin-bottom: 0;
}

.order-form .form-select {
    background-image: url(../images/arrow-icon.png);

    background-size: unset;
}

.service-drop-down .col-md-12 {
    margin: 0 !important;

    /* padding: 13px 0 0 13px !important; */
}

.service-drop-down .input-group {
    width: 856px;
}

.contact-inner-imge img {
    width: 100%;
    height: 546px;
    object-fit: cover;
    border-radius: 10px;
}

/* Inner Contact Ends */

/* Cv page Starts  */

.cv-sec-wrapper .cv-sec-inner {
    background-color: #f9f9f9;
    padding: 40px 0;
    margin: 0 100px !important;
}

.cv-sec-wrapper .cv-name {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: black;
}

.cv-sec-wrapper .cv-heading {
    font-size: 1.5rem;
    margin-bottom: 10px;
    border-bottom: 4px solid #c00000;
    padding-bottom: 5px;
    margin: 23px 0;
}

.cv-heading {
    color: #c00000;
    font-weight: bold;
}

.cv-sec-wrapper .cv-subheading {
    font-weight: 600;
    margin-top: 15px;
    margin-left: 20px;
}

.cv-sec-wrapper ul {
    padding-left: 20px;
}

.cv-sec-wrapper ul li {
    margin-bottom: 8px;
    width: 55%;
}

.cv-sec-wrapper ul li img {
    margin: 2px;
}

.cv-sec-wrapper a {
    color: #007bff;
}

.cv-sec-wrapper a:hover {
    text-decoration: underline;
}

.cv-img-row img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 110px;
}

/* Cv page Ends */

/* Event page start  */

section.up-comming-event {
    margin: 100px 4%;
}

.event-left h2,
.event-left h3 {
    color: black;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
}

.event-right img {
    width: 100%;
    height: 700px;
    object-fit: contain;
}

.event-left {
    /*height: 700px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.event-left h2 {
    padding: 10px 0;
}

.event-left h3 {
    padding: 5px 0 10px;
}

.event-left p {
    padding: 5px 0;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.event-banner-new img {
    height: 750px;
    width: auto;
    object-fit: cover;
    border-radius: 10px;
}

.event-banner-new {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0 0;
}

/* Event page Ends */

/* Art start  */

.art-img img {
    width: 100%;
    height: 400px !important;
    object-fit: cover;
}

.art-card {
    padding: 0 7px;
}

section.art-sec .row {
    margin: 50px 0;
}

.art-content {
    padding: 10px 0;
}

.art-content h4 {
    font-size: 20px;
}

.art-content p:nth-child(2) {
    font-weight: 600;
}

.art-content p:last-child {
    font-weight: 600;

    padding: 5px 0;
}

/* Art Ends */

html {
    overflow-x: hidden;
}


.up-comming-event .portfolio-wrapper {
    padding: 0;
    margin-top: 25px;
}


.vsel-content {
    background: #ee6b97;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 45px 2px #0000008c;
    position: relative;
    margin: 40px 0;
}

.vsel-content * {
    color: black;
    font-weight: 600
}

.vsel-content h3 {
    font-size: 18px !important;
    text-align: left
}

.heading_events {
    font-size: 40px !important;
}

.event-left h2 {
    font-size: 26px;
}

.event-left h3 {
    font-size: 26px;
}

.event-img-h {
    height: 400px;
}

.event-img-h img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .career-sec-right-bg-img {
        height: 700px;
        width: 400px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menuSection .d-none.d-md-block {
        order: 4;
    }

    .cv-wrapper {
        padding: 120px 0 120px 60px;
        width: 100%;
    }

    .career-sec-right-for-img img {
        width: 285px;
        height: 385px;
        object-fit: cover;
        border-radius: 650px;
    }

    .career-sec-right-bg-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: -87px;
        position: relative;
        border-radius: 500px;
    }

    section.career-sec {
        padding: 60px 5px 65px 5px;
    }

    .career-sec-right-bg-img {
        height: 600px;
        width: 450px;
    }

    .career-sec-right-for-img {
        right: -5px;
        padding: 20px;
    }


}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    section#custom_html-2 .textwidget.custom-html-widget>h2 {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .use-ful-link-list {
        display: block;
    }

    ul.footer-profolio-list li {
        padding: 10px 0 0px 0;
    }

    .footer-profolio-list {
        display: block;
    }

    .menuSection .d-none.d-md-block {
        order: 4;
    }

    .contact-main-sec {
        padding: 60px 0;
    }

    .header-logo {
        padding: 10px;
    }

    .about-sec {
        padding: 60px 0px 60px 0px;
    }

    .about-right-wrapper {
        padding: 0 0 0 25px;
    }

    h2 {
        font-size: 40px;
    }

    .about-sec-right p {
        margin-bottom: 12px;
    }

    .cv-wrapper {
        padding: 100px 0 100px 30px;
        width: 100%;
    }

    .career-sec-right {
        position: relative;
    }

    .career-sec-left {
        height: fit-content;
    }

    .career-sec-right-for-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 650px;
    }

    .career-sec-right-bg-img img {
        width: 490px;
        height: 710px;
        object-fit: cover;
        object-position: -87px;
        position: relative;
        border-radius: 500px;
    }

    section.career-sec {
        padding: 60px 5px 65px 5px;
    }

    .career-sec-right-for-img {
        right: -5px;
        padding: 20px;
    }

    .cv-sec-wrapper .cv-sec-inner {
        margin: 0px 30px !important;
    }

    .cv-sec-wrapper ul li {
        width: 100%;
    }






















}

@media only screen and (min-width: 520px) and (max-width: 767px) {

    .header-marque span {
        font-size: 14px;
        padding: 5px 20px;
    }

    section.about-sec {
        padding: 40px 0px;
    }

    .statement-sec-right01 img {
        height: 370px;
        border-radius: unset;
    }

    .statement-sec-right01 {
        border-radius: unset;
    }

    .statement-sec-right-wrapper {
        margin-bottom: 20px;
        justify-content: center;
    }

    .about-right-wrapper {
        padding-left: 0;
    }

    .portfolio-heading-row h2 {
        font-size: 40px;
    }

    .career-sec-right {
        position: relative;
        margin-bottom: 40px;
    }

    section.career-sec {
        padding: 40px 0;
    }

    .career-sec-right-bg-img img {
        width: 100%;
        height: 100%;
        object-position: 0;
    }

    .career-sec-right-bg-img {
        height: fit-content;
    }

    .career-sec-right-for-img {
        width: 34%;
        right: 0;
        height: 50%;
    }


    .career-sec-left h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .career-sec-left {
        height: fit-content;
    }

    .web-search-container {
        width: 100%;
        height: 40px;
    }

    header {
        position: relative;
        padding: 10px 0px;
        background: #212121;
    }


    .header-logo>a>img {
        width: 100%;
        height: 70px;
    }

    .header-logo>a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .web-search-container input[type="search"] {
        padding: 0 15px;
        font-size: 12px;
    }

    button.web-search-btn i {
        font-size: 11px;
    }

    .web-search-btn {
        width: 36px;
        height: 36px;
        margin: 0 1px 0 0;
    }

    .banner-wrapper-full img {
        height: 250px;
    }

    .menuSection {
        padding: 0;
    }

    h2 {
        font-size: 30px;
    }

    h4 {
        font-size: 12px;
    }

    p {
        font-size: 12px;
    }

    .about-sec-right p {
        margin-bottom: 10px;
    }

    .theme-btn {
        font-size: 12px;
        padding: 10px 24px;
    }

    .portfolio-heading-row::before {
        bottom: -10px;
        height: 20px;
        width: 20px;
    }

    button.portfoli-btns {
        padding: 5px 10px;
    }

    .portfoli-btns {
        padding: 5px 10px;
        font-size: 12px;
    }

    .portfolio-tab-row {
        gap: 5px;
        padding: 20px 0 10px;
    }

    .portfolio-wrapper {
        padding: 40px 0px 40px 0px;
        position: relative;
    }

    .cv-wrapper {
        padding: 60px 0 70px 10px;
        width: 100%;
    }

    .cv-wrapper p {
        padding: 5px 0 15px;
    }

    .career-sec-right-bg-img::after {
        left: -10px;
        height: 20px;
        width: 20px;
    }

    .footerSec {
        padding: 30px 0px 0px 0px;
    }

    .footerSec .container-fluid:nth-child(1):before {
        top: -11px;
        right: 200px;
        height: 20px;
        width: 20px;
    }

    ul.use-ful-link-list li {
        padding: 5px 0;
    }

    ul.use-ful-link-list a {
        font-size: 12px;
    }

    .footer-useful-links h2 {
        font-size: 16px;
        padding: 20px 0 5px 0;
    }

    ul.footer-profolio-list li a {
        font-size: 12px;
    }

    ul.footer-profolio-list li {
        padding: 10px 0 0px 0;
    }

    .footer-logo {
        gap: 15px;
    }

    .footer-social a {
        width: 40px;
        height: 40px;
    }

    .header-logo {
        margin-bottom: 15px;
    }

    .header-marque img {
        height: 20px;
        width: 20px;
        object-fit: contain;
    }

    .inner-page-heading {
        top: 0;
        bottom: 0;
        left: 10px;
        width: 90%;
        margin: auto;
        height: fit-content;
        min-height: 60px;
        padding: 10px 35px;
        justify-content: flex-start;
    }

    .event-left h2,
    .inner-page-heading h3 {
        font-size: 30px;
    }

    section.up-comming-event {
        margin: 40px 0px;
    }

    .event-left h2,
    .event-left h3 {
        font-size: 20px;
    }

    .event-left {
        height: fit-content;
    }

    .event-left p {
        padding: 1px 0;
        color: #000;
        font-size: 12px;
        font-weight: 500;
    }

    .event-right img {
        width: 100%;
        height: 350px;
        object-fit: contain;
    }

    .event-right {
        margin-top: 25px;
    }

    .event-banner-new img {
        height: 350px;
    }

    .event-banner-new {
        padding: 20px 0 0;
    }

    .cv-sec-wrapper .cv-sec-inner {
        padding: 40px 0;
        margin: 0 10px !important;
    }

    .cv-sec-wrapper .cv-name {
        font-size: 20px;
    }

    .cv-sec-wrapper .cv-heading {
        font-size: 1rem;
        margin-bottom: 10px;
        border-bottom: 2px solid #c00000;
    }

    .cv-sec-wrapper ul li {
        font-size: 12px;
        width: 100%;
    }

    .cv-sec-wrapper ul {
        padding-left: 10px;
    }

    .cv-sec-wrapper .cv-subheading {
        margin-left: 10px;
    }

    .slicknav_nav a:hover {
        background: #ee6b97;
    }

    .contact-main-sec {
        padding: 40px 0;
    }

    .contact-main-sec h1 {
        font-size: 30px;
    }

    .contact-form form input.form-control {
        height: 40px !important;
        font-size: 12px !important;
        padding-left: 13px !important;
        margin-bottom: 25px !important;
    }

    .contact-form form textarea.form-control {
        height: 100px;
        margin: 0 0px 15px !important;
    }

    .career-sec-right-for-img img {
        width: 100%;
        height: 100%;
    }

    .art-img a {
        width: 100%;
    }


}

@media only screen and (min-width: 0px) and (max-width: 519px) {

    .header-marque span {
        font-size: 14px;
        padding: 5px 20px;
    }

    section.about-sec {
        padding: 40px 0px;
    }

    .statement-sec-right01 img {
        height: 370px;
        border-radius: unset;
    }

    .statement-sec-right01 {
        border-radius: unset;
    }

    .statement-sec-right-wrapper {
        left: 0 !important;
        margin-bottom: 20px;
        justify-content: center;
    }

    .about-right-wrapper {
        padding-left: 0;
    }

    .portfolio-heading-row h2 {
        font-size: 40px;
    }

    .career-sec-right {
        position: relative;
        margin-bottom: 40px;
    }

    section.career-sec {
        padding: 40px 0;
    }

    .career-sec-right-bg-img img {
        width: 100%;
        object-position: 0;
        height: 100%;
    }

    .career-sec-right-bg-img {
        height: fit-content;
    }

    .career-sec-right-for-img {
        width: 34%;
        right: 0;
        height: 50%;
    }

    .career-sec-left {
        height: fit-content;
    }

    .career-sec-left h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .web-search-container {
        width: 100%;
        height: 40px;
    }

    header {
        position: relative;
        padding: 10px 0px;
        background: #212121;
    }


    .header-logo>a>img {
        width: 100%;
        height: 70px;
    }

    .header-logo>a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .web-search-container input[type="search"] {
        padding: 0 15px;
        font-size: 12px;
    }

    button.web-search-btn i {
        font-size: 11px;
    }

    .web-search-btn {
        width: 36px;
        height: 36px;
        margin: 0 1px 0 0;
    }

    .banner-wrapper-full img {
        height: 250px;
    }

    .menuSection {
        padding: 0;
    }

    h2 {
        font-size: 30px;
    }

    h4 {
        font-size: 12px;
    }

    p {
        font-size: 12px;
    }

    .about-sec-right p {
        margin-bottom: 10px;
    }

    .theme-btn {
        font-size: 12px;
        padding: 10px 24px;
    }

    .portfolio-heading-row::before {
        bottom: -10px;
        height: 20px;
        width: 20px;
    }

    button.portfoli-btns {
        padding: 5px 10px;
    }

    .portfoli-btns {
        padding: 5px 10px;
        font-size: 12px;
    }

    .portfolio-tab-row {
        gap: 5px;
        padding: 20px 0 10px;
    }

    .portfolio-wrapper {
        padding: 40px 0px 40px 0px;
        position: relative;
    }

    .cv-wrapper {
        padding: 60px 0 70px 10px;
        width: 100%;
    }

    .cv-wrapper p {
        padding: 5px 0 15px;
    }

    .career-sec-right-bg-img::after {
        left: -10px;
        height: 20px;
        width: 20px;
    }

    .footerSec {
        padding: 30px 0px 0px 0px;
    }

    .footerSec .container-fluid:nth-child(1):before {
        top: -11px;
        right: 200px;
        height: 20px;
        width: 20px;
    }

    ul.use-ful-link-list li {
        padding: 5px 0;
    }

    ul.use-ful-link-list a {
        font-size: 12px;
    }

    .footer-useful-links h2 {
        font-size: 16px;
        padding: 20px 0 5px 0;
    }

    ul.footer-profolio-list li a {
        font-size: 12px;
    }

    ul.footer-profolio-list li {
        padding: 10px 0 0px 0;
    }

    .footer-logo {
        gap: 15px;
    }

    .footer-social a {
        width: 40px;
        height: 40px;
    }

    .header-logo {
        margin-bottom: 15px;
    }

    .header-marque img {
        height: 20px;
        width: 20px;
        object-fit: contain;
    }

    .inner-page-heading {
        top: 0;
        bottom: 0;
        left: 10px;
        margin: auto;
        min-height: 60px;
        text-align: left;
        width: fit-content;
        padding: 10px 35px;
        height: fit-content;
        justify-content: flex-start;
    }

    .event-left h2,
    .inner-page-heading h3 {
        font-size: 30px;
    }

    section.up-comming-event {
        margin: 40px 0px;
    }

    .event-left h2,
    .event-left h3 {
        font-size: 20px;
    }

    .event-left {
        height: fit-content;
    }

    .event-left p {
        padding: 1px 0;
        color: #000;
        font-size: 12px;
        font-weight: 500;
    }

    .event-right img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

    .event-right {
        margin-top: 25px;
    }

    .event-banner-new img {
        height: 350px;
    }

    .event-banner-new {
        padding: 20px 0 0;
    }

    .cv-sec-wrapper .cv-sec-inner {
        padding: 40px 0;
        margin: 0 10px !important;
    }

    .cv-sec-wrapper .cv-name {
        font-size: 20px;
    }

    .cv-sec-wrapper .cv-heading {
        font-size: 1rem;
        margin-bottom: 10px;
        border-bottom: 2px solid #c00000;
    }

    .cv-sec-wrapper ul li {
        font-size: 12px;
        width: 100%;
    }

    .cv-sec-wrapper ul {
        padding-left: 10px;
    }

    .cv-sec-wrapper .cv-subheading {
        margin-left: 10px;
    }

    .slicknav_nav a:hover {
        background: #ee6b97;
    }

    .contact-main-sec {
        padding: 40px 0;
    }

    .contact-main-sec h1 {
        font-size: 30px;
    }

    .contact-form form input.form-control {
        height: 40px !important;
        font-size: 12px !important;
        padding-left: 13px !important;
        margin-bottom: 25px !important;
    }

    .contact-form form textarea.form-control {
        height: 100px;
        margin: 0 0px 15px !important;
    }

    .statement-sec-right01 {
        border-bottom: solid;
    }

    .career-sec-right-for-img img {
        width: 100%;
        height: 100%;
    }

    .art-img a {
        width: 100%;
    }

    .footerSec .container-fluid:nth-child(1) {
        width: 85%;
        max-width: 100%;
    }

    .vsel-content {
        padding: 20px;
    }

    .eventSlider .slick-slide {
        margin: 0px 5px;
    }




}