/*
Template    :   Eternita - Onepage HTML5 Template
Author      :   separateweb
*/

/*header start*/
.menucions{
    height: 50px;
    display: flex;
    align-items: center;
}
.menucions span {
    position: relative;
    top: 2px;
    display: block;
    height: 3px;
    width: 30px;
    background: var(--sw-dark-1);
}
.menucions span::after{
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    width: 20px;
    background:var(--sw-dark-1);
    top: 10px;
}
.menucions span:before{
    content: "";
    position: absolute;
    height: 3px;
    width: 12px;
    background: var(--sw-dark-1);
    top: -10px;
}
.sidebarmenuicon{display: none;}

.menu-logo img {
    max-height: 34px;
}
.sw-menu-sw-set{
    display: flex;
    align-items: center;
    grid-gap: 15px;
}

.sticky .menu-header {  
    height: 70px;  ;
}
.sw-header.sticky .sw-nav .nav-link {   
    line-height: 70px;    
}
.sw-header.sticky {
    height: auto;
    position: fixed;
    -webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
    animation: 500ms ease-in-out 0s normal fadeInDown;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.sw-header.sticky:after {
    content: "";
    background: rgb(255 255 255/70%);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    height: 70px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    box-shadow: 0px 8px 10px #00000010;
    -webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
    animation: 500ms ease-in-out 0s normal fadeInDown;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@-webkit-keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
 

.sw-header .sw-nav .nav-link.active{color: var(--sw-color-0);}

.sw-header {   
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    padding: 0 20px;
    height: 85px;
    z-index: 9995;
    border-bottom: 0px solid rgba(255,255,255,.1);
    display: block;
    align-content: center;
    align-items: center;
}
.menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 85px;
    z-index: 55;
    position: relative;
}
.offcanvas {     
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
} 
.sw-megamenu .megamenu{
    width: 100%;
    right: 0;
    left: 0;
}
.sw-megamenu{position: unset;}
.sw-header .navbar{ position: unset;}
.sw-header .sw-nav .nav-link:hover{ color: var(--sw-color-0);}
.sw-header .sw-nav .nav-link {
    color: var(--sw-text-1);
    font-size: 20px;
    line-height: 85px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    font-weight: 500;
}
.sw-header .navbar-nav .dropdown-menu {
    display: block;
    border-radius: 0;
    border: 0;
    margin: 0;
    -webkit-box-shadow: 0 10px 25px -10px rgb(0 0 0 / 14%) !important;
    box-shadow: 0 10px 25px -10px rgb(0 0 0 / 14%) !important;
    padding: 30px;
    border-radius: 0 0 14px 14px;
    border-top: 3px solid #f5f5f5;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 300ms linear, opacity 300ms linear;
    transition: visibility 300ms linear, opacity 300ms linear;
    will-change: opacity;   
    transform: translate(0, 10%) scale(0.8);
    transition: .3s;
} 
.sw-header .navbar-nav .dropdown-menu.show { 
    display: block;
    opacity: 1;
    visibility: visible;     
}
.dd-item {
    color: var(--sw-text-2);
    font-size: 18px;
    line-height: 1;
}
.dd-item:hover {color: var(--sw-color-9);}
.dd-item i{margin-right: 10px;}
.dd-title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;  
    font-weight: 500;
}
.dropdown-menu li + li{margin-top: 10px;}
.bdright {
    border-right: 1px solid #e5e5e5;   
}
.border-in-colmn>*:nth-child(1){padding-left: 15px;}
.border-in-colmn>*{
    padding-right: 15px;
    padding-left: 20px;
}
.signledropdown{
    width: max-content;
    white-space: nowrap;
}
.nav-link.show:before {
    content: "";
    border-bottom: 2px solid #613fe5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.dropdown-toggle::after {
    vertical-align: unset;
    border-top: inherit;
    border-right: none;
    border-bottom: none;
    border-left: none;
    content: "";
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: "";
    display: inline-block;
    height: 7px;
    width: 7px;
    top: -2px;
    position: relative;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.dropdown-toggle.show::after{
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg); 
}

@media (min-width : 992px) {
    .offcanvas {
      visibility: visible;
      position: relative;
      background: none;
      border: none;
      justify-content: end;      
      -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
      transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
    }
  }  
@media (max-width : 992px) {
.offcanvas {
    width : 80%;
    height: 100vh;
    }
.offcanvas-start-lg {
    top: 0;
    left: 0;
    border-right: 0px solid rgba(0, 0, 0, .2);
    transform:translateX(-100%);
    }
}

/*menu hover*/
.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0%) scale(1);
}
.dropdown .nav-link:before {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #613fe5;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.dropdown:hover .nav-link:before {
    width: 100%;
    left: 0;
}
.dropdown:hover .dropdown-toggle::after {
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.demotitle{display: none;}



/*home-hero-a*/
.container-full{
    width: calc(100% - 10%);
    margin: 0 auto;
}

.home-hero-a {
    position: relative;
    padding-top: 140px;
    padding-bottom: 0px;
    /*height: 100vh;    
    overflow: hidden;*/
}

.dd{
    background: #f3f6fd;
}

.hero-content-a {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.left-hand{
    left: -50px;
    top: 50%;   
}
.right-hand{
    right: -50px;
    top: 20%; 
      
}
.crcl {
    width: 150px;
    height: 150px;
    position: absolute;
    background: #ffffff80;
    border-radius: 100%;
}
.circle_1 {
    right: 80px;
    bottom: 120px;
}
.circle_2 {
    left: 80px;
    bottom: -20px;
}

.handimg{
    position: absolute;
    max-width: 650px;
    z-index: 99;
}

.hero-video {
    width: 360px;
    height: 630px;
    border-radius: 14px;
    overflow: hidden;
}
.hero-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.hero-sec-2{ 
    margin: 0 auto;
    position: relative;
}
.shapehero div{ position: absolute;}
.shapehero img{width: 100px;}
.sp1{
    top: -40px;
    right: -160px;
}
.sp2{
    bottom: -40px;
    left: -160px;
}

.subcontent{
    position: absolute;
    max-width: 350px;
    bottom: 110px;
}

.rotate-circle img{ max-width: 120px;}
.rotate-circle{
    position: absolute;
    left: 0px;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.herovr{  
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;  
}
.alteret{
    display: flex;
    flex-direction: column;
}
.verticletextslider{
    background: var(--sw-color-0);
    padding: 10px;   
    width: 100%;
}

.verticletext li{
    color:  var(--sw-dark-1);
    font-size: 30px;
    line-height: 1;
}
.verticletext li span{padding: 0 5px;}

.--title {
    position: relative;
    padding: 0 0px 0 60px;
    display: block;
    font-size: 18px;
    letter-spacing: 6px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.--title::before {
    content: "";
    height: 1px;
    display: flex;
    width: 50px;
    background: #494e5e;
    position: absolute;
    left: 0;
    top: 14px;
}
.srvc50{padding-top: 50px;}

.bgclr1{background: var(--sw-color-1);}
.bgclr2{background: var(--sw-color-2);}
.bgclr3{background: var(--sw-color-3);}
.bgclr4{background: var(--sw-color-4);}
.bgclr5{background: var(--sw-color-5);}

.ci1::after {background: var(--sw-color-1A);}
.ci2::after {background: var(--sw-color-2A);}
.ci3::after {background: var(--sw-color-3A);}

.bgclr-1::before {background:var(--sw-color-3);}
.bgclr-2::before {background: var(--sw-color-2);}
.bgclr-3::before {background: var(--sw-color-7);}

.cardicon {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 70px;
    transform: translate(-50%, -50%);
}

/*.cardicon img{
    width: 110px;
    position: relative;
    top: -10px;
    z-index: 6;
}*/
.cardicon i{
    /*width: 110px;*/
    font-size: 80px;
    position: relative;
    top: -10px;
    z-index: 6;
    color: white;
}

.about-icon {
    font-size: 60px;
    color: white;
}

.roundlayer {
    position: relative;
    top: -20px;
}
.roundlayer:after {
    content: "";   
    width: 150px;
    height: 140px;
    position: absolute;
    right: 0;
    left: 0;
    border-radius: 0px 0px 100px 100px;
    margin: 0 auto;
    top: 0;
    z-index: -0;
    transform: rotate(-0deg);
}
.roundlayer span {
    position: absolute;
    left: 50%;
    top: 140px;
    z-index: 2;
    transform: translate(-50%, -50%);
    font-size: 20px;
    line-height: 1;
    display: flex;
    background: #ffffff50;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: 0px auto 15px;
    align-items: center;
    justify-content: center;
}

.cardata{position: relative; z-index: 6;}
.cardata h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0;
}

.cardata p {
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
}

.sw-cardx {    
    padding: 20px;
    border-radius: 10px;
    min-height: 18em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;   
    text-align: center;
}


/*media objects*/
.mediaoject {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    align-items: flex-start;
}
.icondiv {
    text-align: center;   
    flex-shrink: 0;
}
.w70{
    width: 70px;
}
.w40{
    width: 40px;
}

.icondiv img{ width: 40px;}
.icondivdata h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 0px;
}
.mediaoject + .mediaoject{margin-top: 30px;}



.imgsol{ 
    position: relative;
    display: grid;
    grid-template-columns: 50% auto;
    grid-gap: 40px;
}
.imgsol:before {
    content: "";
    width: 500px;
    height: 500px;
    background: var(--sw-color-6);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border: 0;
    text-align: center;
    margin: 0 auto;
    border-radius: 100%;
    z-index: -0;
}
.img--1{
    margin-top: 100px;
}
.img--1, .img--2{height: fit-content;}
.shape---0{
    position: absolute;
}

.shape--1 {
    max-width: 170px;
    left: 70px;
}

.shape--2{
    bottom: 20px;
    right: 60px;
    max-width: 150px;
}
.radius10{border-radius: 10px; overflow: hidden;}
.imdcdata ul {
    display: flex;
    gap: 20px;
}
.imdcdata ul li{position: relative;}
.imdcdata ul li:after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 10px;
    right: -13px;
    background: #494e5e50;
    border-radius: 100%;
}
.imdcdata ul li:last-child:after{content: none;}
.imdcdata h3{margin: 0;}


.bigmediablock{  
    grid-template-columns: 80px auto;   
}

.bigmediablock .icondiv img {
   width: 60px;
}

.cntsw{
    position: relative;
    left: -40px;
}

.pair-content-img{
    display: grid;
    grid-template-columns:auto 250px;
    gap: 10px;
    overflow: hidden;
}
.wordby{padding-bottom: 25px;}
.sw-re-data {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sw-re-data > p{
    font-size: 22px;
    line-height: 32px;
}
.sw-re-img img {
    z-index: 5;
}
.rndbg {
    position: relative;
    padding: 0;
    max-width: 250px;
    max-height: 270px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.rndbg::before {
    content: "";
    width: 234px;
    height: 330px;  
    position: absolute;
    bottom: -120px;
    right: 0;
    left: 0;
    z-index: -1;
    margin: 0 auto;
    text-align: center;
    border-radius: 500px;
}

.sldrnav{position: relative;}
.swipernavs .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 25px;
    color:  var(--sw-dark-1);
    opacity: 1;
    background: var(--sw-color-10);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 0 0 3px 0;
}
  .swipernavs .swiper-pagination-bullet-active {
    color:  var(--sw-dark-1);
    background: var(--sw-color-0);
  }

  .swiper-pagination {   
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.qote{
    font-size: 130px;
    position: absolute;
    right: 0;
    bottom: 0;
    color:var(--sw-color-10);
}


.brandlogo li {
    padding: 0px 20px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 90px;
}

.numberstatistics{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
}
.nssw h2, .nssw h4{margin-bottom: 10px;}

.bigtext{
    font-size: 85px;
    line-height: 95px;
    font-weight: 600;
    margin-bottom: 0;
}

.emailaddress a{    font-size: 26px;}
.phonenumbers {
    display: flex;
    gap: 10px;
}
.introo{ font: 14px;}



/* contact from*/
.custom-checkbox input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin: 0;
  }
  .custom-control label {
    text-indent: 0;
    padding: 0;
  }
  .customcheck{
    display: flex;
    grid-gap: 10px;
  }
  .form-title{
      text-align: center;
      color: var(--sw-text-1);
      padding-bottom: 40px;
  }
  .form-title h2{
      padding: 50px 0 10px 0px;
      font-weight: 700;
  }
  .form-title p{
      font-size: 18px;
      line-height: 28px;
  }
  .ctmlabl{
      font-size: 15px;
      line-height: 20px;
  }
  .custom-control-label::before, .custom-control-label::after {
      top: 0px;
  }
  .form-block input, .form-block select {
      height: 50px;
      padding: 0px 15px;
      border-width: 0px 0px 2px;
      border-image: initial;
      border-bottom: 2px solid rgb(230, 230, 230);
      border-radius: 0px;
  }
  .form-block textarea {
      height: 100px;
      padding: 15px;
      border-width: 0px 0px 2px;
      border-image: initial;
      border-bottom: 2px solid rgb(230, 230, 230);
      border-radius: 0px;
  }
  .form-block input, .form-block select, .form-block textarea {
      color: rgb(23, 43, 67);
      font-size: 18px;
      width: 100%;
      margin: 0px 0px 15px;
      background: rgb(255, 255, 255);
      outline: 0px;
  }
  .floating-label { position: relative; margin-bottom: 20px; overflow: hidden;}
  .floating-input, .floating-select {
      font-size: 14px;
      padding: 4px 4px;
      display: block;
      width: 100%;
      height: 45px;
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #C5C5C5;
  }
  .floating-input:focus, .floating-select:focus {   outline: none;   border-bottom: 1px solid var(--sw-color-9);}
  .floating-label label {
     color: var(--sw-text-1);
      font-size: 16px;
      font-weight: normal;
      position: absolute;
      pointer-events: none;
      left: 30px;
      top: 12px;
      transition: 0.2s ease all;
      -moz-transition: 0.2s ease all;
      -webkit-transition: 0.2s ease all;
      margin-bottom: 0;
  }
  .floating-input:focus~label, .floating-input:not(:placeholder-shown)~label, .floating-select:focus~label, .floating-select:not([value=""]):valid~label {
    top: 0px;
    font-size: 12px;
    line-height: 1;
    color:var(--sw-text-2);
    background: #fff;
    width: 50%
  }
  #contactform .error-label .error {
    color:var(--bs-form-invalid-color);
    display: block;
    margin: 0;
    font-size: 12px;
    line-height: 1;
    bottom: 8px;
    top: inherit;
    background: #fff;
    padding: 0 8px 0 8px;
    margin: 0 0 0 -8px;
  }
   .formicon {
       position: relative;
  }
   .formicon i{
       position: absolute;
       width: 18px;
       left: calc((35px - 18px) / 2);
       top: 50%; 
       transform: translateY(-50%);
  }
   .input-textarea i {
       top: 28% !important;
   }
   .iconin .form-block input, .iconin .form-block select{
       padding: 0px 25px 0px 35px;
  }
   .iconin .form-block textarea {
       padding: 15px 15px 15px 35px;
       margin-top: 1px;
  }
   .iconin .floating-label label {
       left:48px;
  }
  .loader-icon{
      display: flex;
      height: 100%;
      width: 100%;
      position: absolute;
      background:  var(--sw-dark-1);
      justify-content: center;
      align-items: center;
  }
  .loader-icon:before {
      content: '';
      box-sizing: border-box;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 3px solid rgb(255 255 255 / 20%);
      border-top-color: var(--sw-white);
      animation: spinner .6s linear infinite;
    }
    @keyframes spinner {
      to {transform: rotate(360deg);}
    }
  .swform input.error, .swform select.error, .swform textarea.error { border-bottom: 1px solid var(--bs-form-invalid-color);;}
  .swform input.valid, .swform select.valid, .swform textarea.valid { border-bottom: 1px solid #00a759;}
  .swform input.valid, .swform textarea.valid{
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2300a759' d='M18.71,7.21a1,1,0,0,0-1.42,0L9.84,14.67,6.71,11.53A1,1,0,1,0,5.29,13l3.84,3.84a1,1,0,0,0,1.42,0l8.16-8.16A1,1,0,0,0,18.71,7.21Z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 20px;
  }
  .swform input.error, .swform textarea.error{
          background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff0000' d='M12 2A10 10 0 1 0 22 12 10.01114 10.01114 0 0 0 12 2Zm0 18a8 8 0 1 1 8-8A8.00917 8.00917 0 0 1 12 20Zm0-8.5a1 1 0 0 0-1 1v3a1 1 0 0 0 2 0v-3A1 1 0 0 0 12 11.5Zm0-4a1.25 1.25 0 1 0 1.25 1.25A1.25 1.25 0 0 0 12 7.5Z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 20px;
  }
  .swform textarea.error,.swform textarea.valid {
      background-position-x: 98%;
      background-position-y: 10px;
  }
  .btnnpair {
    display: flex;
    gap: 20px;
    align-items: center;
}
  .submit{
    position: relative;
    gap: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ctmlabl a{color: var(--sw-color-9);}

  /**/
  .col-footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

  .logowrap img{ 
    max-height: 34px;
  }

  .social-link-list {
    display: flex;
    grid-gap: 20px;
}

.social-link-list a {
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 10px rgb(51 51 51 / 10%);
    border-radius: 100px;
}
.facebook {
    color: #395693;
}
.twitter {
    color: #52a7e7;
}
.insta {
    color: #af31f7;
}
.linkedin {
    color: #1361ab;
}
.youtube {
    color: #f30501;
}

.col-footer-row-2 {
    display: grid;
    grid-template-columns: 30% 20% auto;
    align-items: center;
    padding: 30px 0;
    justify-content: space-between;
}


/*Back to top*/
.progress-wrap {
    position: fixed;
    right: 10px;
    bottom: 50px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow:inset 0 0 0 2px rgb(199 199 199 / 40%);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f062";
    text-align: center;
    font-size: 15px;
    color:  var(--sw-dark-1);
    left: 0;
    top: 4px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap svg path { 
    fill: none; 
}
.progress-wrap svg.progress-circle-sw path {
    stroke:  var(--sw-dark-1);
    stroke-width: 4;
    box-sizing:border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}


/**/
.reveal {
    visibility: hidden;
    position: relative;   
    overflow: hidden;
}
.reveal.reveal--overlay {
    background-color: var(--sw-color-2);
}
.reveal img {  
    object-fit: contain;
    width: 100%;
    height: 100%;
}
 
.services-item {
    font-size: 16px;
}

.certification-wrapper {
    font-size: 18px;
}

.certifications {
    height: 3.5em;
}

/* Solutions */

.sl-bg1 {
    background: var(--dark-yellow);
}

.sl-fg1::after {
    background: var(--light-yellow);
}

.sl-bg2 {
    background: var(--light-yellow);
}

.sl-fg2::after {
    background: var(--dark-yellow);
}

.sl-bg3 {
    background: var(--black);
}

.sl-color {
    color: var(--black) !important;
}