/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style Two / Style Three / Style Four

**********************************************/

@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&amp;display=swap');

/* font-family: 'Roboto', sans-serif;
font-family: 'Oswald', sans-serif; */

@import url('font-awesome.css');
@import url('animate.css');
@import url('jquery-ui.css');
@import url('custom-animate.css');
@import url('jquery.bootstrap-touchspin.css');
@font-face {
    font-family: 'SF Pro Display Bold';
    src: url('../fonts/SFPRODISPLAYBOLD.eot');
    src: url('../fonts/SFPRODISPLAYBOLD.eot') format('embedded-opentype'), url('../fonts/SFPRODISPLAYBOLD.svg') format('svg'), url('../fonts/SFPRODISPLAYBOLD.woff') format('woff'), url('../fonts/SFPRODISPLAYBOLD.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display Regular';
    src: url('../fonts/SFPRODISPLAYREGULAR.eot');
    src: url('../fonts/SFPRODISPLAYREGULAR.eot') format('embedded-opentype'), url('../fonts/SFPRODISPLAYREGULAR.svg') format('svg'), url('../fonts/SFPRODISPLAYREGULAR.woff') format('woff'), url('../fonts/SFPRODISPLAYREGULAR.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display Medium';
    src: url('../fonts/SFPRODISPLAYMEDIUM.eot');
    src: url('../fonts/SFPRODISPLAYMEDIUM.eot') format('embedded-opentype'), url('../fonts/SFPRODISPLAYMEDIUM.svg') format('svg'), url('../fonts/SFPRODISPLAYMEDIUM.woff') format('woff'), url('../fonts/SFPRODISPLAYMEDIUM.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


/***

====================================================================
	Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}


/***

====================================================================
	Global Settings
====================================================================

 ***/

body {
    font-family: 'SF Pro Display Regular', sans-serif;
    font-size: 14px;
    color: #777777;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #383979;
}

button {
    cursor: pointer;
    text-decoration: none;
    outline: none !important;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'SF Pro Display Bold', sans-serif;
}

p {
    position: relative;
    line-height: 1.8em;
}

img {
    display: inline-block;
    max-width: 100%;
}

.centered {
    text-align: center;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.pageBtn {
    position: relative;
    display: block;
    width: 159px;
    height: 50px;
    padding: 13px 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    font-family: 'SF Pro Display Regular';
    border-radius: 30px;
    text-align: center;
    letter-spacing: 0.5px;
    transition: 0.5s;
}

.pageBtn:hover {
    background: #f66405 !important;
    color: #fff !important;
}

.pageTitle {
    font-weight: 400;
    font-size: 62px;
    line-height: 75px;
    letter-spacing: 0.01em;
    color: #000000;
    font-family: 'SF Pro Display Bold';
}

h2.pageTitle b {
    font-family: 'SF Pro Display Bold';
}

p.pageText {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.01em;
    color: #4C4B4B;
}

.mb-60 {
    margin-bottom: 60px;
}

.innerFirstSec .contentBox {
    width: 100%;
}

.mb20 {
    margin-bottom: 20px !important;
}

.pageSubTitle {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}


/***

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #0a0a0a;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    color: #ffffff;
    background: #383979;
}

span.rightTopPinkBlurRound {
    position: absolute;
    right: -400px;
    width: 702px;
    height: 702px;
    top: -176px;
    background: rgba(246, 100, 5, 0.05);
    mix-blend-mode: darken;
    filter: blur(100px);
}

.innerFirstSec span.rightTopPinkBlurRound {
    right: -150px;
    width: 702px;
    height: 702px;
    top: -176px;
    background: rgb(246 100 5 / 15%);
}

.mapBoxReal {
    width: 100%;
    height: 300px;
}


/***

====================================================================
	Main Header style
====================================================================

***/

.main-header {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 110px;
}

.main-header .logo-box {
    display: inline-block;
    width: 220px;
}

.main-header .logo-box img {
    width: 100%;
    max-width: 220px;
}

.header-upper {
    position: relative;
    padding: 20px 15px;
}

.header-upper .searchbox {
    position: relative;
    display: inline-block;
    width: 250px;
}

.header-upper .rightSideHeader {
    position: relative;
    display: inline-block;
    width: calc(100% - 230px);
    text-align: right;
}

.header-upper .searchbox input.form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}

.header-upper .searchbox i.fa.fa-search {
    position: absolute;
    top: 5px;
    left: 1px;
    color: #fff;
}

.header-upper .searchbox .form-group {
    position: relative;
}

.header-upper .rightSideHeader .nav-outer {
    position: relative;
    display: inline-block;
}

.header-upper .rightSideHeader .nav-outer .navbar-header button.navbar-toggler {
    display: block;
}

.header-upper .rightSideHeader .nav-outer .navbar-header button.navbar-toggler i.fa.fa-bars {
    color: #fff;
    font-size: 26px;
}

.main-header .rightSideHeader .fixedMenu {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 390px;
    max-width: 390px;
    z-index: 9;
}

.main-header .rightSideHeader nav.navbar.navbar-dark {
    position: relative;
    display: inline-block;
}

.header-upper .rightSideHeader .menuBox {
    display: inline-block;
    width: 100px;
}

.header-upper .rightSideHeader .menuBox nav.navbar {
    padding: 0;
}

.header-upper .rightSideHeader .menuBox nav.navbar button.navbar-toggler {
    border: 0;
}

.header-upper .rightSideHeader .menuBox nav.navbar button.navbar-toggler i {
    color: #fff;
    font-size: 30px;
}

.main-header .rightSideHeader .fixedMenu .innerBox {
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 5px 5px rgb(213 212 212 / 50%);
}

.main-header .fixedMenu a.closeBox {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: #F7F6F6;
    border-radius: 21.0451px;
    color: #4C4B4B;
    text-align: center;
    line-height: 36px;
    font-size: 19px;
    margin-left: auto;
}

.main-header .fixedMenu .menuList {
    margin: 20px 0;
}

.main-header .fixedMenu .menuList ul.listMenu {
    list-style: none;
    text-align: left;
    margin: 0;
}

.main-header .fixedMenu .menuList ul.listMenu li {
    position: relative;
    margin-bottom: 10px;
}

.main-header .fixedMenu .menuList ul.listMenu li a {
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #0E0D0D;
}

.main-header .fixedMenu .menuList ul.listMenu li a:hover {
    color: #F66405;
    font-weight: 600;
}

.main-header .fixedMenu .contactMenu {
    position: relative;
    display: block;
    text-align: left;
}

.main-header .fixedMenu .contactMenu span {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #0E0D0D;
    margin-bottom: 11px;
    position: relative;
    display: block;
}

.main-header .fixedMenu .contactMenu p {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #0E0D0D;
}

.main-header .fixedMenu .contactMenu a {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #0E0D0D;
    position: relative;
    display: inline-block;
}

.main-header .fixedMenu .contactMenu a i {
    color: #F66405;
    margin-right: 13px;
    font-size: 23px;
}

header.main-header.innerHeader .searchbox input.form-control {
    border-color: #CCCCCC;
}

header.main-header.innerHeader .searchbox i.fa.fa-search {
    color: #CCCCCC;
}

header.main-header.innerHeader .menuBox nav.navbar.navbar-dark button.navbar-toggler i {
    color: #0E0D0D;
}

.main-header .fixedMenu .menuList ul.listMenu li.nav-item {
    width: 100%;
    padding: 0;
}

.main-header .fixedMenu .menuList ul.listMenu li.nav-item a {
    padding: 0;
}

.main-header .fixedMenu .menuList ul.listMenu li.nav-item .dropdown-menu {
    position: relative !important;
    left: unset !important;
    top: unset !important;
    width: 100%;
    border: none;
    background: #f2f2f2;
    padding: 10px;
}

.main-header .fixedMenu .menuList ul.listMenu li.nav-item .dropdown-menu a.dropdown-item {
    margin-bottom: 5px;
    font-size: 19px;
}

.main-header .fixedMenu .menuList ul.listMenu li.nav-item .dropdown-menu a.dropdown-item:last-child {
    margin-bottom: 0;
}

.header-upper.mobileMenu {
    display: none;
}

.header-upper.desktopMenu {
    display: block;
}

.main-header .header-upper.desktopMenu {
    background: rgb(255 255 255 / 80%);
}

header.main-header.innerHeader .header-upper.desktopMenu {
    background: transparent;
}

.main-header .header-upper ul.menuList {
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
    width: 100%;
    justify-content: space-between;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.2); */
}

.main-header .header-upper ul.menuList li a {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: flex-end;
    text-align: right;
    color: #000000;
    padding: 9px 12px;
}

.main-header .header-upper ul.menuList li.nav-item.dropdown {
    background: transparent;
    padding: unset;
    width: unset;
}

.main-header .header-upper ul.menuList li.active:after,
.main-header .header-upper ul.menuList li:hover:after {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}

.main-header .header-upper ul.menuList li {
    position: relative;
    height: 100%;
}

.main-header .header-upper ul.menuList li.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.mainSection .carousel.slide {
    width: 100%;
}


/* .main-header .header-upper ul.menuList li.logo-box {
    width: 235px;
} */

.main-header .header-upper ul.menuList li.logo-box a {
    padding: 0;
}

.main-header .header-upper ul.menuList li.logo-box img {
    /* height: 72px; */
    max-width: 100%;
}

.main-header .header-upper ul.menuList li:after {
    content: '';
    background: #F66405;
    width: 100%;
    position: absolute;
    bottom: -17px;
    height: 3px;
    transform: translateX(-55px);
    opacity: 0;
    transition: 0.5s;
    visibility: hidden;
}

.main-header .header-upper ul.menuList li.nav-item.dropdown a:after {
    top: 19px;
    position: absolute;
    right: -1px;
}

.main-header .header-upper ul.menuList li.nav-item.dropdown a {
    position: relative;
}

header.main-header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
}

header.main-header.fixed-header .header-upper.desktopMenu {
    background: #fff;
    box-shadow: 0px 0px 20px 3px rgb(0 0 0 / 38%);
    padding: 5px 15px;
}

.main-header .header-upper ul.menuList li.logo-box:after {
    display: none;
}


/***

====================================================================
	Main Section style
====================================================================

***/

.mainSection {
    position: relative;
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.mainSection:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: #000; */
    /* opacity: 0.6; */
}

.mainSection .contentBox {
    width: 100%;
    position: relative;
    display: block;
    padding-top: 100px;
}

.mainSection span {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #F66405;
    letter-spacing: 0.02em;
    font-family: 'SF Pro Display Regular';
    margin-bottom: 7px;
    position: relative;
    display: block;
}

.mainSection h1 {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 85px;
    letter-spacing: 0.02em;
    font-family: 'SF Pro Display Regular';
    margin-bottom: 20px;
}

.mainSection p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.02em;
    color: #fff;
    font-family: 'SF Pro Display Regular';
    margin-bottom: 25px;
}

a.pageBtn.whiteBg {
    background: #FFFFFF;
    box-shadow: 0px 0px 109px rgba(233, 21, 71, 0.1);
    color: #0E0D0D;
}

.mainSection .carousel .carousel-item .slideItem {
    position: relative;
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.mainSection .carousel .carousel-item .slideItem:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.6;
}

.mainSection .carousel .carousel-item .slideItem .contentBox {
    width: 80%;
    margin: auto;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 0.6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}


/***

====================================================================
	Home About style
====================================================================

***/

.aboutUsSection {
    position: relative;
    display: block;
    padding: 70px 0;
    overflow: hidden;
}

span.leftTopBlurRound {
    position: absolute;
    width: 477px;
    height: 477px;
    left: -211px;
    top: 0;
    background: rgba(110, 188, 182, 0.1);
    filter: blur(125px);
}

span.rightTopBlurRound {
    position: absolute;
    width: 308px;
    height: 308px;
    right: -155px;
    top: 0;
    background: rgba(110, 188, 182, 0.15);
    filter: blur(125px);
}

span.leftBottomBlurRound {
    position: absolute;
    width: 550px;
    height: 550px;
    right: -210px;
    bottom: -225px;
    background: rgba(83, 132, 206, 0.1);
    filter: blur(125px);
}

.pageBtn.blackBg {
    background: #0E0D0D;
    color: #fff !important;
}

.aboutUsSection p.pageText {
    margin-bottom: 25px;
}

.aboutBoxRound {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 142px;
}

.aboutBoxRound img {
    width: 100%;
}

.aboutBoxRound .titleText {
    position: absolute;
    height: 100%;
    /* visibility: visible; */
    opacity: 0.6;
    display: flex;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: rgba(246, 100, 5, 0.7);
    border-radius: 24px;
    transition: 0.1s;
}

.aboutBoxRound img {
    border-radius: 24px;
}

.aboutBoxRound .titleText h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 56px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    position: relative;
    display: block;
    font-family: 'SF Pro Display Regular';
}

.aboutBoxRound:hover .titleText {
    visibility: hidden;
    opacity: 0;
    height: 0%;
}

.aboutBoxRound.topSpace {
    margin-top: 100px;
}


/***

====================================================================
	Home Branches style
====================================================================

***/

.branchesSection {
    position: relative;
    display: block;
    background: #FFFCF7;
    padding: 70px 0;
}

.branchesSection h2.pageTitle {
    text-align: center;
    font-family: 'SF Pro Display Regular';
}

.branchesSection p.pageText {
    text-align: center;
    width: 73%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

span.lineOrange {
    position: absolute;
    top: 0;
    left: 0;
    height: 88%;
    width: 2px;
    background: #A7A6A6;
}

.mapNavLine {
    display: inline-block;
    width: 40%;
    top: 0;
    height: 100%;
    vertical-align: top;
}

.mapNavLine ul.countryName {
    position: relative;
    display: flex;
    height: 88%;
    justify-content: space-between;
    flex-direction: column;
    top: 0;
    align-items: baseline;
    list-style: none;
    margin: 0;
}

ul.countyList {
    position: relative;
    display: inline-block;
    width: 59%;
    margin-bottom: 0;
    list-style: none;
}

.mapNavLine ul.countryName li a {
    position: relative;
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
    letter-spacing: 0.02em;
    /* color: #0E0D0D; */
    text-decoration: none;
}

.mapNavLine ul.countryName li:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 15px;
    left: -17px;
    border-radius: 50%;
    border: 1px solid #F66405;
}

.mapNavLine ul.countryName li {
    position: relative;
}

ul.countyList li {
    position: relative;
    margin-bottom: 5px;
}

ul.countyList li a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #0E0D0D;
    text-decoration: none;
    width: 100%;
    display: block;
}


/* .mapNavLine.second span.lineOrange:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 2px;
    background: #F66405;
} */


/* .mapNavLine.second ul.countryName li:nth-child(1):before,
.mapNavLine.second ul.countryName li:nth-child(2):before {
    background: #F66405;
}

.mapNavLine.second ul.countryName li:nth-child(1) a,
.mapNavLine.second ul.countryName li:nth-child(2) a {
    color: #F66405;
}

.mapNavLine.first ul.countryName li:nth-child(1):before {
    background: #F66405;
} */

.mapNavLine.first span.lineOrange:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 8%;
    width: 2px;
    background: #F66405;
}

.mapNavLine.thid ul.countryName li:nth-child(1):before,
.mapNavLine.thid ul.countryName li:nth-child(2):before,
.mapNavLine.thid ul.countryName li:nth-child(3):before {
    background: #F66405;
}

.mapNavLine.third span.lineOrange:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background: #F66405;
}

/* Removed section separator lines */


/***

====================================================================
	Home Product style
====================================================================

***/

.productSection {
    position: relative;
    display: block;
    background: #FFFCF7;
    padding: 70px 0;
}

.productSection h2.pageTitle {
    font-family: 'SF Pro Display Regular';
    font-size: 62px;
    margin-bottom: 60px;
}

.productSection a.pageBtn.blackBg {
    margin-left: auto;
}

.productSection .col-lg-6.col-sm-12.text-right {
    align-items: center;
    display: flex;
    margin-top: -60px;
}

.productBox {
    position: relative;
    display: block;
    width: 100%;
}

.productBox .imageBox {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 20px;
}

.productBox .imageBox img {
    border-radius: 20px;
}

.productBox .innerContent {
    position: relative;
    display: block;
    width: 100%;
}

.productBox .innerContent a.productLink {
    position: relative;
    display: inline-block;
    width: 30px;
}

.productBox .innerContent .content {
    display: inline-block;
    width: calc(100% - 33px);
    vertical-align: middle;
    padding-top: 10px;
    padding-left: 4px;
}

.productBox .innerContent .content h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #0E0D0D;
}

.productBox .innerContent .content .priceText {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #0E0D0D;
    font-family: 'SF Pro Display Bold';
    margin: 0;
}

.productBox .innerContent a.productLink i {
    color: #F66405;
    transform: matrix(0.64, -0.77, 0.77, 0.64, 0, 0);
    font-size: 24px;
    margin-left: 5px;
}


/***

====================================================================
	Home Instagram style
====================================================================

***/

.instaSection {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.instaSection .col-lg-8 {
    padding: 0;
}

.instaSection .col-lg-4.col-md-6.col-sm-12.oderSet {
    padding: 0;
}

.instaBox {
    position: relative;
    display: block;
    max-width: 100%;
    height: 100%;
}

.instaBox .instaBg {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    /* transition: 0.5s; */
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(148.56deg, rgba(81, 91, 212, 0.6) -21.38%, rgba(129, 52, 175, 0.6) 15.73%, rgba(221, 42, 123, 0.6) 47.47%, rgba(245, 133, 41, 0.6) 89.15%, rgba(254, 218, 119, 0.6) 116.37%);
}


/* .instaBox img {
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 407px;
} */


/* .instaBox.largeImg img {
    height: 814px;
} */


/* .instaBox.largeImg {
    height: 814px;
} */

.instaBox .instaBg a {
    font-size: 30px;
    color: #fff;
}

.instaBox:hover .instaBg {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
}


/***
====================================================================
	Home Latest News style
====================================================================

***/

.latestNewsSection {
    position: relative;
    display: block;
    width: 100%;
    background: #0E0D0D;
    padding: 70px 0;
}

.latestNewsSection h2.pageTitle {
    color: #fff;
    margin-bottom: 60px;
    font-family: 'SF Pro Display Regular';
}

.blogBox {
    position: relative;
    display: block;
    width: 100%;
}

.blogBox .blogImg {
    width: 100%;
    position: relative;
    display: block;
    border-radius: 16px;
}

.blogBox .blogImg img {
    border-radius: 16px;
    width: 100%;
}

.blogBox .innerContent {
    position: relative;
    display: block;
    width: 100%;
    transition: 0.9s;
}

.blogBox .innerContent .content {
    position: relative;
    display: inline-block;
    width: calc(100% - 33px);
    vertical-align: middle;
    padding-top: 15px;
    padding-left: 15px;
}

.blogBox .innerContent a.productLink {
    position: relative;
    display: inline-block;
    width: 30px;
}

.blogBox .innerContent a.productLink i {
    color: #fff;
    transform: matrix(0.64, -0.77, 0.77, 0.64, 0, 0);
    font-size: 24px;
    margin-left: 5px;
}

.blogBox .innerContent .content h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 0.02em;
    color: #fff;
    font-family: 'SF Pro Display Regular';
    margin-bottom: 10px;
}

.blogBox .innerContent .content .date {
    margin: 0;
    position: relative;
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
}

.blogBox .blogImg:before {
    content: '';
    width: 100%;
    height: 0;
    background: #F66405;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 16px;
    opacity: 0.5;
    transition: 0.7s;
}

.blogBox:hover .blogImg:before {
    height: 100%;
}

.latestNewsSection a.pageBtn.borderBg {
    text-align: center;
    margin: 40px auto 0;
}

a.pageBtn.borderBg {
    border: 1px solid #fff;
    color: #fff;
}


/***
====================================================================
	Home Client style
====================================================================

***/

.clientName {
    position: relative;
    display: block;
    width: 100%;
    background: #F66405;
}

ul.clientList {
    list-style: none;
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    margin-top: -5px;
}

ul.clientList li {
    font-style: normal;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    padding-left: 30px;
    position: relative;
    padding-right: 30px;
}

ul.clientList li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    top: 18px;
    left: 3px;
}

.clientName marquee {
    display: flex;
    align-items: center;
    justify-content: center;
}


/***
====================================================================
	Home Subscriber style
====================================================================

***/

.subscriberSec {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
}

.subscriberSec h2.pageTitle {
    text-align: center;
    font-family: 'SF Pro Display Regular';
    margin-bottom: 5px;
}

.subscriberSec p.pageText {
    text-align: center;
}

form.subscriberForm {
    background: #FFFFFF;
    border: 2px solid #CCCCCC;
    border-radius: 30px;
    position: relative;
    padding: 5px 0;
}

form.subscriberForm input {
    padding: 12px 20px;
    width: 100%;
    border-radius: 30px;
}

form.subscriberForm button.subBtn {
    position: absolute;
    top: 3px;
    right: 4px;
}


/***
====================================================================
	Home Footer style
====================================================================

***/

footer.mainFooter {
    position: relative;
    display: block;
    width: 100%;
    padding: 40px 0;
    overflow: hidden;
}

.mainFooter ul.quickLinks {
    margin: 0;
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.mainFooter ul.quickLinks li {
    display: inline-block;
    position: relative;
    padding: 0 24px;
}

.mainFooter ul.quickLinks li a {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #0E0D0D;
}

.mainFooter ul.quickLinks li a:hover {
    color: #e47d37;
}

.mainFooter ul.quickLinks li:before {
    content: '';
    width: 0;
    height: 0;
    background: #D9D9D9;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: 0;
}

.mainFooter ul.socialLinks {
    position: relative;
    display: block;
    width: 100%;
    list-style: none;
    margin: 17px auto 0;
    text-align: center;
}

.mainFooter ul.socialLinks li {
    display: inline-block;
    background: #0E0D0D;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin: 0 7px;
}

.mainFooter ul.socialLinks li a {
    color: #fff;
    font-size: 14px;
    position: relative;
    top: 5px;
}

.mainFooter p.pageText {
    margin: 0;
}

.mainFooter p.pageText a {
    color: #F66405;
}

.mainFooter p.pageText:first-child {
    font-weight: 600;
    color: #000;
}

.mainFooter p.pageText:last-child {
    font-size: 18px;
}

footer.mainFooter img.footerlogo {
    width: 125px;
    margin-left: 51px;
}


/***
====================================================================
	About Page style
====================================================================

***/

.aboutUsSec {
    position: relative;
    display: block;
    padding-top: 197px;
    overflow: hidden;
    padding-bottom: 43px;
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 1) 47%, #0E0D0D 47%); */
}

span.subTitle {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.02em;
    color: #F66405;
}

.aboutUsSec span.subTitle.width80 {
    display: block;
    margin-bottom: 6px;
}

h2.pageTitle.normalFont {
    font-family: 'SF Pro Display Regular';
}

.aboutUsSec h2.pageTitle {
    margin-bottom: 67px;
}

img.fullImage {
    width: 100%;
    display: block;
}

.aboutUsSec img.fullImage {
    margin-bottom: 60px;
}

.width80 {
    width: 86%;
    margin-left: auto;
    margin-right: auto;
}

.testimonialSec {
    position: relative;
    display: block;
    width: 100%;
    padding: 60px 0;
    background: #0E0D0D;
}

.testimonialSec span.subTitle {
    text-align: center;
    display: block;
}

.testimonialSec h2.pageTitle {
    text-align: center;
    margin-bottom: 40px;
}

.testimonialSec .carousel {
    background: #F66405;
    border-radius: 30px;
    padding: 51px 40px 36px;
    text-align: center;
    overflow: hidden;
}

.testimonialSec .carousel:before {
    content: '';
    position: absolute;
    width: 228.44px;
    height: 228.44px;
    bottom: -26px;
    right: -26px;
    border-radius: 50%;
    border: 40px solid rgba(255, 255, 255, 0.08);
}

.testimonialSec .carousel:after {
    content: '';
    position: absolute;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    border: 40px solid rgba(255, 255, 255, 0.08);
    bottom: -146px;
    right: -146px;
}

.testiBox {
    position: relative;
    display: block;
    width: 76%;
    margin: auto;
}

.testiBox p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.testiBox p:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    font-size: 19px;
    position: absolute;
    top: -6px;
    left: -10px;
}

.testiBox p:after {
    content: "\f10d";
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    font-size: 19px;
    position: absolute;
    bottom: -6px;
    right: -10px;
    transform: rotate(180deg);
}

.testiBox .userBox {
    position: relative;
    display: block;
}

.testiBox .userBox h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 6px;
}

.testiBox .userBox span {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}

.testimonialSec .carousel a.carousel-control-prev {
    width: 50px;
    height: 50px;
    right: 110px;
    bottom: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    position: absolute;
    left: unset;
    top: unset;
    opacity: 1;
    z-index: 9;
}

.testimonialSec .carousel a.carousel-control-next {
    width: 50px;
    height: 50px;
    right: 39px;
    bottom: 40px;
    background: #fff;
    border-radius: 30px;
    top: unset;
    left: unset;
    opacity: 1;
    z-index: 9;
}

.testimonialSec .carousel a.carousel-control-next span.carousel-control-next-icon {
    filter: invert(0.6);
}

.clientsSection {
    position: relative;
    display: block;
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
}

.clientsSection .container {
    background: #fff;
    position: relative;
    padding: 40px;
}

.clientsSection .clientLogos {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.clientsSection .clientLogos .clientLogo {
    position: relative;
    display: inline-flex;
    width: 20%;
}

.clientLogo a {
    border: 1px solid #f66405;
    margin: 7px;
}

.clientsSection span.leftTopBlurRound {
    margin-top: -200px;
    background: rgba(110, 188, 182, 0.15);
}

span.rightTopDiffBlurRound {
    position: absolute;
    width: 477px;
    height: 477px;
    background: rgba(246, 100, 5, 0.1);
    filter: blur(125px);
    bottom: -79px;
    right: -90px;
}

span.rightBottomBlurRound {
    position: absolute;
    width: 531px;
    height: 531px;
    left: -246px;
    bottom: -200px;
    background: rgba(110, 188, 182, 0.15);
    filter: blur(125px);
}


/***
====================================================================
	Team Page style
====================================================================

***/

.innerFirstSec {
    position: relative;
    display: block;
    padding-top: 197px;
    overflow: hidden;
    padding-bottom: 70px;
}

.innerFirstSec h2.pageTitle {
    margin-bottom: 60px;
}

.advisorsSec {
    position: relative;
    display: block;
    width: 100%;
    background: #0E0D0D;
    padding: 70px 0;
}

.textWhite {
    color: #fff;
}

.advisorsSec h2.pageTitle {
    margin-bottom: 40px;
}

.teamBox {
    position: relative;
    display: block;
    width: 100%;
}

.teamBox .imgBox {
    border-radius: 20px;
    position: relative;
    width: 100%;
    background: #EDECEC;
}

.teamBox .imgBox img {
    width: 100%;
}

.teamBox .teamInfo {
    width: 100%;
    position: relative;
    display: block;
}

.teamBox .teamInfo h4 {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    font-family: 'SF Pro Display Regular';
    padding: 17px 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 10px;
}

.teamBox .teamInfo a {
    display: block;
    width: 100%;
    position: relative;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #fff;
    margin-bottom: 6px;
}

.teamBox .teamInfo a.email {
    color: #F66405;
}

.teamBox .teamInfo a i {
    margin-right: 10px;
    font-size: 20px;
}

.nationalTeamSection {
    position: relative;
    display: block;
    width: 100%;
    padding: 70px 0;
    background: #FFFCF7;
}

.nationalTeamSection h2.pageTitle {
    margin-bottom: 60px;
}

.ntTeam {
    position: relative;
    display: block;
    width: 100%;
}

.ntTeam h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0.02em;
    color: #0E0D0D;
    margin-bottom: 4px;
}

.ntTeam a.email {
    display: block;
    width: 100%;
    position: relative;
    font-weight: 400;
    font-size: 19px;
    line-height: 30px;
    align-items: center;
    letter-spacing: 0.02em;
    color: #F66405;
    margin-bottom: 6px;
}

.ntTeam a.email i {
    font-size: 19px;
    margin-right: 7px;
}

.ntTeam a.position {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #0E0D0D;
    position: relative;
    display: block;
}

a.position i {
    color: #4C4B4B;
    font-size: 18px;
    margin-right: 9px;
}

span.borderFooter {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 45px;
    margin-bottom: 30px;
}


/***
====================================================================
	Timeline Page style
====================================================================

***/

.ourTeamSec {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 60%, #0E0D0D 40%);
}

.ourTeamSec img.fullImage {
    margin-bottom: 45px;
}

.ourTeamSec p.pageText {
    color: #fff;
    text-align: center;
}

.timeline {
    position: relative;
    width: 100%;
    padding: 30px 0;
    margin-top: -2px;
}

.timeline .timeline-end,
.timeline .timeline-start {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.timeline .timeline-end p,
.timeline .timeline-start p {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #CCCCCC;
    border-radius: 50%;
}

.timeline .timeline-continue {
    position: relative;
    width: 100%;
    padding: 60px 0;
}

.timeline .timeline-continue .row {
    color: #fff;
    padding: 8px;
    border-radius: 10px;
    position: sticky;
    top: 60px;
    list-style: none;
    height: 80vh;
    background: #0e0d0d;
    animation: 1.5s ease-in;
    /* box-shadow: 0 0 5px 2px rgb(0 0 0 / 50%); */
}

.timeline .timeline-continue {
    padding: 0;
    width: calc(100% - 60px);
    margin: auto;
}

.timeline .timeline-continue .timeline-right.firstTimeline {
    --index: 1;
}

.timeline .timeline-continue .timeline-right.seondTimeline {
    --index: 2;
}

.timeline .timeline-continue .timeline-right.thirdTimeline {
    --index: 3;
}

.timeline .timeline-continue::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background: rgba(255, 255, 255, 0.1);
}

.timeline .row.timeline-left,
.timeline .row.timeline-right .timeline-date {
    text-align: right;
}

.timeline .row.timeline-right,
.timeline .row.timeline-left .timeline-date {
    text-align: left;
}

.timeline .timeline-date {
    margin: 130px 20px 1px 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #FF892A;
}

.timeline .timeline-date::after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 15px;
    z-index: 1;
    width: 10px;
    height: 10px;
    right: -40px !IMPORTANT;
    top: 12px;
    background: #0E0D0D;
    border: 2px solid #FF892A;
}

.timeline .row.timeline-left .timeline-date::after {
    left: -7px;
}

.timeline .row.timeline-right .timeline-date::after {
    right: -7px;
}

.timeline .timeline-text h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.02em;
    color: #fff;
}

.timeline .timeline-text p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.7);
    max-width: 391px;
    text-align: justify;
}

.timeline-img {
    position: absolute;
}

.timeline-thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    margin-bottom: 30px;
}

.timeline-thumb:before {
    content: '';
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    position: absolute;
}

.timeline-thumb img {
    /* width: max-content; */
    width: 40px;
    z-index: 9;
}

.timeline-text {
    position: relative;
    display: block;
    padding-bottom: 70px;
}

.timeline-left .timeline-thumb {
    margin-left: auto;
}

.timeline .timeline-left .timeline-text p {
    margin-left: auto;
}

.timeline .timeline-left .timeline-img {
    right: 0;
}

.timeline .timeline-left p.timeline-date:after {
    right: unset !important;
    left: -20px !important;
}


/***
====================================================================
	Our Program Page style
====================================================================

***/

#portfolio {
    margin: 1rem 0;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}

.tile {
    display: inline-block;
}

.scale-anm {
    margin: 0;
    width: 100%;
    border: 0px solid #ccc;
}

.tile img {
    max-width: 100%;
    height: 150px;
    display: block;
    width: 100%;
    max-height: 150px;
}

.filterBox {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}

.filterBox .filters {
    position: relative;
    display: inline-block;
    width: 60%;
}

.filterBox .filters ul {
    margin: 0;
    /* display: flex; */
    list-style: none;
    flex-wrap: wrap;
}

.filterBox .filters ul li {
    background: #FFFFFF;
    border: 1px solid rgba(246, 100, 5, 0.5);
    border-radius: 20px;
    flex: none;
    order: 1;
    flex-grow: 0;
    padding: 9px 20px;
    color: #0E0D0D;
    gap: 3px;
    font-weight: 400;
    font-size: 14px;
    display: inline-flex;
    line-height: 20px;
    margin: 0 4px 8px 0;
    cursor: pointer;
}

.filterBox .filterDropDown {
    position: relative;
    display: inline-block;
    width: 39%;
    vertical-align: top;
}

.filterDropDown .dropdown {
    display: inline-block;
    margin: 0 8px 0 0;
}

.filterDropDown .dropdown button {
    background: #FFFFFF;
    border: 1px solid #EDECEC;
    border-radius: 65px;
    color: #0E0D0D;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    padding: 9px 20px;
    gap: 10px;
}

.filterBox .filters ul li.active {
    background: #0E0D0D;
    border: 1px solid #EDECEC;
    color: #fff;
}

.filterDropDown .btn-secondary:not(:disabled):not(.disabled).active,
.filterDropDown .btn-secondary:not(:disabled):not(.disabled):active,
.filterDropDown .show>.btn-secondary.dropdown-toggle,
.filterDropDown .dropdown button:active {
    background: #F88031 !important;
    border-color: #F88031 !important;
}

.filterDropDown .dropdown button:focus {
    box-shadow: 0 0 0 0.2rem rgb(248 128 49 / 58%) !important;
}

section.ourProgramSec {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
}

.filters-content.newsBox {
    cursor: pointer;
}

.ourProgramSec span.leftBottomBlurRound {
    top: -180px;
    bottom: unset;
}

.ourProgramSec .filters-content .item {
    position: relative;
    display: block;
    width: 100%;
}

.ourProgramSec .filters-content .item .p-inner {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(49, 48, 71, 0.6);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 16px;
    opacity: 0;
    visibility: hidden;
    transform: translate(-10px, -10px);
    transition: 0.8s;
}

.ourProgramSec .filters-content {
    column-gap: 0 !important;
}

.ourProgramSec .filters-content .tile {
    margin: -7px 0 0 0 !important;
    border: none;
}

.ourProgramSec .filters-content .item:hover .p-inner {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}

.ourProgramSec .filters-content .item .p-inner .cat {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FF892A;
}

.ourProgramSec .filters-content .item .p-inner h5 {
    position: relative;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.ourProgramSec .filters-content .item .p-inner span.date {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #EDECEC;
    position: relative;
}

.ourProgramSec .filters-content .item img {
    object-fit: cover;
}


/***
====================================================================
	News Page style
====================================================================

***/

.ourProgramSec .filters-content .newsItem {
    background: #FFFCF7;
    border-radius: 20px;
    padding: 20px;
    transition: 0.7s;
}

.ourProgramSec .filters-content.newsBox {
    column-gap: 20px !important;
}

.ourProgramSec .filters-content.newsBox .tile {
    margin: 0 0 20px 0 !important;
}

.ourProgramSec .filters-content .newsItem img {
    object-fit: cover;
}

.ourProgramSec .filters-content .newsItem .p-inner {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 15px;
}

.ourProgramSec .filters-content .newsItem .p-inner .cat {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #F66405;
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.ourProgramSec .filters-content .newsItem .p-inner h5 {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.02em;
    color: #000000;
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.ourProgramSec .filters-content .newsItem .p-inner span.date {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #868585;
}

.ourProgramSec .filters-content .newsItem:hover {
    box-shadow: 0 0 12px 5px rgb(223 223 223);
}

.pagigantionBox {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.pagigantionBox ul.pagiganation {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0;
    list-style: none;
}

.pagigantionBox ul.pagiganation li {
    position: relative;
    margin: 0 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pagigantionBox ul.pagiganation li a {
    padding: 8px;
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #EDECEC;
    border-radius: 32px;
    line-height: 19px;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    color: #333;
}

.pagigantionBox ul.pagiganation li:hover a {
    background: #F66405;
    color: #fff;
}


/***
====================================================================
	Shop Page style
====================================================================

***/

.shopBanner {
    position: relative;
    display: block;
    width: 100%;
    background: rgb(255 223 177 / 60%);
    border-radius: 20px;
    padding: 58px 97px;
    overflow: hidden;
}

.shopTitle {
    font-weight: 400;
    font-size: 56px;
    line-height: 65px;
    letter-spacing: -0.02em;
    color: #0E0D0D;
    font-family: 'SF Pro Display Regular', sans-serif;
    margin-bottom: 9px;
}

.shopTitle b {
    font-family: 'SF Pro Display Bold', sans-serif;
}

a.pageBtn.blackBorderBg {
    border: 1px solid #0E0D0D;
    color: #0E0D0D;
}

.shopBanner:before {
    content: '';
    background: url('../images/shopBackgroundImage.png');
    position: absolute;
    top: 0;
    right: 0;
    background-size: contain;
    width: 740px;
    height: 100%;
}

.kidsCollectionSec {
    position: relative;
    display: block;
    width: 100%;
}

.kidsCollectionSec a.pageBtn.blackBorderBg {
    margin-left: auto;
}

.kidsCollectionSec .productBox .imageBG {
    overflow: hidden;
    position: relative;
    display: flex;
    width: 100%;
    padding: 50px 50px 0;
    border-radius: 20px;
    height: 562px;
    align-items: flex-end;
}

.imageBG.skinClr {
    background: #ECD3C6;
}

.imageBG.lightPurpleClr {
    background: #E8D3D6;
}

.imageBG.lightBlueClr {
    background: #C9D5E4;
}

.kidsCollectionSec .productBox:hover .imageBG img {
    transform: scale(1.2);
}

.kidsCollectionSec .productBox .imageBG img {
    transition: 1.4s;
}

.adsSecction {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 60px;
    overflow: hidden;
}

.adsSecction .row {
    background: #DAE0DA;
    border-radius: 20px;
    height: 447px;
    overflow: hidden;
    position: relative;
}

.adsSecction .innerPadding {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 90px;
}

.adsSecction img.fullLength {
    height: 100%;
    width: auto;
    object-fit: cover;
}

.adsSecction .row:before {
    content: '';
    background: url('../images/shopMerchantBackground.png');
    position: absolute;
    top: 0;
    right: -34px;
    background-size: contain;
    width: 740px;
    height: 100%;
}

.specialCollection {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 60px 0 121px;
}

.specialBox {
    position: relative;
    display: block;
    width: 100%;
    background: #F2E7D6;
    border-radius: 20px;
    text-align: center;
    padding: 61px;
}

.specialBox .imageBox {
    position: relative;
    width: 100%;
}

.specialBox .innerText {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 25px;
}

.specialBox .innerText h3.shopTitle {
    font-size: 46px;
    line-height: 56px;
}

.specialBox .innerText p.pageText {
    margin-bottom: 0;
}

.specialBox .imageBox img {
    height: 417px;
    object-fit: cover;
}


/* .specialBox:hover .imageBox img {
    animation: animName 3s linear infinite;
}

@keyframes animName {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
} */

.kidsCollectionSec h2.shopTitle {
    margin-bottom: 40px;
}

.specialCollection span.leftTopBlurRound {
    top: -476px;
}

.kidsCollectionSec {
    overflow: hidden;
}

.kidsCollectionSec span.leftTopBlurRound {
    top: unset;
    bottom: -467px;
}


/***
====================================================================
	Videos Page style
====================================================================

***/

section.videosSec {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    padding-bottom: 100px;
}

.videobox {
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
    padding-bottom: 20px;
}

.videobox iframe {
    position: relative;
    display: block;
    z-index: 0;
}

.videobox .clickIcon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: #f66405;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}


/***
====================================================================
	Chapter Details Page style
====================================================================

***/

.ourChepterSec p.pageText,
.teamChapter p.pageText {
    font-size: 24px !important;
    text-align: left !important;
}

.ourChepterSec:after {
    content: '';
    width: 85%;
    position: absolute;
    bottom: 0;
    background: #CCCCCC;
    margin: auto;
    height: 1px;
    left: 0;
    right: 0;
}

.newsSocialLinks p {
    color: #fff;
    font-size: 22px;
    margin-top: 60px;
}

.newsSocialLinks ul.socialLinks {
    position: relative;
    display: block;
    width: 100%;
    list-style: none;
    margin: 17px auto 0;
}

.newsSocialLinks ul.socialLinks li {
    display: inline-block;
    background: #3E3D3D;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin: 0 7px;
    transition: all 0.8s;
}

.newsSocialLinks ul.socialLinks li:hover,
.newsSocialLinks ul.socialLinks li:focus {
    background: #F66405;
}

.newsSocialLinks ul.socialLinks li a {
    color: #fff;
    font-size: 14px;
    position: relative;
    top: 5px;
}

.newsSocialLinks ul.socialLinks li a i {
    display: table;
    margin: 0px auto;
}

.textWhite {
    color: #fff !important;
}

.teamChapter .content .date {
    color: #868585 !important;
}


/***
====================================================================
	Get Involved Page style
====================================================================

***/


/* Checkbox CSS Start */


/* The checkbox_container */

.checkbox_container {
    display: block;
    position: relative;
    padding-top: 3px;
    padding-left: 30px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 5px;
    left: 0px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    transition: all 0.8s;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.checkbox_container:hover input~.checkmark {
    background-color: #F66405;
}


/* When the checkbox is checked, add a blue background */

.checkbox_container input:checked~.checkmark {
    background-color: #F66405;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.checkbox_container input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.checkbox_container .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Checkbox CSS End */


/* Tab CSS Start */

ul#pills-tab {
    margin: 0px !important;
}

li.nav-item {
    width: 25%;
    background: #fff;
    padding: 40px 25px 0px 25px;
}

@media (max-width: 819px) {
    li.nav-item {
        width: 100%;
    }
    .giTextWrap img {
        margin: 20px auto;
        display: block;
    }
}

.nav-pills .nav-link.active {
    font-size: 16px;
    color: #0E0D0D;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    font-style: normal;
    padding: 13px 20px;
    background: #EDECEC;
    border-radius: 30px;
}

.nav-pills .nav-link {
    font-size: 16px;
    color: #0E0D0D;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    font-style: normal;
    padding: 13px 20px;
    border-radius: 30px;
    transition: all 0.8s;
}

.nav-pills .nav-link:hover {
    color: #0E0D0D;
    background: #EDECEC;
    border-radius: 30px;
}

.form-label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4C4B4B;
}

.formBG {
    /* padding: 40px; */
    background: #fff;
    padding-left: 0px;
}

.formBG span {
    color: #f00;
}

.formBG input {
    height: 54px;
    padding: 16px 20px;
    background: #FFFFFF;
    border-radius: 15px;
    border: 1px solid #EDECEC;
}

.formBG input:focus,
.formBG textarea:focus {
    outline: 0;
    border-color: #F66405;
    box-shadow: 0 0 0 0.2rem rgb(246 100 5 / 25%);
}

.formBG textarea {
    resize: none;
    height: 137px;
    border-radius: 20px;
    border: 1px solid #EDECEC;
}

.formBG button {
    width: 159px;
    height: 50px;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    padding: 13px 20px;
    background: #0E0D0D;
    border-radius: 30px;
    transition: all 0.8s;
    box-shadow: 0px 0px 109px rgba(233, 21, 71, 0.1) !important;
}

.formBG button:hover {
    color: #0E0D0D;
    background: #fff;
    border: 1px solid #0E0D0D;
}

.orangeText {
    color: #F66405;
}

.giTextWrap {
    padding: 45px 50px;
}

.giTextWrap h2 {
    margin-bottom: 30px !important;
}

.giTextWrap p {
    color: #4C4B4B;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    font-style: normal;
    padding-bottom: 20px;
    letter-spacing: -0.02em;
}

.giTextWrap img {
    margin-bottom: 20px;
}

.giTextWrap a {
    color: #0E0D0D;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    padding: 13px 20px;
    border-radius: 30px;
    transition: all 0.8s;
    border: 1px solid #0E0D0D;
}

.giTextWrap a:hover {
    color: #fff;
    background: #0E0D0D;
}


/* Tab CSS End */

.ganeshImg {
    margin-top: 20px;
    margin: 20px auto 0;
}

.ganeshImg li {
    list-style: none;
    margin-right: 20px;
    display: inline-block;
}

@media (max-width: 1279px) {
    .ganeshImg li {
        margin: 0 auto;
        display: block;
    }
}

@media (min-width:1255px) and (max-width:1326px) {
    .mainFooter ul.quickLinks li {
        padding: 0 21px;
    }
}

@media (min-width:1024px) and (max-width:1254px) {
    .mainFooter ul.quickLinks li {
        padding: 0 10px;
    }
    .productSection h2.pageTitle {
        font-size: 52px;
    }
    .pageTitle {
        font-size: 60px;
        line-height: 70px;
    }
    .ntTeam h4 {
        font-size: 25px;
        line-height: 31px;
    }
    .teamBox .teamInfo a,
    .ntTeam a.email {
        font-size: 16px;
        line-height: 25px;
    }
    .kidsCollectionSec .productBox .imageBG {
        height: auto;
    }
    .kidsCollectionSec .productBox .imageBG img {
        height: 331px;
        object-fit: cover;
    }
    h3.shopTitle {
        font-size: 45px;
        line-height: 56px;
    }
    .specialBox .innerText h3.shopTitle {
        font-size: 36px;
        line-height: 47px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .mainSection,
    .mainSection .carousel .carousel-item .slideItem {
        height: 60vh;
    }
    .mainSection .carousel .carousel-item .slideItem .contentBox {
        width: 92%;
        margin: auto;
    }
    .mainSection h1 {
        font-size: 65px;
        line-height: 70px;
    }
    .mainSection p {
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 0.5px;
    }
    .pageTitle {
        font-size: 55px;
        line-height: 56px;
        letter-spacing: 0.5px;
        margin-bottom: 12px;
    }
    .branchesSection p.pageText {
        width: 100%;
    }
    p.pageText {
        font-size: 20px;
        line-height: 32px;
        letter-spacing: 0.5px;
    }
    .branchesSection img {
        margin: auto;
        display: block;
    }
    .mapNavLine {
        width: 50%;
    }
    ul.countyList {
        width: 49%;
    }
    .instaBox.largeImg,
    .instaBox.largeImg img {
        height: 407px;
    }
    .blogBox {
        margin-bottom: 30px;
    }
    form.subscriberForm {
        width: 75%;
        margin: auto;
    }
    footer.mainFooter .order1.text-right {
        order: 2;
        display: flex;
        flex-direction: column;
    }
    footer.mainFooter .order3 {
        order: 1;
        display: flex;
    }
    footer.mainFooter .order2 {
        order: 3;
    }
    footer.mainFooter ul.quickLinks {
        margin-top: 20px;
    }
    .productSection a.pageBtn.blackBg {
        margin-bottom: 26px;
        margin-right: auto;
        margin-top: 26px;
    }
    .productSection h2.pageTitle {
        text-align: center;
    }
    .productBox .imageBox img {
        width: 100%;
    }
    .productBox {
        margin-bottom: 25px;
    }
    .width80 {
        width: 100%;
    }
    .width80 {
        width: 100%;
    }
    .testiBox {
        width: 96%;
    }
    .testiBox p {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0.5px;
    }
    .testiBox .userBox h4 {
        letter-spacing: 0.5px;
    }
    .clientsSection .clientLogos .clientLogo {
        width: 33.33%;
        justify-content: center;
    }
    .teamBox {
        margin-bottom: 32px;
    }
    .teamBox .teamInfo {
        text-align: center;
    }
    .teamBox .teamInfo a {
        text-align: center;
        display: block;
    }
    .ntTeam {
        margin-bottom: 25px;
        border-bottom: 1px solid #cdcdcd;
        padding-bottom: 16px;
    }
    .ntTeam h4 {
        text-align: center;
    }
    .timeline-img img {
        width: 68%;
    }
    .filterBox .filters ul {
        flex-wrap: wrap;
    }
    .filterBox .filters {
        width: 100%;
        order: 2;
        display: flex;
    }
    .filterBox .filterDropDown {
        display: flex;
        order: 1;
        margin-bottom: 23px;
        justify-content: center;
        width: 100%;
    }
    .filterBox {
        display: flex;
        flex-direction: column;
    }
    .filterBox .filters ul li {
        width: 32%;
        align-items: center;
        justify-content: center;
        margin: 0px 2px 15px;
    }
    /* .ourProgramSec .filters-content {
        column-count: 2 !important;
    } */
    .kidsCollectionSec .productBox .imageBG {
        height: auto;
        width: 80%;
        margin: auto;
        text-align: center;
        justify-content: center;
    }
    .kidsCollectionSec .productBox .imageBG img {
        height: 331px;
        object-fit: cover;
    }
    h3.shopTitle {
        font-size: 45px;
        line-height: 56px;
    }
    .specialBox .innerText h3.shopTitle {
        font-size: 36px;
        line-height: 47px;
    }
    .specialBox {
        margin-bottom: 20px;
        padding: 31px;
    }
    .specialBox:hover .imageBox img {
        height: auto;
    }
    .adsSecction img.fullLength {
        position: absolute;
        bottom: 0;
        right: 0;
        height: 100%;
    }
    .adsSecction .row .col-lg-6.col-sm-12 {
        position: unset;
    }
    .adsSecction .innerPadding {
        padding-left: 15px;
        width: calc(100% - 337px);
        top: 17px;
    }
    .kidsCollectionSec h2.shopTitle {
        margin-bottom: 10px;
        text-align: center;
    }
    .kidsCollectionSec a.pageBtn.blackBorderBg {
        margin: 0 auto 20px;
    }
    .shopBanner {
        padding: 45px;
        text-align: center;
    }
    .shopBanner a.pageBtn.blackBorderBg {
        margin: 0 auto 25px;
    }
    .header-upper.mobileMenu {
        display: block;
    }
    .header-upper.desktopMenu {
        display: none;
    }
}

@media (max-width:767px) {
    .mainSection h1 {
        font-size: 35px;
        line-height: 40px;
        letter-spacing: 0.5px;
        text-align: center;
    }
    .mainSection span {
        text-align: center;
    }
    .mainSection p {
        text-align: center;
    }
    .pageBtn {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .pageTitle {
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 0.5px;
        text-align: center;
        margin-bottom: 15px;
    }
    p.pageText {
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 0.5px;
        text-align: center;
    }
    .mb-60 {
        margin-bottom: 30px;
    }
    .aboutUsSection p.pageText {
        margin-bottom: 15px;
    }
    .aboutBoxRound img {
        width: 250px;
    }
    .aboutBoxRound {
        width: auto;
        margin: 0 auto 25px;
    }
    .aboutBoxRound.topSpace {
        margin-top: 0;
    }
    .branchesSection p.pageText {
        width: 100%;
        margin-bottom: 20px;
    }
    .mapNavLine {
        padding-left: 29px;
        position: relative;
    }
    span.lineOrange {
        left: 14px;
    }
    .productSection h2.pageTitle {
        font-size: 31px;
        margin-bottom: 15px;
    }
    .productSection .col-lg-6.col-sm-12.text-right {
        margin-top: 0;
    }
    .productSection a.pageBtn.blackBg {
        margin-bottom: 26px;
    }
    .productBox {
        margin: 0 auto 20px;
        width: 90%;
    }
    .productBox img {
        width: 100%;
    }
    .instaBox.largeImg,
    .instaBox.largeImg img {
        height: auto;
    }
    .blogBox {
        margin-bottom: 25px;
    }
    form.subscriberForm input {
        font-size: 20px;
    }
    footer.mainFooter img {
        margin: 0 auto 19px;
        display: block;
    }
    .mainFooter ul.quickLinks li {
        width: 49%;
        display: inline-block;
    }
    .mainFooter ul.quickLinks {
        margin-bottom: 20px !important;
        display: block;
    }
    .mainFooter ul.socialLinks {
        margin-bottom: 19px;
    }
    .mainSection,
    .mainSection .carousel .carousel-item .slideItem {
        height: 70vh;
    }
    .mainSection .carousel .carousel-item .slideItem .contentBox {
        width: 92%;
        margin: auto;
    }
    .header-upper .searchbox {
        display: none;
    }
    .main-header .rightSideHeader .fixedMenu {
        width: 100%;
        max-width: none;
    }
    .aboutUsSec h2.pageTitle {
        text-align: center;
        margin-bottom: 35px;
    }
    .contentBox {
        width: 100%;
    }
    .aboutUsSec span.subTitle {
        text-align: center;
        display: block;
    }
    .aboutUsSec {
        padding-top: 150px;
    }
    .width80 {
        width: 100%;
    }
    .testimonialSec .carousel {
        padding: 25px;
        padding-bottom: 100px;
    }
    .testiBox {
        width: 100%;
    }
    .testiBox p {
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 0.5px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .testiBox p:before {
        left: 2px;
    }
    .testiBox p:after {
        right: -1px;
    }
    .testimonialSec .carousel a.carousel-control-next,
    .testimonialSec .carousel a.carousel-control-prev {
        bottom: 23px;
    }
    .clientsSection .clientLogos .clientLogo {
        width: 50%;
        padding: 7px 7px 30px;
    }
    .clientsSection .clientLogos {
        margin-top: 25px;
    }
    .clientsSection .container {
        padding: unset;
        padding-right: 15px;
        padding-left: 15px;
        background: transparent;
    }
    .clientsSection span.subTitle {
        text-align: center;
        display: block;
    }
    footer.mainFooter img.footerlogo {
        margin: auto;
    }
    .innerFirstSec span.subTitle {
        display: block;
        text-align: center;
    }
    .teamBox {
        margin-bottom: 32px;
    }
    .teamBox .teamInfo {
        text-align: center;
    }
    .teamBox .teamInfo a {
        text-align: center;
        display: block;
    }
    .ntTeam {
        margin-bottom: 25px;
        border-bottom: 1px solid #cdcdcd;
        padding-bottom: 16px;
    }
    .ntTeam h4 {
        text-align: center;
    }
    .timeline .timeline-continue::after {
        left: 5px;
    }
    .timeline .timeline-end,
    .timeline .timeline-start,
    .timeline .timeline-year,
    .timeline .row.timeline-left,
    .timeline .row.timeline-right .timeline-date,
    .timeline .row.timeline-right,
    .timeline .row.timeline-left .timeline-date,
    .timeline .timeline-launch {
        text-align: left;
    }
    .timeline .row.timeline-left .timeline-date::after,
    .timeline .row.timeline-right .timeline-date::after {
        left: -20px;
    }
    .timeline .row.timeline-right .timeline-date,
    .timeline .row.timeline-left .timeline-date {
        margin-left: 20px;
    }
    .timeline-img {
        position: relative;
        text-align: right;
    }
    .timeline-img img {
        width: 170px;
    }
    .timeline .row.timeline-right .timeline-date,
    .timeline .row.timeline-left .timeline-date {
        margin-top: -75px;
    }
    .timeline-thumb {
        margin-left: 15px;
        margin-top: 6px;
    }
    .timeline-text {
        margin-left: 21px;
        padding-bottom: 50px;
    }
    .timeline .timeline-text p {
        max-width: 100%;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 0.5px;
    }
    .timeline-left .timeline-thumb {
        margin-left: 20px;
    }
    .timeline .row.timeline-left .col-md-6.d-md-block {
        order: 1;
        display: flex;
        flex-direction: column;
    }
    .timeline .row.timeline-left .col-md-6 {
        order: 2;
    }
    .filterBox .filters ul {
        flex-wrap: wrap;
    }
    .filterBox .filters {
        width: 100%;
        order: 2;
        display: flex;
    }
    .filterBox .filterDropDown {
        display: flex;
        order: 1;
        margin-bottom: 23px;
        justify-content: center;
        width: 100%;
    }
    .filterBox {
        display: flex;
        flex-direction: column;
    }
    .filterBox .filters ul li {
        width: 48%;
        align-items: center;
        justify-content: center;
        margin: 0px 2px 15px;
    }
    .ourProgramSec .filters-content {
        column-count: 1 !important;
    }
    .ourProgramSec .filters-content .tile {
        margin: 0 0 15px !IMPORTANT;
    }
    .shopBanner {
        padding: 20px;
        text-align: center;
        width: 92%;
        margin: auto;
    }
    .shopTitle {
        font-size: 35px;
        line-height: 46px;
    }
    .shopBanner a.pageBtn.blackBorderBg {
        margin-bottom: 21px;
    }
    .kidsCollectionSec h2.shopTitle {
        text-align: center;
        margin-bottom: 16px;
    }
    .kidsCollectionSec a.pageBtn.blackBorderBg {
        margin-bottom: 25px;
    }
    .kidsCollectionSec .productBox .imageBG {
        height: auto;
        padding: 20px 20px 0;
    }
    .kidsCollectionSec .productBox {
        width: 100%;
    }
    .kidsCollectionSec .productBox .imageBG img {
        height: 390px;
        width: auto;
        margin: auto;
    }
    .adsSecction .innerPadding {
        padding: 0;
        top: 25px;
    }
    section.adsSecction {
        padding-left: 15px;
        padding-right: 15px;
    }
    .adsSecction .row {
        padding: 22px;
        text-align: center;
    }
    .adsSecction img.fullLength {
        display: none;
    }
    .specialBox {
        margin-bottom: 30px;
        padding: 25px;
    }
    .specialBox .imageBox img {
        height: auto;
        width: 280px;
    }
    .specialBox .innerText h3.shopTitle {
        font-size: 30px;
        line-height: 40px;
    }
    .header-upper.mobileMenu {
        display: block;
        background: white;
    }
    .header-upper {
        position: relative;
        padding: 0px 15px;
    }
    .header-upper.desktopMenu {
        display: none;
    }
}

.couterSec app-animated {
    position: relative;
    display: block;
    margin-top: 10px;
}

.couterSec app-animated .animated-digit {
    font-weight: 900;
    font-size: 90px;
    letter-spacing: 0.5px;
    line-height: 70px;
    color: #f66405;
}

.couterSec p.text-center {
    font-size: 25px;
    letter-spacing: 0.9px;
    color: #333;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 19px;
}

@media (min-width: 819px) {
    .couterSec .counter2 {
        /* border: 2px solid #F66405; */
        border-radius: 100px;
        /* box-shadow: 0 0 5px 5px rgba(245, 245, 245, 0.5); */
    }
}

.textreadmore {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.card,
.form-card,
.card-body,
.forms-grid,
.row,
.col,
.container,
.container-fluid,
body,
html,
#root,
#main,
#content {
  overflow: visible !important;
}