@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

html {
    scroll-behavior: smooth;
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
        will-change: transform;
    }

    to {
        will-change: transform;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        will-change: transform;
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        will-change: transform;
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        will-change: transform;
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        will-change: transform;
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        will-change: transform;
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        will-change: transform;
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.active .fade-right {
    animation: fadeInRight 1.5s both;
}

.active .fade-left {
    animation: fadeInLeft 1.5s both;
}

.iScrollIndicator {
    opacity: 0
}

.cs_footer_social_icons_wrapper {
    display: flex;
    align-items: center;
    gap: clamp(15px, 1.5vw, 25px);
    justify-content: center;
}

.cs_footer_social_icons_wrapper>a,
.cs_footer_social_icons_wrapper>a:active,
.cs_footer_social_icons_wrapper>a:focus {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 60px;
    background-color: transparent;
    transition: all .3s ease;
}

.cs_footer_social_icons_wrapper {
    justify-content: start;
}

.cs_footer_social_icons_wrapper>a,
.cs_footer_social_icons_wrapper>a:active,
.cs_footer_social_icons_wrapper>a:focus {
    background-color: #653394;
    border: 1px solid #653394;
}

.cs_footer_social_icons_wrapper>a>img,
.cs_footer_social_icons_wrapper>a:active>img,
.cs_footer_social_icons_wrapper>a:focus>img {
    filter: brightness(100);
}

.cs_footer_social_icons_wrapper>a>img,
.cs_footer_social_icons_wrapper>a:active>img,
.cs_footer_social_icons_wrapper>a:focus>img {
    filter: brightness(100);
}

.cs_footer_social_icons_wrapper>a:hover>img {
    filter: none;
}

.cs_footer_social_icons_wrapper>a:hover {
    background-color: #fff;
    border: 1px solid #fff;
}

.commansection {
    position: relative
}

.commansection .banner-content {
    position: absolute;
    z-index: 999;
    top: calc(50% + 50px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
    z-index: 999;
    line-height: 1.1;
    z-index: 1
}

@media only screen and (max-width:991.98px) {
    .commansection .banner-content {
        position: initial;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        padding: 50px 0;
        background: #663493
    }
}

.commansection .banner-content .banner-content-wrapper {
    max-width: none;
    padding: 0 clamp(30px, 3vw, 50px);
    margin: 0 auto;
}

.font-78-bitter {
    font-size: clamp(40px, 4.15vw, 78px);
    font-weight: 600;
    line-height: 1.21;
    font-family: "Bitter", serif;
}

.commansection .banner-content .banner-content-wrapper h2 {
    font-size: clamp(40px, 4.15vw, 78px);
    text-transform: none;
    font-weight: 600;
    line-height: 1.21;
}

.commansection.only_second .bannerimg img {
    max-width: 100%;
    min-width: none
}

@media only screen and (min-width:991.98px) {
    .commansection.only_second .bannerimg img {
        max-width: none;
        min-width: 100%
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clearfix {
    clear: both
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    vertical-align: middle
}

body {
    overflow-x: hidden
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

video {
    display: block;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width:991.98px) {
    video {
        height: 100%;
        width: 100%
    }
}

.commansection {
    overflow: hidden
}

.bannerimg {
    overflow: hidden
}

.grid:after {
    content: '';
    display: block;
    clear: both
}

.active .text-column-common .col-inner {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media only screen and (min-width:1023px) {
    .section-left.active .text-column-common .col-inner {
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight
    }

    .section-right.active .text-column-common .col-inner {
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft
    }
}

.cont-img {
    margin-bottom: 25px
}

footer {
    background-color: #343434
}

footer .container {
    padding: clamp(60px, 3.9vw, 70px) clamp(30px, 3vw, 50px) 60px;
    display: flex;
    flex-wrap: wrap
}

footer .container .first_grid {
    padding-top: 10px;
}

footer .container .second_grid {
    padding-top: 20px;
}

footer .container .first_grid,
footer .container .second_grid,
footer .container .third_grid {
    width: 33.33%
}

@media only screen and (max-width:991.98px) {

    footer .container .first_grid,
    footer .container .second_grid,
    footer .container .third_grid {
        width: 50%
    }
}

@media only screen and (max-width:767.98px) {

    footer .container .first_grid,
    footer .container .second_grid,
    footer .container .third_grid {
        width: 100%
    }
}

footer .container .fourth_grid {
    width: 10%
}

footer .container .first_grid .footer-info {
    color: #fff;
    padding: 22px 0 30px;
    max-width: 100%;
    font: 15px/19px Mulish;
}


footer .container .second_grid ul.quick_list li {
    padding-bottom: 15px;
    float: left;
    width: 50%;
    list-style: disc;
    color: #fff;
    line-height: 1.4;
}

ul.quick_list {
    margin-left: 20px;
}

footer .container .second_grid ul.quick_list li a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font: 15px/19px Mulish
}

footer .container .third_grid ul.contact_us li {
    padding-bottom: 20px
}

footer .container .third_grid ul.contact_us li p {
    font: 15px/19px Mulish;
    color: #fff;
    display: inline-block
}

footer .container .third_grid ul.contact_us li i {
    color: #fff;
    padding-right: 10px
}

footer .container .third_grid ul.contact_us li a {
    color: #fff;
    text-decoration: none;
    font: 15px/19px Mulish;
}

footer .container .third_grid {
    height: 100%;
    max-width: 461px;
    margin-left: auto;
}

footer .container .second_grid {
    max-width: 523px;
    margin-inline: auto;
    padding-inline: 30px;
}

footer .container .first_grid {
    max-width: 473px;
    margin-left: 0;
    margin-right: auto;
}

footer .copyright {
    border-top: 1px solid #7070707a;
    padding: 15px clamp(20px, 3vw, 50px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

footer .copyright p {
    font: 11px/36px Mulish;
    color: #D0D0D0
}

footer .copyright p a {
    color: inherit;
    text-decoration: none;
}

body {
    font-family: "Bitter", serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media only screen and (max-width:768px) {
    .commansection .bannerimg img {
        max-width: none;
        min-width: 100%;
        max-height: none;
        min-height: 100%
    }
}

body {
    -webkit-text-size-adjust: 100%;
    font-size: clamp(15px, 1.1vw, 18px);
    line-height: 1.4;
    font-family: "Bitter", serif;
    color: #242424
}

.bannerimg {
    background: #000;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.bannerimg img {
    opacity: .8
}

.padd_sec {
    padding: 80px 0
}

.wrapper {
    max-width: 1270px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%
}

.grow {
    background: url(../images/grow.jpg) no-repeat center center/cover
}

.grow .wrapper {
    text-align: center
}

.grow .cont_sec {
    width: 900px;
    max-width: 100%;
    display: inline-block;
    text-align: left
}

.grow .left_side {
    background: rgba(102, 52, 147, .9);
    width: 50%;
    padding: 40px 40px 60px 40px;
    float: left
}

.grow .right_side {
    background: url(../images/grow_inner.jpg) no-repeat center center/cover;
    float: left;
    width: 50%;
    padding: 40px;
    position: relative;
    padding-bottom: 130px;
    margin-top: 24%
}

.grow .right_side p {
    font: 21px/1.3 open_sanssemibold;
    color: #fff
}

.grow .right_side h2 {
    font: 7rem/1 josefin_sansbold_italic;
    color: rgba(255, 255, 255, .15);
    text-align: right;
    text-transform: uppercase;
    position: absolute;
    right: 20px;
    bottom: 10px
}

img.footer_logo {
    height: 85px
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    img.footer_logo {
        height: 85px
    }
}

.subscribe {
    background: #0a0a0a;
    padding: 30px 40px
}

.subscribe h5 {
    font: 14px/1.3 josefin_sanssemibold;
    letter-spacing: 1px;
    color: #fff;
    text-align: center
}

.inputfield {
    font: 14px/1.3 josefin_sansbold;
    width: 100%;
    display: inline-block;
    background: #f4f4f5;
    color: #000;
    text-transform: none;
    letter-spacing: 1.3px;
    padding: 16px 20px;
    border: 0
}

.inputfield::-webkit-input-placeholder {
    font: 14px/1.3 josefin_sansbold
}

.inputfield::-moz-placeholder {
    font: 14px/1.3 josefin_sansbold
}

.inputfield:-ms-input-placeholder {
    font: 14px/1.3 josefin_sansbold
}

.inputfield:-moz-placeholder {
    font: 14px/1.3 josefin_sansbold
}

.subscribe .inputfield {
    text-align: center;
    margin: 15px 0
}

.cont_right {
    width: calc(100% - 400px)
}

.padd_sec2 {
    padding: 60px 0
}

:focus {
    outline: 0
}

textarea.inputfield {
    height: 160px
}

.inputfield::-webkit-input-placeholder {
    color: #7f7f7f;
    opacity: 1
}

.inputfield::-moz-placeholder {
    color: #7f7f7f;
    opacity: 1
}

.inputfield:-ms-input-placeholder {
    color: #7f7f7f;
    opacity: 1
}

.inputfield:-moz-placeholder {
    color: #7f7f7f;
    opacity: 1
}

.comm_label {
    font: 15px/1.3 josefin_sansbold;
    color: #333;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px
}

.pad-t-0 {
    padding-top: 0
}

.contact_map {
    width: 100%;
    padding-top: 22%;
    position: relative
}

.contact_map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

img.llc-logo {
    max-width: 100px
}

.bl_img_big {
    width: 65%;
    padding-top: 51.59%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.bl_img_big img {
    width: 100%
}

.blank_box {
    width: 35%
}

.blank_box .box1 {
    width: 100%;
    height: 50%;
    background: #3d3841
}

.blank_box .box2 {
    width: 100%;
    height: 50%;
    background-color: #663493;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.sec8 .img_wrap::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0
}

.sec8 .img_wrap {
    position: relative
}

.info-meta span {
    font: 1.5625rem/1 josefin_sansbold;
    color: #fff;
    vertical-align: middle;
    display: inline-block
}

.watch-trailer {
    text-transform: capitalize;
    font: 14px/1.5 open_sansregular;
    letter-spacing: initial
}

.watch-trailer:hover {
    color: #fff
}

.captcha_img {
    float: left
}

.captcha_input {
    float: left;
    width: calc(100% - 108px);
    padding-right: 5px;
    margin-left: 10px
}

.sectionmainheight {
    height: 100%
}

h6.founder-director {
    color: #333;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px
}

.divider-line {
    width: 100%;
    position: absolute;
    height: 4px;
    background: #dfdedf;
    display: block
}

p.fisrt-founder-para {
    padding-top: 22px
}

.signature-img {
    padding-top: 15px
}

.values-div {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0
}

.img-wrapp {
    min-height: 130px;
    margin-top: 15px;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.img-wrapp img {
    margin: 0 auto;
    max-width: 120px
}

.commansection.says-values .banner-content {
    top: calc(50%)
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {}

.pageheightfull {
    position: relative;
    overflow: hidden;
    height: 100%
}

@media only screen and (max-width:768px) {

    footer .container .social_media {
        justify-content: flex-end;
        width: 100%
    }

    footer .container .social_media ul.social li {
        padding: 10px 10px;
        display: inline-block
    }

    footer .container .social_media ul.social li a {
        background: #663493
    }

    footer .container .social_media ul.social li a i {
        color: #fff
    }

    footer .container .third_grid ul.contact_us li i {
        color: #663493;
        font-size: 14px
    }

    footer .container .social_media ul.social li:first-child {
        padding-left: 0
    }

    footer .container .third_grid ul.contact_us li p span {
        color: #c6c6c6
    }

}

@media(max-width:1100px) {
    .bannerimg {
        padding-top: 50%
    }

    .cont_right {
        width: calc(100% - 300px)
    }

    #list-scrollable {
        display: none
    }

    .seelist.list-visible {
        overflow: auto !important
    }

    .grow .cont_sec {
        padding: 50px 0
    }

    .bannerimg video {
        height: calc(100% + 10px)
    }

    body,
    html {
        overflow: auto !important
    }
}

@media(max-width:1024px) {

    .inputfield {
        font-size: 10px
    }

}

@media(max-width:991.98px) {
    .padd_sec {
        padding: 50px 0
    }

    .content-wrapper {
        order: 2
    }

    .cont_right {
        width: calc(100% - 250px)
    }

    .inputfield {
        font-size: 11px
    }

    .padd_sec2 {
        padding: 40px 0
    }

    .bl_img_big {
        display: none
    }

    .blank_box {
        display: none
    }

}

@media(max-width:768px) {
    .says-values h1 {
        color: #000 !important
    }

    .bannerimg {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%
    }

    .home_bn {
        position: relative
    }

    .top_banner .bannerimg {
        position: relative;
        padding-top: 0
    }
}

@media(max-width:540px) {
    .ct-scroll-top {
        bottom: 30px;
        color: #f9f9f9;
        height: 45px;
        position: fixed;
        right: 30px;
        text-align: center;
        width: 45px;
        z-index: 1002;
        overflow: hidden;
        line-height: 40px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
        border-radius: 45px;
        background-color: #000;
        font-size: 21px
    }
}

@media(max-width:480px) {
    .bannerimg {
        padding-top: 0
    }
}

.icons_wrapper {
    width: 100%
}

.content-wrapper {
    width: 100%
}

@media (max-width:1440px) {

    .inputfield {
        padding: 15px 18px
    }

    textarea.inputfield {
        height: 110px
    }
}

@media (max-width:767.98px) {
    .contentsec {
        margin-top: 130px !important;
    }
}

@media (max-width:480.98px) {
    .contentsec {
        margin-top: 118px !important;
    }
}

.bg-purple {
    background-color: #663493
}

.commansection .bannerimg.imageTagWrapper .imgTagImage {
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: inherit;
}

@media (max-width: 991.98px) {

    footer p,
    footer li,
    footer a {
        font-size: 14px !important;
    }
}

.fp-watermark {
    display: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

/*!
 * fullPage 2.9.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
.fp-enabled body,
html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fp-slide {
    float: left
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.fp-slidesContainer {
    float: left;
    position: relative
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff
}

.fp-scrollable {
    overflow: hidden;
    position: relative
}

.fp-scroller {
    overflow: hidden
}

.iScrollIndicator {
    border: 0 !important
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0)
}

#fp-nav.right {
    right: 17px
}

#fp-nav.left {
    left: 17px
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important
}

.fp-slidesNav.bottom {
    bottom: 17px
}

.fp-slidesNav.top {
    top: 17px
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative
}

.fp-slidesNav ul li {
    display: inline-block
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1
}

#fp-nav ul li .fp-tooltip.right {
    right: 20px
}

#fp-nav ul li .fp-tooltip.left {
    left: 20px
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
    height: auto !important
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
    height: auto !important
}

/*# sourceMappingURL=jquery.fullpage.min.css.map */
.main_loader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99998;
    background: #fff;
    width: 100%;
    height: 100%;
}

.main_loader img {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    max-width: 300px;
}

.d-none {
    display: none !important;
}

@media (max-width: 768px) {
    .commansection .bannerimg.imageTagWrapper .imgTagImage {
        max-width: 100%;
    }

}

.contact_us a:hover {
    color: #d6abfd !important;
}

.section-one.commansection.section.top_banner.home_page_banner.fp-section.fp-table {
    display: block;
}

/* COMMON CSS IS HERE */
.btn {
    font: normal normal normal clamp(16px, 1.1vw, 18px)/22px Bitter;
    letter-spacing: 0.18px;
    text-transform: capitalize;
    padding: 14px 24px;
    color: #000;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #fff;
    background: transparent;
    transition: all .3s ease;
}

.btn:hover {
    background: #fff;
}

.btn-light-outline {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
}

.btn-light-outline:hover {
    color: #663494;
    border: 1px solid #fff;
    background-color: #fff;
}

.btn-primary {
    color: #fff;
    border: 1px solid #663494;
    background-color: #663494;
}

.btn-primary:hover {
    color: #663494;
    border: 1px solid #663494;
    background-color: #fff;
}

.box-space-50 {
    padding: clamp(30px, 3vw, 50px);
}



.h-100 {
    height: 100%;
}

.h2 {
    font-size: clamp(32px, 2.604vw, 50px);
    line-height: 1.1;
    letter-spacing: 1px;
}

.text-primary {
    color: #663493;
}

.mb-30 {
    margin-bottom: clamp(20px, 2vw, 30px);
}

.space-top-70 {
    margin-top: clamp(40px, 3.646vw, 70px);
}

.text-gray {
    color: #5A5A5A;
}

.text-darkgray {
    color: #262626;
}

.bg-darkgray {
    background-color: #262626;
}

.fs-22 {
    font-size: clamp(18px, 1.146vw, 22px);
    font-weight: 400;
    line-height: 1.3;
    font-family: 'Mulish';
    letter-spacing: 0.44px;
}

.fw-medium {
    font-weight: 500;
}

.fw-semibold {
    font-weight: 600;
}

.fw-normal {
    font-weight: 400;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -0px;
}

.row>* {
    padding-inline: 0;
    width: 100%;
}

@media (min-width: 992px) {
    .col-lg-6 {
        width: 50%;
    }

    .serv-section3 .section_inner,
    .serv-section3 .section_inner>.row {
        height: 100vh;
    }

    .section_inner,
    .section_inner>.row {
        height: 100vh;
    }

    .serv-section2 .section_inner,
    .serv-section2 {
        height: 100vh !important;
    }
}

@media (max-width: 991.98px) {
    .homepage_section .row {
        flex-direction: column;
    }
}


/* HOMEPAGE BANNER TOP CSS */

.top_banner.commansection .banner-content {
    top: auto;
    left: 0;
    transform: none;
    bottom: clamp(38px, 3.6vw, 64px);
}

.wrapper_actions {
    padding-top: 30px;
}

.contact_us {
    color: #fff;
}

@media (min-width: 991.99px) {
    .contentsec {
        margin-top: 0 !important;
    }

    .home_banner_reduce {
        height: calc(100vh - 1px) !important;
    }

    .about_cs_section.active {
        height: calc(100vh + 1px);
    }

}

@media (max-width: 1100px) {
    .bannerimg {
        min-height: 100vh;
    }
}

@media (max-width: 991.98px) {
    .commansection .banner-content {
        background: #000;
    }

    .image-column-common {
        order: -1;
    }

    .bannerimg {
        min-height: auto;
        padding: 0;
    }
}

/* section 2 */
.video_play_btn {
    display: flex;
    gap: clamp(12px, 1.5vw, 27px);
    align-items: center;
    justify-content: end;
}

.video_play_btn>span {
    width: 22%;
    height: 2px;
    background: #fff;
    display: inline-block;
}

.text-column-common {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.text-column-common>.col-inner {
    width: 100%;
}

img.video_play_icon {
    width: clamp(60px, 6vw, 111px);
}

.text-column-left>.col-inner {
    padding-right: clamp(30px, 5.1vw, 100px);
}

.text-column-right>.col-inner {
    padding-left: clamp(30px, 4.1vw, 80px);
}

.text-column-common p {
    font-family: 'Mulish';
}

/* section 3 */
.MainHead-col {
    position: relative;
}

.MainFloatHead {
    font-size: clamp(16px, 1.1vw, 18px);
    font-family: "Bitter";
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3.06px;
    color: #FFFFFF;
    margin-bottom: 25px;
    display: flex;
    white-space: nowrap;
    align-items: center;
    line-height: 1;
    justify-content: end;
}

h3.MainFloatHead:after {
    content: "";
    transform: translateY(-50%);
    background-color: #fff;
    width: 100px;
    display: block;
    height: 2px;
    margin-left: 20px;
    margin-bottom: 2px;
}

.dark-section .text-column-common {
    color: #e0E0E0;
}

.image-column-common .full-image {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.text-column-common>.col-inner p:not(:last-child) {
    margin-bottom: 15px;
}

@media (min-width: 1601px) {
    .MainFloatHead {
        position: absolute;
        top: 12%;
        right: clamp(30px, 3vw, 50px);
        margin-bottom: 0px;
    }

    .MainHead-col>.col-inner {
        padding-top: calc(13% + 30px) !important;
        padding-bottom: 13%;
    }
}

@media (max-width: 991.98px) {
    .image-column-common .col-inner {
        height: 100%;
    }

    .image-column-common .full-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: 4 / 3;
    }
}

/* FOOTER CSS START HERE */
footer .second_grid h2,
footer .third_grid h2 {
    color: #fff;
    font: 20px/24px Bitter;
}

footer .third_grid h2 {
    margin-bottom: 15px;
}

footer .second_grid h2 {
    padding-bottom: clamp(30px, 3vw, 50px);
}

.third_grid {
    padding: clamp(20px, 1.7vw, 30px);
    background: #272727;
}

.contact_us li:not(.li-flex)>a,
.li-flex {
    display: flex;
    align-items: center;
    gap: 13px;
}

.contact_us p {
    color: #fff;
    font: 15px/32px Mulish;
    margin-bottom: clamp(20px, 1.3vw, 26px);
}

@media (max-width: 991.98px) {
    .home_page_banner {
        background-color: #000 !important;
    }

    footer .container .first_grid {
        max-width: none;
        width: 100%;
        margin-bottom: 30px;
    }

    footer .container .second_grid {
        padding-left: 0;
    }

    footer .container .second_grid,
    footer .container .third_grid {
        max-width: none;
    }

    html .fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]),
    html .fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]),
    html .fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]),
    html .fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]),
    html .fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]),
    html .fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]) {
        height: auto !important;
        min-height: auto;
    }

    .text-column-common>.col-inner,
    .heading-wrap {
        padding-block: 50px;
    }

}

@media (max-width: 767.98px) {
    footer .container .second_grid {
        padding-right: 0;
    }


}

@media (max-width: 450.98px) {
    footer .copyright {
        flex-direction: column-reverse;
        text-align: center;
        gap: 15px;
    }
}

/* Popup CSS is here */
/* Button Styling */
#openPopup {
    cursor: pointer;
}

/* Popup Styling */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 99999;
    backdrop-filter: blur(10px);
}

.popup-content {
    max-width: 1000px;
    margin-inline: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
}

.popup-content-inner {
    background: white;
    padding: 0;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    position: relative;
    margin-inline: auto;
    overflow: hidden;
    max-height: calc(100vh - 50px);
    margin-block: 0;
}

.popup-content video,
.popup-content iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    height: 100%;
    display: block;
    background: #000;
}

.close-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 25px;
    cursor: pointer;
    line-height: 22px;
    background: #fff;
    z-index: 999;
    width: 20px;
    height: 20px;
    text-align: center;
}

span.close-btn:hover {
    background: #663494;
    color: #fff;
}

.about_cs_section .section_inner,
.about_cs_section .section_inner>.row {
    min-height: 100vh;
}

.about_cs_section.active .section_inner,
.about_cs_section.active .section_inner>.row {
    min-height: calc(100vh + 1px);
}

svg.backtopTop {
    background: #000;
    border-radius: 70px;
    padding: 5px;
}

@media (min-width: 1200px) {
    .close-btn {
        top: -15px;
        right: -15px;
        line-height: 30px;
        width: 30px;
        height: 30px;
    }

    .people {
        margin-bottom: 50%;
    }
}

@media (max-width: 1280px) and (min-width: 1024px) {
    .h2 {
        font-size: clamp(32px, 2.604vw, 50px);
    }

    body {
        font-size: clamp(14px, 1.1vw, 18px);
    }

    footer .container .first_grid .footer-info,
    footer .container .second_grid ul.quick_list li a,
    footer .container .third_grid ul.contact_us li a,
    .contact_us p {
        font: 14px / 19px Mulish;
    }
}

@media (max-width: 1200px) {
    .home_banner_reduce {
        height: 100vh !important;
    }
}

@media (max-width: 991.98px) {

    .about_cs_section .section_inner,
    .about_cs_section .section_inner>.row,
    .about_cs_section.active .section_inner,
    .about_cs_section.active .section_inner>.row {
        min-height: auto;
    }
}


/* SERVICE DETAIL NEW CSS */
@media (min-width: 992px) {
    .bg-blue-contain img {
        object-fit: contain !important;
        background: #146fee;
        padding: 30px;
    }
}

@media (max-width: 991.98px) {
    .bg-blue-contain img {
        object-fit: contain !important;
        background: linear-gradient(180deg, #009bdd 50%, #146fee 50%);
    }
}

.serv-image-column-common,
.serv-text-column-common {
    height: 100%;
}

img.full-image {
    width: 100%;
    object-fit: cover;
}

.text-white {
    color: #fff;
}

.object-fit-cover {
    object-fit: cover;
}

.d-flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.font-mulish {
    font-family: 'Mulish';
}

.font-78-bitter {
    font-size: clamp(40px, 4.15vw, 78px);
    font-weight: 600;
    line-height: 1.21;
    font-family: "Bitter", serif;
    letter-spacing: 2.4px;
}

.website-logo img {
    max-width: 148px !important;
    height: auto !important;
}

.cs-content-wrapper p:not(:last-child),
.cs-content-wrapper ul:not(:last-child) {
    margin-bottom: 15px;
}

.cs-content-wrapper p {
    font-family: 'Mulish';
}

.cs-banertext {
    position: relative;
}

.text-big-h1 {
    display: block;
}

.text-small-h1 {
    font: clamp(16px, 1.2vw, 22px) / 1.4 Mulish;
    font-weight: 600;
    font-family: "Mulish", sans-serif;
    letter-spacing: 0.22px;
    text-transform: uppercase;
    position: absolute;
    display: block;
    top: 8%;
    left: 10.5vw;
}

@media (min-width: 992px) {

    .system-integration-cornwall .text-small-h1 {
        left: min(333px, 17vw);
    }

    .social-media-agency-cornwall .text-small-h1 {
        left: min(283px, 15vw);
    }

    .graphic-design-cornwall .text-small-h1 {
        left: min(343px, 19vw);
    }

    .branding-cornwall .text-small-h1 {
        left: min(400px, 22vw);
    }

    .website-hosting-cornwall .text-small-h1 {
        left: min(343px, 19vw);
    }

    .copywriter-cornwall .text-small-h1 {
        left: min(390px, 21vw);
        top: auto;
        bottom: 8%;
    }

    .marketing-cornwall .text-small-h1 {
        left: min(390px, 21vw);
        top: auto;
        bottom: 8%;
    }
}

@media (max-width: 1200px) {
    .text-small-h1 {
        left: 11vw;
    }
}

@media (max-width: 1100px) {
    .text-small-h1 {
        top: 2%;
    }
}

@media (max-width: 991.98px) {
    .text-small-h1 {
        position: relative;
        left: 0;
        margin-top: 15px;
    }
}

/* .cs-banertext {
    text-shadow: 3px 3px 5px #0000001c;
} */
.ser-detail_banner_section:before {
    width: 100%;
    height: 30%;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, transparent, #0000004a);
}

.ser-detail_banner_section .bannerimg {
    background: none;
}

.ser-detail_banner_section {
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
}

.ser-detail_banner_section {
    background-image: url(../images/web-design/web-design-banner.webp);
}

.system-integration-cornwall .ser-detail_banner_section {
    background-image: url(../images/service/system-integration-images/bannerImage2.webp);
    background-position: center;
}

.cms-development-cornwall .ser-detail_banner_section {
    background-image: url(../images/service/cms-development-images/bannerImage.webp);
}

.graphic-design-cornwall .ser-detail_banner_section {
    background-image: url(../images/service/graphic-design-images/bannerImage.webp);
}

.social-media-agency-cornwall .ser-detail_banner_section {
    background-image: url(../images/service/social-media-agency-images/bannerImage.webp);
}

.sla-support-cornwall .ser-detail_banner_section {
    background-image: url(../images/service/sla-support-images/bannerImage.webp);
}

.branding-cornwall .ser-detail_banner_section {
    background-image: url(../images/service/branding-images/bannerImage.webp);
}

.ppc-cornwall .ser-detail_banner_section {
    background-image: url(../images/service/ppc-images/bannerImage.webp);
}

.website-hosting-cornwall .ser-detail_banner_section {
    background-image: url(../images/service/website-hosting-images/bannerImage.webp);
}

.copywriter-cornwall .ser-detail_banner_section {
    background-image: url(../images/service/copywriter-images/bannerImage.webp);
}

.seo-cornwall .ser-detail_banner_section {
    background-image: url(../images/service/seo-images/bannerImage.webp);
}

.marketing-cornwall .ser-detail_banner_section {
    background-image: url(../images/service/marketing-images/bannerImage.webp);
}

.app-development-cornwall .ser-detail_banner_section {
    background-image: url(../images/service/app-development-images/bannerImage.webp);
}

/* Section 2 CSS HERE */
.s3-bg-purple-img {
    background: url(../images/web-design/website-designer-in-cornwall.webp) center / cover no-repeat #663493;
    position: relative;
}

.system-integration-cornwall .s3-bg-purple-img {
    background-image: url(../images/service/system-integration-images/image4.webp);
}

.cms-development-cornwall .s3-bg-purple-img {
    background-image: url(../images/digital-marketing-statergy-name.jpg);
}

.graphic-design-cornwall .s3-bg-purple-img {
    background-image: url(../images/service/graphic-design-images/image4.webp);
}

.social-media-agency-cornwall .s3-bg-purple-img {
    background-image: url(../images/service/social-media-agency-images/image4.webp);
}

.sla-support-cornwall .s3-bg-purple-img {
    background-image: url(../images/service/sla-support-images/image4.webp);
}

.branding-cornwall .s3-bg-purple-img {
    background-image: url(../images/service/branding-images/image4.webp);
}

.ppc-cornwall .s3-bg-purple-img {
    background-image: url(../images/service/ppc-images/image4.webp);
}

.website-hosting-cornwall .s3-bg-purple-img {
    background-image: url(../images/service/website-hosting-images/image4.webp);
}

.copywriter-cornwall .s3-bg-purple-img {
    background-image: url(../images/service/copywriter-images/image4.webp);
}

.seo-cornwall .s3-bg-purple-img {
    background-image: url(../images/service/seo-images/image4.webp);
}

.app-development-cornwall .s3-bg-purple-img {
    background-image: url(../images/service/app-development-images/image4.webp);
}

body:not(.web-design-cornwall) .s3-bg-purple-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #663493;
    opacity: 0.92;
}

.col-inner {
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .section-75-25>.serv-text-column-common {
        width: 75%;
    }

    .section-75-25>.serv-image-column-common {
        width: 25%;
    }

    .section {
        height: 100vh !important;
    }

    .height-60-40-main>.section_inner>.row-one {
        height: 60vh;
    }

    .height-60-40-main>.section_inner>.row-two {
        height: 40vh;
    }
}

.section-75-25-main>.section_inner {
    display: flex;
    flex-direction: column;
}



.height-60-40-main>.section_inner>.row>* {
    height: unset;
}

.serv-section2 .section_inner>.row>* {
    height: 100%;
}

.height-60-40-main>.section_inner>.row>.image-column-right>.col-inner,
.height-60-40-main>.section_inner>.row>.image-column-right>.col-inner>img {
    height: 100%;
    object-fit: cover !important;
    width: 100%;
}

.section-75-25-main>.section_inner>.row-one .serv-text-column-common {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.row-two .serv-text-column-common img,
.row-two .serv-text-column-common .col-inner {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.section-75-25-main>.section_inner>.row-one .serv-text-column-common>.col-inner {
    padding-block: 20px;
}

/* Section 4 */
.text-column-right>.col-inner {
    padding-left: clamp(30px, 4.1vw, 60px);
}

/* section 3 */
.serv-section3 .serv-text-column-common>.col-inner {
    padding-right: 30px;
    padding-left: clamp(30px, 4.1vw, 50px);
}

picture {
    display: block;
    height: 100%;
    width: 100%;
}

@media (min-width: 1400px) {
    .serv-section3 .serv-text-column-common>.col-inner .cs-content-wrapper {
        padding-right: 50px;
    }
}

@media (max-width: 991.98px) {
    .image-column2 {
        aspect-ratio: 4 / 3;
    }

    .image-column-right {
        order: -1;
    }

    .ser-detail_banner_section .banner-content {
        min-height: calc(80vh - 104px) !important;
        /* min-height: calc(80vh - 104px) !important; */
        background: none;
        display: flex;
        align-items: end;
    }

    .website-logo img {
        max-width: 148px !important;
        height: auto !important;
        width: 70% !important;
        margin-inline: auto !important;
    }

    .ser-detail_banner_section .banner-content .banner-content-wrapper {
        margin-left: 0 !important;
        width: 100%;
    }

    .row-two {
        flex-direction: row !important;
    }

    .row-two>div {
        width: 50%;
    }

    .row-two>div:first-child img {
        aspect-ratio: 1 / 1;
        object-position: top right;
    }

    .row-two .serv-image-column-common.website-logo {
        height: unset !important;
    }

    .hide-991 {
        display: none !important;
    }

    .row-two {
        order: -1;
    }

    .mob-ratio-4-3 {
        aspect-ratio: 4 / 3 !important;
    }
}

@media (max-width: 767.98px) {
    .ser-detail_banner_section .banner-content {
        min-height: calc(70vh - 134px) !important;
        /* min-height: calc(70vh - 134px) !important; */
    }

    .banner-content-wrapper h1 {
        text-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
    }
}

@media (max-width: 767.98px) {
    .row-two>div {
        width: 100%;
    }

    .row-two>div:last-child,
    .row-two>div:first-child img {
        aspect-ratio: 4 / 3;
    }
}

@media (max-width: 480.98px) {
    .image-column2 {
        aspect-ratio: 4 / 4;
    }
}

/* CTA SECTION CSS */
.image-column2 {
    background: url(../../images/section2-1.webp) center center / cover no-repeat;
    color: #fff;
}

.image-column2>.col-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-block: clamp(30px, 5.2vw, 100px);
}

.video_play_btn {
    display: flex;
    gap: clamp(12px, 1.5vw, 27px);
    align-items: center;
    justify-content: end;
}

img.video_play_icon {
    width: clamp(60px, 6vw, 111px);
}

.video_play_btn>span {
    width: 22%;
    height: 2px;
    background: #fff;
    display: inline-block;
}

#openPopup {
    cursor: pointer;
}