/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.3
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
}

@font-face {
    font-family: 'constan';
    src: url("/wp-content/uploads/fonts/constan.ttf");
}

@font-face {
    font-family: 'constanb';
    src: url("/wp-content/uploads/fonts/constanb.ttf");
}

body {
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    font-family: "constan";
    letter-spacing: 0px;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'constanb';
}

/* slick */
.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden;
}

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    top: 0;
    left: 0;
}

.slick-track:after, .slick-track:before {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots, .slick-next, .slick-prev {
    position: absolute;
    display: block;
    padding: 0;
}

/* @font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
} */
.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}

.slick-next:before, .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
}

.slick-prev {
    left: -25px;
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: 'Ã¢â€ Â';
}

.slick-next:before, [dir=rtl] .slick-prev:before {
    content: 'Ã¢â€ â€™';
}

.slick-next {
    right: -25px;
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px;
}

[dir=rtl] .slick-next:before {
    content: 'Ã¢â€ Â';
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    bottom: 10px;
    width: 100%;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px !important;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
    width: 9px;
    height: 9px;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: 0;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'Ã¢â‚¬Â¢';
    text-align: center;
    opacity: .25;
    display: none;
    color: #000;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}

.slick-dots > li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #b1b9cb;
    margin: 0 5px;
}

.slick-dots > li.slick-active button {
    background: #351b19;
}

/* end slick */
.header .flex-row {
    height: 100%;
    max-width: 100%;
    justify-content: center;
    image-rendering: -webkit-optimize-contrast;
    align-items: center;
    /* padding: 10px 0; */
    width: 100%;
    height: 100%;
    padding-left: 4.16667vw;
    padding-right: 4.16667vw;
}

.header-main .flex-left {
    flex: none;
    margin: 0 auto;
}

.flex-right {
    margin-left: 0;
}

.flex-right .nav>li {
    margin: 0 !important
}

.header-main .flex-right .nav>li > a {
    padding: 13px 9px;
}

.nav-dropdown>li.html {
    min-width: 210px;
    font-size: 15px;
}

#top-bar .nav>li>a>i {
    font-size: 13px !important;
}

#top-bar.active {
    height: 0;
}

#top-bar.active .container {
    transition: all .5s;
}

.header-nav-main li a {
    color: #fff;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-size: 16px;
    
    padding: 10px 15px;
}

.sub-menu>li>a {
    font-weight: normal;
}

.header-button-1 a {
    padding: 0;
    border: none;
    padding: 12px 32px;
    display: flex;
    height: 100%;
}

.header-button-1 a:hover {
    background: initial !important;
    border: none !important;
    opacity: 1 !important;
    box-shadow: none !important;
}

.header-button-1 a:hover span {
    color: #d26e4b;
}

.header-button-1 a span {
    cursor: pointer;
    align-items: center;
    padding: 0;
    font-size: 16px;
    transition: opacity .3s;
    border-radius: 0;
    background: inherit;
}

.nav-small .nav>li>a, .nav.nav-small>li>a {
    vertical-align: top;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: normal;
    font-size: 0.7rem;
}

.top-bar-nav {
    position: inherit;
}

.header-nav-main {
    justify-content: center;
}

.nav-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.nav-divided>li {
    margin: 0 .7em;
}

.nav {
    width: 100%;
    position: relative;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    /* flex-flow: row wrap; */
    /* -webkit-box-align: end; */
    -ms-flex-align: center;
    align-items: end;
    justify-content: end;
}

.nav>li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    margin: 0 5px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.sub-menu>li>a:hover {
    color: #c47628;
}

.nav li:first-child {
    margin-left: 0 !important;
}

.header-main .nav > li > a {
    padding: 12px 10px;
    border-radius: 4px;
    /* text-transform: uppercase; */
    font-family: "constan";
    font-size: 17px;
}

.header-main .nav > li > a:hover {
    /* background: #4d7830; */
    color: #4d7830;
}

.header-button-2 a.button {
    -webkit-animation: won 1s infinite cubic-bezier(.5,0,0,1);
    -moz-animation: won 1s infinite cubic-bezier(.5, 0, 0, 1);
    -ms-animation: won 1s infinite cubic-bezier(.5, 0, 0, 1);
    animation: won 1s infinite cubic-bezier(.5,0,0,1);
    box-shadow: 0 0 0 0 rgb(0 0 0 / 20%);
}

.stuck .header-main .nav > li > a {
    line-height: initial !important;
}

@-webkit-keyframes won {
    to {
        box-shadow: 0 0 0 15px rgb(149 5 40 / 14%);
    }
}

@-moz-keyframes won {
    to {
        box-shadow: 0 0 0 15px rgb(149 5 40 / 14%);
    }
}

@-ms-keyframes won {
    to {
        box-shadow: 0 0 0 15px rgb(149 5 40 / 14%);
    }
}

@keyframes won {
    to {
        box-shadow: 0 0 0 15px rgb(149 5 40 / 14%);
    }
}

.nav .nav-dropdown {
    min-width: 250px;
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    position: absolute;
    top: 99%;
    left: 0px;
    width: 305px;
    box-shadow: 0 1px 2px 2px rgb(0 0 0 / 4%);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    z-index: 99;
}

.nav > li:hover > .nav-dropdown {
    overflow: visible;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

.top-divider {
    display: none
}

.home #logo path {
  fill: #fff;
}

.header:not(.transparent) .header-nav-main.nav > li > a {
    color: #000 !important;
}

.home .header:not(.transparent) .header-nav-main.nav > li > a {
    color: #ffffff !important;
}

.header .flex-row {
    box-shadow: 0 3px 15px #edecec;
}

.home .header .flex-row {
    box-shadow: none;
}



   .hero-main__inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 4.16667vw;
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        padding-left: 4.16667vw;
        padding-right: 4.16667vw;
    }

.bn h1 {
      color: #fff;
      font-size: 60px;
      line-height: 1.2;
      margin-bottom: 50px;
      max-width: 35rem;
}

    .hero-main__links {
        list-style: none;
        display: block;
        /* margin: 4.25rem 0 0; */
        padding: 0 .5rem 0 0;
        color: #000;
        text-align: right;
        margin-bottom: 0;
    }

.hero-main__link {
    position: relative;
    margin-bottom: 30px;
    padding-right: 1.5rem;
    -webkit-transform: translateY(1.5rem);
    -ms-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
    /* opacity: 0; */
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

.hero-main__link:before {
    position: absolute;
    top: calc(50% - .15rem);
    right: 0;
    display: block;
    width: .25rem;
    height: .25rem;
    background-color: #ce0037;
    border-radius: 50%;
    content: "";
}

.hero-main__link .link-action {
    color: #fff;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    /* color: currentColor; */
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: color;
    transition-property: color;
}

.link-action__text {
        font-size: 1.125rem;
        position: relative;
        z-index: 1;
        color: currentColor;
        text-decoration: none;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: color;
        transition-property: color;
        font-size: 20px;
        line-height: 1.2;
        font-weight: 600;
    }

.hero-main__link .link-action:hover {
    color: hsla(0, 0%, 100%, .6);
}

#header.scroll-up {
  position: fixed;
    top: 0;
    width: 100vw;
    z-index: 110;
    background: #fff;
}

#header.scroll-up #logo path {
    fill: #db2827;
}

#header.scroll-up .header-nav-main li a {
  color: #444 !important
}

.header.transparent .header-wrapper {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

.header.transparent .header-wrapper:hover {
  background-color: #fff
}

.header.transparent .header-wrapper:hover #logo path {
    fill: #db2827;
}

.header.transparent .header-wrapper:hover .header-nav-main li a {
  color: #444 !important
}

/* SECTION */

.factoid{/* height: 900px; */display:flex;/* align-items:center; */overflow:hidden;}

.factoid-container{display:flex;/* gap:60px; *//* padding:60px; */width: 100%;}

/* LEFT */

.factoid-main{/* width:55vw; */position:relative;width: 66.66667vw;min-width: 66.66667vw;}

.factoid-number{font-size: 350px;font-weight:700;color:#d60032;/* font-size: 15.5rem; *//* -webkit-box-align: start; */-ms-flex-align: start;/* align-items: flex-start; *//* display: -webkit-box; */display: -ms-flexbox;/* display: flex; *//* line-height: 1; */}

.factoid-content{/* margin-top:40px; */}

.factoid-place{color:#d60032;font-size: 18px;font-weight: bold;}

.factoid-title{font-size: 30px;font-weight:500;margin: 0 0 20px;color: #000;}

.factoid-btn{border: 1px solid rgba(0,0,0,.2);background:none;padding: 9px 25px;border-radius:30px;cursor:pointer;display: inline-block;font-size: 15px;line-height: 1;color: #000;}

/* background text */

.factoid-bgtext{
position:absolute;
right:0;
top:0;
font-size:220px;
font-weight:700;
color:#e9e9e9;
line-height:180px;
pointer-events:none;
}

/* RIGHT */

.factoid-slider{/* width:360px; *//* overflow:hidden; */background: #fff;}

/* GRID */

.factoid-grid{display:grid;grid-template-columns:repeat(3,360px);grid-template-rows:repeat(2,260px);display: grid;-ms-grid-rows: 25rem 25rem;grid-template-rows: 25rem 25rem;grid-template-columns: repeat(auto-fill, 33.33333vw);grid-auto-flow: column;}

/* CARD */

.fact-card{background:white;/* border:1px solid #e5e5e5; */padding:40px;position:relative;width: 33.33333vw !important;height: 100%;padding: 2rem 4.16667vw 3.5rem;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;overflow: hidden;}

.fact-card.red{background:#d60032;color:white;/* border-radius:40px 0 0 40px; */border-bottom-left-radius: 3rem;}

.card-num{/* font-size:60px; */font-weight:700;color:#d60032;font-size: 6rem;line-height: 1;margin-bottom: 30px;}

.fact-card.red .card-num{
color:white;
}

.fact-card span{font-size: 18PX;display:block;margin-top:5px;font-weight: bold;line-height: 1.3;}

.fact-card h3{margin-top:40px;font-size: 28px;margin-top: auto;color: #000;}

.fact-card.company{
display:flex;
align-items:center;
justify-content:center;
font-size:18px;
}

.s1 .factoid-block__inner {
  padding-left: 4.16667vw;
  padding-right: 4.16667vw;
  background: #f4f4f4;
  /* max-width: 800px; */
}

.l-dmsp {
      padding: 150px 30px 0 30px;
}

.factoid-slider .fact-card:not(:first-child):not(:last-child):before {
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
}

.factoid-slider .fact-card:not(:first-child):not(:last-child):before {
    position: absolute;
    content: "";
    background-color: #d8d8d8;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
}

.factoid-slider .fact-card:not(:first-child):not(:last-child):after {
    position: absolute;
    content: "";
    background-color: #d8d8d8;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
   
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
}

.ct-s1 {
  display: flex;
  /* align-items: center; */
  gap: 100px;
  position: relative;
  z-index: 2;
}

.card-factoid__typography {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: -150px;
  height: 100%;
  z-index: 1;
}

.ct-s1 p {
  width: 60%;
}

.card-factoid__button {
      top: 2rem;
    right: 4.16667vw;
    margin-top: 1.125rem;
    position: absolute;
}

.card-factoid__button a {
      margin: 0;
      border: none;
      font-size: 16px;
      line-height: 1.2;
      font-weight: normal;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      padding: 7px 20px;
      /* height: 2.75rem; */
      border: 1px solid rgba(0, 0, 0, .2);
      border-radius: 1.875rem;
      background-color: rgba(0, 0, 0, 0);
      color: #000;
      text-decoration: none !important;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      cursor: pointer;
      overflow: hidden;
      -webkit-transition-timing-function: ease;
      transition-timing-function: ease;
      -webkit-transition-duration: .3s;
      transition-duration: .3s;
      -webkit-transition-property: color, border-color;
      transition-property: color, border-color;
}

.card-factoid__button a span {
  font-size: 15px;
    display: block;
    margin-top: 0;
    font-weight: normal;
    line-height: 1.2;
}

.fact-card.red h3 {
  color: #fff
}

.fact-card.red .card-factoid__button a {
  color: #fff;
  border: 1px solid #fff;
}

/* css s2 */

.business{position:relative;display:flex;height: 800px;padding: 0 0 0 4.16667vw;}

.col-left{width:50%;/* background:#efefef; */padding: 55px 0;position:relative;z-index: 1;}

.col-right{width:50%;background:#e1a400;color:white;padding:100px;display:flex;align-items:flex-start;justify-content:flex-end;z-index: 2;}

.s2 .content{max-width: 500px;}

.number{display:flex;align-items:flex-start;margin-top: 100px;}

.number span{
font-size:120px;
font-weight:700;
line-height:1;
}

.number small{margin-left:20px;margin-top:30px;font-size: 20px;font-weight: bold;}

.small{margin-top:10px;font-weight: bold;font-size: 20px;}

/* center image */

.center-image{
position:absolute;
left:50%;
top:50%;
transform:translate(-50%,-50%);
z-index:3;
}

.center-image img{width: 550px;height: 550px;border-radius:50%;object-fit:cover;}

/* circle dotted */

.circle-nav{position:absolute;left:55%;top: 65%;transform:translate(-50%,-50%);width:520px;height: 850px;border-radius:50%;/* border:3px dotted #333; */z-index: 4;}

.business svg {
      width: 40rem;
    height: 40rem;
    position: absolute;
    right: -280px;
    top: 80px;
}

/* nav items */

.nav-item{position:absolute;display:flex;align-items:center;gap:10px;cursor:pointer;font-weight:500;color: #0006;font-size: 20px;font-weight: bold;}

/* positions */

.nav-item:nth-child(1){top: 0;left: 181px;}

.nav-item:nth-child(2){top: 71px;left: 195px;}

.nav-item:nth-child(3){top: 147px;left: 140px;}

.nav-item:nth-child(4){top: 231px;left: 76px;}

.nav-item:nth-child(5){top: 320px;left: 110px;}

.nav-item:nth-child(6){top: 415px;left: 98px;}

.nav-item:nth-child(7){top: 505px;left: 155px;}

.nav-item:nth-child(8){top: 582px;left: 285px;}

.nav-item:nth-child(9){top: 765px;left: 220px;}

.nav-item:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  right: -90px;
  top: 15px;
}

.nav-item.active:before {
  background: #e1a400
}

.nav-item:nth-child(2).active:before {
  background: #d60032
}

.nav-item:nth-child(3).active:before {
  background: #27ae60
}

.nav-item:nth-child(4).active:before {
  background: #2980b9
}

.nav-item:nth-child(5).active:before {
  background: #8e44ad
}

.nav-item:nth-child(6).active:before {
  background: #d35400
}

.nav-item:nth-child(7).active:before {
  background: #16a085
}

.nav-item:nth-child(8).active:before {
  background: #2c3e50
}

.nav-item:nth-child(9).active:before {
  background: #f39c12
}

/* dot */

.dot{
width:8px;
height:8px;
background:black;
border-radius:50%;
}

.nav-item.active {
 color: #000 
}

.nav-item.active .dot{
background:#e1a400;
width:18px;
height:18px;
}

.business h2 {
  color: #000;
  font-size: 28px;
  line-height: 1.4;
}

.card-factoid__background {
    position: absolute;
    bottom: 0;
    left: -4.16667vw;
    right: 0;
    z-index: 0;
    mix-blend-mode: multiply;
    opacity: 1;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
    width: 48.5rem;
}

/** Blog **/

.solse-news-wrap{display:grid;grid-template-columns: 1fr 1fr;border-top:1px solid #ddd;border-left:1px solid #ddd;}

.solse-news-big{
border-right:1px solid #ddd;
border-bottom:1px solid #ddd;
}

.solse-news-big img{width:100%;height:420px;object-fit:cover;border-bottom-left-radius: 3rem;}

.solse-news-big .content{padding:30px;padding-left: 4.16667vw;padding-right: 4.16667vw;}

.solse-news-small .item{display:flex;gap:20px;padding:25px;border-bottom:1px solid #ddd;border-right:1px solid #ddd;padding: 2rem;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;height: 15.25rem;/* border-bottom-left-radius: 3rem; */}

.solse-news-small img{width:220px;height:150px;object-fit:cover;border-radius:8px;border-bottom-left-radius: 3rem;height: 100%;width: 100%;-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);/* opacity: 0; */-webkit-transition-timing-function: ease;transition-timing-function: ease;-webkit-transition-duration: .3s;transition-duration: .3s;-webkit-transition-property: opacity, -webkit-transform;transition-property: opacity, -webkit-transform;transition-property: transform, opacity;transition-property: transform, opacity, -webkit-transform;-webkit-transition-delay: 0s;transition-delay: 0s;}

.date{font-size: 16px;color:#888;margin-bottom: 15px;}

.solse-news-big h2{font-size: 22px;margin-bottom: 15px;color: #000;}

.solse-news-small h4{font-size: 20px;margin-bottom: 12px;color: #000;}

.card-news__image {
  margin-right: 2rem;
        aspect-ratio: unset;
        width: 17rem;
        height: 100%;
}

.solse-news-small .content {
  max-width: 28rem
}

.solse-news-wrap .content p {
      color: #000;
    opacity: 0.7;
    font-size: 18px;
    max-width: 37rem;
    line-height: 1.4;
}

/* Blog */

.category .breadcrumbs {
  margin-bottom: 50px;
    background: #f5f5f5;
}

.blog-archive {
    background: #faf9f9;
    padding: 0 0 50px;
}

#breadcrumbs {
      font-size: 15px;
      padding: 7px 15px;
      background: transparent;
      border-radius: 0;
      margin: 0;
      font-weight: normal;
      color: #666666b3;
}

.breadcrumbs a {
    color: #db2827;
    margin: 0 3px;
}

.post-item .box-image .image-cover {
    border-radius: 0 30px 0 30px;
}

.post-item .box-text {
  padding: 20px 20px 0;
}
.post-item .box-text .post-title {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.3;
  min-height: 2.6em;
  text-align: left;
}
.post-item .box-text .post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #111;
}
.post-item .from_the_blog_excerpt  {
    color: #777;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
}
.post-item .box-text .is-divider {
  display: none;
}

.entry-header h1 {
  font-size: 2.2rem;
}

.page-title {
    font-size: 1.7rem;
    color: #db2827;
    margin-bottom: 0;
    line-height: 1.4;
}

.post-sidebar {
  border: 0 !important;
  padding: 0 15px 0 10px !important;
}

.post-sidebar .latest-posts {
  
    padding: 0 20px 15px;
    border-top: 1px solid #e7e7e7;
    background: #fff;
    padding-top: 15px;
}

span.widget-title {
    font-size: 1em;
    font-weight: 600;
    padding: 15px 20px;
    display: block;
    background: #fff;
    margin-bottom: 0;
    font-size: 18px;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    text-transform: none;
    color: #db2827;
    font-family: 'constanb';
}

.widget .is-divider {

    display: none;
}

.post-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.post-thumb {
    position: relative;
    width: 90px;
    height: 70px;
    flex-shrink: 0;
}

.post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.post-number {
    position: absolute;
    top: -6px;
    left: -6px;
    width: 22px;
    height: 22px;
    background: #db2827;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-content {
    flex: 1;
}

.post-sidebar .post-title {
    font-size: 15px;
    font-weight: bold;
    color: #222;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 20px;
    font-family: 'constanb';
}

.post-sidebar #secondary {
    top: 80px;
    position: -webkit-sticky;
    position: sticky;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'constanb';
}

.post-meta {
    font-size: 12px;
    color: #888;
}

.latest-posts {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.single-post .page-wrapper {
    padding-top: 0;
    /* background: #faf9f9; */
}

.single-post .breadcrumbs {
    margin-bottom: 30px;
}

#comments {
  display: none
}

.single-post .entry-header-text.text-center {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}

.single-post .entry-header-text.text-center  .is-divider {
    margin-left: 0 !important;
    margin-bottom: 20px;
}

.single-post h1.entry-title {
  font-size: 1.4rem;
  line-height: 1.3;
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #db2827;
}

.article-post-meta {
    font-size: 15px;
    color: #444;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.slider-related-blog {
  display: flex;
  gap: 0;
}

.title-related {
  font-size: 1.3rem;
  color: #2e3020;
  font-family: 'constanb';
  line-height: 1.4;
  margin-bottom: 25px;
  display: block;
}

.related-blog-item {
  padding: 0 15px;
  width: 33.33333%;
}

.related-blog-item .image-cover {
      padding-top: 56.25%;
    border-radius: 0 30px 0 30px;
    margin-bottom: 15px;
}

.related-content {
  padding: 0 20px
}

.related-title {
    font-size: 17px;
    line-height: 1.4;
    margin: 0 0 8px;
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: 700;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.related-title a {
    color: #111;
    text-decoration: none;
}

.related-title a:hover {
    color: #db2827;
}

.related-excerpt {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 8px;
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 16px;
    margin-bottom: 8px;
}

.copyright  {
  padding-bottom: 0 !important
}

.copyright p {
  color: #f1f1f1;
  font-size: 15px;
  line-height: 22px;
}

#footer .absolute-footer {
  display: none
}

.single .post {
    margin: 0;
}


.single .header-main, .category .header-main{
    height: 100px;
    margin-bottom: 15px;
}

.ft .row {
  max-width: 100% !important;
  padding: 0;
  padding-left: 4.16667vw;
    padding-right: 4.16667vw;
}

.ft .logo-ft svg {
  width: 9.5625rem;
}

.ft .logo-ft svg path {
    fill: #db2827;
}

.ft li {
  list-style: none;
  margin-bottom: 20px;
}

.ft li a {
  font-size: 18px;
    font-weight: bold;
    color: #000;
  line-height: 1.5
}

.ft p {
  font-size: 18px;
    font-weight: bold;
    color: #000;
  line-height: 1.5;
  margin-bottom: 10px;
}

.footer__social {
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 10rem;
      margin-left: auto;
}

.footer__social li:not(:last-child) {
        margin-right: 1rem;
        margin-left: auto;
    }
.ft .social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1px;
    color: #fff;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #000;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: background-color;
    transition-property: background-color;
}

.icon--default {
    width: 1.5rem;
    height: 1.5rem;
}

.icon--fit, .icon svg {
    width: 100%;
    height: 100%;
  display: block;
}

.footer__social li:last-child {
  margin-left: 0 !important
}

@media (max-width: 1145px) {
   .transparent .header-main {
    max-height: 90px;
}
  
  .header.transparent .header-wrapper {
    background: #fff
  }  
  
  .home #logo path {
    fill: #d60032;
}
  
.header-main .flex-right .nav>li > a {
    color: #000;
}  
  
  .hero-main__inner {
    display: block;
  }  
  
  .hero-main__links {
    display: none
  }
  
  .bn h1 {
    color: #fff;
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 0;
}
  
.factoid-container, .factoid-grid {
    display: block;
}  
  
.factoid-main, .fact-card {
    width: 100%;
    min-width: 100%;
}  
  
.l-dmsp {
    padding: 50px 0 30px;
    height: 700px;
}
  
.factoid-number {
    font-size: 150px; 
  margin-right: 20px;
 }  
  
.ct-s1 {
    gap: 0;
}  
  
.s1 .factoid-block__inner {
    padding-left: 0;
    padding-right: 0;
}  
 
  .factoid-main {
    padding: 0 15px
  }  
  .card-factoid__background {

    left: 0;
   
    width: 100%;
}
  
.business {
    position: relative;
    display: block;
    height: auto;
    padding: 0;
}  
  
.col-left {
    width: 100%;
    padding:  0;
    position: relative;
    z-index: 1;
}  
  
.col-right {
    position: relative;
    width: 100%;
    background: #e1a400;
    color: white;
    padding: 100px;
    display: block;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 2;
} 
  
.business svg {
    width: 20rem;
    height: 20rem;
    position: absolute;
    left: 50%;
    top: 175px;
    transform: translateX(-50%);
}  
  
.center-image {
    position: absolute;
    left: 50%;
    top: 201px;
    transform: translate(-50%, 0);
    z-index: 2;
    width: 250px;
}
  
.center-image img {
    width: 250px !important;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
}  
  
.col-right {
    position: relative;
    width: 100%;
    background: #e1a400;
    color: white;
    padding: 162px 20px 20px;
    display: block;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 2;
    margin-top: 200px;
}  
  
.solse-news-wrap {
    display: block;
}  
  
  .solse-news-wrap .content p {
    display: none
  }  
  
  .card-news__image {
    margin-right: 15px;
    aspect-ratio: unset;
    width: 30%;
    height: auto;
}
  
  .solse-news-small .content {
    max-width: 100%;
    width: 70%;
}
  
  .solse-news-small h4 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #000;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
  
.solse-news-small .item {
    height: auto;

}  
  
  .s2 {
    padding: 50px 0 30px !important
  }  
  
  .factoid-slider .fact-card:last-child:before {
    position: absolute;
    content: "";
    background-color: #d8d8d8;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
}
  
  .nav-item:before {
    display: none
  }
  
.nav-item {
  
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
   
}  
  
.circle-nav {
    position: absolute;
    left: 50%;
    top: 259px;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 400px;
    border-radius: 50%;
    /* border: 3px dotted #333; */
    z-index: 4;
}  
  
.nav-item:nth-child(1) {
    top: 245px;
    left: 37px;
}  
  
.nav-item:nth-child(2) {
    top: 204px;
    left: 51px;
}
  
.nav-item:nth-child(3) {
    top: 167px;
    left: 75px;
}
  
.nav-item:nth-child(4) {
    top: 137px;
    left: 108px;
}
  
.nav-item:nth-child(5) {
    top: 135px;
    left: 276px;
}
  
.nav-item:nth-child(6) {
    top: 168px;
    left: auto;
    right: 74px;
}
  
.nav-item:nth-child(7) {
    top: 212px;
    right: 47px;
    left: auto;
}  
  
.nav-item:nth-child(8) {
    top: 256px;
    left: auto;
    right: 37px;
}  
  
  .product-select {
    position: relative;
    z-index: 5;
    width: 90%;
    margin: 0 auto 25px;
    border-radius: 30px;
  }  
  
 .product-select  select {
    border-radius: 30px;
    padding: 0 20px;
  }
  
.business h2 {
    color: #000;
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 30px;
  padding: 0 15px;
}  
  
  .nav-item.active  {
  background: #e1a400
  }
  
.nav-item:nth-child(2).active {
  background: #d60032
}

.nav-item:nth-child(3).active {
  background: #27ae60
}

.nav-item:nth-child(4).active {
  background: #2980b9
}

.nav-item:nth-child(5).active {
  background: #8e44ad
}

.nav-item:nth-child(6).active {
  background: #d35400
}

.nav-item:nth-child(7).active {
  background: #16a085
}

.nav-item:nth-child(8).active {
  background: #2c3e50
}  
  
.solse-news-big img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-bottom-left-radius: 3rem;
}  
  
.ft li {
    margin-left: 0 !important;
}  
  
.footer__social {
    margin-left: 0;
}  
  
  .slider-related-blog {
    display: block;
  }  
  
  .slider-related-blog .related-blog-item {
    padding: 0 ;
    width: 100%;
}
  
.ct-s1 p {
    width: 100%;
}  
}