@font-face {
    font-family: "Quicksand";
    src: url("../assets/fonts/Quicksand-Light.woff");
    font-weight: 200;

}

@font-face {
    font-family: "Quicksand";
    src: url("../fonts/Quicksand-Regular.woff");
    font-weight: 400;

}

@font-face {
    font-family: "Quicksand";
    src: url("../fonts/Quicksand-Medium.woff");
    font-weight: 600;
}

@font-face {
    font-family: "Quicksand";
    src: url("../fonts/Quicksand-SemiBold.woff");
    font-weight: 700;
}

@font-face {
    font-family: "Quicksand";
    src: url("../fonts/Quicksand-Bold.woff");
    font-weight: 900;
}

/* Para */
@font-face {
    font-family: "VisbyCF";
    src: url("../fonts/VisbyCF-Thin.woff");
    font-weight: 200;

}

@font-face {
    font-family: "VisbyCF";
    src: url("../fonts/VisbyCF-Light.woff");
    font-weight: 300;

}

@font-face {
    font-family: "VisbyCF";
    src: url("../fonts/VisbyCF-Regular.woff");
    font-weight: 400;
}

@font-face {
    font-family: "VisbyCF";
    src: url("../fonts/VisbyCF-Medium.woff");
    font-weight: 500;

}

@font-face {
    font-family: "VisbyCF";
    src: url("../fonts/VisbySemibold.woff");
    font-weight: 600;

}

@font-face {
    font-family: "VisbyCF";
    src: url("../fonts/VisbyBold.woff");
    font-weight: 700;

}

@font-face {
    font-family: "VisbyCF";
    src: url("../fonts/VisbyCF-Heavy.woff");
    font-weight: 800;

}

@font-face {
    font-family: "VisbyCF";
    src: url("../fonts/VisbyCF-ExtraBold.woff");
    font-weight: 900;

}

@font-face {
    font-family: "BebasNeue";
    src: url("../fonts/BebasNeueThin.woff");
    font-weight: 100;

}

@font-face {
    font-family: "BebasNeue";
    src: url("../fonts/BebasNeueLight.woff");
    font-weight: 200;

}

@font-face {
    font-family: "BebasNeue";
    src: url("../fonts/BebasNeueBook.woff");
    font-weight: 300;

}

@font-face {
    font-family: "BebasNeue";
    src: url("../fonts/BebasNeueRegular.woff");
    font-weight: 400;

}

@font-face {
    font-family: "BrandingPro";
    src: url("../fonts/BrandingProLight.woff");
    font-weight: 300;
}

@font-face {
    font-family: "BrandingPro";
    src: url("../fonts/BrandingProBold.woff");
    font-weight: 700;
}

@font-face {
    font-family: "Manjari";
    src: url("../fonts/Manjari-Bold.woff");
    font-weight: 700;
}

@font-face {
    font-family: "Manjari";
    src: url("../fonts/Manjari-Regular.woff");
    font-weight: 400;
}

@font-face {
    font-family: "Manjari";
    src: url("../fonts/Manjari-Thin.woff");
    font-weight: 300;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Bold.woff");
    font-weight: 700;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.woff");
    font-weight: 400;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Medium.woff");
    font-weight: 500;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-SemiBold.woff");
    font-weight: 600;
}



/* @media(min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1460px !important;
    }
} */

.container {
    max-width: 1500px !important;
}

body {
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
}

a:hover {
    color: #fff;
}

a {
    text-decoration: none !important;
    color: #fff;
}

a:hover {
    text-decoration: none !important;
    color: #fff;
}

.headerContact-wrapper {
    display: flex;
    float: right;
}

.headerContact-wrapper img {
    margin-right: 10px;
}

.innerRow-contact {
    justify-content: end;
}

#mainHeader.row {
    align-items: center;
}

#menu-main-menu {
    display: flex;
    list-style: none;
    justify-content: space-between;
}

#menu-main-menu .menu-item {
    flex: 1 1 auto;
    position: relative;
    text-align: center;
    border-left: solid 1px white;
}

#menu-main-menu .menu-item:first-child {
    border: 0;
}

.singleBanner {
    min-height: 1280px;
    background-position: bottom !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-top: 0;
    height: 100%;
    display: flex;
    align-items: center;

}

.inner-singleBanner {
    min-height: 840px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}



header.headerSection {
    z-index: 999999;
    position: relative;
}

#mainBanner {
    margin-top: -160px;
    z-index: 999;
    position: relative;
}

.inner-singleBanner h3 {
    font-family: 'BebasNeue' !important;
    font-weight: 400 !important;
    color: #fff;
    font-size: 16px;
    letter-spacing: 8px;
}

.inner-singleBanner h2 {
    font-size: 56px;
    line-height: 58px;
    color: #fff;
    width: 95%;
    margin-bottom: 30px;
}

.inner-banner-cont hr {
    margin-bottom: 40px;
}

.white-line {
    color: #fff;
    opacity: 2;
    width: 26px;
    border: 3px solid #fff;
}

.inner-singleBanner h2 red {
    color: #e10303;
}

.inner-banner-cont {
    padding-top: 200px;
}

.singleBanner h3 {
    font-family: 'BebasNeue' !important;
    font-weight: 400 !important;
    color: #fff;
    font-size: 16px;
    letter-spacing: 8px;
}

.singleBanner h2 {
    font-size: 56px;
    line-height: 58px;
    color: #fff;
    width: 79%;
    margin-bottom: 30px;
}

.subTitle {
    font-family: 'BebasNeue' !important;
    font-weight: 400 !important;
}

.singleBanner h2 red {
    color: #e10303;
}

#menu-main-menu .menu-item a {
    transition: all 0.25s;
    color: #fff;
}

#menu-main-menu .menu-item a:hover {
    color: #e10303;
    transition: all 0.25s;
}

.headerContact-details h3,
.headerContact-details p {
    color: #fff;
    margin: 0;
    font-size: 22px;
}

.headerContact-details h3 {
    font-size: 22px;
}

.headerContact-details p {
    font-size: 16px;
}


.row.innerRow-contact {
    margin-bottom: 30px;
}



.singleBanner .container {
    margin-top: -50px;
}

.headerContact-wrapper img {
    width: 40px;
}

/* .t-btn {
    background-image: -webkit-linear-gradient(-58deg, rgb(97, 2, 2) 0%, rgb(243, 3, 3) 100%);
    color: #fff;
    border-radius: 40px;
    padding: 5px 10px 5px 40px;
    display: flex;
    width: 200px;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    transition: all 0.25s;
    font-size: 18px;
    text-decoration: none;
} */
.t-btn {
    background-image: -webkit-linear-gradient(-58deg, rgb(97, 2, 2) 0%, rgb(243, 3, 3) 100%);
    color: #fff;
    border-radius: 40px;
    padding: 9px 10px 10px 40px;
    display: flex;
    width: 222px;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    transition: all 0.25s;
    font-size: 19px;
    text-decoration: none;
    font-family: 'VisbyCF';
}

.t-btn span {
    background: white;
    width: 40px;
    border-radius: 100px;
    display: inline-block;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: right;
}

.t-btn:hover {
    color: #fff !important;
    background-image: -webkit-linear-gradient(132deg, rgb(97, 2, 2) 0%, rgb(243, 3, 3) 100%);
    transition: all 0.25s;
}

.t-btn:hover span {
    background: #e503036e;
    transition: all 0.25s;
}

.t-btn:hover span img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7480%) hue-rotate(235deg) brightness(97%) contrast(101%);
    transition: all 0.25s;
}

/* Banner Form */
.BannerFormWrapper {
    background: url(../images/fomrbg.png) no-repeat;
    background-position: center;
    background-size: cover;
    float: right;
    border: 6px solid;
    border-image-source: linear-gradient(to bottom, #750303, #d50202);
    padding: 70px 29px;
    border-image-slice: 1;
    border-width: 5px;
    margin-bottom: 0;
    position: relative;
    bottom: -130px;
}

.singleField p img {
    margin-right: 12px;
    width: 11px;
}

.singleField p {
    border: 1px solid #e6e3e3;
    padding: 14px 11px
}

.singleField p input {
    border: 0;
}

.singleField.textArea p {
    display: flex;
    align-items: flex-start;
}

.singleField.textArea p img {
    margin-top: 7px;
}

.singleField.textArea p textarea {
    max-height: 100px;
    border: 0;
}

.BannerFormWrapper input[type=submit] {
    background: transparent !important;
    color: #fff;
    border: 0;
    padding-right: 16px;
}

.BannerFormWrapper .t-btn p {
    display: flex;
    margin: 0;
}

.BannerFormWrapper span.wpcf7-spinner {
    position: absolute;
    bottom: 20px;
    right: 0px;
    background: transparent;
}

.BannerFormWrapper .t-btn {
    width: 160px;
}

.BannerFormWrapper h2 {
    text-align: center;
    width: 100%;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 11px;
    color: #e10303;
}

.BannerFormWrapper .subTitle {
    color: #313341;
    text-align: center;
    position: relative;
}

.BannerFormWrapper .subTitle:before {
    content: '';
    position: absolute;
    width: 56px;
    height: 3px;
    background: #e50303;
    top: 0;
    left: 50%;
    transform: translate(-40px, -10px);
}

.singleBanner .row {
    align-items: center;
}

p {
    font-size: 24px;
}

.MainBannerContainer::before {
    content: '';
    position: absolute;
    width: 370px;
    height: 440px;
    background: url(../images/bannerformasset.png) no-repeat;
    bottom: -200px;
    left: 30px;
}



/* 
MY-CSS */

red {
    color: #e50303;
}

.home-serv-sec {
    padding-top: 360px;
    margin-top: -200px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.serv-content {
    text-align: center;
    position: relative;
    z-index: 999;
}

.serv-content h2 {
    font-size: 50px;
}

.serv-content p {
    color: #979a9d;
}

.servc-boxes {
    padding: 20px 0px 50px;
    position: relative;
    z-index: 999;
}

.home-serv-sec:before {
    content: '';
    position: absolute;
    top: 42%;
    width: 83%;
    height: 65%;
    margin: 0 auto;
    z-index: 99;
    right: 0;
    left: 0;
    background-image: url(../images/Rectan-before.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-box h4 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 35px;
}

.service-box {
    text-align: center;
    padding-top: 75px;
    font-family: "Quicksand";
    height: 320px;
}

.service-box img {
    width: 200px;
    height: 150px;
}

.servbox1 {
    border: 1px solid rgb(147, 191, 112);
    border-radius: 10px;
    background-color: rgb(200, 230, 176);
    box-shadow: 0.907px 12.968px 76px 0px rgba(223, 246, 205, 0.004);

}

.servbox1 h4 {
    color: #609634;
}

.servbox2 {
    border: 1px solid rgb(238, 133, 39);
    border-radius: 10px;
    background-color: rgb(242, 215, 192);
    box-shadow: 0.907px 12.968px 76px 0px rgba(242, 215, 192, 0.004);
}

.servbox2 h4 {
    color: #de771a;
}

.servbox3 {
    border: 1px solid rgb(28, 110, 197);
    border-radius: 10px;
    background-color: rgb(212, 233, 255);
    box-shadow: 0.907px 12.968px 76px 0px rgba(212, 233, 255, 0.004);
}

.servbox3 h4 {
    color: #1c6ec5;
}

.servbox4 {
    border: 1px solid rgb(148, 30, 207);
    border-radius: 10px;
    background-color: rgb(230, 200, 245);
    box-shadow: 0.907px 12.968px 76px 0px rgba(230, 200, 245, 0.004);
}

.servbox4 h4 {
    color: #941ecf;
}

.ser-btn {
    padding: 20px 0px;
    width: 20%;
    border-radius: 50px;
    text-decoration: none;
    font-family: "BrandingPro";
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 22px;
}

.ser-btn:hover {
    color: #fff;
    text-decoration: none;
}

.serbtn1 {
    background-color: #610202;
}

.serbtn2 {
    background-color: #e20303;
}

.serbtn1:hover {

    background-color: #e20303;
}

.serbtn2:hover {
    background-color: #610202;
}

.serbtn2 span {
    margin: 0px 28px;
}

.servs-but {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 40px 0px;
}

.cta-col {
    display: flex;
    align-items: center;
}

.ct-btn2 span {
    margin: 0px 28px;
}

.ct-btn1 {
    background-color: #fff;
    color: #1e2b3d;
}

.ct-btn2 {
    background-color: #1e2b3d;
    color: #fff;
}

.ct-btn1:hover {
    background-color: #1e2b3d;
    color: #fff;
}

.ct-btn2:hover {
    color: #fff;
}

.cta-btn {
    padding: 20px 0px;
    width: 40%;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-family: "BrandingPro";
    font-weight: 300;
    text-transform: uppercase;
    font-size: 22px;
    border: 3px solid #af2336;
}

section.cta-sec {
    padding: 310px 0px 240px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

section.cta-sec:before {
    content: '';
    position: absolute;
    top: 156px;
    bottom: 0px;
    right: 0px;
    left: 9%;
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/largephone.png');
    height: 420px;
}

.cta-cont h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    font-family: 'Quicksand';
}

.cta-but {
    width: 100%;
    display: flex;
    gap: 12px;
    justify-content: end;
}

section.gallery-sec {
    position: relative;
    padding: 0px 0px 50px;
}

.gallery-images {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0px 180px;
    position: relative;
}

.galery-tab {
    text-align: center;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 110px 0px 20px;
    color: #fff;
}

.galery-tab:before {
    content: '';
    position: absolute;
    top: -191px;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgb(6, 22, 31);
    z-index: 999;
    height: 570px;
}

.gallerys {
    position: relative;
    z-index: 9999;
    padding: 10px;
}


.galery-tab ul#pills-tab {
    margin: 30px auto;
    width: 100%;
    justify-content: center;
    gap: 90px;
}

.gallerys .row {
    margin: 21px auto;
    padding: 0;
    justify-content: center;
}

.gall-img img {
    width: 100%;
}

.gall-img {
    text-align: center;
}

.gallerycont {
    position: relative;
    z-index: 99999;
}

.gallerycont h2 {
    color: #fff;
    font-size: 50px;
}

.gallerycont p {
    font-size: 21px;
    color: #caced1;
    font-family: "VisbyCF";
}

.galery-tab button {
    color: #fff;
    background-color: #06161f !important;
    box-shadow: none !important;
    font-size: 24px;
    font-family: 'Quicksand';
    padding: 13px;
    border: none;
    border-bottom: 1px solid #06161f;
}

.galery-tab button.active {
    color: #e50303;
    border-bottom: 1px solid #e50303;
}

.galery-tab button:hover {
    color: #e50303;
    border-bottom: 1px solid #e50303;
}

.galery-tab li {
    background-color: #06161f;
    box-shadow: none;
}

.experc-col {
    align-items: center;
    display: flex;
}

section.exper-sect {
    padding: 80px 0px 40px;
}

.experc-cont h3 {
    font-family: 'BebasNeue';
    font-size: 23px;
    letter-spacing: 7px;
    font-weight: bold;
    padding: 20px 0px 20px;
}

.experc-cont h2 {
    font-size: 50px;
    color: #313341;
    font-weight: 700;
    font-family: 'Quicksand';
    line-height: 52px;
}

.experc-cont p {
    font-family: 'VisbyCF';
    font-size: 18px;
    color: #979a9d;
    font-weight: 600;
    padding: 40px 0px 15px;
}

.experc-cont p span {
    color: #313341;
}

.experc-cont {
    padding-right: 60px;
}

.exper-wrapper {
    display: flex;
    float: left;
    gap: 14px;
    text-decoration: none;
    padding-right: 45px;
    border-color: #979a9d;
}

.exper-details h3 {
    padding: 0;
    letter-spacing: 0px;
    font-family: 'VisbyCF';
    font-weight: 700;
    margin: 0;
}

.exper-details p {
    padding: 0;
}

.expert-row {
    padding: 40px 0px 20px;
}

.Pricing-cont {
    text-align: center;
}

.Pricing-cont h2 {
    font-family: 'Quicksand';
    font-size: 50px;
    color: #282a30;
    font-weight: 700;
}

.Pricing-cont p {
    font-family: 'BrandingPro';
    font-size: 17px;
    width: 55%;
    margin: 0 auto;
}

.card-sec ul {
    margin: 30px auto;
    width: 100%;
    justify-content: center;
    gap: 90px;
}

.card-sec li {
    background-color: transparent;
    box-shadow: none;
}

.card-sec button {
    color: #979a9d;
    background-color: transparent !important;
    box-shadow: none !important;
    font-size: 24px;
    font-family: 'Quicksand';
    font-weight: 700;
    padding: 13px;
    border: none;
}

.card-sec button.active {
    color: #e50303;
    border-bottom: 1px solid #e50303;
}

.card-sec button:hover {
    color: #e50303;
    border-bottom: 1px solid #e50303;
}

.card-sec {
    padding: 170px 0px 60px;
}

.exper-sect {
    background-position: -90px -680px;
    background-size: cover;
    background-repeat: no-repeat;
}

.big-card {
    background-position: center;
    background-size: 770px;
    padding: 28px 28px 29px 28px;
    width: 100%;
    background-repeat: no-repeat;
    height: 860px;
    margin: 0;
    position: relative;
    background-attachment: local;
}

.card-first {
    padding: 40px 0px 20px 0px;
    margin-top: 0px;
    color: #fff;
    text-align: center;
    background-position: center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

.card-first:before {
    content: '';
    position: absolute;
    top: 18px;
    bottom: 0px;
    right: 0px;
    left: 0%;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url(../images/Shape.png);
    height: 420px;
}

.card-first-cont {
    position: relative;
}

.card-first-cont h6 {
    color: #fff;
    font-family: 'Manjari';
    font-size: 23px;
}

.card-first-cont h2 {
    color: #fff;
    font-size: 32px;
    font-family: 'Manjari';
    font-weight: 400;
    line-height: 30px;
    padding: 12px 0px;
}

.card-first-cont p {
    font-family: 'Manjari';
    font-size: 18px;
    line-height: 18px;
}

.card-second {
    position: relative;
}

.card-pric {
    color: #fff;
    font-family: 'Manjari';
    font-size: 87px;
    line-height: 20px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}

.pric1:before {
    content: '';
    position: absolute;
    top: -49px;
    bottom: 0px;
    right: 0px;
    left: 65%;
    width: 100%;
    height: 100%;
    background-size: 20px;
    background-position: top right;
    background-repeat: no-repeat;
    background-image: url(../images/Elips4.png);
}

.card-pric span {
    color: #fff0bd;
    font-size: 23px;
    position: absolute;
    line-height: 23px;
    bottom: -7px;
    text-transform: uppercase;
    padding-left: 4px;
}

.prizes {
    padding: 60px 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prizes h4 {
    color: #fff;
    font-family: 'Manjari';
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 20px;
}

.price-serv {
    color: #fff;
    padding: 10px 26px 1px;
}

.price-serv li {
    margin-bottom: 20px;
    font-size: 19px;
    font-family: 'Manjari';
    position: relative;
}

.price-serv li:before {
    content: '';
    position: absolute;
    top: -4px;
    bottom: 0;
    right: 0;
    left: -21px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(../assets/images/Shape5.png);
}

.price-serv ul {
    list-style: none;
    position: relative;
    z-index: 9999999;
}

.card-contactus-sec {
    padding: 0px 0px 0px;
    display: flex;
    justify-content: space-between;
}

.card-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    float: left;
    border-color: #fff;
    padding-right: 18px;

}

.card-add h5 {
    color: #ffff;
    font-size: 21px;
    font-weight: 400;
    line-height: 21px;
    margin: 5px auto;
}

.card-add {
    text-align: center;
    padding: 10px 0px;
}

.card-add a {
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    line-height: 30px;
    font-family: 'Manjari';
}

.card-cot-img img {
    width: 70px;
    object-fit: cover;
}

.price-circle a {
    color: #ffffff;
    background-color: #720000;
    width: 125px;
    height: 125px;
    font-size: 19px;
    margin: 0px auto;
    padding: 33px 17px 27px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Manjari';
    text-transform: uppercase;
    line-height: 18px;
    position: relative;
    top: 19px;
    right: 7px;
}

.price-circle {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    right: 0px;
    left: 0px;
}

.price-serv {
    position: relative;
    color: #fff;
    padding: 10px 26px 1px;
}

.price-serv:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: -28px;
    bottom: 0;
    background-image: url(../images/leftline.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}

.price-serv:after {
    content: '';
    position: absolute;
    top: 0;
    right: -28px;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/rightline.png);
    background-position: right;
}

.main-card {
    position: relative;
}

.main-card:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/card-secbg.png);
    background-position: center;
}

.solution-sec {
    background-position: -260px 20px;
    background-size: cover !important;
    background-repeat: no-repeat;
    padding: 110px 0px;
}

.sol-cont h2 {
    font-size: 50px;
    font-family: 'Quicksand';
    font-weight: 800;
    line-height: 50px;
}

.sol-cont p {
    color: #979a9d;
    font-size: 19px;
    font-family: 'BrandingPro';
    line-height: 22px;
    margin-top: 12px;
    margin-bottom: 1rem;
}

.sol-boxs {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px auto;
    background-color: #fff;
    padding: 12px;
    border-radius: 12px;
}

.sol-box-cont h3 {
    font-family: 'BrandingPro';
    font-size: 30px;
    font-weight: 700;
}

.four-boxes {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    align-items: center;
    gap: 10px;
    padding: 30px 0px 50px;
    text-align: center;
}

.facilty-cont {
    text-align: center;
}

.facilty-cont h2 {
    font-size: 50px;
    font-family: 'Quicksand';
    font-weight: 800;
    line-height: 50px;
}

.facilty-cont p {
    color: #979a9d;
    font-size: 19px;
    font-family: 'BrandingPro';
    line-height: 22px;
    margin-top: 12px;
    margin-bottom: 1rem;
}

.faclity-box h3 {
    margin-top: 23px;
    font-size: 24px;
    font-family: 'Quicksand';
    font-weight: 800;
}

.faciilty-img img {
    width: 110px;
    height: 110px;
    object-fit: fill;
}

.faclity-box {
    border: 4px dashed #fff0;
    border-radius: 1px;
    padding: 28px;
    cursor: pointer;
}

.faclity-box:hover {
    border: 4px dashed #610202;
    background-color: #f7f9fc;

}

.Boarding-sec {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 170px 60px 1px;
    height: 1500px;
}

.Boarding-sec .row {
    margin: 0;
    padding: 50px 0px 0px;

}

.contect-services h2 {
    color: #fff;
    font-family: 'Quicksand';
    font-size: 33px;
    font-weight: 700;
}

.board-con {
    text-align: center;
}

.board-con h2 {
    color: #fff;
    font-size: 50px;
    font-family: 'Quicksand';
    font-weight: 700;
}

.board-con h4 {
    color: #fff;
    font-family: 'Manjari';
    font-size: 19px;
}

.board-con p {
    font-family: 'VisbyCF';
    color: #fff;
    font-size: 18px;
}

.contect-services li {
    color: #fff;
    margin-bottom: 12px;
    list-style: none;
    font-size: 17px;
    font-family: 'VisbyCF';
    font-weight: 600;
}

.Boarding-sec .bord-col1 {
    padding-left: 100px;
}

.contect-services ul {
    padding: 0;
    margin-top: 25px;
}

.contect-services {
    margin-bottom: 60px;
    position: relative;
}

.desert-img {
    position: absolute;
    left: -339px;
}

.Boarding-sec .t-btn {
    border: 1px solid #fff;
    padding: 15px 10px 13px 40px;
    width: 212px;
    text-decoration: none;
}

section.testimnoial-sec {
    padding: 70px 0px;
}

.testimnoial-sec swiper-container {
    width: 100%;
    height: 100%;
    padding: 60px 0px;
}

.testimnoial-sec h1 {
    font-size: 50px;
    text-align: center;
}

.testimnoial-sec swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimnoial-sec swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testi-box h3 {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Quicksand';
}

.testi-box p {
    font-family: 'VisbyCF';
    color: #9e9d9d;
    font-size: 18px;
}

.testi-box {
    background-image: url(assets/images/tes1bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 20px;
    border-radius: 10px;
}

.client-name {
    font-size: 21px;
    font-family: 'BrandingPro';
    text-transform: uppercase;
    font-weight: 600;
    color: #282a30;
}

.client-designation {
    color: #c78f8f;
    font-family: 'VisbyCF';
    font-size: 18px;
}

footer {
    padding: 80px 0px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo {
    text-align: center;
}

.footer-inner {
    display: grid;
    grid-template-columns: 26% 18% 18% 18% 20%;
    padding: 50px 0px;
}

.footer-cont p {
    font-family: 'VisbyCF';
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
    width: 100%;
}

.foot-wraper span {
    font-family: 'VisbyCF';
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    position: relative;
    top: 15px;
    left: 15px;
    padding: 0px 5px;
}

.foot-menus ul {
    padding: 0;
}

.foot-wraper h2 {
    font-size: 25px;
    font-family: 'VisbyCF';
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    padding-bottom: 40px;
    position: relative;
}

.foot-wraper h2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 34px;
    bottom: 21px;
    border-bottom: 6px solid #e41d36;
}

.menu-sec {
    padding-left: 45px;
}

.foot-menus ul li a {
    font-size: 18px;
    font-family: 'VisbyCF';
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    padding-bottom: 10px;
    position: relative;
}

.foot-menus ul li {
    margin-bottom: 30px;
    border-bottom: 1px solid #40455b;
    width: 85%;
    text-decoration: none;
    position: relative;
    list-style: none;

}

.foot-menus ul li:before {
    content: '';
    position: absolute;
    inset: -3px 0px 0px -19px;
    background-image: url(../images/9.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
}

.payment {
    border: 4px dashed #40455b;
    width: 90%;
    padding: 18px 12px;
    border-radius: 15px;
}

.footer-icons {
    display: flex;
    gap: 23px;
    padding: 8px 0px 9px;
    border-bottom: 1px solid rgb(64, 69, 91);
    width: 85%;
    position: relative;
}

.footer-icons:before {
    content: '';
    position: absolute;
    inset: -3px 0px 0px -19px;
    background-image: url(/assets/images/9.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
}

.foteer-Media {
    padding-top: 19px;
}

.copy-right {
    text-align: center;
    border-top: 1px solid #40455b;
    padding: 30px 0px 10px;
}

.copy-right p {
    font-family: 'VisbyCF';
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin: 0;
}

.aboutus-page .image-text-sect {
    padding: 100px 0px 110px;
    overflow: hidden;
}

.logo-page .image-text-sect {
    padding: 100px 0px 110px;
    overflow: hidden;
}

.compan-cont {
    text-align: center;
}



.compan-cont h3 {
    font-family: 'Quicksand';
    font-weight: 700;
    color: #282a30;
    font-size: 27px;
    line-height: 40px;
}

.compan-cont h2 {
    font-family: 'Quicksand';
    font-size: 60px;
    color: #282a30;
    font-weight: 700;
    line-height: 62px;
    margin-bottom: 15px;
}

.compan-cont p {
    font-family: 'BrandingPro';
    font-size: 19px;
    width: 55%;
    margin: 10px auto;

}

.companies-rivews {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-evenly;
    padding: 30px 0px 40px;
}

.stat-number {
    color: #d50303;
    font-size: 70px;
    font-family: 'Quicksand';
    font-weight: 700;
    text-align: left;
}

.compan-cont h4 {
    font-family: 'BrandingPro';
    font-weight: 700;
    color: #282a30;
    font-size: 22px;
    margin-top: -13px;
}

.companies-sect {
    padding: 140px 0px 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.fortune-box {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 35px;
}

.fortune-box h6 {
    font-family: 'BrandingPro';
    font-size: 20px;
    color: #000000;
    font-weight: 700;
}

.industries-sec {
    padding-top: 30px;
}

.fancybox-container {
    z-index: 9999999999999 !important;
}

.ban-imgs {
    position: relative;
}

.ban-imgs img {
    width: 650px;
    position: relative;
    left: -100px;
    top: 120px;
}

.aboutus-page .galery-tab:before {
    display: none;
}

.animation-page:before {
    display: none;
}

.aboutus-page .galery-tab {
    background-color: rgb(6, 22, 31);
}

.cta-wrappper {
    display: grid;
    grid-template-columns: 22% 22% 20% 20% 16%;
    align-items: center;
    position: relative;

}

.get-cta-box {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    gap: 10px;
    position: relative;
}

.get-cta-box h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}

.get-cta-box p {
    font-size: 16px;
    margin: 0;
}

.get-cta h3 {
    padding-top: 20px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 6px;
    font-family: 'BebasNeue';
}

.get-cta h2 {
    font-size: 50px;
    color: #fff;
}

.get-cta {
    position: relative;
}

.get-btn {
    position: relative;
}

.get-btn a {
    margin: 0 auto;
    width: 80%;
}

.get-cta hr {
    margin-bottom: 25px;
}

.loudspeaker {
    text-align: end;
}

.get-section {
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.cta-wrappper:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 20px;
    right: 0px;
    left: 0px;
    background-image: url(/assets/images/triangle.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center left;
    z-index: 0;
}

.languages-sect {
    padding: 240px 0px 30px;
    margin-top: -120px;
    background-repeat: no-repeat;
    background-size: cover;
}

.left-right-section {
    padding: 80px 0px;
}

.animation-page .inner-banner-cont {
    padding-top: 180px;
}

.animation-page .ban-imgs img {
    width: 650px;
    position: relative;
    left: -170px;
    top: 140px;
}
.vest-sec {
    padding: 90px 0px;
}

hr.red-line {
    color: #e41d36;
    opacity: 2;
    width: 21px;
    border: 3px solid #e41d36;
}

.content-sect hr {
    margin-bottom: 30px;
}

.content-sect h3 {
    font-family: 'BebasNeue';
    letter-spacing: 5px;
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
}

.content-sect h2 {
    font-size: 50px;
    font-family: 'VisbyCF';
    font-weight: 700;
    line-height: 50px;
}

.content-sect p {
    font-size: 19px;
    padding-top: 30px;
    font-family: 'VisbyCF';
}

.content-sect p strong {
    font-weight: 500;
}

.left-right-section .col-md-6 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Design-sect {
    padding: 80px 0px;
}

.head-Cont {
    text-align: center;
}

.head-Cont hr {
    margin: 0 auto;
}

.head-Cont h3 {
    font-family: 'BebasNeue';
    letter-spacing: 5px;
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    margin-top: 20px;
}

.head-Cont h2 {
    font-size: 50px;
    font-family: 'VisbyCF';
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 20px;

}

.deign-box {
    text-align: center;
    border: 3px solid #b3b5c0;
    height: 212px;
    padding: 60px 0px 0px;
    margin-bottom: 31px;
    width: 350px;
    cursor: pointer;
}

.deign-box:hover {
    border: 2px solid rgb(228, 29, 54);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 32px 0px rgba(228, 29, 54, 0.42);
}

.deign-box h3 {
    margin-top: 17px;
}

.deign-box img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.animation-page .galery-tab:before {
    display: none;
}

.animation-page .galery-tab {
    background-color: rgb(6, 22, 31);
}

.Smart-Sect {
    background-position: bottom !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 170px 0px 395px;
    margin-top: 80px;
    position: relative;
    z-index: 99;
}

.smart-cont {
    color: #fff;
}

.smart-cont h3 {
    color: #fff;
    font-family: 'BebasNeue';
    letter-spacing: 7px;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 14px;
}

.smart-cont h2 {
    font-size: 60px;
    font-family: 'VisbyCF';
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 0px;
    color: #fff;
}

.Smart-Sect .col-md-6 {
    display: flex;
    align-items: center;
    justify-content: end;
}

.smart-cont p {
    font-size: 19px;
    padding-top: 30px;
    font-family: 'VisbyCF';
}

.smart-cont hr {
    margin-bottom: 35px;
}

.right-image-sec {
    display: flex;
}

.right-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 140px;
}

.right-cont hr {
    margin-bottom: 30px;
}

.right-cont h3 {
    font-family: 'BebasNeue';
    letter-spacing: 5px;
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
}

.right-cont h2 {
    font-size: 58px;
    font-family: 'VisbyCF';
    font-weight: 700;
    line-height: 50px;
}

.right-img {
    text-align: end;
}

.right-cont p {
    font-size: 18px;
    padding-top: 30px;
    font-family: 'VisbyCF';
    color: #313341 !important;
    width: 83%;
    font-weight: 600;
}

.big-sect {
    top: -188px;
    position: relative;
    padding: 300px 0px 150px;
}

.left-cont hr {
    margin-bottom: 30px;
}

.left-cont h3 {
    font-family: 'BebasNeue';
    letter-spacing: 5px;
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
}

.left-cont h2 {
    font-size: 58px;
    font-family: 'VisbyCF';
    font-weight: 700;
    line-height: 58px;
}

.left-cont p {
    font-size: 18px;
    padding-top: 30px;
    font-family: 'VisbyCF';
    color: #313341 !important;
    width: 83%;
    font-weight: 600;
}

.left-image-sec {
    display: flex;
}

.left-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.left-cont {
    padding-left: 30px;
}

.content-page .languages-sect {
    padding: 30px 0px 30px;
}

.digital-page .languages-sect {
    padding: 100px 0px 60px;
}


.contentswip .slick-track {
    display: flex;
}

.contentswip {
    width: 100%;
    position: relative;
}

.contentswip .slick-list.draggable {
    overflow: hidden;
}

.content-card {
    text-align: center;
}

.content-card .t-btn {
    margin: 0 auto;
}

.content-wrapper img {
    margin-bottom: 12px;
}

.content-card {
    border: 3px solid #133033;
    padding: 110px 10px;
    margin-left: 16px;
    border-radius: 10px;
    margin-right: 1px;
    position: relative;
}

.content-card.slick-slide.slick-current.slick-active {
    border: 3px solid #e41d36;

}

.content-card.slick-slide.slick-current.slick-active h6 {
    background-color: #e41d36;
}


.content-card h2 {
    font-size: 36px;
    font-family: 'VisbyCF';
    width: 50%;
    margin: 0 auto;
    font-weight: 900;
    line-height: 40px;
    margin-bottom: 13px;
}

.content-card p {
    font-size: 19px;
    font-family: 'VisbyCF';
    width: 85%;
    margin: 0 auto;
    padding-bottom: 45px;
}

.content-card .upper-box {
    position: absolute;
    top: 0;
    margin: 0 auto;
    width: 100%;

}

.content-btn {
    background: #e41d36;
    width: fit-content;
    color: #fff;
    padding: 20px 70px;
    font-size: 22px;
    font-family: 'VisbyCF';
    font-weight: 700;
    border-radius: 60px;
}

.content-btn:hover {
    color: #133033;
}

.content-btn h6 {
    font-size: 20px;
    font-family: 'BebasNeue';
    font-weight: 600;
}

.upper-box h6 {
    font-size: 20px;
    font-family: 'BebasNeue';
    font-weight: 700;
    letter-spacing: 6px;
    color: #fff;
    background-color: #133033;
    padding: 8px 0px;
    width: 60%;
    margin: 0 auto;
    border-radius: 0px 0px 15px 13px;
}

.contentswip .slick-arrow {
    padding: 26px;
    background-color: #133033;
    border-radius: 50px;
    position: absolute;
    border: none;
    top: 50%;

}

.contentswip .slick-arrow:hover {
    background-color: #e41d36;

}

.contentswip .slick-next {
    right: -120px;
}

.contentswip .slick-prev {
    left: -110px;
}

.content-slider {
    padding: 100px 0px;
}

.content-slider .slick-list {
    padding: 0 !important;
}

.leave-sect {
    padding: 100px 0px;
}

.leave-sect .col-md-4 {
    display: flex;
    align-items: center;
}

.power-cont h2 {
    font-size: 54px;
    color: #313341;
    line-height: 55px;
}

.power-cont p {
    font-size: 18px;
    font-family: 'VisbyCF';
    font-weight: 400;
}

.power-cont p strong {
    font-weight: 500;
}

.power-cont h3 {
    font-size: 23px;
    text-transform: uppercase;
    font-family: 'BebasNeue';
    letter-spacing: 3px;
}

.tab-pane {
    color: #ffffffff;
}

.Premium-Sect {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0px 440px;
}

.Premium-cont {
    text-align: center;
}

.Premium-cont hr {
    margin: 0 auto;
}

.Premium-cont h3 {
    color: #fff;
    font-size: 20px;
    font-family: 'BebasNeue';
    font-weight: 700;
    letter-spacing: 6px;
    margin: 20px 0;
}

.Premium-cont h2 {
    font-size: 54px;
    color: #fff;
    line-height: 55px;
}

.Premium-cont p {
    color: #fff;
    width: 70%;
    margin: 20px auto;
    font-size: 18px;
    font-family: 'VisbyCF';
    font-weight: 400;
}

.premium-tabs {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.premium-tabs ul {
    margin: 0 auto;
    gap: 16px;
}

.premium-tabs button {
    background-color: #5d5f61;
    font-family: 'VisbyCF';
    font-weight: 600;
    font-size: 20px;
    color: #ffff;
    padding: 14px 53px;
    border-radius: 52px;
    border: none;
}

.premium-tabs button:hover {
    background-color: #e41d36;
}

.premium-tabs button.active {
    background-color: #e41d36;
}

.premium-content {
    padding: 20px 16px 20px 0px;
}

.premium-content h2 {
    font-size: 54px;
    color: #fff;
    line-height: 55px;
}

.premium-content p {
    color: #fff;
    margin: 12px auto;
    font-size: 18px;
    font-family: 'VisbyCF';
    font-weight: 400;
}

.ser-box {
    text-align: center;
    border: 3px solid rgb(179, 181, 192);
    margin-left: 9px;
    margin-bottom: 22px;
    /* height: 280px; */
    padding: 54px 22px 20px;
    background-color: rgb(245, 245, 245);
}

.ser-box h3 {
    font-family: 'VisbyCf';
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
}

.ser-box p {
    font-size: 17px;
    font-family: 'VisbyCF';
    font-weight: 600;
    color: #313341;
}

.Boxes-Cont h2 {
    font-size: 50px;
    font-family: 'VisbyCF';
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 25px;
}

.Boxes-Cont h3 {
    font-family: 'BebasNeue';
    letter-spacing: 5px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 25px;
}

.Boxes-Cont hr {
    margin: 0 auto;
}

.Boxes-Cont {
    text-align: center;
}

.Boxes-Cont p {
    font-size: 19px;
    font-family: 'VisbyCF';
    font-weight: 600;
    color: #313341;
    margin: 0 auto;
    width: 85%;
}

.ser-img-back {
    background-color: #e41d36;
    width: 100px;
    margin: 0 auto;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 15px solid #f3dfe2;
}

.Boxes-Sect .row {
    margin-top: 60px;
}

section.Boxes-Sect {
    padding-bottom: 110px;
}

.content-page .big-sect {
    top: 1px;
    position: relative;
    padding: 200px 0px 150px;

}

.content h3 {
    font-size: 30px;
    font-family: 'VisbyCF';
    font-weight: 700;
    line-height: 36px;
    padding: 34px 0;
}

.ask {
    font-size: 30px;
    font-family: 'VisbyCF';
    font-weight: 600;
    line-height: 36px;
    padding: 34px 0 50px;
    color: #fff;
}

.big-address {
    color: #fff;
    font-size: 52px;
    line-height: 40px;
    font-family: 'VisbyCF';
    font-weight: 700;
    margin-bottom: 30px;
}

.all-contact-sect {
    padding: 150px 0px;
    position: relative;
}

.contact-box-card::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: -255px;
    bottom: -235px;
    z-index: 9999;
    background-image: url(/assets/images/hello.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto;
}




.all-contact-sect .col-md-5 {
    position: relative;
}

.contact-box-card {
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 70px 150px 200px 60px;
}

.contact-box-wrappper {
    position: relative;
    z-index: 4554564654;
}

.all-contact-sect .col-md-7 {
    position: relative;
    z-index: 45544;
}

.Start-cont h3 {
    font-family: 'BebasNeue';
    letter-spacing: 5px;
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
}

.Start-cont h2 {
    font-size: 58px;
    font-family: 'VisbyCF';
    font-weight: 700;
    line-height: 58px;

}

.contact-box-card:before {
    content: '';
    position: absolute;
    top: 42px;
    left: 0px;
    right: 51px;
    bottom: 0;
    background-image: url(/assets/images/circle.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
}

.live_chat_cont {
    display: flex;
    color: #fff;
    align-items: center;
    gap: 10px;
    padding-top: 20px;
}

.chat-contac h4 {
    margin: 0;
    font-size: 26px;
    line-height: 19px;
    font-weight: 600;
}

.live_chat_cont img {
    width: 60px;
}

.chat-contac p {
    margin: 0;
    font-size: 21px;
}

.socialslider .slick-list.draggable {
    overflow: hidden;
}

.socialslider .slick-arrow {
    padding: 26px;
    background-color: #133033;
    border-radius: 50px;
    position: absolute;
    border: none;
    top: 50%;

}

.socialslider .slick-track {
    display: flex;
}

.social-boxes {
    text-align: center;
    border-radius: 10px;
    background-color: rgb(234, 234, 234);
    /* box-shadow: 14.695px 20.225px 51px 0px rgba(246, 150, 162, 0.17); */
    border-radius: 15px;
    padding: 80px 10px 70px;
    margin-left: 16px;
    border-radius: 10px;
    margin-right: 1px;
    position: relative;

}

.social-boxes.slick-slide.slick-current.slick-active {
    background-color: #fff;
    border: 2px solid #e41d35;
    box-shadow: 14.695px 20.225px 51px 0px rgba(228, 29, 54, 0.17);
}

.social-boxes img {
    padding: 9px 0px;
}

.socialslider {
    width: 100%;
    position: relative;
    padding: 30px 0px;
}

.socialslider h2 {
    font-size: 36px;
    font-family: 'VisbyCF';
    width: 50%;
    margin: 0 auto;
    font-weight: 900;
    line-height: 40px;
    margin-bottom: 13px;
}

.content-btn {
    background: #e41d36;
    /* color: #133033; */
    color: #fff;
    padding: 20px 70px;
    font-size: 22px;
    font-family: 'VisbyCF';
    font-weight: 700;
    border-radius: 60px;
}

.content-btn:hover {
    color: #133033;
}

.socialslider p {
    font-size: 19px;
    font-family: 'VisbyCF';
    width: 85%;
    margin: 0 auto;
    padding-bottom: 45px;
}

.socialslider .slick-arrow:hover {
    background-color: #e41d36;

}

.socialslider .slick-list.draggable {
    padding: 0 !important;
}

.socialslider .slick-next {
    right: -120px;
}

.social-boxes h3 {
    font-family: 'BebasNeue';
    letter-spacing: 6px;
    color: #313341;
    font-weight: 600;
}

.socialslider .slick-prev {
    left: -110px;
}

.Brand-text {
    text-align: center;
}

.Brand-text h2 {
    font-size: 50px;
    font-family: 'VisbyCF';
    font-weight: 700;
    line-height: 50px;

}

.Brand-text h3 {
    font-family: 'BebasNeue';
    letter-spacing: 6px;
    color: #313341;
    font-weight: 600;
    margin: 10px 0px;
}

.market-content h3 {
    font-family: 'BebasNeue';
    letter-spacing: 5px;
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
}

.market-content h2 {
    font-size: 50px;
    font-family: 'VisbyCF';
    font-weight: 700;
    line-height: 50px;
}

.market-content p {
    font-size: 19px;
    padding-top: 30px;
    font-family: 'VisbyCF';
}

.market-sect .col-md-6 {
    display: flex;
    align-items: center;
    justify-self: center;

}

.col-imgs {
    text-align: center;
}

.market-sect {
    background-position: bottom !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.market-content img {
    margin-bottom: 15px;
}

.digital-page .cta-wrappper:before {
    background-image: url(/assets/images/trinag-obj.png);
    background-position: bottom left;
    bottom: -30px;
}

.digital-page .get-section {
    position: relative;
    margin-bottom: 90px;
}

.div-con2 {
    position: relative;
}

.Things-cont h2 {
    font-size: 50px;
    font-family: 'VisbyCF';
    font-weight: 700;
    line-height: 50px;
}

.Things-cont h3 {
    font-family: 'BebasNeue';
    letter-spacing: 6px;
    color: #313341;
    font-weight: 600;
    margin: 10px 0px;
}

.Things-cont p {
    font-family: 'VisbyCF';
    color: #313341;
    font-size: 18px;
    font-weight: 600;
    margin: 10px auto;
}

.Things-cont {
    text-align: center;
}

.things-crd {
    text-align: center;
    padding: 1px 10px;
}


.things-crd h3 {
    font-family: 'VisbyCF';
    font-size: 33px;
    font-weight: 700;
    margin-top: 50px;
}

.things-crd p {
    font-family: 'VisbyCF';
    font-size: 17px;
    color: #313341;
    font-weight: 500;
}

.things-crd img {
    object-fit: cover;
    width: 430px;
    height: 280px;
}

.Things-sect .row {
    padding-top: 50px;
}

.Things-sect {
    padding: 50px 0px 170px;
}

.Deliver-cont h2 {
    font-size: 60px;
    font-family: 'VisbyCF';
    font-weight: 700;
    line-height: 50px;
    margin: 20px 0px;
}

.Deliver-cont h3 {
    font-family: 'BebasNeue';
    letter-spacing: 6px;
    color: #313341;
    font-weight: 600;
    margin: 10px 0px;
}

.Deliver-cont p {
    font-family: 'VisbyCF';
    color: #0c1824;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 0px;
    width: 80%;
}

.parent-box-wrapper {
    display: flex;
    gap: 20px;
}

.Compaigns-sect {
    background-color: #f6f6f6;
    padding: 103px 0px;
}

.explore-box {
    padding: 10px 40px 10px;
    border-radius: 16px;
    background-color: rgb(255, 255, 255);
    margin-top: 15px;
    width: 350px;
    height: 310px;
}

.explore-box img {
    padding: 40px 0px;
}

.Compaigns-sect .col-md-6 {
    display: flex;
    align-items: center;
}

.explore-box-cont h4 {
    color: #0c1824;
    font-size: 21px;
    font-family: 'VisbyCF';
    font-weight: 700;
}

.explore-count {
    color: #0c1824;
    font-size: 50px;
    font-family: 'VisbyCF';
    font-weight: 700;
    padding: 2px 0px 10px;
}

.explore-box-cont h6 {
    color: #494f55;
    font-size: 21px;
    font-family: 'VisbyCF';
    font-weight: 600;
}

.approach-sect {
    padding: 100px 0px;
    background-color: #0c1824;
}

.Smart-img {
    position: relative;
}

.Smart-img img {
    position: relative;
}

.Smart-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: -100px;
    bottom: 0;
    background-image: url(/assets/images/bga.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right;

}

.approach-cont h3 {
    color: #fff;
    font-family: 'BebasNeue';
    letter-spacing: 7px;
    font-size: 21px;
    font-weight: 500;
    margin: 14px 0px;
}

.approach-cont h2 {
    font-size: 60px;
    font-family: 'VisbyCF';
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 0px;
    color: #fff;
}

.approach-cont p {
    color: #fff;
    font-size: 17px;
    padding-top: 30px;
    font-family: 'VisbyCF';
    width: 90%;
}

.tick-wrapper {
    padding: 80px 0px 0px 15px;
}

.tick-box {
    display: flex;
    gap: 10px;
    background-color: #25303a;
    margin-bottom: 35px;
    border-radius: 15px;
    padding: 23px 0px 10px 25px;
    width: 85%;

}

.tick-box-cont h4 {
    color: #fff;
    font-size: 35px;
    font-family: 'VisbyCF';
    font-weight: 700;
}

.tick-box-cont p {
    color: #fff;
    font-size: 15px;
    font-family: 'VisbyCF';
    width: 80%;
}

.seo-page .big-sect .col-md-6 {
    margin: 0;
    padding: 0;
}

.seo-page .big-sect {
    top: 0px;
    position: relative;
    padding: 190px 0px 0px;
}

.seo-page .big-sect:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 30px;
    background-image: url(/assets/images/last.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
}

.seo-page section.testimnoial-sec {
    padding: 150px 0px;
}

.seo-page .big-sect .content-btn {
    margin-top: 60px;
}

.seo-page .right-cont {
    padding-left: 30px;
}

.historic-cont {
    text-align: center;

}

.historic-cont h3 {
    font-family: "Montserrat";
    color: #9ca1aa;
    font-weight: 100;
    margin-top: 20px;
}

.historic-cont h2 {
    font-family: "Montserrat";
    color: #23262c;
    font-weight: 700;
    font-size: 48px;
}

.result-wrapper {
    display: flex;
    justify-content: space-evenly;
    padding: 40px 0px 30px;
}

.result-wrapper h5 {
    font-family: 'Montserrat';
    font-size: 25px;
    font-weight: 600;
}

.result-wrapper h6 {
    font-size: 18px;
    color: #6b727f;
    font-family: 'Montserrat';
    font-weight: 500;
}

.historic-cont p {
    font-size: 20px;
    width: 60%;
    margin: 10px auto;
    color: #6b727f;
    font-weight: 500;
}

.seo-nums {
    text-align: left;
}

.historic-sect a.t-btn {
    margin: 70px auto 0;
}

.historic-sect {
    padding: 110px 0px;
}

.fullseo-services {
    padding: 60px 0px;
}

.seo-right-boxes {
    padding: 90px 10px 0px 90px;
    text-align: end;
}

.seo-box-head {
    font-size: 24px;
    margin: 37px 0;
    font-family: 'Montserrat';
    font-weight: 700;
}

.seo-box-para {
    font-size: 19px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #6b727f;
}

.seo-left-boxes {
    text-align: left;
    padding: 80px 90px 0px 10px;
}

.website-page .ban-imgs img {
    width: 930px;
    position: relative;
    left: -290px;
    top: 120px;
}

.parent-box-wrapper {
    position: relative;
}

.inner-wrapper {
    position: relative;
}

.parent-box-wrapper:before {
    content: '';
    position: absolute;
    top: 140px;
    left: 80px;
    right: 0;
    bottom: 0;
    background-color: #f4dfdf;
    width: 300px;
    height: 400px;
    margin: 0 auto;
    border-radius: 50px;
    z-index: 0;
}

.contact-taxt h3 {
    color: #313341;
    font-family: 'BebasNeue';
    letter-spacing: 4px;
    font-size: 21px;
    font-weight: 700;
    margin: 28px 0px 5px;
}

.contact-taxt h2 {
    font-size: 60px;
    font-family: 'VisbyCF';
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 0px;
    color: #313341;
}

.contact-taxt p {
    font-size: 20px;
    color: #313341;
    font-weight: 600;
    margin: 0;
    padding: 18px 0px;
}

.heading-add h6 {
    color: #133033;
    font-family: 'VisbyCF';
    font-size: 20px;
    font-weight: 700;
}

.heading-add p {
    font-size: 20px;
    color: #727d7e;
    font-weight: 500;
    font-family: 'VisbyCF';
    width: 85%;
}

.heading-add {
    padding: 15px 0px 15px;
}

.phone-address-text {
    display: flex;
}

.phone-address-text div {
    margin: 0;
    font-size: 20px;
    font-family: 'VisbyCF';
    color: #e41d36;
    font-weight: 600;
}

.phone-address-text div a {
    color: #e41d36;
    font-size: 50px;
    font-weight: 700;
}