* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Anek Gurmukhi", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
    background-color: #000;
    top: 0 !important;
}
.container {
    max-width: 1260px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}
section {
    position: relative;
}
img {
    max-width: 100%;
    height: auto;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
}
h1,h2,h3,h4,h5,h6,p,a,span,input,textarea,button {
    font-family: "Anek Gurmukhi", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
      color: #fff;
}
h1 {
    font-size: 50px;
    font-weight: 500;
}
h2 {
    font-size: 48px;
    line-height: 1;
    text-transform: uppercase;
}
h3 {
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
}
p {
    font-size: 16px;
    line-height: 1.2;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}
li {
    font-size: 16px;
    line-height: 24px;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}
::placeholder {
    color: #FAFAFA;
    opacity: 0.5;
    font-size: 16px;
    font-weight: 400;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.red-clr {
    color: #FF5B49;
}
.blue-clr {
    color: #4B97D8;
}
.voilet-clr {
    color: #783AFB;
}
.gray-l-clr {
    color: #808080;
}
.text-center {
    text-align: center;
}
.unset-text {
    text-transform: unset;
}
.default-btn-outer {
    display: flex;
    gap: 13px;
    margin-top: 26px;
}
.default-btn {
    background-color: #783AFB;
    padding: 12px 24px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.default-btn:hover {
    background-color: #609326;
}
.orange-btn {
    background-color: #FF5B49;
    font-size: 16px;
    border-radius: 6px;
}
.orange-btn:hover {
    background-color: #0A7C8D;
}
.default-btn.large {
    min-width: 220px;
}
.bg-gray {
    background-color: #212121;
}
.bg-light-gray {
    background-color: #F5F5F7;
}
.bg-voilet-l {
    background-color: #CEBDF2;
}
.skiptranslate {
    display: none;
}

.default-btn img {
    vertical-align: middle;
    margin-right: 10px;
}
.padding-t-100 {
    padding-top: 100px;
}
.padding-t-90 {
    padding-top: 90px;
}
.padding-t-80 {
    padding-top: 80px;
}
.padding-t-70 {
    padding-top: 70px;
}
.padding-t-60 {
    padding-top: 60px;
}
.padding-t-50 {
    padding-top: 50px;
}
.padding-t-40 {
    padding-top: 40px;
}
.padding-t-30 {
    padding-top: 30px;
}
.padding-b-100 {
    padding-bottom: 100px;
}
.padding-b-90 {
    padding-bottom: 90px;
}
.padding-b-80 {
    padding-bottom: 80px;
}
.padding-b-70 {
    padding-bottom: 70px;
}
.padding-b-60 {
    padding-bottom: 60px;
}
.padding-b-50 {
    padding-bottom: 50px;
}
.padding-b-40 {
    padding-bottom: 40px;
}
.padding-b-30 {
    padding-bottom: 30px;
}
/*  */
.margin-t-40 {
    margin-top: 40px;
}
.margin-t-50 {
    margin-top: 50px;
}

/* Fancy box */
.fancybox__container .border-bottom-white {
    border-bottom: 1px rgb(255 255 255 / 50%) solid;
}
.fancybox__container button.f-button.is-close-btn {
    top: 10px !important;
    right: 10px !important;
    background: #fff;
    color: #DB0819 !important;
    width: 24px !important;
    height: 24px !important;
    padding: 6px;
    border-radius: 50px;
}
.fancybox__container button.f-button.is-close-btn:hover {
    opacity: 1;
    background: rgb(255 255 255 / 70%);
}
.fancybox__container .fancybox__slide.has-image>.fancybox__content {
    width: 700px !important;
    height: 700px !important;
}
.fancybox__container .fancybox__slide.has-image>.fancybox__content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(5, 5, 5, 0.00) 70%, #000 100%) !important;
    width: 100%;
    height: 100%;
}
.fancybox__container .fancybox-image {
    object-fit: cover !important;
}
.fancybox__container .fancybox__caption {
    width: 700px;
    text-align: right;
    margin-top: -50px !important;
    padding-right: 10px !important;
    z-index: 99;
    font-size: 18px;
    line-height: 1.2;
    height: 30px;
}
.fancybox__container .fancybox__caption a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    width: 30px;
    height: 30px;
    display: block;
    text-align: right;
    margin-left: auto;
}
.fancybox__container .fancybox__caption a img {
    width: 15px;
    transition: all 0.3s ease-in-out;
    filter: brightness(0.7);
    position: relative;
    z-index: -1;
}
.fancybox__container .fancybox__caption a:hover img {
    transform: scale(1.2);
    filter: invert(60%) sepia(80%) saturate(900%) hue-rotate(326deg) brightness(90%) contrast(100%);
}
.fancybox__container .fancybox__caption span {
    color: #DB0819;
    margin-top: 5px;
    display: block;
    font-size: 16px;
}
.fancybox__container .fancybox__footer {
    display: none;
}


/*  */
.bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
}
.bg-img img {
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.col-reverse {
    flex-direction: column-reverse;
}
  
.flex-box {
    display: flex;
    gap: 30px;
}
.flex-box.flex-box-style-1 {
    gap: 120px;
}
.image-shade-box {
    position: relative;
    padding: 5px;
    z-index: 0;
    height: 100%;
}
.image-shade-box::after {
    content: '';
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgb(189 189 189 / 10%) 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 6px;
    transform: rotate(-2deg);
}


/*  */
.video-credits-component {
    text-align: center;
    z-index: 1;
    /* opacity: 0;
    transition: top 0.2s ease, opacity 0.5s ease; */
    position: absolute;
    /* top: -10%; */
    /* max-width: 500px; */
    width: auto;
	opacity: 0;
}
.video-credits-component.visible {
    /* transition: top 0.2s ease, opacity 0.5s ease; */
    /* top: 40%; */
    display: block;
    /* opacity: 1; */
    background: rgb(255 255 255 / 70%);
    padding: 5px;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(60px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
.video-credits-component .copyright-icon-component {
    position: relative;
    display: inline-block;
    top: auto;
    bottom: auto;
    right: auto;
    vertical-align: top;
}
.video-credits-component .copyright-icon-component img {
    vertical-align: text-top;
    filter: invert(0.8);
}
.video-credits-component .copyright-icon-component:hover img {
    filter: invert(60%) sepia(80%) saturate(900%) hue-rotate(326deg) brightness(90%) contrast(100%);
}
.video-credits-component p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    display: inline;
    color: #000;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.video-credits-component p span {
    display: block;
    color: #000;
}
.video-credits-component.visible p {
    opacity: 1;
}


/* */
.welcome-video-component {
    overflow: hidden;
    position: relative;
    height: 100vh;
}
.welcome-video-component .image-box {
    height: 100%;
}
.welcome-video-component .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.welcome-video-component video {
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 2.8s ease-in-out;
}
.welcome-video-component .logo-box {
    position: absolute;
    width: 100%;
    top: 40%;
    left: 0;
    text-align: center;
    z-index: 1;
    transition: bottom 0.3s ease, opacity 1s ease;
    animation: slideDown 0.3s ease-in-out;
}
@keyframes slideDown {
    0% {
        transform: translateY(50%);
        /* transform: scale(0.6); */
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        /* transform: scale(1); */
        opacity: 1;
    }
}
.welcome-video-component .logo-box.hidden {
    opacity: 0;
    /* transform: scale(0.2); */
}
.welcome-video-component::after {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    animation: shadowBg 3s ease-in-out;
}
@keyframes shadowBg {
    0% {
        background: rgba(0, 0, 0, 0.9);
    }
    100% {
        background: rgba(0, 0, 0, 0.4);
    }
}
.welcome-video-component .after-video-end {
    width: 100%;
    text-align: center;
    z-index: 1;
    transition: top 0.3s ease, opacity 0.3s ease;
    top: -10%;
    opacity: 0;
    position: absolute;
}
.welcome-video-component .after-video-end.visible {
    top: 10%;
    opacity: 1;
    display: block;
}
.welcome-video-component .copyright-icon-component {
    display: block;
    top: auto;
    bottom: 80px;
    right: 30px;
    animation: slideDown 3.3s ease-in-out;
}
.welcome-video-component .copyright-icon-component img {
    filter: brightness(0.7);
}
.welcome-video-component .after-video-end h1 {
    font-size: 70px;
    margin-bottom: 5px;
    line-height: 1;
}
.welcome-video-component .after-video-end h2 {
    color: #FCFCFC;
    font-size: 24px;
    text-transform: none;
    border-bottom: 1px #fff solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.welcome-video-component .after-video-end p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    display: inline;
    color: #fff;
    opacity: 0;
    transition: all 1s ease-in-out;
}
.welcome-video-component .after-video-end.visible p {
    opacity: 1;
}
.welcome-video-component .after-video-end p strong {
    font-weight: 500;
}
.welcome-video-component .after-video-end p span {
    display: block;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #DB0819;
}
.welcome-video-component .frame-2 {
    opacity: 0;
    transition: all 1.5s ease-in-out;
    position: relative;
}
.welcome-video-component .frame-2.visible {
    opacity: 1;
}
.welcome-video-component .welcome-video.hidden {
    opacity: 0;
    z-index: -1;
    position: absolute;
    height: 0;
    width: 0;
    overflow: hidden;
    max-height: 0;
    min-height: 0;
}
.welcome-video-component .frame-2 img {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    object-fit: cover;
}

/*  */
.header-component p {
    margin-top: 10px;
    font-size: 24px;
}
.header-component.header-style-2 h2 {
    font-size: 36px;
}

/*  */
.heading-component {
    position: relative;
}
.heading-component::after {
    content: '';
    background: url(../images/headerBg.svg) 0 0 no-repeat;
    background-size: 100%;
    width: 160px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: -60px;
    opacity: 0.1;
    z-index: -1;
}
.heading-component .head {
    position: relative;
    padding: 30px 0 0 0;
}
.heading-component h1 {
    font-size: 90px;
}
.heading-component .head-back {
    font-size: 65px;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke: 1px rgb(255 255 255 / 30%);
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 3px;
}
.info-block-component-outer {
    margin-top: 42px;
}
.info-block-component {
    font-size: 18px;
    color: #fff;
    margin-top: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.5px;
}
.info-block-component a {
    text-decoration: none;
}
.info-block-component img {
    vertical-align: text-top;
    margin-right: 2px;
}
.info-block-component .title {
    margin-bottom: 9px;
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
}

/*  */
.head-outer-component {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 110px;
}
.checkbox-component {
    color: #FAFAFA;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    height: 100%;
    text-align: right;
    margin-top: 20px;
}
.checkbox-component .input-check:checked {
    background-color: #6d6d6d;
}
.checkbox-component .input-check:checked::after {
    background-color: #fff;
    left: 60%;
}
.checkbox-component .input-check::after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 3px;
    top: 4px;
}
.checkbox-component .input-check,
.checkbox-component .input-check::after {
    transition: all 100ms ease-out;
}
.checkbox-component .input-check {
    appearance: none;
    background-color: #dbdbdb;
    border-radius: 72px;
    border-style: none;
    margin: 0 4px;
    position: relative;
    width: 53px;
    height: 26px;
    vertical-align: text-bottom;
    cursor: pointer;
}
.checkbox-component .input-check:checked::before {
    transform: scale(1.2);
    opacity: 0;
    transition: all .8s ease;
}
.checkbox-component .input-check::before {
    content: "";
    position: absolute;
    display: block;
    margin: -18px;
    width: 56px;
    height: 56px;
    background: #DB0819;
    border-radius: 50%;
    transform: scale(0);
    opacity: 1;
    pointer-events: none;
    right: 0;
}

.breadcrumb-component, .breadcrumb-component a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.breadcrumb-component a:hover {
    /* text-decoration: underline; */
    color: #DB0819;
}

/*  */
.second-banner-component .wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 10px;
}
.second-banner-component .img-box-outer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.second-banner-component .img-box-outer img {
    max-height: 360px;
}
.second-banner-component .img-box {
    position: relative;
}
.second-banner-component .img-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(2,2,2, 0.00) 57.34%, rgba(2,2,2, 0.74) 84.1%);
    transition: all 1.3s ease-in-out;
}
.second-banner-component video {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.second-banner-component img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
    min-height: 200px;
    background: #878787;
}
.second-banner-component .content-box {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    z-index: 1;
}
.second-banner-component .content-box p {
    color: #FFF;
    font-size: 16px;
    line-height: 1.5;
}
.second-banner-component .content-box h1 {
    font-size: 28px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #fff;
}
.second-banner-component .wrapper.middle-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.second-banner-component .wrapper.middle-text .content-box {
    bottom: auto;
}
.second-banner-component .wrapper.middle-text h1 {
    font-size: 50px;
    font-weight: 400;
    text-transform: none;
}

/*  */
.col-two-box-component .col-box-outer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}
.col-two-box-component .col-box {
    transition: all 5.3s ease-in-out;
    overflow: hidden;
}
.col-two-box-component .col-box img {
    width: 100%;
    vertical-align: bottom;
    transition: all 0.3s ease-in-out;
}
.col-two-box-component .img-box {
    position: relative;
    height: 100%;
}
.col-two-box-component .content-box {
    position: absolute;
    bottom: 0;
    padding: 20px;
    z-index: 1;
}
.col-two-box-component .col-box .img-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(14, 14, 14, 0.00) 57.34%, rgba(14, 14, 14, 0.74) 84.1%);
    transition: all 1.3s ease-in-out;
}
.col-two-box-component h3 {
    font-size: 22px;
}
.col-two-box-component p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}
.col-two-box-component .col-box:hover .img-box img {
    transform: scale(1.1);
}
.col-two-box-component .col-box:hover .img-box::after {
    background: linear-gradient(0deg, rgb(0 0 0 / 90%) 50%, rgb(0 0 0 / 0%) 100%);
}
.col-two-box-component .col-box:hover p {
    margin-top: 15px;
}
.col-two-box-component .content-inner-box {
    opacity: 0;
    height: 0;
    max-height: 0;
    width: 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
.col-two-box-component .col-box:hover .content-inner-box {
    opacity: 1;
    height: auto;
    overflow-y: auto;
    max-height: 210px;
    width: auto;
    padding-right: 10px;
}

/*  */
.col-two-box-component ::-webkit-scrollbar {
    width: 2px;
    border-radius: 20px;
}
.col-two-box-component ::-webkit-scrollbar-track {
    background: rgb(241 241 241 / 20%);
    border-radius: 20px;
}
.col-two-box-component ::-webkit-scrollbar-thumb {
    background: rgb(219 8 25 / 40%);
    border-radius: 20px;
}
.col-two-box-component ::-webkit-scrollbar-thumb:hover {
    background: rgb(219 8 25 / 50%);
}


/*  */
.two-column-component .flex-box {
    align-items: center;
    gap: 50px;
}
.two-column-component .col-box-outer {
    /* display: grid;
    grid-template-columns: 30% 1fr; */
    display: flex;
    gap: 100px;
}
.two-column-component .col-reverse {
    /* direction: rtl; */
    flex-direction: row-reverse;
}
.two-column-component .col-box:not(:last-child) {
    border-bottom: 1px #DB0819 solid;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.two-column-component .img-box {
    flex-basis: 30%;
}
.two-column-component .col-box {
    padding-top: 40px;
    text-align: left;
    flex: 1;
}
.two-column-component .col-box h3 {
    font-size: 48px;
}
.two-column-component .col-box p {
    font-size: 20px;
    margin-bottom: 33px;
}
.two-column-component .info-block {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
}
.two-column-component .info-block img {
    margin-right: 5px;
}
.two-column-component .info-block a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.two-column-component .info-block a:hover {
    color: #3fa2ff;
}

/*  */
.contact-us-component {
    position: relative;
}
.contact-us-component h2 {
    font-size: 36px;
    font-weight: 500;
}
.contact-us-component p {
    font-size: 20px;
    line-height: 26px;
    color: #FAFAFA;
}
.contact-form-outer {
    padding: 46px 80px 46px 70px;
    width: 100%;
    background: #181818;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.05);
}
.contact-us-component::after {
    /* content: '';
    background-color: #D43030;
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1; */
}
.contact-form-component {
    margin-top: 10px;
}
.contact-form-component input,
.contact-form-component textarea {
    width: 100%;
    background: transparent;
    border: 0.5px solid #9B9B9B;
    outline: 0;
    color: #FAFAFA;
    padding: 14px 8px 10px;
    font-size: 16px;
    resize: none;
    transition: all 0.3s ease-in-out;
}
.contact-form-component input:focus,
.contact-form-component textarea:focus {
    border-color: #DB0819;
}
.contact-form-component textarea {
    min-height: 110px;
}
/* .contact-form-component .input-box:not(:first-child) {
    margin-top: 35px;
} */
.contact-form-component .input-box {
    width: 100%;
    margin-top: 36px;
}
.contact-form-component .input-box label {
    color: #FAFAFA;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 4px;
    display: block;
}
.contact-form-component button {
    width: auto;
    background: transparent;
    outline: 0;
    padding: 18px 45px 12px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease-in-out;
    background-color: #DB0819;
    border-color: #DB0819;
    border: 1px #DB0819 solid;
    font-size: 16px;
    font-weight: 600;
}
.contact-form-component button:hover {
    border: 1px #fff solid;
    background-color: rgb(219 8 25 / 80%);
}
.contact-form-component button::after {
    /* content: "";
    background: url('../images/arrowRight.svg') 0 0 no-repeat;
    background-size: 100%;
    width: 15px;
    height: 13px;
    display: inline-block;
    margin-left: 8px;
    transition: all 0.3s ease-in-out;
    position: absolute; */
}
.contact-form-component button:hover::after {
    margin-left: 10px;
}
.contact-us-component .contact-us-wrapper {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
}
.contact-us-component .img-box {
    background: #D43030;
    padding: 48px 41px 36px 41px;
}
.contact-us-component .img-box p {
    max-width: 420px;
}

/*  */
.two-col-box-component {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.two-col-box-component .head-box {
    flex-basis: 40%;
    padding-right: 20px;
    max-width: 560px;
}
.two-col-box-component .content-box {
    flex-basis: 60%;
}
.two-col-box-component h1,.two-col-box-component h2 {
    color: #0E0E0E;
    font-weight: 600;
}
.two-col-box-component .head-box a {
    color: #3366CC;
    position: relative;
    text-decoration: none;
    display: inline-block;
    margin-top: 30px;
    font-size: 16px;
}
.two-col-box-component .head-box a::after {
    content: '';
    background: url('../images/arrow-right.svg') 0 0 no-repeat;
    background-size: 100%;
    width: 18px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.two-col-box-component p {
    color: #76777E;
}
.two-col-box-component .content-box a {
    color: #0B8EFF;
    text-decoration: none;
}
.two-col-box-component .starting-price {
    color: #D9D9D9;
    font-size: 24px;
    margin-top: 20px;
}
.two-col-box-component h1 span,.two-col-box-component h2 span {
    color: #808080;
}

/*  */
.img-carousel-component {
    overflow: hidden;
    /* width: 100%; */
    padding-left: 60px;
    padding-right: 60px;
}
.img-carousel-component.owl-carousel .owl-item.active.center {
    /* -webkit-transform: scale(1.2);
    transform: scale(1.2);
    margin-right: 50px !important;
    margin-left: 20px !important; */
}
.img-carousel-component.owl-carousel .owl-stage-outer {
    /* overflow: visible; */
    /* max-width: 1056px; */
    margin: auto;
    /* padding: 0 100px; */
}
.img-carousel-component.owl-carousel .owl-stage {
    display: flex;
    /* padding: 0 200px; */
}
.img-carousel-component.owl-carousel .owl-item {
    /* flex-basis: 23%; */
}
.img-carousel-component.owl-carousel .owl-nav {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.img-carousel-component.owl-carousel .owl-nav button {
    background: rgb(24 24 24 / 70%) !important;
    padding: 4px !important;
}
.img-carousel-component.owl-carousel .owl-nav button.owl-next img {
    transform: rotate(180deg);
}
.img-carousel-component.owl-carousel .owl-nav button img {
    vertical-align: bottom;
}

/*  */
.footer-component {
    background-color: #151515;
    padding: 15px 0;
}
.footer-component.hidden {
    opacity: 0;
    position: absolute;
    padding: 0;
    height: 0;
    overflow: hidden;
}
.footer-component.visible {
    opacity: 1;
    /* display: block; */
    position: absolute;
    padding: 15px 0;
    height: auto;
    overflow: auto;
    bottom: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.footer-component p {
    color: #B5B5B5;
    font-size: 12px;
}
.footer-component img {
    vertical-align: middle;
    margin-right: 5px;
}
.footer-component .link-box a {
    color: #DB0819;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    padding-right: 10px;
}
.footer-component .link-box a:hover {
    color: #fff;
}
.footer-component .footer-wrap {
    align-items: center;
    justify-content: space-between;
}
.footer-component .link-box ul {
    display: flex;
    list-style-type: none;
    gap: 0 16px;
}
.footer-component .link-box ul li {
    color: #fff;
    position: relative;
}
.footer-component .link-box ul li:not(:last-child) ::after {
    content: '/';
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    position: absolute;
    right: -6px;
}

/*  */
.img-box-link-component {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 50px;
}
.img-box-link-component .col-box {
    position: relative;
    flex-grow: 1;
    max-width: 387px;
    overflow: hidden;
}
.img-box-link-component .col-box::after {
    content: '';
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.img-box-link-component .content-block {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    z-index: 1;
}
.img-box-link-component .col-box img {
    vertical-align: bottom;
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.img-box-link-component .col-box:hover img {
    transform: scale(1.1);
}
.img-box-link-component h3 {
    border-bottom: 1px #FFFFFF solid;
    padding-bottom: 14px;
    margin-bottom: 14px;
    font-size: 26px;
    text-transform: capitalize;
}
.img-box-link-component p {
    margin-bottom: 14px;
}
.img-box-link-component .img-box {
    overflow: hidden;
}
.img-box-link-component .content-block a {
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}
.img-box-link-component .content-block a:hover {
    color: #DB0819;
}
.img-box-link-component .content-block a::after {
    content: "";
    background: url('../images/arrowRight.svg') 0 0 no-repeat;
    background-size: 100%;
    width: 15px;
    height: 13px;
    display: inline-block;
    margin-left: 8px;
    transition: all 0.3s ease-in-out;
    position: absolute;
}
.img-box-link-component .content-block a:hover::after {
    margin-left: 10px;
    filter: invert(28%) sepia(100%) saturate(8090%);
}

.img-box-link-component-style-2 {
    grid-template-columns: repeat(2, 1fr);
}
.img-box-link-component-style-2 .col-box {
    flex-basis: 40%;
    max-width: 590px;
}
.img-box-link-component-style-2 .content-block {
    position: relative;
}
.img-box-link-component-style-2 h3 {
    border-bottom: 0;
    padding-bottom: 0;
}

/*  */
.project-view-col-component {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.project-view-col-component .col-box {
    padding: 1px;
    position: relative;
    /* flex-basis: 50%; */
    overflow: hidden;
}
.project-view-col-component .content-block {
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.project-view-col-component .content-block h3 {
    font-size: 24px;
}
.project-view-col-component .col-box::after {
    content: '';
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.project-view-col-component .col-box-outer {
    display: flex;
    flex-wrap: wrap;
}
.project-view-col-component .col-box-outer .col-box {
    flex-basis: 50%;
}
.project-view-col-component img {
    width: 100%;
    vertical-align: bottom;
    object-fit: cover;
    height: 100%;
}

/*  */
.gallery-view-col-component .col-box-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.gallery-view-col-component {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.gallery-view-col-component .col-box-outer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.gallery-view-col-component img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
    transition: all 0.3s ease-in-out;
    background: #878787;
}
.gallery-view-col-component .gap-box {
    display: grid;
    gap: 15px;
}
.gallery-view-col-component .col-box {
    overflow: hidden;
}
.gallery-view-col-component .col-box a::after {
    content: '';
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAhElEQVR4nO3ZQQqAMAxE0bn/kVwoKCqeatx4ABOMlPAfdJ1GZ9G0EgB04eDaEjWORJ2waIE1XkL7n42MwjQi/kgJEy0RrRImWiJaJZz9sFvy2FFleo40AAAAwPcuSaca7McMVjXMzC5m9hImWiJaJUy01CxafrmW5CXgcI+h86iNAFAfN1v0u4hVqUlVAAAAAElFTkSuQmCC) 0 0 no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.gallery-view-col-component .col-box:hover img {
    transform: scale(1.1);
}
.gallery-view-col-component .col-box .copyright-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.gallery-view-col-component .col-box:hover .copyright-text {
    opacity: 1;
    z-index: 1;
}
/* .gallery-view-col-component .col-box:hover::after {
    content: '';
    background: linear-gradient(180deg, rgb(14 14 14 / 70%) 0%, rgb(14 14 14) 90%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
} */
.gallery-view-col-component .col-box .info-box {
    position: absolute;
    bottom: 10px;
    background: transparent;
    width: 100%;
    right: 10px;
    text-align: right;
    overflow: hidden;
    z-index: 1;
}
.gallery-view-col-component .col-box .info-box img {
    width: 20px;
    background: transparent;
}
.gallery-view-col-component .col-box .info-box p {
    position: absolute;
    bottom: 0;
    right: -100%;
    transition: right 0.2s ease, opacity 0.3s ease;
    font-size: 12px;
    color: #fff;
    opacity: 0;
}
.gallery-view-col-component .col-box .info-box:hover p {
    right: 0;
    opacity: 1;
    background: #fa5252;
    padding: 3px 15px 2px 15px;
    border-radius: 10px;
}

/*  */
.project-description-component .info-box-outer {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
}
.project-description-component .title {
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 5px;
}
.project-description-component .title span {
    color: rgb(255 255 255 / 80%);
}
.project-description-component .info {
    color: #FFF;
    font-size: 38px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}
.project-description-component .info-list {
    border-right: 1px rgb(255 255 255 / 50%) solid;
    padding-right: 35px;
}
.project-description-component .info-list:hover .info {
    color: #DB0819;
}
.project-description-component .info-list:last-child {
    border-right: 0;
}

/*  */
.content-component p {
    margin-top: 12px;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
}
.content-component .img-box img {
    max-width: 200px;
    width: 100%;
}

/*  */
.back-component a {
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.back-component a img {
    vertical-align: text-top;
}
.back-component a:hover {
    color: #DB0819;
}

/*  */
.banner-video-component .video-wrapper {
    position: relative;
    width: 100%;
    min-height: 625px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #000;
    /* border-radius: 10px; */
}
.banner-video-component .video-placeholder {
    width: 100%;
    height: 675px;
    object-fit: cover;
    display: block;
    background: #878787;
}
/* .banner-video-component .play-button {
    position: absolute;
    border: none;
    color: #000;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}
.banner-video-component .play-button:hover {
    transform: scale(1.1);
} */
.banner-video-component .video-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* display: none; */
}
.banner-video-component .frame-2 {
    display: none;;
}
.banner-video-component .frame-2.visible {
    display: block;
}
.banner-video-component video.video-content.hidden {
    display: none !important;
}


/*  */
.service-box-component {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.service-box-component .col-box {
    display: grid;
    gap: 30px;
}
.service-box-component .img-box {
    position: relative;
    overflow: hidden;
}
.service-box-component .img-box img {
    width: 100%;
    vertical-align: bottom;
    transition: all 0.3s ease-in-out;
}
.service-box-component .img-box:hover img {
    transform: scale(1.1);
}
.service-box-component .img-box::after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(14, 14, 14, 0.00) 65.35%, rgba(14, 14, 14, 0.74) 95.52%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.service-box-component .text-box {
    position: absolute;
    bottom: 0;
    padding: 10px 14px;
    z-index: 1;
}
.service-box-component .text-box p {
    font-size: 18px;
    line-height: 1.3;
    opacity: 0;
    height: 0;
    max-height: 0;
    transition: all 0.3s ease-in-out;
}
.service-box-component .img-box:hover .text-box p {
    opacity: 1;
    height: auto;
    max-height: 100%;
    margin-top: 5px;
}
.service-box-component .text-box h3 {
    font-size: 22px;
    margin-bottom: 5px;
}
.service-box-component .img-box:hover::after {
    background: linear-gradient(180deg, rgb(14 14 14 / 70%) 0%, rgb(14 14 14) 90%);
}
/*  */
.service-box-component .content-inner-box {
    opacity: 0;
    height: 0;
    max-height: 0;
    width: 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
.service-box-component .img-box:hover .content-inner-box {
    opacity: 1;
    height: auto;
    overflow-y: auto;
    max-height: 210px;
    width: auto;
    padding-right: 10px;
}
/*  */
.service-box-component ::-webkit-scrollbar {
    width: 2px;
    border-radius: 20px;
}
.service-box-component ::-webkit-scrollbar-track {
    background: rgb(241 241 241 / 20%);
    border-radius: 20px;
}
.service-box-component ::-webkit-scrollbar-thumb {
    background: rgb(219 8 25 / 40%);
    border-radius: 20px;
}
.service-box-component ::-webkit-scrollbar-thumb:hover {
    background: rgb(219 8 25 / 50%);
}



/*  */
.tabs-component {
    border-bottom: 1px #DB0819 solid;
}
.tabs-component .tab-link {
    color: rgb(250 250 250 / 50%);
    font-size: 28px;
    font-weight: 500;
    background: transparent;
    border: 1px transparent solid;
    padding: 15px 12px;
    outline: 0;
    cursor: pointer;
    text-transform: capitalize;
    position: relative;
    z-index: 0;
}
.tabs-component .tab-link.active {
    color: #FAFAFA;
    border-color: #DB0819;
    border-bottom: 0;
    border-top-width: 3px;
}
.tabs-component .tab-link.active::after {
    content: '';
    background-color: #212121;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    z-index: -1;
}
.tab-content-container .tab-content {
    display: none;
}
.tab-content-container .tab-content.active {
    display: block;
}
 
/*  */
.testimonial-slider-component {
    position: relative;
    margin-bottom: 30px;
    /* background-color: #4A5861; */
}
/* .testimonial-slider-component::after {
    content: '';
    background: url(../images/whitePatternBg.svg) 0 0 repeat;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
    z-index: -1;
} */
.testimonial-slider-component .content-box {
    background: #F4F4F4;
    padding: 40px;
    margin-bottom: 20px;
}
.testimonial-slider-component h3 {
    color: #0E0E0E;
    font-size: 42px;
    font-weight: 500;
    line-height: 46px;
}
.testimonial-slider-component p {
    color: #494A53;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    text-transform: capitalize;
    margin-top: 10px;
}
.testimonial-slider-component.owl-carousel .item-box img {
    width: auto;
    vertical-align: bottom;
}
/* .testimonial-slider-component.owl-carousel .item-box {
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: flex-end;
    padding: 20px 20px 0 20px;
} */
.testimonial-slider-component h5 {
    color: #0E0E0E;
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
}
.testimonial-slider-component h6 {
    color: #494A53;
    font-size: 16px;
    font-weight: 300;
    line-height: 29px;
    text-transform: capitalize;
}
.testimonial-slider-component .detail-box {
    margin-top: 70px;
}
.testimonial-slider-component .quote-icon {
    margin-bottom: 20px;
}
.testimonial-slider-component .owl-nav {
    position: absolute;
    width: 100%;
    max-width: 150px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -35px;
}
.testimonial-slider-component .owl-nav button {
    position: absolute;
}
.testimonial-slider-component .owl-nav .owl-prev {
    transform: rotateY(180deg);
}
.testimonial-slider-component .owl-nav .owl-next {
    right: 0;
}
.testimonial-slider-component .owl-dots {
    counter-reset: slides-num;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    margin-top: 40px;
}
.testimonial-slider-component .owl-dots::after {
    content: counter(slides-num);
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #FFF;
    position: absolute;
    left: 12px;
}
.testimonial-slider-component .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
    margin-right: 5px;
    font-weight: 400;
    text-transform: capitalize;
    position: absolute;
}
.testimonial-slider-component .owl-dot.active {
    width: 30px;
}
.testimonial-slider-component .owl-dot span {
    display: none;
}
.testimonial-slider-component .owl-dot.active::before {
    content: counter(slides-num) " / ";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: -15px;
    top: 0;
    font-size: 20px;
    color: #FFF;
}
.testimonial-slider-component.owl-carousel .owl-nav button.disabled {
    filter: invert(0.5);
    cursor: auto;
}
/*  */
.testimonial-slider-component .item-box-outer {
    position: relative;
}
.testimonial-slider-component .list-item img {
    height: 350px;
    object-fit: cover;
}
.testimonial-slider-component.owl-carousel .video-bg {
    /* position: absolute; */
    z-index: -1;
    width: 100%;
    object-fit: cover;
    vertical-align: bottom;
    min-height: 550px;
}
.testimonial-slider-component.owl-carousel .item-box {
    background: #F4F4F4;
    margin-bottom: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    max-width: 463px;
    display: block;
}
.testimonial-slider-component.owl-carousel .play-button {
    border: none;
    outline: 0;
    width: 100%;
    cursor: pointer;
}
.testimonial-slider-component.owl-carousel .play-button .video-icon {
    position: absolute;
    border: none;
    color: #000;
    border-radius: 50%;
    z-index: 1;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.testimonial-slider-component.owl-carousel .play-button .video-icon {
    max-width: 60px;
    height: auto;
    filter: drop-shadow(2px 4px 6px black);
}
.testimonial-slider-component.owl-carousel .play-button:hover .video-icon {
    transform: translate(-50%, -50%) scale(1.1);
}

.testimonial-slider-component.owl-carousel .video-content {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    height: 250px;
    /* display: none; */
    vertical-align: bottom;
    object-fit: cover;
}
.testimonial-slider-component.owl-carousel iframe {
    width: 100%;
    height: 600px;
}


/*  */
.credit-component h1 {
    font-size: 80px;
    color: #DB0819;
    font-weight: 600;
}
.credit-component p {
    font-size: 30px;
}

/*  */
.video-modal-component {
    background-color: rgb(0 0 0 / 80%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 2;
    display: none;
}
.video-modal-component.active {
    display: flex;
}
.video-modal-component .video-modal-wrapper {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.video-modal-component video {
    height: 500px;
    object-fit: cover;
    vertical-align: bottom;
}
.video-modal-component iframe {
    width: 100%;
    height: 450px;
}
.video-modal-component .modal-close-btn {
    top: -10px;
    right: -10px;
    background: #DB0819;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    position: absolute;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border: 0;
    outline: 0;
    cursor: pointer;
    z-index: 9;
}
.video-modal-component .modal-close-btn img {
    max-width: 10px;
}
.video-modal-component .modal-close-btn svg {
    color: #DB0819;
}
.video-modal-component .copyright-icon-component {
    right: 15px;
    bottom: 60px;
}
.copyright-page-wrapper {
    margin-bottom: 100px;
    padding-top: 30px;
}
.copyright-page-wrapper h3 {
    text-transform: uppercase;
    padding-top: 10px;
}
.copyright-page-component {
    margin-top: 35px;
    margin-bottom: 40px;
}
.copyright-page-component .table-head {
    background: #F6F5FF;
    display: grid;
    grid-template-columns: 1.2fr 1.5fr 1.2fr;
}
.copyright-page-component .table-head li {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    list-style-type: none;
    padding: 15px;
}
.copyright-page-component .table-body li {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    list-style-type: none;
    padding: 15px;
}
.copyright-page-component .table-body {
    display: grid;
    grid-template-columns: 1.2fr 1.5fr 1.2fr;
    border-bottom: 1px rgb(231 231 231 / 50%) solid;
}

.copyright-icon-component {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    width: auto;
    height: auto;
    display: block;
    text-align: right;
    margin-left: auto;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
}
.copyright-icon-component img {
    transition: all 0.3s ease-in-out;
    position: relative;
    width: 18px;
    height: 18px;
    min-height: auto;
    background: transparent;
    filter: brightness(0.8);
}
.copyright-icon-component:hover img {
    transform: scale(1.1);
    filter: invert(60%) sepia(80%) saturate(900%) hue-rotate(326deg) brightness(90%) contrast(100%);
}
.copyright-icon-component.top-20 {
    top: 20px;
    bottom: auto;
}


/* media querry */
@media (max-width:1200px) {
    .padding-t-100,.padding-t-90,.padding-t-80,.padding-t-70 {
        padding-top: 60px;
    }
    .padding-b-100,.padding-b-90,.padding-b-80,.padding-b-70 {
        padding-bottom: 60px;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 38px;
    }
    h3 {
        font-size: 22px;
    }
    .two-column-component .col-box h3 {
        font-size: 34px;
    }
    .two-column-component .col-box:not(:last-child) {
        margin-bottom: 20px;
    }
    .two-column-component .col-box p {
        font-size: 18px;
    }
    .col-two-box-component p {
        font-size: 16px;
    }
    .contact-form-outer {
        padding: 40px;
    }
    .contact-us-component h2 {
        font-size: 28px;
    }
    .contact-us-component .header-component p {
        font-size: 16px;
    }
    .second-banner-component .content-box p {
        font-size: 18px;
    }
    .heading-component::after {
        width: 110px;
    }
    .header-component p {
        font-size: 20px;
    }
    .second-banner-component .content-box h1 {
        font-size: 30px;
    }
    .col-two-box-component h3 {
        font-size: 18px;
    }
    .col-two-box-component .content-box {
        padding: 15px;
    }
    .img-box-link-component h3 {
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    .heading-component .head-back {
        font-size: 70px;
    }
    .heading-component h1 {
        font-size: 90px;
    }
    .project-description-component .info {
        font-size: 28px;
    }
    .project-description-component .title {
        font-size: 16px;
        line-height: 1.2;
    }
    .content-component p {
        margin-top: 12px;
        font-size: 16px;
    }
    .project-view-col-component .content-block h3 {
        font-size: 20px;
    }
    .header-component.header-style-2 h2 {
        font-size: 28px;
    }
    .tabs-component .tab-link {
        font-size: 22px;
    }
    .testimonial-slider-component .content-box {
        padding: 30px 20px;
    }
    .testimonial-slider-component h3 {
        font-size: 32px;
        line-height: 1.2;
    }
    .testimonial-slider-component p {
        font-size: 16px;
        line-height: 1.5;
    }
    .testimonial-slider-component .owl-nav {
        bottom: -10px;
    }
    .testimonial-slider-component .owl-dots {
        margin-top: 16px;
    }
    .banner-video-component .video-wrapper {
        min-height: 410px;
    }
    .service-box-component .img-box .text-box p {
        font-size: 15px;
    }

}

@media (max-width:991px) {
    .container {
        padding: 0 20px;
    }
    .contact-form-outer,
    .contact-us-component .img-box {
        padding: 40px 20px;
    }
    .contact-form-component input,
    .contact-form-component textarea {
        font-size: 14px;
    }
    .info-block-component {
        font-size: 16px;
    }
    .flex-box {
        gap: 15px;
    }
    .header-component p {
        font-size: 18px;
    }
    .second-banner-component .content-box h1 {
        font-size: 24px;
        line-height: 1.2;
    }
    .second-banner-component .content-box {
        padding: 20px;
        line-height: 32px;
    }
    .two-column-component .col-box-outer {
        gap: 40px;
    }
    .two-column-component .col-box {
        padding-top: 0;
    }
    .heading-component h1 {
        font-size: 60px;
    }
    .heading-component .head-back {
        font-size: 50px;
    }
    .col-two-box-component .col-box-outer {
        gap: 20px;
    }
    .col-two-box-component h3 {
        font-size: 18px;
    }
    .col-two-box-component .col-box:hover p {
        margin-top: 10px;
    }
    .img-box-link-component {
        margin-top: 30px;
    }
    .img-box-link-component .content-block {
        padding: 15px;
    }
    .project-description-component .info {
        font-size: 20px;
    }
    .project-description-component .title {
        font-size: 14px;
    }
    .project-description-component .title img {
        vertical-align: text-top;
    }
    .header-component.header-style-2 h2 {
        font-size: 26px;
    }
    .service-box-component {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .service-box-component .text-box h3 {
        font-size: 18px;
    }
    .service-box-component .img-box:hover .text-box p {
        font-size: 15px;
    }
    .tabs-component .tab-link {
        font-size: 18px;
    }
    .testimonial-slider-component .detail-box {
        margin-top: 40px;
    }
    .testimonial-slider-component .quote-icon img {
        max-width: 20px;
    }
    .testimonial-slider-component .quote-icon {
        margin-bottom: 10px;
    }
    .testimonial-slider-component h3 {
        font-size: 26px;
    }
    .testimonial-slider-component h5 {
        font-size: 20px;
    }
    .testimonial-slider-component h6 {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 24px;
    }
    p,li {
        font-size: 14px;
    }
    .margin-t-50 {
        margin-top: 30px;
    }
    .two-col-box-component {
        flex-direction: column;
    }
    .flex-box {
        flex-direction: column;
    }
    .image-shade-box img {
        width: 100%;
    }
    .two-col-box-component .content-box {
        margin-top: 20px;
    }
    .padding-t-100,.padding-t-90,.padding-t-80,.padding-t-70,.padding-t-60,.padding-t-50 {
        padding-top: 40px;
    }
    .padding-b-100,.padding-b-90,.padding-b-80,.padding-b-70,.padding-b-60,.padding-b-50 {
        padding-bottom: 40px;
    }
    .img-carousel-component {
        margin-top: 20px;
        padding-left: 0;
        padding-right: 0;
    }
    .two-col-box-component .head-box {
        padding-right: 0;
    }
    .heading-component h1 {
        font-size: 30px;
    }
    .heading-component .head-back {
        font-size: 24px;
        line-height: 1;
    }
    .heading-component .head {
        padding-top: 8px;
    }
    .heading-component::after {
        width: 60px;
        bottom: -30px;
    }
    .breadcrumb-component,
    .breadcrumb-component a {
        font-size: 14px;
    }
    .back-component a {
        color: #FFF;
        font-size: 14px;
    }    
    .two-column-component .col-box-outer {
        padding-left: 0;
    }
    .two-column-component .col-box:not(:last-child) {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .two-column-component .col-box h3 {
        font-size: 24px;
    }
    .two-column-component .flex-box {
        align-items: center;
        gap: 30px;
    }
    .contact-us-component::after {
        width: 100%;
    }
    .contact-us-component .contact-us-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .contact-us-component .img-box {
        order: 2;
    }
    .info-block-component-outer {
        margin-top: 20px;
    }
    .info-block-component img {
        max-height: 19px;
    }
    .info-block-component {
        font-size: 14px;
        margin-top: 15px;
    }
    .contact-form-outer .flex-box {
        gap: 0;
    }
    .contact-form-component {
        margin-top: 10px;
    }
    .contact-form-component .input-box:not(:first-child) {
        /* margin-top: 25px; */
    }
    .contact-form-component .input-box {
        margin-top: 20px;
    }
    .footer-component .link-box a {
        font-size: 12px;
    }
    .footer-component .link-box ul li:not(:last-child) ::after {
        right: 0;
    }
    .img-carousel-component.owl-carousel .owl-nav button {
        max-width: 30px;
    }
    .img-carousel-component.owl-carousel .owl-item.active.center {
        /* margin-right: 30px !important;
        margin-left: 0 !important; */
    }
    .welcome-video-component {
        /* height: 75vh; */
    }
    .welcome-video-component .logo-box img {
        max-width: 280px;
    }
    .welcome-video-component .after-video-end p {
        font-size: 15px;
    }
    .welcome-video-component .after-video-end p span {
        font-size: 20px;
    }
    .welcome-video-component .after-video-end.visible {
        /* transform: translateY(0) scale(1.1); */
    }
    .welcome-video-component .frame-2 img {
        height: 100vh;
        object-fit: cover;
    }
    .welcome-video-component .after-video-end h1 {
        font-size: 30px;
    }
    .welcome-video-component .copyright-icon-component {
        bottom: 120px;
    }
    .header-component p {
        font-size: 16px;
    }
    .img-box-outer {
        flex-direction: row;
    }
    .img-box-link-component {
        margin-top: 30px;
    }
    .img-box-link-component .content-block {
        padding: 10px;
    }
    .img-box-link-component {
        flex-direction: column;
    }
    .img-box-link-component h3 {
        border-bottom: 1px #FFFFFF solid;
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 22px;
    }
    .second-banner-component .content-box {
        padding: 15px;
    }
    .second-banner-component img {
        object-fit: cover;
        height: 380px;
    }
    .second-banner-component .content-box h1 {
        font-size: 18px;
    }
    .second-banner-component .content-box p {
        font-size: 15px;
        line-height: 1.2;
    }
    .second-banner-component .img-box-outer {
        grid-template-columns: 1fr 1fr;
    }
    .second-banner-component .img-box-outer img {
        max-height: 200px;
    }
    .second-banner-component .wrapper {
        grid-template-columns: 1fr;
    }
    .second-banner-component video {
        min-height: 400px;
    }
    .two-column-component .col-box-outer {
        flex-direction: column;
        gap: 30px;
        /* grid-template-columns: 1fr; */
    }
    .two-column-component .col-box p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .two-column-component .img-box {
        text-align: left;
    }
    .two-column-component .img-box img {
        max-height: 300px;
        object-fit: cover;
    }
    .second-banner-component .wrapper.middle-text h1 {
        font-size: 24px;
    }
    .col-two-box-component .col-box-outer {
        grid-template-columns: 1fr;
    }
    .col-two-box-component .col-box img {
        height: 380px;
        object-fit: cover;
    }
    .col-two-box-component .col-box .copyright-icon-component img {
        height: 16px;
    }
    .col-two-box-component p {
        font-size: 15px;
    }
    .img-box-link-component {
        grid-template-columns: 1fr;
    }
    .project-description-component .info-box-outer {
        gap: 10px;
    }
    .project-description-component .info-list {
        padding-right: 15px;
        flex-basis: 46%;
    }
    .project-description-component .info {
        font-size: 14px;
    }
    .project-description-component .info-list:nth-child(2) {
        border: 0;
    }
    .project-view-col-component .content-block h3 {
        font-size: 14px;
    }
    .project-view-col-component .content-block {
        padding: 5px;
    }
    .header-component.header-style-2 h2 {
        font-size: 22px;
    }
    .gallery-view-col-component .col-box-wrapper,
    .gallery-view-col-component .gap-box,
    .gallery-view-col-component .col-box-outer,
    .gallery-view-col-component {
        gap: 5px;
    }
    .gallery-view-col-component {
        grid-template-columns: 1fr;
    }
    .banner-video-component .video-wrapper {
        min-height: 260px;
        max-height: 260px;
    }
    .banner-video-component .play-button {
        max-width: 60px;
    }
    .video-credits-component p {
        font-size: 12px;
    }
    .service-box-component {
        grid-template-columns: 1fr;
    }
    .service-box-component,.service-box-component .col-box {
        gap: 10px;
    }
    .tabs-component .tab-link {
        font-size: 14px;
        padding: 10px 12px;
    }
    .testimonial-slider-component.owl-carousel .item-box {
        display: grid;
        grid-template-columns: 1fr;
        padding: 20px 15px;
    }
    .testimonial-slider-component p {
        font-size: 15px;
    }
    .testimonial-slider-component .owl-nav button {
        max-width: 20px;
    }
    .testimonial-slider-component .owl-dot.active::before,
    .testimonial-slider-component .owl-dots::after {
        font-size: 15px;
    }
    .testimonial-slider-component .owl-dots::after {
        left: 8px;
    }
    .testimonial-slider-component .item-box-outer {
        /* min-height: 400px; */
    }
    .testimonial-slider-component.owl-carousel .play-button {
        /* display: none; */
    }
    .testimonial-slider-component.owl-carousel iframe {
        height: 400px;
    }
    .testimonial-slider-component.owl-carousel .video-content {
        height: 280px;
    }
    .video-modal-component video {
        height: 280px;
    }
    .fancybox__container .fancybox__caption {
        font-size: 14px;
    }
    .fancybox__container .fancybox__slide.has-image>.fancybox__content {
        width: 300px !important;
        height: 300px !important;
    }
    .fancybox__container .fancybox__caption {
        width: 300px;
    }
    .checkbox-component {
        margin-top: 10px;
        font-size: 12px;
    }
    .checkbox-component .input-check {
        width: 30px;
        height: 14px;
        margin: 0 1px;
        vertical-align: sub;
    }
    .checkbox-component .input-check::after {
        width: 10px;
        height: 10px;
        top: 2px;
    }
    .head-outer-component {
        grid-template-columns: 1fr 75px;
    }
    .footer-component .link-box ul {
        gap: 0 5px;
    }
    .copyright-page-component .table-body li {
        font-size: 14px;
        padding: 10px 4px;
        word-break: break-word;
    }
    .copyright-page-component .table-head li {
        font-size: 15px;
        padding: 10px 4px;
    }
    .copyright-icon-component img {
        width: 16px;
        height: auto;
    }
    .video-credits-component .copyright-icon-component img {
        width: 12px;
    }
}

/* Google translate */
#goog-gt-tt {
    display: none !important;
}
font {
    background: transparent !important;
    box-shadow: none !important;
}
font:hover {
    background: transparent !important;
    box-shadow: none !important;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
    display: none;
}