    .thm-clip__path {
      clip-path: polygon(100% 0, 100% 84%, 86% 100%, 0 100%, 0 0);
    }

    .btn-one {
      position: relative;
      display: inline-flex;
      align-items: center;
      overflow: hidden;
      padding-top: 10px;
      padding-left: 40px;
      padding-right: 40px;
      padding-bottom: 10px;
      background-color: transparent;
      color: var(--thm-white);
      font-size: 18px;
      line-height: 40px;
      font-family: var(--thm-font);
      font-weight: 400;
      border-radius: 0px;
      text-transform: capitalize;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      z-index: 2;
    }

    .main-slider-style1 .content-box-inner .btn-box a.btn-one::before {
      background-color: var(--thm-white);
    } 

    .btn-one:hover:before {
      right: 0px;
      left: 0;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    .main-slider-style1 .content-box-inner .btn-box a.btn-one:after {
      
       background-color: var(--thm-primary-color);
    }

    .page-wrapper *,
    .page-wrapper :after,
    .page-wrapper :before {
      box-sizing: border-box;
    }

    .btn-one:after {
      content: "";
      position: absolute;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px;
      transform: scaleX(1);
      transition-duration: 800ms;
      background-color: #fd5621;
      z-index: -1;
    }

    .btn-one:before {
      position: absolute;
      top: 0px;
      left: -10px;
      bottom: 0;
      right: 100%;
      content: "";
      background: var(--thm-black);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      border-radius: 0%;
      transition-duration: 800ms;
      z-index: 1;
    }

    .main-slider-style1 .content-box-inner .btn-box a.btn-one::before {
      background-color: #fd5621;
    }

    .btn-one .txt {
      position: relative;
      display: inline-flex;
      align-items: center;
      z-index: 1;
    }

    .main-slider-style1 .content-box-inner .btn-box a.btn-one:hover {
      color: #fff;
    }

    .btn-one:hover:before {
      right: 0px;
      left: 0;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }

    .btn-one:hover:after {
      transform: scaleX(0);
      transition-duration: 1500ms;
    }

/*-----------------------------------------------
# Main Slider Slider
------------------------------------------------*/
.main-slider-style1 {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 90%, 94% 100%, 0 100%, 0 0);
    margin: 0px 80px 0px;
    z-index: 10;
}

.main-slider-style1__inner {
    position: relative;
    display: block;
}

.main-slider-style1__inner .container {
    position: relative;
    display: block;
    padding: 410px 400px 120px;
    padding-right: 0;
}

.main-slider-style1 .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.main-slider-style1 .image-layer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient(90deg, rgb(18, 38, 82) 10%, rgba(18, 38, 82, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(18, 38, 82) 10%, rgba(18, 38, 82, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(18, 38, 82) 10%, rgba(18, 38, 82, 0) 100%);
}

.main-slider-style1 .swiper-slide-active .image-layer {
    animation: scale5 5s ease forwards;
}

@keyframes scale5 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.main-slider-style1 .content-box {
    position: relative;
    display: block;
    max-width: 650px;
    width: 100%;
}

.main-slider-style1 .content-box .big-title {
    position: relative;
    display: block;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
    transform: perspective(400px) rotateY(0deg) translateY(-120px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 10;
}

.main-slider-style1 .swiper-slide-active .big-title {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.main-slider-style1 .content-box .big-title h2 {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--thm-white);
    font-size: 48px;
    line-height: 1.0em;
}

.main-slider-style1 .content-box .big-title h2 .icon {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 15px;
    margin-right: 5px;
    color: var(--thm-primary-color);
    font-size: 50px;
}

.main-slider-style1 .content-box .big-title h2 span {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--thm-white);
}

.main-slider-style1 .content-box .big-title h2.mt10 {
    margin-top: 10px;
}

.main-slider-style1 .content-box-inner {
    position: relative;
    display: block;
    padding: 0px 30px 0px;
    padding-right: 0;
    line-height: 0;
    margin-top: 27px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateX(0deg) translateY(80px);
    transform: perspective(400px) rotateX(0deg) translateY(80px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 10;
}

.main-slider-style1 .content-box-inner::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 0;
    width: 1px;
    background: transparent;
    border-left: 1px dashed #ebeeef;
}


.main-slider-style1 .swiper-slide-active .content-box-inner {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateX(0deg) translateY(0px);
    transform: perspective(400px) rotateX(0deg) translateY(0px);
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    -ms-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
}

.main-slider-style1 .content-box-inner .title {
    position: relative;
    display: block;
    padding-bottom: 26px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateX(0deg) translateY(80px);
    transform: perspective(400px) rotateX(0deg) translateY(80px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
    z-index: 10;
}

.main-slider-style1 .swiper-slide-active .content-box-inner .title {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateX(0deg) translateY(0px);
    transform: perspective(400px) rotateX(0deg) translateY(0px);
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    -ms-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
}

.main-slider-style1 .content-box-inner h3 {
    color: var(--thm-white);
    font-family: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 13px;
    font-size: 25px;
}

.main-slider-style1 .content-box-inner p {
    color: var(--thm-body-font-color-2);
    font-size: 19px;
    line-height: 29px;
}

.main-slider-style1 .content-box-inner .btn-box {
    position: relative;
    display: flex;
    align-items: center;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateX(0deg) translateY(80px);
    transform: perspective(400px) rotateX(0deg) translateY(80px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1400ms ease;
    -moz-transition: all 1400ms ease;
    -ms-transition: all 1400ms ease;
    -o-transition: all 1400ms ease;
    transition: all 1400ms ease;
    z-index: 10;
}

.main-slider-style1 .swiper-slide-active .content-box-inner .btn-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateX(0deg) translateY(0px);
    transform: perspective(400px) rotateX(0deg) translateY(0px);
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    -ms-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
}

.main-slider-style1 .content-box-inner .btn-box a.btn-one {
    color: var(--thm-black);
    color:#fff;
    font-size: 14px;
    line-height: 36px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
}

.main-slider-style1 .content-box-inner .btn-box a.btn-one:hover {
    color: var(--thm-white);
}

.main-slider-style1 .content-box-inner .btn-box a.btn-one i {
    font-size: 20px;
    font-weight: 700;
    margin-right: 0px;
    margin-left: 5px;
    top: -1px;
}

.main-slider-style1 .content-box-inner .btn-box a.btn-one::before {
    
    background-color: var(--thm-white);
}

.main-slider-style1 .content-box-inner .btn-box a.btn-one:after {
    background-color: var(--thm-primary-color);
}

.main-slider-style1 .content-box-inner .btn-box a.btn-box1 {
    position: relative;
    display: flex;
    align-items: flex-end;
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    margin-left: 30px;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.main-slider-style1 .content-box-inner .btn-box a.btn-box1 i {
    position: relative;
    top: -3px;
    font-size: 20px;
    margin-left: 5px;
}

.main-slider-style1 .content-box-inner .btn-box a.btn-box1:hover {
    color: var(--thm-primary-color);
}

.main-slider-style1-form {
    position: absolute;
    top: 0;
    right: 95px;
    max-width: 470px;
    width: 100%;
    overflow: hidden;
    background-color: var(--thm-white);
    border-bottom-left-radius: var(--thm-border-radius);
    border-bottom-right-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 84%, 86% 100%, 0 100%, 0 0);
    padding: 0px 0px 0px;
    z-index: 10;
}

.main-slider-style1-form-inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    margin: 0px 15px 15px;
    padding: 23px 30px 35px;
}

.slider-style1-form__logo {
    position: absolute;
    bottom: 5px;
    right: 0;
    z-index: 1;
}

.slider-style1-form__logo img {
    width: auto;
}

.main-slider-style1-form__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    clip-path: polygon(100% 0, 100% 84%, 86% 100%, 0 100%, 0 0);
}

.main-slider-style1-form-title {
    position: relative;
    display: block;
    padding-bottom: 17px;
}

.main-slider-style1-form-title h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

#slider-style1-form {
    position: relative;
    display: block;
    z-index: 10;
}

#slider-style1-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

#slider-style1-form .form-group .row {
    --bs-gutter-x: 0px;
}

#slider-style1-form .input-box {
    position: relative;
    display: block;
}

#slider-style1-form .input-box input[type="text"] {
    position: relative;
    display: block;
    border-top-right-radius: var(--thm-border-radius);
    border-bottom-right-radius: var(--thm-border-radius);
    background-color: var(--thm-white);
    border: 1px solid var(--thm-white);
    width: 100%;
    height: 60px;
    color: #a6aec1;
    font-size: 17px;
    font-family: var(--thm-font);
    font-weight: 400;
    font-style: normal;
    padding: 0px 20px 0px;
    padding-right: 20px;
    transition: all 500ms ease;
}

#slider-style1-form .input-box2 input[type="text"] {
    border-radius: var(--thm-border-radius);
    padding: 0px 25px 0px;
    color: var(--thm-body-font-color);
}

#slider-style1-form .nice-select {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    border-radius: 0;
    border-top-left-radius: var(--thm-border-radius);
    border-bottom-left-radius: var(--thm-border-radius);
    border: 1px solid var(--thm-white);
    width: 100%;
    height: 60px;
    color: var(--thm-body-font-color);
    font-size: 17px;
    line-height: 60px;
    font-family: var(--thm-font);
    font-weight: 400;
    outline: none;
    padding: 0px 25px 0px;
    padding-right: 20px;
    transition: all 0.2s ease-in-out;
}

#slider-style1-form .nice-select::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -1px;
    width: 1px;
    height: 20px;
    background-color: #e8eaf0;
    transition: all 500ms ease;
}

#slider-style1-form .nice-select::after {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    content: "\e990" !important;
    font-family: 'icomoon' !important;
    color: var(--thm-body-font-color);
    font-size: 14px;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: 0px;
    font-weight: 400;
    border: none !important;
    transform: rotate(0deg) !important;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    height: 100%;
    width: 20px;
}

#slider-style1-form .nice-select .list {
    background-color: var(--thm-white);
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 0px 0 0px;
    margin-top: 10px;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scale(1.0) translateY(30px);
    -ms-transform: scale(1.0) translateY(30px);
    transform: scale(1.0) translateY(30px);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    height: 0;
    width: 100%;
    right: 0 !important;
    left: auto !important;
}

#slider-style1-form .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    height: auto;
}

#slider-style1-form .nice-select .option {
    color: var(--thm-black);
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 40px;
    min-height: 40px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

#slider-style1-form .nice-select .option+.option {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

#slider-style1-form .nice-select .option:hover,
#slider-style1-form .nice-select .option.focus,
#slider-style1-form .nice-select .option.selected.focus {
    color: var(--thm-black) !important;
    background-color: var(--thm-primary-color);
}

#slider-style1-form .btn-box {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 0;
}



#slider-style1-form .btn-box .btn-one {
    font-size: 14px;
    line-height: 36px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
}

#slider-style1-form .btn-box .btn-one i {
    font-size: 20px;
    font-weight: 700;
    margin-right: 0px;
    margin-left: 5px;
    top: -1px;
}

#slider-style1-form .btn-box .btn-one::before {
    background-color: var(--thm-primary-color);
}

#slider-style1-form .btn-box .btn-one:after {
    background-color: var(--thm-black-bg);
}

#slider-style1-form .btn-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 20px;
    flex: 1;
    color: var(--thm-black);
    font-size: 16px;
    line-height: 18px;
    font-family: var(--thm-font);
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

#slider-style1-form .btn-box a:hover {
    color: var(--thm-primary-color);
}

#slider-style1-form .btn-box a i {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #dfe3ed;
    color: var(--thm-black);
    font-size: 20px;
    margin-right: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

#slider-style1-form .btn-box a:hover i {
    color: var(--thm-white);
    background-color: var(--thm-primary-color);
}

.main-slider-style1-quote {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 95px;
    bottom: 0;
    max-width: 470px;
    width: 100%;
    background-color: var(--thm-white);
    border-top-left-radius: var(--thm-border-radius);
    border-top-right-radius: var(--thm-border-radius);
    padding: 15px 15px 0px;
    z-index: 10;
}

.single-slider-style1-quote {
    position: relative;
    display: block;
    border-radius: var(--thm-border-radius);
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 0, 100% 90%, 90% 100%, 0 100%, 0 0);
    padding: 30px 0px 0px;
}

.single-slider-style1-quote.two {
    background-color: var(--thm-black-bg);
}

.slider-style1-quote-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--thm-white);
    font-size: 30px;
    line-height: 0;
    margin: 0 auto;
}

.slider-style1-quote-icon .icon-budget .path10:before,
.slider-style1-quote-icon .icon-budget .path11:before,
.slider-style1-quote-icon .icon-budget .path12:before,
.slider-style1-quote-icon .icon-export .path1:before {
    color: var(--thm-primary-color);
}

.slider-style1-quote-icon .icon-budget .path1:before,
.slider-style1-quote-icon .icon-budget .path2:before,
.slider-style1-quote-icon .icon-budget .path3:before,
.slider-style1-quote-icon .icon-budget .path4:before,
.slider-style1-quote-icon .icon-budget .path5:before,
.slider-style1-quote-icon .icon-budget .path6:before,
.slider-style1-quote-icon .icon-budget .path7:before,
.slider-style1-quote-icon .icon-budget .path8:before,
.slider-style1-quote-icon .icon-budget .path9:before,
.slider-style1-quote-icon .icon-export .path2:before,
.slider-style1-quote-icon .icon-export .path3:before,
.slider-style1-quote-icon .icon-export .path4:before {
    color: var(--thm-black);
}

.slider-style1-quote-title {
    position: relative;
    display: block;
    padding: 13px 30px 22px;
}

.slider-style1-quote-title h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 4px;
}

.slider-style1-quote-title h3 a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.slider-style1-quote-title h3 a:hover {
    color: var(--thm-black);
}

.slider-style1-quote-title.two h3 a:hover {
    color: var(--thm-primary-color);
}

.slider-style1-quote-title p {
    color: #fae1d9;
}

.slider-style1-quote-title.two p {
    color: var(--thm-body-font-color-2);
}

.slider-style1-quote-btn {
    position: relative;
    display: block;
    border-top: 1px solid #fb845e;
    padding: 13px 0px 13px;
}

.slider-style1-quote-btn.two {
    border-color: var(--thm-border-color-1);
}

.slider-style1-quote-btn a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.slider-style1-quote-btn a i {
    position: relative;
    top: -1px;
    font-size: 20px;
    margin-left: 5px;
}

.slider-style1-quote-btn a:hover {
    color: var(--thm-black);
}

.slider-style1-quote-btn.two a:hover {
    color: var(--thm-primary-color);
}

.banner-slider-nav-style1 {
    right: 95px;
}

.banner-slider-nav-style1 .banner-slider-control {
    width: 56px;
    height: 56px;
    border-radius: 5px;
    background-color: var(--thm-white);
    border: 1px solid #dbdee7;
    color: var(--thm-black);
    font-size: 16px;
}

.banner-slider-nav-style1 .banner-slider-control:hover {
    color: var(--thm-white);
    border-color: transparent;
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 100%, 0 0);
}

.banner-slider-nav-style1 .banner-slider-control::before {
    display: none;
}



/** Banner Slider Nav***/
.banner-slider-nav {
    position: absolute;
    top: 0;
    right: 50px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 999999;
}

.banner-slider-control {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid rgb(255, 255, 255, .2);
    color: var(--thm-body-font-color-2);
    font-size: 24px;
    line-height: 0px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    margin: 10px 0;
    z-index: 1;
}

.banner-slider-control:hover {
    color: var(--thm-black);
    border-color: transparent;
}

.banner-slider-control:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    border-radius: 50%;
    content: '';
    background: var(--thm-white);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: -1;
}

.banner-slider-control:hover:before {
    height: 100%;
}

.banner-slider-control i {
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.banner-slider-control.banner-slider-button-next {
    position: relative;
    margin-top: 0px;
}


/** Start Edit Css***/
.banner-slider-nav-style1 {
    right: 95px;
    top: auto;
    bottom: 110px;
}

.banner-slider-nav-style1 .banner-slider-control {
    width: 56px;
    height: 56px;
    border-radius: 5px;
    background-color: var(--thm-white);
    border: 1px solid #dbdee7;
    color: var(--thm-black);
    font-size: 16px;
}

.banner-slider-nav-style1 .banner-slider-control:hover {
    color: var(--thm-white);
    border-color: transparent;
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 100%, 0 0);
}

.banner-slider-nav-style1 .banner-slider-control::before {
    display: none;
}

/** End Edit Css***/



/** Banner Slider Control Wrap***/
.banner-slider-control-wrap {
    position: absolute;
    left: 50px;
    bottom: 50px;
    z-index: 100;
}

.banner-slider-control-wrap .swiper-counter {
    position: relative;
    display: inline-flex;
    align-items: baseline;
    justify-content: space-between;
    width: 110px;
    z-index: 9;
}

.banner-slider-control-wrap .swiper-counter div {
    position: relative;
    display: inline-block;
    color: transparent;
    -webkit-text-stroke: 1px var(--thm-white);
    font-size: 80px;
    line-height: 80px;
    font-weight: 700;
    font-family: var(--thm-font-2);
}

.banner-slider-control-wrap .swiper-counter div#current {
    margin-right: 6px;
}

.banner-slider-control-wrap .swiper-counter div#total {
    position: relative;
    right: 0px;
    color: var(--thm-white);
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    -webkit-text-stroke: 0px var(--thm-white);
    font-family: var(--thm-font-2);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.banner-slider-control-wrap .swiper-counter div#total:before {
    content: '/';
    position: absolute;
    left: -15px;
    width: 0px;
    height: 0px;
    top: 0px;
}





/*****
.main-slider__nav {
    position: absolute;
    top: 50%;
    right: 70px;
    transform: translateY(-50%) translateX(0);
    z-index: 100;
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
    position: relative;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: var(--thm-black);
    background-color: var(--thm-white);
    border: 1px solid var(--thm-white);
    border-radius: 4px;
    margin: 20px 0;
    text-align: center;
    transition: all 500ms ease;
    z-index: 100;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
    color: #ffffff;
    background-color: var(--thm-primary-color);
    border-color: var(--thm-primary-color);
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
    display: none;
}
****/



/*****
#main-slider-pagination {
    position: absolute;
    top: 0;
    right: 50px;
    bottom: 0px;
    left: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    margin: 0;
    z-index: 100;
    width: auto;
}

#main-slider-pagination .swiper-pagination-bullet {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    transition: all 100ms linear;
    transition-delay: 0.1s;
    margin: 0;
    background: transparent;
    border-radius: 0;
}

#main-slider-pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    background-color: var(--thm-white);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: scale(1.0);
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-top: 20px;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: transparent;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    transform: scale(1);
    background-color: var(--thm-primary-color);
}
****/



/*-----------------------------------------------
    Banner style1
------------------------------------------------*/
.banner-style1 {
    overflow: hidden;
    background-color: var(--thm-gray-bg);
    z-index: 10;
}

.banner-style1__pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: .12;
    overflow: hidden;
    width: calc((100% - 160px) / 2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    transition: 3s all;
    z-index: -1;
}

.banner-style1 .slider-bg-slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: calc((100% + 160px) / 2);
    height: 100% !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    transition: 3s all;
    z-index: -1;
}






.banner-style1__content {
    position: relative;
    display: block;
    padding: 150px 120px 150px;
}

.banner-style1__content-inner {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
}

.banner-style1__content .sub-title {
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
}

.banner-style1__content .sub-title h6 {
    color: var(--thm-black);
    font-size: 14px;
    line-height: 35px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 18px;
    background-color: var(--thm-primary-color);
    padding: 0px 20px 0px;
    z-index: 1;
}

.banner-style1__content .big-title {
    position: relative;
    display: block;
    padding-top: 17px;
}

.banner-style1__content .big-title h2 {
    font-size: 60px;
    line-height: 1.2em;
}

.banner-style1__content .text-box {
    position: relative;
    display: block;
    max-width: 420px;
    width: 100%;
    padding-top: 19px;
}

.banner-style1__content .text-box p {
    margin: 0;
}

.banner-style1__content .highlights-box {
    position: relative;
    display: block;
    padding-top: 35px;
}

.banner-style1__content .highlights-box ul {
    position: relative;
    display: flex;
    align-items: center;
}

.banner-style1__content .highlights-box ul li {
    position: relative;
    display: block;
    border-right: 1px solid #d8d5cf;
    padding-right: 30px;
    margin-right: 30px;
}

.banner-style1__content .highlights-box ul li:last-child {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
}

.banner-style1__content .highlights-box ul li .icon {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 0;
}

.banner-style1__content .highlights-box ul li .icon .icon-success .path1:before {
    color: var(--thm-primary-color);
}

.banner-style1__content .highlights-box ul li .icon .icon-success .path2:before,
.banner-style1__content .highlights-box ul li .icon .icon-success .path3:before {
    color: var(--thm-black);
}

.banner-style1__content .highlights-box ul li .title {
    position: relative;
    display: block;
    padding-top: 5px;
}

.banner-style1__content .highlights-box ul li .title h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.banner-style1__content .highlights-box ul li .title h4 span {
    color: var(--thm-body-font-color);
}

.banner-style1__content .bottom-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 40px;
}

.banner-style1__content .bottom-box .btn-box {
    position: relative;
    display: block;
    line-height: 0;
}

.banner-style1__content .bottom-box .btn-box .btn-one {
    font-size: 18px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    border-radius: 30px;
}

.banner-style1__content .bottom-box .btn-box .btn-one::before {
    background-color: var(--thm-primary-color);
}

.banner-style1__content .bottom-box .btn-box .btn-one::after {
    background-color: var(--thm-black-bg);
}

.banner-style1__content .bottom-box .btn-box .btn-one:hover {
    color: var(--thm-black);
}

.banner-style1__content .bottom-box .btn-box .btn-one i {
    position: relative;
    top: 1px;
    margin-left: 10px;
    font-size: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.banner-style1__content .bottom-box .btn-box .btn-one:hover i {
    color: var(--thm-black);
}



.banner-style1__content .bottom-box .app-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 20px;
    flex: 1;
}

.banner-style1__content .bottom-box .app-box .icon-box {
    position: relative;
    display: flex;
    align-items: center;
}

.banner-style1__content .bottom-box .app-box .icon-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #d0cec5;
    color: var(--thm-black);
    font-size: 20px;
    line-height: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.banner-style1__content .bottom-box .app-box .icon-box a+a {
    margin-left: 10px;
}

.banner-style1__content .bottom-box .app-box .icon-box a:hover {
    color: var(--thm-black);
    border-color: var(--thm-primary-color);
    background-color: var(--thm-primary-color);

}

.banner-style1__content .bottom-box .app-box .text {
    position: relative;
    display: block;
    padding-left: 15px;
    flex: 1;
}

.banner-style1__content .bottom-box .app-box .text p {
    color: var(--thm-body-font-color);
    line-height: 25px;
}



.banner-style1-dashboard {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40.7%;
    max-width: 370px;
    overflow: hidden;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
}

.banner-style1-dashboard__pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: bottom center;
}

.banner-style1-dashboard__shape {
    position: absolute;
    top: 105px;
    left: 40px;
}

.banner-style1-dashboard__shape img {
    width: auto;
}

.banner-style1-dashboard__inner {
    position: relative;
    display: block;
    padding: 33px 30px 35px;
}

.banner-style1-dashboard .top-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 23px;
}

.banner-style1-dashboard .top-box h2 {
    position: relative;
    display: block;
    font-size: 72px;
    line-height: 1.0em;
    font-weight: 600;
}

.banner-style1-dashboard .top-box p {
    position: relative;
    display: block;
    padding-left: 20px;
    flex: 1;
}

.banner-style1-dashboard .title {
    position: relative;
    display: block;
    padding-bottom: 22px;
}

.banner-style1-dashboard .title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.banner-style1-dashboard .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    padding: 20px 20px 20px;
}

.banner-style1-dashboard .img-box .inner {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    padding: 47px 30px 25px;
}

.banner-style1-dashboard .img-box .inner img {
    width: auto;
}

.banner-style1-dashboard .img-box-shape1 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .2;
}




/*-----------------------------------------------
# Main Slider Slider Style2
------------------------------------------------*/
.main-slider-style2 {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    z-index: 10;
}

.main-slider-style2 .image-layer {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    right: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: 3s all;
    z-index: 1;
}

.main-slider-style2 .image-layer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -moz-linear-gradient(-90deg, rgb(18, 38, 82) 10%, rgb(18, 38, 82) 10%, rgba(18, 38, 82, 0) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(18, 38, 82) 10%, rgb(18, 38, 82) 10%, rgba(18, 38, 82, 0) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(18, 38, 82) 10%, rgb(18, 38, 82) 10%, rgba(18, 38, 82, 0) 100%);
    z-index: -1;
}

.main-slider-style2 .swiper-slide-active .image-layer {
    animation: scale5 5s ease forwards;
}

@keyframes scale5 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}


.main-slider-style2 .container {
    position: relative;
    display: block;
    padding: 271px 0px 200px;
}

.main-slider-style2 .content-box {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 15;
}


/****
.main-slider-style2 .content-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--thm-black-bg);
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) scaleY(0);
    -ms-transform: perspective(400px) rotateY(0deg) scaleY(0);
    transform: perspective(400px) rotateY(0deg) scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-slider-style2 .swiper-slide-active .content-box::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) scaleY(1.0);
    -ms-transform: perspective(400px) rotateY(0deg) scaleY(1.0);
    transform: perspective(400px) rotateY(0deg) scaleY(1.0);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

***/


.main-slider-style2 .content-box .sub-title {
    position: relative;
    display: block;
    align-items: center;
    padding-bottom: 0px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
    transform: perspective(400px) rotateY(0deg) translateY(-120px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 10;
}

.main-slider-style2 .swiper-slide-active .sub-title {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.main-slider-style2 .content-box .sub-title h3 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
}

.main-slider-style2 .content-box .big-title {
    position: relative;
    display: block;
    align-items: center;
    padding-top: 7px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
    transform: perspective(400px) rotateY(0deg) translateY(-120px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 10;
}

.main-slider-style2 .swiper-slide-active .big-title {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.main-slider-style2 .content-box .big-title h2 {
    color: var(--thm-white);
    font-size: 85px;
    line-height: 1.0em;
    font-weight: 700;
    text-transform: uppercase;
}

.main-slider-style2 .content-box .border-line {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
    border: 1px dashed #ebeeef;
    text-align: center;
    margin: 26px auto 35px;
    opacity: 0;
    width: 0;
    transform: perspective(400px) scaleY(0) translateY(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 10;
}

.main-slider-style2 .swiper-slide-active .border-line {
    opacity: 1;
    width: 100%;
    transform: perspective(400px) scaleY(1) translateY(0px);
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
}

.main-slider-style2 .content-box .text-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateX(0deg) translateY(80px);
    transform: perspective(400px) rotateX(0deg) translateY(80px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 10;
}

.main-slider-style2 .swiper-slide-active .text-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateX(0deg) translateY(0px);
    transform: perspective(400px) rotateX(0deg) translateY(0px);
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
}

.main-slider-style2 .content-box .text-box p {
    color: var(--thm-white);
    font-size: 19px;
    line-height: 29px;
}


.main-slider-style2 .content-box .btn-box {
    position: relative;
    display: flex;
    justify-content: center;
    line-height: 0;
    padding-top: 31px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 10;
}

.main-slider-style2 .swiper-slide-active .content-box .btn-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    -ms-transition-delay: 2500ms;
    -o-transition-delay: 2500ms;
    transition-delay: 2500ms;
}

.main-slider-style2 .content-box .btn-box .btn-one {
    color: var(--thm-black);
    font-size: 14px;
    line-height: 36px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
}

.main-slider-style2 .content-box .btn-box .btn-one:hover {
    color: var(--thm-white);
}

.main-slider-style2 .content-box .btn-box .btn-one i {
    font-size: 20px;
    font-weight: 700;
    margin-right: 0px;
    margin-left: 5px;
    top: -1px;
}

.main-slider-style2 .content-box .btn-box .btn-one::before {
    background-color: var(--thm-primary-color);
}

.main-slider-style2 .content-box .btn-box .btn-one:after {
    background-color: var(--thm-white);
}


.main-slider-style2 .banner-slider-nav {
    top: 50%;
    bottom: auto;
    right: 60px;
    justify-content: space-between;
    flex-direction: row;
    left: 60px;
    z-index: 1;
}

.main-slider-style2 .banner-slider-control {
    background-color: var(--thm-white);
    width: 56px;
    height: 56px;
    border-radius: 5px;
    border: none;
    color: var(--thm-black);
    font-size: 20px;
    margin: 0px 0;
}

.main-slider-style2 .banner-slider-control:hover {
    color: var(--thm-white);
    clip-path: polygon(100% 0, 100% 75%, 75% 100%, 0 100%, 0 0);
}

.main-slider-style2 .banner-slider-control:before {
    background: var(--thm-primary-color);
    border-radius: var(--thm-border-radius);
}

.main-slider-style2 .banner-slider-control:hover:before {
    height: 100%;
}

.banner-slider-nav--style2 {
    top: 50%;
    right: 50px;
    left: 50px;
    flex-direction: row;
    justify-content: space-between;
    height: 0;
}



/*
-----------------------------------------------
    Main Slider Slider Style3
-----------------------------------------------
*/
.main-slider-style3 {
    position: relative;
    display: block;
    background-color: var(--thm-gray-bg);
}

.main-slider-style3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc((100% - 44.5%) / 2);
    background-color: var(--thm-white);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}



.main-slider-style3-certificate {
    position: absolute;
    top: 0;
    left: 529px;
    width: 248px;
    height: 555px;
    background: rgb(243, 244, 246);
    background: linear-gradient(0deg, rgba(243, 244, 246, 0.43461134453781514) 0%, rgba(18, 38, 82, 1) 95%);
    padding: 50px 0px 0px;
}

.main-slider-style3-certificate .img-box {
    position: relative;
    display: block;
    max-width: 100px;
    height: 72px;
    margin: 0 auto;
    z-index: 2;
}

.main-slider-style3-certificate .img-box-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    z-index: 1;
}

.main-slider-style3-certificate .img-box ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.main-slider-style3-certificate .img-box ul li {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 14px;
    line-height: 0;
    cursor: pointer;
}

.main-slider-style3-certificate .img-box ul li+li {
    margin-left: 4px;
}

.main-slider-style3-certificate .img-box .title {
    position: relative;
    display: block;
    padding-top: 7px;
    z-index: 2;
}

.main-slider-style3-certificate .img-box .title h6 {
    color: var(--thm-white);
    font-size: 14px;
    line-height: 16px;
}

.main-slider-style3-certificate .img-box .title p {
    color: var(--thm-white);
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
}

.main-slider-style3-certificate .text-box {
    position: relative;
    display: block;
    padding-top: 14px;
}

.main-slider-style3-certificate .text-box h4 {
    color: var(--thm-white);
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
}



.banner-slider-nav-style3 .banner-slider-control {
    width: 56px;
    height: 56px;
    border-radius: 5px;
    background-color: var(--thm-white);
    border: 1px solid #dbdee7;
    color: var(--thm-black);
    font-size: 16px;
}

.banner-slider-nav-style3 .banner-slider-control:hover {
    color: var(--thm-white);
    border-color: transparent;
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 100%, 0 0);
}

.banner-slider-nav-style3 .banner-slider-control::before {
    display: none;
}


.main-slider-style3-big-title {
    position: absolute;
    top: 205px;
    left: 36%;
    color: #e5e7eb;
    font-size: 200px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
}

.main-slider-style3-big-title1 {
    position: absolute;
    top: 206px;
    left: 36.3%;
    color: transparent;
    -webkit-text-stroke: 1px #e5e7eb;
    text-stroke: 1px #e5e7eb;
    font-size: 200px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
}

.main-slider-style3-img {
    position: absolute;
    top: 37%;
    left: 30px;
    z-index: 10;
}

.main-slider-style3-img img {
    width: auto;
}



.main-slider-style3__inner {
    position: relative;
    display: block;
}

.main-slider-style3 .container {
    padding: 297px 0px 190px;
}

.main-slider-style3 .content-box {
    position: relative;
    display: block;
    margin-left: 600px;
}

.main-slider-style3 .content-box .big-title {
    position: relative;
    display: block;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
    transform: perspective(400px) rotateY(0deg) translateY(-120px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 10;
}

.main-slider-style3 .swiper-slide-active .big-title {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.main-slider-style3 .content-box .big-title h2 {
    font-size: 36px;
    line-height: 1.0em;
    font-weight: 600;
}

.main-slider-style3 .content-box .big-title h2 span {
    color: var(--thm-primary-color);
    font-size: 120px;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: -7px;
}



.main-slider-style3 .content-box .text-box {
    position: relative;
    display: block;
    padding-top: 28px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateX(0deg) translateY(80px);
    transform: perspective(400px) rotateX(0deg) translateY(80px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 10;
}

.main-slider-style3 .swiper-slide-active .text-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateX(0deg) translateY(0px);
    transform: perspective(400px) rotateX(0deg) translateY(0px);
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
}

.main-slider-style3 .content-box .text-box p {
    font-size: 19px;
    line-height: 28px;
}

.main-slider-style3 .content-box .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 32px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 10;
}

.main-slider-style3 .swiper-slide-active .content-box .btn-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    -ms-transition-delay: 2500ms;
    -o-transition-delay: 2500ms;
    transition-delay: 2500ms;
}

.main-slider-style3 .content-box .btn-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.main-slider-style3 .content-box .btn-box a:hover {
    color: var(--thm-primary-color);
}

.main-slider-style3 .content-box .btn-box a i {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background-color: var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 100%, 0 0);
    color: var(--thm-white);
    font-size: 25px;
    line-height: 0;
    margin-right: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.main-slider-style3 .content-box .btn-box a:hover i {
    color: var(--thm-white);
    background-color: var(--thm-primary-color);
}




/*-----------------------------------------------
# Main Slider Slider Style4
------------------------------------------------*/
.main-slider-style4 {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-black-bg);
}

.main-slider-style4__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1820px;
    height: 995px;
    margin: 0 auto;
    mix-blend-mode: luminosity;
    opacity: 0.25;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.main-slider-style4__shape {
    position: absolute;
    top: 236px;
    right: 0px;
}

.main-slider-style4__shape img {
    width: auto;
}

.main-slider-style4__inner {
    position: relative;
    display: block;
}

.main-slider-style4 .image-layer {
    position: absolute;
    top: 250px;
    right: -20px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateX(300px);
    -ms-transform: perspective(400px) rotateY(0deg) translateX(300px);
    transform: perspective(400px) rotateY(0deg) translateX(300px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 10;
}

.main-slider-style4 .swiper-slide-active .image-layer {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
    transform: perspective(400px) rotateY(0deg) translateX(0px);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.main-slider-style4 .image-layer.two {
    top: 192px;
    right: 180px;
}

.main-slider-style4 .image-layer.three {
    right: 267px;
}

.main-slider-style4 .image-layer img {
    width: auto;
}

.main-slider-style4__inner {
    position: relative;
    display: block;
}

.main-slider-style4__inner .container {
    position: relative;
    display: block;
    padding: 378px 0px 230px;
}

.main-slider-style4 .content-box {
    position: relative;
    display: block;
    max-width: 705px;
    width: 100%;
}

.main-slider-style4 .content-box .sub-title {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
    transform: perspective(400px) rotateY(0deg) translateY(-120px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
    z-index: 10;
}

.main-slider-style4 .swiper-slide-active .sub-title {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
}

.main-slider-style4 .content-box .sub-title .decor {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 17px;
    border: 2px solid var(--thm-primary-color);
}

.main-slider-style4 .content-box .sub-title .decor::before {
    content: "";
    position: absolute;
    top: 0;
    left: 3px;
    bottom: 0;
    width: 2px;
    background-color: var(--thm-primary-color);
}

.main-slider-style4 .content-box .sub-title .decor::after {
    content: "";
    position: absolute;
    top: 0;
    right: 3px;
    bottom: 0;
    width: 2px;
    background-color: var(--thm-primary-color);
}

.main-slider-style4 .content-box .sub-title h4 {
    color: var(--thm-primary-color);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 7px;
    z-index: 1;
}


.main-slider-style4 .content-box .big-title {
    position: relative;
    display: block;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
    transform: perspective(400px) rotateY(0deg) translateY(-120px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 10;
}

.main-slider-style4 .swiper-slide-active .big-title {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.main-slider-style4 .content-box .big-title h2 {
    color: var(--thm-white);
    font-size: 72px;
    line-height: 1.1em;
}



.main-slider-style4 .content-box .text-box {
    position: relative;
    display: block;
    padding-top: 19px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateX(0deg) translateY(80px);
    transform: perspective(400px) rotateX(0deg) translateY(80px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 10;
}

.main-slider-style4 .swiper-slide-active .text-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateX(0deg) translateY(0px);
    transform: perspective(400px) rotateX(0deg) translateY(0px);
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
}

.main-slider-style4 .content-box .text-box p {
    color: var(--thm-body-font-color-2);
    font-size: 19px;
    line-height: 29px;
}

.main-slider-style4 .content-box .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 31px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 10;
}

.main-slider-style4 .swiper-slide-active .content-box .btn-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    -ms-transition-delay: 2500ms;
    -o-transition-delay: 2500ms;
    transition-delay: 2500ms;
}

.main-slider-style4 .content-box .btn-box .btn-one {
    color: var(--thm-black);
    font-size: 14px;
    line-height: 36px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
}

.main-slider-style4 .content-box .btn-box .btn-one:hover {
    color: var(--thm-white);
}

.main-slider-style4 .content-box .btn-box .btn-one i {
    font-size: 20px;
    font-weight: 700;
    margin-right: 0px;
    margin-left: 5px;
    top: -1px;
}

.main-slider-style4 .content-box .btn-box .btn-one::before {
    background-color: var(--thm-primary-color);
}

.main-slider-style4 .content-box .btn-box .btn-one:after {
    background-color: var(--thm-white);
}

.banner-slider-nav-style4 {
    right: auto;
    left: 80px;
}

.banner-slider-nav-style4 .banner-slider-control {
    width: 56px;
    height: 56px;
    border-radius: 5px;
    background-color: var(--thm-white);
    border: 1px solid #dbdee7;
    color: var(--thm-black);
    font-size: 16px;
}

.banner-slider-nav-style4 .banner-slider-control:hover {
    color: var(--thm-white);
    border-color: transparent;
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 100%, 0 0);
}

.banner-slider-nav-style4 .banner-slider-control::before {
    display: none;
}


/*
==========================
  Service style1 Css
==========================
*/
.service-style1 {
    padding: 120px 0px 70px;
}

.service-style1-content {
    position: relative;
    display: block;
    margin-bottom: 41px;
}

.service-style1-content .sec-title {
    padding-bottom: 17px;
}

.service-style1-content .sec-title h2 {
    margin-left: -3px;
}

.service-style1-content .text-box {
    position: relative;
    display: block;
}

.service-style1-content .text-box p {
    margin: 0;
}

.service-style1-content .btn-box {
    position: relative;
    display: block;
    padding-top: 24px;
}

.service-style1-content .btn-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.service-style1-content .btn-box a:hover {
    color: var(--thm-primary-color);
}

.service-style1-content .btn-box a i {
    position: relative;
    top: -1px;
    font-size: 21px;
    margin-left: 3px;
}

.service-style1-banner {
    position: relative;
    display: block;
    margin-top: 51px;
    overflow: hidden;
    background: rgb(18, 38, 82);
    background: linear-gradient(180deg, rgba(18, 38, 82, 0.39539565826330536) 0%, rgba(255, 255, 255, 0.8379726890756303) 90%);
    border-radius: var(--thm-border-radius);
    padding: 30px 30px 0px;
}

.service-style1-banner .img-box {
    position: absolute;
    top: 0;
    left: 45px;
    right: 45px;
    text-align: center;
    z-index: 5;
}

.service-style1-banner .img-box img {
    width: auto;
}

.service-style1-banner-inner {
    position: relative;
    display: block;
    text-align: center;
    background-color: var(--thm-white);
    padding: 207px 40px 0px;
}

.service-style1-banner-inner .title {
    position: relative;
    display: block;
}

.service-style1-banner-inner .title h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 6px;
}

.service-style1-banner-inner .title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.service-style1-banner-inner .title h3 a:hover {
    color: var(--thm-primary-color);
}

.service-style1-banner-inner .title p {
    margin: 0;
}

.service-style1-banner-inner .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 18px;
}

.service-style1-banner-inner .btn-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 0px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.service-style1-banner-inner .btn-box a:hover {
    color: var(--thm-primary-color);
}

.service-style1-banner-inner .btn-box a i {
    font-size: 21px;
    margin-left: 3px;
    top: -1px;
    position: relative;
}

.service-style1__inner {
    position: relative;
    display: block;
    margin-top: -7px;
}

.single-service-style1 {
    position: relative;
    display: block;
    padding-left: 100px;
}

.single-service-style1 .icon {
    position: absolute;
    top: 99px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--thm-gray-bg);
    border: 1px solid var(--thm-gray-bg);
    font-size: 36px;
    line-height: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-service-style1 .icon .icon-cargo-ship .path1:before,
.single-service-style1 .icon .icon-cargo-ship .path2:before,
.single-service-style1 .icon .icon-warehouse .path1:before,
.single-service-style1 .icon .icon-warehouse .path2:before,
.single-service-style1 .icon .icon-delivery-courier .path3:before,
.single-service-style1 .icon .icon-delivery-courier .path4:before,
.single-service-style1 .icon .icon-delivery-truck .path1:before,
.single-service-style1 .icon .icon-guidance .path2:before,
.single-service-style1 .icon .icon-protection .path1:before {
    color: var(--thm-black);
}

.single-service-style1 .icon .icon-cargo-ship .path3:before,
.single-service-style1 .icon .icon-cargo-ship .path4:before,
.single-service-style1 .icon .icon-cargo-ship .path5:before,
.single-service-style1 .icon .icon-warehouse .path3:before,
.single-service-style1 .icon .icon-warehouse .path4:before,
.single-service-style1 .icon .icon-warehouse .path5:before,
.single-service-style1 .icon .icon-delivery-courier .path1:before,
.single-service-style1 .icon .icon-delivery-courier .path2:before,
.single-service-style1 .icon .icon-delivery-truck .path2:before,
.single-service-style1 .icon .icon-delivery-truck .path3:before,
.single-service-style1 .icon .icon-guidance .path1:before,
.single-service-style1 .icon .icon-protection .path2:before,
.single-service-style1 .icon .icon-protection .path3:before {
    color: var(--thm-primary-color);
}

.single-service-style1:hover .icon {
    background-color: transparent;
    border-color: var(--thm-border-color);
}

.single-service-style1 .border-line {
    position: absolute;
    top: -84px;
    left: 35px;
    width: 36px;
    height: 83px;
    border-top-left-radius: var(--thm-border-radius);
    border: 1px solid var(--thm-border-color);
    border-bottom: none;
    border-right: none;
}

.single-service-style1 .title {
    position: relative;
    display: block;
    margin-bottom: 16px;
}

.single-service-style1 .title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-top: -1px;
}

.single-service-style1 .title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style1 .title h3 a:hover {
    color: var(--thm-primary-color);
}

.single-service-style1 .title .circle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -31px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--thm-white);
    border: 2px solid var(--thm-border-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-service-style1 .title .circle::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    transform: scale(0);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-service-style1:hover .title .circle::before {
    transform: scale(1);
}

.single-service-style1 .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 84%, 84% 100%, 0 100%, 0 0);
}

.single-service-style1 .img-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(var(--thm-black-bg-rgb), .9);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.single-service-style1:hover .img-box::before {
    opacity: 1;
}

.single-service-style1 .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-service-style1:hover .img-box img {
    transform: scale(1.07) rotate(0deg);
}

.single-service-style1 .img-box .icon2 {
    position: absolute;
    right: 25px;
    bottom: 25px;
    z-index: 6;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.single-service-style1 .img-box .icon2 a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    overflow: hidden;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 75%, 75% 100%, 0 100%, 0 0);
    color: var(--thm-black);
    font-size: 25px;
    line-height: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style1:hover .img-box .icon2 a {
    color: var(--thm-white);
    background-color: var(--thm-primary-color);
}

.single-service-style1 .img-box .icon2 .overlay-btn-box {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    opacity: 0;
    transform: translateY(70px);
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.single-service-style1:hover .img-box .icon2 .overlay-btn-box {
    opacity: 1;
    transform: translateY(0px);
}

.single-service-style1 .img-box .icon2 .overlay-btn-box a {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    border-radius: var(--thm-border-radius);
    background-color: var(--thm-primary-color);
    padding: 16px 0px 16px;
    margin-right: 5px;
    width: 160px;
    text-align: center;
    clip-path: none;
}

.single-service-style1 .img-box .icon2 .overlay-btn-box a:hover {
    background-color: var(--thm-black);
}


.single-service-style1 .overlay-content {
    position: absolute;
    top: 0;
    left: 25px;
    bottom: 0;
    right: 25px;
    display: flex;
    align-items: center;
    opacity: 0;
    transform: translateY(-70px);
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
    z-index: 5;
}

.single-service-style1:hover .overlay-content {
    opacity: 1;
    transform: translateY(0px);
}

.single-service-style1 .overlay-content p {
    position: relative;
    top: -12px;
    color: var(--thm-body-font-color-2);
}



/*
==========================
  Service style2 Css
==========================
*/
.service-style2 {
    padding: 120px 0px 90px;
}

.single-service-style2 {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 88%, 88% 100%, 0 100%, 0 0);
    margin-bottom: 30px;
}

.single-service-style2-img {
    position: relative;
    display: block;
    overflow: hidden;
    height: 225px;
}

.single-service-style2-img__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    z-index: -1;
}

.single-service-style2-img-inner {
    position: relative;
    display: block;
}

.single-service-style2-img-inner img {
    width: auto;
}

.single-service-style2-text {
    position: relative;
    display: block;
    border-bottom: 1px solid #dbdee7;
    padding: 34px 30px 22px;
}

.single-service-style2-text p {
    margin: 0;
}

.single-service-style2-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 30px 30px;
}

.single-service-style2-bottom-left {
    position: relative;
    display: block;
}

.single-service-style2-bottom-left h6 {
    color: var(--thm-primary-color);
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
}

.single-service-style2-bottom-left h3 {
    font-size: 24px;
    line-height: 32px;
}

.single-service-style2-bottom-left h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style2-bottom-left h3 a:hover {
    color: var(--thm-primary-color);
}

.single-service-style2-bottom-right {
    position: relative;
    display: block;
}

.single-service-style2-bottom-right a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    overflow: hidden;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 75%, 75% 100%, 0 100%, 0 0);
    color: var(--thm-black);
    font-size: 25px;
    line-height: 0;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.single-service-style2:hover .single-service-style2-bottom-right a {
    color: var(--thm-white);
    background-color: var(--thm-primary-color);
}


/*
==========================
  Service style3 Css
==========================
*/
.service-style3 {
    padding: 0px 0px 120px;
}

.service-style3 .container {
    max-width: 1790px;
}

.service-style3__inner {
    position: relative;
    display: block;
}

.single-service-style3 {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 85%, 95% 100%, 0 100%, 0 0);
}

.single-service-style3-inner {
    position: relative;
    display: block;
    padding-left: 415px;
    padding-right: 55px;
}

.single-service-style3 .img-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.single-service-style3 .img-box .inner {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 2;
}

.single-service-style3 .img-box .inner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(var(--thm-primary-color-rgb), .80);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.single-service-style3:hover .img-box .inner::before {
    opacity: 1;
}

.single-service-style3 .img-box .inner img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-service-style3:hover .img-box .inner img {
    transform: scale(1.07) rotate(0deg);
}

.single-service-style3 .img-box .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -45px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: var(--thm-white);
    font-size: 46px;
    line-height: 0;
    z-index: 5;
}

.single-service-style3 .img-box .icon .icon-cargo-ship .path1:before,
.single-service-style3 .img-box .icon .icon-cargo-ship .path2:before,
.single-service-style3 .img-box .icon .icon-warehouse .path1:before,
.single-service-style3 .img-box .icon .icon-warehouse .path2:before {
    color: var(--thm-black);
}

.single-service-style3 .img-box .icon .icon-cargo-ship .path3:before,
.single-service-style3 .img-box .icon .icon-cargo-ship .path4:before,
.single-service-style3 .img-box .icon .icon-cargo-ship .path5:before,
.single-service-style3 .img-box .icon .icon-warehouse .path3:before,
.single-service-style3 .img-box .icon .icon-warehouse .path4:before,
.single-service-style3 .img-box .icon .icon-warehouse .path5:before {
    color: var(--thm-primary-color);
}

.single-service-style3 .img-box .border-one {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -105px;
    bottom: 0;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--thm-border-color-1);
}

.single-service-style3 .img-box .border-two {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -75px;
    bottom: 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--thm-border-color-1);
}

.single-service-style3 .content-box {
    position: relative;
    display: block;
    padding: 42px 0px 42px;
}

.single-service-style3 .content-box .title {
    position: relative;
    display: block;
}

.single-service-style3 .content-box .title h3 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.single-service-style3 .content-box .title h3 a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style3 .content-box .title h3 a:hover {
    color: var(--thm-primary-color);
}

.single-service-style3 .content-box .title .border-line {
    position: relative;
    display: block;
    width: 54px;
    height: 2px;
    background: rgb(18, 38, 82);
    background: linear-gradient(90deg, rgba(18, 38, 82, 1) 0%, rgba(253, 86, 33, 1) 100%);
    margin: 15px 0px 28px;
}

.single-service-style3 .content-box .title .border-line::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
}

.single-service-style3 .content-box .text {
    position: relative;
    display: block;
}

.single-service-style3 .content-box .text p {
    color: var(--thm-body-font-color-2);
}

.single-service-style3 .content-box .btn-box {
    position: relative;
    display: block;
    padding-top: 14px;
}

.single-service-style3 .content-box .btn-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style3 .content-box .btn-box a:hover {
    color: var(--thm-primary-color);
}

.single-service-style3 .content-box .btn-box a i {
    position: relative;
    top: -1px;
    font-size: 20px;
    margin-left: 5px;
}

.service-style3-carousel.owl-nav-style-one.owl-theme .owl-nav {
    margin: 60px auto 0px;
}

.service-style3-carousel.owl-nav-style-one.owl-theme .owl-nav::before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 1760px;
    background-color: var(--thm-border-color);
    margin: 0 auto;
}

.service-style3-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    background-color: var(--thm-white);
}


/*****
==========================
  Service style4 Css
==========================
*****/
.service-style4 {
    padding: 120px 0px 0px;
}

.service-style4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 215px;
    background-color: var(--thm-gray-bg);
    z-index: -1;
}

.service-style4 .container {
    max-width: 1600px;
}

.single-service-style4 {
    position: relative;
    display: block;
    padding-left: 100px;
    margin-bottom: 50px;
}

.single-service-style4 .count {
    position: absolute;
    bottom: 120px;
    left: 0;
}

.single-service-style4 .count h1 {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #dbdee7;
    font-size: 90px;
    line-height: 1.0em;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style4:hover .count h1 {
    color: var(--thm-primary-color);
    -webkit-text-stroke-color: var(--thm-primary-color);
}

.single-service-style4 .icon {
    position: absolute;
    top: 100px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--thm-gray-bg);
    border: 1px solid var(--thm-gray-bg);
    font-size: 36px;
    line-height: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-service-style4 .icon .icon-cargo-ship .path1:before,
.single-service-style4 .icon .icon-cargo-ship .path2:before,
.single-service-style4 .icon .icon-warehouse .path1:before,
.single-service-style4 .icon .icon-warehouse .path2:before,
.single-service-style4 .icon .icon-delivery-courier .path3:before,
.single-service-style4 .icon .icon-delivery-courier .path4:before,
.single-service-style4 .icon .icon-delivery-truck .path1:before {
    color: var(--thm-black);
}

.single-service-style4 .icon .icon-cargo-ship .path3:before,
.single-service-style4 .icon .icon-cargo-ship .path4:before,
.single-service-style4 .icon .icon-cargo-ship .path5:before,
.single-service-style4 .icon .icon-warehouse .path3:before,
.single-service-style4 .icon .icon-warehouse .path4:before,
.single-service-style4 .icon .icon-warehouse .path5:before,
.single-service-style4 .icon .icon-delivery-courier .path1:before,
.single-service-style4 .icon .icon-delivery-courier .path2:before,
.single-service-style4 .icon .icon-delivery-truck .path2:before,
.single-service-style4 .icon .icon-delivery-truck .path3:before {
    color: var(--thm-primary-color);
}

.single-service-style4:hover .icon {
    background-color: transparent;
    border-color: var(--thm-border-color);
}

.single-service-style4 .border-line {
    position: absolute;
    top: -84px;
    left: 35px;
    width: 36px;
    height: 83px;
    border-top-left-radius: var(--thm-border-radius);
    border: 1px solid var(--thm-border-color);
    border-bottom: none;
    border-right: none;
}

.single-service-style4 .title {
    position: relative;
    display: block;
    margin-bottom: 16px;
}

.single-service-style4 .title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-top: -1px;
}

.single-service-style4 .title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style4 .title h3 a:hover {
    color: var(--thm-primary-color);
}

.single-service-style4 .title .circle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -31px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--thm-white);
    border: 2px solid var(--thm-border-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-service-style4 .title .circle::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    transform: scale(0);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-service-style4:hover .title .circle::before {
    transform: scale(1);
}

.single-service-style4-inner {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.single-service-style4 .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: var(--thm-border-radius);
    border-top-right-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 85%, 85% 100%, 0 100%, 0 0);
}

.single-service-style4 .img-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(var(--thm-black-bg-rgb), .9);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.single-service-style4:hover .img-box::before {
    opacity: 1;
}

.single-service-style4 .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-service-style4:hover .img-box img {
    transform: scale(1.07) rotate(0deg);
}

.single-service-style4 .img-box .icon2 {
    position: absolute;
    right: 25px;
    bottom: 25px;
    z-index: 5;
}

.single-service-style4 .img-box .icon2 a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    overflow: hidden;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 100%, 0 0);
    color: var(--thm-black);
    font-size: 25px;
    line-height: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style4:hover .img-box .icon2 a {
    color: var(--thm-white);
    background-color: var(--thm-primary-color);
}

.single-service-style4 .text-box {
    position: relative;
    display: block;
    padding: 25px 25px 22px;
}

.single-service-style4 .text-box p {
    margin: 0;
}


/*
==========================
  Service Details Css
==========================
*/
.service-details-page {
    padding: 120px 0px 120px;
}

.service-details-sidebar {
    position: relative;
    display: block;
    margin-right: 20px;
}

.all-service-page {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    border: 1px solid var(--thm-border-color);
    border-top: none;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.all-service-page__title {
    position: relative;
    display: block;
    background-color: var(--thm-black-bg);
    clip-path: polygon(100% 0, 100% 55%, 90% 100%, 0 100%, 0 0);
    padding: 13px 30px 13px;
}

.all-service-page__title h3 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.all-service-page__list {
    position: relative;
    display: block;
}

.all-service-page__list li {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--thm-border-color);
}

.all-service-page__list li:last-child {
    border-bottom: none;
}

.all-service-page__list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: transparent;
    border-right: 1px solid var(--thm-border-color);
    font-size: 26px;
    line-height: 0;
}

.all-service-page__list li .icon .icon-cargo-ship .path1:before,
.all-service-page__list li .icon .icon-cargo-ship .path2:before,
.all-service-page__list li .icon .icon-warehouse .path1:before,
.all-service-page__list li .icon .icon-warehouse .path2:before,
.all-service-page__list li .icon .icon-delivery-courier .path3:before,
.all-service-page__list li .icon .icon-delivery-courier .path4:before,
.all-service-page__list li .icon .icon-delivery-truck .path1:before,
.all-service-page__list li .icon .icon-guidance .path2:before,
.all-service-page__list li .icon .icon-protection .path1:before {
    color: var(--thm-black);
}

.all-service-page__list li .icon .icon-cargo-ship .path3:before,
.all-service-page__list li .icon .icon-cargo-ship .path4:before,
.all-service-page__list li .icon .icon-cargo-ship .path5:before,
.all-service-page__list li .icon .icon-warehouse .path3:before,
.all-service-page__list li .icon .icon-warehouse .path4:before,
.all-service-page__list li .icon .icon-warehouse .path5:before,
.all-service-page__list li .icon .icon-delivery-courier .path1:before,
.all-service-page__list li .icon .icon-delivery-courier .path2:before,
.all-service-page__list li .icon .icon-delivery-truck .path2:before,
.all-service-page__list li .icon .icon-delivery-truck .path3:before,
.all-service-page__list li .icon .icon-guidance .path1:before,
.all-service-page__list li .icon .icon-protection .path2:before,
.all-service-page__list li .icon .icon-protection .path3:before {
    color: var(--thm-primary-color);
}

.all-service-page__list li .title {
    position: relative;
    display: block;
    padding-left: 25px;
    flex: 1;
}

.all-service-page__list li .title h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.all-service-page__list li .title h4 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.all-service-page__list li .title h4 a:hover,
.all-service-page__list li.active .title h4 a {
    color: var(--thm-primary-color);
}

.service-details-download {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 40px;
}

.service-details-download li {
    position: relative;
    display: block;
    width: 50%;
    border-radius: 8px;
    background-color: var(--thm-white);
    border: 1px solid var(--thm-border-color);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.service-details-download li+li {
    margin-left: 10px;
}

.service-details-download li .top-box {
    position: relative;
    display: block;
    padding: 28px 25px 18px;
}

.service-details-download li .top-box .icon {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 0;
}

.service-details-download li .top-box .icon .icon-file .path1:before,
.service-details-download li .top-box .icon .icon-file-1 .path1:before {
    color: var(--thm-black);
}

.service-details-download li .top-box .icon .icon-file .path2:before,
.service-details-download li .top-box .icon .icon-file .path3:before,
.service-details-download li .top-box .icon .icon-file-1 .path2:before,
.service-details-download li .top-box .icon .icon-file-1 .path3:before {
    color: var(--thm-primary-color);
}

.service-details-download li .top-box h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-top: 10px;
}

.service-details-download li .top-box h4 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.service-details-download li .top-box h4 a:hover {
    color: var(--thm-primary-color);
}

.service-details-download li .btn-box {
    position: relative;
    display: block;
    text-align: center;
    border-top: 1px solid var(--thm-border-color);
    padding: 11.5px 25px 11.5px;
}

.service-details-download li .btn-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.service-details-download li .btn-box a i {
    position: relative;
    font-size: 20px;
    top: -1px;
    margin-left: 5px;
}

.service-details-download li .btn-box a:hover {
    color: var(--thm-primary-color);
}

.service-details-download li .file-size {
    position: absolute;
    top: 0;
    right: 20px;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    white-space: nowrap;
    background-color: var(--thm-gray-bg);
    padding: 25px 0px 15px;
}

.service-details-download li .file-size::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 25px;
    height: 15px;
    background-color: var(--thm-white);
    clip-path: polygon(50% 100%, 100% 0, 0 0);
}

.service-details-download li .file-size h6 {
    color: var(--thm-body-font-color);
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
}

.service-details-banner {
    position: relative;
    display: block;
    margin-top: 30px;
    overflow: hidden;
    background-color: var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    padding: 325px 30px 40px;
}

.service-details-banner ul {
    position: relative;
    display: block;
}

.service-details-banner ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.service-details-banner ul li+li {
    margin-top: 15px;
}

.service-details-banner ul li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #203565;
    font-size: 24px;
    line-height: 0;
}

.service-details-banner ul li .icon img {
    width: auto;
}

.service-details-banner ul li .icon .icon-email .path1:before {
    color: var(--thm-primary-color);
}

.service-details-banner ul li .icon .icon-email .path2:before,
.service-details-banner ul li .icon .icon-email .path3:before,
.service-details-banner ul li .icon .icon-email .path4:before,
.service-details-banner ul li .icon .icon-email .path5:before,
.service-details-banner ul li .icon .icon-email .path6:before {
    color: var(--thm-white);
}

.service-details-banner ul li .title {
    position: relative;
    display: block;
    padding-left: 15px;
    flex: 1;
}

.service-details-banner ul li .title h6 {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.service-details-banner ul li .title h6::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: var(--thm-white);
}

.service-details-banner ul li .title p {
    color: var(--thm-body-font-color-2);
    margin-top: 3px;
}

.service-details-banner ul li .title p a {
    color: var(--thm-body-font-color-2);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.service-details-banner ul li .title p a:hover {
    color: var(--thm-white);
}

.service-details-banner .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 30px;
}

.service-details-banner .btn-box .btn-one {
    width: 100%;
    justify-content: center;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 36px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
}

.service-details-banner .btn-box .btn-one:hover {
    color: var(--thm-white);
}

.service-details-banner .btn-box .btn-one i {
    font-size: 20px;
    font-weight: 700;
    margin-right: 0px;
    margin-left: 5px;
    top: -1px;
}

.service-details-banner .btn-box .btn-one::before {
    background-color: var(--thm-primary-color);
}

.service-details-banner .btn-box .btn-one:after {
    background-color: var(--thm-white);
}

.service-details-banner .shape1 {
    position: absolute;
    top: 0;
    left: 0;
}

.service-details-banner .shape1 img {
    width: auto;
}

.service-details-banner .shape2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.service-details-banner .shape2 img {
    width: auto;
}

.service-details-banner .img1 {
    position: absolute;
    top: 40px;
    left: 0;
}

.service-details-banner .img1 img {
    width: auto;
}

.service-details-banner .img2 {
    position: absolute;
    top: 30px;
    right: 0;
}

.service-details-banner .img2 img {
    width: auto;
}












.service-details-content {
    position: relative;
    display: block;
    margin-top: -7px;
}

.service-details-text1 {
    position: relative;
    display: block;
    padding-bottom: 42px;
}

.service-details-text1 h2 {
    font-size: 40px;
    line-height: 1.0em;
    font-weight: 600;
    margin-bottom: 27px;
}

.service-details-text1 p {
    margin: 0;
}

.service-details-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
}

.service-details-img img {
    width: 100%;
}

.service-details-text2 {
    position: relative;
    display: block;
    padding-top: 44px;
}

.service-details-text2 p {
    margin: 0;
}

.service-details-facts {
    position: relative;
    display: block;
    padding-top: 42px;
}

.single-service-details-facts {
    position: relative;
    display: block;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 75%, 90% 100%, 0 100%, 0 0);
    padding: 18px 30px 22px;
}

.single-service-details-facts .odometer-counting {
    position: relative;
    display: flex;
    align-items: center;
}

.single-service-details-facts .odometer-counting h2 {
    color: var(--thm-black);
    font-size: 48px;
    line-height: 1.0em;
    font-weight: 600;
}

.single-service-details-facts .odometer-counting span {
    color: var(--thm-black);
    font-size: 48px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
    font-weight: 600;
    margin-top: 1px;
}

.single-service-details-facts .border-line {
    position: relative;
    display: block;
    width: 54px;
    height: 2px;
    background: rgb(243, 244, 246);
    background: linear-gradient(90deg, rgba(243, 244, 246, 1) 0%, rgba(253, 86, 33, 1) 100%);
    margin: 14px 0px 28px;
}

.single-service-details-facts .border-line::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
}

.single-service-details-facts .icon {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 50px;
    line-height: 0;
}

.single-service-details-facts .icon .icon-global-banking .path1:before,
.single-service-details-facts .icon .icon-green-energy .path1:before,
.single-service-details-facts .icon .icon-green-energy .path2:before {
    color: var(--thm-primary-color);
}

.single-service-details-facts .icon .icon-global-banking .path2:before,
.single-service-details-facts .icon .icon-green-energy .path3:before,
.single-service-details-facts .icon .icon-green-energy .path4:before,
.single-service-details-facts .icon .icon-green-energy .path5:before,
.single-service-details-facts .icon .icon-green-energy .path6:before,
.single-service-details-facts .icon .icon-green-energy .path7:before,
.single-service-details-facts .icon .icon-green-energy .path8:before,
.single-service-details-facts .icon .icon-green-energy .path9:before {
    color: var(--thm-black);
}

.intermodal-freight-transport {
    position: relative;
    display: block;
    padding-top: 55px;
}

.intermodal-freight-transport .title {
    position: relative;
    display: block;
    padding-bottom: 0px;
}

.intermodal-freight-transport .title h2 {
    font-size: 34px;
    line-height: 1.0em;
    font-weight: 600;
    margin-bottom: 18px;
}

.intermodal-freight-transport .title .border-line {
    position: relative;
    display: block;
    width: 56px;
    height: 2px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(253, 86, 33, 1) 100%);
}

.intermodal-freight-transport .title .border-line::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
}

.intermodal-freight-transport .text {
    position: relative;
    display: block;
    padding-top: 38px;
}

.intermodal-freight-transport .text p {
    margin: 0;
}

.intermodal-freight-transport-list {
    position: relative;
    display: block;
    padding-top: 32px;
}

.intermodal-freight-transport-list li {
    position: relative;
    display: block;
    padding-left: 35px;
}

.intermodal-freight-transport-list li+li {
    margin-top: 30px;
}

.intermodal-freight-transport-list li .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 100%, 0 0);
    font-size: 30px;
    line-height: 0;
    z-index: 5;
}

.intermodal-freight-transport-list li .icon .icon-plane .path1:before,
.intermodal-freight-transport-list li .icon .icon-cargo-ship-1 .path1:before,
.intermodal-freight-transport-list li .icon .icon-cargo-ship-1 .path2:before,
.intermodal-freight-transport-list li .icon .icon-cargo-ship-1 .path3:before,
.intermodal-freight-transport-list li .icon .icon-truck .path1:before,
.intermodal-freight-transport-list li .icon .icon-truck .path2:before,
.intermodal-freight-transport-list li .icon .icon-truck .path3:before,
.intermodal-freight-transport-list li .icon .icon-truck .path4:before,
.intermodal-freight-transport-list li .icon .icon-truck .path5:before {
    color: var(--thm-black);
}

.intermodal-freight-transport-list li .icon .icon-plane .path2:before,
.intermodal-freight-transport-list li .icon .icon-plane .path3:before,
.intermodal-freight-transport-list li .icon .icon-plane .path4:before,
.intermodal-freight-transport-list li .icon .icon-cargo-ship-1 .path4:before,
.intermodal-freight-transport-list li .icon .icon-cargo-ship-1 .path5:before,
.intermodal-freight-transport-list li .icon .icon-truck .path6:before,
.intermodal-freight-transport-list li .icon .icon-truck .path7:before {
    color: var(--thm-primary-color);
}

.intermodal-freight-transport-list li .border-line {
    position: absolute;
    top: 50%;
    left: 35px;
    width: 75px;
    height: 1px;
    background-color: var(--thm-border-color);
    z-index: 4;
}

.intermodal-freight-transport-list li .inner {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 23px 75px 22px;
}

.intermodal-freight-transport-list li .inner .icon2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--thm-primary-color);
    font-size: 20px;
    line-height: 0;
    transition: all 300ms ease;
}

.intermodal-freight-transport-list li:hover .inner .icon2 {
    color: var(--thm-white);
    -webkit-text-stroke-color: var(--thm-white);
    background-color: var(--thm-primary-color);
    border-color: var(--thm-primary-color);
}

.intermodal-freight-transport-list li .inner .title-box {
    position: relative;
    display: block;
    padding-left: 30px;
    flex: 1;
}

.intermodal-freight-transport-list li .inner .title-box h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
}

.intermodal-freight-transport-list li .inner .title-box h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.intermodal-freight-transport-list li .inner .title-box h3 a:hover {
    color: var(--thm-primary-color);
}

.intermodal-freight-transport-list li .inner .title-box p {
    margin: 0;
}

.services-we-offered {
    position: relative;
    display: block;
    padding-top: 57px;
}

.services-we-offered .title {
    position: relative;
    display: block;
}

.services-we-offered .title h2 {
    color: var(--thm-black);
    font-size: 34px;
    line-height: 1.0em;
    font-weight: 600;
    margin-bottom: 18px;
}

.services-we-offered .title .border-line {
    position: relative;
    display: block;
    width: 56px;
    height: 2px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(253, 86, 33, 1) 100%);
}

.services-we-offered .title .border-line::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
}

.services-we-offered .text {
    position: relative;
    display: block;
    padding-top: 38px;
}

.services-we-offered .text p {
    margin: 0;
}

.services-we-offered__tab {
    position: relative;
    display: block;
    padding-top: 32px;
}

.services-we-offered__button {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    max-width: 690px;
    border: 1px solid #dbdee7;
    border-bottom: none;
    background-color: var(--thm-gray-bg);
    border-top-left-radius: var(--thm-border-radius);
    border-top-right-radius: var(--thm-border-radius);
}

.services-we-offered__button ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-we-offered__button ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #dbdee7;
}

.services-we-offered__button ul li {
    position: relative;
    display: block;
    width: 50%;
    text-align: center;
    cursor: pointer;
}

.services-we-offered__button ul li h6 {
    color: var(--thm-body-font-color);
    font-size: 18px;
    line-height: 60px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.services-we-offered__button ul li:hover h6,
.services-we-offered__button ul li.active-btn-item h6 {
    color: var(--thm-primary-color);
}

.services-we-offered__tab .tabs-content-box {
    position: relative;
    display: block;
}

.services-we-offered__tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.services-we-offered__tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.services-we-offered__tab .tab-content-box-item .services-we-offered-tab-content-box-item {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
}

.services-we-offered__tab .tab-content-box-item.tab-content-box-item-active .services-we-offered-tab-content-box-item {
    opacity: 1.0;
    transform: translateY(0px);
}

.single-services-we-offered {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    background-color: var(--thm-white);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 43px 40px 46px;
}

.single-services-we-offered .row {
    align-items: center;
}

.services-we-offered-content {
    position: relative;
    display: block;
}

.services-we-offered-content .title {
    position: relative;
    display: block;
}

.services-we-offered-content .title h3 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
}

.services-we-offered-content .title h3 span {
    font-weight: 400;
}

.services-we-offered-content .text {
    position: relative;
    display: block;
    padding-top: 20px;
}

.services-we-offered-content .text p {
    margin: 0;
}

.services-we-offered-content ul {
    position: relative;
    display: block;
    padding-top: 17px;
}

.services-we-offered-content ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.services-we-offered-content ul li+li {
    margin-top: 12px;
}

.services-we-offered-content ul li .icon {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 0;
}

.services-we-offered-content ul li .icon .icon-right-arrow-1 .path1:before {
    color: transparent;
}

.services-we-offered-content ul li .icon .icon-right-arrow-1 .path2:before {
    color: var(--thm-primary-color);
}

.services-we-offered-content ul li h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    padding-left: 15px;
    flex: 1;
}

.services-we-offered-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
}

.services-we-offered-img img {
    width: 100%;
}







/*** 
=============================================
    End Css
=============================================
***/
/*** 
========================================
   About Style1 Css
========================================
***/
.about-style1 {
   background-color: var(--thm-gray-bg);
   padding: 120px 0px 120px;
}

.about-style1__shape1 {
   position: absolute;
   top: 10%;
   transform: translateY(0%);
   right: 0;
   opacity: 0.05;
   mix-blend-mode: luminosity;
}

.about-style1__shape1 img {
   width: auto;
}

.about-style1__left {
   position: relative;
   display: block;
   margin-left: -280px;
   margin-right: 50px;
}

.about-style1-round {
   position: relative;
   width: 165px;
   height: 165px;
   overflow: hidden;
   border-radius: 50%;
   background-color: rgb(255, 255, 255, .55);
   border: 1px solid #dde5e5;
   margin-left: 0px;
   z-index: 11;
}

.about-style1-round-text {
   position: absolute;
   top: -5px;
   left: 0px;
   bottom: 0;
   right: 0;
   width: 165px;
   height: 165px !important;
   color: var(--thm-black);
   font-size: 14px;
   font-weight: 700;
   line-height: 36px;
   text-transform: uppercase;
   font-family: var(--thm-font-2);
   word-spacing: -5px;
   letter-spacing: -.09em;
   transform: rotate(0deg);
}

.about-style1-round-text__dot {
   position: absolute;
   display: flex;
   align-items: center;
   justify-content: space-between;
   left: 0;
   bottom: 10px;
   right: 0;
   width: 27px;
   margin: 0px auto 0px;
   z-index: 10;
}

.about-style1-round-text__dot .box1 {
   position: relative;
   display: block;
   width: 5px;
   height: 5px;
   background-color: var(--thm-primary-color);
   transform: rotate(45deg);
}

.about-style1-round .overlay-text {
   position: absolute;
   top: 50%;
   left: 0;
   bottom: 0;
   right: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 105px;
   height: 105px;
   border-radius: 50%;
   background-color: transparent;
   border: 1px solid #dde5e5;
   margin: 0 auto;
   transform: translateY(-50%);
}

.about-style1-round .overlay-text img {
   width: auto;
}

.about-style1__left ul {
   position: relative;
   display: flex;
   align-items: center;
}

.about-style1__left ul li {
   position: relative;
   display: block;
}

.about-style1__left ul li+li {
   margin-left: 30px;
}

.about-style1__left ul li .img2 {
   margin-bottom: 30px;
   margin-right: 115px;
}

.about-style1__left ul li .img1,
.about-style1__left ul li .img2,
.about-style1__left ul li .img3 {
   position: relative;
   display: block;
   overflow: hidden;
   border-radius: var(--thm-border-radius);
   clip-path: polygon(100% 0, 100% 84%, 84% 100%, 0 100%, 0 0);
}

.about-style1__left ul li .img1::before,
.about-style1__left ul li .img2::before,
.about-style1__left ul li .img3::before {
   position: absolute;
   content: "";
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   opacity: 0;
   background: rgba(var(--thm-black-bg-rgb), .85);
   -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
   transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
   z-index: 1;
}

.about-style1__left ul li .img1:hover::before,
.about-style1__left ul li .img2:hover::before,
.about-style1__left ul li .img3:hover::before {
   opacity: 1;
}

.about-style1__left ul li .img1 img,
.about-style1__left ul li .img2 img,
.about-style1__left ul li .img3 img {
   width: 100%;
   transform: scale(1.0);
   transition: all 1500ms ease;
}

.about-style1__left ul li .img1:hover img,
.about-style1__left ul li .img2:hover img,
.about-style1__left ul li .img3:hover img {
   transform: scale(1.07) rotate(0deg);
}

.about-style1__left .company-based {
   position: absolute;
   left: 280px;
   bottom: 120px;
   overflow: hidden;
   max-width: 270px;
   background-color: var(--thm-black-bg);
   border-radius: var(--thm-border-radius);
   clip-path: polygon(100% 0, 100% 84%, 84% 100%, 0 100%, 0 0);
   padding: 40px 37px 32px;
   z-index: 5;
}

.about-style1__left .company-based .flag {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 70px;
   height: 70px;
   overflow: hidden;
   border-radius: 50%;
   background-color: transparent;
   border: 1px solid var(--thm-white);
   font-size: 70px;
   line-height: 0;
   margin: 0 auto;
}

.about-style1__left .company-based .title {
   position: relative;
   display: block;
   padding-top: 20px;
}

.about-style1__left .company-based .title h3 {
   color: var(--thm-white);
   font-size: 20px;
   font-weight: 600;
   margin-bottom: 14px;
}

.about-style1__left .company-based .title p {
   color: var(--thm-body-font-color-2);
}

.about-style1__right {
   position: relative;
   display: block;
}

.about-style1__right .sec-title {
   padding-bottom: 31px;
}

.about-style1-text {
   position: relative;
   display: block;
   max-width: 460px;
   width: 100%;
}

.about-style1-text p {
   margin: 0;
}

.about-style1-list {
   position: relative;
   display: block;
   padding-top: 25px;
}

.about-style1-list .title {
   position: relative;
   display: block;
}

.about-style1-list .title h3 {
   font-size: 24px;
   line-height: 34px;
   margin-bottom: 10px;
}

.about-style1-list .title p {
   margin: 0;
}

.about-style1-list ul {
   position: relative;
   display: block;
   padding-top: 16px;
}

.about-style1-list ul li {
   position: relative;
   display: flex;
   align-items: center;
}

.about-style1-list ul li+li {
   margin-top: 8px;
}

.about-style1-list ul li .icon {
   position: relative;
   display: block;
   color: var(--thm-primary-color);
   font-size: 19px;
   line-height: 0;
}

.about-style1-list ul li p {
   position: relative;
   display: block;
   margin: 0;
   margin-left: 5px;
   flex: 1;
   font-size: 18px;
   line-height: 28px;
   font-family: var(--thm-font-2);
   font-weight: 500;
}

.about-style1-certification {
   position: relative;
   display: flex;
   align-items: center;
   overflow: hidden;
   background-color: var(--thm-white);
   border-radius: var(--thm-border-radius);
   box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
   clip-path: polygon(100% 0, 100% 65%, 92% 100%, 0 100%, 0 0);
   padding: 20px 30px 20px;
   margin-top: 32px;
   max-width: 470px;
}

.about-style1-certification .left-box {
   position: relative;
   display: block;
   width: 125px;
}

.about-style1-certification .left-box-inner {
   position: relative;
   display: block;
   width: 125px;
   height: 90px;
   text-align: center;
   overflow: hidden;
   padding-top: 10px;
}

.about-style1-certification .left-box-img {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   background-size: cover;
   background-repeat: no-repeat;
   background-attachment: scroll;
   background-position: center center;
   z-index: -1;
}

.about-style1-certification .left-box .rating {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
}

.about-style1-certification .left-box .rating li {
   position: relative;
   display: block;
   color: var(--thm-primary-color);
   font-size: 14px;
   line-height: 0;
   cursor: pointer;
}

.about-style1-certification .left-box .rating li+li {
   margin-left: 4px;
}

.about-style1-certification .left-box .title {
   position: relative;
   display: block;
   padding-top: 7px;
}

.about-style1-certification .left-box .title h6 {
   font-size: 14px;
   line-height: 16px;
}

.about-style1-certification .left-box .title p {
   color: var(--thm-black);
   font-size: 13px;
   line-height: 18px;
   font-weight: 500;
}

.about-style1-certification .right-box {
   position: relative;
   display: block;
   margin-left: 20px;
   border-left: 1px solid var(--thm-border-color);
   padding-left: 25px;
   flex: 1;
}

.about-style1-certification .right-box h5 {
   color: var(--thm-primary-color);
   font-size: 14px;
   line-height: 24px;
   text-transform: uppercase;
   margin-bottom: 4px;
}

.about-style1-certification .right-box h3 {
   font-size: 20px;
   line-height: 24px;
   font-weight: 600;
}



/*** 
========================================
   About Style2 Css
========================================
***/
.about-style2 {
   overflow: hidden;
   background-color: var(--thm-gray-bg);
   padding: 120px 0px 120px;
}

.about-style2_bg {
   position: relative;
   height: 100%;
   width: calc((100% - 200px) / 2);
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: top left;
}

.about-style2-fact-counter {
   /*position: absolute;
   bottom: 0;
   margin-left: 215px;*/
}

.single-about-style2-fact-counter {
   position: relative;
   display: block;
   overflow: hidden;
   max-width: 270px;
   background-color: var(--thm-black-bg);
   border-top-left-radius: var(--thm-border-radius);
   padding: 32px 30px 31px;
}

.single-about-style2-fact-counter::before {
   content: "";
   position: absolute;
   right: -1px;
   bottom: -1px;
   width: 40px;
   height: 40px;
   background-color: var(--thm-gray-bg);
   clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.single-about-style2-fact-counter .sub-title {
   position: relative;
   display: block;
   padding-bottom: 21px;
}

.single-about-style2-fact-counter .sub-title h6 {
   color: var(--thm-white);
   font-size: 14px;
   line-height: 24px;
   font-weight: 600;
   text-transform: uppercase;
}

.single-about-style2-fact-counter .odometer-counting {
   position: relative;
   display: flex;
   align-items: center;
   z-index: 5;
}

.single-about-style2-fact-counter .odometer-counting h2 {
   color: var(--thm-primary-color);
   font-size: 48px;
   line-height: 1.0em;
   font-weight: 600;
}

.single-about-style2-fact-counter .odometer-counting span {
   color: var(--thm-primary-color);
   font-size: 48px;
   line-height: 1.0em;
   font-family: var(--thm-font-2);
   font-weight: 600;
   margin-top: 1px;
}

.single-about-style2-fact-counter .odometer-counting span sub {
   position: relative;
   top: 0;
   font-size: 18px;
   line-height: 28px;
   margin-left: 10px;
}

.single-about-style2-fact-counter .border-line {
   position: relative;
   display: block;
   width: 54px;
   height: 2px;
   background: rgb(18, 38, 82);
   background: linear-gradient(90deg, rgba(18, 38, 82, 1) 0%, rgba(253, 86, 33, 1) 100%);
   margin: 24px 0px 48px;
}

.single-about-style2-fact-counter .border-line::before {
   content: "";
   position: absolute;
   top: 50%;
   right: -2px;
   width: 10px;
   height: 10px;
   background-color: var(--thm-primary-color);
   clip-path: polygon(100% 50%, 0 0, 0 100%);
   transform: translateY(-50%);
}

.single-about-style2-fact-counter .icon {
   position: absolute;
   top: 50%;
   transform: translateY(-60%);
   right: 30px;
   font-size: 120px;
   line-height: 0;
   color: #1b305d;
   z-index: 0;
}

.single-about-style2-fact-counter .text {
   position: relative;
   display: block;
}

.single-about-style2-fact-counter .text p {
   color: var(--thm-body-font-color-2);
}

.about-style2-content {
   position: relative;
   display: block;
   margin-left: 100px;
}

.about-style2-content .sec-title {
   padding-bottom: 31px;
}

.about-style2-content .text-box {
   position: relative;
   display: block;
   padding-bottom: 42px;
}

.about-style2-content .text-box p {
   margin: 0;
}

.about-style2-content .img-box {
   position: relative;
   display: block;
}

.about-style2-content .img-box img {
   width: auto;
}

.about-style2-content .rating-box {
   position: relative;
   display: flex;
   align-items: center;
   padding-top: 50px;
}

.about-style2-content .rating-box .point {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 60px;
   height: 60px;
   border-radius: 50%;
   background-color: var(--thm-black-bg);
}

.about-style2-content .rating-box .point h3 {
   color: var(--thm-white);
   font-size: 20px;
   line-height: 30px;
   font-weight: 600;
}

.about-style2-content .rating-box .title {
   position: relative;
   display: block;
   padding-left: 20px;
   flex: 1;
}

.about-style2-content .rating-box .title .icon {
   position: relative;
   display: flex;
   align-items: center;
   padding-bottom: 13px;
}

.about-style2-content .rating-box .title .icon li {
   position: relative;
   display: block;
   line-height: 0;
   color: var(--thm-primary-color);
   font-size: 15px;
}

.about-style2-content .rating-box .title .icon li+li {
   margin-left: 5px;
}

.about-style2-content .rating-box .title p {
   margin: 0;
}

.about-style2-content .rating-box .title p a {
   color: var(--thm-black);
   transition: all 200ms linear;
   transition-delay: 0.1s;
}

.about-style2-content .rating-box .title p a:hover {
   color: var(--thm-primary-color);
}



/*** 
========================================
   About Style3 Css
========================================
***/
.about-style3 {
   background-color: var(--thm-black-bg);
   padding: 114px 0px 112px;
   z-index: 10;
}

.about-style3 .row {
   align-items: center;
}

.about-style3__content {
   position: relative;
   display: block;
}

.about-style3__content .title-box {
   position: relative;
   display: block;
   padding-bottom: 21px;
}

.about-style3__content .title-box h6 {
   color: var(--thm-body-font-color-2);
   font-size: 14px;
   line-height: 24px;
   text-transform: uppercase;
   margin-bottom: 3px;
}

.about-style3__content .title-box h3 {
   color: var(--thm-white);
   font-size: 20px;
   line-height: 30px;
   text-transform: uppercase;
}

.about-style3__content .text-box {
   position: relative;
   display: block;
}

.about-style3__content .text-box p {
   color: var(--thm-body-font-color-2);
}

.about-style3__content .btn-box {
   position: relative;
   display: block;
   padding-top: 24px;
}

.about-style3__content .btn-box a {
   position: relative;
   display: inline-flex;
   align-items: center;
   color: var(--thm-white);
   font-size: 14px;
   line-height: 24px;
   font-family: var(--thm-font-2);
   font-weight: 700;
   text-transform: uppercase;
   transition: all 200ms linear;
   transition-delay: 0.1s;
}

.about-style3__content .btn-box a:hover {
   color: var(--thm-primary-color);
}

.about-style3__content .btn-box a i {
   position: relative;
   top: -1px;
   font-size: 20px;
   margin-left: 5px;
}

.about-style3__right {
   position: relative;
   display: block;
   padding-left: 50px;
   margin-right: -337px;
}

.about-style3__right .big-title {
   position: absolute;
   top: 50%;
   transform: translateY(-50%) rotate(180deg);
   left: -7px;
   writing-mode: vertical-lr;
}

.about-style3__right .big-title h2 {
   color: #203565;
   font-size: 40px;
   line-height: 1.0em;
   text-transform: uppercase;
}

.about-style3-round {
   position: relative;
   width: 165px;
   height: 165px;
   overflow: hidden;
   border-radius: 50%;
   background-color: #2a3c64;
   border: 1px solid #516181;
   margin-left: 0px;
   z-index: 11;
}

.about-style3-round-text {
   position: absolute;
   top: -5px;
   left: 0px;
   bottom: 0;
   right: 0;
   width: 165px;
   height: 165px !important;
   color: var(--thm-white);
   font-size: 14px;
   font-weight: 700;
   line-height: 36px;
   text-transform: uppercase;
   font-family: var(--thm-font-2);
   word-spacing: -5px;
   letter-spacing: -.09em;
   transform: rotate(0deg);
}

.about-style3-round-text__dot {
   position: absolute;
   display: flex;
   align-items: center;
   justify-content: space-between;
   left: 0;
   bottom: 10px;
   right: 0;
   width: 27px;
   margin: 0px auto 0px;
   z-index: 10;
}

.about-style3-round-text__dot li {
   position: relative;
   display: block;
   width: 5px;
   height: 5px;
   background-color: var(--thm-primary-color);
   transform: rotate(45deg);
}

.about-style3-round .overlay-text {
   position: absolute;
   top: 50%;
   left: 0;
   bottom: 0;
   right: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 105px;
   height: 105px;
   border-radius: 50%;
   background-color: var(--thm-black-bg);
   margin: 0 auto;
   transform: translateY(-50%);
}

.about-style3-round .overlay-text .inner {
   position: relative;
   display: block;
   text-align: center;
}

.about-style3-round .overlay-text .inner h2 {
   color: var(--thm-primary-color);
   font-size: 48px;
   line-height: 1.0em;
}

.about-style3-round .overlay-text .inner h6 {
   color: var(--thm-white);
   font-size: 14px;
   line-height: 24px;
   text-transform: uppercase;
}

.about-style3__img {
   position: absolute;
   bottom: -147px;
   right: 0;
}



/*** 
========================================
   About Style4 Css
========================================
***/
.about-style4 {
   background-color: var(--thm-gray-bg);
   padding: 120px 0px 120px;
}

.about-style4__left {
   position: relative;
   display: block;
   margin-right: 40px;
   padding-bottom: 120px;
}

.about-style4__img1 {
   position: relative;
   display: block;
   overflow: hidden;
   margin-right: 120px;
   border-radius: var(--thm-border-radius);
}

.about-style4__img1::before {
   position: absolute;
   content: "";
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   opacity: 0;
   background: rgba(var(--thm-black-bg-rgb), .9);
   -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
   transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
   z-index: 1;
}

.about-style4__img1:hover::before {
   opacity: 1;
}

.about-style4__img1 img {
   width: 100%;
   transform: scale(1.0);
   transition: all 1500ms ease;
}

.about-style4__img1:hover img {
   transform: scale(1.07) rotate(0deg);
}

.about-style4__img2 {
   position: absolute;
   right: 0;
   bottom: 0;
   padding: 20px 20px 0px;
   padding-right: 0;
   z-index: 2;
}

.about-style4__img2 .box {
   position: absolute;
   top: 0;
   left: 0;
   width: 220px;
   height: 260px;
   border-radius: var(--thm-border-radius);
   background-color: var(--thm-primary-color);
   z-index: -1;
}

.about-style4__img2 .inner {
   position: relative;
   display: block;
   overflow: hidden;
   border-radius: var(--thm-border-radius);
   clip-path: polygon(100% 0, 100% 85%, 85% 100%, 0 100%, 0 0);
}

.about-style4__img2 .inner::before {
   position: absolute;
   content: "";
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   opacity: 0;
   background: rgba(var(--thm-black-bg-rgb), .9);
   -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
   transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
   z-index: 1;
}

.about-style4__img2 .inner:hover::before {
   opacity: 1;
}

.about-style4__img2 .inner img {
   width: 100%;
   transform: scale(1.0);
   transition: all 1500ms ease;
}

.about-style4__img2 .inner:hover img {
   transform: scale(1.07) rotate(0deg);
}

.about-style4-round {
   position: absolute;
   top: 50px;
   right: 38px;
   width: 165px;
   height: 165px;
   overflow: hidden;
   border-radius: 50%;
   background-color: var(--thm-black);
   margin-left: 0px;
   z-index: 11;
}

.about-style4-round-text {
   position: absolute;
   top: -5px;
   left: 0px;
   bottom: 0;
   right: 0;
   width: 165px;
   height: 165px !important;
   color: var(--thm-white);
   font-size: 14px;
   font-weight: 700;
   line-height: 36px;
   text-transform: uppercase;
   font-family: var(--thm-font-2);
   word-spacing: -5px;
   letter-spacing: -.09em;
   transform: rotate(0deg);
}

.about-style4-round-text__dot {
   position: absolute;
   display: flex;
   align-items: center;
   justify-content: space-between;
   left: 0;
   bottom: 10px;
   right: 0;
   width: 27px;
   margin: 0px auto 0px;
   z-index: 10;
}

.about-style4-round-text__dot li {
   position: relative;
   display: block;
   width: 5px;
   height: 5px;
   background-color: var(--thm-primary-color);
   transform: rotate(45deg);
}

.about-style4-round .overlay-text {
   position: absolute;
   top: 50%;
   left: 0;
   bottom: 0;
   right: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 105px;
   height: 105px;
   border-radius: 50%;
   background-color: var(--thm-black-bg);
   margin: 0 auto;
   transform: translateY(-50%);
}

.about-style4-round .overlay-text img {
   width: auto;
}

.about-style4__right {
   position: relative;
   display: block;
}

.about-style4__right .sec-title {
   padding-bottom: 31px;
}

.about-style4__right .text-box {
   position: relative;
   display: block;
}

.about-style4__right .text-box p {
   margin: 0;
}

.about-style4__content {
   position: relative;
   display: block;
   padding-top: 43px;
}

.about-style4__statements {
   position: relative;
   display: block;
}

.about-style4__statements li {
   position: relative;
   display: block;
}

.about-style4__statements li+li {
   margin-top: 24px;
}

.about-style4__statements li .icon {
   position: relative;
   display: block;
   font-size: 40px;
   line-height: 0;
}

.about-style4__statements li .icon .icon-goal .path1:before,
.about-style4__statements li .icon .icon-goal-1 .path3:before {
   color: var(--thm-black);
}

.about-style4__statements li .icon .icon-goal .path2:before,
.about-style4__statements li .icon .icon-goal-1 .path1:before,
.about-style4__statements li .icon .icon-goal-1 .path2:before {
   color: var(--thm-primary-color);
}

.about-style4__statements li .title {
   position: relative;
   display: block;
   padding-top: 13px;
}

.about-style4__statements li .title h3 {
   font-size: 24px;
   line-height: 34px;
   font-weight: 600;
   margin-bottom: 0;
}

.about-style4__statements li .title h3 a {
   color: var(--thm-black);
   transition: all 200ms linear;
   transition-delay: 0.1s;
}

.about-style4__statements li .title h3 a:hover {
   color: var(--thm-primary-color);
}

.about-style4__statements li .title p {
   margin: 0;
}

.about-style4__statements li .btn-box {
   position: relative;
   display: block;
   line-height: 0;
   padding-top: 5px;
}

.about-style4__statements li .btn-box a {
   color: #a6aec1;
   font-size: 25px;
   line-height: 0;
   transition: all 200ms linear;
   transition-delay: 0.1s;
}

.about-style4__statements li .btn-box a:hover {
   color: var(--thm-primary-color);
}

.about-style2-fact-counter--style2 {
   position: relative;
   display: block;
   margin-left: 3px;
}

.about-style2-fact-counter--style2 .single-about-style2-fact-counter {
   border-radius: var(--thm-border-radius);
}


/*** 
========================================
   About Style5 Css
========================================
***/
.about-style5 {
   background-color: var(--thm-gray-bg);
   padding: 120px 0px 120px;
}

.about-style5__content {
   position: relative;
   display: block;
}

.about-style5__content .sec-title {
   padding-bottom: 32px;
}

.about-style5__content-text {
   position: relative;
   display: block;
   padding-bottom: 42px;
}

.about-style5__content-text p {
   margin: 0;
}

.about-style5__content-img {
   position: relative;
   display: block;
}

.about-style5__content-img img {
   width: auto;
}

.about-style5__img {
   position: relative;
   display: block;
   margin-right: -295px;
}

.about-style5__img img {
   width: auto;
   margin-left: 80px;
}

.about-style5-round {
   position: absolute;
   top: 120px;
   left: 0;
   width: 400px;
   height: 400px;
   overflow: hidden;
   border-radius: 50%;
   background-color: transparent;
   border: none;
   margin-left: 0px;
   z-index: 0;
}

.about-style5-round-text__top {
   position: absolute;
   top: -10px;
   left: 0px;
   bottom: 0;
   right: 0;
   width: 400px;
   height: 400px !important;
   color: var(--thm-primary-color);
   font-size: 16px;
   font-weight: 700;
   line-height: 36px;
   text-transform: uppercase;
   font-family: var(--thm-font-2);
   word-spacing: -5px;
   letter-spacing: 0;
   transform: rotate(-20deg);
}

.about-style5-round-text__bottom {
   position: absolute;
   top: 0px;
   left: -8px;
   bottom: 0;
   right: 0;
   width: 400px;
   height: 400px !important;
   color: var(--thm-primary-color);
   font-size: 16px;
   font-weight: 700;
   line-height: 36px;
   text-transform: uppercase;
   font-family: var(--thm-font-2);
   word-spacing: -5px;
   letter-spacing: 0;
   transform: rotate(-130deg);
}

.about-style5-round-text__dot1 {
   position: absolute;
   top: 145px;
   left: 15px;
   width: 4px;
   height: 4px;
   border-radius: 50%;
   background-color: var(--thm-primary-color);
   z-index: 10;
}

.about-style5-round .overlay-img {
   position: absolute;
   top: 50%;
   left: 0;
   bottom: 0;
   right: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 350px;
   height: 350px;
   border-radius: 50%;
   overflow: hidden;
   margin: 0 auto;
   transform: translateY(-50%);
}

.about-style5-round .overlay-img img {
   width: 100%;
   margin-left: 0;
}

.about-style5-round .overlay-img .icon {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   z-index: 5;
}

.about-style5-round .overlay-img .icon .video-popup {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   color: var(--thm-black);
   font-size: 25px;
   width: 80px;
   height: 80px;
   margin: 0 auto;
   border-radius: 50%;
   background-color: var(--thm-white);
   transition: background-color 0.5s ease;
   transition: all 0.5s ease;
   z-index: 5;
}

.about-style5-round .overlay-img .icon .video-popup:hover {
   color: var(--thm-white);
   background-color: var(--thm-black-bg);
}

.about-style5-round .overlay-img .icon .video-popup::after,
.about-style5-round .overlay-img .icon .video-popup::before {
   content: "";
   position: absolute;
   top: 50%;
   left: 50%;
   width: 100%;
   height: 100%;
   border-radius: 50%;
   background: transparent;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   -webkit-animation-delay: .9s;
   animation-delay: .9s;
   -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
   box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
   -webkit-animation: ripple 3s infinite;
   animation: ripple 3s infinite;
   -webkit-transition: all .4s ease;
   transition: all .4s ease;
   z-index: -1;
}

.about-style5-round .overlay-img .icon .video-popup::after {
   -webkit-animation-delay: .6s;
   animation-delay: .6s;
}



/*** 
=============================================
   End Css
=============================================
***/

@media only screen and (min-width: 1200px) and (max-width: 1775px) {

    /*======== Home One =========*/
    .history-style1-experience .content {
        padding-left: 0px;
        padding-top: 0px;
    }

    .history-style1-experience .content .count {
        margin-left: -200px;
    }


    .history-style1-experience .content .text {
        margin-left: -185px;
    }

    .history-style1-experience .content .text h6 {
        color: var(--thm-white);
    }



    /*======== Home Four =========*/
    .history-style1 {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .history-style1 .container {
        max-width: 1285px;
    }

    .single-history-style1 .row .col-xl-6 {
        width: 100%;
    }

    .history-style1-inner {
        border-left: 0px solid #dbdee7;
        padding: 0px 0px 30px;
        margin-left: 80px;
    }

    .history-style1__inner-box {
        margin-left: 40px;
        padding-top: 30px;
        max-width: 900px;
    }



    .service-style3 .container {
        max-width: 1190px;
    }

    .single-service-style3-inner {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .single-service-style3 .img-box {
        position: relative;
    }

    .single-service-style3 .img-box .icon {
        top: auto;
        transform: translateY(0%);
        left: 0;
        right: 0px;
        bottom: -30px;
        margin: 0 auto;
    }















}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {

    /*======== Home 04 =========*/
    .single-choose-style4 {
        padding: 32px 46px 32px;
        padding-right: 70px;
    }








}

@media only screen and (min-width: 1200px) and (max-width: 1560px) {

    /*======== Home 04 =========*/
    .single-cases-style1 .category-box {
        padding: 34px 10px 0px;
    }

    .single-cases-style1 .count-box {
        top: 0px;
        right: 5px;
    }

    .single-cases-style1 .title-box {
        padding: 485px 10px 30px;
        padding-right: 0;
    }

    .single-cases-style1 .title-box h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .single-choose-style4 {
        padding-right: 105px;
    }

    .choose-style4-title h3 {
        font-size: 20px;
        line-height: 30px;
    }













}

@media only screen and (min-width: 1200px) and (max-width: 1250px) {

    /*======== About Page =========*/
    .single-fact-counter-style2 {
        clip-path: polygon(100% 0, 100% 83%, 83% 100%, 0 100%, 0 0);
        padding: 32px 15px 31px;
    }








}

@media only screen and (min-width: 1200px) and (max-width: 1380px) {

    /*======== Breadcrumb =========*/
    .breadcrumb-menu {
        right: 50px;
    }










}

@media only screen and (min-width: 1200px) and (max-width: 1530px) {

    /*======== Home 03 =========*/
    .single-service-style4 {
        padding-left: 75px;
    }

    .single-service-style4 .title h3 {
        font-size: 18px;
    }

    .single-service-style4 .border-line {
        width: 15px;
    }

    .single-service-style4 .count {
        left: -17px;
    }

    .single-service-style4 .text-box {
        padding: 25px 31px 22px;
    }
































}






@media only screen and (min-width: 1200px) and (max-width: 1710px) {

    /*======== Coming Soon Page =========*/
    .coming-soon-page__content {
        padding: 0px 25px 0px;
        padding-right: 0px;
    }

    .coming-soon-page__title h2 {
        font-size: 60px;
    }









}

@media only screen and (min-width: 1200px) and (max-width: 1750px) {

    /*======== Error Page =========*/

    .error-page-img {
        bottom: 55px;
        right: 0px;
    }

    .error-page-content-box .title h2 {
        font-size: 80px;
    }

    .error-page .big-title {
        left: -330px;
    }







}






@media only screen and (min-width: 1200px) and (max-width: 1360px) {

    /*======== Home 04 =========*/
    .served-style2 {
        margin: 0px 20px 0px;
    }

    .served-style2 .row {
        --bs-gutter-x: 0;
    }





}

@media only screen and (min-width: 1200px) and (max-width: 1350px) {

    /*======== Home 02 =========*/
    .served-style2-content {
        padding-right: 8px;
    }

    .served-style2-fact-counter {
        margin-right: 165px;
        margin-left: 3px;
    }



}

/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {


    .footer-main-top {
        padding: 120px 0px 70px;
    }

    .single-footer-widget {
        margin-bottom: 50px;
    }

    /*======== Home One =========*/
    .service-style1-content {
        max-width: 400px;
        width: 100%;
        margin: 0 auto 41px;
    }



    .about-style1__left {
        margin-left: 0px;
        margin-right: 0px;
    }

    .about-style1-round {
        right: 60px;
    }

    .about-style1__shape1 {
        top: auto;
        bottom: 0px;
    }

    .about-style1__right {
        margin-top: 70px;
    }



    .transportation-style1 {
        margin: 0px 50px 0px;
    }

    .single-fact-counter-style1::before {
        display: none;
    }

    .single-transportation-style1-right {
        padding-left: 10px;
    }

    .single-transportation-style1-right h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .transportation-style1__bottom .middle-box {
        display: none;
    }

    .transportation-style1-list {
        margin-right: 0px;
    }




    .served-style1 .container {
        max-width: 800px;
    }

    .served-style1__content {
        padding-left: 0;
        position: relative;
        padding-top: 50px;
    }

    .served-style1__tab-btn {
        top: 0;
        position: relative;
    }

    .served-style1__content .banner-box {
        padding-top: 30px;
    }

    .served-style1__content .banner-box .title h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .served-style1__tab .tabs-content-box {
        min-height: auto;
        max-width: 100%;
        width: 100%;
        margin-top: 40px;
    }

    .single-served-style1 {
        position: relative;
        top: 0px;
        left: 0;
        bottom: 0;
        margin-top: 0px;
    }


    .single-process-style1 .shape1 {
        display: none;
    }

    .process-style1 ul li:nth-child(2),
    .process-style1 ul li:nth-child(3),
    .process-style1 ul li:nth-child(4) {
        margin-top: 0px;
    }

    .single-process-style1-content {
        padding: 31px 40px 32px;
    }

    .process-style1 .shape-img-box {
        display: none;
    }



    .single-choose-style1 {
        padding: 32px 20px 32px;
        padding-right: 90px;
        margin-left: 0px;
    }

    .single-choose-style1.mr100 {
        margin-right: 0px;
    }

    .choose-style1-content li+li {
        margin-top: 15px;
    }

    .choose-style1-shape1 {
        top: 50px;
        left: -77px;
        width: 220px;
        height: 470px;
    }





    .contact-style2__inner {
        clip-path: polygon(100% 0, 100% 91%, 93% 100%, 0 100%, 0 0);
        margin: 0px 40px 0px;
    }

    #contact-style2-form ul li:nth-child(1),
    #contact-style2-form ul li:nth-child(3) {
        border-right: none;
    }



    .blog-style1 .row {
        justify-content: center;
    }


    .footer-widget-right-content-single .icon {
        margin: 0 auto;
    }

    .footer-bottom-inner .row {
        justify-content: center;
    }

    .footer-menu {
        max-width: 100%;
    }

    .footer-menu ul {
        padding-top: 15px;
        display: flex;
        align-items: center;
    }

    .footer-menu ul li+li {
        margin-left: 30px;
    }




    /*======== Home 02 =========*/
    .service-style2 .row {
        justify-content: center;
    }


    .service-style3 .container {
        max-width: 1018px;
    }


    .about-style2-fact-counter {
        margin-left: 95px;
    }

    .about-style2-content {
        margin-left: 75px;
    }


    .pricing-style1 .row {
        justify-content: center;
    }



    .served-style2 {
        padding: 0px 0px 112px;
        margin: 0px 50px 0px;
    }

    .served-style2--style2 {
        padding: 120px 0px 120px;
    }

    .served-style2__top {
        display: block;
        text-align: center;
        padding-bottom: 0;
        margin-bottom: -20px;
    }

    .served-style2__top .btn-box {
        margin-top: 22px;
    }

    .served-style2_bg {
        position: relative;
        width: calc((100%) /1);
        background-position: top center;
        height: 577px;
    }

    .served-style2-fact-counter {
        margin-right: 0;
        margin-left: 0;
        top: 0px;
        left: 0;
    }

    .served-style2-content {
        padding-right: 0px;
        max-width: 570px;
        margin: 70px auto 0px;
    }



    .choose-style2 {
        clip-path: polygon(100% 0, 100% 94%, 95% 100%, 0 100%, 0 0);
        margin: 0px 20px 0px;
    }


    .team-style1 .row {
        justify-content: center;
    }



    .single-testimonials-style1-bottom {
        padding: 0px 15px 0px;
    }

    .single-testimonials-style1-bottom .text-box {
        padding: 24px 15px 38px;
    }





    .blog-style2-left-inner .content-box-title h3 a br {
        display: none;
    }

    .blog-style2-left-inner .content-box-title h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .blog-style2-right-single .content-box {
        padding-top: 23px;
    }

    .blog-style2-right-single .img-box {
        clip-path: polygon(100% 0, 100% 88%, 92% 100%, 0 100%, 0 0);
    }

    .blog-style2-left-inner .img-box {
        clip-path: polygon(100% 0, 100% 85%, 93% 100%, 0 100%, 0 0);
    }



    .contact-style1-google-map {
        margin-bottom: 30px;
    }



    .cta-style1-content .shape1,
    .cta-style1-content .shape2 {
        display: none;
    }

    .cta-style1-content .title-box h2 {
        font-size: 35px;
    }



    .footer-main-style2-top-border {
        display: none;
    }

    .single-footer-widget-style2__about {
        padding: 0px 0px 0px;
    }

    .single-footer-widget-style2.pl20pr14 {
        padding-left: 0px;
    }

    .footer-widget-links-style2 {
        max-width: 230px;
    }

    .single-footer-widget-style2__team-conditons {
        padding-left: 0px;
    }

    .single-footer-widget-style2.pl12pr35 {
        padding-left: 0px;
        padding-right: 35px;
        padding-top: 30px;
    }


    /*======== Home 03 =========*/
    .about-style3__right {
        padding-left: 45px;
        margin-right: -150px;
    }


    .single-service-style4 .img-box .icon2 {
        right: 45px;
        bottom: 45px;
    }



    .benefits-style1-right-img {
        display: none;
    }


    .transportation-style2__inner {
        margin: 0px 30px 0px;
    }

    .single-transportation-style2-inner {
        padding: 19px 10px 19px;
    }

    .transportation-style2-left-inner .count {
        margin-right: 20px;
    }

    .transportation-style2-left-text {
        padding-left: 20px;
    }

    .single-transportation-style2 .overlay-content {
        right: 80px;
    }

    .single-transportation-style2-inner {
        clip-path: polygon(100% 0, 100% 77%, 96% 100%, 0 100%, 0 0);
    }



    .choose-style3-list {
        max-width: 450px;
        margin: 0 auto;
    }

    .choose-style3-round {
        margin-left: 0px;
        margin: 40px auto 40px;
    }



    .faq-style1__inner {
        margin: 0px 35px 0px;
    }

    .faq-style1-content-inner .accordion-box .block .acc-btn .title h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .faq-style1__form {
        margin-left: 0px;
    }

    .faq-style1__form-inner {
        padding: 36px 20px 40px;
    }

    .faq-style1__form-inner .title h2 {
        font-size: 30px;
    }




    .testimonials-style2-rating {
        max-width: 600px;
        margin: 30px auto 0px;
    }




    .single-blog-style1 .content-box-title h3 {
        font-size: 20px;
        line-height: 30px;
    }


    .cta-style2__inner {
        clip-path: polygon(100% 0, 100% 90%, 95% 100%, 0 100%, 0 0);
        margin: 0px 40px 0px;
    }

    .cta-style2__big-title h2 {
        font-size: 60px;
    }

    .cta-style2__img {
        right: 35px;
    }




    .footer-main-style3 .row {
        justify-content: center;
    }

    .footer-main-style3 .single-widget {
        padding-top: 50px;
    }

    .footer-main-style3 {
        padding: 30px 0px 120px;
    }



    /*======== Home 04 =========*/
    .choose-style4 .row {
        justify-content: center;
    }

    .single-choose-style4.two {
        margin-top: 30px;
    }



    .about-style2-fact-counter--style2 {
        margin-left: 0;
    }

    .about-style4__left {
        margin-right: 0px;
    }

    .about-style4__statements {
        margin-right: -10px;
    }

    .single-about-style2-fact-counter {
        padding: 32px 15px 31px;
    }



    .single-cases-style1 .title-box {
        padding: 485px 15px 30px;
    }

    .single-cases-style1 .title-box h3 {
        font-size: 24px;
        line-height: 34px;
    }



    .footer-style4 .single-widget {
        margin-top: 50px;
    }

    .footer-style4 .row {
        justify-content: center;
    }

    .footer-main-style4 {
        padding: 70px 0px 112px;
    }

    .copyright-text-style4 p br {
        display: none;
    }

    .footer-menu-style4 {
        max-width: 100%;
        padding-top: 25px;
    }

    .footer-menu-style4 ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-menu-style4 ul li+li {
        margin-left: 30px;
    }



    /*======== Breadcrumb =========*/

    .breadcrumb-style1__inner {
        margin: 0px 40px 0px;
    }

    .breadcrumb-style1 .title h2 {
        font-size: 48px;
    }

    .breadcrumb-style1 .inner-content {
        padding-left: 30px;
    }

    .breadcrumb-menu {
        right: 50px;
    }



    /*======== About Page =========*/

    .fact-counter-style2__inner {
        clip-path: polygon(100% 0, 100% 93%, 96% 100%, 0 100%, 0 0);
        margin: 0px 40px 0px;
    }

    .single-fact-counter-style2 {
        clip-path: polygon(100% 0, 100% 83%, 91% 100%, 0 100%, 0 0);
    }

    .single-fact-counter-style2::before {
        right: 16px;
        bottom: -76px;
    }



    .about-style5__img img {
        margin-left: 0;
    }



    .single-recognations-style1 .shape {
        left: 70px;
    }



    /*======== History Page =========*/

    .history-page-list {
        padding-right: 50px;
    }

    .history-page-box11 {
        right: -35px;
    }

    .history-page-border-line2 {
        right: -50px;
    }

    .history-page-border-line1 {
        right: -51px;
    }

    .history-page-list--style2 {
        padding-right: 0;
        padding-left: 50px;
    }

    .history-page-content-box .title-box h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .history-page-box11--style2 {
        left: -34px;
    }

    .history-page-border-line2--style2 {
        left: -49px;
    }

    .history-page-border-line1--style2 {
        left: -50px;
    }



    /*======== Project Page two =========*/

    .project-page-two .project-filter li+li {
        margin-left: 20px;
    }

    .single-project-page-two .img-box .overlay-content {
        padding: 16.5px 15px 16.5px;
    }

    .single-project-page-two .img-box .overlay-content .title h3 {
        font-size: 18px;
        line-height: 28px;
    }



    /*======== Project Page Three =========*/

    .project-page-three .project-filter li+li {
        margin-left: 20px;
    }


    /*======== Project Details =========*/

    .project-details__sidebar {
        margin-right: 0px;
    }

    .project-details__sidebar-content {
        padding: 35px 25px 35px;
    }

    .project-details__info .inner-title {
        padding: 19.5px 25px 19.5px;
    }



    /*======== Faq Page =========*/

    .single-faq-page-tab .accordion-box-style1 .accordion .accord-btn {
        padding: 17px 15px 19px;
        padding-right: 5px;
    }

    .single-faq-page-tab .accordion-box-style1 .accordion .accord-btn .title h3 {
        font-size: 18px;
        line-height: 28px;
    }



    /*======== Error Page =========*/
    .error-page-img {
        display: none;
    }

    .error-page .big-title {
        left: -20px;
        font-size: 555px;
    }

    .error-page-content-box {
        max-width: 100%;
        padding: 0px 90px 0px;
        padding-right: 0px;
    }

    .error-page-content-box .title h2 {
        font-size: 70px;
    }




    /*======== Coming Soon Page =========*/

    .coming-soon-page__bg::before {
        width: 65%;
    }

    .coming-soon-page__big-title {
        left: 55%;
    }

    .coming-soon-page__content {
        width: 65%;
        padding: 0px 30px 0px;
        padding-right: 0px;
    }

    .coming-soon-page__title h2 {
        font-size: 60px;
    }




    /*======== Industry Details =========*/

    .industry-details-title1 {
        padding-top: 23px;
    }

    .industry-details-title1 h2 {
        font-size: 30px;
    }

    .why-choose-us11__inner {
        max-width: 410px;
        margin: 42px auto 0px;
        clip-path: polygon(100% 0, 100% 92%, 89% 100%, 0 100%, 0 0);
    }

    .why-choose-us11__tab {
        flex-direction: column;
    }

    .why-choose-us11__button {
        max-width: 100%;
    }

    .why-choose-us11__button ul {
        padding: 22px 0px 22px;
    }

    .why-choose-us11__button ul li {
        padding-left: 30px;
        padding-right: 30px;
    }

    .why-choose-us11__button ul li:first-child {
        padding: 0px 30px 13px;
    }

    .why-choose-us11__button ul li:last-child {
        padding: 13px 30px 0px;
    }

    .single-why-choose-us11 .img-box {
        border-top-right-radius: 0;
    }

    .single-why-choose-us11 .img-box .ovelay-text {
        clip-path: polygon(100% 0, 100% 74%, 91% 100%, 0 100%, 0 0);
    }

    .single-service-details-facts {
        clip-path: polygon(100% 0, 100% 80%, 90% 100%, 0 100%, 0 0);
        padding: 18px 20px 22px;
    }

    .single-service-details-facts .text p br {
        display: none;
    }



    /*======== Blog Page Three =========*/

    .blog-page-three::before {
        right: 34%;
    }

    .blog-details-page-sidebar {
        padding-left: 0px;
    }

    .single-blog-page-three .content-box-title h2 {
        font-size: 30px;
        line-height: 1.2em;
        font-weight: 600;
    }



    /*======== Blog Page Four =========*/

    .blog-page-four::before {
        right: 34%;
    }

    .single-blog-page-four .content-box {
        padding-left: 15px;
    }

    .single-blog-page-four .content-box-top .author {
        margin-left: 10px;
        padding-left: 10px;
    }

    .single-blog-page-four .content-box-title h2 {
        font-size: 18px;
        line-height: 28px;
    }



    /*======== Blog Details =========*/

    .blog-details-page::before {
        right: 34%;
    }

    .blog-details-page-top .content-box-title {
        padding-bottom: 18px;
    }

    .blog-details-page-top .content-box-title h2 {
        font-size: 30px;
    }

    .rising-demand-for-speed-efficiency .title h2 {
        font-size: 30px;
    }

    .rising-demand-for-speed-efficiency-list li {
        align-items: flex-start;
    }

    .rising-demand-for-speed-efficiency-list li i {
        margin-top: 3px;
    }

    .future-global-logistics .title h2 {
        font-size: 30px;
    }

    .add-comment-box .inner-title h3 {
        font-size: 30px;
        line-height: 40px;
    }



    /*======== Contact Page =========*/
    .single-get-in-touch .text h4 span br {
        display: none;
    }




    .history-style1 {
        padding-top: 120px;
        padding-bottom: 90px;
    }

    .history-style1 .container {
        max-width: 700px;
    }

    .single-history-style1 .row .col-xl-6 {
        width: 100%;
    }

    .history-style1-inner {
        border-left: 0px solid #dbdee7;
        padding: 0px 0px 30px;
        margin-left: 80px;
    }

    .history-style1__inner-box {
        margin-left: 40px;
        padding-top: 30px;
        max-width: 900px;
    }

    .history-style1-experience {
        margin-right: 0;
        padding: 0px 0px 30px;
    }



    .projects-style4__single-content .text-box h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .projects-style4__single-content .btn-box {
        margin-left: 10px;
    }

















































}









/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    /*======== Default Css =========*/
    .sec-title p br {
        display: none;
    }

    .coming-soon-page-style1 {
        height: auto !important;
        padding: 110px 0 120px;
    }

    .coming-soon-page-style1__content .big-title {
        font-size: 50px;
        line-height: 60px;
    }

    .timer-box .countdown-timer li {
        float: none;
    }

    .timer-box .countdown-timer li+li {
        margin-top: 20px;
    }

    .coming-soon-page-style1__content {
        top: 0%;
        transform: translateY(0%);
    }

    .subscribe-box-style1 {
        max-width: 370px;
    }

    .subscribe-box-style1 form input[type="email"] {
        padding-left: 30px;
        padding-right: 30px;
    }

    .subscribe-box-style1 form button {
        position: relative;
        top: 0px;
        left: 0;
        right: 0px;
        bottom: 0px;
        width: 100%;
        margin-top: 20px;
    }



    .footer-main-top {
        padding: 120px 0px 70px;
    }

    .single-footer-widget {
        margin-bottom: 50px;
    }

    .footer-main-bottom__inner {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .footer-main-bottom__inner .middle-box {
        margin: 30px 0 30px;
    }

    .footer-bottom .bottom-inner {
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        padding: 21px 0px 21px;
    }

    .footer-menu {
        margin-top: 5px;
    }


    /*======== Home One =========*/
    .service-style1-content {
        max-width: 400px;
        width: 100%;
        margin: 0 auto 41px;
    }

    .single-service-style1 .title h3 {
        font-size: 20px;
        line-height: 30px;
    }




    .about-style1__left {
        margin-left: 0px;
        margin-right: 0px;
    }

    .about-style1__shape1 {
        top: auto;
        bottom: 0px;
    }

    .about-style1__right {
        margin-top: 70px;
    }





    .single-fact-counter-style1::before {
        display: none;
    }




    .transportation-style1-list {
        margin-right: 0px;
        border-right: none;
    }

    li:last-child.single-transportation-style1::before {
        display: block;
    }

    .transportation-style1-content {
        padding: 32px 0px 40px;
    }

    .transportation-style1 {
        margin: 0px 40px 0px;
    }

    .transportation-style1__bottom .middle-box {
        display: none;
    }

    .transportation-style1__bottom {
        flex-direction: column;
    }

    .transportation-style1__bottom .right-box {
        padding-top: 20px;
    }




    .served-style1__inner {
        min-height: auto;
    }

    .served-style1 .container {
        max-width: 800px;
    }

    .served-style1__content {
        padding-left: 0;
        position: relative;
        padding-top: 50px;
    }

    .served-style1__tab-btn {
        top: 0;
        position: relative;
    }

    .served-style1__content .banner-box {
        padding-top: 30px;
    }

    .served-style1__content .banner-box .title h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .served-style1__tab .tabs-content-box {
        min-height: auto;
        max-width: 100%;
        width: 100%;
        margin-top: 40px;
    }

    .single-served-style1 {
        position: relative;
        top: 0px;
        left: 0;
        bottom: 0;
        margin-top: 0px;
    }





    .single-process-style1 .shape1 {
        display: none;
    }

    .process-style1 ul li:nth-child(2),
    .process-style1 ul li:nth-child(3),
    .process-style1 ul li:nth-child(4) {
        margin-top: 0px;
    }

    .single-process-style1-content {
        padding: 31px 40px 32px;
    }

    .process-style1 .shape-img-box {
        display: none;
    }





    .choose-style1-content {
        max-width: 500px;
        margin: 0px auto 50px;
    }

    .single-choose-style1,
    .single-choose-style1.mr100 {
        overflow: hidden;
        margin-left: 0px;
        margin-right: 0px;
    }

    .choose-style1-shape1 {
        display: none;
    }

    .choose-style1-img {
        max-width: 575px;
        margin: 0px auto;
    }



    .contact-style2__inner {
        clip-path: polygon(100% 0, 100% 94%, 93% 100%, 0 100%, 0 0);
        margin: 0px 40px 0px;
    }

    #contact-style2-form ul li:nth-child(1),
    #contact-style2-form ul li:nth-child(3) {
        border-right: none;
    }



    .blog-style1 .row {
        justify-content: center;
    }

    .single-blog-style1 .content-box-title h3 {
        font-size: 20px;
        line-height: 30px;
    }



    .footer-top-form form {
        flex-direction: column;
    }

    .footer-top-form form .btn-box {
        margin-top: 20px;
    }

    .footer-top-form {
        padding: 20px 0px 20px;
        margin-left: 20px;
        max-width: 450px;
    }

    .footer-top-inner-content {
        padding: 0px 20px 0px;
    }



    .footer-widget-right-content-single .icon {
        margin: 0 auto;
    }

    .footer-bottom-inner .row {
        justify-content: center;
    }

    .footer-menu {
        max-width: 100%;
    }

    .footer-menu ul {
        padding-top: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-menu ul li+li {
        margin-left: 30px;
    }

    .copyright-text {
        text-align: center;
    }

    .footer-social-box {
        padding-top: 20px;
    }



    /*======== Home 02 =========*/
    .service-style2 .row {
        justify-content: center;
    }

    .single-service-style2-text {
        padding: 34px 17px 22px;
    }

    .single-service-style2-bottom {
        padding: 30px 17px 30px;
    }



    .single-service-style3-inner {
        padding-left: 375px;
        padding-right: 20px;
    }



    .about-style2 {
        padding: 0px 0px 120px;
    }

    .about-style2_bg {
        position: relative;
        width: calc((100%) / 1);
        background-position: top center;
        height: 500px;
    }

    .about-style2-fact-counter {
        position: absolute;
        margin-left: 0;
        top: 212px;
        right: 0;
    }

    .about-style2-content {
        margin-left: 0;
        margin-top: 70px;
    }

    .about-style2-content .img-box {
        text-align: center;
    }



    .pricing-style1 .row {
        justify-content: center;
    }



    .served-style2 {
        padding: 0px 0px 112px;
        margin: 0px 30px 0px;
    }

    .served-style2--style2 {
        padding: 120px 0px 120px;
    }

    .served-style2__top {
        display: block;
        text-align: center;
        padding-bottom: 0;
        margin-bottom: -20px;
    }

    .served-style2__top .btn-box {
        margin-top: 22px;
    }

    .served-style2_bg {
        position: relative;
        width: calc((100%) /1);
        background-position: top center;
        height: 577px;
    }

    .served-style2-fact-counter {
        margin-right: 0;
        margin-left: 0;
        top: 0px;
        left: 0;
    }

    .served-style2-content {
        padding-right: 0px;
        max-width: 570px;
        margin: 70px auto 0px;
    }



    .choose-style2 {
        clip-path: polygon(100% 0, 100% 97%, 95% 100%, 0 100%, 0 0);
        margin: 0px 50px 0px;
        padding-bottom: 0;
    }

    .choose-style2__img {
        position: relative;
        bottom: 0;
        margin-left: 0;
        text-align: center;
    }

    .choose-style2__content {
        padding-top: 0px;
        padding-bottom: 50px;
    }



    .team-style1 .row {
        justify-content: center;
    }



    .testimonials-style1 .sec-title {
        padding-bottom: 160px;
    }

    .testimonials-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
        right: auto;
        left: 0;
    }




    .blog-style2-left-inner .img-box {
        clip-path: polygon(100% 0, 100% 80%, 92% 100%, 0 100%, 0 0);
    }

    .blog-style2-left-inner .content-box-top .author {
        margin-left: 10px;
        padding-left: 10px;
    }

    .blog-style2-left-inner .content-box-title h3 a br {
        display: none;
    }

    .blog-style2-left-inner .content-box-title h3 {
        font-size: 23px;
        line-height: 33px;
    }

    .blog-style2-right-single .img-box {
        clip-path: polygon(100% 0, 100% 84%, 91% 100%, 0 100%, 0 0);
    }

    .blog-style2-right-single .content-box {
        padding-top: 23px;
    }



    .contact-style1__tab-btn ul li {
        padding: 0px 10px 0px;
    }

    .contact-style1__tab-btn ul li h3 {
        font-size: 18px;
        line-height: 34px;
    }

    .contact-style1__tab-btn ul li .icon {
        font-size: 18px;
    }

    .contact-style1-google-map {
        margin-bottom: 30px;
    }



    .cta-style1-content .shape1,
    .cta-style1-content .shape2 {
        display: none;
    }

    .cta-style1-content .title-box {
        padding-bottom: 11px;
    }

    .cta-style1-content .title-box h2 {
        font-size: 40px;
    }

    .cta-style1-content .title-box h2 br {
        display: none;
    }

    .cta-style1-content {
        flex-direction: column;
        padding: 22px 0px 30px;
    }

    .cta-style1-content .img-box {
        margin-top: 0px;
    }

    .cta-style1-content .btn-box .btn-one {
        padding-left: 63px;
        padding-right: 64px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }



    .footer-main-style2-top-border {
        display: none;
    }

    .single-footer-widget-style2__about {
        padding: 0px 0px 0px;
    }

    .single-footer-widget-style2.pl20pr14 {
        padding-left: 0px;
        padding-top: 25px;
    }

    .footer-widget-links-style2 {
        max-width: 230px;
    }

    .single-footer-widget-style2__team-conditons {
        padding-left: 0px;
    }

    .single-footer-widget-style2.pl12pr35 {
        padding-left: 0px;
        padding-right: 35px;
        padding-top: 30px;
    }

    .footer-style2-social-box {
        display: block;
    }

    .footer-style2-social-box ul {
        padding-left: 0px;
        padding-top: 12px;
    }

    .footer-style2-cards-box {
        display: block;
    }

    .footer-style2-cards-box ul {
        padding-left: 0px;
        padding-top: 6px;
    }


    /*======== Home 03 =========*/



    .benefits-style1-right-img {
        display: none;
    }

    .benefits-style1-right {
        padding-right: 0px;
        padding-top: 45px;
    }

    .benefits-style1-right-inner .sec-title h2 br {
        display: none;
    }



    .transportation-style2__inner {
        clip-path: polygon(100% 0, 100% 95%, 90% 100%, 0 100%, 0 0);
        margin: 0px 55px 0px;
    }

    .single-transportation-style2-inner {
        display: block;
        padding: 19px 15px 19px;
        clip-path: polygon(100% 0, 100% 87%, 94% 100%, 0 100%, 0 0);
    }

    .transportation-style2-right {
        margin-top: 30px;
    }

    .transportation-style2-left-inner .count {
        display: none;
    }

    .transportation-style2-left-inner .border-line {
        display: none;
    }

    .transportation-style2-right .icon2 {
        right: auto;
        left: 0;
    }

    .transportation-style2-right .icon1 {
        margin: 0 auto;
    }

    .single-transportation-style2 .overlay-content {
        top: 120px;
        right: 30px;
        width: 285px;
        height: 125px;
        padding: 9px 17px 0px;
    }


    .choose-style3-list {
        max-width: 450px;
        margin: 0 auto;
    }

    .choose-style3-round {
        margin-left: 0px;
        margin: 40px auto 40px;
    }



    .faq-style1__inner {
        margin: 0px 40px 0px;
        clip-path: polygon(100% 0, 100% 96%, 94% 100%, 0 100%, 0 0);
    }

    .faq-style1__form {
        margin-left: 0px;
        margin-top: 42px;
    }



    .testimonials-style2-rating {
        max-width: 600px;
        margin: 30px auto 0px;
    }

    .testimonials-style2-inner {
        padding-left: 0;
        max-width: 600px;
        margin: 0 auto;
    }

    .testimonials-style2-content {
        top: auto;
        transform: translateY(0);
        border-top-left-radius: 0;
        bottom: -1px;
    }

    .testimonials-style2-carousel.owl-nav-style-one.owl-theme .owl-nav {
        right: 65px;
        flex-direction: column;
        height: 140px;
        width: 60px;
        margin: 5px 0px;
    }

    .testimonials-style2-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
        margin: 5px 0px;
    }




    .blog-style3__top {
        display: block;
    }

    .blog-style3__top .btn-box {
        padding-top: 14px;
    }

    .cta-style2__inner {
        clip-path: polygon(100% 0, 100% 90%, 95% 100%, 0 100%, 0 0);
        margin: 0px 30px 0px;
    }

    .cta-style2__big-title h2 {
        font-size: 50px;
    }

    .cta-style2__img {
        display: none;
    }




    .footer-main-style3 {
        padding: 30px 0px 120px;
    }

    .footer-main-style3 .row {
        justify-content: center;
    }

    .footer-main-style3 .single-widget {
        padding-top: 50px;
    }

    .footer-bottom-style3-inner {
        flex-direction: column;
    }

    .footer-bottom-style3-right {
        padding-top: 25px;
    }



    /*======== Home 04 =========*/
    .choose-style4 .row {
        justify-content: center;
    }

    .single-choose-style4.two {
        margin-top: 30px;
    }

    .single-choose-style4 {
        padding-right: 79px;
    }

    .choose-style4-title h3 {
        font-size: 20px;
        line-height: 30px;
    }



    .about-style4__right {
        padding-top: 65px;
    }

    .about-style4__left {
        max-width: 500px;
        margin: 0 auto;
    }

    .about-style2-fact-counter--style2 {
        position: relative;
        top: 0;
        left: 0;
    }



    .single-cases-style1 .title-box {
        padding: 485px 10px 30px;
    }

    .single-cases-style1 .title-box h3 {
        font-size: 20px;
        line-height: 30px;
    }



    .partner-style1__top {
        display: block;
    }

    .partner-style1__top .btn-box {
        padding-top: 15px;
    }



    .footer-style4 .single-widget {
        margin-top: 50px;
    }

    .footer-style4 .row {
        justify-content: center;
    }

    .footer-main-style4 {
        padding: 70px 0px 112px;
    }

    .footer-menu-style4 {
        max-width: 100%;
        padding-top: 25px;
    }

    .footer-menu-style4 ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-menu-style4 ul li+li {
        margin-left: 30px;
    }




    /*======== Breadcrumb =========*/
    .breadcrumb-style1__inner {
        clip-path: polygon(100% 0, 100% 88%, 96% 100%, 0 100%, 0 0);
        margin: 0px 30px 0px;
    }

    .breadcrumb-menu {
        right: 30px;
    }

    .breadcrumb-style1 .inner-content {
        padding-left: 30px;
    }

    .breadcrumb-style1 .title h2 {
        font-size: 40px;
    }



    /*======== About Page =========*/

    .fact-counter-style2__inner {
        clip-path: polygon(100% 0, 100% 92%, 93% 100%, 0 100%, 0 0);
        margin: 0px 30px 0px;
    }

    .single-fact-counter-style2 {
        clip-path: polygon(100% 0, 100% 83%, 88% 100%, 0 100%, 0 0);
    }


    .about-style5__content {
        max-width: 600px;
        margin: 0px auto 70px;
    }

    .about-style5__img {
        margin-right: 0;
    }

    .about-style5__img img {
        margin-left: 0px;
    }



    .recognations-style1__content .sec-title h2 br {
        display: none;
    }

    .single-recognations-style1 .shape {
        left: 10px;
    }



    /*======== History Page =========*/

    .history-page-border-line1,
    .history-page-border-line2,
    .history-page-box11 {
        display: none;
    }

    .history-page-list {
        padding-right: 0;
    }

    .history-page-list--style2 {
        padding-left: 2px;
        padding-right: 0;
    }

    .history-page-content-box .title-box {
        padding: 0px 65px 0px;
        padding-right: 15px;
    }

    .history-page-content-box .img-box {
        left: 40px;
    }

    .history-page-content-box .year-box {
        border-left: none;
        padding: 41.99px 3px 41.64px;
        padding-left: 15px;
    }

    .history-page-content-box .title-box h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0;
    }



    /*======== Project Page One =========*/
    .project-filter li+li {
        margin-left: 10px;
    }



    /*======== Project Page two =========*/

    .project-page-two .project-filter {
        flex-direction: column;
    }

    .project-page-two .project-filter li+li {
        margin-left: 0px;
        margin-top: 9px;
    }

    .project-page-two .project-filter li .filter-text::before {
        bottom: 0px;
    }

    .single-project-page-two .img-box .overlay-content {
        left: 0px;
        bottom: 10px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding: 16.5px 10px 16.5px;
    }

    .single-project-page-two .img-box .overlay-content .title h3 {
        font-size: 18px;
        line-height: 28px;
    }



    /*======== Project Page Three =========*/

    .project-page-three .project-filter {
        flex-direction: column;
    }

    .project-page-three .project-filter li+li {
        margin-left: 0px;
        margin-top: 9px;
    }

    .project-page-three .project-filter li .filter-text::before {
        bottom: 0px;
    }



    /*======== Project Details =========*/

    .project-details__sidebar {
        margin-right: 0px;
        max-width: 350px;
        margin: 0px auto 50px;
    }




    /*======== Faq Page =========*/

    .faq-page-tab__button ul li {
        padding: 10px 15px 6px;
    }

    .faq-page-tab__button ul li+li {
        margin-left: 10px;
    }

    .faq-page-tab__button ul li h6 {
        font-size: 12px;
        line-height: 22px;
    }

    .single-faq-page-tab {
        max-width: 530px;
        margin: 0px auto 0px;
    }

    .single-faq-page-tab ul.two {
        margin-bottom: 20px;
    }



    /*======== Error Page =========*/

    .error-page-img {
        display: none;
    }

    .error-page .big-title {
        left: 0;
        font-size: 400px;
        position: relative;
    }

    .error-page-content-box {
        max-width: 100%;
        padding: 0px 90px 0px;
        padding-right: 0px;
        position: relative;
        top: -50px;
        left: 0%;
        transform: translateY(0%) translateX(0%);
    }

    .error-page-content-box .title h2 {
        font-size: 50px;
    }

    .error-page__scrolling .inner ul li {
        margin-left: 50px;
    }



    /*======== Coming Soon Page =========*/

    .coming-soon-page__content {
        padding: 0px 20px 0px;
        padding-right: 0px;
        width: 70%;
    }

    .coming-soon-page__bg::before {
        width: 70%;
    }

    .coming-soon-page__big-title {
        left: 57%;
    }

    .coming-soon-page__title h2 {
        font-size: 40px;
    }

    .coming-soon-page__title h2 br {
        display: none;
    }

    .coming-soon-page__title {
        padding-top: 30px;
    }

    .timer-box {
        justify-content: center;
        margin: 10px 0 0px;
    }

    .timer-box .countdown-timer li span.days,
    .timer-box .countdown-timer li span.hours,
    .timer-box .countdown-timer li span.minutes,
    .timer-box .countdown-timer li span.seconds {
        font-size: 42px;
    }

    .timer-box .countdown-timer li+li {
        margin-left: 0px;
    }

    .timer-box .countdown-timer li::before,
    .timer-box .countdown-timer li::after {
        display: none;
    }

    .coming-soon-page .subscribe-box-style1 form button {
        position: absolute;
        left: auto;
        margin-top: 0;
        width: 56px;
    }

    .coming-soon-page .subscribe-box-style1 form input[type="email"] {
        padding-left: 50px;
        padding-right: 65px;
    }

    .coming-soon-page .subscribe-box-style1 {
        margin-top: 25px;
    }



    /*======== Service Details =========*/
    .service-details-sidebar {
        margin-right: 0px;
        max-width: 400px;
        margin: 0px auto 60px;
    }



    /*======== Industry Details =========*/

    .industry-details-title1 {
        padding-top: 23px;
    }

    .industry-details-title1 h2 {
        font-size: 30px;
    }

    .industry-details-page .service-details-banner {
        padding: 325px 25px 40px;
    }

    .tailored-services .title h2 {
        font-size: 30px;
    }

    .single-tailored-services-inner h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .why-choose-us11 .title h2 {
        font-size: 30px;
    }

    .single-tailored-services-inner {
        padding: 53px 25px 27px;
    }

    .why-choose-us11__inner {
        clip-path: polygon(100% 0, 100% 92%, 89% 100%, 0 100%, 0 0);
    }

    .why-choose-us11__tab {
        flex-direction: column;
    }

    .why-choose-us11__button {
        max-width: 100%;
    }

    .why-choose-us11__button ul {
        padding: 22px 0px 22px;
    }

    .why-choose-us11__button ul li {
        padding-left: 30px;
        padding-right: 30px;
    }

    .why-choose-us11__button ul li:first-child {
        padding: 0px 30px 13px;
    }

    .why-choose-us11__button ul li:last-child {
        padding: 13px 30px 0px;
    }

    .single-why-choose-us11 .img-box {
        border-top-right-radius: 0;
    }

    .single-why-choose-us11 .img-box .ovelay-text {
        left: 20px;
        bottom: 20px;
        right: 20px;
        clip-path: polygon(100% 0, 100% 80%, 91% 100%, 0 100%, 0 0);
    }

    .industry-details-page .single-service-details-facts.two {
        margin-bottom: 30px;
    }



    /*======== Blog Page Three =========*/

    .blog-page-three::before {
        display: none;
    }

    .blog-details-page-sidebar {
        padding-left: 0px;
        max-width: 350px;
        margin: 10px auto 0px;
    }

    .single-blog-page-three .content-box-title h2 {
        font-size: 30px;
        line-height: 1.2em;
        font-weight: 600;
    }

    .styled-pagination {
        justify-content: center;
        padding-top: 55px;
    }



    /*======== Blog Page Four =========*/

    .blog-page-four::before {
        display: none;
    }

    .single-blog-page-four .content-box-title h2 {
        font-size: 20px;
        line-height: 28px;
    }



    /*======== Blog Details =========*/

    .blog-details-page::before {
        display: none;
    }

    .blog-details-page-top .content-box-title h2 {
        font-size: 30px;
    }

    .rising-demand-for-speed-efficiency .title h2 {
        font-size: 30px;
    }

    .rising-demand-for-speed-efficiency-single .inner h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .rising-demand-for-speed-efficiency-list li {
        align-items: flex-start;
    }

    .rising-demand-for-speed-efficiency-list li i {
        margin-top: 3px;
    }

    .future-global-logistics .title h2 {
        font-size: 30px;
    }

    .comment-box .title h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .add-comment-box .inner-title h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .blog-details-page-content {
        margin-bottom: 50px;
    }



    /*======== Contact Page =========*/

    .single-get-in-touch {
        padding: 33px 25px 32px;
    }

    .single-get-in-touch__inner {
        padding-left: 0px;
    }

    .single-get-in-touch .icon {
        position: relative;
        top: 0px;
    }

    .single-get-in-touch .text {
        padding-top: 22px;
    }

    .single-get-in-touch .text h4 span br {
        display: none;
    }




    .history-style1 {
        padding-top: 120px;
        padding-bottom: 90px;
    }

    .history-style1 .container {
        max-width: 700px;
    }

    .single-history-style1 .row .col-xl-6 {
        width: 100%;
    }

    .history-style1-inner {
        border-left: 0px solid #dbdee7;
        padding: 0px 0px 30px;
        margin-left: 80px;
    }

    .history-style1__inner-box {
        margin-left: 40px;
        padding-top: 30px;
        max-width: 900px;
    }

    .history-style1-experience {
        margin-right: 0;
        padding: 0px 0px 30px;
    }

    .history-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
        left: -40px;
    }




    .projects-style4__single-content .btn-box {
        margin-left: 5px;
    }

    .projects-style4__single-content {
        padding: 31px 20px 32px;
        padding-right: 20px;
        display: block;
        text-align: center;
    }

    .projects-style4__single-content .btn-box a {
        color: var(--thm-white);
        padding: 0px 20px 0px;
    }

    .projects-style4__single-content .btn-box a::before {
        display: none;
    }

    .projects-style4__single-content .text-box h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 4px;
    }






















}






/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

    /*======== Default Css =========*/
    .sec-title {
        padding-bottom: 49px;
    }

    .sec-title h2 {
        font-size: 32px;
        line-height: 1.3em;
    }

    .sec-title h2 br {
        display: none;
    }

    .sec-title p br {
        display: none;
    }

    .error-content .big-title h2 {
        font-size: 120px;
        line-height: 100px;
    }

    .error-content .title h2 {
        font-size: 40px;
        line-height: 50px;
        font-weight: 700;
    }

    .error-content .text p br {
        display: none;
    }

    .coming-soon-page-style1 {
        height: auto !important;
        padding: 110px 0 120px;
    }

    .coming-soon-page-style1__content .big-title {
        font-size: 40px;
        line-height: 50px;
    }

    .timer-box .countdown-timer li {
        float: none;
    }

    .timer-box .countdown-timer li+li {
        margin-top: 20px;
    }

    .coming-soon-page-style1__content {
        top: 0%;
        transform: translateY(0%);
        padding: 0 20px;
    }

    .subscribe-box-style1 {
        max-width: 370px;
    }

    .subscribe-box-style1 form input[type="email"] {
        padding-left: 30px;
        padding-right: 30px;
    }

    .subscribe-box-style1 form button {
        position: relative;
        top: 0px;
        left: 0;
        right: 0px;
        bottom: 0px;
        width: 100%;
        margin-top: 20px;
    }



    .footer-main-top {
        padding: 120px 0px 70px;
    }

    .single-footer-widget {
        margin-bottom: 50px;
    }

    .footer-main-bottom__inner {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .footer-main-bottom__inner .middle-box {
        margin: 30px 0 30px;
    }

    .footer-bottom .bottom-inner {
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 21px 0px 21px;
        text-align: center;
    }

    .footer-menu {
        margin-top: 5px;
    }

    .footer-main-bottom__inner .middle-box {
        margin: 30px 0 30px;
        flex-direction: column;
    }

    .footer-main-bottom__inner .middle-box li {
        border-right: 0px solid;
        margin: 0 auto;
    }

    .footer-main-bottom__inner .middle-box li+li {
        margin-top: 20px;
    }

    .footer-menu ul {
        align-items: center;
        flex-direction: column;
    }

    .footer-menu ul li+li {
        margin-top: 4px;
        margin-left: 0px;
    }


    /*======== Home One =========*/
    .single-service-style1 .title .circle {
        display: none;
    }

    .single-service-style1 .border-line {
        display: none;
    }

    .single-service-style1 {
        padding-left: 0px;
    }

    .single-service-style1 .icon {
        position: relative;
        top: 0;
        margin-bottom: 12px;
    }

    .service-style1-banner {
        padding: 30px 15px 0px;
    }

    .service-style1-banner-inner {
        padding: 207px 15px 0px;
    }

    .single-service-style1 .img-box .icon2 {
        right: 40px;
        bottom: 40px;
    }




    .about-style1__left {
        margin-left: 0px;
        margin-right: 0px;
    }

    .about-style1__shape1 {
        display: none;
    }

    .about-style1__left ul {
        flex-direction: column;
    }

    .about-style1__left ul li .img2 {
        margin-right: 0px;
        margin-top: 30px;
    }

    .about-style1__left ul li+li {
        margin-left: 0px;
    }

    .about-style1-round {
        position: relative;
        top: 0;
        margin: 0px auto 30px;
    }

    .about-style1__left .company-based {
        position: relative;
        left: 0;
        bottom: 0;
        margin: 30px auto 0px;
    }

    .about-style1__right {
        margin-top: 70px;
    }

    .about-style1-certification {
        max-width: 100%;
        flex-direction: column;
    }

    .about-style1-certification .right-box {
        margin-left: 0px;
        padding-left: 0px;
        border-left: none;
        margin-top: 20px;
        text-align: center;
    }




    .transportation-style1-list {
        border-right: none;
        margin-right: 0px;
    }

    .transportation-style1 {
        margin: 0px 30px 0px;
        clip-path: polygon(100% 0, 100% 98%, 87% 100%, 0 100%, 0 0);
    }

    .single-transportation-style1 {
        flex-direction: column;
    }

    li:last-child.single-transportation-style1::before {
        display: block;
    }

    .single-transportation-style1-right {
        padding-left: 0;
        text-align: center;
        padding-top: 20px;
    }

    .transportation-style1-content {
        padding: 22px 0px 22px;
    }

    .transportation-style1-download {
        flex-direction: column;
    }

    .transportation-style1-download .title {
        padding-left: 0px;
        text-align: center;
        padding-top: 12px;
    }

    .transportation-style1__bottom {
        flex-direction: column;
    }

    .transportation-style1__bottom .left-box {
        text-align: center;
    }

    .transportation-style1__bottom .left-box h3 {
        color: var(--thm-white);
        font-size: 20px;
        line-height: 30px;
    }

    .transportation-style1__bottom .left-box h3 span {
        font-size: 32px;
    }

    .transportation-style1__bottom .middle-box {
        display: none;
    }

    .transportation-style1__bottom .right-box {
        flex-direction: column;
        text-align: center;
        padding-top: 22px;
    }

    .transportation-style1__bottom .right-box .icon {
        padding-right: 0px;
        border-right: none;
    }

    .transportation-style1__bottom .right-box .title {
        padding-left: 0px;
        padding-top: 7px;
    }



    .served-style1__tab-btn {
        position: relative;
        top: 0;
        flex-direction: column;
    }

    .served-style1__tab .tabs-content-box {
        margin: 30px auto 0px;
        max-width: 100%;
        min-height: 395px;
    }

    .served-style1__tab-btn ul {
        width: 300px;
        clip-path: polygon(100% 0, 100% 83%, 86% 100%, 0 100%, 0 0);
    }

    .served-style1__tab-btn ul::before {
        bottom: -51px;
    }

    .served-style1__tab-btn ul+ul {
        margin-left: 0px;
        margin-top: 30px;
    }

    .served-style1__tab-btn ul li h3 {
        padding: 0px 20px 0px;
    }

    .single-served-style1 .img-box .overlay-title {
        left: 20px;
        right: 20px;
    }

    .single-served-style1 .img-box .overlay-title>h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .served-style1__tab .tab-content-box-item .served-style1-tab-content-box-item {
        min-height: 395px;
    }

    .served-style1__tab .tab-content-box-item {
        min-height: 395px;
    }

    .served-style1__content {
        position: relative;
        padding-left: 0;
        padding-top: 50px;
    }

    .served-style1__content .banner-box {
        padding-top: 17px;
        flex-direction: column;
    }

    .served-style1__content .banner-box .title {
        text-align: center;
        padding-left: 0;
        padding-top: 10px;
    }

    .served-style1__content .banner-box .title h3 {
        font-size: 22px;
        line-height: 28px;
    }




    .single-process-style1 .shape1 {
        display: none;
    }

    .process-style1 ul li:nth-child(2),
    .process-style1 ul li:nth-child(3),
    .process-style1 ul li:nth-child(4) {
        margin-top: 0px;
    }

    .single-process-style1-content {
        padding: 31px 20px 32px;
    }

    .process-style1 .shape-img-box {
        display: none;
    }




    .choose-style1-content {
        margin-bottom: 50px;
    }

    .single-choose-style1 {
        overflow: hidden;
        margin-left: 0px;
        padding: 32px 15px 32px;
        padding-right: 70px;
    }

    .single-choose-style1.mr100 {
        margin-right: 0px;
    }

    .single-choose-style1-title h3 {
        font-size: 19px;
        line-height: 29px;
    }

    .choose-style1-shape1 {
        display: none;
    }

    .choose-style1-img .img1::before {
        right: -7px;
        width: 310px;
    }

    .choose-style1-img .img2 {
        position: relative;
        top: 0;
        transform: translateY(0%);
        right: 0;
    }

    .choose-style3-round-text__dot1,
    .choose-style3-round-text__dot2,
    .choose-style3-round-text__dot3,
    .choose-style3-round-text__top,
    .choose-style3-round-text__middle,
    .choose-style3-round-text__bottom {
        display: none;
    }

    .choose-style3-round {
        width: 300px;
        height: 300px;
    }

    .choose-style3-round .overlay-img {
        width: 300px;
        height: 300px;
    }



    .contact-style2__inner {
        clip-path: polygon(100% 0, 100% 97%, 85% 100%, 0 100%, 0 0);
        margin: 0px 20px 0px;
    }

    #contact-style2-form ul li:nth-child(1),
    #contact-style2-form ul li:nth-child(3) {
        border-right: none;
    }

    #contact-style2-form .inner-title.mt44 {
        margin-top: 34px;
    }

    #contact-style2-form .checked-box1 label {
        padding-left: 25px;
    }



    .single-blog-style1 .content-box-title h3 {
        font-size: 20px;
        line-height: 30px;
    }




    .footer-main {
        padding: 100px 0px 70px;
    }

    .footer-top-inner-content {
        padding: 30px 0px 0px;
        flex-direction: column;
        clip-path: polygon(100% 0, 100% 87%, 85% 100%, 0 100%, 0 0);
    }

    .footer-top-form {
        border-left: none;
        padding: 30px 20px 30px;
        max-width: 300px;
    }

    .footer-top-form form {
        display: block;
    }

    .footer-top-form .form-group {
        display: block;
        max-width: 100%;
    }

    .footer-top-form .form-group .input-box {
        margin-left: 0px;
        max-width: 100%;
        padding-top: 10px;
    }

    .footer-top-form form .btn-box {
        display: block;
        max-width: 100%;
        padding-top: 18px;
    }

    .footer-top-form form .btn-box button {
        margin-top: 10px;
    }

    .footer-top-inner::before {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%, 0 90%);
    }

    .footer-widget-right-content-single.two {
        margin-bottom: 20px;
    }

    .footer-widget-right-content-single {
        max-width: 200px;

    }

    .footer-menu {
        max-width: 100%;
    }

    .footer-menu ul {
        padding-top: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-menu ul br {
        display: none;
    }

    .footer-menu ul li+li {
        margin-left: 30px;
    }

    .copyright-text {
        text-align: center;
    }

    .footer-social-box {
        padding-top: 20px;
    }



    /*======== Home 02 =========*/
    .single-service-style2-text {
        padding: 34px 17px 22px;
    }

    .single-service-style2-bottom {
        padding: 30px 17px 30px;
    }

    .single-service-style2-bottom-left h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .single-service-style2 {
        clip-path: polygon(100% 0, 100% 93%, 90% 100%, 0 100%, 0 0);
    }






    .single-service-style3-inner {
        padding-left: 0;
        padding-right: 0;
    }

    .single-service-style3 .img-box {
        position: relative;
    }

    .single-service-style3 .img-box .icon {
        top: auto;
        transform: translateY(0%);
        right: 0;
        bottom: -45px;
        left: 0;
        margin: 0 auto;
    }

    .single-service-style3 .img-box .border-one,
    .single-service-style3 .img-box .border-two {
        display: none;
    }

    .single-service-style3 .content-box {
        padding: 67px 20px 42px;
    }

    .single-service-style3 {
        clip-path: polygon(100% 0, 100% 92%, 90% 100%, 0 100%, 0 0);
    }





    .about-style2 {
        padding: 0px 0px 120px;
    }

    .about-style2_bg {
        position: relative;
        width: calc((100%) / 1);
        background-position: top center;
        height: 500px;
    }

    .about-style2-fact-counter {
        position: absolute;
        margin-left: 0;
        top: 212px;
        right: 0;
    }

    .about-style2-content {
        margin-left: 0;
        margin-top: 70px;
    }

    .about-style2-content .rating-box {
        flex-direction: column;
    }

    .about-style2-content .rating-box .title {
        padding-left: 0px;
        padding-top: 15px;
        text-align: center;
    }

    .about-style2-content .rating-box .title .icon {
        justify-content: center;
    }



    .single-pricing-style1-price h2 {
        font-size: 35px;
    }

    .single-pricing-style1-price h2 sup {
        top: -13px;
    }

    .single-pricing-style1-list {
        padding: 34px 20px 32px;
    }

    .single-pricing-style1-btn .btn-one {
        padding-left: 20px;
        padding-right: 20px;
    }

    .single-pricing-style1-title h3 {
        font-size: 20px;
        line-height: 30px;
    }


    .served-style2 {
        margin: 0px 30px 0px;
    }

    .served-style2--style2 {
        padding: 120px 0px 120px;
        margin: 0px 20px 0px;
    }

    .served-style2__top {
        display: block;
        text-align: center;
        padding-bottom: 35px;
        margin-bottom: 0px;
    }

    .served-style2__top .btn-box {
        margin-top: 22px;
    }

    .served-style2__tab11 {
        margin-top: 30px;
    }

    .served-style2--style2 .single-served-style2 .img-box {
        width: 100%;
        border-radius: 0;
        clip-path: none;
    }

    .served-style2--style2 .single-served-style2 {
        padding: 0px 0px 0px;
    }

    .served-style2__tab-btn ul li h3.plr {
        padding: 0px 5px 0px;
    }

    .served-style2_bg {
        display: none;
    }

    .served-style2-fact-counter {
        margin-right: 0;
        margin-left: 0;
        overflow: hidden;
        border-radius: var(--thm-border-radius);
        position: relative;
        margin-top: 22px;
    }

    .served-style2-content {
        padding-right: 0px;
        margin: 0px auto 0px;
    }

    .served-style2__tab-btn ul li .icon {
        width: 60px;
    }

    .served-style2__tab-btn ul li h3 {
        padding: 0px 5px 0px;
        font-size: 15px;
    }





    .served-style2__tab-btn ul li:last-child {
        border-bottom: 1px solid var(--thm-border-color);
    }

    .single-served-style2 {
        padding: 17px 0px 22px;
    }

    .served-style2__tab {
        clip-path: polygon(100% 0, 100% 96%, 90% 100%, 0 100%, 0 0);
    }




    .single-project-style1 .img-box .overlay-content .title {
        padding: 13px 15px 13px;
    }



    .choose-style2 {
        clip-path: polygon(100% 0, 100% 97%, 84% 100%, 0 100%, 0 0);
        margin: 0px 20px 0px;
        padding-bottom: 0;
    }

    .choose-style2__img {
        position: relative;
        bottom: 0;
        margin-left: 0;
        text-align: center;
    }

    .choose-style2__content {
        padding-top: 0px;
        padding-bottom: 60px;
    }

    .choose-style2-list li {
        padding-left: 0;
    }

    .choose-style2-list li .icon {
        position: relative;
        top: 0;
        margin-bottom: 17px;
    }

    .choose-style2-list li .content-box .title h3 {
        font-size: 20px;
        line-height: 30px;
    }



    .single-team-style1-inner::before {
        display: none;
    }

    .single-team-style1 .content-box .title h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .single-team-style1 .content-box .title {
        padding: 0px 20px 18px;
    }

    .single-team-style1 .content-box .mail-box {
        padding: 19.5px 20px 19.5px;
    }




    .testimonials-style1 .sec-title {
        padding-bottom: 160px;
    }

    .testimonials-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
        right: auto;
        left: 0;
    }

    .single-testimonials-style1-bottom {
        display: block;
        padding: 0px 30px 0px;
        padding-right: 10px;
    }

    .single-testimonials-style1-bottom .text-box {
        margin-left: 0px;
        padding: 24px 0px 38px;
        padding-right: 15px;
        border-left: none;
    }

    .single-testimonials-style1-bottom .text-box::before {
        display: none;
    }

    .single-testimonials-style1__inner::before {
        clip-path: polygon(100% 0, 100% 93%, 92% 100%, 0 100%, 0 0);
    }

    .single-testimonials-style1__inner::after {
        clip-path: polygon(100% 0, 100% 92%, 91% 100%, 0 100%, 0 0);
    }

    .single-testimonial-style1-leaner {
        padding: 25px 90px 0px;
        padding-right: 0;
    }


    .blog-style2-left-inner .img-box {
        clip-path: polygon(100% 0, 100% 83%, 92% 100%, 0 100%, 0 0);
    }

    .blog-style2-left-inner .content-box-top .author {
        margin-left: 10px;
        padding-left: 10px;
    }

    .blog-style2-left-inner .content-box-top .author .title {
        padding-left: 5px;
    }

    .blog-style2-left-inner .content-box-top .comment-icon {
        margin-right: -9px;
    }

    .blog-style2-left-inner .content-box-top .date h3 {
        font-size: 24px;
    }

    .blog-style2-left-inner .content-box-top .date p {
        font-size: 13px;
        line-height: 23px;
    }

    .blog-style2-left-inner .content-box-title h3 a br {
        display: none;
    }

    .blog-style2-left-inner .content-box-title h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .blog-style2-right {
        padding-top: 32px;
        padding-right: 0;
    }

    .blog-style2-right-single .img-box {
        clip-path: polygon(100% 0, 100% 81%, 89% 100%, 0 100%, 0 0);
    }

    .blog-style2-right-single .content-box {
        padding-top: 23px;
    }

    .blog-style2-right-single .content-box-title h3 {
        font-size: 18px;
        line-height: 28px;
    }



    .contact-style1-google-map {
        margin-bottom: 30px;
    }

    .contact-style1-img .overlay-content {
        max-width: 100%;
        padding: 13px 20px 20px;
        position: relative;
        clip-path: polygon(100% 0, 100% 93%, 89% 100%, 0 100%, 0 0);
    }

    .contact-style1-img .overlay-content .bottom-box .single-box ul {
        display: block;
    }

    .contact-style1-img .overlay-content .bottom-box .single-box ul li+li {
        margin-top: 15px;
    }

    .contact-style1-img img {
        height: 185px;
    }

    .contact-style1__tab-btn ul {
        flex-direction: column;
    }

    .contact-style1__tab-btn ul li {
        border-right: none;
        border-bottom: 1px solid var(--thm-border-color);
        padding: 6px 30px 7px;
    }

    .contact-style1__tab-btn ul li:first-child {
        padding: 0px 30px 7px;
    }

    .contact-style1__tab-btn ul li:last-child {
        border-bottom: none;
        padding: 6px 30px 0px;
    }



    .cta-style1-content .shape1,
    .cta-style1-content .shape2 {
        display: none;
    }

    .cta-style1-content .title-box {
        padding-bottom: 11px;
        text-align: center;
    }

    .cta-style1-content .title-box h2 {
        font-size: 30px;
    }

    .cta-style1-content .title-box h2 br {
        display: none;
    }

    .cta-style1-content {
        flex-direction: column;
        padding: 22px 0px 30px;
    }

    .cta-style1-content .img-box {
        margin-top: 0px;
    }

    .cta-style1-content .btn-box .btn-one {
        padding-left: 62px;
        padding-right: 63px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }


    .footer-widget-links-style2 {
        max-width: 300px;
    }

    .footer-main-style2-top {
        padding: 70px 0px 116px;
    }

    .footer-main-style2-top-border {
        display: none;
    }

    .footer-main-style2 .single-widget {
        margin-top: 50px;
    }

    .single-footer-widget-style2__about {
        padding: 0px 0px 0px;
    }

    .single-footer-widget-style2__team-conditons {
        padding-left: 0px;
    }

    .single-footer-widget-style2.pl20pr14 {
        padding-left: 0px;
    }

    .single-footer-widget-style2.pl12pr35 {
        padding-left: 0;
        padding-right: 15px;
    }

    .footer-main-style2-bottom-border {
        display: none;
    }

    .footer-style2-social-box {
        flex-direction: column;
    }

    .footer-style2-social-box ul {
        padding-top: 12px;
        padding-left: 0px;
    }

    .footer-style2-cards-box {
        flex-direction: column;
        padding-top: 24px;
    }

    .footer-style2-cards-box ul {
        padding-left: 0px;
        padding-top: 6px;
    }



    /*======== Home 03 =========*/
    .about-style3__right {
        padding-left: 0px;
        margin-right: 0;
        padding-top: 45px;
    }

    .about-style3__right .big-title {
        position: relative;
        top: 0;
        transform: translateY(0%) rotate(0deg);
        left: 0;
        writing-mode: lr;
    }

    .about-style3-round {
        margin: 20px 0px 0px;
    }

    .about-style3__img {
        position: relative;
        bottom: 0;
    }



    .single-service-style4 .icon {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 14px;
    }

    .single-service-style4 .count {
        display: none;
    }

    .single-service-style4 .border-line {
        display: none;
    }

    .single-service-style4 .title .circle {
        display: none;
    }

    .single-service-style4 {
        padding-left: 0;
    }

    .single-service-style4 .img-box .icon2 {
        right: 80px;
        bottom: 80px;
    }



    .benefits-style1-right-img {
        display: none;
    }

    .benefits-style1-right {
        padding-right: 0px;
        padding-top: 45px;
    }

    .benefits-style1-right-inner .sec-title h2 br {
        display: none;
    }

    .benefits-style1-left-list-single.two {
        margin-top: 19px;
    }

    .benefits-style1-right-inner {
        padding: 77px 30px 77px;
    }

    .benefits-style1-right-inner .btn-box .btn-one {
        color: var(--thm-black);
        padding-left: 20px;
        padding-right: 20px;
    }



    .transportation-style2__inner {
        clip-path: polygon(100% 0, 100% 97%, 84% 100%, 0 100%, 0 0);
        margin: 0px 15px 0px;
    }

    .single-transportation-style2-inner {
        clip-path: none;
        padding: 19px 10px 19px;
        flex-direction: column;
    }

    .single-transportation-style2-inner::before {
        display: none;
    }

    .transportation-style2-left-inner .count {
        display: none;
    }

    .transportation-style2-left {
        flex-direction: column;
    }

    .transportation-style2-left-text {
        padding-left: 0;
        padding-top: 17px;
    }

    .transportation-style2-right {
        padding-top: 22px;
    }

    .single-transportation-style2 .overlay-content {
        top: 160px;
        right: -5px;
        width: 270px;
        height: 119px;
        padding: 7px 10px 0px;
    }



    .choose-style3-round {
        margin-left: 0px;
        margin: 40px auto 40px;
    }

    .single-choose-style3-inner {
        padding: 12px 15px 27px;
    }

    .single-choose-style3 .title-box h3 {
        font-size: 20px;
        line-height: 30px;
    }




    .faq-style1__inner {
        clip-path: polygon(100% 0, 100% 96%, 80% 100%, 0 100%, 0 0);
        margin: 0px 10px 0px;
    }

    .faq-style1-content-inner .accordion-box .block .acc-btn {
        padding: 15px 5px 16px;
    }

    .faq-style1-content-inner .accordion-box .block .acc-content {
        padding: 14px 10px 12px;
        padding-right: 10px;
    }

    .faq-style1-content-inner .accordion-box .block .acc-btn .title {
        padding-left: 10px;
    }

    .faq-style1-content-inner .accordion-box .block .acc-btn .title h3 {
        font-size: 17px;
        line-height: 26px;
    }

    .faq-style1__form {
        margin-left: 0px;
        margin-top: 52px;
    }

    .faq-style1__form-inner {
        padding: 36px 10px 40px;
    }

    .faq-style1__form-inner .title h2 {
        font-size: 25px;
    }

    #faq-style1-form .btn-box .btn-one {
        padding-left: 30px;
        padding-right: 30px;
    }

    .faq-style1__form .phone-content h4 {
        font-size: 15px;
        line-height: 25px;
    }

    .faq-style1__form .phone-content h3 {
        font-size: 20px;
        line-height: 30px;
    }




    .testimonials-style2-rating {
        margin: 30px 0px 0px;
    }

    .testimonials-style2-inner {
        padding-left: 0;
    }

    .testimonials-style2-content {
        position: relative;
        top: 0%;
        transform: translateY(0%);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
        max-width: 100%;
        padding: 39px 20px 33px;
    }

    .testimonials-style2-img {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .testimonials-style2-carousel.owl-nav-style-one.owl-theme .owl-nav {
        right: 25px;
        flex-direction: column;
        height: 140px;
        width: 60px;
        margin: 5px 0px;
    }

    .testimonials-style2-carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
        margin: 5px 0px;
    }



    .blog-style3__top {
        display: block;
    }

    .blog-style3__top .btn-box {
        padding-top: 14px;
    }




    .cta-style2__inner {
        clip-path: polygon(100% 0, 100% 93%, 87% 100%, 0 100%, 0 0);
        margin: 0px 10px 0px;
    }

    .cta-style2__big-title h2 {
        font-size: 40px;
    }

    .cta-style2__big-title h2 br {
        display: none;
    }

    .cta-style2__video {
        max-width: 100%;
        flex-direction: column;
    }

    .cta-style2__video-content {
        padding-left: 0px;
        padding-top: 24px;
    }

    .cta-style2__video-content .btn-box {
        text-align: center;
    }

    .cta-style2__img {
        display: none;
    }




    .footer-main-style3 {
        padding: 30px 0px 120px;
    }

    .footer-main-style3 .single-widget {
        padding-top: 50px;
    }

    .footer-widget-style3-post li {
        padding-left: 80px;
    }

    .footer-widget-style3-post li .content-box .title1 h3 {
        font-size: 17px;
        line-height: 27px;
    }

    .footer-bottom-style3-inner {
        flex-direction: column;
    }

    .footer-bottom-style3-left {
        flex-direction: column;
    }

    .copyright-text-style3 {
        border-left: none;
        padding-left: 0px;
        margin-left: 0px;
        text-align: center;
        padding: 14px 0px 17px;
    }



    /*======== Home 04 =========*/
    .choose-style4 .row {
        justify-content: center;
    }

    .single-choose-style4.two,
    .single-choose-style4.three {
        margin-top: 30px;
    }

    .single-choose-style4 {
        padding: 32px 25px 32px;
        padding-right: 25px;
        clip-path: polygon(6% 0, 100% 0, 100% 87%, 94% 100%, 0 100%, 0 17%);
    }

    .choose-style4-title h3 {
        font-size: 20px;
        line-height: 30px;
    }


    .choose-style4-icon {
        width: 55px;
        height: 55px;
        font-size: 25px;
    }





    .about-style4__left {
        margin-right: 0px;
        padding-bottom: 0px;
    }

    .about-style4__right {
        padding-top: 65px;
    }

    .about-style2-fact-counter--style2 {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 22px;
    }

    .about-style4__img2 .box {
        display: none;
    }

    .about-style4__img1 {
        margin-right: 0px;
    }

    .about-style4__img2 {
        position: relative;
        padding: 0px 0px 0px;
        margin-top: 30px;
    }

    .about-style4-round {
        position: relative;
        top: 0;
        right: 0;
        margin: 30px auto 0px;
    }



    .single-cases-style1 .category-box {
        padding: 34px 10px 0px;
    }

    .single-cases-style1 .count-box {
        top: 0;
        right: 10px;
    }

    .single-cases-style1 .title-box {
        padding: 485px 15px 30px;
    }

    .single-cases-style1 .title-box h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .single-cases-style1 .btn-box {
        padding: 16.5px 20px 16.5px;
    }


    .partner-style1__top {
        display: block;
    }

    .partner-style1__top .btn-box {
        padding-top: 15px;
    }



    .footer-style4 .single-widget {
        margin-top: 50px;
    }

    .footer-main-style4 {
        padding: 70px 0px 112px;
    }

    .footer-menu-style4 {
        max-width: 100%;
        padding-top: 25px;
    }

    .footer-menu-style4 ul {
        text-align: center;
    }

    .footer-menu-style4 ul br {
        display: none;
    }

    .footer-menu-style4 ul li {
        float: none;
    }

    .footer-menu-style4 ul li+li {
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px;
    }

    .footer-menu-style4 ul li:last-child {
        margin-top: 10px;
    }

    .copyright-text-style4 p br {
        display: none;
    }

    .footer-logo-style4 {
        padding-top: 22px;
    }

    .copyright-text-style4 {
        text-align: center;
    }


    /*======== Breadcrumb Page =========*/
    .breadcrumb-style1__inner {
        clip-path: polygon(100% 0, 100% 90%, 90% 100%, 0 100%, 0 0);
        margin: 0px 15px 0px;
    }

    .breadcrumb-style1 .title h2 {
        font-size: 25px;
    }

    .breadcrumb-menu {
        right: 20px;
    }

    .breadcrumb-menu ul {
        flex-direction: column;
    }

    .breadcrumb-menu ul li+li {
        margin-left: 0px;
    }

    .breadcrumb-menu ul li span {
        display: none;
    }




    /*======== About Page =========*/

    .fact-counter-style2__inner {
        clip-path: polygon(100% 0, 100% 95%, 83% 100%, 0 100%, 0 0);
        margin: 0px 15px 0px;
    }



    .about-style5__content {
        margin: 0px 0px 50px;
    }

    .about-style5__img {
        margin-right: 0;
    }

    .about-style5__img img {
        margin-left: 0px;
    }

    .about-style5-round {
        position: relative;
        top: 0px;
        width: 300px;
        height: 300px;
        margin-top: 30px;
    }

    .about-style5-round-text__dot1,
    .about-style5-round-text__top,
    .about-style5-round-text__bottom {
        display: none;
    }

    .about-style5-round .overlay-img {
        width: 300px;
        height: 300px;
    }



    .recognations-style1__content .sec-title {
        padding-bottom: 9px;
    }

    .recognations-style1__inner {
        margin-top: 42px;
    }

    .single-recognations-style1 .shape {
        display: none;
    }

    .recognations-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
        position: relative;
        left: 0;
        margin: 40px auto 0px;
    }

    .single-recognations-style1 {
        padding: 40px 15px 32px;
    }

    .single-recognations-style1 .content-box h3 {
        font-size: 18px;
        line-height: 28px;
    }




    /*======== History Page =========*/

    .history-page::before {
        display: none;
    }

    .history-page-border-line1,
    .history-page-border-line2,
    .history-page-box11 {
        display: none;
    }

    .history-page-list {
        padding-right: 0;
    }

    .history-page-list--style2 {
        padding-left: 0px;
        padding-right: 0;
        padding-top: 50px;
    }

    .history-page-content-box {
        flex-direction: column;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 9% 100%, 0 89%);
    }

    .history-page-content-box .year-box {
        writing-mode: lr;
        transform: translateY(0%) rotate(0deg);
        border-left: none;
        padding: 20.99px 0px 10.64px;
        padding-left: 0;
    }

    .history-page-content-box .img-box {
        position: relative;
        top: 0%;
        transform: translateY(0%);
        left: 0;
    }

    .history-page-content-box .title-box {
        padding: 12px 35px 27px;
        padding-right: 25px;
        text-align: center;
    }

    .history-page-list li+li {
        margin-top: 50px;
    }



    /*======== Project Page One =========*/
    .project-filter {
        flex-direction: column;
    }

    .project-filter li+li {
        margin-left: 0px;
        margin-top: 9px;
    }

    .single-project-style1--1 .img-box .overlay-content .title {
        padding: 13px 10px 13px;
    }

    .single-project-style1--1 .img-box .overlay-content .title h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .project-filter li .filter-text::before {
        bottom: 0;
    }



    /*======== Project Page two =========*/

    .single-project-page-two .img-box .inner {
        margin-right: 0px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .single-project-page-two .img-box .overlay-content {
        position: relative;
        left: 0px;
        bottom: 0px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding: 16.5px 10px 16.5px;
    }

    .single-project-page-two .img-box .overlay-content .title h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .single-project-page-two .img-box .overlay-content .btn-box {
        width: 40px;
        height: 30px;
        font-size: 16px;
    }



    /*======== Project Details =========*/

    .project-details__sidebar {
        margin-right: 0px;
        margin: 0px 0px 50px;
    }

    .project-details__info {
        clip-path: polygon(100% 0, 100% 93%, 90% 100%, 0 100%, 0 0);
    }

    .project-details__sidebar-content {
        padding: 35px 25px 35px;
    }

    .project-details-single .title h3 {
        font-size: 28px;
        line-height: 30px;
    }

    .project-details-single ul li {
        align-items: flex-start;
    }

    .project-details-single ul li .icon {
        top: 4px;
    }



    /*======== Faq Page =========*/

    .faq-page-tab__button ul {
        flex-direction: column;
    }

    .faq-page-tab__button ul li+li {
        margin-left: 0px;
        margin-top: 10px;
    }

    .single-faq-page-tab .accordion-box-style1 .accordion .accord-btn {
        padding: 17px 10px 19px;
        padding-right: 5px;
    }

    .single-faq-page-tab .accordion-box-style1 .accordion .accord-btn .title {
        padding-left: 6px;
    }

    .single-faq-page-tab .accordion-box-style1 .accordion .accord-btn .title h3 {
        font-size: 17px;
        line-height: 27px;
    }

    .single-faq-page-tab ul.two {
        margin-bottom: 20px;
    }




    /*======== Error Page =========*/

    .error-page-img {
        display: none;
    }

    .error-page .big-title {
        left: 0;
        font-size: 180px;
        position: relative;
        padding-top: 110px;
    }

    .error-page-content-box {
        max-width: 100%;
        padding: 0px 10px 0px;
        padding-right: 0px;
        position: relative;
        top: 0;
        left: 0%;
        transform: translateY(0%) translateX(0%);
    }

    .error-page-content-box .title h2 {
        font-size: 30px;
    }

    .error-page__scrolling .inner ul li {
        margin-left: 30px;
    }

    .error-page-content-box .text p br {
        display: none;
    }




    /*======== Coming Soon Page =========*/

    .coming-soon-page__bg::before {
        width: 100%;
    }

    .coming-soon-page__big-title-inner ul li {
        color: rgb(255, 255, 255, .05);
    }

    .coming-soon-page__content {
        width: 100%;
        padding: 0px 8px 0px;
        padding-right: 8px;
    }

    .coming-soon-page__title {
        padding-top: 42px;
    }

    .coming-soon-page__title h2 {
        font-size: 30px;
    }

    .coming-soon-page__title h2 br {
        display: none;
    }

    .timer-box {
        justify-content: center;
    }

    .timer-box .countdown-timer li::before,
    .timer-box .countdown-timer li::after {
        display: none;
    }

    .timer-box .countdown-timer li+li {
        margin-left: 0px;
    }

    .timer-box .countdown-timer li span.days,
    .timer-box .countdown-timer li span.hours,
    .timer-box .countdown-timer li span.minutes,
    .timer-box .countdown-timer li span.seconds {
        font-size: 42px;
    }

    .coming-soon-page .subscribe-box-style1 {
        max-width: 100%;
        margin-top: 42px;
    }

    .coming-soon-page .subscribe-box-style1 form .input-box .icon {
        display: none;
    }

    .coming-soon-page .subscribe-box-style1 form input[type="email"] {
        max-width: 100%;
        padding: 0px 20px 0px;
        padding-right: 62px;
    }

    .coming-soon-page .subscribe-box-style1 form button {
        position: absolute;
        left: auto;
        width: 56px;
        margin-top: 0px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }



    /*======== Service Details =========*/

    .service-details-sidebar {
        margin-right: 0px;
    }

    .all-service-page__list li .title {
        padding-left: 10px;
    }

    .all-service-page__list li .title h4 {
        font-size: 16px;
        line-height: 26px;
    }

    .service-details-download li .top-box {
        padding: 28px 15px 18px;
    }

    .service-details-download li .btn-box {
        padding: 11.5px 15px 11.5px;
    }

    .service-details-download li .top-box h4 {
        font-size: 16px;
        line-height: 26px;
    }

    .service-details-download li .btn-box a {
        font-size: 12px;
        line-height: 22px;
    }

    .service-details-banner {
        padding: 325px 10px 40px;
    }

    .service-details-banner ul li .title {
        padding-left: 5px;
    }

    .service-details-text1 h2 {
        font-size: 30px;
    }

    .service-details-content {
        margin-top: 53px;
    }

    .single-service-details-facts.two {
        margin-bottom: 30px;
    }

    .intermodal-freight-transport .title h2 {
        font-size: 30px;
        line-height: 1.0em;
    }

    .intermodal-freight-transport-list li {
        padding-left: 0;
    }

    .intermodal-freight-transport-list li .icon {
        position: relative;
        top: 0;
        transform: translateY(0%);
        margin: 0px auto 10px;
    }

    .intermodal-freight-transport-list li .border-line,
    .intermodal-freight-transport-list li .inner .icon2 {
        display: none;
    }

    .intermodal-freight-transport-list li .inner {
        padding: 23px 20px 22px;
    }

    .intermodal-freight-transport-list li .inner .title-box {
        padding-left: 0;
    }

    .services-we-offered .title h2 {
        font-size: 30px;
    }

    .services-we-offered__button {
        width: 100%;
    }

    .services-we-offered__button ul {
        flex-direction: column;
    }

    .services-we-offered__button ul::before {
        top: 50%;
        left: 0%;
        right: 0;
        bottom: auto;
        width: 100%;
        height: 1px;
    }

    .services-we-offered__button ul li {
        width: 100%;
    }

    .single-services-we-offered {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding: 43px 10px 46px;
    }

    .services-we-offered-img {
        margin-top: 22px;
    }



    /*======== Industry Details =========*/

    .industry-details-title1 {
        padding-top: 23px;
    }

    .industry-details-title1 h2 {
        font-size: 27px;
    }

    .tailored-services .title h2 {
        font-size: 25px;
    }

    .single-tailored-services-inner h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .why-choose-us11 .title h2 {
        font-size: 25px;
    }

    .why-choose-us11__tab {
        flex-direction: column;
    }

    .why-choose-us11__button {
        max-width: 100%;
    }

    .why-choose-us11__button ul {
        padding: 22px 0px 22px;
    }

    .why-choose-us11__button ul li {
        padding-left: 25px;
        padding-right: 25px;
    }

    .why-choose-us11__button ul li:first-child {
        padding: 0px 25px 13px;
    }

    .why-choose-us11__button ul li:last-child {
        padding: 13px 25px 0px;
    }

    .single-why-choose-us11 .img-box {
        border-top-right-radius: 0;
    }

    .why-choose-us11__inner {
        clip-path: polygon(100% 0, 100% 95%, 92% 100%, 0 100%, 0 0);
    }

    .single-why-choose-us11 .img-box .ovelay-text {
        position: relative;
        left: 0px;
        bottom: 0px;
        right: 0px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        clip-path: none;
        padding: 24px 9px 22px;
        padding-right: 10px;
    }

    .single-service-details-facts .text p br {
        display: none;
    }

    .why-choose-us11-sidebar {
        margin-top: 50px;
    }




    /*======== Blog Page Three =========*/

    .blog-page-three::before {
        display: none;
    }

    .blog-details-page-sidebar {
        padding-left: 0px;
        margin: 10px 0px 0px;
    }

    .single-blog-page-three .content-box-title h2 {
        font-size: 20px;
    }

    .blog-page-three .styled-pagination {
        justify-content: center;
        padding-top: 55px;
    }

    .single-blog-page-three .content-box-top .author {
        margin-left: 0px;
        padding-left: 10px;
        border-left: none;
    }

    .single-blog-page-three .content-box-top .author .title {
        padding-left: 7px;
    }

    .single-blog-page-three .content-box-top .comment-icon {
        margin-right: -10px;
    }

    .styled-pagination li+li {
        margin-left: 5px;
    }




    /*======== Blog Page Four =========*/

    .blog-page-four::before {
        display: none;
    }

    .single-blog-page-four {
        display: block;
        margin-bottom: 42px;
    }

    .single-blog-page-four .content-box {
        padding-left: 0px;
        padding-top: 30px;
    }

    .single-blog-page-four .content-box-top .author {
        margin-left: 0;
        padding-left: 8px;
        border-left: none;
    }

    .single-blog-page-four .content-box-top .author .title {
        padding-left: 8px;
    }

    .single-blog-page-four .content-box-top .comment-icon {
        margin-right: -10px;
    }

    .single-blog-page-four .content-box-title h2 {
        font-size: 18px;
        line-height: 28px;
    }



    /*======== Blog Details =========*/

    .blog-details-page::before {
        display: none;
    }

    .blog-details-page-top .content-box-title h2 {
        font-size: 30px;
    }

    .blog-details-page-top .content-box-title h2 {
        font-size: 20px;
    }

    .blog-details-page-top .content-box-title {
        padding-bottom: 18px;
    }

    .blog-details-text1 {
        margin-top: 49px;
    }

    .blog-details-quote {
        clip-path: polygon(100% 0, 100% 86%, 92% 100%, 0 100%, 0 0);
    }

    .blog-details-quote__title {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%, 0 80%);
        padding: 26px 15px 26px;
    }

    .blog-details-quote__title h3 {
        font-size: 18px;
        line-height: 28px;
        font-weight: 500;
    }

    .blog-details-quote__text {
        flex-direction: column;
        padding: 9px 15px 9px;
    }

    .rising-demand-for-speed-efficiency .title h2 {
        font-size: 20px;
    }

    .rising-demand-for-speed-efficiency-single .inner {
        padding-left: 30px;
    }

    .rising-demand-for-speed-efficiency-single .inner h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .rising-demand-for-speed-efficiency-list {
        padding-left: 0px;
    }

    .rising-demand-for-speed-efficiency-list li {
        align-items: flex-start;
    }

    .rising-demand-for-speed-efficiency-list li i {
        margin-top: 3px;
    }

    .future-global-logistics .title h2 {
        font-size: 23px;
    }

    .future-global-logistics-list li {
        padding-left: 35px;
    }

    .future-global-logistics-list li .text1 p span {
        font-size: 18px;
    }

    .blog-details-author {
        padding: 33px 20px 32px;
    }

    .blog-details-author-inner {
        padding-left: 0px;
    }

    .blog-details-author .img-box {
        position: relative;
        top: 0px;
        width: 120px;
        height: 120px;
    }

    .blog-details-author .content-box {
        padding-top: 24px;
    }

    .blog-details-author .content-box .top h4 {
        margin-bottom: 0;
    }

    .blog-details-author .content-box .social-links {
        position: relative;
        padding-top: 22px;
    }

    .blog-details-prev-next-option {
        display: block;
    }

    .blog-details-prev-next-option::before {
        display: none;
    }

    .blog-details-prev-next-option .single-box .title-box h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .blog-details-prev-next-option .single-box.right {
        text-align: left;
        padding-top: 21px;
    }

    .comment-box .title h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .single-comment-inner {
        padding-left: 0px;
    }

    .single-comment .img-box {
        position: relative;
        top: 0px;
        width: 70px;
        height: 70px;
    }

    .single-comment .content-box {
        padding-top: 21px;
    }

    .single-comment .content-box .title h6 {
        margin-bottom: 5px;
    }

    .single-comment .content-box .title h6 span {
        font-size: 15px;
    }

    .add-comment-box .inner-title h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .blog-details-page-content {
        margin-bottom: 40px;
    }

    .blog-details-page-top .content-box-top .author {
        margin-left: 0;
        padding-left: 8px;
        border-left: none;
    }

    .blog-details-page-top .content-box-top .author .title {
        padding-left: 8px;
    }

    .blog-details-page .content-box-top .comment-icon {
        margin-right: -10px;
    }



    /*======== Contact Page =========*/

    .single-get-in-touch {
        padding: 33px 6px 32px;
    }

    .single-get-in-touch__inner {
        padding-left: 0px;
    }

    .single-get-in-touch .icon {
        position: relative;
        top: 0px;
    }

    .single-get-in-touch .text {
        padding-top: 22px;
    }

    .single-get-in-touch .text h4 span br {
        display: none;
    }


    #contact-form .checked-box1 input[type="checkbox"]+label span {
        left: 45px;
    }




    .history-style1 {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .history-style1 .container {
        max-width: 400px;
    }

    .single-history-style1 .row .col-xl-6 {
        width: 100%;
    }

    .history-style1-inner {
        border-left: 0px solid #dbdee7;
        padding: 0px 0px 30px;
        margin-left: 0px;
    }

    .history-style1__inner-box {
        margin-left: 0px;
        padding-top: 30px;
        max-width: 400px;
    }

    .history-style1-experience {
        margin-right: 0;
        padding: 0px 0px 30px;
    }

    .history-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
        position: relative;
        left: 0;
        bottom: 0;
    }

    .history-style1-experience .content .count h2 {
        font-size: 60px;
    }

    .history-style1-experience .content .count .plus {
        top: -5px;
        font-size: 90px;
    }

    .history-style1-experience .content {
        position: absolute;
        padding-left: 0px;
        padding-top: 0;
        left: 120px;
        bottom: 50px;
    }

    .history-style1-experience .img-box {
        max-width: 100%;
    }

    .history-style1-experience .img-box::before {
        opacity: 0.90;
    }

    .history-style1-experience .content .text h6 {
        color: var(--thm-white);
    }

    .history-style1-inner li {
        padding-left: 0px;
    }

    .history-style1-border-line1 {
        display: none;
    }

    .history-style1-border-line2 {
        display: none;
    }

    .history-style1-box11 {
        display: none;
    }

    .history-style1-content-box::before {
        display: none;
    }

    .history-style1-content-box {
        display: block;
    }

    .history-style1-content-box .img-box {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        overflow: hidden;
        width: 70px;
        margin: 0 auto;
    }

    .history-style1-content-box .title-box {
        position: relative;
        display: block;
        padding: 15px 30px 35px;
        padding-right: 30px;
        text-align: center;
    }

    .history-style1-content-box .year-box {
        border-left: 0px solid #dbdee7;
        padding: 36px 20px 40px;
        padding-left: 40px;
    }




    .projects-style4__single-content .btn-box {
        margin-left: 5px;
    }

    .projects-style4__single-content {
        padding: 31px 30px 32px;
        padding-right: 30px;
        display: block;
        text-align: center;
    }

    .projects-style4__single-content .btn-box a {
        color: var(--thm-white);
        padding: 0px 20px 0px;
    }

    .projects-style4__single-content .btn-box a::before {
        display: none;
    }

    .projects-style4__single-content .text-box h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 4px;
    }

    .projects-style4__tab-btn ul {
        flex-direction: column;
    }

    .projects-style4__tab-btn ul li+li {
        margin-top: 7px;
        margin-left: 0px;
    }

    .projects-style4__single-inner {
        min-height: 550px;
    }




    .served-style1__inner {
        min-height: auto;
    }

    .served-style1 .container {
        max-width: 800px;
    }

    .served-style1__content {
        padding-left: 0;
        position: relative;
        padding-top: 50px;
    }

    .served-style1__tab-btn {
        top: 0;
        position: relative;
    }

    .served-style1__content .banner-box {
        padding-top: 30px;
    }

    .served-style1__content .banner-box .title h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .served-style1__tab .tabs-content-box {
        min-height: auto;
        max-width: 100%;
        width: 100%;
        margin-top: 40px;
    }

    .single-served-style1 {
        position: relative;
        top: 0px;
        left: 0;
        bottom: 0;
        margin-top: 0px;
    }


















}



















/*--------------------------------------------------------------
////////////////////////////////
# Main Header All Responsice Css
////////////////////////////////
--------------------------------------------------------------*/



@media only screen and (min-width: 1200px) and (max-width: 1890px) {


    /*======== Home 03 =========*/
    .main-slider-style3::before {
        display: none;
    }

    .main-header-style3__content-top-right {
        padding: 8px 30px 8px;
        padding-right: 30px;
    }

    .main-header-style3__content-bottom-right .main-menu .main-menu__list>li+li {
        margin-left: 20px;
    }

    .main-slider-style3-certificate {
        position: relative;
        top: 0;
        left: 0px;
        width: 270px;
        height: 270px;
        padding: 50px 0px 0px;
        margin-top: 150px;
    }

    .main-slider-style3-big-title {
        top: 40px;
        left: 20%;
    }

    .main-slider-style3-big-title1 {
        top: 41px;
        left: 20.3%;
    }

    .main-slider-style3-img img {
        width: 70%;
    }

    .main-slider-style3 .container {
        padding: 20px 0px 140px;
    }

    .main-header-style3-tracking {
        margin-left: 20px;
    }

    .main-header-style3__content-top-left {
        clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0 100%, 0 0);
        padding: 12px 30px 12px;
        padding-right: 30px;
    }











}








@media only screen and (min-width: 1200px) and (max-width: 1740px) {
    .main-header-style1-phone {
        display: none;
    }

    .main-header-style1-location {
        display: none;
    }

    .main-header-style1-account {
        display: none;
    }

    .box-search-style1 {
        margin-left: 60px;
        padding-right: 0px;
        border-right: 0px solid var(--thm-border-color);
        padding-top: 0px;
        padding-bottom: 0px;
    }




}


@media only screen and (min-width: 1200px) and (max-width: 1700px) {

    /*======== Home 01 =========*/
    .main-header-style2-account {
        display: none;
    }

    .main-header-style1-btn {
        display: none;
    }

    .main-header-style2__content-bottom-left .main-menu-box {
        margin-left: 60px;
    }





}



@media only screen and (min-width: 1200px) and (max-width: 1400px) {

    /*======== Home 03 =========*/
    .main-header-style3__content-top-right {
        padding: 8px 0px 8px;
        padding-right: 30px;
    }

    .main-header-style3-tracking {
        display: none;
    }

    .main-header-style3-social-box li+li {
        margin-left: 15px;
    }

    .main-header-style3-social-box {
        border-left: 0px solid #dbdee7;
        border-right: 1px solid #dbdee7;
        padding: 3px 15px 4px;
        margin-left: 0px;
    }

    .language-switcher-style3 {
        padding-left: 10px;
    }

    .main-slider-style3-img img {
        width: 60%;
    }










}







@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .main-menu .mobile-nav__toggler {
        display: inline-block;
        padding: 30px 0 30px;
        line-height: 0;
    }

    .main-menu .mobile-nav__toggler--style2 {
        padding: 20px 0 20px;
    }



    /*======== Home 01 =========*/
    .main-header-style1-phone {
        display: none;
    }

    .main-header-style1-location {
        display: none;
    }

    .main-header-style1-account {
        display: none;
    }

    .box-search-style1 {
        display: none;
    }

    .main-header-style1__content-top {
        display: none;
    }

    /*======== Home 02 =========*/
    .main-header-style2__content-top {
        display: none;
    }

    .main-header-style2__content-bottom-right {
        display: none;
    }

    .main-header-style2__content-bottom-left {
        width: 100%;
        justify-content: space-between;
    }

    .main-header-style2__content-bottom {
        border-bottom: 1px solid rgba(2525, 255, 255, 0.1);
        padding: 10px 60px 10px;
    }

    .main-header-style2__content-bottom-left .main-menu-box {
        margin-left: 0px;
    }



    /*======== Home 03 =========*/
    .main-header-style3__content-top {
        display: none;
    }

    .main-header-style3__content-bottom-right {
        padding: 0px 0px 0px;
    }



    .main-slider-style3::before {
        display: none;
    }

    .main-slider-style3-certificate {
        position: relative;
        top: 0;
        left: 0px;
        width: 270px;
        height: 270px;
        padding: 50px 0px 0px;
        margin-top: 90px;
    }

    .main-slider-style3-big-title {
        top: 80px;
        left: 20%;
        font-size: 100px;
    }

    .main-slider-style3-big-title1 {
        top: 81px;
        left: 20.3%;
        font-size: 100px;
    }

    .main-slider-style3-img {
        top: 45%;
        left: 30px;
    }

    .main-slider-style3-img img {
        width: 50%;
    }

    .main-slider-style3 .container {
        padding: 0px 0px 140px;
    }

    .main-slider-style3 .content-box {
        margin-left: 390px;
    }

    .main-slider-style3 .content-box .big-title h2 span {
        font-size: 70px;
    }



    /*======== Home 04 =========*/
    .main-header-style2-btn {
        display: none;
    }






















}


@media only screen and (min-width: 768px) and (max-width: 991px) {

    .main-menu .mobile-nav__toggler {
        display: inline-block;
        padding: 25px 0 25px;
        line-height: 0;
    }

    .main-menu .mobile-nav__toggler--style2 {
        padding: 20px 0 20px;
    }



    /*======== Home 01 =========*/
    .main-header-style1-phone {
        display: none;
    }

    .main-header-style1-location {
        display: none;
    }

    .main-header-style1-account {
        display: none;
    }

    .box-search-style1 {
        display: none;
    }

    .main-header-style1__content-top {
        display: none;
    }

    /*======== Home 02 =========*/
    .main-header-style2__content-top {
        display: none;
    }

    .main-header-style2__content-bottom-right {
        display: none;
    }

    .main-header-style2__content-bottom-left {
        width: 100%;
        justify-content: space-between;
    }

    .main-header-style2__content-bottom {
        border-bottom: 1px solid rgba(2525, 255, 255, 0.1);
        padding: 10px 60px 10px;
    }

    .main-header-style2__content-bottom-left .main-menu-box {
        margin-left: 0px;
    }




    /*======== Home 03 =========*/
    .main-header-style3__content-top {
        display: none;
    }

    .main-header-style3__content-bottom-right {
        padding: 0px 0px 0px;
    }

    .main-header-style3-tracking {
        display: none;
    }



    .main-slider-style3::before {
        display: none;
    }

    .main-slider-style3-certificate {
        position: relative;
        top: 0;
        left: 0px;
        width: 270px;
        height: 270px;
        padding: 50px 0px 0px;
        margin-top: 80px;
    }

    .main-slider-style3-big-title {
        top: 80px;
        left: 30%;
        font-size: 100px;
    }

    .main-slider-style3-big-title1 {
        top: 81px;
        left: 30.3%;
        font-size: 100px;
    }

    .main-slider-style3-img {
        top: 45%;
        left: 30px;
    }

    .main-slider-style3-img img {
        width: 50%;
    }

    .main-slider-style3 .container {
        padding: 0px 0px 100px;
    }

    .main-slider-style3 .content-box {
        margin-left: 350px;
    }

    .main-slider-style3 .content-box .big-title h2 span {
        font-size: 50px;
    }



    /*======== Home 04 =========*/
    .main-header-style2-btn {
        display: none;
    }

    .main-header-style4__content-top {
        padding: 0px 20px 0px;
    }

    .main-header-style4__content-top-right {
        padding: 24px 10px 24px;
        padding-right: 0;
    }



















}




@media (max-width: 767px) {

    .main-menu .mobile-nav__toggler {
        display: inline-block;
        padding: 25px 0 25px;
        line-height: 0;
    }

    .main-menu .mobile-nav__toggler--style2 {
        padding: 20px 0 20px;
    }




    /*======== Home 01 =========*/
    .main-header-style1-phone {
        display: none;
    }

    .main-header-style1-location {
        display: none;
    }

    .main-header-style1-account {
        display: none;
    }

    .box-search-style1 {
        display: none;
    }

    .main-header-style1__content-top {
        display: none;
    }

    .main-header-style1__content-bottom {
        padding: 11px 15px 11px;
    }



    /*======== Home 02 =========*/
    .main-header-style2__content-top {
        display: none;
    }

    .main-header-style2__content-bottom-right {
        display: none;
    }

    .main-header-style2__content-bottom-left {
        width: 100%;
        justify-content: space-between;
    }

    .main-header-style2__content-bottom {
        border-bottom: 1px solid rgba(2525, 255, 255, 0.1);
        padding: 10px 60px 10px;
    }

    .main-header-style2__content-bottom-left .main-menu-box {
        margin-left: 0px;
    }

    .main-header-style2__content-bottom {
        padding: 10px 15px 10px;
    }



    /*======== Home 03 =========*/
    .main-header-style3__content-bottom {
        padding: 0px 20px 0px;
    }

    .main-header-style3__content-top {
        display: none;
    }

    .main-header-style3__content-bottom-right {
        padding: 0px 0px 0px;
    }

    .main-header-style3-tracking {
        display: none;
    }

    .box-search-style3 {
        display: none;
    }

    .main-header-style3-btn {
        display: none;
    }



    .main-slider-style3::before {
        display: none;
    }

    .main-slider-style3-certificate {
        position: relative;
        top: 0;
        left: 0px;
        width: 270px;
        height: 320px;
        padding: 50px 0px 0px;
        margin-top: 80px;
    }

    .main-slider-style3-big-title {
        top: 210px;
        left: 5%;
        font-size: 60px;
    }

    .main-slider-style3-big-title1 {
        top: 211px;
        left: 5.3%;
        font-size: 60px;
    }

    .main-slider-style3-img {
        display: none;
    }

    .main-slider-style3 .container {
        padding: 0px 20px 100px;
    }

    .main-slider-style3 .content-box {
        margin-left: 0px;
    }

    .main-slider-style3 .content-box .big-title h2 {
        font-size: 26px;
    }

    .main-slider-style3 .content-box .big-title h2 span {
        font-size: 40px;
    }

    .main-slider-style3 .banner-slider-nav {
        right: 20px;
    }



    /*======== Home 04 =========*/
    .main-header-style4__content-top-right {
        display: none;
    }

    .main-header-style4__content-bottom-right {
        display: none;
    }

    .main-header-style4__content-bottom-left {
        position: relative;
        display: block;
        width: 100%;
        text-align: right;
        float: right;
    }

    .main-header-style4__content-bottom-left .main-menu__wrapper-inner {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .main-header-style4__content-top {
        position: absolute;
        display: block;
        background-color: transparent;
        border: 0px solid var(--thm-border-color-1);
        clip-path: none;
        padding: 0px 20px 0px;
        top: 28px;
    }

    .main-header-style4__content-bottom {
        padding: 7px 20px 7px;
    }

    .main-header-style4__content-text {
        display: none;
    }















}























/*--------------------------------------------------------------
///////////////////////////
# Slider All Responsice Css
///////////////////////////
--------------------------------------------------------------*/


@media only screen and (min-width: 1400px) and (max-width: 1720px) {

    /*======== Home 01 =========*/
    .main-slider-style1__inner .container {
        padding: 410px 550px 120px;
        padding-right: 0;
    }

    .main-slider-style1 .content-box .big-title h2 {
        font-size: 50px;
    }



    /*======== Home 04 =========*/
    .banner-slider-nav-style4 {
        right: 50px;
        left: auto;
    }











}

@media only screen and (min-width: 1200px) and (max-width: 1250px) {
    .main-slider-style4__inner .container {
        padding: 378px 15px 230px;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    /*======== Home 01 =========*/
    .main-slider-style1__inner .container {
        padding: 410px 400px 320px;
        padding-right: 0;
    }

    .main-slider-style1 .content-box .big-title h2 {
        font-size: 40px;
    }

    .main-slider-style1 .content-box-inner .title p {
        font-size: 16px;
    }



    /*======== Home 04 =========*/
    .banner-slider-nav-style4 {
        right: 50px;
        left: auto;
    }

    .main-slider-style4 .content-box .big-title h2 {
        font-size: 52px;
        line-height: 1.1em;
    }











}





@media only screen and (min-width: 992px) and (max-width: 1199px) {

    /*======== Home 01 =========*/
    .main-slider-style1__inner .container {
        padding: 410px 20px 320px;
        padding-right: 20px;
    }

    .main-slider-style1 .content-box .big-title h2 {
        font-size: 50px;
    }

    .main-slider-style1 .content-box-inner .title p {
        font-size: 16px;
        line-height: 26px;
    }


    /*======== Home 02 =========*/
    .main-slider-style2 .content-box .big-title h2 {
        font-size: 65px;
        line-height: 1.0em;
    }


    /*======== Home 04 =========*/
    .banner-slider-nav-style4 {
        right: 50px;
        left: auto;
    }

    .main-slider-style4 .content-box .big-title h2 {
        font-size: 52px;
        line-height: 1.1em;
    }

    .main-slider-style4__shape {
        display: none;
    }

    .main-slider-style4 .image-layer {
        display: none;
    }











}


@media only screen and (min-width: 768px) and (max-width: 991px) {

    .main-slider__nav {
        left: auto;
        right: 50px;
    }


    /*======== Home 01 =========*/
    .main-slider-style1__inner .container {
        padding: 410px 20px 320px;
        padding-right: 20px;
    }

    .main-slider-style1 .content-box .big-title h2 {
        font-size: 50px;
    }

    .main-slider-style1 .content-box-inner .title p {
        font-size: 16px;
        line-height: 26px;
    }


    /*======== Home 02 =========*/
    .main-slider-style2 .content-box .big-title h2 {
        font-size: 45px;
        line-height: 1.0em;
    }



    /*======== Home 04 =========*/
    .banner-slider-nav-style4 {
        right: 50px;
        left: auto;
    }

    .main-slider-style4 .content-box .big-title h2 {
        font-size: 52px;
        line-height: 1.1em;
    }

    .main-slider-style4__shape {
        display: none;
    }

    .main-slider-style4 .image-layer {
        display: none;
    }

















}


@media only screen and (max-width: 767px) {

    .main-slider__nav {
        display: none;
    }

    .main-slider-style2 .banner-slider-nav {
        display: none;
    }


    /*======== Home 01 =========*/
    .main-slider-style1 {
        border-radius: var(--thm-border-radius);
        clip-path: polygon(100% 0, 100% 90%, 94% 100%, 0 100%, 0 0);
        margin: 0px 0px 0px;
    }

    .main-slider-style1__inner .container {
        padding: 460px 20px 320px;
        padding-right: 20px;
    }

    .main-slider-style1 .content-box .big-title h2 {
        font-size: 30px;
    }

    .main-slider-style1 .content-box-inner .title p {
        font-size: 16px;
        line-height: 26px;
    }

    .main-slider-style1 .content-box-inner .title p br {
        display: none;
    }

    .main-slider-style1 .content-box-inner .btn-box {
        display: block;
    }

    .main-slider-style1 .content-box-inner .btn-box a.btn-box1 {
        margin-top: 20px;
        margin-left: 0px;
    }

    .main-slider-style1-form {
        top: 0;
        right: 5px;
        max-width: 310px;
        clip-path: polygon(100% 0, 100% 84%, 86% 100%, 0 100%, 0 0);
    }

    #slider-style1-form .nice-select {
        margin-bottom: 10px;
    }

    #slider-style1-form .btn-box {
        display: block;
    }

    #slider-style1-form .btn-box a {
        margin-top: 15px;
        margin-left: 0px;
    }

    .main-slider-style1-form-inner {
        margin: 0px 15px 15px;
        padding: 23px 20px 35px;
    }

    .main-slider-style1-quote {
        display: none;
    }

    .main-slider-style1 .content-box-inner .btn-box a.btn-one {
        padding-left: 30px;
        padding-right: 30px;
    }

    .main-slider-style1 .banner-slider-nav-style1 {
        left: 30px;
        right: auto;
    }

    .main-slider-style1 .content-box .big-title h2 .icon {
        font-size: 35px;
    }



    /*======== Home 02 =========*/
    .main-slider-style2 .content-box .big-title h2 {
        font-size: 30px;
        line-height: 1.0em;
    }

    .main-slider-style2 .content-box .sub-title h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .main-slider-style2 .content-box .border-line {
        max-width: 290px;
    }



    /*======== Home 04 =========*/
    .banner-slider-nav-style4 {
        display: none;
    }

    .main-slider-style4__inner .container {
        padding: 238px 20px 200px;
    }

    .main-slider-style4 .content-box .big-title h2 {
        font-size: 42px;
        line-height: 1.1em;
    }

    .main-slider-style4 .content-box .big-title h2 br {
        display: none;
    }

    .main-slider-style4__shape {
        display: none;
    }

    .main-slider-style4 .image-layer {
        display: none;
    }


}



@media only screen and (max-width: 1199px) {
    .order11 {
        order: 1;
    }

    .order22 {
        order: 2;
    }

}



@media only screen and (max-width: 991px) {
    .order111 {
        order: 1;
    }

    .order222 {
        order: 2;
    }

}




/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigation
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/


/*== Default Css ==*/
:root {
    --thm-font: "Onest", sans-serif;
    --thm-font-2: "Sen", sans-serif;
    --thm-primary-color: rgb(235, 25, 69);
    --thm-primary-color-rgb: 253, 86, 33;

    --thm-body-font-color: #6c6e73;
    --thm-body-font-color-2: #9aa3b8;
    --thm-body-font-size: 17px;
    --thm-body-line-height: 26px;
    --thm-body-font-weight: 400;

    --thm-heading-font-color: #0c1a39;
    --thm-white: #ffffff;
    --thm-black: #0c1a39;
    --thm-black-bg: #122652;
    --thm-black-bg-rgb: 18, 38, 82;
    --thm-gray-bg: #f3f4f6;
    --thm-border-color: #e8eaf0;
    --thm-border-color-1: #2a3f6c;
    --thm-border-radius: 6px;
    --e-global-color-primary:#122652;
}




.body-bg-1 {
    background-color: #ffffff;
    padding: 30px 30px 0;
}


.body-bg-2 {
    background-color: #ffffff;
}


/* 
p {
    font-family: var(--thm-font);
    color: var(--thm-body-font-color);
    font-size: var(--thm-body-font-size);
    line-height: var(--thm-body-line-height);
    font-weight: var(--thm-body-font-weight);
    margin: 0;
} */

a {
    color: var(--thm-body-font-color-2);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

a:hover {
    color: inherit;
}




.auto-container {
    position: static;
    max-width: 1800px;
    padding: 0px 15px;
    margin: 0 auto;
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

section {
    position: relative;
    display: block;
    z-index: 1;
}



body.locked {
    overflow: hidden;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--thm-heading-font-color);
    font-family: var(--thm-font-2);
    font-weight: 700;
    margin: 0;
}



dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.fancybox-slide .fancybox-image-wrap {
    border-radius: 10px;
    overflow: hidden;
}



.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol,
li {
    margin: 0;
    padding: 0;
}



/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none;
}

#contact-form input[type="text"].error {
    border-color: red;
}

#contact-form input[type="email"].error {
    border-color: red;
}

#contact-form select.error {
    border-color: red;
}

#contact-form textarea.error {
    border-color: red;
}

#contact-form label.error {
    display: none !important;
}













.rating-box-style1 {
    position: relative;
    display: block;
}

.rating-box-style1 ul {
    position: relative;
    display: flex;
}

.rating-box-style1 ul li {
    position: relative;
    display: block;
    line-height: 0;
}

.rating-box-style1 ul li+li {
    padding-left: 5px;
}

.rating-box-style1 ul li span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary-color);
    font-size: 16px;
    cursor: pointer;
}


/** Thm Social Link **/
.thm-social-link {
    position: relative;
    display: block;
    padding-top: 30px;
}

.thm-social-link ul {
    position: relative;
    display: block;
}

.thm-social-link ul li {
    position: relative;
    float: left;
    margin-right: 10px;
}

.thm-social-link ul li:last-child {
    margin-right: 0;
}

.thm-social-link ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    overflow: hidden;
    background-color: var(--thm-black-bg);
    border-radius: 10px;
    color: var(--thm-white);
    font-size: 18px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.thm-social-link ul li a:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(var(--thm-primary-color-rgb), 1);
    border-radius: 10px;
    content: "";
    opacity: 0;
    transform: scale(0.5);
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.thm-social-link ul li:hover a:before {
    opacity: 1;
    transform: scale(1);
}

.thm-social-link ul li:hover a {
    color: var(--thm-black);
}



/** xs sidebar **/
.xs-sidebar-group .xs-overlay {
    position: fixed;
    top: 0;
    left: 0%;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    cursor: url(../images/icon/cross-out.png), pointer;
    z-index: 99999999;

    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: left right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: 0.95;
    visibility: visible;
    right: 100%;
    background: var(--thm-black);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: left center;
}


.xs-sidebar-widget {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    max-width: 460px;
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    overflow-y: auto;

    transition-timing-function: ease-out;
    transition: 0.5s;

    visibility: hidden;
    opacity: 1;
    z-index: 999999999;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    transition-timing-function: ease-in;
    transition: 0.5s;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 300ms ease 100ms;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 900ms ease 500ms;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    z-index: 0;
    background-color: #000000;
}

.sidebar-textwidget {
    padding: 50px 45px;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}

.xs-sidebar-group .widget-heading a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--thm-black);
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 20px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.xs-sidebar-group .widget-heading a:hover {
    color: var(--thm-primary-color);
    border-color: var(--thm-primary-color);
}

.xs-sidebar-group .content-inner .logo {
    position: relative;
    display: block;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
}

.xs-sidebar-group .content-inner .logo a {
    position: relative;
    display: inline-block;
}

.xs-sidebar-group .content-inner h3 {
    color: var(--thm-black);
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--thm-font);
    margin-bottom: 22px;
}

.xs-sidebar-group .content-inner h3 span {
    color: var(--thm-base);
    font-size: 25px;
    font-weight: 900;
}

.xs-sidebar-group .content-inner .content-box {
    position: relative;
    display: block;
    padding-top: 33px;
    padding-bottom: 47px;
}

.xs-sidebar-group .content-inner .content-box .inner-text {
    position: relative;
    display: block;
}

.xs-sidebar-group .content-inner .content-box p {
    margin: 0;
}

.xs-sidebar-group .content-inner .sidebar-contact-info {
    position: relative;
    display: block;
}

.xs-sidebar-group .content-inner .sidebar-contact-info h3 {
    color: var(--thm-black);
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 27px;
}

.sidebar-contact-info ul {
    position: relative;
    display: block;
}

.sidebar-contact-info ul li {
    position: relative;
    display: block;
    margin-bottom: 23px;
}

.sidebar-contact-info ul li:last-child {
    margin-bottom: 0;
}

.sidebar-contact-info ul li .inner {
    position: relative;
    display: block;
    padding-left: 0;
}



/***
.sidebar-contact-info ul li .inner .icon {
    position: absolute;
    top: 0px;
    left: 0;
}
.sidebar-contact-info ul li .inner .icon span {
    position: relative;
    display: block;
    color: var(--thm-base);
    font-size: 27px;
    line-height: 27px;
    font-weight: 500;
}
.sidebar-contact-info ul li .inner .icon span.map-marker {
    color: var(--thm-base);
    position: relative;
    top: 8px;
    font-size: 32px;
}
**/


.sidebar-contact-info ul li .inner .text {
    position: relative;
    display: block;
}

.sidebar-contact-info ul li .inner .text p {
    color: var(--thm-black);
    line-height: 24px;
}

.sidebar-contact-info ul li .inner .text p a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-contact-info ul li .inner .text p a:hover {
    color: var(--thm-primary-color);
    text-shadow: -0.45px -0.45px 0 var(--thm-base), 0.45px 0.45px var(--thm-primary-color);
}

.xs-sidebar-group .content-inner .side-content-newsletter-box {
    position: relative;
    display: block;
    padding-top: 49px;
}

.xs-sidebar-group .content-inner .side-content-newsletter-box h3 {
    color: var(--thm-black);
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 24px;
}

.side-content-newsletter-box .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    color: #a3afa6;
    font-size: 18px;
    font-weight: 400;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    padding-left: 30px;
    padding-right: 20px;
    border-radius: 10px;
    font-family: var(--thm-font);
}

.side-content-newsletter-box .form-group .btn-one {
    color: var(--thm-black);
    font-family: var(--thm-font-2);
    font-weight: 600;
    border-radius: 30px;
    margin-top: 20px;
}

.side-content-newsletter-box .form-group .btn-one:hover {
    color: var(--thm-white);
}

.side-content-newsletter-box .form-group .btn-one::before {
    background: var(--thm-black-bg);
}

.side-content-newsletter-box .form-group .btn-one::after {
    background: var(--thm-primary-color);
}

.side-content-newsletter-box .form-group .btn-one i {
    position: relative;
    top: 1px;
    margin-left: 10px;
    font-size: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}






/*== Review Css ======*/
.review-box {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 15px;
}

.review-box ul {
    display: block;
    overflow: hidden;
}

.review-box ul li {
    display: inline-block;
    float: left;
    margin-right: 5px;
    cursor: pointer;
}

.review-box ul li:last-child {
    margin-right: 0px;
}

.review-box ul li i {
    color: #fbaf02;
    font-size: 15px;
}




/*== Section Title Css ======*/
.sec-title {
    position: relative;
    display: block;
    margin-top: -8px;
    padding-bottom: 47px;
}

.sec-title.withtext {
    padding-bottom: 52px;
}

.sec-title .sub-title {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-bottom: 6px;
}

.sec-title .sub-title .decor {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 17px;
    border: 2px solid var(--thm-primary-color);
}

.sec-title .sub-title .decor::before {
    content: "";
    position: absolute;
    top: 0;
    left: 3px;
    bottom: 0;
    width: 2px;
    background-color: var(--thm-primary-color);
}

.sec-title .sub-title .decor::after {
    content: "";
    position: absolute;
    top: 0;
    right: 3px;
    bottom: 0;
    width: 2px;
    background-color: var(--thm-primary-color);
}

.sec-title .sub-title h4 {
    color: var(--thm-primary-color);
    font-size: 14px;
    line-height: 1;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    z-index: 1;
}

.sec-title h2 {
    color: var(--thm-black);
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 700;
}

.sec-title.white h2 {
    color: var(--thm-white);
}

.sec-title .text {
    position: relative;
    display: block;
    padding-top: 11px;
}




/*== Btn One Css ======*/
.btn-box {
    position: relative;
    display: block;
}

.btn-one {
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    background-color: transparent;
    color: var(--thm-white);
    font-size: 18px;
    line-height: 40px;
    font-family: var(--thm-font);
    font-weight: 400;
    border-radius: 0px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 2;
}

.btn-one:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    transform: scaleX(1);
    transition-duration: 800ms;
    background-color: var(--thm-primary-color);
    z-index: -1;
}

.btn-one:hover:after {
    transform: scaleX(0);
    transition-duration: 1500ms;
}

.btn-one:before {
    position: absolute;
    top: 0px;
    left: -10px;
    bottom: 0;
    right: 100%;
    content: "";
    background: var(--thm-black);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    border-radius: 0%;
    transition-duration: 800ms;
    z-index: 1;
}

.btn-one:hover:before {
    right: 0px;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.btn-one .txt {
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 1;
}

.btn-one:hover,
.btn-one:focus {
    color: #ffffff;
    -webkit-box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
    -moz-box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
    box-shadow: 2px 2px 20px 0px rgba(var(--thm-black-rgb), 0.1);
}

.btn-one i {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin-right: 9px;
    top: 0px;
    z-index: 1;
}




/*== Btn Two Css ======*/
.btn-two {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-base);
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: var(--thm-font-3);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.btn-two span {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 18px;
    margin-left: 10px;
    transition: border-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.btn-two:hover span {
    color: #ffffff;
}

.btn-two span:after {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: var(--thm-base);
    border-radius: 50%;
    content: "";
    opacity: 0;
    transform: scale(0.5);
    transform-style: preserve-3d;
    z-index: -1;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.btn-two:hover span:after {
    opacity: 1.0;
    transform: scale(1.0);
}

.btn-two:hover {
    color: var(--thm-base);
    letter-spacing: normal;
}


/*== Section Btn Css ======*/
.section-btn {
    position: relative;
    display: block;
    text-align: center;
    line-height: 0;
    margin-top: 40px;
    z-index: 1;
}

.section-btn::before {
    content: "";
    position: absolute;
    top: 21px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--thm-border-color);
    z-index: -1;
}

.section-btn-inner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 21px;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    padding: 7px 25px 7px;
    z-index: 1;
}

.section-btn-inner p {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.section-btn-inner-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-white);
    background-repeat: repeat;
    z-index: -1;
}

.section-btn-inner p a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    font-family: var(--thm-font-2);
    text-transform: uppercase;
    margin-left: 8px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.section-btn-inner p a i {
    font-size: 14px;
    margin-right: 6px;
}

.section-btn-inner p a:hover {
    color: var(--thm-primary-color);
}




/*== Owl Dot Style One Css ======*/
.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 60px !important;
    display: block;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: rgba(var(--thm-primary-color-rgb), 0.3);
    border: 0px solid;
    margin: 0px 6px;
    padding: 0px;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active {}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    transform-origin: left right;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: left right;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
    display: none;
}



/*== Owl Dot Style Two Css ======*/
.owl-carousel.owl-dot-style2 .owl-dots {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 30px !important;
    display: block;
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 5px solid #ffffff;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
    border: 1px solid var(--thm-base);
    border-radius: 50%;
    transform: scale(0);
    transition: all 500ms ease;
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot.active {
    border: 5px solid #1a1c23;
    background-color: var(--thm-base);
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot.active:before {
    transform: scale(1);
}

.owl-carousel.owl-dot-style2 .owl-dots .owl-dot span {
    display: none;
}






/*== Owl Nav Style One Css ======*/
.owl-nav-style-one.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}

.owl-nav-style-one.owl-theme .owl-nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 140px;
    margin: 0;
    z-index: 10;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    background-color: transparent;
    border: 1px solid #dbdee7;
    border-radius: 5px;
    margin: 0 5px;
    padding: 0;
    transition: all 700ms ease 3s;
    z-index: 1;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover {
    border: 1px solid var(--thm-primary-color);
    clip-path: polygon(100% 0, 100% 70%, 80% 100%, 0 100%, 0 0);
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border-radius: 5px;
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 0, 100% 70%, 80% 100%, 0 100%, 0 0);
    border-radius: 0%;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(0);
    -ms-transform: perspective(400px) rotateX(0deg) scale(0);
    transform: perspective(400px) rotateX(0deg) scale(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    z-index: -1;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scale(1.0);
    transform: perspective(400px) rotateX(0deg) scale(1.0);
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
    position: relative;
    display: block;
    color: var(--thm-black);
    font-size: 20px;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    transform: rotate(0deg);
}

.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    transform: rotate(0deg);
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover span {
    color: var(--thm-white);
}


/*== Scrool To Top Css ======*/
.scroll-to-top {
    position: fixed;
    right: 30px;
    bottom: 40px;
    transform: rotate(0deg);
    z-index: 99999999999;
}

.scroll-to-top.scroll-to-top1 {
    right: 40px;
    bottom: 65px;
}

.scroll-to-top .visible {
    visibility: visible !important;
    opacity: 1 !important;
}

.scroll-to-top .scroll-top-inner {
    opacity: 0;
    visibility: hidden;
}

.scroll-to-top .scroll-top-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.scroll-to-top .scroll-bar {
    width: 50px;
    height: 4px;
    margin-right: 10px;
    position: relative;
    display: none;
}

.scroll-to-top .scroll-bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--thm-primary-color);
    opacity: 1;
}

.scroll-to-top .scroll-bar .bar-inner {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: var(--thm-secondary-color);
}

.scroll-to-top .scroll-bar-text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 5px;
    background: var(--thm-primary-color);
    border: none;
    color: var(--thm-white);
    font-size: 20px;
    cursor: pointer;
    transition: all 500ms ease;
}

.scroll-to-top .scroll-bar-text--style2 {
    color: var(--thm-primary-color);
    background-color: transparent;
    border: 1px solid var(--thm-primary-color);
}

.scroll-to-top .scroll-bar-text--style3 {
    clip-path: polygon(100% 0, 100% 75%, 75% 100%, 0 100%, 0 0);
}

.scroll-to-top .scroll-bar-text:hover {
    color: var(--thm-white);
    background-color: var(--thm-primary-color);
    border-color: transparent;
}

.scroll-to-top.bg2 .scroll-bar-text {
    background: #0a3e56;
}


.scroll-to-top--style2 {
    position: relative;
    top: 0px;
    right: 0;
    bottom: 0;
    transform: rotate(0deg);
}

.scroll-to-top--style2 .scroll-bar {
    display: none;
}

.scroll-to-top--style2 .scroll-bar-text {
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    font-family: var(--thm-font-2);
    transition: all 500ms ease;
    width: auto;
    height: auto;
    background: transparent;
}

.scroll-to-top--style2 .scroll-bar-text p {
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--thm-font-2);
}

.scroll-to-top--style2 .scroll-bar-text:hover p {
    color: var(--thm-primary-color);
}

.scroll-to-top--style2 .scroll-bar-text span {
    position: relative;
    top: 0;
    display: inline-block;
    padding-left: 10px;
    color: var(--thm-primary-color);
    font-size: 16px;
}




/*== Styled Pagination Css ======*/
.styled-pagination {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
}

.styled-pagination::before {
    display: none;
}

.styled-pagination.pdtop60 {
    padding-top: 60px;
}

.styled-pagination.pdtop30 {
    padding-top: 30px;
}

.styled-pagination li {
    position: relative;
    display: block;
    float: left;
}

.styled-pagination li+li {
    margin-left: 10px;
}

.styled-pagination li a,
.styled-pagination li > span{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid var(--thm-border-color);
    color: var(--thm-black);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    font-family: var(--thm-font-2);
    text-align: center;
    text-transform: uppercase;
    transition: all 500ms ease;
    z-index: 1;
}

.styled-pagination li a span:before {
    position: relative;
    top: 0px;
    color: #aeb7c6;
    font-size: 21px;
    transition: all 500ms ease;
}

.styled-pagination li:hover a span:before {
    color: var(--thm-white);
}

.styled-pagination li a span {}

.styled-pagination li:hover a span::before,
.styled-pagination li.active a span::before {
    color: var(--thm-white);
    border-color: transparent;
    clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 100%, 0 0);
}

.styled-pagination li.prev {
    transform: rotate(180deg);
}

.styled-pagination li.prev a span:before {
    position: relative;
    display: inline-block;
}

.styled-pagination li.next a span:before {
    position: relative;
    display: inline-block;
}

.styled-pagination li:hover a,
.styled-pagination li.active a,
.styled-pagination li > span {
    color: var(--thm-white);
    border-color: transparent;
    background: var(--thm-primary-color);
    clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 100%, 0 0);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
    width: 56px;
    height: 56px;
    background-color: transparent;
    border-color: var(--thm-border-color);
}

.styled-pagination li:hover.prev a {
    color: var(--thm-white);
    border-color: transparent;
    background-color: var(--thm-primary-color);
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0% 30%);
}

.styled-pagination li.prev a {
    overflow: hidden;
    transform: rotate(0deg);
    border: 1px solid var(--thm-border-color);
}

.styled-pagination li.next a {
    overflow: hidden;
    transform: rotate(0deg);
}

.styled-pagination li:hover.next a {
    color: var(--thm-white);
    border-color: transparent;
    background-color: var(--thm-primary-color);
}





/*== checked Css Css ======*/
.checked-box1 {
    position: relative;
    display: block;
    min-height: 26px;
}

.checked-box1 input[type="checkbox"] {
    display: none;
}

.checked-box1 label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    color: var(--thm-body-font-color);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    cursor: pointer;
    font-family: var(--thm-font);
}

.checked-box1 input[type="checkbox"]+label span {
    position: absolute;
    display: block;
    top: 5px;
    left: 0;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #e3e4ea;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checked-box1 label span:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    content: "";
    width: 8px;
    height: 8px;
    background: var(--thm-primary-color);
    border-radius: 50%;
    margin: 2px auto 0px;
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checked-box1 input[type="checkbox"]:checked+label span {
    border-color: #e3e4ea;
}

.checked-box1 input[type="checkbox"]:checked+label span:before {
    transform: scale(1.0);
}



/*== checked Css Css ======*/
.checked-box2 {
    position: relative;
    display: block;
    min-height: 28px;
}

.checked-box2 input[type="checkbox"] {
    display: none;
}

.checked-box2 label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    color: var(--thm-body-font-color);
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    cursor: pointer;
    font-family: var(--thm-font);
}

.checked-box2 input[type="checkbox"]+label span {
    position: absolute;
    top: 6px;
    left: 0;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    cursor: pointer;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checked-box2 label span:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checked-box2 input[type="checkbox"]:checked+label span {
    border-color: var(--thm-primary-color);
}

.checked-box2 input[type="checkbox"]:checked+label span:before {
    transform: scale(1.0);
}



/*== Star Rating Style1 Css ======*/
.star-rating-style1 {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    direction: rtl;
}

.star-rating-style1 input[type="radio"] {
    display: none;
}

.star-rating-style1 label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: var(--thm-primary-color);
    font-size: 24px;
    padding: 0 1px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.star-rating-style1 input[type="radio"]:checked~label {
    color: var(--thm-white);
}

.star-rating-style1 label:hover,
.star-rating-style1 label:hover~label {
    color: var(--thm-white);
}



/*== Accordion Box Style 1 Css ======*/
.accordion-box-style1 {
    position: relative;
    display: block;
}

.accordion-box-style1 .accordion {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.accordion-box-style1 .accordion:last-child {
    margin-bottom: 0;
}

.accordion-box-style1 .accordion .accord-btn {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 30px;
    border-radius: 0px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 3;
}

.accordion-box-style1 .accordion .accord-btn.active {
    -webkit-transition: all 0.9s linear;
    -o-transition: all 0.9s linear;
    transition: all 0.9s linear;
}

.accordion-box-style1 .accordion .accord-btn.active {
    border-left: 1px solid var(--thm-primary-color);
}

.accordion-box-style1 .accordion .accord-btn .left {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 58px;
    background-color: transparent;
    border-right: 1px solid var(--thm-border-color);
    z-index: 1;
}

.accordion-box-style1 .accordion .accord-btn.active .left {
    border-color: var(--thm-primary-color);
}

.accordion-box-style1 .accordion .accord-btn.active .left::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0px;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 60px;
    background-color: var(--thm-primary-color);
    z-index: -1;
}

.accordion-box-style1 .accordion .accord-btn .left h4 {
    color: var(--thm-primary-color);
    font-size: 18px;
    line-height: 28px;
}

.accordion-box-style1 .accordion .accord-btn.active .left h4 {
    color: var(--thm-white);
}

.accordion-box-style1 .accordion .accord-btn h3 {
    color: var(--thm-body-font-color);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    padding-left: 20px;
}

.accordion-box-style1 .accordion .accord-btn.active h3 {
    color: var(--thm-black);
}

.accordion-box-style1 .accordion .accord-btn::after {
    font-family: 'icomoon' !important;
    position: absolute;
    content: "\e90e";
    top: 50%;
    right: 25px;
    color: var(--thm-black);
    font-size: 18px;
    transform: translateY(-50%);
    transition: all 500ms ease 0s;
}

.accordion-box-style1 .accordion .accord-btn.active:after {
    color: var(--thm-primary-color);
    content: "\e901";
}

.accordion-box-style1 .accordion .accord-content {
    position: relative;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid var(--thm-border-color);
    border-top: none;
    padding: 34px 30px 38px;
    display: none;
    z-index: 2;
}

.accordion-box-style1 .accordion .accord-content.collapsed {
    display: block;
}

.accordion-box-style1 .accordion .accord-content p {
    margin: 0;
}




/*== Accordion Box Css ======*/
.accordion-box {
    position: relative;
    display: block;
}

.accordion-box li+li {
    margin-top: 20px;
}

.accordion-box .block {
    position: relative;
    display: block;
    overflow: hidden;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: all;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .acc-btn {
    position: relative;
    display: block;
    cursor: pointer;
    background: #F9F9F9;
    border: none;
    padding: 21px 30px 21px;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
    background: #F9F9F9;
}

.accordion-box .block .acc-btn h3 {
    color: var(--thm-black);
    font-size: 24px;
    line-height: 28px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active h3 {
    color: var(--thm-primary-color);
}

.accordion-box .block .acc-btn::before {
    font-family: 'icomoon' !important;
    position: absolute;
    content: "\e935";
    top: 50%;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: transparent;
    color: var(--thm-black);
    font-size: 14px;
    font-weight: 700;
    transform: translateY(-50%);
    transition: all 500ms ease 0s;
}

.accordion-box .block .acc-btn.active::before {
    content: "\e936";
    color: var(--thm-white);
    background-color: var(--thm-primary-color);
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    border: none;
    background-color: #F9F9F9;
    padding: 4px 30px 43px;
    padding-right: 70px;
}

.accordion-box .block .acc-content p {
    margin: 0;
}






/*== Search Popup Css ======*/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 300px;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    z-index: 9999;
}

.search-popup.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.search-popup__overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    height: 300px;
    background-color: var(--thm-primary-color);
    opacity: 1.0;
    cursor: pointer;
}

.search-popup__close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    background-color: var(--thm-black);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-white);
    font-size: 24px;
}



.search-popup__content {
    width: 100%;
    max-width: 560px;
    background-color: #000000;
    padding: 10px;
    z-index: 10;
}

.search-popup__content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 0px;
    overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    background-color: #fff;
    color: var(--thm-black);
    font-size: 16px;
    border: none;
    outline: none;
    padding-left: 30px;
    padding-right: 80px;
}

.search-popup__content .thm-btn {
    position: absolute;
    top: 0;
    right: 0px;
    padding: 0;
    width: 60px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-radius: 0;
    background-color: var(--thm-black);
    border: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.search-popup__content .thm-btn i {
    background-color: transparent;
    margin-left: 0;
}

.search-popup__content .thm-btn:hover {
    color: #ffffff;
    background-color: var(--thm-primary-color);
}

/* Preloader */
.handle-preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    z-index: 9999999;
}

.handle-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin: 0 auto 45px auto;
    animation: spinner 1s infinite linear;
}

.handle-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    position: relative;
    display: inline-block;
    font-family: var(--thm-font-3);
    font-weight: 700;
    letter-spacing: 15px;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    content: attr(data-text-preloader);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.1s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.3s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 0.5s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 0.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 0.7s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
    animation-delay: 0.8s;
}

.handle-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    color: #ffffff;
}

.handle-preloader .animation-preloader .spinner {
    border: 3px solid #ffffff;
    border-top-color: rgba(255, 255, 255, 0.7);
}

/* AnimaciÄ†ÂƒÄ€Â³n del preloader */
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

.loader-wrap .layer-one {
    position: absolute;
    left: 0%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-two {
    position: absolute;
    left: 33.3333%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-three {
    position: absolute;
    left: 66.6666%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--thm-black);
}

@media screen and (max-width: 767px) {
    .handle-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }
}

@media screen and (max-width: 500px) {
    .handle-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 40px;
        letter-spacing: 10px;
    }
}




@-webkit-keyframes pulse10 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ee212b;
        box-shadow: 0 0 0 0 #ee212b;
    }

    40% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    }
}

@keyframes pulse10 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ee212b;
        box-shadow: 0 0 0 0 #ee212b;
    }

    40% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
        box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
    }
}








/*================================
    Served Style1 Css
================================*/
.served-style1 {
    padding: 120px 0px 120px;
}

.served-style1__inner {
    position: relative;
    display: block;
    min-height: 680px;
}

.served-style1__tab {
    position: relative;
    display: block;
    min-height: 680px;
}

.served-style1__tab-btn11 {
    position: absolute;
    display: flex;
    align-items: center;
    left: -340px;
    top: 248px;
    z-index: 10;
}

.served-style1__tab-btn ul {
    position: relative;
    display: block;
    overflow: hidden;
    width: 370px;
    border-radius: var(--thm-border-radius);
    border: 1px solid var(--thm-border-color);
    background-color: var(--thm-white);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    clip-path: polygon(100% 0, 100% 83%, 88% 100%, 0 100%, 0 0);
    padding: 0px 0px 0px;
}

.served-style1__tab-btn ul::before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -49px;
    width: 1px;
    height: 200px;
    background-color: var(--thm-border-color);
    transform: rotate(40deg);
}

.served-style1__tab-btn ul+ul {
    margin-left: 30px;
}

.served-style1__tab-btn ul li {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--thm-border-color);
    cursor: pointer;
    padding: 0px 0px 0px;
}

.served-style1__tab-btn ul li:last-child {
    border-bottom: none;
}

.served-style1__tab-btn ul li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 59px;
    border-right: 1px solid var(--thm-border-color);
    font-size: 26px;
    line-height: 0;
}

.served-style1__tab-btn ul li .icon .icon-car-battery .path1:before,
.served-style1__tab-btn ul li .icon .icon-car-battery .path2:before,
.served-style1__tab-btn ul li .icon .icon-car-battery .path3:before,
.served-style1__tab-btn ul li .icon .icon-ecommerce .path1:before,
.served-style1__tab-btn ul li .icon .icon-manufacturing .path1:before,
.served-style1__tab-btn ul li .icon .icon-manufacturing .path2:before,
.served-style1__tab-btn ul li .icon .icon-medical-app .path1:before,
.served-style1__tab-btn ul li .icon .icon-artificial-intelligence .path2:before,
.served-style1__tab-btn ul li .icon .icon-artificial-intelligence .path3:before,
.served-style1__tab-btn ul li .icon .icon-polo-shirt .path1:before,
.served-style1__tab-btn ul li .icon .icon-polo-shirt .path2:before,
.served-style1__tab-btn ul li .icon .icon-polo-shirt .path3:before,
.served-style1__tab-btn ul li .icon .icon-solar-panel .path1:before,
.served-style1__tab-btn ul li .icon .icon-flight .path1:before,
.served-style1__tab-btn ul li .icon .icon-beverage .path1:before,
.served-style1__tab-btn ul li .icon .icon-gas-station .path1:before,
.served-style1__tab-btn ul li .icon .icon-gas-station .path2:before {
    color: var(--thm-primary-color);
}

.served-style1__tab-btn ul li .icon .icon-car-battery .path4:before,
.served-style1__tab-btn ul li .icon .icon-car-battery .path5:before,
.served-style1__tab-btn ul li .icon .icon-car-battery .path6:before,
.served-style1__tab-btn ul li .icon .icon-car-battery .path7:before,
.served-style1__tab-btn ul li .icon .icon-car-battery .path8:before,
.served-style1__tab-btn ul li .icon .icon-ecommerce .path2:before,
.served-style1__tab-btn ul li .icon .icon-manufacturing .path3:before,
.served-style1__tab-btn ul li .icon .icon-manufacturing .path4:before,
.served-style1__tab-btn ul li .icon .icon-medical-app .path2:before,
.served-style1__tab-btn ul li .icon .icon-medical-app .path3:before,
.served-style1__tab-btn ul li .icon .icon-artificial-intelligence .path1:before,
.served-style1__tab-btn ul li .icon .icon-polo-shirt .path4:before,
.served-style1__tab-btn ul li .icon .icon-polo-shirt .path5:before,
.served-style1__tab-btn ul li .icon .icon-solar-panel .path2:before,
.served-style1__tab-btn ul li .icon .icon-flight .path2:before,
.served-style1__tab-btn ul li .icon .icon-flight .path3:before,
.served-style1__tab-btn ul li .icon .icon-beverage .path2:before,
.served-style1__tab-btn ul li .icon .icon-gas-station .path3:before,
.served-style1__tab-btn ul li .icon .icon-gas-station .path4:before,
.served-style1__tab-btn ul li .icon .icon-gas-station .path5:before,
.served-style1__tab-btn ul li .icon .icon-gas-station .path6:before {
    color: var(--thm-black);
}

.served-style1__tab-btn ul li h3 {
    position: relative;
    display: block;
    color: var(--thm-body-font-color);
    font-size: 17px;
    line-height: 26px;
    font-family: var(--thm-font);
    font-weight: 400;
    padding: 0px 28px 0px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.served-style1__tab-btn ul li:hover h3,
.served-style1__tab-btn ul li.active-btn-item h3 {
    color: var(--thm-primary-color);
    font-weight: 600;
}



.served-style1__tab .tabs-content-box {
    position: relative;
    display: block;
    min-height: 680px;
    max-width: 500px;
    width: 100%;
}

.served-style1__tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    min-height: 680px;
    visibility: hidden;
}

.served-style1__tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.served-style1__tab .tab-content-box-item .served-style1-tab-content-box-item {
    opacity: 0;
    min-height: 680px;
    transform: translateY(10px);
    transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
}

.served-style1__tab .tab-content-box-item.tab-content-box-item-active .served-style1-tab-content-box-item {
    opacity: 1.0;
    transform: translateY(0px);
}



.single-served-style1 {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
}

.single-served-style1 .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 90%, 90% 100%, 0 100%, 0 0);
}

.single-served-style1 .img-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient(90deg, rgb(18, 38, 82) 0%, rgba(18, 38, 82, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(18, 38, 82) 0%, rgba(18, 38, 82, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(18, 38, 82) 0%, rgba(18, 38, 82, 0) 100%);
    z-index: 1;
}

.single-served-style1 .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-served-style1 .img-box:hover img {
    transform: scale(1.07) rotate(0deg);
}

.single-served-style1 .img-box .overlay-title {
    position: absolute;
    left: 40px;
    bottom: 32px;
    right: 120px;
    z-index: 5;
}

.single-served-style1 .img-box .overlay-title>h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 14px;
}

.single-served-style1 .img-box .overlay-title>h3>a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-served-style1 .img-box .overlay-title>h3>a:hover {
    color: var(--thm-primary-color);
}

.single-served-style1 .img-box .overlay-title p {
    color: var(--thm-body-font-color-2);
}

.single-served-style1 .img-box .overlay-title>a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-served-style1 .img-box .overlay-title>a:hover {
    color: var(--thm-primary-color);
}

.single-served-style1 .img-box .overlay-title a i {
    font-size: 21px;
    margin-left: 3px;
    position: relative;
    top: -1px;
}




.served-style1__content {
    position: absolute;
    display: block;
    padding-right: 600px;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.served-style1__content .sec-title {
    padding-bottom: 31px;
}

.served-style1__content .text-box {
    position: relative;
    display: block;
}

.served-style1__content .text-box p {
    margin: 0;
}

.served-style1__content .banner-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 402px;
}

.served-style1__content .banner-box .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: var(--thm-gray-bg);
    font-size: 28px;
    line-height: 0;
}

.served-style1__content .banner-box .icon .icon-chat .path1:before,
.served-style1__content .banner-box .icon .icon-chat .path2:before,
.served-style1__content .banner-box .icon .icon-chat .path3:before,
.served-style1__content .banner-box .icon .icon-chat .path4:before,
.served-style1__content .banner-box .icon .icon-chat .path5:before {
    color: var(--thm-black);
}

.served-style1__content .banner-box .icon .icon-chat .path6:before {
    color: var(--thm-primary-color);
}

.served-style1__content .banner-box .title {
    position: relative;
    display: block;
    padding-left: 15px;
    flex: 1;
}

.served-style1__content .banner-box .title h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

.served-style1__content .banner-box .title a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 20px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.served-style1__content .banner-box .title a:hover {
    color: var(--thm-primary-color);
}

.served-style1__content .banner-box .title a i {
    font-size: 21px;
    margin-left: 3px;
}



/*
================================
    Process Style1 Css
================================
*/
.process-style1 {
    background-color: var(--thm-gray-bg);
    padding: 120px 0px 90px;
}

.process-style1-big-title1 {
    position: absolute;
    left: 0;
    bottom: 91px;
    right: 0;
    overflow: hidden;
}

.process-style1-scrolling-text {
    position: relative;
    display: block;
    overflow: hidden;
}

.process-style1-scrolling-text ul {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: fit-content;
}

.process-style1-scrolling-text ul li {
    position: relative;
    float: left;
    margin-left: 80px;
    color: transparent;
    font-size: 200px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
    font-weight: 800;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #dbdee7;
}

.process-style1-scrolling-text ul.list li.item:nth-child(2),
.process-style1-scrolling-text ul.list li.item:nth-child(3),
.process-style1-scrolling-text ul.list li.item:nth-child(4) {
    margin-top: 0px;
}


.process-style1-big-title2 {
    position: absolute;
    left: 0;
    bottom: 263px;
    right: 0;
    overflow: hidden;
}

.process-style1-big-title2 .process-style1-scrolling-text ul li {
    background-image: none;
}


.process-style1 .shape-img-box {
    position: absolute;
    top: 0;
    right: 0;
}

.process-style1 .shape-img-box img {
    width: auto;
}

.process-style1 ul li:nth-child(2) {
    margin-top: 100px;
}

.process-style1 ul li:nth-child(3) {
    margin-top: 200px;
}

.process-style1 ul li:nth-child(4) {
    margin-top: 300px;
}

.single-process-style1 {
    position: relative;
    display: block;
    padding-top: 80px;
    margin-bottom: 30px;
}

.single-process-style1 .shape1 {
    position: absolute;
    top: 20px;
    left: -172px;
}

.single-process-style1 .shape1 img {
    width: auto;
}

.single-process-style1 .start-box {
    position: absolute;
    top: -5px;
    left: 70px;
    display: flex;
    align-items: center;
}

.single-process-style1 .start-box .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 24px;
    line-height: 0;
    margin-right: 10px;
}

.single-process-style1 .start-box h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}

.single-process-style1 .end-box {
    position: absolute;
    top: 13px;
    right: 0;
    display: flex;
    align-items: center;
}

.single-process-style1 .end-box .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 24px;
    line-height: 0;
    margin-left: 10px;
}

.single-process-style1 .end-box h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}

.single-process-style1 .count-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0px auto 0px;
    background-color: transparent;
    border: 1px solid #dbdee7;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.single-process-style1:hover .count-box {
    border-color: var(--thm-primary-color);
    background-color: var(--thm-primary-color);
}

.single-process-style1 .count-box h4 {
    color: var(--thm-primary-color);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-process-style1:hover .count-box h4 {
    color: var(--thm-white);
}



.single-process-style1-content {
    position: relative;
    display: block;
    overflow: hidden;
    transform: translateY(0px);
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
    clip-path: polygon(100% 0, 100% 75%, 85% 100%, 0 100%, 0 0);
    padding: 31px 23px 32px;
}

.single-process-style1-title {
    position: relative;
    display: block;
}

.single-process-style1-title h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 11px;
}

.single-process-style1-title p {
    margin: 0;
}

.single-process-style1-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transform: translateY(50px);
    background-color: var(--thm-black-bg);
    padding: 27px 25px 27px;
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
}

.single-process-style1:hover .single-process-style1-overlay {
    opacity: 1;
    transform: translateY(0px);
}

.single-process-style1-overlay p {
    color: var(--thm-body-font-color-2);
}


/*** 
=================================================
    Transportation Style1     
=================================================
***/
.transportation-style1 {
    overflow: hidden;
    background-color: var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 90%, 95% 100%, 0 100%, 0 0);
    padding: 120px 0px 114px;
    margin: 0px 80px 0px;
}

.transportation-style1__inner {
    position: relative;
    display: block;
    border-top: 1px solid var(--thm-border-color-1);
    border-bottom: 1px solid var(--thm-border-color-1);
}

.transportation-style1__inner .row {
    align-items: center;
}

.transportation-style1-list {
    position: relative;
    display: block;
    border-right: 1px solid var(--thm-border-color-1);
    margin-right: 35px;
}

.single-transportation-style1 {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 30px 0px 30px;
}

li.single-transportation-style1::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -999999px;
    right: 0;
    height: 1px;
    background-color: var(--thm-border-color-1);
}

li:last-child.single-transportation-style1::before {
    display: none;
}

.single-transportation-style1-left {
    position: relative;
    display: flex;
    align-items: center;
}

.single-transportation-style1-left .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: var(--thm-border-radius);
    border-bottom-left-radius: var(--thm-border-radius);
}

.single-transportation-style1-left .img-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(var(--thm-primary-color-rgb), .65);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.single-transportation-style1:hover .img-box::before {
    opacity: 1;
}

.single-transportation-style1-left .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-transportation-style1:hover .img-box img {
    transform: scale(1.07) rotate(0deg);
}

.single-transportation-style1-left .icon-holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background-color: var(--thm-white);
    border-top-right-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 65%, 65% 100%, 0 100%, 0 0);
    font-size: 40px;
    line-height: 0;
}

.single-transportation-style1-left .icon-holder .icon-plane .path1:before,
.single-transportation-style1-left .icon-holder .icon-cargo-ship-1 .path1:before,
.single-transportation-style1-left .icon-holder .icon-cargo-ship-1 .path2:before,
.single-transportation-style1-left .icon-holder .icon-cargo-ship-1 .path3:before,
.single-transportation-style1-left .icon-holder .icon-truck .path1:before,
.single-transportation-style1-left .icon-holder .icon-truck .path2:before,
.single-transportation-style1-left .icon-holder .icon-truck .path3:before,
.single-transportation-style1-left .icon-holder .icon-truck .path4:before,
.single-transportation-style1-left .icon-holder .icon-truck .path5:before {
    color: var(--thm-black);
}

.single-transportation-style1-left .icon-holder .icon-plane .path2:before,
.single-transportation-style1-left .icon-holder .icon-plane .path3:before,
.single-transportation-style1-left .icon-holder .icon-plane .path4:before,
.single-transportation-style1-left .icon-holder .icon-cargo-ship-1 .path4:before,
.single-transportation-style1-left .icon-holder .icon-cargo-ship-1 .path5:before,
.single-transportation-style1-left .icon-holder .icon-truck .path6:before,
.single-transportation-style1-left .icon-holder .icon-truck .path7:before {
    color: var(--thm-primary-color);
}

.single-transportation-style1-right {
    position: relative;
    display: block;
    padding-left: 30px;
    flex: 1;
}

.single-transportation-style1-right h3 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 5px;
}

.single-transportation-style1-right h3 a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-transportation-style1-right h3 a:hover {
    color: var(--thm-primary-color);
}

.single-transportation-style1-right p {
    color: var(--thm-body-font-color-2);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
}

.single-transportation-style1 .shape {
    position: absolute;
    top: 30px;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    transform: translateY(-50px);
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.single-transportation-style1:hover .shape {
    opacity: 1;
    transform: translateY(0px);
}

.single-transportation-style1 .shape img {
    width: auto;
}



.transportation-style1-content {
    position: relative;
    display: block;
}

.transportation-style1-text {
    position: relative;
    display: block;
}

.transportation-style1-text p {
    color: var(--thm-body-font-color-2);
}

.transportation-style1-list-item {
    position: relative;
    display: block;
    margin-top: 17px;
}

.transportation-style1-list-item li {
    position: relative;
    display: block;
    padding-left: 25px;
}

.transportation-style1-list-item li+li {
    margin-top: 9px;
}

.transportation-style1-list-item li .icon {
    position: absolute;
    top: 6px;
    left: 0;
    color: var(--thm-primary-color);
    font-size: 17px;
    line-height: 0;
}

.transportation-style1-list-item li h4 {
    color: var(--thm-white);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.transportation-style1-download {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 42px;
}

.transportation-style1-download .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--thm-white);
    font-size: 26px;
    line-height: 0;
}

.transportation-style1-download .icon .icon-form .path1:before,
.transportation-style1-download .icon .icon-form .path2:before,
.transportation-style1-download .icon .icon-form .path3:before,
.transportation-style1-download .icon .icon-form .path4:before,
.transportation-style1-download .icon .icon-form .path5:before,
.transportation-style1-download .icon .icon-form .path6:before,
.transportation-style1-download .icon .icon-form .path7:before,
.transportation-style1-download .icon .icon-form .path8:before,
.transportation-style1-download .icon .icon-form .path9:before {
    color: var(--thm-black);
}

.transportation-style1-download .icon .icon-form .path10:before {
    color: var(--thm-primary-color);
}

.transportation-style1-download .title {
    position: relative;
    display: block;
    padding-left: 20px;
    flex: 1;
}

.transportation-style1-download .title p {
    color: var(--thm-body-font-color-2);
    line-height: 22px;
}

.transportation-style1-download .title a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.transportation-style1-download .title a:hover {
    color: var(--thm-primary-color);
}

.transportation-style1-download .title a i {
    font-size: 21px;
    margin-left: 3px;
    position: relative;
    top: -1px;
}

.transportation-style1__bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 59px;
}

.transportation-style1__bottom .left-box {
    position: relative;
    display: block;
}

.transportation-style1__bottom .left-box h3 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}

.transportation-style1__bottom .left-box h3 span {
    font-size: 36px;
}

.transportation-style1__bottom .middle-box {
    position: relative;
    display: block;
}

.transportation-style1__bottom .middle-box img {
    width: auto;
}

.transportation-style1__bottom .right-box {
    position: relative;
    display: flex;
    align-items: center;
}

.transportation-style1__bottom .right-box .icon {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 0;
    padding-right: 21px;
    border-right: 1px solid var(--thm-border-color-1);
}

.transportation-style1__bottom .right-box .icon .icon-email .path1:before {
    color: var(--thm-primary-color);
}

.transportation-style1__bottom .right-box .icon .icon-email .path2:before,
.transportation-style1__bottom .right-box .icon .icon-email .path3:before,
.transportation-style1__bottom .right-box .icon .icon-email .path4:before,
.transportation-style1__bottom .right-box .icon .icon-email.path5:before,
.transportation-style1__bottom .right-box .icon .icon-email .path6:before {
    color: var(--thm-white);
}

.transportation-style1__bottom .right-box .title {
    position: relative;
    display: block;
    padding-left: 22px;
    flex: 1;
}

.transportation-style1__bottom .right-box .title h6 {
    color: var(--thm-body-font-color-2);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.transportation-style1__bottom .right-box .title p {
    color: var(--thm-white);
}

.transportation-style1__bottom .right-box .title p a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.transportation-style1__bottom .right-box .title p a:hover {
    color: var(--thm-primary-color);
}




/*** 
=================================================
    Choose Style1      
=================================================
***/
.choose-style1 {
    padding: 120px 0px 120px;
}

.choose-style1 .row {
    align-items: center;
}

.choose-style1-content {
    position: relative;
    display: block;
}

.choose-style1-content li+li {
    margin-top: 40px;
}

.single-choose-style1 {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 32px 40px 32px;
    padding-right: 170px;
    margin-left: 100px;
}

.single-choose-style1.mr100 {
    margin-left: 0;
    margin-right: 100px;
}

.single-choose-style1-title {
    position: relative;
    display: block;
}

.single-choose-style1-title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}

.single-choose-style1-title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-choose-style1-title h3 a:hover {
    color: var(--thm-primary-color);
}

.single-choose-style1-title p {
    margin: 0;
}

.single-choose-style1-icon {
    position: absolute;
    bottom: 25px;
    right: 25px;
    font-size: 40px;
    line-height: 0;
}

.single-choose-style1-icon.topicon {
    bottom: auto;
    top: 25px;
}

.single-choose-style1-icon .icon-nanotech .path1:before,
.single-choose-style1-icon .icon-nanotech .path2:before,
.single-choose-style1-icon .icon-nanotech .path3:before,
.single-choose-style1-icon .icon-nanotech .path4:before,
.single-choose-style1-icon .icon-nanotech .path5:before,
.single-choose-style1-icon .icon-call-center .path2:before,
.single-choose-style1-icon .icon-budget .path10:before,
.single-choose-style1-icon .icon-budget .path11:before,
.single-choose-style1-icon .icon-budget .path12:before {
    color: var(--thm-primary-color);
}

.single-choose-style1-icon .icon-nanotech .path6:before,
.single-choose-style1-icon .icon-nanotech .path7:before,
.single-choose-style1-icon .icon-nanotech .path8:before,
.single-choose-style1-icon .icon-call-center .path1:before,
.single-choose-style1-icon .icon-budget .path1:before,
.single-choose-style1-icon .icon-budget .path2:before,
.single-choose-style1-icon .icon-budget .path3:before,
.single-choose-style1-icon .icon-budget .path4:before,
.single-choose-style1-icon .icon-budget .path5:before,
.single-choose-style1-icon .icon-budget .path6:before,
.single-choose-style1-icon .icon-budget .path7:before,
.single-choose-style1-icon .icon-budget .path8:before,
.single-choose-style1-icon .icon-budget .path9:before {
    color: var(--thm-black);
}

.single-choose-style1-box {
    position: absolute;
    bottom: 0;
    right: -85px;
    width: 175px;
    height: 90px;
    background-color: transparent;
    border: 1px dashed var(--thm-primary-color);
    border-right: none;
    border-bottom: none;
    border-top-left-radius: var(--thm-border-radius);
}

.single-choose-style1-box.topborder {
    border-top-left-radius: 0;
    border-bottom-left-radius: var(--thm-border-radius);
    border-top: none;
    border-bottom: 1px dashed var(--thm-primary-color);
    bottom: auto;
    top: 0;
}

.single-choose-style1-box::before {
    content: "";
    position: absolute;
    top: -6px;
    right: -16px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
}

.single-choose-style1-box.topborder::before {
    top: auto;
    bottom: -6px;
}

.choose-style1-img {
    position: relative;
    display: block;
}

.choose-style1-shape1 {
    position: absolute;
    top: 0;
    left: -164px;
    bottom: 0;
    width: 281px;
    z-index: -1;
    background-size: 100% 100%;
}

.choose-style1-img .img1 {
    position: relative;
    display: block;
    text-align: right;
    z-index: 5;
}

.choose-style1-img .img1::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 64px;
    width: 232px;
    height: 170px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.196516) 0%, rgba(255, 255, 255, 0.8211659663865546) 37%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
}

.choose-style1-img .img1 img {
    width: auto;
}

.choose-style1-img .img2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 110px;
    z-index: -1;
}

.choose-style1-img .img2 img {
    width: auto;
}



/**
===================================================
    History Style1 Css
===================================================
**/
.history-style1 {
    background-color: var(--thm-gray-bg);
    border-top: 1px solid #dbdee7;
}

.history-style1 .container {
    max-width: 1870px;
}

.history-style1 .row {
    --bs-gutter-x: 0px;
}


.history-style1-experience {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-right: -45px;
    padding: 120px 0px 120px;
}

.history-style1-experience .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 290px;
    width: 100%;
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 84%, 82% 100%, 0 100%, 0 0);
}

.history-style1-experience .img-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(var(--thm-black-bg-rgb), .85);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.history-style1-experience .img-box:hover::before {
    opacity: 1;
}

.history-style1-experience .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.history-style1-experience .img-box:hover img {
    transform: scale(1.07) rotate(0deg);
}


.history-style1-experience .content {
    position: relative;
    display: block;
    padding-left: 45px;
    padding-top: 17px;
    flex: 1;
    z-index: 5;
}

.history-style1-experience .content .count {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: -100px;
}

.history-style1-experience .content .count h2 {
    color: var(--thm-primary-color);
    font-size: 140px;
    line-height: 1.0em;
}

.history-style1-experience .content .count .plus {
    position: relative;
    top: -8px;
    left: -10px;
    color: var(--thm-primary-color);
    font-size: 140px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
}

.history-style1-experience .content .text {
    position: relative;
    display: block;
    padding-top: 2px;
}

.history-style1-experience .content .text h6 {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}




.history-style1__inner-box {
    position: relative;
    display: block;
    margin-left: 40px;
}



.single-history-style1 {
    position: relative;
    display: block;
}

.single-history-style1 .row {
    --bs-gutter-x: 0px;
}

.history-style1-inner {
    position: relative;
    display: block;
    border-left: 1px solid #dbdee7;
    padding: 120px 0px 120px;
    margin-left: 80px;
}

.history-style1-inner li {
    position: relative;
    display: block;
    padding-left: 85px;
}

.history-style1-inner li+li {
    margin-top: 30px;
}

.history-style1-border-line1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0);
    left: -1px;
    width: 1px;
    height: 70px;
    background-color: var(--thm-primary-color);
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.history-style1-inner li:hover .history-style1-border-line1 {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}



.history-style1-border-line2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #dbdee7;
}

.history-style1-border-line2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0%;
    height: 1px;
    background-color: var(--thm-primary-color);
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.history-style1-inner li:hover .history-style1-border-line2::before {
    width: 100%;
}



.history-style1-box11 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 28px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--thm-white);
    border: 1px solid #dbdee7;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 2;
}

.history-style1-inner li:hover .history-style1-box11 {
    border-color: var(--thm-primary-color);
    background-color: var(--thm-primary-color);
}

.history-style1-box11::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--thm-white);
    transform: scale(0);
    opacity: 0;
    margin: auto auto auto;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.history-style1-inner li:hover .history-style1-box11::before {
    opacity: 1;
    transform: scale(1);
}

.history-style1-box11::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #dbdee7;
    transform: scale(1);
    opacity: 1;
    margin: auto auto auto;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.history-style1-inner li:hover .history-style1-box11::after {
    opacity: 0;
    transform: scale(0);
}



.history-style1-content-box {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 70%, 90% 100%, 0 100%, 0 0);
}

.history-style1-content-box::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    width: 15px;
    height: 35px;
    background-color: var(--thm-white);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.history-style1-content-box .year-box {
    position: relative;
    display: block;
    writing-mode: vertical-rl;
    transform: translateY(0%) rotate(180deg);
    border-left: 1px solid #dbdee7;
    padding: 41.99px 20px 41.64px;
    padding-left: 40px;
}

.history-style1-content-box .year-box h3 {
    color: #dbdee7;
    font-size: 30px;
    line-height: 40px;
}

.history-style1-content-box .img-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 65px;
    overflow: hidden;
    width: 70px;
    border-radius: var(--thm-border-radius);
}

.history-style1-content-box .img-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(var(--thm-black-bg-rgb), .85);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.history-style1-inner li:hover .history-style1-content-box .img-box::before {
    opacity: 1;
}

.history-style1-content-box .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.history-style1-inner li:hover .history-style1-content-box .img-box img {
    transform: scale(1.07) rotate(0deg);
}

.history-style1-content-box .img-box .icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-white);
    font-size: 22px;
    line-height: 0;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 5;
}

.history-style1-inner li:hover .history-style1-content-box .img-box .icon {
    opacity: 1;
    transform: scale(1);
}

.history-style1-content-box .title-box {
    position: relative;
    display: block;
    padding: 0px 60px 0px;
    padding-right: 35px;
}

.history-style1-content-box .title-box h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}

.history-style1-content-box .title-box h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.history-style1-content-box .title-box h3 a:hover {
    color: var(--thm-primary-color);
}

.history-style1-content-box .title-box p {
    margin: 0;
}


.history-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    bottom: 120px;
    left: -110px;
}


/*** 
=================================================
    Project Style1      
=================================================
***/
.project-style1 {
    padding: 120px 0px 120px;
}

.project-style1 .container {
    max-width: 100%;
    padding: 0;
}

.project-style1__inner {
    position: relative;
    display: block;
}

.single-project-style1 {
    position: relative;
    display: block;
}

.single-project-style1 .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.single-project-style1:hover .img-box {
    clip-path: polygon(100% 0, 100% 90%, 90% 100%, 0 100%, 0 0);
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.single-project-style1 .img-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-image: -moz-linear-gradient(90deg, rgb(18, 38, 82) 0%, rgba(18, 38, 82, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(18, 38, 82) 0%, rgba(18, 38, 82, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(18, 38, 82) 0%, rgba(18, 38, 82, 0) 100%);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.single-project-style1:hover .img-box::before {
    opacity: 1;
}

.single-project-style1 .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
    min-height: 430px;
  object-fit: cover;
}

.single-project-style1:hover .img-box img {
    transform: scale(1.07) rotate(0deg);
}

.single-project-style1 .img-box .overlay-icon {
    position: absolute;
    top: 30px;
    left: 30px;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 5;
}

.single-project-style1:hover .img-box .overlay-icon {
    opacity: 1;
    transform: scale(1);
}

.single-project-style1 .img-box .overlay-icon a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    overflow: hidden;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 75%, 75% 100%, 0 100%, 0 0);
    color: var(--thm-black);
    font-size: 24px;
    line-height: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}

.single-project-style1 .img-box .overlay-icon a:hover {
    color: var(--thm-white);
}

.single-project-style1 .img-box .overlay-icon a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transform: scale(0);
    background-color: var(--thm-primary-color);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.single-project-style1 .img-box .overlay-icon a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.single-project-style1 .img-box .overlay-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    z-index: 5;
    opacity: 0;
    transform: scaleY(0);
    transition: all 600ms ease 200ms;
    z-index: 5;
}

.single-project-style1:hover .img-box .overlay-content {
    opacity: 1;
    transform: scaleY(1.0);
    transition: all 300ms linear;
    transition-delay: 0.1s;
}

.single-project-style1 .img-box .overlay-content .category {
    position: relative;
    display: block;
    text-align: right;
    line-height: 0;
}

.single-project-style1 .img-box .overlay-content .category h6 {
    position: relative;
    display: inline-block;
    border-radius: 5px 5px 0px 0px;
    background-color: var(--thm-primary-color);
    padding: 8px 20px 8px;
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.single-project-style1 .img-box .overlay-content .title {
    position: relative;
    display: block;
    border-radius: 5px 0px 0px 5px;
    background-color: var(--thm-white);
    clip-path: polygon(100% 0, 100% 60%, 93% 100%, 0 100%, 0 0);
    padding: 13px 20px 13px;
}

.single-project-style1 .img-box .overlay-content .title h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.single-project-style1 .img-box .overlay-content .title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-project-style1 .img-box .overlay-content .title h3 a:hover {
    color: var(--thm-primary-color);
}


.project-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
    margin: 50px auto 0px;
}



/*** 
===============================
    Choose Style2     
===============================
***/
.choose-style2 {
    overflow: hidden;
    clip-path: polygon(100% 0, 100% 90%, 95% 100%, 0 100%, 0 0);
}

.choose-style2__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.15;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.choose-style2__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient(180deg, rgb(18, 38, 82) 0%, rgba(18, 38, 82, 0) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(18, 38, 82) 0%, rgba(18, 38, 82, 0) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(18, 38, 82) 0%, rgba(18, 38, 82, 0) 100%);
}

.choose-style2__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient(180deg, rgb(18, 38, 82) 0%, rgba(18, 38, 82, 0) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(18, 38, 82) 0%, rgba(18, 38, 82, 0) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(18, 38, 82) 0%, rgba(18, 38, 82, 0) 100%);
}


.choose-style2__img {
    position: absolute;
    bottom: 0;
    margin-left: -145px;
}

.choose-style2__img img {
    width: auto;
}

.choose-style2__content {
    position: relative;
    display: block;
}

.choose-style2__content .sec-title {
    padding-bottom: 42px;
}

.choose-style2__content .sec-title h2 {
    font-size: 47px;
}

.choose-style2-text {
    position: relative;
    display: block;
}

.choose-style2-text p {
    color: var(--thm-body-font-color-2);
}

.choose-style2-list {
    position: relative;
    display: block;
    padding-top: 24px;
}

.choose-style2-list li {
    position: relative;
    display: block;
    padding-left: 100px;
}

.choose-style2-list li+li {
    margin-top: 36px;
}

.choose-style2-list li .icon {
    position: absolute;
    top: 8px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 75%, 75% 100%, 0 100%, 0 0);
    font-size: 35px;
    line-height: 0;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.choose-style2-list li:hover .icon {
    background-color: var(--thm-primary-color);
}

.choose-style2-list li .icon .icon-nanotech .path1:before,
.choose-style2-list li .icon .icon-nanotech .path2:before,
.choose-style2-list li .icon .icon-nanotech .path3:before,
.choose-style2-list li .icon .icon-nanotech .path4:before,
.choose-style2-list li .icon .icon-nanotech .path5:before,
.choose-style2-list li .icon .icon-call-center .path2:before,
.choose-style2-list li .icon .icon-budget .path10:before,
.choose-style2-list li .icon .icon-budget .path11:before,
.choose-style2-list li .icon .icon-budget .path12:before {
    color: var(--thm-primary-color);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.choose-style2-list li .icon .icon-nanotech .path6:before,
.choose-style2-list li .icon .icon-nanotech .path7:before,
.choose-style2-list li .icon .icon-nanotech .path8:before,
.choose-style2-list li .icon .icon-call-center .path1:before,
.choose-style2-list li .icon .icon-budget .path1:before,
.choose-style2-list li .icon .icon-budget .path2:before,
.choose-style2-list li .icon .icon-budget .path3:before,
.choose-style2-list li .icon .icon-budget .path4:before,
.choose-style2-list li .icon .icon-budget .path5:before,
.choose-style2-list li .icon .icon-budget .path6:before,
.choose-style2-list li .icon .icon-budget .path7:before,
.choose-style2-list li .icon .icon-budget .path8:before,
.choose-style2-list li .icon .icon-budget .path9:before {
    color: var(--thm-black);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.choose-style2-list li:hover .icon .icon-nanotech .path1:before,
.choose-style2-list li:hover .icon .icon-nanotech .path2:before,
.choose-style2-list li:hover .icon .icon-nanotech .path3:before,
.choose-style2-list li:hover .icon .icon-nanotech .path4:before,
.choose-style2-list li:hover .icon .icon-nanotech .path5:before,
.choose-style2-list li:hover .icon .icon-nanotech .path6:before,
.choose-style2-list li:hover .icon .icon-nanotech .path7:before,
.choose-style2-list li:hover .icon .icon-nanotech .path8:before,
.choose-style2-list li:hover .icon .icon-call-center .path1:before,
.choose-style2-list li:hover .icon .icon-call-center .path2:before,
.choose-style2-list li:hover .icon .icon-budget .path1:before,
.choose-style2-list li:hover .icon .icon-budget .path2:before,
.choose-style2-list li:hover .icon .icon-budget .path3:before,
.choose-style2-list li:hover .icon .icon-budget .path4:before,
.choose-style2-list li:hover .icon .icon-budget .path5:before,
.choose-style2-list li:hover .icon .icon-budget .path6:before,
.choose-style2-list li:hover .icon .icon-budget .path7:before,
.choose-style2-list li:hover .icon .icon-budget .path8:before,
.choose-style2-list li:hover .icon .icon-budget .path9:before,
.choose-style2-list li:hover .icon .icon-budget .path10:before,
.choose-style2-list li:hover .icon .icon-budget .path11:before,
.choose-style2-list li:hover .icon .icon-budget .path12:before {
    color: var(--thm-white);
}

.choose-style2-list li .content-box {
    position: relative;
    display: block;
}

.choose-style2-list li .content-box .title {
    position: relative;
    display: block;
}

.choose-style2-list li .content-box .title h3 {
    font-size: 24px;
    color: var(--thm-white);
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 15px;
}

.choose-style2-list li .content-box .title h3 span {
    font-weight: 600;
}

.choose-style2-list li .content-box .title .border-line {
    position: relative;
    display: block;
    width: 56px;
    height: 2px;
    background: rgb(18, 38, 82);
    background: linear-gradient(90deg, rgba(18, 38, 82, 1) 0%, rgba(253, 86, 33, 1) 100%);
}

.choose-style2-list li .content-box .title .border-line::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
}

.choose-style2-list li .content-box .text {
    position: relative;
    display: block;
    padding-top: 23px;
}

.choose-style2-list li .content-box .text p {
    color: var(--thm-body-font-color-2);
}


/*** 
===============================
       Pricing Style1    
===============================
***/
.pricing-style1 {
    padding: 120px 0px 90px;
}

.single-pricing-style1 {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(0 0, 89% 0, 100% 7%, 100% 100%, 0 100%, 0% 50%);
    margin-bottom: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-pricing-style1:hover {
    background-color: var(--thm-primary-color);
}

.single-pricing-style1-title {
    position: relative;
    display: block;
    padding: 13px 30px 13px;
}

.single-pricing-style1-title h3 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.single-pricing-style1-inner {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    border: 1px solid var(--thm-border-color);
    clip-path: polygon(0 0, 89% 0, 100% 7%, 100% 100%, 0 100%, 0% 50%);
    padding: 20px 0px 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-pricing-style1:hover .single-pricing-style1-inner {
    background-color: var(--thm-black-bg);
    border-color: var(--thm-black-bg);
}

.single-pricing-style1-price {
    position: relative;
    display: block;
    border-bottom: 1px solid var(--thm-border-color);
    padding: 0px 30px 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-pricing-style1:hover .single-pricing-style1-price {
    border-color: var(--thm-border-color-1);
}

.single-pricing-style1-price h2 {
    font-size: 60px;
    line-height: 1.0em;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-pricing-style1:hover .single-pricing-style1-price h2 {
    color: var(--thm-white);
}

.single-pricing-style1-price h2 sup {
    font-size: 20px;
    line-height: 30px;
    top: -26px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-pricing-style1:hover .single-pricing-style1-price h2 sup {
    color: var(--thm-white);
}

.single-pricing-style1-price h2 sub {
    color: #a6aec1;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    top: -3px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-pricing-style1:hover .single-pricing-style1-price h2 sub {
    color: var(--thm-body-font-color-2);
}

.single-pricing-style1-list {
    position: relative;
    display: block;
    padding: 34px 30px 32px;
}

.single-pricing-style1-list li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--thm-border-color);
    padding-bottom: 12.5px;
    margin-bottom: 12.5px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-pricing-style1:hover .single-pricing-style1-list li {
    border-color: var(--thm-border-color-1);
}

.single-pricing-style1-list li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.single-pricing-style1-list li .left {
    position: relative;
    display: flex;
    align-items: center;
}

.single-pricing-style1-list li .left .icon {
    position: relative;
    display: block;
    color: #a6aec1;
    font-size: 12px;
    line-height: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-pricing-style1-list li .left p {
    color: var(--thm-black);
    margin-left: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-pricing-style1:hover .single-pricing-style1-list li .left p {
    color: var(--thm-white);
}

.single-pricing-style1-list li .left p.color {
    color: #a6aec1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-pricing-style1:hover .single-pricing-style1-list li .left p.color {
    color: #586a8c;
}

.single-pricing-style1-list li .icon2 {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 24px;
    line-height: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-pricing-style1-list li .icon2.color {
    color: #a6aec1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-pricing-style1:hover .single-pricing-style1-list li .icon2.color {
    color: #586a8c;
}

.single-pricing-style1-btn {
    position: relative;
    display: block;
    padding: 0px 30px 0px;
}

.single-pricing-style1-btn .btn-one {
    font-size: 14px;
    line-height: 36px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase;
    width: 100%;
    justify-content: center;
}

.single-pricing-style1:hover .single-pricing-style1-btn .btn-one {
    color: var(--thm-black);
}

.single-pricing-style1-btn .btn-one i {
    font-size: 21px;
    margin-right: 0px;
    margin-left: 4px;
    top: -1px;
}

.single-pricing-style1-btn .btn-one:before {
    background: var(--thm-white);
}

.single-pricing-style1-btn .btn-one::after {
    background: var(--thm-black-bg);
}

.single-pricing-style1:hover .single-pricing-style1-btn .btn-one:before {
    right: 0px;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.single-pricing-style1:hover .single-pricing-style1-btn .btn-one:after {
    transform: scaleX(0);
    transition-duration: 1500ms;
}

/*** 
===============================
      Served-style2   
===============================
***/
.served-style2 {
    overflow: hidden;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    margin: 0px 80px 0px;
    padding: 120px 0px 112px;
}

.served-style2_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc((100% - 210px) / 2);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}

.served-style2__top {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 47px;
}

.served-style2__top .sec-title {
    padding-bottom: 0;
}

.served-style2__top .btn-box {
    position: relative;
    display: block;
    top: -6px;
}

.served-style2__top .btn-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 20px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.served-style2__top .btn-box a:hover {
    color: var(--thm-primary-color);
}

.served-style2__top .btn-box a i {
    position: relative;
    top: -1px;
    font-size: 20px;
    margin-left: 5px;
}

.served-style2-content {
    position: relative;
    display: block;
    padding-right: 100px;
}

.served-style2-content--style2 {
    padding-right: 0;
}

.served-style2__inner {
    position: relative;
    display: block;
    background-color: #efefef;
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
}

.served-style2__tab {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 90%, 94% 100%, 0 100%, 0 0);
}

.served-style2__tab11 {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 90%, 94% 100%, 0 100%, 0 0);
}

.served-style2__tab .row {
    --bs-gutter-x: 0px;
    align-items: center;
}

.served-style2__tab11 .row {
    --bs-gutter-x: 0px;
    align-items: center;
}

.served-style2__tab-btn ul {
    position: relative;
    display: block;
    border-right: 1px solid var(--thm-border-color);
}

.served-style2__tab-btn ul li {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--thm-border-color);
    cursor: pointer;
    padding: 0px 0px 0px;
}

.served-style2__tab-btn ul li:last-child {
    border-bottom: none;
}

.served-style2__tab-btn ul li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 59px;
    border-right: 1px solid var(--thm-border-color);
    font-size: 26px;
    line-height: 0;
}

.served-style2__tab-btn ul li .icon .icon-car-battery .path1:before,
.served-style2__tab-btn ul li .icon .icon-car-battery .path2:before,
.served-style2__tab-btn ul li .icon .icon-car-battery .path3:before,
.served-style2__tab-btn ul li .icon .icon-ecommerce .path1:before,
.served-style2__tab-btn ul li .icon .icon-manufacturing .path1:before,
.served-style2__tab-btn ul li .icon .icon-manufacturing .path2:before,
.served-style2__tab-btn ul li .icon .icon-medical-app .path1:before,
.served-style2__tab-btn ul li .icon .icon-artificial-intelligence .path2:before,
.served-style2__tab-btn ul li .icon .icon-artificial-intelligence .path3:before,
.served-style2__tab-btn ul li .icon .icon-polo-shirt .path1:before,
.served-style2__tab-btn ul li .icon .icon-polo-shirt .path2:before,
.served-style2__tab-btn ul li .icon .icon-polo-shirt .path3:before,
.served-style2__tab-btn ul li .icon .icon-solar-panel .path1:before,
.served-style2__tab-btn ul li .icon .icon-flight .path1:before,
.served-style2__tab-btn ul li .icon .icon-beverage .path1:before,
.served-style2__tab-btn ul li .icon .icon-gas-station .path1:before,
.served-style2__tab-btn ul li .icon .icon-gas-station .path2:before,
.served-style2__tab-btn ul li .icon .icon-tube .path3:before,
.served-style2__tab-btn ul li .icon .icon-hook .path4:before {
    color: var(--thm-primary-color);
}

.served-style2__tab-btn ul li .icon .icon-car-battery .path4:before,
.served-style2__tab-btn ul li .icon .icon-car-battery .path5:before,
.served-style2__tab-btn ul li .icon .icon-car-battery .path6:before,
.served-style2__tab-btn ul li .icon .icon-car-battery .path7:before,
.served-style2__tab-btn ul li .icon .icon-car-battery .path8:before,
.served-style2__tab-btn ul li .icon .icon-ecommerce .path2:before,
.served-style2__tab-btn ul li .icon .icon-manufacturing .path3:before,
.served-style2__tab-btn ul li .icon .icon-manufacturing .path4:before,
.served-style2__tab-btn ul li .icon .icon-medical-app .path2:before,
.served-style2__tab-btn ul li .icon .icon-medical-app .path3:before,
.served-style2__tab-btn ul li .icon .icon-artificial-intelligence .path1:before,
.served-style2__tab-btn ul li .icon .icon-polo-shirt .path4:before,
.served-style2__tab-btn ul li .icon .icon-polo-shirt .path5:before,
.served-style2__tab-btn ul li .icon .icon-solar-panel .path2:before,
.served-style2__tab-btn ul li .icon .icon-flight .path2:before,
.served-style2__tab-btn ul li .icon .icon-flight .path3:before,
.served-style2__tab-btn ul li .icon .icon-beverage .path2:before,
.served-style2__tab-btn ul li .icon .icon-gas-station .path3:before,
.served-style2__tab-btn ul li .icon .icon-gas-station .path4:before,
.served-style2__tab-btn ul li .icon .icon-gas-station .path5:before,
.served-style2__tab-btn ul li .icon .icon-gas-station .path6:before,
.served-style2__tab-btn ul li .icon .icon-tube .path1:before,
.served-style2__tab-btn ul li .icon .icon-tube .path2:before,
.served-style2__tab-btn ul li .icon .icon-hook .path1:before,
.served-style2__tab-btn ul li .icon .icon-hook .path2:before,
.served-style2__tab-btn ul li .icon .icon-hook .path3:before {
    color: var(--thm-black);
}

.served-style2__tab-btn ul li h3 {
    position: relative;
    display: block;
    flex: 1;
    color: var(--thm-body-font-color);
    font-size: 17px;
    line-height: 26px;
    font-family: var(--thm-font);
    font-weight: 400;
    padding: 0px 20px 0px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.served-style2__tab-btn ul li h3.plr {
    padding: 0px 15px 0px;
}

.served-style2__tab-btn ul li:hover h3,
.served-style2__tab-btn ul li.active-btn-item h3 {
    color: var(--thm-primary-color);
    font-weight: 600;
}

.served-style2__tab .tabs-content-box {
    position: relative;
    display: block;
}

.served-style2__tab11 .tabs-content-box {
    position: relative;
    display: block;
}

.served-style2__tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.served-style2__tab11 .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.served-style2__tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.served-style2__tab11 .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.served-style2__tab .tab-content-box-item .served-style2-tab-content-box-item {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
}

.served-style2__tab11 .tab-content-box-item .served-style2-tab-content-box-item {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
}

.served-style2__tab .tab-content-box-item.tab-content-box-item-active .served-style2-tab-content-box-item {
    opacity: 1.0;
    transform: translateY(0px);
}

.served-style2__tab11 .tab-content-box-item.tab-content-box-item-active .served-style2-tab-content-box-item {
    opacity: 1.0;
    transform: translateY(0px);
}

.single-served-style2 {
    position: relative;
    display: block;
    padding: 17px 28px 22px;
}

.single-served-style2 .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    width: 230px;
    height: 320px;
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 90%, 90% 100%, 0 100%, 0 0);
}

.single-served-style2 .img-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(var(--thm-black-bg-rgb), .85);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.single-served-style2 .img-box:hover::before {
    opacity: 1;
}

.single-served-style2 .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-served-style2 .img-box:hover img {
    transform: scale(1.07) rotate(0deg);
}

.served-style2-content-btn {
    position: relative;
    display: block;
    padding-top: 32px;
}

.served-style2-content-btn a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.served-style2-content-btn a:hover {
    color: var(--thm-primary-color);
}

.served-style2-content-btn a i {
    position: relative;
    top: -1px;
    font-size: 21px;
    margin-left: 4px;
}

.served-style2-fact-counter {
    position: absolute;
    bottom: 0;
    margin-right: 0px;
    margin-left: -10px;
}

.single-served-style2-fact-counter {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-primary-color);
    padding: 32px 30px 31px;
    min-width: 270px;
    border-top-right-radius: var(--thm-border-radius);
}

.single-served-style2-fact-counter.two {
    background-color: var(--thm-black-bg);
    border-top-right-radius: 0;
}

.single-served-style2-fact-counter.two::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 40px;
    height: 40px;
    background-color: var(--thm-gray-bg);
    clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.single-served-style2-fact-counter .sub-title {
    position: relative;
    display: block;
    padding-bottom: 21px;
}

.single-served-style2-fact-counter .sub-title h6 {
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.single-served-style2-fact-counter .odometer-counting {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 5;
}

.single-served-style2-fact-counter .odometer-counting h2 {
    color: var(--thm-white);
    font-size: 48px;
    line-height: 1.0em;
    font-weight: 600;
}

.single-served-style2-fact-counter.two .odometer-counting h2 {
    color: var(--thm-primary-color);
}

.single-served-style2-fact-counter .odometer-counting span {
    color: var(--thm-white);
    font-size: 48px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
    font-weight: 600;
    margin-top: 1px;
}

.single-served-style2-fact-counter.two .odometer-counting span {
    color: var(--thm-primary-color);
}

.single-served-style2-fact-counter .odometer-counting span sub {
    position: relative;
    top: 0;
    font-size: 18px;
    line-height: 28px;
    margin-left: 10px;
}

.single-served-style2-fact-counter .border-line {
    position: relative;
    display: block;
    width: 54px;
    height: 2px;
    background: rgb(253, 86, 33);
    background: linear-gradient(90deg, rgba(253, 86, 33, 1) 0%, rgba(255, 255, 255, 1) 100%);
    margin: 24px 0px 48px;
}

.single-served-style2-fact-counter.two .border-line {
    background: rgb(18, 38, 82);
    background: linear-gradient(90deg, rgba(18, 38, 82, 1) 0%, rgba(253, 86, 33, 1) 100%);
}

.single-served-style2-fact-counter .border-line::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: var(--thm-white);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
}

.single-served-style2-fact-counter.two .border-line::before {
    background-color: var(--thm-primary-color);
}

.single-served-style2-fact-counter .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    right: 30px;
    font-size: 120px;
    line-height: 0;
    color: #fa6c35;
    z-index: 0;
}

.single-served-style2-fact-counter.two .icon {
    color: #1b305d;
}

.single-served-style2-fact-counter .text {
    position: relative;
    display: block;
}

.single-served-style2-fact-counter .text p {
    color: #fae1d9;
}

.single-served-style2-fact-counter.two .text p {
    color: var(--thm-body-font-color-2);
}

/*** 
===============================
        Cta Style1    
===============================
***/
.cta-style1 {
    background-color: var(--thm-gray-bg);
    padding: 45px 0px 0px;
}

.cta-style1__inner {
    position: relative;
    display: block;
    background-color: var(--thm-primary-color);
}

.cta-style1-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta-style1-content .shape1 {
    position: absolute;
    left: 47%;
    bottom: 0;
}

.cta-style1-content .shape2 {
    position: absolute;
    left: 320px;
    bottom: 15px;
}

.cta-style1-content .title-box {
    position: relative;
    display: block;
}

.cta-style1-content .title-box h2 {
    color: var(--thm-white);
    font-size: 48px;
    line-height: 1.1em;
    font-weight: 600;
}

.cta-style1-content .img-box {
    position: relative;
    display: block;
    margin-top: -45px;
}

.cta-style1-content .img-box img {
    width: auto;
}

.cta-style1-content .btn-box {
    position: relative;
    display: block;
    line-height: 0;
}

.cta-style1-content .btn-box .btn-one {
    color: var(--thm-black);
    font-size: 14px;
    line-height: 36px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
}

.cta-style1-content .btn-box .btn-one:hover {
    color: var(--thm-white);
}

.cta-style1-content .btn-box .btn-one i {
    font-size: 20px;
    font-weight: 700;
    margin-right: 0px;
    margin-left: 5px;
    top: -1px;
}

.cta-style1-content .btn-box .btn-one::before {
    background-color: var(--thm-black-bg);
}

.cta-style1-content .btn-box .btn-one:after {
    background-color: var(--thm-white);
}


/*** 
===============================
    Benefits Style1 Css    
===============================
***/
/*
.benefits-style1 {
    background-color: var(--thm-gray-bg);
    padding: 250px 0px 115px;
}

.benefits-style1-big-title {
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
}
*/

.benefits-style1-scrolling-text {
    position: relative;
    display: block;
    overflow: hidden;
}

.benefits-style1-scrolling-text ul {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: fit-content;
}

.benefits-style1-scrolling-text ul li {
    position: relative;
    float: left;
    margin-left: 80px;
    color: transparent;
    font-size: 150px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    background-image: linear-gradient(0deg, #e9ebef, #f3f4f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #dcdfe8;
}

.benefits-style1-left {
    position: relative;
    display: block;
    top: -5px;
}

.benefits-style1-text {
    position: relative;
    display: block;
}

.benefits-style1-text p {
    margin: 0;
}

.benefits-style1-left-list {
    position: relative;
    display: block;
    padding-top: 25px;
}

.benefits-style1-left-list-single {
    position: relative;
    display: block;
}

.benefits-style1-left-list-single .inner-title {
    position: relative;
    display: block;
}

.benefits-style1-left-list-single .inner-title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.benefits-style1-left-list-single .inner-title .border-line {
    position: relative;
    display: block;
    width: 56px;
    height: 2px;
    background: rgb(243, 244, 246);
    background: linear-gradient(90deg, rgba(243, 244, 246, 1) 0%, rgba(253, 86, 33, 1) 100%);
    margin-top: 15px;
}

.benefits-style1-left-list-single .inner-title .border-line::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
}

.benefits-style1-left-list-single ul {
    position: relative;
    display: block;
    padding-top: 33px;
}

.benefits-style1-left-list-single ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.benefits-style1-left-list-single ul li+li {
    margin-top: 15px;
}

.benefits-style1-left-list-single ul li .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 18px;
    line-height: 0;
}

.benefits-style1-left-list-single ul li p {
    position: relative;
    display: block;
    padding-left: 10px;
    flex: 1;
}

.benefits-style1-bottom {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 36px;
}

.benefits-style1-bottom .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--thm-black-bg);
    font-size: 20px;
    line-height: 0;
}

.benefits-style1-bottom .icon .icon-flyer .path1:before,
.benefits-style1-bottom .icon .icon-flyer .path2:before,
.benefits-style1-bottom .icon .icon-flyer .path3:before {
    color: var(--thm-primary-color);
}

.benefits-style1-bottom .icon .icon-flyer .path4:before,
.benefits-style1-bottom .icon .icon-flyer .path5:before,
.benefits-style1-bottom .icon .icon-flyer .path6:before,
.benefits-style1-bottom .icon .icon-flyer .path7:before {
    color: #e6e8ed;
}

.benefits-style1-bottom .text {
    position: relative;
    display: block;
    padding-left: 20px;
    flex: 1;
}

.benefits-style1-bottom .text p {
    margin: 0;
    line-height: 24px;
}

.benefits-style1-bottom .text a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.benefits-style1-bottom .text a i {
    position: relative;
    top: -1px;
    font-size: 20px;
    margin-left: 5px;
}

.benefits-style1-bottom .text a:hover {
    color: var(--thm-primary-color);
}

.benefits-style1-right {
    position: relative;
    display: block;
    padding-right: 70px;
}

.benefits-style1-right-inner {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-primary-color);
    border-radius: var(--thm-border-radius);
    padding: 77px 50px 77px;
}

.benefits-style1-right-inner .sec-title {
    padding-bottom: 27px;
}

.benefits-style1-right-inner .sec-title .sub-title .decor {
    border-color: var(--thm-white);
}

.benefits-style1-right-inner .sec-title .sub-title .decor::before,
.benefits-style1-right-inner .sec-title .sub-title .decor::after {
    background-color: var(--thm-white);
}

.benefits-style1-right-inner .sec-title .sub-title h4 {
    color: var(--thm-white);
}

.benefits-style1-right-inner .sec-title h2 {
    color: var(--thm-white);
}

.benefits-style1-right-inner .btn-box {
    position: relative;
    display: block;
    line-height: 0;
}

.benefits-style1-right-inner .btn-box .btn-one {
    color: var(--thm-black);
    font-size: 14px;
    line-height: 36px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
}

.benefits-style1-right-inner .btn-box .btn-one:hover {
    color: var(--thm-white);
}

.benefits-style1-right-inner .btn-box .btn-one i {
    font-size: 20px;
    font-weight: 700;
    margin-right: 0px;
    margin-left: 5px;
    top: -1px;
}

.benefits-style1-right-inner .btn-box .btn-one::before {
    background-color: var(--thm-black-bg);
}

.benefits-style1-right-inner .btn-box .btn-one:after {
    background-color: var(--thm-white);
}

.benefits-style1-right-img {
    position: absolute;
    top: 60px;
    right: -35px;
    z-index: 5;

}

.benefits-style1-right-img img {
    width: auto;
}


/*** 
===================================
   Transportation Style2 Css    
===================================
***/
.transportation-style2 {
    background-color: var(--thm-gray-bg);
}

.transportation-style2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50%;
    background-color: var(--thm-white);
}

.transportation-style2__inner {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 90%, 95% 100%, 0 100%, 0 0);
    padding: 120px 0px 120px;
    margin: 0px 80px 0px;
}

.transportation-style2-list {
    position: relative;
    display: block;
}

.transportation-style2-list li+li {
    margin-top: 20px;
}

.single-transportation-style2 {
    position: relative;
    display: block;
}

.single-transportation-style2-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    border-radius: var(--thm-border-radius);
    border: 1px solid var(--thm-border-color-1);
    clip-path: polygon(100% 0, 100% 77%, 97% 100%, 0 100%, 0 0);
    padding: 19px 29px 19px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-transportation-style2:hover .single-transportation-style2-inner {
    background-color: var(--thm-border-color);
    border-color: var(--thm-border-color);
}

.single-transportation-style2-inner::before {
    content: "";
    position: absolute;
    bottom: -61px;
    right: 0px;
    height: 190px;
    background-color: var(--thm-border-color-1);
    width: 1px;
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-transportation-style2:hover .single-transportation-style2-inner::before {
    display: none;
}

.transportation-style2-left {
    position: relative;
    display: flex;
    align-items: center;
}

.transportation-style2-left-inner {
    position: relative;
    display: flex;
    align-items: center;
}

.transportation-style2-left-inner .count {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #203565;
    margin-right: 40px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 2;
}

.single-transportation-style2:hover .transportation-style2-left-inner .count {
    background-color: var(--thm-primary-color);
}

.transportation-style2-left-inner .count h4 {
    color: var(--thm-white);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.transportation-style2-left-inner .border-line {
    position: absolute;
    top: 50%;
    left: 43px;
    width: 50px;
    border: 1px dashed #2a3f6c;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-transportation-style2:hover .transportation-style2-left-inner .border-line {
    border-color: var(--thm-primary-color);
}

.transportation-style2-left-inner .img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
}

.transportation-style2-left-inner .img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(var(--thm-black-bg-rgb), .65);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.single-transportation-style2:hover .transportation-style2-left-inner .img::before {
    opacity: 1;
}

.transportation-style2-left-inner .img img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-transportation-style2:hover .transportation-style2-left-inner .img img {
    transform: scale(1.07) rotate(0deg);
}

.transportation-style2-left-text {
    position: relative;
    display: block;
    padding-left: 40px;
    flex: 1;
}

.transportation-style2-left-text h3 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
}

.transportation-style2-left-text h3 a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.transportation-style2-left-text h3 a:hover {
    color: var(--thm-primary-color);
}

.single-transportation-style2:hover .transportation-style2-left-text h3 a {
    color: var(--thm-black);
}

.transportation-style2-left-text h6 {
    color: var(--thm-body-font-color-2);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-transportation-style2:hover .transportation-style2-left-text h6 {
    color: var(--thm-body-font-color);
}

.transportation-style2-right {
    position: relative;
    display: block;
}

.transportation-style2-right .icon1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 75%, 78% 100%, 0 100%, 0 0);
    font-size: 46px;
    line-height: 0;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.single-transportation-style2:hover .transportation-style2-right .icon1 {
    opacity: 0;
    transform: translateY(80px);
}

.transportation-style2-right .icon1 .icon-plane .path1:before,
.transportation-style2-right .icon1 .icon-cargo-ship-1 .path1:before,
.transportation-style2-right .icon1 .icon-cargo-ship-1 .path2:before,
.transportation-style2-right .icon1 .icon-cargo-ship-1 .path3:before,
.transportation-style2-right .icon1 .icon-truck .path1:before,
.transportation-style2-right .icon1 .icon-truck .path2:before,
.transportation-style2-right .icon1 .icon-truck .path3:before,
.transportation-style2-right .icon1 .icon-truck .path4:before,
.transportation-style2-right .icon1 .icon-truck .path5:before,
.transportation-style2-right .icon1 .icon-train .path1:before,
.transportation-style2-right .icon1 .icon-train .path2:before,
.transportation-style2-right .icon1 .icon-train .path3:before {
    color: var(--thm-black);
}

.transportation-style2-right .icon1 .icon-plane .path2:before,
.transportation-style2-right .icon1 .icon-plane .path3:before,
.transportation-style2-right .icon1 .icon-plane .path4:before,
.transportation-style2-right .icon1 .icon-cargo-ship-1 .path4:before,
.transportation-style2-right .icon1 .icon-cargo-ship-1 .path5:before,
.transportation-style2-right .icon1 .icon-truck .path6:before,
.transportation-style2-right .icon1 .icon-truck .path7:before,
.transportation-style2-right .icon1 .icon-train .path4:before {
    color: var(--thm-primary-color);
}

.transportation-style2-right .icon2 {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background-color: var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 75%, 78% 100%, 0 100%, 0 0);
    color: var(--thm-white);
    font-size: 25px;
    line-height: 0;
    opacity: 0;
    transform: translateY(80px);
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 1;
}

.transportation-style2-right .icon2:hover {
    color: var(--thm-white);
    background-color: var(--thm-primary-color);
}

.single-transportation-style2:hover .transportation-style2-right .icon2 {
    opacity: 1;
    transform: translateY(0px);
}

.single-transportation-style2 .overlay-content {
    position: absolute;
    top: -10px;
    right: 170px;
    bottom: 0;
    width: 320px;
    height: 170px;
    opacity: 0;
    transform: rotate(0deg);
    background-color: #203565;
    border-radius: var(--thm-border-radius);
    padding: 34px 35px 0px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 5;
}

.single-transportation-style2:hover .overlay-content {
    opacity: 1;
    transform: rotate(-10deg);
}

.single-transportation-style2 .overlay-content p {
    color: var(--thm-body-font-color-2);
}

/*** 
===============================
    Choose Style3 Css   
===============================
***/
.choose-style3 {
    padding: 120px 0px 120px;
}

.choose-style3-list {
    position: relative;
    display: block;
}

.choose-style3-list li+li {
    margin-top: 80px;
}

.single-choose-style3 {
    position: relative;
    display: block;
    padding-top: 35px;
    z-index: 5;
}

.single-choose-style3 .icon-holder {
    position: absolute;
    top: 0;
    right: 30px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 100%, 0 0);
    font-size: 36px;
    line-height: 0;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.single-choose-style3.two .icon-holder {
    left: 30px;
    right: auto;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 35% 100%, 0% 75%);
}

.single-choose-style3:hover .icon-holder {
    background-color: var(--thm-primary-color);
}

.single-choose-style3 .icon-holder .icon-nanotech .path1:before,
.single-choose-style3 .icon-holder .icon-nanotech .path2:before,
.single-choose-style3 .icon-holder .icon-nanotech .path3:before,
.single-choose-style3 .icon-holder .icon-nanotech .path4:before,
.single-choose-style3 .icon-holder .icon-nanotech .path5:before,
.single-choose-style3 .icon-holder .icon-call-center .path2:before,
.single-choose-style3 .icon-holder .icon-budget .path10:before,
.single-choose-style3 .icon-holder .icon-budget .path11:before,
.single-choose-style3 .icon-holder .icon-budget .path12:before,
.single-choose-style3 .icon-holder .icon-shield .path1:before {
    color: var(--thm-primary-color);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.single-choose-style3 .icon-holder .icon-nanotech .path6:before,
.single-choose-style3 .icon-holder .icon-nanotech .path7:before,
.single-choose-style3 .icon-holder .icon-nanotech .path8:before,
.single-choose-style3 .icon-holder .icon-call-center .path1:before,
.single-choose-style3 .icon-holder .icon-budget .path1:before,
.single-choose-style3 .icon-holder .icon-budget .path2:before,
.single-choose-style3 .icon-holder .icon-budget .path3:before,
.single-choose-style3 .icon-holder .icon-budget .path4:before,
.single-choose-style3 .icon-holder .icon-budget .path5:before,
.single-choose-style3 .icon-holder .icon-budget .path6:before,
.single-choose-style3 .icon-holder .icon-budget .path7:before,
.single-choose-style3 .icon-holder .icon-budget .path8:before,
.single-choose-style3 .icon-holder .icon-budget .path9:before,
.single-choose-style3 .icon-holder .icon-shield .path2:before,
.single-choose-style3 .icon-holder .icon-shield .path3:before {
    color: var(--thm-black);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.single-choose-style3:hover .icon-holder .icon-nanotech .path1:before,
.single-choose-style3:hover .icon-holder .icon-nanotech .path2:before,
.single-choose-style3:hover .icon-holder .icon-nanotech .path3:before,
.single-choose-style3:hover .icon-holder .icon-nanotech .path4:before,
.single-choose-style3:hover .icon-holder .icon-nanotech .path5:before,
.single-choose-style3:hover .icon-holder .icon-nanotech .path6:before,
.single-choose-style3:hover .icon-holder .icon-nanotech .path7:before,
.single-choose-style3:hover .icon-holder .icon-nanotech .path8:before,
.single-choose-style3:hover .icon-holder .icon-call-center .path1:before,
.single-choose-style3:hover .icon-holder .icon-call-center .path2:before,
.single-choose-style3:hover .icon-holder .icon-budget .path1:before,
.single-choose-style3:hover .icon-holder .icon-budget .path2:before,
.single-choose-style3:hover .icon-holder .icon-budget .path3:before,
.single-choose-style3:hover .icon-holder .icon-budget .path4:before,
.single-choose-style3:hover .icon-holder .icon-budget .path5:before,
.single-choose-style3:hover .icon-holder .icon-budget .path6:before,
.single-choose-style3:hover .icon-holder .icon-budget .path7:before,
.single-choose-style3:hover .icon-holder .icon-budget .path8:before,
.single-choose-style3:hover .icon-holder .icon-budget .path9:before,
.single-choose-style3:hover .icon-holder .icon-budget .path10:before,
.single-choose-style3:hover .icon-holder .icon-budget .path11:before,
.single-choose-style3:hover .icon-holder .icon-budget .path12:before,
.single-choose-style3:hover .icon-holder .icon-shield .path1:before,
.single-choose-style3:hover .icon-holder .icon-shield .path2:before,
.single-choose-style3:hover .icon-holder .icon-shield .path3:before {
    color: var(--thm-white);
}

.single-choose-style3-inner {
    position: relative;
    display: block;
    background-color: var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 15% 100%, 0% 70%);
    padding: 12px 30px 27px;
}

.single-choose-style3-inner.two {
    clip-path: polygon(100% 0, 100% 69%, 85% 100%, 0 100%, 0 0);
}

.single-choose-style3 .count-box {
    position: relative;
    display: block;
}

.single-choose-style3.two .count-box {
    text-align: right;
}

.single-choose-style3 .count-box h3 {
    color: var(--thm-primary-color);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.single-choose-style3 .title-box {
    position: relative;
    display: block;
    text-align: right;
    padding: 9px 0px 0px;
}

.single-choose-style3.two .title-box {
    text-align: left;
}

.single-choose-style3 .title-box h3 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}

.single-choose-style3 .title-box h3 a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-choose-style3 .title-box h3 a:hover {
    color: var(--thm-primary-color);
}

.single-choose-style3 .title-box p {
    color: var(--thm-body-font-color-2);
}

.choose-style3-round {
    position: relative;
    display: block;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    margin-left: -65px;
}

.choose-style3-round-text__dot1 {
    position: absolute;
    top: 140px;
    left: 65px;
    width: 4px;
    height: 4px;
    background-color: #a6aec1;
    border-radius: 50%;
}

.choose-style3-round-text__dot2 {
    position: absolute;
    top: 140px;
    right: 60px;
    width: 4px;
    height: 4px;
    background-color: #a6aec1;
    border-radius: 50%;
}

.choose-style3-round-text__dot3 {
    position: absolute;
    bottom: 25px;
    right: 0px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #a6aec1;
    border-radius: 50%;
    margin: 0 auto;
}

.choose-style3-round-text__top {
    position: absolute;
    top: 15px;
    left: 0px;
    bottom: 0;
    right: 0;
    width: 500px;
    height: 500px !important;
    color: #a6aec1;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    font-family: var(--thm-font-2);
    word-spacing: 2px;
    letter-spacing: -0.09em;
    transform: rotate(0deg);
}

.choose-style3-round-text__middle {
    position: absolute;
    top: 0px;
    left: 15px;
    bottom: 0;
    right: 0;
    width: 500px;
    height: 500px !important;
    color: #a6aec1;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    font-family: var(--thm-font-2);
    word-spacing: 2px;
    letter-spacing: -0.09em;
    transform: rotate(-117deg);
}

.choose-style3-round-text__bottom {
    position: absolute;
    top: 0px;
    left: auto;
    bottom: 0;
    right: 15px;
    width: 500px;
    height: 500px !important;
    color: #a6aec1;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    font-family: var(--thm-font-2);
    word-spacing: 2px;
    letter-spacing: -0.09em;
    transform: rotate(117deg);
}

.choose-style3-round .overlay-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 370px;
    height: 370px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0px auto 0px;
    z-index: 1;
}

.choose-style3-round .overlay-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(var(--thm-black-bg-rgb), .7);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.choose-style3-round .overlay-img:hover::before {
    opacity: 1;
}

.choose-style3-round .overlay-img img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.choose-style3-round .overlay-img:hover img {
    transform: scale(1.07) rotate(0deg);
}

/*** 
===============================
        Faq Style1    
===============================
***/
.faq-style1 {
    position: relative;
    display: block;
}

.faq-style1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 70px;
    background-color: var(--thm-gray-bg);
}

.faq-style1__inner {
    position: relative;
    display: block;
    background-color: var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 90%, 95% 100%, 0 100%, 0 0);
    margin: 0px 80px 0px;
    padding: 120px 0px 120px;
}

.faq-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.12;
    mix-blend-mode: luminosity;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.faq-style1__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(18, 38, 82);
    background: linear-gradient(118deg, rgba(18, 38, 82, 1) 0%, rgba(18, 38, 82, 0.5018382352941176) 100%);
}

.faq-style1__content {
    position: relative;
    display: block;
}

.faq-style1-content-inner {
    position: relative;
    display: block;
}

.faq-style1-content-inner .accordion-box .block {
    border-radius: var(--thm-border-radius);
}

.faq-style1-content-inner .accordion-box .block .acc-btn {
    display: flex;
    align-items: flex-start;
    background: transparent;
    border-radius: var(--thm-border-radius);
    border: 1px solid var(--thm-border-color-1);
    padding: 15px 25px 16px;
}

.faq-style1-content-inner .accordion-box .block .acc-btn.active {
    background-color: var(--thm-gray-bg);
    border-color: var(--thm-gray-bg);
    border-radius: 0;
    border-top-left-radius: var(--thm-border-radius);
    border-top-right-radius: var(--thm-border-radius);
}

.faq-style1-content-inner .accordion-box .block .acc-btn::before {
    display: none;
}

.faq-style1-content-inner .accordion-box .block .acc-btn .icon {
    position: relative;
    display: block;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--thm-border-color-1);
    font-size: 20px;
    line-height: 0;
    top: 10px;
    transition: all 500ms ease;
}

.faq-style1-content-inner .accordion-box .block .acc-btn.active .icon {
    color: var(--thm-primary-color);
    -webkit-text-stroke-color: var(--thm-primary-color);
}

.faq-style1-content-inner .accordion-box .block .acc-btn .title {
    position: relative;
    display: block;
    padding-left: 17px;
    flex: 1;
}

.faq-style1-content-inner .accordion-box .block .acc-btn .title h3 {
    color: var(--thm-white);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 5px;
    transition: all 500ms ease;
}

.faq-style1-content-inner .accordion-box .block .acc-btn.active .title h3 {
    color: var(--thm-black);
}

.faq-style1-content-inner .accordion-box .block .acc-btn .title h6 {
    color: var(--thm-body-font-color-2);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    transition: all 500ms ease;
}

.faq-style1-content-inner .accordion-box .block .acc-btn.active .title h6 {
    color: var(--thm-primary-color);
}

.faq-style1-content-inner .accordion-box .block .acc-content {
    background-color: var(--thm-white);
    padding: 24px 25px 22px;
    padding-right: 65px;
}

.faq-style1__text {
    position: relative;
    display: block;
    padding-top: 25px;
}

.faq-style1__text p {
    color: var(--thm-body-font-color-2);
}

.faq-style1__text p a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-style1__text p a i {
    position: relative;
    top: -1px;
    font-size: 20px;
    margin-left: 5px;
}

.faq-style1__text p a:hover {
    color: var(--thm-primary-color);
}

.faq-style1__form {
    position: relative;
    display: block;
    margin-left: 100px;
}

.faq-style1__form-inner {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    border-top-left-radius: var(--thm-border-radius);
    border-top-right-radius: var(--thm-border-radius);
    padding: 36px 40px 40px;
}

.faq-style1__form-inner .title {
    position: relative;
    display: block;
}

.faq-style1__form-inner .title h2 {
    font-size: 36px;
    line-height: 1.0em;
    margin-bottom: 9px;
}

.faq-style1__form-inner .title p {
    margin: 0;
}

#faq-style1-form {
    position: relative;
    display: block;
    padding-top: 32px;
}

#faq-style1-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

#faq-style1-form .form-group .icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--thm-primary-color);
    font-size: 18px;
    line-height: 0;
    z-index: 1;
}

#faq-style1-form .form-group .icon2 {
    top: 27px;
}

#faq-style1-form .input-box {
    position: relative;
    display: block;
}

#faq-style1-form input[type="text"],
#faq-style1-form textarea {
    position: relative;
    display: block;
    border-radius: var(--thm-border-radius);
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
    width: 100%;
    height: 60px;
    color: var(--thm-body-font-color);
    font-size: 17px;
    font-family: var(--thm-font);
    font-weight: 400;
    font-style: normal;
    padding: 0px 50px 0px;
    padding-right: 20px;
    transition: all 500ms ease;
}

#faq-style1-form textarea {
    height: 120px;
    border-radius: var(--thm-border-radius);
    padding: 14px 50px 10px;
    padding-right: 20px;
}

#faq-style1-form input[type="text"]:focus,
#faq-style1-form textarea:focus {
    border-color: var(--thm-primary-color);
}

#faq-style1-form input[type="text"]::-webkit-input-placeholder,
#faq-style1-form input[type="text"]:-moz-placeholder,
#faq-style1-form input[type="text"]::-moz-placeholder,
#faq-style1-form input[type="text"]:-ms-input-placeholder {
    color: var(--thm-body-font-color);
}

#faq-style1-form textarea::-webkit-input-placeholder,
#faq-style1-form textarea:-moz-placeholder,
#faq-style1-form textarea::-moz-placeholder,
#faq-style1-form textarea:-ms-input-placeholder {
    color: var(--thm-body-font-color-2);
}

#faq-style1-form .nice-select {
    position: relative;
    display: block;
    background-color: transparent;
    border-radius: var(--thm-border-radius);
    border: 1px solid var(--thm-border-color);
    width: 100%;
    height: 60px;
    color: var(--thm-body-font-color);
    font-size: 17px;
    line-height: 60px;
    font-family: var(--thm-font);
    font-weight: 400;
    outline: none;
    padding: 0px 50px 0px;
    padding-right: 20px;
    transition: all 0.2s ease-in-out;
}

#faq-style1-form .nice-select:focus {
    border-color: var(--thm-primary-color);
}

#faq-style1-form .nice-select::after {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    content: "\e990" !important;
    font-family: 'icomoon' !important;
    color: var(--thm-body-font-color);
    font-size: 14px;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: 0px;
    font-weight: 400;
    border: none !important;
    transform: rotate(0deg) !important;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    height: 100%;
    width: 20px;
}

#faq-style1-form .nice-select .list {
    background-color: var(--thm-white);
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 0px 0 0px;
    margin-top: 10px;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scale(1.0) translateY(30px);
    -ms-transform: scale(1.0) translateY(30px);
    transform: scale(1.0) translateY(30px);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    height: 0;
    width: 100%;
    right: 0 !important;
    left: auto !important;
}

#faq-style1-form .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    height: auto;
}

#faq-style1-form .nice-select .option {
    color: var(--thm-black);
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 40px;
    min-height: 40px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

#faq-style1-form .nice-select .option+.option {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

#faq-style1-form .nice-select .option:hover,
#faq-style1-form .nice-select .option.focus,
#faq-style1-form .nice-select .option.selected.focus {
    color: var(--thm-black) !important;
    background-color: var(--thm-primary-color);
}

#faq-style1-form .btn-box {
    position: relative;
    display: block;
}

#faq-style1-form .btn-box .btn-one {
    width: 100%;
    justify-content: center;
    font-size: 14px;
    line-height: 36px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
}

#faq-style1-form .btn-box .btn-one i {
    font-size: 20px;
    font-weight: 700;
    margin-right: 0px;
    margin-left: 5px;
    top: -1px;
}

#faq-style1-form .btn-box .btn-one::before {
    background-color: var(--thm-primary-color);
}

#faq-style1-form .btn-box .btn-one:after {
    background-color: var(--thm-black-bg);
}

.faq-style1__form .phone-content {
    position: relative;
    display: block;
    text-align: center;
    background-color: var(--thm-primary-color);
    border-bottom-left-radius: var(--thm-border-radius);
    border-bottom-right-radius: var(--thm-border-radius);
    padding: 33px 0px 31px;
}

.faq-style1__form .phone-content h4 {
    color: var(--thm-white);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.faq-style1__form .phone-content h3 {
    color: var(--thm-white);
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-top: 3px;
}

.faq-style1__form .phone-content h3 a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-style1__form .phone-content h3 a:hover {
    color: var(--thm-black);
}


/*** 
===============================
     Cta Style2 Css    
===============================
***/
.cta-style2 {
    padding: 0px 0px 40px;
}

.cta-style2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50%;
    background-color: var(--thm-gray-bg);
    z-index: -1;
}

.cta-style2__img {
    position: absolute;
    right: 240px;
    bottom: 0;
    z-index: 5;
}

.cta-style2__img img {
    width: auto;
}

.cta-style2__inner {
    position: relative;
    display: block;
    background-color: var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 85%, 95% 100%, 0 100%, 0 0);
    margin: 0px 80px 0px;
    padding: 111px 0px 120px;
}

.cta-style2__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .08;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.cta-style2__big-title {
    position: relative;
    display: block;
}

.cta-style2__big-title h2 {
    color: var(--thm-white);
    font-size: 72px;
    line-height: 1.0em;
    font-weight: 600;
}

.cta-style2__video {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 510px;
    margin: 38px auto 0px;
}

.cta-style2__video-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    border: 2px solid var(--thm-primary-color);
    clip-path: polygon(100% 0, 100% 85%, 85% 100%, 0 100%, 0 0);
}

.cta-style2__video-img::before {
    content: "";
    position: absolute;
    bottom: -73px;
    right: 0px;
    height: 190px;
    background-color: var(--thm-primary-color);
    width: 2px;
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.cta-style2__video-img img {
    width: 100%;
}

.cta-style2__video-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.cta-style2__video-img .overlay .video-popup {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-black);
    font-size: 20px;
    width: 56px;
    height: 56px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: var(--thm-white);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 5;
}

.cta-style2__video-img .overlay .video-popup:hover {
    color: var(--thm-white);
    background-color: var(--thm-black-bg);
}

.cta-style2__video-img .overlay .video-popup::after,
.cta-style2__video-img .overlay .video-popup::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1;
}

.cta-style2__video-img .overlay .video-popup::after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.cta-style2__video-content {
    position: relative;
    display: block;
    padding-left: 40px;
    flex: 1;
}

.cta-style2__video-content .text {
    position: relative;
    display: block;
}

.cta-style2__video-content .text p {
    color: var(--thm-body-font-color-2);
}

.cta-style2__video-content .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 27px;
}

.cta-style2__video-content .btn-box .btn-one {
    color: var(--thm-black);
    font-size: 14px;
    line-height: 36px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
}

.cta-style2__video-content .btn-box .btn-one:hover {
    color: var(--thm-white);
}

.cta-style2__video-content .btn-box .btn-one i {
    font-size: 20px;
    font-weight: 700;
    margin-right: 0px;
    margin-left: 5px;
    top: -1px;
}

.cta-style2__video-content .btn-box .btn-one::before {
    background-color: var(--thm-primary-color);
}

.cta-style2__video-content .btn-box .btn-one:after {
    background-color: var(--thm-white);
}


/*** 
===============================
    Cases Style1 Css    
===============================
***/
.cases-style1 {
    position: relative;
}

.cases-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.cases-style1__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient(90deg, rgb(18, 38, 82) 0%, rgba(18, 38, 82, 0.01) 50%, rgb(18, 38, 82) 50%);
    background-image: -webkit-linear-gradient(90deg, rgb(18 38 82) 0%, rgba(18, 38, 82, 0.01) 50%, rgb(18 38 82 / 0%) 50%);
    background-image: -ms-linear-gradient(90deg, rgb(18, 38, 82) 0%, rgba(18, 38, 82, 0.01) 50%, rgb(18, 38, 82) 50%);
}

.cases-style1 .container {
    max-width: 100%;
    padding: 0;
}

.cases-style1 .row {
    --bs-gutter-x: 0px;
}

.cases-style1 ul li .single-cases-style1 {
    border-right: 1px solid rgb(255, 255, 255, .5);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.cases-style1 ul li .single-cases-style1:hover {
    border-color: transparent;
}

.cases-style1 ul li:last-child .single-cases-style1 {
    border-right: none;
}

.single-cases-style1 {
    position: relative;
    display: block;
}

.single-cases-style1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(var(--thm-black-bg-rgb), .5);
    clip-path: polygon(100% 0, 100% 96%, 93% 100%, 0 100%, 0 0);
    transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
    transform-origin: top right;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.single-cases-style1:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: left center;
}

.single-cases-style1 .category-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 34px 40px 0px;
    padding-right: 0;
}

.single-cases-style1 .category-box .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 12px;
    line-height: 0;
    margin-right: 10px;
}

.single-cases-style1 .category-box h6 {
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-cases-style1:hover .category-box h6 {
    color: var(--thm-primary-color);
}

.single-cases-style1 .title-box {
    position: relative;
    display: block;
    padding: 485px 40px 30px;
}

.single-cases-style1 .title-box h3 {
    color: var(--thm-white);
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}

.single-cases-style1 .title-box h3 a {
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-cases-style1 .title-box h3 a:hover {
    color: var(--thm-primary-color);
}

.single-cases-style1 .btn-box {
    position: relative;
    display: block;
    background-color: transparent;
    border-top: 1px solid rgb(255, 255, 255, .5);
    padding: 16.5px 40px 16.5px;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.single-cases-style1:hover .btn-box {
    border-color: var(--thm-primary-color);
}

.single-cases-style1 .btn-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 0, 100% 60%, 95% 100%, 0 100%, 0 0);
    transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
    transform-origin: top right;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.single-cases-style1:hover .btn-box::before {
    opacity: 1;
    width: 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: left center;
}

.single-cases-style1 .btn-box a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    font-family: var(--thm-font-2);
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-cases-style1 .btn-box a i {
    position: relative;
    top: -1px;
    font-size: 20px;
    margin-left: 5px;
}

.single-cases-style1 .btn-box a:hover {
    color: var(--thm-black);
}

.single-cases-style1 .count-box {
    position: absolute;
    top: 26px;
    right: 34px;
}

.single-cases-style1 .count-box h2 {
    color: transparent;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: var(--thm-gray-bg);
    font-size: 90px;
    line-height: 1.0em;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-cases-style1:hover .count-box h2 {
    color: var(--thm-gray-bg);
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: var(--thm-gray-bg);
}


/*** 
===============================
    Choose Style4 Css    
===============================
***/
.choose-style4 {
    background-color: var(--thm-gray-bg);
    z-index: 10;
}

.choose-style4 .container {
    max-width: 1500px;
}

.single-choose-style4 {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(10% 0, 100% 0, 100% 78%, 90% 100%, 0 100%, 0 25%);
    padding: 32px 40px 32px;
    padding-right: 140px;
}

.choose-style4-title {
    position: relative;
    display: block;
}

.choose-style4-title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 11px;
}

.choose-style4-title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: .1s;
}

.choose-style4-title h3 a:hover {
    color: var(--thm-primary-color);
}

.choose-style4-title p {
    margin: 0;
}

.choose-style4-icon {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background-color: transparent;
    border: 1px dotted var(--thm-primary-color);
    border-right: none;
    border-bottom: none;
    border-top-left-radius: var(--thm-border-radius);
    font-size: 40px;
    line-height: 0;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.single-choose-style4:hover .choose-style4-icon {
    background-color: var(--thm-primary-color);
    border-color: var(--thm-primary-color);
}

.choose-style4-icon .icon-nanotech .path1:before,
.choose-style4-icon .icon-nanotech .path2:before,
.choose-style4-icon .icon-nanotech .path3:before,
.choose-style4-icon .icon-nanotech .path4:before,
.choose-style4-icon .icon-nanotech .path5:before,
.choose-style4-icon .icon-call-center .path2:before,
.choose-style4-icon .icon-budget .path10:before,
.choose-style4-icon .icon-budget .path11:before,
.choose-style4-icon .icon-budget .path12:before {
    color: var(--thm-primary-color);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.choose-style4-icon .icon-nanotech .path6:before,
.choose-style4-icon .icon-nanotech .path7:before,
.choose-style4-icon .icon-nanotech .path8:before,
.choose-style4-icon .icon-call-center .path1:before,
.choose-style4-icon .icon-budget .path1:before,
.choose-style4-icon .icon-budget .path2:before,
.choose-style4-icon .icon-budget .path3:before,
.choose-style4-icon .icon-budget .path4:before,
.choose-style4-icon .icon-budget .path5:before,
.choose-style4-icon .icon-budget .path6:before,
.choose-style4-icon .icon-budget .path7:before,
.choose-style4-icon .icon-budget .path8:before,
.choose-style4-icon .icon-budget .path9:before {
    color: var(--thm-black);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.single-choose-style4:hover .choose-style4-icon .icon-nanotech .path1:before,
.single-choose-style4:hover .choose-style4-icon .icon-nanotech .path2:before,
.single-choose-style4:hover .choose-style4-icon .icon-nanotech .path3:before,
.single-choose-style4:hover .choose-style4-icon .icon-nanotech .path4:before,
.single-choose-style4:hover .choose-style4-icon .icon-nanotech .path5:before,
.single-choose-style4:hover .choose-style4-icon .icon-nanotech .path6:before,
.single-choose-style4:hover .choose-style4-icon .icon-nanotech .path7:before,
.single-choose-style4:hover .choose-style4-icon .icon-nanotech .path8:before,
.single-choose-style4:hover .choose-style4-icon .icon-call-center .path1:before,
.single-choose-style4:hover .choose-style4-icon .icon-call-center .path2:before,
.single-choose-style4:hover .choose-style4-icon .icon-budget .path1:before,
.single-choose-style4:hover .choose-style4-icon .icon-budget .path2:before,
.single-choose-style4:hover .choose-style4-icon .icon-budget .path3:before,
.single-choose-style4:hover .choose-style4-icon .icon-budget .path4:before,
.single-choose-style4:hover .choose-style4-icon .icon-budget .path5:before,
.single-choose-style4:hover .choose-style4-icon .icon-budget .path6:before,
.single-choose-style4:hover .choose-style4-icon .icon-budget .path7:before,
.single-choose-style4:hover .choose-style4-icon .icon-budget .path8:before,
.single-choose-style4:hover .choose-style4-icon .icon-budget .path9:before,
.single-choose-style4:hover .choose-style4-icon .icon-budget .path10:before,
.single-choose-style4:hover .choose-style4-icon .icon-budget .path11:before,
.single-choose-style4:hover .choose-style4-icon .icon-budget .path12:before {
    color: var(--thm-white);
}



/*** 
===============================
   Recognations Style1 Css    
===============================
***/
.recognations-style1 {
    padding: 120px 0px 120px;
}

.recognations-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.recognations-style1__content {
    position: relative;
    display: block;
}

.recognations-style1__content-text {
    position: relative;
    display: block;
}

.recognations-style1__content-text p {
    margin: 0;
}


.recognations-style1__inner {
    position: relative;
    display: block;
}

.single-recognations-style1 {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    border: 1px solid var(--thm-border-color);
    clip-path: polygon(100% 0, 100% 86%, 90% 100%, 0 100%, 0 0);
    padding: 40px 30px 32px;
}

.single-recognations-style1 .shape {
    position: absolute;
    bottom: 0;
}

.single-recognations-style1 .shape img {
    width: auto;
}

.single-recognations-style1 .icon {
    position: relative;
    display: flex;
    justify-content: center;
}

.single-recognations-style1 .icon img {
    width: auto;
}

.single-recognations-style1 .content-box {
    position: relative;
    display: block;
    padding: 25px 0px 0px;
}

.single-recognations-style1 .content-box h6 {
    color: var(--thm-primary-color);
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
}

.single-recognations-style1 .content-box h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-top: 5px;
}

.single-recognations-style1 .content-box h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-recognations-style1 .content-box h3 a:hover {
    color: var(--thm-primary-color);
}

.single-recognations-style1 .content-box h5 {
    color: var(--thm-body-font-color);
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}

.recognations-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    left: -150px;
    bottom: 0;
}



/*** 
==========================
   Contact Style1 Css
==========================
***/
.contact-style1 {
    
}

.contact-style1 .auto-container {
    max-width: 1873px;
}

.contact-style1__inner {
    position: relative;
    display: block;
}

.contact-style1__tab {
    position: relative;
    display: block;
}

.contact-style1__tab-btn {
    position: relative;
    display: block;
}

.contact-style1__tab-btn::before {
    content: "";
    position: absolute;
    left: -9999999px;
    top: 0;
    right: -9999999px;
    height: 1px;
    background-color: #dbdee7;
}

.contact-style1__tab-btn::after {
    content: "";
    position: absolute;
    left: -9999999px;
    bottom: 0;
    right: -9999999px;
    height: 1px;
    background-color: #dbdee7;
}

.contact-style1__tab-btn ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1170px;
    margin: 0 auto;
    border-left: 1px solid #dbdee7;
    border-right: 1px solid #dbdee7;
    padding: 20px 0px 20px;
}

.contact-style1__tab-btn ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 292px;
    width: 100%;
    cursor: pointer;
    border-right: 1px solid #dbdee7;
    padding: 0px 30px 0px;
}

.contact-style1__tab-btn ul li:last-child {
    border-right: none;
}

.contact-style1__tab-btn ul li h3 {
    color: #a6aec1;
    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.contact-style1__tab-btn ul li:hover h3,
.contact-style1__tab-btn ul li.active-btn-item h3 {
    color: var(--thm-primary-color);
}

.contact-style1__tab-btn ul li .icon {
    color: #a6aec1;
    font-size: 20px;
    line-height: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.contact-style1__tab-btn ul li:hover .icon,
.contact-style1__tab-btn ul li.active-btn-item .icon {
    color: var(--thm-primary-color);
    transform: rotate(90deg);
}

.contact-style1__tab .tabs-content-box {
    position: relative;
    display: block;
    margin-top: 30px;
}

.single-contact-style1 {
    position: relative;
    display: block;
}

.contact-style1__tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.contact-style1__tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.contact-style1__tab .tab-content-box-item .contact-style1-tab-content-box-item {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
}

.contact-style1__tab .tab-content-box-item.tab-content-box-item-active .contact-style1-tab-content-box-item {
    opacity: 1.0;
    transform: translateY(0px);
}

.single-contact-style1-tab {
    position: relative;
    display: block;
}

.contact-style1-google-map {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    height: 575px;
    z-index: 1;
}

.contact-style1-google-map::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 0.08;
    z-index: 1;
}

.contact-page__map-box {
    position: relative;
    display: block;
    width: 100%;
    height: 580px;
    mix-blend-mode: luminosity;
}

.contact-style1-google-map .icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.contact-style1-google-map .icon a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background-color: var(--thm-white);
    border-radius: 50%;
}

.contact-style1-google-map .icon a img {
    width: auto;
}

.contact-style1-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    height: 100%;
}

.contact-style1-img img {
    width: 100%;
    height: 580px;
}

.contact-style1-img .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 570px;
    width: 100%;
    background-color: rgba(var(--thm-black-bg-rgb), .95);
    clip-path: polygon(100% 0, 100% 89%, 90% 100%, 0 100%, 0 0);
    padding: 53px 60px 0px;
    z-index: 5;
}

.contact-style1-img .overlay-content .top-box {
    position: relative;
    display: block;
    padding-right: 40px;
}

.contact-style1-img .overlay-content .top-box h3 {
    color: var(--thm-white);
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
}

.contact-style1-img .overlay-content .top-box p {
    color: var(--thm-body-font-color-2);
}

.contact-style1-img .overlay-content .bottom-box {
    position: relative;
    display: block;
    border-top: 1px solid var(--thm-border-color-1);
    padding-top: 32px;
    margin-top: 32px;
}

.contact-style1-img .overlay-content .bottom-box .single-box {
    position: relative;
    display: block;
    padding-right: 35px;
}

.contact-style1-img .overlay-content .bottom-box .single-box.two {
    margin-top: 24px;
}

.contact-style1-img .overlay-content .bottom-box .single-box h3 {
    color: var(--thm-white);
    font-size: 20px;
    line-height: 30px;
}

.contact-style1-img .overlay-content .bottom-box .single-box ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.contact-style1-img .overlay-content .bottom-box .single-box ul li {
    position: relative;
    nav-down: auto;
}

.contact-style1-img .overlay-content .bottom-box .single-box ul li h6 {
    color: var(--thm-body-font-color-2);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.contact-style1-img .overlay-content .bottom-box .single-box ul li p {
    color: var(--thm-body-font-color-2);
}

.contact-style1-img .overlay-content .bottom-box .single-box ul li p a {
    color: var(--thm-body-font-color-2);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.contact-style1-img .overlay-content .bottom-box .single-box ul li p a:hover {
    color: var(--thm-white);
}

.contact-style1-img .overlay-content .bottom-box .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 37px;
}

.contact-tab__btn {
    color: var(--thm-black);
    font-size: 14px;
    line-height: 36px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
}

.contact-tab__btn:hover {
    color: var(--thm-white);
}

.contact-tab__btn i {
    font-size: 20px;
    font-weight: 700;
    margin-right: 0px;
    margin-left: 5px;
    top: -1px;
}

.contact-tab__btn::before {
    background-color: var(--thm-primary-color);
}

.contact-tab__btn:after {
    background-color: var(--thm-white);
}



/*** 
=============================================
    Contact Style2 Css      
=============================================
***/
.contact-style2 {
    position: relative;
}

.contact-style2--style2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background-color: var(--thm-gray-bg);
}

.contact-style2__inner {
    position: relative;
    display: block;
    background-color: var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 90%, 95% 100%, 0 100%, 0 0);
    margin: 0px 80px 0px;
    padding: 120px 0px 112px;
}

.contact-style2 .sec-title {
    padding-bottom: 40px;
}

.contact-style2__form {
    position: relative;
    display: block;
}

#contact-style2-form {
    position: relative;
    display: block;
}

#contact-style2-form .inner-title {
    position: relative;
    display: block;
    padding-bottom: 22px;
}

#contact-style2-form .inner-title h6 {
    color: var(--thm-white);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

#contact-style2-form ul.row {
    border-radius: var(--thm-border-radius);
    border: 1px solid var(--thm-border-color-1);
    --bs-gutter-x: 0px;
}

#contact-style2-form ul.list {
    margin-top: 30px;
}

#contact-style2-form ul li {
    border-bottom: 1px solid var(--thm-border-color-1);
    padding: 23px 25px 7px;
}

#contact-style2-form ul li.item {
    padding: 23px 0px 0px;
}

#contact-style2-form ul li:nth-child(1).item {
    border-right: none;
}

#contact-style2-form ul li:nth-child(1) {
    border-right: 1px solid var(--thm-border-color-1);
}

#contact-style2-form ul li:nth-child(3) {
    border-right: 1px solid var(--thm-border-color-1);
}

#contact-style2-form ul li:last-child {
    border-bottom: none;
}

#contact-style2-form ul li .form-group {
    position: relative;
    display: block;
}

#contact-style2-form ul li .form-group .title {
    position: relative;
    display: block;
}

#contact-style2-form ul li .form-group .title2 {
    padding: 0px 25px 0px;
}

#contact-style2-form ul li .form-group .title h4 {
    color: var(--thm-white);
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}

#contact-style2-form ul li .form-group .nice-select {
    position: relative;
    display: block;
    background-color: transparent;
    border-radius: 0;
    border: none;
    width: 100%;
    height: 48px;
    color: #44577c;
    font-size: 17px;
    line-height: 48px;
    font-family: var(--thm-font);
    font-weight: 400;
    outline: none;
    padding: 0px 0px 0px;
    padding-right: 0px;
    transition: all 0.2s ease-in-out;
}

#contact-style2-form ul li .form-group .nice-select::after {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    content: "\e990" !important;
    font-family: 'icomoon' !important;
    color: var(--thm-body-font-color-2);
    font-size: 12px;
    top: -3px;
    right: 0px;
    bottom: 0;
    margin: 0px;
    font-weight: 400;
    border: none !important;
    transform: rotate(0deg) !important;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    height: 22px;
    width: 22px;
    border-radius: var(--thm-border-radius);
    background-color: #203565;
}

#contact-style2-form ul li .form-group .nice-select .list {
    background-color: var(--thm-white);
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 0px 0px 0px;
    margin-top: 10px;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scale(1.0) translateY(30px);
    -ms-transform: scale(1.0) translateY(30px);
    transform: scale(1.0) translateY(30px);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    height: 0;
    width: 100%;
    right: 0 !important;
    left: auto !important;
}

#contact-style2-form ul li .form-group .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    height: auto;
}

#contact-style2-form ul li .form-group .nice-select .option {
    color: var(--thm-black);
    padding: 0px 20px 0px;
    font-size: 15px;
    line-height: 40px;
    min-height: 40px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

#contact-style2-form ul li .form-group .nice-select .option+.option {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

#contact-style2-form ul li .form-group .nice-select .option:hover,
#contact-style2-form ul li .form-group .nice-select .option.focus,
#contact-style2-form ul li .form-group .nice-select .option.selected.focus {
    color: var(--thm-black) !important;
    background-color: var(--thm-primary-color);
}

#contact-style2-form ul li .form-group .input-box {
    position: relative;
    display: block;
}

#contact-style2-form ul li .form-group input[type="text"],
#contact-style2-form ul li .form-group input[type="email"],
#contact-style2-form ul li .form-group textarea {
    position: relative;
    display: block;
    border-radius: 0;
    background-color: transparent;
    border: none;
    width: 100%;
    height: 48px;
    color: #44577c;
    font-size: 17px;
    font-family: var(--thm-font);
    font-weight: 400;
    font-style: normal;
    padding: 0px 0px 0px;
    padding-right: 0px;
    transition: all 500ms ease;
}

#contact-style2-form ul li .form-group textarea {
    height: 110px;
    border-radius: var(--thm-border-radius);
    padding: 12px 25px 10px;
    padding-right: 20px;
}

#contact-style2-form ul li .form-group input[type="text"]::-webkit-input-placeholder,
#contact-style2-form ul li .form-group input[type="text"]:-moz-placeholder,
#contact-style2-form ul li .form-group input[type="text"]::-moz-placeholder,
#contact-style2-form ul li .form-group input[type="text"]:-ms-input-placeholder {
    color: #44577c;
}

#contact-style2-form ul li .form-group input[type="email"]::-webkit-input-placeholder,
#contact-style2-form ul li .form-group input[type="email"]:-moz-placeholder,
#contact-style2-form ul li .form-group input[type="email"]::-moz-placeholder,
#contact-style2-form ul li .form-group input[type="email"]:-ms-input-placeholder {
    color: #44577c;
}

#contact-style2-form ul li .form-group textarea::-webkit-input-placeholder,
#contact-style2-form ul li .form-group textarea:-moz-placeholder,
#contact-style2-form ul li .form-group textarea::-moz-placeholder,
#contact-style2-form ul li .form-group textarea:-ms-input-placeholder {
    color: #44577c;
}

#contact-style2-form .checked-box1 {
    margin-top: 28px;
}

#contact-style2-form .checked-box1 label {
    padding-left: 40px;
    color: var(--thm-body-font-color-2);
    font-size: 17px;
    line-height: 26px;
}

#contact-style2-form .checked-box1 input[type="checkbox"]+label span {
    top: 2px;
    width: 22px;
    height: 22px;
    background-color: #203565;
    border: none;
    border-radius: 5px;
}

#contact-style2-form .checked-box1 input[type="checkbox"]+label span::before {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 6px auto 0px;
}

#contact-style2-form .btn-box {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 11px;
}

#contact-style2-form .btn-box button {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--thm-white);
    font-size: 14px;
    line-height: 20px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

#contact-style2-form .btn-box button:hover {
    color: var(--thm-primary-color);
}

#contact-style2-form .btn-box button i {
    position: relative;
    top: -1px;
    font-size: 20px;
    margin-left: 5px;
}

/*** 
=============================================
    Faq Page Css      
=============================================
***/
.faq-page {
    padding: 120px 0px 120px;
}

.faq-page__inner {
    position: relative;
    display: block;
}

.faq-page__tab {
    position: relative;
    display: block;
}

.faq-page-tab__button {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.faq-page-tab__button ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-page-tab__button ul li {
    position: relative;
    display: block;
    cursor: pointer;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    padding: 10px 22px 6px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.faq-page-tab__button ul li:hover,
.faq-page-tab__button ul li.active-btn-item {
    background-color: var(--thm-primary-color);
}

.faq-page-tab__button ul li+li {
    margin-left: 10px;
}

.faq-page-tab__button ul li h6 {
    color: var(--thm-body-font-color);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-page-tab__button ul li:hover h6,
.faq-page-tab__button ul li.active-btn-item h6 {
    color: var(--thm-white);
}

.faq-page__tab .tabs-content-box {
    position: relative;
    display: block;
}

.faq-page__tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.faq-page__tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.faq-page__tab .tab-content-box-item .faq-page-tab-content-box-item {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
}

.faq-page__tab .tab-content-box-item.tab-content-box-item-active .faq-page-tab-content-box-item {
    opacity: 1.0;
    transform: translateY(0px);
}

.single-faq-page-tab {
    position: relative;
    display: block;
}

.single-faq-page-tab .accordion-box-style1 .accordion .accord-btn {
    align-items: flex-start;
    padding: 17px 25px 19px;
    padding-right: 25px;
    border-radius: 5px;
    transition: all 200ms ease;
}

.single-faq-page-tab .accordion-box-style1 .accordion .accord-btn.active {
    background-color: var(--thm-gray-bg);
    border-color: var(--thm-gray-bg);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.single-faq-page-tab .accordion-box-style1 .accordion .accord-btn::after {
    display: none;
}

.single-faq-page-tab .accordion-box-style1 .accordion .accord-btn .icon {
    position: relative;
    display: block;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--thm-primary-color);
    font-size: 20px;
    line-height: 0;
    top: 9px;
    transition: all 500ms ease;
}

.single-faq-page-tab .accordion-box-style1 .accordion .accord-btn.active .icon {
    color: var(--thm-primary-color);
}

.single-faq-page-tab .accordion-box-style1 .accordion .accord-btn .title {
    position: relative;
    display: block;
    padding-left: 20px;
    flex: 1;
}

.single-faq-page-tab .accordion-box-style1 .accordion .accord-btn .title h3 {
    color: var(--thm-black);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    padding-left: 0;
    margin-bottom: 6px;
    transition: all 500ms ease;
}

.single-faq-page-tab .accordion-box-style1 .accordion .accord-btn .title h6 {
    color: #a6aec1;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    transition: all 500ms ease;
}

.single-faq-page-tab .accordion-box-style1 .accordion .accord-btn.active .title h6 {
    color: var(--thm-primary-color);
}

.single-faq-page-tab .accordion-box-style1 .accordion .accord-content {
    background-color: var(--thm-gray-bg);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: none;
    padding: 1px 25px 22px;
    padding-right: 65px;
}

.single-faq-page-tab .accordion-box-style1 .accordion .accord-content .text {
    position: relative;
    display: block;
}

.single-faq-page-tab .accordion-box-style1 .accordion .accord-content .text p {
    margin: 0;
}



/*** 
===============================
    History Page    
===============================
***/
.history-page {
    padding: 120px 0px 120px;
}

.history-page__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    z-index: -1;
}

.history-page .row {
    --bs-gutter-x: 0px;
}

.history-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 1px;
    background-color: #dbdee7;
}

.history-page-list {
    position: relative;
    display: block;
    padding-right: 85px;
}

.history-page-list--style2 {
    padding-right: 0;
    padding-left: 85px;
    padding-top: 150px;
}

.history-page-item {
    position: relative;
    display: block;
}

.history-page-list li+li {
    margin-top: 150px;
}

.history-page-border-line1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0);
    right: -86px;
    width: 1px;
    height: 70px;
    background-color: var(--thm-primary-color);
    opacity: 0;
    z-index: 5;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.history-page-border-line1--style2 {
    right: auto;
    left: -85px;
}

.history-page-item:hover .history-page-border-line1 {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}

.history-page-border-line2 {
    position: absolute;
    top: 50%;
    right: -85px;
    width: 30px;
    height: 1px;
    background-color: #dbdee7;
}

.history-page-border-line2--style2 {
    right: auto;
    left: -84px;
}

.history-page-border-line2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0%;
    height: 1px;
    background-color: var(--thm-primary-color);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.history-page-item:hover .history-page-border-line2::before {
    width: 100%;
}

.history-page-box11 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -55px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--thm-white);
    border: 1px solid #dbdee7;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 2;
}

.history-page-box11--style2 {
    right: auto;
    left: -54px;
}

.history-page-item:hover .history-page-box11 {
    border-color: var(--thm-primary-color);
    background-color: var(--thm-primary-color);
}

.history-page-box11::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--thm-white);
    transform: scale(0);
    opacity: 0;
    margin: auto auto auto;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.history-page-item:hover .history-page-box11::before {
    opacity: 1;
    transform: scale(1);
}

.history-page-box11::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #dbdee7;
    transform: scale(1);
    opacity: 1;
    margin: auto auto auto;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.history-page-item:hover .history-page-box11::after {
    opacity: 0;
    transform: scale(0);
}

.history-page-content-box {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%, 0 80%);
}

.history-page-content-box--style2 {
    clip-path: polygon(100% 0, 100% 70%, 90% 100%, 0 100%, 0 0);
}

.history-page-content-box::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    width: 15px;
    height: 35px;
    background-color: var(--thm-white);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.history-page-content-box .year-box {
    position: relative;
    display: block;
    writing-mode: vertical-rl;
    transform: translateY(0%) rotate(180deg);
    border-left: 1px solid #dbdee7;
    padding: 41.99px 20px 41.64px;
    padding-left: 40px;
}

.history-page-content-box .year-box h3 {
    color: #dbdee7;
    font-size: 30px;
    line-height: 40px;
}

.history-page-content-box .img-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 65px;
    overflow: hidden;
    width: 70px;
    border-radius: var(--thm-border-radius);
}

.history-page-content-box .img-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(var(--thm-black-bg-rgb), .85);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.history-page-item:hover .history-page-content-box .img-box::before {
    opacity: 1;
}

.history-page-content-box .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.history-page-item:hover .history-page-content-box .img-box img {
    transform: scale(1.07) rotate(0deg);
}

.history-page-content-box .img-box .icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-white);
    font-size: 22px;
    line-height: 0;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 5;
}

.history-page-item:hover .history-page-content-box .img-box .icon {
    opacity: 1;
    transform: scale(1);
}

.history-page-content-box .title-box {
    position: relative;
    display: block;
    padding: 0px 60px 0px;
    padding-right: 35px;
}

.history-page-content-box .title-box h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}

.history-page-content-box .title-box h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.history-page-content-box .title-box h3 a:hover {
    color: var(--thm-primary-color);
}

.history-page-content-box .title-box p {
    margin: 0;
}


/*** 
===============================
    Project Page One Css
===============================
***/
.project-page-one {
    padding: 120px 0px 120px;
}

.project-menu-box {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    padding-bottom: 60px;
    margin-top: -8px;
}

.project-filter {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid var(--thm-border-color);
    padding-bottom: 17px;
}

.project-filter li {
    position: relative;
    display: block;
}

.project-filter li+li {
    margin-left: 55px;
}

.project-filter li .filter-text {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    font-size: 18px;
    line-height: 28px;
    font-family: var(--thm-font-2);
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    transition: all .4s ease;
    z-index: 5;
}

.project-filter li .filter-text::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -18px;
    right: 0px;
    height: 1px;
    background: var(--thm-primary-color);
    transform: scaleX(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: 10;
}

.project-filter li:hover .filter-text:before,
.project-filter li.active .filter-text:before {
    transform: scaleX(1.0);
}

.project-filter li:hover .filter-text,
.project-filter li.active .filter-text {
    color: var(--thm-primary-color);
}

.project-filter li .count {
    position: relative;
    top: -7px;
    right: -5px;
    color: var(--thm-primary-color);
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    font-style: normal;
    padding: 0px 7px 0px;
    opacity: 0;
    transform: scale(0);
    transition: all 300ms linear;
    transition-delay: 0.2s;
}

.project-filter li:hover .count,
.project-filter li.active .count {
    opacity: 1;
    transform: scale(1);
}

.project-filter li .count::before {
    content: "[";
    position: absolute;
    top: -2px;
    left: 0;
    bottom: 0;
    color: var(--thm-primary-color);
}

.project-filter li .count::after {
    content: "]";
    position: absolute;
    top: -2px;
    right: 0;
    bottom: 0;
    color: var(--thm-primary-color);
}

.single-project-style1--1 {
    margin-bottom: 30px;
}

.single-project-style1__btn {
    position: relative;
    display: block;
    line-height: 0;
    text-align: center;
    padding-top: 20px;
}

.single-project-style1__btn .btn-one {
    font-size: 14px;
    line-height: 36px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
}

.single-project-style1__btn .btn-one i {
    font-size: 20px;
    font-weight: 700;
    margin-right: 0px;
    margin-left: 5px;
    top: -1px;
}

.single-project-style1__btn .btn-one::before {
    background-color: var(--thm-primary-color);
}

.single-project-style1__btn .btn-one:after {
    background-color: var(--thm-black-bg);
}

/*** 
===============================
    Project Page two Css
===============================
***/



.single-project-page-two {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.single-project-page-two .img-box {
    position: relative;
    display: block;
}

.single-project-page-two .img-box .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    margin-right: 30px;
}

.single-project-page-two .img-box .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-color: rgba(var(--thm-black-bg-rgb), .85);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.single-project-page-two:hover .img-box .inner::before {
    opacity: 1;
}

.single-project-page-two .img-box .inner img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-project-page-two:hover .img-box .inner img {
    transform: scale(1.07) rotate(0deg);
}

.single-project-page-two .img-box .inner .overlay-icon {
    position: absolute;
    top: 50%;
    left: 0px;
    bottom: 0px;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 5;
    transform: translateY(-50%);
}

.single-project-page-two .img-box .inner .overlay-icon a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    opacity: 0;
    border-radius: 50%;
    background-color: transparent;
    border: 1px dashed #d1d5df;
    color: var(--thm-white);
    font-size: 20px;
    line-height: 0;
    transform: scale(0);
    transition: all 500ms ease;
}

.single-project-page-two:hover .img-box .inner .overlay-icon a {
    opacity: 1;
    transform: scale(1);
}

.single-project-page-two .img-box .inner .overlay-icon a:hover {
    color: var(--thm-primary-color);
    border-color: var(--thm-white);
    background-color: var(--thm-white);
}

.single-project-page-two .img-box .overlay-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    padding: 16.5px 25px 16.5px;
    z-index: 5;
}

.single-project-page-two .img-box .overlay-content .title {
    position: relative;
    display: block;
}

.single-project-page-two .img-box .overlay-content .title h6 {
    color: var(--thm-primary-color);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.single-project-page-two .img-box .overlay-content .title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-top: 1px;
}

.single-project-page-two .img-box .overlay-content .title h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-project-page-two .img-box .overlay-content .title h3 a:hover {
    color: var(--thm-primary-color);
}

.single-project-page-two .img-box .overlay-content .btn-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: var(--thm-border-radius);
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 0, 100% 75%, 78% 100%, 0 100%, 0 0);
    color: var(--thm-white);
    font-size: 22px;
    line-height: 0;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-project-page-two:hover .img-box .overlay-content .btn-box {
    opacity: 1;
    transform: scale(1);
}

.single-project-style2__btn--instyle2 {
    padding-top: 0px;
}


/*** 
===============================
    Project Page Three Css
===============================
***/
.project-page-three__left {
    position: relative;
    display: block;
}

.single-project-page-three {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.single-project-page-three .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
}

.single-project-page-three:hover .img-box {
    border-radius: 6px 6px 0px 6px;
}

.single-project-page-three .img-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -1px;
    width: 30px;
    height: 30px;
    opacity: 0;
    transform: translateX(10px);
    background-color: var(--thm-white);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    transition: all 700ms ease;
    z-index: 10;
}

.single-project-page-three:hover .img-box::after {
    opacity: 1;
    transform: translateX(0px);
}

.single-project-page-three .img-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-color: rgba(var(--thm-black-bg-rgb), .85);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
    z-index: 1;
}

.single-project-page-three:hover .img-box::before {
    opacity: 1;
}

.single-project-page-three .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 1500ms ease;
}

.single-project-page-three:hover .img-box img {
    transform: scale(1.07) rotate(0deg);
}


.single-project-page-three .img-box .overlay-icon {
    position: absolute;
    right: 30px;
    bottom: 30px;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 5;
}

.single-project-page-three:hover .img-box .overlay-icon {
    opacity: 1;
    transform: scale(1);
}

.single-project-page-three .img-box .overlay-icon a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    overflow: hidden;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 75%, 75% 100%, 0 100%, 0 0);
    color: var(--thm-black);
    font-size: 24px;
    line-height: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}

.single-project-page-three .img-box .overlay-icon a:hover {
    color: var(--thm-white);
}

.single-project-page-three .img-box .overlay-icon a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transform: scale(0);
    background-color: var(--thm-primary-color);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.single-project-page-three .img-box .overlay-icon a:hover::before {
    opacity: 1;
    transform: scale(1);
}


/*** 
===============================
    Project Details Css
===============================
***/
.project-details-page {
    padding: 120px 0px 112px;
}

.project-details__sidebar {
    position: relative;
    display: block;
    margin-right: 20px;
}

.project-details__info {
    position: relative;
    display: block;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 90%, 90% 100%, 0 100%, 0 0);
}

.project-details__info .inner-title {
    position: relative;
    display: block;
    border-bottom: 1px solid #dbdee7;
    padding: 19.5px 30px 19.5px;
}

.project-details__info .inner-title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.project-details__sidebar-content {
    position: relative;
    display: block;
    padding: 35px 30px 35px;
}

.project-details__list {
    position: relative;
    display: block;
    padding: 0px 0px 35px;
}

.project-details__list li+li {
    margin-top: 30px;
}

.project-details__item {
    position: relative;
    display: flex;
    align-items: center;
}

.project-details__item-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--thm-border-color);
}

.project-details__item-icon .icon-user .path1:before,
.project-details__item-icon .icon-clipboard .path1:before,
.project-details__item-icon .icon-clipboard .path2:before,
.project-details__item-icon .icon-clipboard .path3:before,
.project-details__item-icon .icon-clipboard .path4:before,
.project-details__item-icon .icon-clipboard .path5:before,
.project-details__item-icon .icon-clipboard .path6:before,
.project-details__item-icon .icon-clipboard .path7:before,
.project-details__item-icon .icon-clipboard .path8:before,
.project-details__item-icon .icon-clipboard .path9:before,
.project-details__item-icon .icon-calendar .path1:before,
.project-details__item-icon .icon-location-1 .path1:before {
    color: var(--thm-black);
}

.project-details__item-icon .icon-user .path2:before,
.project-details__item-icon .icon-clipboard .path10:before,
.project-details__item-icon .icon-calendar .path2:before,
.project-details__item-icon .icon-calendar .path3:before,
.project-details__item-icon .icon-calendar .path4:before,
.project-details__item-icon .icon-calendar .path5:before,
.project-details__item-icon .icon-calendar .path6:before,
.project-details__item-icon .icon-calendar .path7:before,
.project-details__item-icon .icon-location-1 .path2:before {
    color: var(--thm-primary-color);
}

.project-details__text {
    position: relative;
    display: block;
    padding-left: 15px;
    flex: 1;
}

.project-details__text p {
    margin: 0;
    line-height: 21px;
}

.project-details__text h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.project-details__btn {
    position: relative;
    display: block;
    line-height: 0;
}

.project-details__btn .btn-one {
    font-size: 14px;
    line-height: 36px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
}

.project-details__btn .btn-one i {
    font-size: 20px;
    font-weight: 700;
    margin-right: 0px;
    margin-left: 5px;
    top: -1px;
}

.project-details__btn .btn-one::before {
    background-color: var(--thm-primary-color);
}

.project-details__btn .btn-one:after {
    background-color: var(--thm-black-bg);
}

.project-details__social {
    position: relative;
    display: block;
    padding-top: 44px;
}

.project-details__social .inner-title {
    position: relative;
    display: block;
}

.project-details__social .inner-title h6 {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.project-details__social ul {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 12px;
}

.project-details__social ul li {
    position: relative;
    display: block;
}

.project-details__social ul li+li {
    margin-left: 10px;
}

.project-details__social ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background-color: transparent;
    border: 1px solid #e9eaf0;
    color: #acb3c5;
    font-size: 18px;
    line-height: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}

.project-details__social ul li a:hover {
    color: var(--thm-white);
    border-color: transparent;
}

.project-details__social ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transform: scale(0);
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.project-details__social ul li a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.project-details__content {
    position: relative;
    display: block;
    margin-top: -6px;
}

.project-details-text1 {
    position: relative;
    display: block;
    padding-bottom: 42px;
}

.project-details-text1 p {
    margin: 0;
}

.project-details-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 88%, 94% 100%, 0 100%, 0 0);
}

.project-details-img img {
    width: 100%;
}

.project-details-text2 {
    position: relative;
    display: block;
    padding-top: 44px;
}

.project-details-text2 p {
    margin: 0;
}

.project-details-single {
    position: relative;
    display: block;
    padding-top: 37px;
}

.project-details-single .title {
    position: relative;
    display: block;
    padding-bottom: 38px;
}

.project-details-single .title h3 {
    font-size: 34px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 17px;
}

.project-details-single .title .border-line {
    position: relative;
    display: block;
    width: 56px;
    height: 2px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(253, 86, 33, 1) 100%);
}

.project-details-single .title .border-line::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
}

.project-details-single .text {
    position: relative;
    display: block;
}

.project-details-single .text p {
    margin: 0;
}

.project-details-single ul {
    position: relative;
    display: block;
    padding-top: 16px;
}

.project-details-single ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.project-details-single ul li+li {
    margin-top: 8px;
}

.project-details-single ul li .icon {
    position: relative;
    display: block;
    color: var(--thm-primary-color);
    font-size: 20px;
    line-height: 0;
}

.project-details-single ul li p {
    position: relative;
    display: block;
    padding-left: 10px;
    flex: 1;
}


/*** 
=============================================
    Industry Details Page Css      
=============================================
***/
.industry-details-page {
    padding: 120px 0px 120px;
}

.industry-details-content {
    position: relative;
    display: block;
}

.industry-details-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--thm-border-radius);
}

.industry-details-img img {
    width: 1000%;
}

.industry-details-title1 {
    position: relative;
    display: block;
    padding-top: 43px;
}

.industry-details-title1 h2 {
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 600;
}

.industry-details-title1 h2 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.industry-details-title1 h2 a:hover {
    color: var(--thm-primary-color);
}

.industry-details-title1 .text {
    position: relative;
    display: block;
    padding-top: 23px;
}

.industry-details-title1 .text p {
    margin: 0;
}

.industry-details-title1 .text p+p {
    margin-top: 21px;
}

.tailored-services {
    position: relative;
    display: block;
    padding-top: 49px;
}

.tailored-services .title {
    position: relative;
    display: block;
}

.tailored-services .title h2 {
    font-size: 34px;
    line-height: 1.0em;
    font-weight: 600;
    margin-bottom: 18px;
}

.tailored-services .title .border-line {
    position: relative;
    display: block;
    width: 56px;
    height: 2px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(253, 86, 33, 1) 100%);
}

.tailored-services .title .border-line::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
}

.tailored-services .text {
    position: relative;
    display: block;
    padding-top: 38px;
}

.tailored-services .text p {
    margin: 0;
}

.tailored-services-inner {
    position: relative;
    display: block;
    padding-top: 32px;
}

.single-tailored-services {
    position: relative;
    display: block;
    padding-top: 35px;
    margin-bottom: 30px;
}

.single-tailored-services-icon {
    position: absolute;
    top: 0;
    left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: var(--thm-gray-bg);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 100%, 0 0);
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--thm-primary-color);
    font-size: 30px;
    line-height: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.single-tailored-services:hover .single-tailored-services-icon {
    color: var(--thm-primary-color);
}

.single-tailored-services-inner {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    border-radius: var(--thm-border-radius);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 53px 30px 27px;
}

.single-tailored-services-inner h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 11px;
}

.single-tailored-services-inner h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-tailored-services-inner h3 a:hover {
    color: var(--thm-primary-color);
}

.single-tailored-services-inner p {
    margin: 0;
}

.single-tailored-services-inner .count {
    position: absolute;
    top: 11px;
    right: 19px;
}

.single-tailored-services-inner .count h4 {
    color: #a6aec1;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-tailored-services:hover .single-tailored-services-inner .count h4 {
    color: var(--thm-primary-color);
}

.why-choose-us11 {
    position: relative;
    display: block;
    padding-top: 26px;
}

.why-choose-us11 .title {
    position: relative;
    display: block;
}

.why-choose-us11 .title h2 {
    font-size: 34px;
    line-height: 1.0em;
    font-weight: 600;
    margin-bottom: 18px;
}

.why-choose-us11 .title .border-line {
    position: relative;
    display: block;
    width: 56px;
    height: 2px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(253, 86, 33, 1) 100%);
}

.why-choose-us11 .title .border-line::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: var(--thm-primary-color);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
}

.why-choose-us11 .text {
    position: relative;
    display: block;
    padding-top: 38px;
}

.why-choose-us11 .text p {
    margin: 0;
}

.why-choose-us11__inner {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-black-bg);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 85%, 92% 100%, 0 100%, 0 0);
    margin-top: 42px;
}

.why-choose-us11__tab {
    position: relative;
    display: flex;
    align-items: center;
}

.why-choose-us11__button {
    position: relative;
    display: block;
    max-width: 360px;
    width: 100%;
}

.why-choose-us11__button ul {
    position: relative;
    display: block;
    padding: 0px 30px 0px;
}

.why-choose-us11__button ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--thm-border-color-1);
    padding: 13px 0px 13px;
}

.why-choose-us11__button ul li:first-child {
    padding: 0px 0px 13px;
}

.why-choose-us11__button ul li:last-child {
    border-bottom: none;
    padding: 13px 0px 0px;
}

.why-choose-us11__button ul li .title {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.why-choose-us11__button ul li .title h4 {
    color: var(--thm-body-font-color-2);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.why-choose-us11__button ul li:hover .title h4,
.why-choose-us11__button ul li.active-btn-item .title h4 {
    color: var(--thm-primary-color);
}

.why-choose-us11__button ul li .title i {
    color: var(--thm-primary-color);
    font-size: 23px;
    margin-left: 3px;
    opacity: 0;
    transform: translateX(-15px);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.why-choose-us11__button ul li:hover .title i,
.why-choose-us11__button ul li.active-btn-item .title i {
    opacity: 1;
    transform: translateX(0px);
}

.why-choose-us11__button ul li .icon {
    position: relative;
    display: block;
    color: var(--thm-body-font-color-2);
    font-size: 23px;
    line-height: 0;
    opacity: 1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.why-choose-us11__button ul li:hover .icon,
.why-choose-us11__button ul li.active-btn-item .icon {
    opacity: 0;
}

.why-choose-us11__tab .tabs-content-box {
    position: relative;
    display: block;
}



.why-choose-us11__tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.why-choose-us11__tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.why-choose-us11__tab .tab-content-box-item .why-choose-us11-tab-content-box-item {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
}

.why-choose-us11__tab .tab-content-box-item.tab-content-box-item-active .why-choose-us11-tab-content-box-item {
    opacity: 1.0;
    transform: translateY(0px);
}



.single-why-choose-us11 {
    position: relative;
    display: block;
}

.single-why-choose-us11 .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-right-radius: var(--thm-border-radius);
    border-bottom-right-radius: var(--thm-border-radius);
}

.single-why-choose-us11 .img-box img {
    width: 100%;
}

.single-why-choose-us11 .img-box .ovelay-text {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    background-color: rgb(243, 244, 246, .95);
    border-radius: var(--thm-border-radius);
    clip-path: polygon(100% 0, 100% 75%, 87% 100%, 0 100%, 0 0);
    padding: 24px 30px 22px;
    padding-right: 25px;
}

.back-to-blog-post-btn--style2 {
    border: 1px solid var(--thm-border-color);
    background-color: transparent;
    margin-top: 50px;
}

.why-choose-us11-sidebar {
    position: relative;
    display: block;
}

.service-details-banner--style2 {
    margin-top: 0;
}



/*** 
=============================================
    Error Page Css      
=============================================
***/
.error-page {
    position: relative;
    display: block;
}

.error-page-img {
    position: absolute;
    bottom: 175px;
    right: 40px;
    z-index: 1;
}

.error-page-img img {
    width: auto;
}

.error-page .big-title {
    position: absolute;
    top: 0px;
    left: -645px;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    -webkit-text-stroke: 1px #d4d7e0;
    font-size: 780px;
    line-height: 1.1em;
    font-family: var(--thm-font-2);
    font-weight: 700;
    font-style: normal;
}

.error-page-content-box {
    position: absolute;
    max-width: 1170px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.error-page-img1 {
    position: relative;
    display: block;
}

.error-page-img1 img {
    width: auto;
}

.error-page-content-box .title {
    position: relative;
    display: block;
    padding-top: 9px;
}

.error-page-content-box .title h2 {
    color: var(--thm-black);
    font-size: 100px;
    line-height: 1.0em;
    font-weight: 600;
}

.error-page-content-box .text {
    position: relative;
    display: block;
    padding-top: 18px;
}

.error-page-content-box .text p {
    font-size: 19px;
    line-height: 29px;
    color: var(--thm-body-font-color);
}

.error-page-content-box .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 32px;
    border: none;
}

.error-page-content-box .btn-box .btn-one {
    font-size: 14px;
    line-height: 36px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
    border: none;
}

.error-page-content-box .btn-box .btn-one i {
    font-size: 20px;
    font-weight: 700;
    margin-right: 0px;
    margin-left: 5px;
    top: -1px;
}

.error-page-content-box .btn-box .btn-one::before {
    background-color: var(--thm-primary-color);
    border: none;
}

.error-page-content-box .btn-box .btn-one:after {
    background-color: var(--thm-black-bg);
    border: none;
}

.error-page__scrolling {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--thm-gray-bg);
    padding: 14px 0px 14px;
    z-index: 10;
}

.error-page__scrolling2 {
    top: auto;
    bottom: 0;
}

.error-page__scrolling .inner {
    position: relative;
    display: block;
}

.error-page__scrolling .inner ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: fit-content;
}

.error-page__scrolling .inner ul li {
    position: relative;
    display: block;
    white-space: nowrap;
    float: left;
    color: var(--thm-primary-color);
    font-size: 18px;
    line-height: 28px;
    font-family: var(--thm-font-2);
    font-style: italic;
    font-weight: 600;
    text-transform: capitalize;
    margin-left: 100px;
    transition: all .4s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

/*** 
=============================================
    Coming Soon Page Style1      
=============================================
***/
.coming-soon-page {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 10;
}

.coming-soon-page__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.coming-soon-page__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    background-color: rgba(var(--thm-black-bg-rgb), .95);
}

.coming-soon-page__content {
    position: relative;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    padding: 0px 150px 0px;
    padding-right: 180px;
}

.coming-soon-page__content .inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.coming-soon-page__logo {
    position: relative;
    display: block;
}

.coming-soon-page__logo a {
    position: relative;
    display: inline-block;
}

.coming-soon-page__logo a img {
    width: auto;
}

.coming-soon-page__title {
    position: relative;
    display: block;
    padding-top: 72px;
}

.coming-soon-page__title h2 {
    color: var(--thm-white);
    font-size: 72px;
    line-height: 1.0em;
    font-weight: 600;
}

.coming-soon-page__text {
    position: relative;
    display: block;
    padding-top: 22px;
}

.coming-soon-page__text p {
    color: var(--thm-body-font-color-2);
    font-size: 19px;
    line-height: 29px;
}

.timer-box {
    position: relative;
    display: flex;
    align-items: center;
    margin: 34px 0 0px;
    z-index: 2;
}

.timer-box .countdown-timer li {
    position: relative;
    display: flex;
    align-items: center;
    float: left;
}

.timer-box .countdown-timer li::before {
    content: "";
    position: absolute;
    top: 19px;
    left: -20px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
}

.timer-box .countdown-timer li::after {
    content: "";
    position: absolute;
    bottom: 19px;
    left: -20px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--thm-primary-color);
}

.timer-box .countdown-timer li:first-child::before,
.timer-box .countdown-timer li:first-child::after {
    display: none;
}

.timer-box .countdown-timer li+li {
    margin-left: 55px;
}

.timer-box .countdown-timer li span.days,
.timer-box .countdown-timer li span.hours,
.timer-box .countdown-timer li span.minutes,
.timer-box .countdown-timer li span.seconds {
    color: #ffffff;
    font-size: 72px;
    line-height: 1.0em;
    font-weight: 600;
    font-family: var(--thm-font);
}

.timer-box .countdown-timer li span.timeRef {
    position: absolute;
    top: 50%;
    right: -22px;
    color: #aeb8c1;
    font-size: 16px;
    line-height: 20px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    transform: translateY(-50%) rotate(-180deg);
}

.subscribe-box-style1 {
    position: relative;
    display: block;
    max-width: 510px;
    width: 100%;
    margin-top: 62px;
}

.subscribe-box-style1 .inner-title {
    position: relative;
    display: block;
    padding-bottom: 17px;
}

.subscribe-box-style1 .inner-title h3 {
    color: var(--thm-white);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.subscribe-box-style1 form {
    position: relative;
    display: block;
    width: 100%;
}

.subscribe-box-style1 form .input-box {
    position: relative;
    display: block;
}

.subscribe-box-style1 form .input-box .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    color: var(--thm-primary-color);
    font-size: 20px;
    line-height: 0;
    z-index: 1;
}

.subscribe-box-style1 form input[type="email"] {
    position: relative;
    display: block;
    max-width: 444px;
    width: 100%;
    height: 56px;
    border-radius: 5px;
    background: rgb(255, 255, 255, .1);
    border: none !important;
    color: var(--thm-body-font-color-2);
    font-size: 17px;
    font-family: var(--thm-font);
    font-weight: 400;
    padding: 0px 50px 0px;
    padding-right: 20px;
    transition: all 500ms ease 0s;
}

.subscribe-box-style1 form input::-webkit-input-placeholder,
.subscribe-box-style1 form input:-moz-placeholder,
.subscribe-box-style1 form input::-moz-placeholder,
.subscribe-box-style1 form input:-ms-input-placeholder {
    color: var(--thm-body-font-color-2);
}

.subscribe-box-style1 form button {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--thm-white);
    border-radius: 5px;
    text-align: center;
    border: 0px solid #e1e1e1 !important;
    transition: all 500ms ease 0s;
}

.subscribe-box-style1 form button i {
    color: var(--thm-black);
    font-size: 25px;
    transition: all 500ms ease 0s;
}

.subscribe-box-style1 form button:hover {
    background-color: var(--thm-primary-color);
}

.subscribe-box-style1 form button:hover i {
    color: var(--thm-white);
}

.coming-soon-social-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.coming-soon-social-box li {
    position: relative;
    display: block;
}

.coming-soon-social-box li+li {
    margin-left: 10px;
}

.coming-soon-social-box li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #203565;
    color: var(--thm-body-font-color-2);
    font-size: 18px;
    line-height: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}

.coming-soon-social-box li a:hover {
    color: var(--thm-white);
    background-color: transparent;
}

.coming-soon-social-box li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transform: scale(0);
    border-radius: 50%;
    background-color: var(--thm-primary-color);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.coming-soon-social-box li a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.coming-soon-page__big-title {
    position: absolute;
    top: 0px;
    left: 44.5%;
    bottom: 0px;
    overflow: hidden;
}

.coming-soon-page__big-title-inner {
    overflow: hidden;
}

.coming-soon-page__big-title-inner ul {
    position: relative;
    display: flex;
    align-items: center;
    will-change: transform;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    white-space: nowrap;
}

.coming-soon-page__big-title-inner ul li {
    position: relative;
    display: block;
    margin-top: 67px;
    color: rgb(255, 255, 255, .15);
    font-size: 200px;
    line-height: 1.0em;
    font-family: var(--thm-font-2);
    font-weight: 700;
    text-transform: uppercase;
}




/*** 
===============================
Projects Style3  
===============================
***/
.projects-style4 {
    position: relative;
    display: block;
    padding: 120px 0px 0px;
    z-index: 1;
}

.projects-style4 .sec-title {
    padding-bottom: 29px;
}

.projects-style4 .container-fluid {
    padding: 0px 0px 0px;
    max-width: 1920px;
}

.projects-style4::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-primary-color);
    content: "";
    z-index: -1;
}

.projects-style4 .sec-title .sub-title h4 {
    color: var(--thm-white);
}

.projects-style4 .sec-title .sub-title .decor {
    border: 2px solid var(--thm-white);
}

.projects-style4 .sec-title .sub-title .decor::before {
    background-color: var(--thm-white);
}

.projects-style4 .sec-title .sub-title .decor::after {
    background-color: var(--thm-white);
}

.projects-style4 .sec-title h2 {
    color: var(--thm-white);
}

.projects-style4__inner {
    position: relative;
    display: block;
}

.projects-style4__outer-box {
    position: relative;
    display: block;
}



.projects-style4__single-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.projects-style4__single-box li {
    position: relative;
    flex: 0 0 50%;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.projects-style4__single-box li.active {
    flex: 0 0 50%;
}

.projects-style4__single-inner {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 650px;
}

.projects-style4__single-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all 500ms ease;
    border-radius: 0px;
    z-index: -1;
}

.projects-style4__single-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7651435574229692) 9%, rgba(0, 0, 0, 0.7707457983193278) 14%, rgba(0, 0, 0, 0.5494572829131652) 35%, rgba(0, 0, 0, 0.48783263305322133) 57%, rgba(0, 0, 0, 0.35057773109243695) 95%);
    opacity: 0;
    border-radius: 0px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(540px) rotateX(-10deg);
    -ms-transform: perspective(540px) rotateX(-10deg);
    transform: perspective(540px) rotateX(-10deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    content: "";
    z-index: 1;
}

.projects-style4__single-inner:hover .projects-style4__single-bg::before {
    opacity: 1;
    -webkit-transform: perspective(540px) rotateX(0deg);
    -ms-transform: perspective(540px) rotateX(0deg);
    transform: perspective(540px) rotateX(0deg);
}

.projects-style4__single-box li.active .projects-style4__single-inner .projects-style4__single-bg::before {
    opacity: 1;
    -webkit-transform: perspective(540px) rotateX(0deg);
    -ms-transform: perspective(540px) rotateX(0deg);
    transform: perspective(540px) rotateX(0deg);
}




.projects-style4__single-content {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: var(--thm-black-bg);
    padding: 31px 40px 32px;
    padding-right: 0px;
    display: flex;
    align-items: center;
    opacity: 0;
    transform: translateX(4%);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
    z-index: 2;
}

.projects-style4__single-inner:hover .projects-style4__single-content {
    opacity: 1;
    transform: translate(0);
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}

.projects-style4__single-box li.active .projects-style4__single-inner .projects-style4__single-content {
    opacity: 1;
    transform: translate(0);
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}


.projects-style4__single-content .text-box {
    position: relative;
    display: block;
}

.projects-style4__single-content .text-box h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.projects-style4__single-content .text-box h2 a {
    color: var(--thm-white);
}

.projects-style4__single-content .text-box h2 a:hover {
    color: var(--thm-primary-color);
}

.projects-style4__single-content .text-box p {
    color: var(--thm-primary-color);
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--thm-font-2);
}

.projects-style4__single-content .btn-box {
    position: relative;
    display: block;
    margin-left: 70px;
    flex: 1;
}

.projects-style4__single-content .btn-box a {
    color: var(--thm-black);
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--thm-font-2);
    padding: 0px 40px 0px;
    z-index: 1;
}

.projects-style4__single-content .btn-box a:hover {
    color: var(--thm-white);
}

.projects-style4__single-content .btn-box a::before {
    position: absolute;
    top: -47px;
    left: 0;
    bottom: -48px;
    right: 0;
    background: var(--thm-gray-bg);
    content: "";
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: -1;
}

.projects-style4__single-content .btn-box a:hover::before {
    background: var(--thm-primary-color);
}

.projects-style4__single-content .btn-box a span:before {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    top: 6px;
}


.projects-style4__carousel.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    background-color: var(--thm-white);
    border: none;
}


.projects-style4__tab {
    position: relative;
    display: block;
}

.projects-style4__tab-btn {
    position: relative;
    display: block;
    padding-bottom: 22px;
}

.projects-style4__tab-btn ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.projects-style4__tab-btn ul li {
    position: relative;
    display: block;
    cursor: pointer;
}

.projects-style4__tab-btn ul li+li {
    margin-left: 35px;
}

.projects-style4__tab-btn ul li h3 {
    color: var(--thm-white);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.projects-style4__tab-btn ul li:hover h3,
.projects-style4__tab-btn ul li.active-btn-item h3 {
    color: var(--thm-black);
}








.projects-style4__tab .tabs-content-box {
    position: relative;
    display: block;
    margin-top: 30px;
}

.projects-style4__tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.projects-style4__tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.projects-style4__tab .tab-content-box-item .projects-style4-tab-content-box-item {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.projects-style4__tab .tab-content-box-item.tab-content-box-item-active .projects-style4-tab-content-box-item {
    opacity: 1.0;
    transform: translateY(0px);
}

.projects-style4__tab-single {
    position: relative;
    display: block;
}





@media(min-width: 768px) {
    .projects-style4__single-box li {
        flex: 1;
    }

    .projects-style4__single-box li.active {
        flex: 2.3;
    }

}



/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

    .projects-style4__single-box li {
        flex: 0 0 100%;
    }

    .projects-style4__single-box li.active {
        flex: 0 0 100%;
    }



}



.projects-style4__carousel.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: 50px;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 140px;
    margin: 0;
    z-index: 10;
}






















/* Cursor */
.cursor {
    position: fixed;
    background-color: var(--thm-primary-color);
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: none;
}

.cursor::before {
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    bottom: -7px;
    right: -7px;
    border: 1px solid var(--thm-primary-color);
    border-radius: 50%;
}

.cursor.active {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.cursor.menu-active {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.cursor.hovered {
    opacity: 1;
}

.cursor-follower {
    position: fixed;
    background-color: var(--thm-primary-color);
    opacity: 0.30;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
    display: none;
}

.cursor-follower.active {
    opacity: 0.10;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.cursor-follower.menu-active {
    opacity: 1;
    -webkit-transform: scale(3);
    transform: scale(3);
}

.cursor-follower.hovered {
    opacity: 1;
}

/* Cursor End */






#ui-datepicker-div.ui-widget-content {
    background: var(--thm-white) none repeat scroll 0 0;
    border: 1px solid var(--thm-border-color);
    color: var(--thm-black);
    font-family: var(--thm-font-2);
    font-size: 14px;
    border-radius: 0px;
    width: 270px;
    padding: 5px;
    z-index: 999 !important;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: var(--thm-black) none repeat scroll 0 0;
    border: 2px solid var(--thm-primary-color);
    border-radius: 0;
    color: var(--thm-white);
    font-weight: 700;
    padding: 5px 0;
    position: relative;
}

.ui-datepicker td a {
    color: #000000 !important;
    text-align: center;
    background-image: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #333333 !important;
    background: #333333 !important;
    color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    transition: all 500ms ease;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    top: 7px;
    background: #fff;
    border: none;
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 0.4em;
    width: 100%;
}

.ui-datepicker th {
    border: medium none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
    background: #43c3ea;
    color: #fff;
    border-color: #43c3ea;
}


















/*--------------------------------------------------
# End Css 
----------------------------------------------------*/











/*** End Css  **/

      .ui-hidden {
      display: none
    }

    .ui-visibility-hidden {
      visibility: hidden
    }

    .ui-screen-only,
    .screen-reader-text,
    .screen-reader-text span,
    .ui-helper-hidden-accessible {
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      top: -10000em;
      width: 1px;
      clip: rect(0, 0, 0, 0);
      border: 0
    }

    .ui-clearfix:after {
      clear: both;
      content: "";
      display: block;
      height: 0;
      width: 0
    }

    .e-logo-wrapper {
      background: var(--e-a-bg-logo);
      border-radius: 50%;
      display: inline-block;
      line-height: 1;
      padding: .75em
    }

    .e-logo-wrapper i {
      color: var(--e-a-color-logo);
      font-size: 1em
    }

    .page-wrapper *,
    .page-wrapper :after,
    .page-wrapper :before {
      box-sizing: border-box
    }

    .page-wrapper a {
      box-shadow: none;
      text-decoration: none
    }

    .page-wrapper hr {
      background-color: transparent;
      margin: 0
    }

    .page-wrapper img {
      border: none;
      border-radius: 0;
      box-shadow: none;
      height: auto;
      max-width: 100%
    }

    .page-wrapper .ui-widget:not(.ui-widget-text-editor):not(.ui-widget-theme-post-content) figure {
      margin: 0
    }

    .page-wrapper embed,
    .page-wrapper iframe,
    .page-wrapper object,
    .page-wrapper video {
      border: none;
      line-height: 1;
      margin: 0;
      max-width: 100%;
      width: 100%
    }

    .page-wrapper .ui-background,
    .page-wrapper .ui-background-holder,
    .page-wrapper .ui-background-video-container {
      direction: ltr;
      inset: 0;
      overflow: hidden;
      position: absolute;
      z-index: 0
    }

    .page-wrapper .ui-background-video-container {
      pointer-events: none;
      transition: opacity 1s
    }

    .page-wrapper .ui-background-video-container.ui-loading {
      opacity: 0
    }

    .page-wrapper .ui-background-video,
    .page-wrapper .ui-background-video-embed {
      max-width: none
    }

    .page-wrapper .ui-background-video,
    .page-wrapper .ui-background-video-embed,
    .page-wrapper .ui-background-video-hosted {
      inset-block-start: 50%;
      inset-inline-start: 50%;
      position: absolute;
      transform: translate(-50%, -50%)
    }

    .page-wrapper .ui-background-video-hosted {
      -o-object-fit: cover;
      object-fit: cover
    }

    .page-wrapper .ui-background-overlay {
      inset: 0;
      position: absolute
    }

    .page-wrapper .ui-background-slideshow {
      inset: 0;
      position: absolute;
      z-index: 0
    }

    .page-wrapper .ui-background-slideshow__slide__image {
      background-position: 50%;
      background-size: cover;
      height: 100%;
      width: 100%
    }

    .e-con-inner>.ui-element.ui-absolute,
    .e-con>.ui-element.ui-absolute,
    .ui-widget-wrap>.ui-element.ui-absolute {
      position: absolute
    }

    .e-con-inner>.ui-element.ui-fixed,
    .e-con>.ui-element.ui-fixed,
    .ui-widget-wrap>.ui-element.ui-fixed {
      position: fixed
    }

    .ui-widget-wrap .ui-element.ui-widget__width-auto,
    .ui-widget-wrap .ui-element.ui-widget__width-initial {
      max-width: 100%
    }

    @media (max-width:1199px) {

      .ui-widget-wrap .ui-element.ui-widget-tablet__width-auto,
      .ui-widget-wrap .ui-element.ui-widget-tablet__width-initial {
        max-width: 100%
      }
    }

    @media (max-width:767px) {

      .ui-widget-wrap .ui-element.ui-widget-mobile__width-auto,
      .ui-widget-wrap .ui-element.ui-widget-mobile__width-initial {
        max-width: 100%
      }
    }

    .ui-element {
      --flex-direction: initial;
      --flex-wrap: initial;
      --justify-content: initial;
      --align-items: initial;
      --align-content: initial;
      --gap: initial;
      --flex-basis: initial;
      --flex-grow: initial;
      --flex-shrink: initial;
      --order: initial;
      --align-self: initial;
      align-self: var(--align-self);
      flex-basis: var(--flex-basis);
      flex-grow: var(--flex-grow);
      flex-shrink: var(--flex-shrink);
      order: var(--order)
    }

    .ui-element.ui-absolute,
    .ui-element.ui-fixed {
      z-index: 1
    }

    .ui-element:where(.e-con-full, .ui-widget) {
      align-content: var(--align-content);
      align-items: var(--align-items);
      flex-direction: var(--flex-direction);
      flex-wrap: var(--flex-wrap);
      gap: var(--row-gap) var(--column-gap);
      justify-content: var(--justify-content)
    }

    .ui-invisible {
      visibility: hidden
    }

    .ui-custom-embed-play {
      inset-block-start: 50%;
      inset-inline-start: 50%;
      position: absolute;
      transform: translate(calc(-50% * var(--direction-multiplier)), -50%)
    }

    .ui-custom-embed-play i {
      color: #fff;
      font-size: 100px;
      text-shadow: 1px 0 6px rgba(0, 0, 0, .3)
    }

    .ui-custom-embed-play svg {
      height: 100px;
      width: 100px;
      fill: #fff;
      filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3))
    }

    .ui-custom-embed-play i,
    .ui-custom-embed-play svg {
      opacity: .8;
      transition: all .5s
    }

    .ui-custom-embed-play.ui-playing i {
      font-family: eicons
    }

    .ui-custom-embed-play.ui-playing i:before {
      content: "\e8fb"
    }

    .ui-custom-embed-play.ui-playing i,
    .ui-custom-embed-play.ui-playing svg {
      animation: eicon-spin 2s linear infinite
    }

    .ui-tag {
      display: inline-flex
    }

    .ui-ken-burns {
      transition-duration: 10s;
      transition-property: transform;
      transition-timing-function: linear
    }

    .ui-ken-burns--out {
      transform: scale(1.3)
    }

    .ui-ken-burns--active {
      transition-duration: 20s
    }

    .ui-ken-burns--active.ui-ken-burns--out {
      transform: scale(1)
    }

    .ui-ken-burns--active.ui-ken-burns--in {
      transform: scale(1.3)
    }

    .ui-align-center {
      text-align: center
    }

    .ui-align-right {
      text-align: right
    }

    .ui-align-left {
      text-align: left
    }

    .ui-align-center .ui-button,
    .ui-align-left .ui-button,
    .ui-align-right .ui-button {
      width: auto
    }

    .ui-align-justify .ui-button {
      width: 100%
    }

    @media (min-width:-1) {
      .ui-widescreen-align-center {
        text-align: center
      }

      .ui-widescreen-align-right {
        text-align: right
      }

      .ui-widescreen-align-left {
        text-align: left
      }

      .ui-widescreen-align-center .ui-button,
      .ui-widescreen-align-left .ui-button,
      .ui-widescreen-align-right .ui-button {
        width: auto
      }

      .ui-widescreen-align-justify .ui-button {
        width: 100%
      }
    }

    @media (max-width:-1) {
      .ui-laptop-align-center {
        text-align: center
      }

      .ui-laptop-align-right {
        text-align: right
      }

      .ui-laptop-align-left {
        text-align: left
      }

      .ui-laptop-align-center .ui-button,
      .ui-laptop-align-left .ui-button,
      .ui-laptop-align-right .ui-button {
        width: auto
      }

      .ui-laptop-align-justify .ui-button {
        width: 100%
      }
    }

    @media (max-width:1600px) {
      .ui-tablet_extra-align-center {
        text-align: center
      }

      .ui-tablet_extra-align-right {
        text-align: right
      }

      .ui-tablet_extra-align-left {
        text-align: left
      }

      .ui-tablet_extra-align-center .ui-button,
      .ui-tablet_extra-align-left .ui-button,
      .ui-tablet_extra-align-right .ui-button {
        width: auto
      }

      .ui-tablet_extra-align-justify .ui-button {
        width: 100%
      }
    }

    @media (max-width:1199px) {
      .ui-tablet-align-center {
        text-align: center
      }

      .ui-tablet-align-right {
        text-align: right
      }

      .ui-tablet-align-left {
        text-align: left
      }

      .ui-tablet-align-center .ui-button,
      .ui-tablet-align-left .ui-button,
      .ui-tablet-align-right .ui-button {
        width: auto
      }

      .ui-tablet-align-justify .ui-button {
        width: 100%
      }
    }

    @media (max-width:-1) {
      .ui-mobile_extra-align-center {
        text-align: center
      }

      .ui-mobile_extra-align-right {
        text-align: right
      }

      .ui-mobile_extra-align-left {
        text-align: left
      }

      .ui-mobile_extra-align-center .ui-button,
      .ui-mobile_extra-align-left .ui-button,
      .ui-mobile_extra-align-right .ui-button {
        width: auto
      }

      .ui-mobile_extra-align-justify .ui-button {
        width: 100%
      }
    }

    @media (max-width:767px) {
      .ui-mobile-align-center {
        text-align: center
      }

      .ui-mobile-align-right {
        text-align: right
      }

      .ui-mobile-align-left {
        text-align: left
      }

      .ui-mobile-align-center .ui-button,
      .ui-mobile-align-left .ui-button,
      .ui-mobile-align-right .ui-button {
        width: auto
      }

      .ui-mobile-align-justify .ui-button {
        width: 100%
      }
    }

    :root {
      --page-title-display: block
    }

    .ui-page-title,
    h1.entry-title {
      display: var(--page-title-display)
    }

    @keyframes eicon-spin {
      0% {
        transform: rotate(0deg)
      }

      to {
        transform: rotate(359deg)
      }
    }

    .eicon-animation-spin {
      animation: eicon-spin 2s linear infinite
    }

    .ui-section {
      position: relative
    }

    .ui-section .ui-container {
      display: flex;
      margin-left: auto;
      margin-right: auto;
      position: relative
    }

    @media (max-width:1199px) {
      .ui-section .ui-container {
        flex-wrap: wrap
      }
    }

    .ui-section.ui-section-boxed>.ui-container {
      max-width: 1140px
    }

    .ui-section.ui-section-stretched {
      position: relative;
      width: 100%
    }

    .ui-section.ui-section-items-top>.ui-container {
      align-items: flex-start
    }

    .ui-section.ui-section-items-middle>.ui-container {
      align-items: center
    }

    .ui-section.ui-section-items-bottom>.ui-container {
      align-items: flex-end
    }

    @media (min-width:768px) {
      .ui-section.ui-section-height-full {
        height: 100vh
      }

      .ui-section.ui-section-height-full>.ui-container {
        height: 100%
      }
    }

    .ui-bc-flex-widget .ui-section-content-top>.ui-container>.ui-column>.ui-widget-wrap {
      align-items: flex-start
    }

    .ui-bc-flex-widget .ui-section-content-middle>.ui-container>.ui-column>.ui-widget-wrap {
      align-items: center
    }

    .ui-bc-flex-widget .ui-section-content-bottom>.ui-container>.ui-column>.ui-widget-wrap {
      align-items: flex-end
    }

    .ui-widget-wrap {
      align-content: flex-start;
      flex-wrap: wrap;
      position: relative;
      width: 100%
    }

    .page-wrapper:not(.ui-bc-flex-widget) .ui-widget-wrap {
      display: flex
    }

    .ui-widget-wrap>.ui-element {
      width: 100%
    }

    .ui-widget-wrap.e-swiper-container {
      width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
    }

    .ui-widget {
      position: relative
    }

    .ui-widget:not(:last-child) {
      margin-bottom: var(--kit-widget-spacing, 20px)
    }

    .ui-widget:not(:last-child).ui-absolute,
    .ui-widget:not(:last-child).ui-widget__width-auto,
    .ui-widget:not(:last-child).ui-widget__width-initial {
      margin-bottom: 0
    }

    .ui-column {
      display: flex;
      min-height: 1px;
      position: relative
    }

    .ui-column-gap-narrow>.ui-column>.ui-element-populated {
      padding: 5px
    }

    .ui-column-gap-default>.ui-column>.ui-element-populated {
      padding: 10px
    }

    .ui-column-gap-extended>.ui-column>.ui-element-populated {
      padding: 15px
    }

    .ui-column-gap-wide>.ui-column>.ui-element-populated {
      padding: 20px
    }

    .ui-column-gap-wider>.ui-column>.ui-element-populated {
      padding: 30px
    }

    .ui-inner-section .ui-column-gap-no .ui-element-populated {
      padding: 0
    }

    @media (min-width:768px) {

      .ui-column.ui-col-10,
      .ui-column[data-col="10"] {
        width: 10%
      }

      .ui-column.ui-col-11,
      .ui-column[data-col="11"] {
        width: 11.111%
      }

      .ui-column.ui-col-12,
      .ui-column[data-col="12"] {
        width: 12.5%
      }

      .ui-column.ui-col-14,
      .ui-column[data-col="14"] {
        width: 14.285%
      }

      .ui-column.ui-col-16,
      .ui-column[data-col="16"] {
        width: 16.666%
      }

      .ui-column.ui-col-20,
      .ui-column[data-col="20"] {
        width: 20%
      }

      .ui-column.ui-col-25,
      .ui-column[data-col="25"] {
        width: 25%
      }

      .ui-column.ui-col-30,
      .ui-column[data-col="30"] {
        width: 30%
      }

      .ui-column.ui-col-33,
      .ui-column[data-col="33"] {
        width: 33.333%
      }

      .ui-column.ui-col-40,
      .ui-column[data-col="40"] {
        width: 40%
      }

      .ui-column.ui-col-50,
      .ui-column[data-col="50"] {
        width: 50%
      }

      .ui-column.ui-col-60,
      .ui-column[data-col="60"] {
        width: 60%
      }

      .ui-column.ui-col-66,
      .ui-column[data-col="66"] {
        width: 66.666%
      }

      .ui-column.ui-col-70,
      .ui-column[data-col="70"] {
        width: 70%
      }

      .ui-column.ui-col-75,
      .ui-column[data-col="75"] {
        width: 75%
      }

      .ui-column.ui-col-80,
      .ui-column[data-col="80"] {
        width: 80%
      }

      .ui-column.ui-col-83,
      .ui-column[data-col="83"] {
        width: 83.333%
      }

      .ui-column.ui-col-90,
      .ui-column[data-col="90"] {
        width: 90%
      }

      .ui-column.ui-col-100,
      .ui-column[data-col="100"] {
        width: 100%
      }
    }

    @media (max-width:479px) {
      .ui-column.ui-xs-10 {
        width: 10%
      }

      .ui-column.ui-xs-11 {
        width: 11.111%
      }

      .ui-column.ui-xs-12 {
        width: 12.5%
      }

      .ui-column.ui-xs-14 {
        width: 14.285%
      }

      .ui-column.ui-xs-16 {
        width: 16.666%
      }

      .ui-column.ui-xs-20 {
        width: 20%
      }

      .ui-column.ui-xs-25 {
        width: 25%
      }

      .ui-column.ui-xs-30 {
        width: 30%
      }

      .ui-column.ui-xs-33 {
        width: 33.333%
      }

      .ui-column.ui-xs-40 {
        width: 40%
      }

      .ui-column.ui-xs-50 {
        width: 50%
      }

      .ui-column.ui-xs-60 {
        width: 60%
      }

      .ui-column.ui-xs-66 {
        width: 66.666%
      }

      .ui-column.ui-xs-70 {
        width: 70%
      }

      .ui-column.ui-xs-75 {
        width: 75%
      }

      .ui-column.ui-xs-80 {
        width: 80%
      }

      .ui-column.ui-xs-83 {
        width: 83.333%
      }

      .ui-column.ui-xs-90 {
        width: 90%
      }

      .ui-column.ui-xs-100 {
        width: 100%
      }
    }

    @media (max-width:767px) {
      .ui-column.ui-sm-10 {
        width: 10%
      }

      .ui-column.ui-sm-11 {
        width: 11.111%
      }

      .ui-column.ui-sm-12 {
        width: 12.5%
      }

      .ui-column.ui-sm-14 {
        width: 14.285%
      }

      .ui-column.ui-sm-16 {
        width: 16.666%
      }

      .ui-column.ui-sm-20 {
        width: 20%
      }

      .ui-column.ui-sm-25 {
        width: 25%
      }

      .ui-column.ui-sm-30 {
        width: 30%
      }

      .ui-column.ui-sm-33 {
        width: 33.333%
      }

      .ui-column.ui-sm-40 {
        width: 40%
      }

      .ui-column.ui-sm-50 {
        width: 50%
      }

      .ui-column.ui-sm-60 {
        width: 60%
      }

      .ui-column.ui-sm-66 {
        width: 66.666%
      }

      .ui-column.ui-sm-70 {
        width: 70%
      }

      .ui-column.ui-sm-75 {
        width: 75%
      }

      .ui-column.ui-sm-80 {
        width: 80%
      }

      .ui-column.ui-sm-83 {
        width: 83.333%
      }

      .ui-column.ui-sm-90 {
        width: 90%
      }

      .ui-column.ui-sm-100 {
        width: 100%
      }
    }

    @media (min-width:768px) and (max-width:1199px) {
      .ui-column.ui-md-10 {
        width: 10%
      }

      .ui-column.ui-md-11 {
        width: 11.111%
      }

      .ui-column.ui-md-12 {
        width: 12.5%
      }

      .ui-column.ui-md-14 {
        width: 14.285%
      }

      .ui-column.ui-md-16 {
        width: 16.666%
      }

      .ui-column.ui-md-20 {
        width: 20%
      }

      .ui-column.ui-md-25 {
        width: 25%
      }

      .ui-column.ui-md-30 {
        width: 30%
      }

      .ui-column.ui-md-33 {
        width: 33.333%
      }

      .ui-column.ui-md-40 {
        width: 40%
      }

      .ui-column.ui-md-50 {
        width: 50%
      }

      .ui-column.ui-md-60 {
        width: 60%
      }

      .ui-column.ui-md-66 {
        width: 66.666%
      }

      .ui-column.ui-md-70 {
        width: 70%
      }

      .ui-column.ui-md-75 {
        width: 75%
      }

      .ui-column.ui-md-80 {
        width: 80%
      }

      .ui-column.ui-md-83 {
        width: 83.333%
      }

      .ui-column.ui-md-90 {
        width: 90%
      }

      .ui-column.ui-md-100 {
        width: 100%
      }
    }

    @media (min-width:-1) {
      .ui-reverse-widescreen>.ui-container>:first-child {
        order: 10
      }

      .ui-reverse-widescreen>.ui-container>:nth-child(2) {
        order: 9
      }

      .ui-reverse-widescreen>.ui-container>:nth-child(3) {
        order: 8
      }

      .ui-reverse-widescreen>.ui-container>:nth-child(4) {
        order: 7
      }

      .ui-reverse-widescreen>.ui-container>:nth-child(5) {
        order: 6
      }

      .ui-reverse-widescreen>.ui-container>:nth-child(6) {
        order: 5
      }

      .ui-reverse-widescreen>.ui-container>:nth-child(7) {
        order: 4
      }

      .ui-reverse-widescreen>.ui-container>:nth-child(8) {
        order: 3
      }

      .ui-reverse-widescreen>.ui-container>:nth-child(9) {
        order: 2
      }

      .ui-reverse-widescreen>.ui-container>:nth-child(10) {
        order: 1
      }
    }

    @media (min-width:1200px) and (max-width:-1) {
      .ui-reverse-laptop>.ui-container>:first-child {
        order: 10
      }

      .ui-reverse-laptop>.ui-container>:nth-child(2) {
        order: 9
      }

      .ui-reverse-laptop>.ui-container>:nth-child(3) {
        order: 8
      }

      .ui-reverse-laptop>.ui-container>:nth-child(4) {
        order: 7
      }

      .ui-reverse-laptop>.ui-container>:nth-child(5) {
        order: 6
      }

      .ui-reverse-laptop>.ui-container>:nth-child(6) {
        order: 5
      }

      .ui-reverse-laptop>.ui-container>:nth-child(7) {
        order: 4
      }

      .ui-reverse-laptop>.ui-container>:nth-child(8) {
        order: 3
      }

      .ui-reverse-laptop>.ui-container>:nth-child(9) {
        order: 2
      }

      .ui-reverse-laptop>.ui-container>:nth-child(10) {
        order: 1
      }
    }

    @media (min-width:1601px) and (max-width:-1) {
      .ui-reverse-laptop>.ui-container>:first-child {
        order: 10
      }

      .ui-reverse-laptop>.ui-container>:nth-child(2) {
        order: 9
      }

      .ui-reverse-laptop>.ui-container>:nth-child(3) {
        order: 8
      }

      .ui-reverse-laptop>.ui-container>:nth-child(4) {
        order: 7
      }

      .ui-reverse-laptop>.ui-container>:nth-child(5) {
        order: 6
      }

      .ui-reverse-laptop>.ui-container>:nth-child(6) {
        order: 5
      }

      .ui-reverse-laptop>.ui-container>:nth-child(7) {
        order: 4
      }

      .ui-reverse-laptop>.ui-container>:nth-child(8) {
        order: 3
      }

      .ui-reverse-laptop>.ui-container>:nth-child(9) {
        order: 2
      }

      .ui-reverse-laptop>.ui-container>:nth-child(10) {
        order: 1
      }
    }

    @media (min-width:1200px) and (max-width:1600px) {

      .ui-reverse-laptop>.ui-container>:first-child,
      .ui-reverse-laptop>.ui-container>:nth-child(10),
      .ui-reverse-laptop>.ui-container>:nth-child(2),
      .ui-reverse-laptop>.ui-container>:nth-child(3),
      .ui-reverse-laptop>.ui-container>:nth-child(4),
      .ui-reverse-laptop>.ui-container>:nth-child(5),
      .ui-reverse-laptop>.ui-container>:nth-child(6),
      .ui-reverse-laptop>.ui-container>:nth-child(7),
      .ui-reverse-laptop>.ui-container>:nth-child(8),
      .ui-reverse-laptop>.ui-container>:nth-child(9) {
        order: 0
      }

      .ui-reverse-tablet_extra>.ui-container>:first-child {
        order: 10
      }

      .ui-reverse-tablet_extra>.ui-container>:nth-child(2) {
        order: 9
      }

      .ui-reverse-tablet_extra>.ui-container>:nth-child(3) {
        order: 8
      }

      .ui-reverse-tablet_extra>.ui-container>:nth-child(4) {
        order: 7
      }

      .ui-reverse-tablet_extra>.ui-container>:nth-child(5) {
        order: 6
      }

      .ui-reverse-tablet_extra>.ui-container>:nth-child(6) {
        order: 5
      }

      .ui-reverse-tablet_extra>.ui-container>:nth-child(7) {
        order: 4
      }

      .ui-reverse-tablet_extra>.ui-container>:nth-child(8) {
        order: 3
      }

      .ui-reverse-tablet_extra>.ui-container>:nth-child(9) {
        order: 2
      }

      .ui-reverse-tablet_extra>.ui-container>:nth-child(10) {
        order: 1
      }
    }

    @media (min-width:768px) and (max-width:1199px) {
      .ui-reverse-tablet>.ui-container>:first-child {
        order: 10
      }

      .ui-reverse-tablet>.ui-container>:nth-child(2) {
        order: 9
      }

      .ui-reverse-tablet>.ui-container>:nth-child(3) {
        order: 8
      }

      .ui-reverse-tablet>.ui-container>:nth-child(4) {
        order: 7
      }

      .ui-reverse-tablet>.ui-container>:nth-child(5) {
        order: 6
      }

      .ui-reverse-tablet>.ui-container>:nth-child(6) {
        order: 5
      }

      .ui-reverse-tablet>.ui-container>:nth-child(7) {
        order: 4
      }

      .ui-reverse-tablet>.ui-container>:nth-child(8) {
        order: 3
      }

      .ui-reverse-tablet>.ui-container>:nth-child(9) {
        order: 2
      }

      .ui-reverse-tablet>.ui-container>:nth-child(10) {
        order: 1
      }
    }

    @media (min-width:-1) and (max-width:1199px) {
      .ui-reverse-tablet>.ui-container>:first-child {
        order: 10
      }

      .ui-reverse-tablet>.ui-container>:nth-child(2) {
        order: 9
      }

      .ui-reverse-tablet>.ui-container>:nth-child(3) {
        order: 8
      }

      .ui-reverse-tablet>.ui-container>:nth-child(4) {
        order: 7
      }

      .ui-reverse-tablet>.ui-container>:nth-child(5) {
        order: 6
      }

      .ui-reverse-tablet>.ui-container>:nth-child(6) {
        order: 5
      }

      .ui-reverse-tablet>.ui-container>:nth-child(7) {
        order: 4
      }

      .ui-reverse-tablet>.ui-container>:nth-child(8) {
        order: 3
      }

      .ui-reverse-tablet>.ui-container>:nth-child(9) {
        order: 2
      }

      .ui-reverse-tablet>.ui-container>:nth-child(10) {
        order: 1
      }
    }

    @media (min-width:768px) and (max-width:-1) {

      .ui-reverse-tablet>.ui-container>:first-child,
      .ui-reverse-tablet>.ui-container>:nth-child(10),
      .ui-reverse-tablet>.ui-container>:nth-child(2),
      .ui-reverse-tablet>.ui-container>:nth-child(3),
      .ui-reverse-tablet>.ui-container>:nth-child(4),
      .ui-reverse-tablet>.ui-container>:nth-child(5),
      .ui-reverse-tablet>.ui-container>:nth-child(6),
      .ui-reverse-tablet>.ui-container>:nth-child(7),
      .ui-reverse-tablet>.ui-container>:nth-child(8),
      .ui-reverse-tablet>.ui-container>:nth-child(9) {
        order: 0
      }

      .ui-reverse-mobile_extra>.ui-container>:first-child {
        order: 10
      }

      .ui-reverse-mobile_extra>.ui-container>:nth-child(2) {
        order: 9
      }

      .ui-reverse-mobile_extra>.ui-container>:nth-child(3) {
        order: 8
      }

      .ui-reverse-mobile_extra>.ui-container>:nth-child(4) {
        order: 7
      }

      .ui-reverse-mobile_extra>.ui-container>:nth-child(5) {
        order: 6
      }

      .ui-reverse-mobile_extra>.ui-container>:nth-child(6) {
        order: 5
      }

      .ui-reverse-mobile_extra>.ui-container>:nth-child(7) {
        order: 4
      }

      .ui-reverse-mobile_extra>.ui-container>:nth-child(8) {
        order: 3
      }

      .ui-reverse-mobile_extra>.ui-container>:nth-child(9) {
        order: 2
      }

      .ui-reverse-mobile_extra>.ui-container>:nth-child(10) {
        order: 1
      }
    }

    @media (max-width:767px) {
      .ui-reverse-mobile>.ui-container>:first-child {
        order: 10
      }

      .ui-reverse-mobile>.ui-container>:nth-child(2) {
        order: 9
      }

      .ui-reverse-mobile>.ui-container>:nth-child(3) {
        order: 8
      }

      .ui-reverse-mobile>.ui-container>:nth-child(4) {
        order: 7
      }

      .ui-reverse-mobile>.ui-container>:nth-child(5) {
        order: 6
      }

      .ui-reverse-mobile>.ui-container>:nth-child(6) {
        order: 5
      }

      .ui-reverse-mobile>.ui-container>:nth-child(7) {
        order: 4
      }

      .ui-reverse-mobile>.ui-container>:nth-child(8) {
        order: 3
      }

      .ui-reverse-mobile>.ui-container>:nth-child(9) {
        order: 2
      }

      .ui-reverse-mobile>.ui-container>:nth-child(10) {
        order: 1
      }

      .ui-column {
        width: 100%
      }
    }

    .ui-grid {
      display: grid;
      grid-column-gap: var(--grid-column-gap);
      grid-row-gap: var(--grid-row-gap)
    }

    .ui-grid .ui-grid-item {
      min-width: 0
    }

    .ui-grid-0 .ui-grid {
      display: inline-block;
      margin-bottom: calc(-1 * var(--grid-row-gap));
      width: 100%;
      word-spacing: var(--grid-column-gap)
    }

    .ui-grid-0 .ui-grid .ui-grid-item {
      display: inline-block;
      margin-bottom: var(--grid-row-gap);
      word-break: break-word
    }

    .ui-grid-1 .ui-grid {
      grid-template-columns: repeat(1, 1fr)
    }

    .ui-grid-2 .ui-grid {
      grid-template-columns: repeat(2, 1fr)
    }

    .ui-grid-3 .ui-grid {
      grid-template-columns: repeat(3, 1fr)
    }

    .ui-grid-4 .ui-grid {
      grid-template-columns: repeat(4, 1fr)
    }

    .ui-grid-5 .ui-grid {
      grid-template-columns: repeat(5, 1fr)
    }

    .ui-grid-6 .ui-grid {
      grid-template-columns: repeat(6, 1fr)
    }

    .ui-grid-7 .ui-grid {
      grid-template-columns: repeat(7, 1fr)
    }

    .ui-grid-8 .ui-grid {
      grid-template-columns: repeat(8, 1fr)
    }

    .ui-grid-9 .ui-grid {
      grid-template-columns: repeat(9, 1fr)
    }

    .ui-grid-10 .ui-grid {
      grid-template-columns: repeat(10, 1fr)
    }

    .ui-grid-11 .ui-grid {
      grid-template-columns: repeat(11, 1fr)
    }

    .ui-grid-12 .ui-grid {
      grid-template-columns: repeat(12, 1fr)
    }

    @media (min-width:-1) {
      .ui-grid-widescreen-0 .ui-grid {
        display: inline-block;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-gap)
      }

      .ui-grid-widescreen-0 .ui-grid .ui-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
      }

      .ui-grid-widescreen-1 .ui-grid {
        grid-template-columns: repeat(1, 1fr)
      }

      .ui-grid-widescreen-2 .ui-grid {
        grid-template-columns: repeat(2, 1fr)
      }

      .ui-grid-widescreen-3 .ui-grid {
        grid-template-columns: repeat(3, 1fr)
      }

      .ui-grid-widescreen-4 .ui-grid {
        grid-template-columns: repeat(4, 1fr)
      }

      .ui-grid-widescreen-5 .ui-grid {
        grid-template-columns: repeat(5, 1fr)
      }

      .ui-grid-widescreen-6 .ui-grid {
        grid-template-columns: repeat(6, 1fr)
      }

      .ui-grid-widescreen-7 .ui-grid {
        grid-template-columns: repeat(7, 1fr)
      }

      .ui-grid-widescreen-8 .ui-grid {
        grid-template-columns: repeat(8, 1fr)
      }

      .ui-grid-widescreen-9 .ui-grid {
        grid-template-columns: repeat(9, 1fr)
      }

      .ui-grid-widescreen-10 .ui-grid {
        grid-template-columns: repeat(10, 1fr)
      }

      .ui-grid-widescreen-11 .ui-grid {
        grid-template-columns: repeat(11, 1fr)
      }

      .ui-grid-widescreen-12 .ui-grid {
        grid-template-columns: repeat(12, 1fr)
      }
    }

    @media (max-width:-1) {
      .ui-grid-laptop-0 .ui-grid {
        display: inline-block;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-gap)
      }

      .ui-grid-laptop-0 .ui-grid .ui-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
      }

      .ui-grid-laptop-1 .ui-grid {
        grid-template-columns: repeat(1, 1fr)
      }

      .ui-grid-laptop-2 .ui-grid {
        grid-template-columns: repeat(2, 1fr)
      }

      .ui-grid-laptop-3 .ui-grid {
        grid-template-columns: repeat(3, 1fr)
      }

      .ui-grid-laptop-4 .ui-grid {
        grid-template-columns: repeat(4, 1fr)
      }

      .ui-grid-laptop-5 .ui-grid {
        grid-template-columns: repeat(5, 1fr)
      }

      .ui-grid-laptop-6 .ui-grid {
        grid-template-columns: repeat(6, 1fr)
      }

      .ui-grid-laptop-7 .ui-grid {
        grid-template-columns: repeat(7, 1fr)
      }

      .ui-grid-laptop-8 .ui-grid {
        grid-template-columns: repeat(8, 1fr)
      }

      .ui-grid-laptop-9 .ui-grid {
        grid-template-columns: repeat(9, 1fr)
      }

      .ui-grid-laptop-10 .ui-grid {
        grid-template-columns: repeat(10, 1fr)
      }

      .ui-grid-laptop-11 .ui-grid {
        grid-template-columns: repeat(11, 1fr)
      }

      .ui-grid-laptop-12 .ui-grid {
        grid-template-columns: repeat(12, 1fr)
      }
    }

    @media (max-width:1600px) {
      .ui-grid-tablet_extra-0 .ui-grid {
        display: inline-block;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-gap)
      }

      .ui-grid-tablet_extra-0 .ui-grid .ui-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
      }

      .ui-grid-tablet_extra-1 .ui-grid {
        grid-template-columns: repeat(1, 1fr)
      }

      .ui-grid-tablet_extra-2 .ui-grid {
        grid-template-columns: repeat(2, 1fr)
      }

      .ui-grid-tablet_extra-3 .ui-grid {
        grid-template-columns: repeat(3, 1fr)
      }

      .ui-grid-tablet_extra-4 .ui-grid {
        grid-template-columns: repeat(4, 1fr)
      }

      .ui-grid-tablet_extra-5 .ui-grid {
        grid-template-columns: repeat(5, 1fr)
      }

      .ui-grid-tablet_extra-6 .ui-grid {
        grid-template-columns: repeat(6, 1fr)
      }

      .ui-grid-tablet_extra-7 .ui-grid {
        grid-template-columns: repeat(7, 1fr)
      }

      .ui-grid-tablet_extra-8 .ui-grid {
        grid-template-columns: repeat(8, 1fr)
      }

      .ui-grid-tablet_extra-9 .ui-grid {
        grid-template-columns: repeat(9, 1fr)
      }

      .ui-grid-tablet_extra-10 .ui-grid {
        grid-template-columns: repeat(10, 1fr)
      }

      .ui-grid-tablet_extra-11 .ui-grid {
        grid-template-columns: repeat(11, 1fr)
      }

      .ui-grid-tablet_extra-12 .ui-grid {
        grid-template-columns: repeat(12, 1fr)
      }
    }

    @media (max-width:1199px) {
      .ui-grid-tablet-0 .ui-grid {
        display: inline-block;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-gap)
      }

      .ui-grid-tablet-0 .ui-grid .ui-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
      }

      .ui-grid-tablet-1 .ui-grid {
        grid-template-columns: repeat(1, 1fr)
      }

      .ui-grid-tablet-2 .ui-grid {
        grid-template-columns: repeat(2, 1fr)
      }

      .ui-grid-tablet-3 .ui-grid {
        grid-template-columns: repeat(3, 1fr)
      }

      .ui-grid-tablet-4 .ui-grid {
        grid-template-columns: repeat(4, 1fr)
      }

      .ui-grid-tablet-5 .ui-grid {
        grid-template-columns: repeat(5, 1fr)
      }

      .ui-grid-tablet-6 .ui-grid {
        grid-template-columns: repeat(6, 1fr)
      }

      .ui-grid-tablet-7 .ui-grid {
        grid-template-columns: repeat(7, 1fr)
      }

      .ui-grid-tablet-8 .ui-grid {
        grid-template-columns: repeat(8, 1fr)
      }

      .ui-grid-tablet-9 .ui-grid {
        grid-template-columns: repeat(9, 1fr)
      }

      .ui-grid-tablet-10 .ui-grid {
        grid-template-columns: repeat(10, 1fr)
      }

      .ui-grid-tablet-11 .ui-grid {
        grid-template-columns: repeat(11, 1fr)
      }

      .ui-grid-tablet-12 .ui-grid {
        grid-template-columns: repeat(12, 1fr)
      }
    }

    @media (max-width:-1) {
      .ui-grid-mobile_extra-0 .ui-grid {
        display: inline-block;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-gap)
      }

      .ui-grid-mobile_extra-0 .ui-grid .ui-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
      }

      .ui-grid-mobile_extra-1 .ui-grid {
        grid-template-columns: repeat(1, 1fr)
      }

      .ui-grid-mobile_extra-2 .ui-grid {
        grid-template-columns: repeat(2, 1fr)
      }

      .ui-grid-mobile_extra-3 .ui-grid {
        grid-template-columns: repeat(3, 1fr)
      }

      .ui-grid-mobile_extra-4 .ui-grid {
        grid-template-columns: repeat(4, 1fr)
      }

      .ui-grid-mobile_extra-5 .ui-grid {
        grid-template-columns: repeat(5, 1fr)
      }

      .ui-grid-mobile_extra-6 .ui-grid {
        grid-template-columns: repeat(6, 1fr)
      }

      .ui-grid-mobile_extra-7 .ui-grid {
        grid-template-columns: repeat(7, 1fr)
      }

      .ui-grid-mobile_extra-8 .ui-grid {
        grid-template-columns: repeat(8, 1fr)
      }

      .ui-grid-mobile_extra-9 .ui-grid {
        grid-template-columns: repeat(9, 1fr)
      }

      .ui-grid-mobile_extra-10 .ui-grid {
        grid-template-columns: repeat(10, 1fr)
      }

      .ui-grid-mobile_extra-11 .ui-grid {
        grid-template-columns: repeat(11, 1fr)
      }

      .ui-grid-mobile_extra-12 .ui-grid {
        grid-template-columns: repeat(12, 1fr)
      }
    }

    @media (max-width:767px) {
      .ui-grid-mobile-0 .ui-grid {
        display: inline-block;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-gap)
      }

      .ui-grid-mobile-0 .ui-grid .ui-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
      }

      .ui-grid-mobile-1 .ui-grid {
        grid-template-columns: repeat(1, 1fr)
      }

      .ui-grid-mobile-2 .ui-grid {
        grid-template-columns: repeat(2, 1fr)
      }

      .ui-grid-mobile-3 .ui-grid {
        grid-template-columns: repeat(3, 1fr)
      }

      .ui-grid-mobile-4 .ui-grid {
        grid-template-columns: repeat(4, 1fr)
      }

      .ui-grid-mobile-5 .ui-grid {
        grid-template-columns: repeat(5, 1fr)
      }

      .ui-grid-mobile-6 .ui-grid {
        grid-template-columns: repeat(6, 1fr)
      }

      .ui-grid-mobile-7 .ui-grid {
        grid-template-columns: repeat(7, 1fr)
      }

      .ui-grid-mobile-8 .ui-grid {
        grid-template-columns: repeat(8, 1fr)
      }

      .ui-grid-mobile-9 .ui-grid {
        grid-template-columns: repeat(9, 1fr)
      }

      .ui-grid-mobile-10 .ui-grid {
        grid-template-columns: repeat(10, 1fr)
      }

      .ui-grid-mobile-11 .ui-grid {
        grid-template-columns: repeat(11, 1fr)
      }

      .ui-grid-mobile-12 .ui-grid {
        grid-template-columns: repeat(12, 1fr)
      }
    }

    @media (min-width:1601px) {
      #ui-device-mode:after {
        content: "desktop"
      }
    }

    @media (min-width:-1) {
      #ui-device-mode:after {
        content: "widescreen"
      }
    }

    @media (max-width:-1) {
      #ui-device-mode:after {
        content: "laptop"
      }
    }

    @media (max-width:1600px) {
      #ui-device-mode:after {
        content: "tablet_extra"
      }
    }

    @media (max-width:1199px) {
      #ui-device-mode:after {
        content: "tablet"
      }
    }

    @media (max-width:-1) {
      #ui-device-mode:after {
        content: "mobile_extra"
      }
    }

    @media (max-width:767px) {
      #ui-device-mode:after {
        content: "mobile"
      }
    }

    @media (prefers-reduced-motion:no-preference) {
      html {
        scroll-behavior: smooth
      }
    }

    .e-con {
      --border-radius: 0;
      --border-top-width: 0px;
      --border-right-width: 0px;
      --border-bottom-width: 0px;
      --border-left-width: 0px;
      --border-style: initial;
      --border-color: initial;
      --container-widget-width: 100%;
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --content-width: min(100%, var(--container-max-width, 1250px));
      --width: 100%;
      --min-height: initial;
      --height: auto;
      --text-align: initial;
      --margin-top: 0px;
      --margin-right: 0px;
      --margin-bottom: 0px;
      --margin-left: 0px;
      --padding-top: var(--container-default-padding-top, 10px);
      --padding-right: var(--container-default-padding-right, 10px);
      --padding-bottom: var(--container-default-padding-bottom, 10px);
      --padding-left: var(--container-default-padding-left, 10px);
      --position: relative;
      --z-index: revert;
      --overflow: visible;
      --gap: var(--widgets-spacing, 20px);
      --row-gap: var(--widgets-spacing-row, 20px);
      --column-gap: var(--widgets-spacing-column, 20px);
      --overlay-mix-blend-mode: initial;
      --overlay-opacity: 1;
      --overlay-transition: 0.3s;
      --e-con-grid-template-columns: repeat(3, 1fr);
      --e-con-grid-template-rows: repeat(2, 1fr);
      border-radius: var(--border-radius);
      height: var(--height);
      min-height: var(--min-height);
      min-width: 0;
      overflow: var(--overflow);
      position: var(--position);
      width: var(--width);
      z-index: var(--z-index);
      --flex-wrap-mobile: wrap;
      margin-block-end: var(--margin-block-end);
      margin-block-start: var(--margin-block-start);
      margin-inline-end: var(--margin-inline-end);
      margin-inline-start: var(--margin-inline-start);
      padding-inline-end: var(--padding-inline-end);
      padding-inline-start: var(--padding-inline-start)
    }

    .e-con:where(:not(.e-div-block-base)) {
      transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--e-con-transform-transition-duration, .4s)
    }

    .e-con {
      --margin-block-start: var(--margin-top);
      --margin-block-end: var(--margin-bottom);
      --margin-inline-start: var(--margin-left);
      --margin-inline-end: var(--margin-right);
      --padding-inline-start: var(--padding-left);
      --padding-inline-end: var(--padding-right);
      --padding-block-start: var(--padding-top);
      --padding-block-end: var(--padding-bottom);
      --border-block-start-width: var(--border-top-width);
      --border-block-end-width: var(--border-bottom-width);
      --border-inline-start-width: var(--border-left-width);
      --border-inline-end-width: var(--border-right-width)
    }

    body.rtl .e-con {
      --padding-inline-start: var(--padding-right);
      --padding-inline-end: var(--padding-left);
      --margin-inline-start: var(--margin-right);
      --margin-inline-end: var(--margin-left);
      --border-inline-start-width: var(--border-right-width);
      --border-inline-end-width: var(--border-left-width)
    }

    .e-con.e-flex {
      --flex-direction: column;
      --flex-basis: auto;
      --flex-grow: 0;
      --flex-shrink: 1;
      flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis)
    }

    .e-con-full,
    .e-con>.e-con-inner {
      padding-block-end: var(--padding-block-end);
      padding-block-start: var(--padding-block-start);
      text-align: var(--text-align)
    }

    .e-con-full.e-flex,
    .e-con.e-flex>.e-con-inner {
      flex-direction: var(--flex-direction)
    }

    .e-con,
    .e-con>.e-con-inner {
      display: var(--display)
    }

    .e-con.e-grid {
      --grid-justify-content: start;
      --grid-align-content: start;
      --grid-auto-flow: row
    }

    .e-con.e-grid,
    .e-con.e-grid>.e-con-inner {
      align-content: var(--grid-align-content);
      align-items: var(--align-items);
      grid-auto-flow: var(--grid-auto-flow);
      grid-template-columns: var(--e-con-grid-template-columns);
      grid-template-rows: var(--e-con-grid-template-rows);
      justify-content: var(--grid-justify-content);
      justify-items: var(--justify-items)
    }

    .e-con-boxed.e-flex {
      align-content: normal;
      align-items: normal;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: normal
    }

    .e-con-boxed.e-grid {
      grid-template-columns: 1fr;
      grid-template-rows: 1fr;
      justify-items: legacy
    }

    .e-con-boxed {
      gap: initial;
      text-align: initial
    }

    .e-con.e-flex>.e-con-inner {
      align-content: var(--align-content);
      align-items: var(--align-items);
      align-self: auto;
      flex-basis: auto;
      flex-grow: 1;
      flex-shrink: 1;
      flex-wrap: var(--flex-wrap);
      justify-content: var(--justify-content)
    }

    .e-con.e-grid>.e-con-inner {
      align-items: var(--align-items);
      justify-items: var(--justify-items)
    }

    .e-con>.e-con-inner {
      gap: var(--row-gap) var(--column-gap);
      height: 100%;
      margin: 0 auto;
      max-width: var(--content-width);
      padding-inline-end: 0;
      padding-inline-start: 0;
      width: 100%
    }

    :is(.ui-section-wrap, [data-ui-id])>.e-con {
      --margin-left: auto;
      --margin-right: auto;
      max-width: min(100%, var(--width))
    }

    .e-con .ui-widget.ui-widget {
      margin-block-end: 0
    }

    .e-con:before,
    .e-con>.ui-background-slideshow:before,
    .e-con>.ui-motion-effects-container>.ui-motion-effects-layer:before,
    :is(.e-con, .e-con>.e-con-inner)>.ui-background-video-container:before {
      border-block-end-width: var(--border-block-end-width);
      border-block-start-width: var(--border-block-start-width);
      border-color: var(--border-color);
      border-inline-end-width: var(--border-inline-end-width);
      border-inline-start-width: var(--border-inline-start-width);
      border-radius: var(--border-radius);
      border-style: var(--border-style);
      content: var(--background-overlay);
      display: block;
      height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
      left: calc(0px - var(--border-left-width));
      mix-blend-mode: var(--overlay-mix-blend-mode);
      opacity: var(--overlay-opacity);
      position: absolute;
      top: calc(0px - var(--border-top-width));
      transition: var(--overlay-transition, .3s);
      width: max(100% + var(--border-left-width) + var(--border-right-width), 100%)
    }

    .e-con:before {
      transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s)
    }

    .e-con>.ui-background-slideshow,
    :is(.e-con, .e-con>.e-con-inner)>.ui-background-video-container {
      border-block-end-width: var(--border-block-end-width);
      border-block-start-width: var(--border-block-start-width);
      border-color: var(--border-color);
      border-inline-end-width: var(--border-inline-end-width);
      border-inline-start-width: var(--border-inline-start-width);
      border-radius: var(--border-radius);
      border-style: var(--border-style);
      height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
      left: calc(0px - var(--border-left-width));
      top: calc(0px - var(--border-top-width));
      width: max(100% + var(--border-left-width) + var(--border-right-width), 100%)
    }

    @media (max-width:767px) {
      :is(.e-con, .e-con>.e-con-inner)>.ui-background-video-container.ui-hidden-mobile {
        display: none
      }
    }

    :is(.e-con, .e-con>.e-con-inner)>.ui-background-video-container:before {
      z-index: 1
    }

    :is(.e-con, .e-con>.e-con-inner)>.ui-background-slideshow:before {
      z-index: 2
    }

    .e-con .ui-widget {
      min-width: 0
    }

    .e-con .ui-widget-empty,
    .e-con .ui-widget-google_maps,
    .e-con .ui-widget-video,
    .e-con .ui-widget.e-widget-swiper {
      width: 100%
    }

    .e-con>.e-con-inner>.ui-widget>.ui-widget-container,
    .e-con>.ui-widget>.ui-widget-container {
      height: 100%
    }

    .e-con.e-con>.e-con-inner>.ui-widget,
    .page-wrapper.page-wrapper .e-con>.ui-widget {
      max-width: 100%
    }

    .e-con .ui-widget:not(:last-child) {
      --kit-widget-spacing: 0px
    }

    @media (max-width:767px) {
      .e-con.e-flex {
        --width: 100%;
        --flex-wrap: var(--flex-wrap-mobile)
      }

      .e-con.e-flex .ui-widget-archive-posts {
        width: 100%
      }
    }

    .ui-form-fields-wrapper {
      display: flex;
      flex-wrap: wrap
    }

    .ui-form-fields-wrapper.ui-labels-above .ui-field-group .ui-field-subgroup,
    .ui-form-fields-wrapper.ui-labels-above .ui-field-group>.ui-select-wrapper,
    .ui-form-fields-wrapper.ui-labels-above .ui-field-group>input,
    .ui-form-fields-wrapper.ui-labels-above .ui-field-group>textarea {
      flex-basis: 100%;
      max-width: 100%
    }

    .ui-form-fields-wrapper.ui-labels-inline>.ui-field-group .ui-select-wrapper,
    .ui-form-fields-wrapper.ui-labels-inline>.ui-field-group>input {
      flex-grow: 1
    }

    .ui-field-group {
      align-items: center;
      flex-wrap: wrap
    }

    .ui-field-group.ui-field-type-submit {
      align-items: flex-end
    }

    .ui-field-group .ui-field-textual {
      background-color: transparent;
      border: 1px solid #69727d;
      color: #1f2124;
      flex-grow: 1;
      max-width: 100%;
      vertical-align: middle;
      width: 100%
    }

    .ui-field-group .ui-field-textual:focus {
      box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
      outline: 0
    }

    .ui-field-group .ui-field-textual::-moz-placeholder {
      color: inherit;
      font-family: inherit;
      opacity: .6
    }

    .ui-field-group .ui-field-textual::placeholder {
      color: inherit;
      font-family: inherit;
      opacity: .6
    }

    .ui-field-group .ui-select-wrapper {
      display: flex;
      position: relative;
      width: 100%
    }

    .ui-field-group .ui-select-wrapper select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      color: inherit;
      flex-basis: 100%;
      font-family: inherit;
      font-size: inherit;
      font-style: inherit;
      font-weight: inherit;
      letter-spacing: inherit;
      line-height: inherit;
      padding-inline-end: 20px;
      text-transform: inherit
    }

    .ui-field-group .ui-select-wrapper:before {
      content: "\e92a";
      font-family: eicons;
      font-size: 15px;
      inset-block-start: 50%;
      inset-inline-end: 10px;
      pointer-events: none;
      position: absolute;
      text-shadow: 0 0 3px rgba(0, 0, 0, .3);
      transform: translateY(-50%)
    }

    .ui-field-group.ui-field-type-select-multiple .ui-select-wrapper:before {
      content: ""
    }

    .ui-field-subgroup {
      display: flex;
      flex-wrap: wrap
    }

    .ui-field-subgroup .ui-field-option label {
      display: inline-block
    }

    .ui-field-subgroup.ui-subgroup-inline .ui-field-option {
      padding-inline-end: 10px
    }

    .ui-field-subgroup:not(.ui-subgroup-inline) .ui-field-option {
      flex-basis: 100%
    }

    .ui-field-type-acceptance .ui-field-subgroup .ui-field-option input,
    .ui-field-type-acceptance .ui-field-subgroup .ui-field-option label,
    .ui-field-type-checkbox .ui-field-subgroup .ui-field-option input,
    .ui-field-type-checkbox .ui-field-subgroup .ui-field-option label,
    .ui-field-type-radio .ui-field-subgroup .ui-field-option input,
    .ui-field-type-radio .ui-field-subgroup .ui-field-option label {
      display: inline
    }

    .ui-field-label {
      cursor: pointer
    }

    .ui-mark-required .ui-field-label:after {
      color: red;
      content: "*";
      padding-inline-start: .2em
    }

    .ui-field-textual {
      border-radius: 3px;
      font-size: 15px;
      line-height: 1.4;
      min-height: 40px;
      padding: 5px 14px
    }

    .ui-field-textual.ui-size-xs {
      border-radius: 2px;
      font-size: 13px;
      min-height: 33px;
      padding: 4px 12px
    }

    .ui-field-textual.ui-size-md {
      border-radius: 4px;
      font-size: 16px;
      min-height: 47px;
      padding: 6px 16px
    }

    .ui-field-textual.ui-size-lg {
      border-radius: 5px;
      font-size: 18px;
      min-height: 59px;
      padding: 7px 20px
    }

    .ui-field-textual.ui-size-xl {
      border-radius: 6px;
      font-size: 20px;
      min-height: 72px;
      padding: 8px 24px
    }

    .ui-button-align-stretch .ui-field-type-submit:not(.e-form__buttons__wrapper) .ui-button {
      flex-basis: 100%
    }

    .ui-button-align-stretch .e-form__buttons__wrapper {
      flex-basis: 50%;
      flex-grow: 1
    }

    .ui-button-align-stretch .e-form__buttons__wrapper__button {
      flex-basis: 100%
    }

    .ui-button-align-center .e-form__buttons,
    .ui-button-align-center .ui-field-type-submit {
      justify-content: center
    }

    .ui-button-align-start .e-form__buttons,
    .ui-button-align-start .ui-field-type-submit {
      justify-content: flex-start
    }

    .ui-button-align-end .e-form__buttons,
    .ui-button-align-end .ui-field-type-submit {
      justify-content: flex-end
    }

    .ui-button-align-center .ui-field-type-submit:not(.e-form__buttons__wrapper) .ui-button,
    .ui-button-align-end .ui-field-type-submit:not(.e-form__buttons__wrapper) .ui-button,
    .ui-button-align-start .ui-field-type-submit:not(.e-form__buttons__wrapper) .ui-button {
      flex-basis: auto
    }

    .ui-button-align-center .e-form__buttons__wrapper,
    .ui-button-align-end .e-form__buttons__wrapper,
    .ui-button-align-start .e-form__buttons__wrapper {
      flex-grow: 0
    }

    .ui-button-align-center .e-form__buttons__wrapper,
    .ui-button-align-center .e-form__buttons__wrapper__button,
    .ui-button-align-end .e-form__buttons__wrapper,
    .ui-button-align-end .e-form__buttons__wrapper__button,
    .ui-button-align-start .e-form__buttons__wrapper,
    .ui-button-align-start .e-form__buttons__wrapper__button {
      flex-basis: auto
    }

    @media screen and (max-width:1199px) {
      .ui-tablet-button-align-stretch .ui-field-type-submit:not(.e-form__buttons__wrapper) .ui-button {
        flex-basis: 100%
      }

      .ui-tablet-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
      }

      .ui-tablet-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
      }

      .ui-tablet-button-align-center .e-form__buttons,
      .ui-tablet-button-align-center .ui-field-type-submit {
        justify-content: center
      }

      .ui-tablet-button-align-start .e-form__buttons,
      .ui-tablet-button-align-start .ui-field-type-submit {
        justify-content: flex-start
      }

      .ui-tablet-button-align-end .e-form__buttons,
      .ui-tablet-button-align-end .ui-field-type-submit {
        justify-content: flex-end
      }

      .ui-tablet-button-align-center .ui-field-type-submit:not(.e-form__buttons__wrapper) .ui-button,
      .ui-tablet-button-align-end .ui-field-type-submit:not(.e-form__buttons__wrapper) .ui-button,
      .ui-tablet-button-align-start .ui-field-type-submit:not(.e-form__buttons__wrapper) .ui-button {
        flex-basis: auto
      }

      .ui-tablet-button-align-center .e-form__buttons__wrapper,
      .ui-tablet-button-align-end .e-form__buttons__wrapper,
      .ui-tablet-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
      }

      .ui-tablet-button-align-center .e-form__buttons__wrapper,
      .ui-tablet-button-align-center .e-form__buttons__wrapper__button,
      .ui-tablet-button-align-end .e-form__buttons__wrapper,
      .ui-tablet-button-align-end .e-form__buttons__wrapper__button,
      .ui-tablet-button-align-start .e-form__buttons__wrapper,
      .ui-tablet-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
      }
    }

    @media screen and (max-width:767px) {
      .ui-mobile-button-align-stretch .ui-field-type-submit:not(.e-form__buttons__wrapper) .ui-button {
        flex-basis: 100%
      }

      .ui-mobile-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
      }

      .ui-mobile-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
      }

      .ui-mobile-button-align-center .e-form__buttons,
      .ui-mobile-button-align-center .ui-field-type-submit {
        justify-content: center
      }

      .ui-mobile-button-align-start .e-form__buttons,
      .ui-mobile-button-align-start .ui-field-type-submit {
        justify-content: flex-start
      }

      .ui-mobile-button-align-end .e-form__buttons,
      .ui-mobile-button-align-end .ui-field-type-submit {
        justify-content: flex-end
      }

      .ui-mobile-button-align-center .ui-field-type-submit:not(.e-form__buttons__wrapper) .ui-button,
      .ui-mobile-button-align-end .ui-field-type-submit:not(.e-form__buttons__wrapper) .ui-button,
      .ui-mobile-button-align-start .ui-field-type-submit:not(.e-form__buttons__wrapper) .ui-button {
        flex-basis: auto
      }

      .ui-mobile-button-align-center .e-form__buttons__wrapper,
      .ui-mobile-button-align-end .e-form__buttons__wrapper,
      .ui-mobile-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
      }

      .ui-mobile-button-align-center .e-form__buttons__wrapper,
      .ui-mobile-button-align-center .e-form__buttons__wrapper__button,
      .ui-mobile-button-align-end .e-form__buttons__wrapper,
      .ui-mobile-button-align-end .e-form__buttons__wrapper__button,
      .ui-mobile-button-align-start .e-form__buttons__wrapper,
      .ui-mobile-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
      }
    }

    .ui-error .ui-field {
      border-color: #d9534f
    }

    .ui-error .help-inline {
      color: #d9534f;
      font-size: .9em
    }

    .ui-message {
      font-size: 1em;
      line-height: 1;
      margin: 10px 0
    }

    .ui-message:before {
      content: "\e90e";
      display: inline-block;
      font-family: eicons;
      font-style: normal;
      font-weight: 400;
      margin-inline-end: 5px;
      vertical-align: middle
    }

    .ui-message.ui-message-danger {
      color: #d9534f
    }

    .ui-message.ui-message-danger:before {
      content: "\e87f"
    }

    .ui-message.form-message-success {
      color: #5cb85c
    }

    .ui-form .ui-button {
      border: none;
      padding-block-end: 0;
      padding-block-start: 0
    }

    .ui-form .ui-button-content-wrapper,
    .ui-form .ui-button>span {
      display: flex;
      flex-direction: row;
      gap: 5px;
      justify-content: center
    }

    .ui-form .ui-button.ui-size-xs {
      min-height: 33px
    }

    .ui-form .ui-button.ui-size-sm {
      min-height: 40px
    }

    .ui-form .ui-button.ui-size-md {
      min-height: 47px
    }

    .ui-form .ui-button.ui-size-lg {
      min-height: 59px
    }

    .ui-form .ui-button.ui-size-xl {
      min-height: 72px
    }

    .ui-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .ui-widget-container,
    .ui-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.ui-widget-container)) {
      transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s)
    }

    .ui-heading-title {
      line-height: 1;
      margin: 0;
      padding: 0
    }

    .ui-button {
      background-color: #69727d;
      border-radius: 3px;
      color: #fff;
      display: inline-block;
      font-size: 15px;
      line-height: 1;
      padding: 12px 24px;
      fill: #fff;
      text-align: center;
      transition: all .3s
    }

    .ui-button:focus,
    .ui-button:hover,
    .ui-button:visited {
      color: #fff
    }

    .ui-button-content-wrapper {
      display: flex;
      flex-direction: row;
      gap: 5px;
      justify-content: center
    }

    .ui-button-icon {
      align-items: center;
      display: flex
    }

    .ui-button-icon svg {
      height: auto;
      width: 1em
    }

    .ui-button-icon .e-font-icon-svg {
      height: 1em
    }

    .ui-button-text {
      display: inline-block
    }

    .ui-button.ui-size-xs {
      border-radius: 2px;
      font-size: 13px;
      padding: 10px 20px
    }

    .ui-button.ui-size-md {
      border-radius: 4px;
      font-size: 16px;
      padding: 15px 30px
    }

    .ui-button.ui-size-lg {
      border-radius: 5px;
      font-size: 18px;
      padding: 20px 40px
    }

    .ui-button.ui-size-xl {
      border-radius: 6px;
      font-size: 20px;
      padding: 25px 50px
    }

    .ui-button span {
      text-decoration: inherit
    }

    .ui-element.ui-button-info .ui-button {
      background-color: #5bc0de
    }

    .ui-element.ui-button-success .ui-button {
      background-color: #5cb85c
    }

    .ui-element.ui-button-warning .ui-button {
      background-color: #f0ad4e
    }

    .ui-element.ui-button-danger .ui-button {
      background-color: #d9534f
    }

    .ui-widget-button .ui-button .ui-button-info {
      background-color: #5bc0de
    }

    .ui-widget-button .ui-button .ui-button-success {
      background-color: #5cb85c
    }

    .ui-widget-button .ui-button .ui-button-warning {
      background-color: #f0ad4e
    }

    .ui-widget-button .ui-button .ui-button-danger {
      background-color: #d9534f
    }

    .ui-view-stacked .ui-icon {
      background-color: #69727d;
      color: #fff;
      padding: .5em;
      fill: #fff
    }

    .ui-view-framed .ui-icon {
      background-color: transparent;
      border: 3px solid #69727d;
      color: #69727d;
      padding: .5em
    }

    .ui-icon {
      color: #69727d;
      display: inline-block;
      font-size: 50px;
      line-height: 1;
      text-align: center;
      transition: all .3s
    }

    .ui-icon:hover {
      color: #69727d
    }

    .ui-icon i,
    .ui-icon svg {
      display: block;
      height: 1em;
      position: relative;
      width: 1em
    }

    .ui-icon i:before,
    .ui-icon svg:before {
      left: 50%;
      position: absolute;
      transform: translateX(-50%)
    }

    .ui-icon i.fad {
      width: auto
    }

    .ui-shape-square .ui-icon {
      border-radius: 0
    }

    .ui-shape-rounded .ui-icon {
      border-radius: 10%
    }

    .ui-shape-circle .ui-icon {
      border-radius: 50%
    }

    .e-transform .ui-widget-container,
    .e-transform:not(:has(.ui-widget-container)) {
      transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
      transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
    }

    .e-con.e-transform {
      transform: perspective(var(--e-con-transform-perspective, 0)) rotate(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0));
      transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)
    }

    .animated {
      animation-duration: 1.25s
    }

    .animated.animated-slow {
      animation-duration: 2s
    }

    .animated.animated-fast {
      animation-duration: .75s
    }

    .animated.infinite {
      animation-iteration-count: infinite
    }

    .animated.reverse {
      animation-direction: reverse;
      animation-fill-mode: forwards
    }

    @media (prefers-reduced-motion:reduce) {
      .animated {
        animation: none !important
      }

      html * {
        transition-delay: 0s !important;
        transition-duration: 0s !important
      }
    }

    @media (max-width:767px) {

      .page-wrapper .ui-hidden-mobile,
      .page-wrapper .ui-hidden-phone {
        display: none
      }
    }

    @media (min-width:-1) and (max-width:-1) {
      .page-wrapper .ui-hidden-mobile_extra {
        display: none
      }
    }

    @media (min-width:768px) and (max-width:1199px) {
      .page-wrapper .ui-hidden-tablet {
        display: none
      }
    }

    @media (min-width:1200px) and (max-width:1600px) {
      .page-wrapper .ui-hidden-tablet_extra {
        display: none
      }
    }

    @media (min-width:-1) and (max-width:-1) {
      .page-wrapper .ui-hidden-laptop {
        display: none
      }
    }

    @media (min-width:1601px) and (max-width:99999px) {
      .page-wrapper .ui-hidden-desktop {
        display: none
      }
    }

    @media (min-width:-1) {
      .page-wrapper .ui-hidden-widescreen {
        display: none
      }
    }

    .page-wrapper .ui-element.hero-container {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: 100%;
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
    }

    .page-wrapper .ui-element.tracking-form-wrapper {
      --display: flex;
      --position: absolute;
      --flex-direction: row;
      --container-widget-width: initial;
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --justify-content: flex-end;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --border-radius: 0px 0px 6px 6px;
      bottom: 0px;
      --z-index: 99;
    }

    .page-wrapper .ui-element.tracking-form-wrapper:not(.ui-motion-effects-element-type-background),
    .page-wrapper .ui-element.tracking-form-wrapper>.ui-motion-effects-container>.ui-motion-effects-layer {
      background-color: #FFFFFF;
    }

    .page-wrapper .ui-element.tracking-form-wrapper.e-con {
      --align-self: flex-end;
    }

    body:not(.rtl) .page-wrapper .ui-element.tracking-form-wrapper {
      left: 175px;
    }

    body.rtl .page-wrapper .ui-element.tracking-form-wrapper {
      left: 175px;
    }

    .page-wrapper .ui-element.tracking-form-bg {
      --display: flex;
      --min-height: 100%;
      --flex-direction: column;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --justify-content: center;
      --align-items: flex-start;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --border-radius: 6px 6px 6px 6px;
      --margin-top: 0px;
      --margin-bottom: 15px;
      --margin-left: 15px;
      --margin-right: 15px;
      --padding-top: 30px;
      --padding-bottom: 20px;
      --padding-left: 30px;
      --padding-right: 30px;
    }

    .page-wrapper .ui-element.tracking-form-bg:not(.ui-motion-effects-element-type-background),
    .page-wrapper .ui-element.tracking-form-bg>.ui-motion-effects-container>.ui-motion-effects-layer {
      background-color: var(--e-global-color-secondary);
      background-image: url("https://july.finestwp.com/newwp/exporto/wp-content/uploads/2025/09/main-slider-style1-form-bg-3.jpg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
    }

    .page-wrapper .ui-element.tracking-logo-wrapper {
      --display: flex;
      --position: absolute;
      --flex-direction: row;
      --container-widget-width: initial;
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --justify-content: flex-end;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      bottom: 5px;
    }

    body:not(.rtl) .page-wrapper .ui-element.tracking-logo-wrapper {
      right: 0px;
    }

    body.rtl .page-wrapper .ui-element.tracking-logo-wrapper {
      left: 0px;
    }

    .ui-widget-image .widget-image-caption {
      color: var(--e-global-color-text);
      font-family: var(--e-global-typography-text-font-family), Sans-serif;
      font-size: var(--e-global-typography-text-font-size);
      font-weight: var(--e-global-typography-text-font-weight);
    }

    .page-wrapper .ui-element.tracking-content-wrapper {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --justify-content: center;
      --align-items: flex-start;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
    }

    .page-wrapper .ui-element.tracking-title-widget>.ui-widget-container {
      margin: 0px 0px 2px 0px;
    }

    .page-wrapper .ui-element.tracking-title-widget .has-ele-title,
    .page-wrapper .ui-element.tracking-title-widget .has-ele-title a {
      color: var(--e-global-color-d5228ea);
    }

    .page-wrapper .ui-element.tracking-title-widget .has-ele-title {
      font-family: "Sen", Sans-serif;
      font-size: 20px;
      font-weight: 600;
    }

    .page-wrapper .ui-element.tracking-form-shortcode {
      z-index: 9;
    }

    .page-wrapper .ui-element.hero-features-wrapper {
      --display: flex;
      --position: absolute;
      --flex-direction: row;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --justify-content: space-between;
      --align-items: center;
      --gap: 15px 15px;
      --row-gap: 15px;
      --column-gap: 15px;
      --border-radius: 6px 6px 0px 0px;
      --padding-top: 15px;
      --padding-bottom: 0px;
      --padding-left: 15px;
      --padding-right: 15px;
      /*bottom: 0px;*/
      --z-index: 99;
    }

    .page-wrapper .ui-element.hero-features-wrapper:not(.ui-motion-effects-element-type-background),
    .page-wrapper .ui-element.hero-features-wrapper>.ui-motion-effects-container>.ui-motion-effects-layer {
      background-color: #FFFFFF;
    }

    body:not(.rtl) .page-wrapper .ui-element.hero-features-wrapper {
      right: 175px;
    }

    body.rtl .page-wrapper .ui-element.hero-features-wrapper {
      left: 175px;
    }

    .page-wrapper .ui-element.feature-box-1 {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --align-items: center;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --border-radius: 6px 6px 6px 6px;
      --margin-top: 0px;
      --margin-bottom: 0px;
      --margin-left: 0px;
      --margin-right: 0px;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 0px;
      --padding-right: 0px;
    }

    .page-wrapper .ui-element.feature-box-content-1 {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --border-radius: 6px 6px 0px 0px;
      --padding-top: 30px;
      --padding-bottom: 20px;
      --padding-left: 30px;
      --padding-right: 30px;
    }

    .page-wrapper .ui-element.feature-box-content-1:not(.ui-motion-effects-element-type-background),
    .page-wrapper .ui-element.feature-box-content-1>.ui-motion-effects-container>.ui-motion-effects-layer {
      background-color: var(--e-global-color-primary);
    }

    .ui-widget-icon-box.ui-view-stacked .ui-icon {
      background-color: var(--e-global-color-primary);
    }

    .ui-widget-icon-box.ui-view-framed .ui-icon,
    .ui-widget-icon-box.ui-view-default .ui-icon {
      fill: var(--e-global-color-primary);
      color: var(--e-global-color-primary);
      border-color: var(--e-global-color-primary);
    }

    .ui-widget-icon-box .ui-icon-box-title,
    .ui-widget-icon-box .ui-icon-box-title a {
      font-family: var(--e-global-typography-primary-font-family), Sans-serif;
      font-size: var(--e-global-typography-primary-font-size);
      font-weight: var(--e-global-typography-primary-font-weight);
    }

    .ui-widget-icon-box .ui-icon-box-title {
      color: var(--e-global-color-primary);
    }

    .ui-widget-icon-box:has(:hover) .ui-icon-box-title,
    .ui-widget-icon-box:has(:focus) .ui-icon-box-title {
      color: var(--e-global-color-primary);
    }

    .ui-widget-icon-box .ui-icon-box-description {
      font-family: var(--e-global-typography-text-font-family), Sans-serif;
      font-size: var(--e-global-typography-text-font-size);
      font-weight: var(--e-global-typography-text-font-weight);
      color: var(--e-global-color-text);
    }

    .page-wrapper .ui-element.feature-icon-box-1 {
      --icon-box-icon-margin: 15px;
    }

    .page-wrapper .ui-element.feature-icon-box-1 .ui-icon-box-title {
      margin-block-end: 5px;
      color: #FFFFFF;
    }

    .page-wrapper .ui-element.feature-icon-box-1.ui-view-stacked .ui-icon {
      background-color: #FFFFFF;
    }

    .page-wrapper .ui-element.feature-icon-box-1.ui-view-framed .ui-icon,
    .page-wrapper .ui-element.feature-icon-box-1.ui-view-default .ui-icon {
      fill: #FFFFFF;
      color: #FFFFFF;
      border-color: #FFFFFF;
    }

    .page-wrapper .ui-element.feature-icon-box-1 .ui-icon {
      font-size: 30px;
    }

    .page-wrapper .ui-element.feature-icon-box-1 .ui-icon-box-title,
    .page-wrapper .ui-element.feature-icon-box-1 .ui-icon-box-title a {
      font-family: "Sen", Sans-serif;
      font-size: 20px;
      font-weight: 700;
    }

    .page-wrapper .ui-element.feature-icon-box-1:has(:hover) .ui-icon-box-title,
    .page-wrapper .ui-element.feature-icon-box-1:has(:focus) .ui-icon-box-title {
      color: var(--e-global-color-d5228ea);
    }

    .page-wrapper .ui-element.feature-icon-box-1 .ui-icon-box-description {
      font-family: var(--e-global-typography-primary-font-family), Sans-serif;
      font-size: var(--e-global-typography-primary-font-size);
      font-weight: var(--e-global-typography-primary-font-weight);
      color: #FAE1D9;
    }

    .page-wrapper .ui-element.ui-element-cc1edde {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --border-radius: 0px 0px 6px 6px;
    }

    .page-wrapper .ui-element.ui-element-cc1edde:not(.ui-motion-effects-element-type-background),
    .page-wrapper .ui-element.ui-element-cc1edde>.ui-motion-effects-container>.ui-motion-effects-layer {
      background-color: var(--e-global-color-primary);
    }

    .page-wrapper .ui-element.ui-element-ccb5cd2 .has-ele-btn_two__style {
      padding: 13px 0px 13px 0px;
      border-style: solid;
      border-width: 1px 0px 0px 0px;
      border-color: #FB845E;
      font-family: "Sen", Sans-serif;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      color: #FFFFFF;
          background: #eb1945;
    /* border-bottom-left-radius: 17px; */
    border-bottom-right-radius: 44px;
    }
.page-wrapper .ui-element.ui-element-ccb5cd2 .has-ele-btn_two__style:hover{
    color:#000 !important;
}
    .page-wrapper .ui-element.ui-element-ccb5cd2 .has-ele-iconbox__style {
      margin: 0px 0px 0px 5px;
    }

    .page-wrapper .ui-element.ui-element-ccb5cd2 .has-ele-flex__wrapper {
      justify-content: center;
      flex-direction: row;
    }

    .page-wrapper .ui-element.ui-element-ccb5cd2 .has-ele-iconbox__style i {
      font-size: 18px;
    }

    .page-wrapper .ui-element.ui-element-ccb5cd2 .has-ele-iconbox__style svg {
      width: 18px;
    }

    .page-wrapper .ui-element.feature-box-2 {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --align-items: center;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --border-radius: 6px 6px 6px 6px;
      --margin-top: 0px;
      --margin-bottom: 0px;
      --margin-left: 0px;
      --margin-right: 0px;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 0px;
      --padding-right: 0px;
    }

    .page-wrapper .ui-element.feature-box-content-2 {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --border-radius: 6px 6px 0px 0px;
      --padding-top: 30px;
      --padding-bottom: 20px;
      --padding-left: 30px;
      --padding-right: 30px;
    }

    .page-wrapper .ui-element.feature-box-content-2:not(.ui-motion-effects-element-type-background),
    .page-wrapper .ui-element.feature-box-content-2>.ui-motion-effects-container>.ui-motion-effects-layer {
      background-color: var(--e-global-color-secondary);
    }

    .page-wrapper .ui-element.feature-icon-box-2 {
      --icon-box-icon-margin: 15px;
    }

    .page-wrapper .ui-element.feature-icon-box-2 .ui-icon-box-title {
      margin-block-end: 5px;
      color: #FFFFFF;
    }

    .page-wrapper .ui-element.feature-icon-box-2.ui-view-stacked .ui-icon {
      background-color: #FFFFFF;
    }

    .page-wrapper .ui-element.feature-icon-box-2.ui-view-framed .ui-icon,
    .page-wrapper .ui-element.feature-icon-box-2.ui-view-default .ui-icon {
      fill: #FFFFFF;
      color: #FFFFFF;
      border-color: #FFFFFF;
    }

    .page-wrapper .ui-element.feature-icon-box-2 .ui-icon {
      font-size: 30px;
    }

    .page-wrapper .ui-element.feature-icon-box-2 .ui-icon-box-title,
    .page-wrapper .ui-element.feature-icon-box-2 .ui-icon-box-title a {
      font-family: "Sen", Sans-serif;
      font-size: 20px;
      font-weight: 700;
    }

    .page-wrapper .ui-element.feature-icon-box-2:has(:hover) .ui-icon-box-title,
    .page-wrapper .ui-element.feature-icon-box-2:has(:focus) .ui-icon-box-title {
      color: var(--e-global-color-primary);
    }

    .page-wrapper .ui-element.feature-icon-box-2 .ui-icon-box-description {
      font-family: var(--e-global-typography-primary-font-family), Sans-serif;
      font-size: var(--e-global-typography-primary-font-size);
      font-weight: var(--e-global-typography-primary-font-weight);
      color: var(--e-global-color-31c127c);
    }

    .page-wrapper .ui-element.feature-button-container {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --border-radius: 0px 0px 6px 6px;
    }

    .page-wrapper .ui-element.feature-button-container:not(.ui-motion-effects-element-type-background),
    .page-wrapper .ui-element.feature-button-container>.ui-motion-effects-container>.ui-motion-effects-layer {
      background-color: var(--e-global-color-secondary);
    }

    .page-wrapper .ui-element.feature-button-widget .has-ele-btn_two__style {
      padding: 13px 0px 13px 0px;
      border-style: solid;
      border-width: 1px 0px 0px 0px;
      border-color: var(--e-global-color-e28eb40);
      font-family: "Sen", Sans-serif;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      color: #FFFFFF;
    }

    .page-wrapper .ui-element.feature-button-widget .has-ele-iconbox__style {
      margin: 0px 0px 0px 5px;
    }

    .page-wrapper .ui-element.feature-button-widget .has-ele-flex__wrapper {
      justify-content: center;
      flex-direction: row;
    }

    .page-wrapper .ui-element.feature-button-widget .has-ele-iconbox__style i {
      font-size: 18px;
    }

    .page-wrapper .ui-element.feature-button-widget .has-ele-iconbox__style svg {
      width: 18px;
    }

    .page-wrapper .ui-element.ui-element-127f99a {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: 100%;
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --padding-top: 120px;
      --padding-bottom: 120px;
      --padding-left: 0px;
      --padding-right: 0px;
    }

    .page-wrapper .ui-element.ui-element-ea0d9d8 {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --justify-content: space-between;
      --align-items: center;
      --gap: 30px 30px;
      --row-gap: 30px;
      --column-gap: 30px;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 15px;
      --padding-right: 15px;
    }

    .page-wrapper .ui-element.ui-element-c95a3b6 {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
    }

    .page-wrapper .ui-element.ui-element-fc264a4 .has-ele-flex__wrapper {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 7px;
      flex-wrap: nowrap;
    }

    .page-wrapper .ui-element.ui-element-fc264a4 .has-ele-gap__subtitle {
      margin: 0px 0px 0px 0px;
    }

    .page-wrapper .ui-element.ui-element-16ad104 .has-ele-title {
      margin: 10px 0px 0px -3px;
      font-family: "Sen", Sans-serif;
      font-size: 48px;
      font-weight: 700;
    }

    .page-wrapper .ui-element.ui-element-3f13758 .has-ele__text,
    .page-wrapper .ui-element.ui-element-3f13758 .has-ele__text a {
      margin: 17px 0px 0px 0px;
      color: var(--e-global-color-text);
      font-size: var(--e-global-typography-primary-font-size);
      font-weight: var(--e-global-typography-primary-font-weight);
    }

    .page-wrapper .ui-element.ui-element-8a31479>.ui-widget-container {
      margin: 24px 0px 0px 0px;
    }

    .page-wrapper .ui-element.ui-element-8a31479 .has-ele-flex__wrapper {
      justify-content: flex-start;
      flex-direction: row;
    }

    .page-wrapper .ui-element.ui-element-8a31479 .has-ele-btn_two__style {
      font-family: "Sen", Sans-serif;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 24px;
      color: var(--e-global-color-d5228ea);
    }

    .page-wrapper .ui-element.ui-element-8a31479 .has-ele-btn_two__style:hover,
    .page-wrapper .ui-element.ui-element-8a31479 .main-slider-style1 .content-box-inner .btn-box a.has-ele-btn_two__style:hover {
      color: var(--e-global-color-primary);
    }

    .page-wrapper .ui-element.ui-element-8a31479 .has-ele-iconbox__style i {
      font-size: 20px;
    }

    .page-wrapper .ui-element.ui-element-8a31479 .has-ele-iconbox__style svg {
      width: 20px;
    }

    .page-wrapper .ui-element.ui-element-debf4be {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --align-items: center;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --border-radius: 6px 6px 6px 6px;
      --margin-top: 50px;
      --margin-bottom: 0px;
      --margin-left: 0px;
      --margin-right: 0px;
      --padding-top: 30px;
      --padding-bottom: 0px;
      --padding-left: 30px;
      --padding-right: 30px;
    }

    .page-wrapper .ui-element.ui-element-debf4be:not(.ui-motion-effects-element-type-background),
    .page-wrapper .ui-element.ui-element-debf4be>.ui-motion-effects-container>.ui-motion-effects-layer {
      background-color: transparent;
      background-image: linear-gradient(180deg, #12265265 0%, #FFFFFFD6 90%);
    }

    .page-wrapper .ui-element.ui-element-a8822cb {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 40px;
      --padding-right: 40px;
    }

    .page-wrapper .ui-element.ui-element-a8822cb:not(.ui-motion-effects-element-type-background),
    .page-wrapper .ui-element.ui-element-a8822cb>.ui-motion-effects-container>.ui-motion-effects-layer {
      background-color: #FFFFFF;
    }

    .page-wrapper .ui-element.ui-element-3c6bbd2 {
      margin: -30px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    }

    .page-wrapper .ui-element.ui-element-40d4517 .te-box__title {
      text-align: center;
    }

    .page-wrapper .ui-element.ui-element-40d4517 .has-ele-title {
      margin: 20px 0px 10px 0px;
      font-family: "Sen", Sans-serif;
      font-size: 24px;
      font-weight: 700;
    }

    .page-wrapper .ui-element.ui-element-613db08 .te-box__text {
      text-align: center;
    }

    .page-wrapper .ui-element.ui-element-613db08 .has-ele__text,
    .page-wrapper .ui-element.ui-element-613db08 .has-ele__text a {
      margin: 0px 0px 0px 0px;
      color: var(--e-global-color-text);
      font-family: var(--e-global-typography-primary-font-family), Sans-serif;
      font-size: var(--e-global-typography-primary-font-size);
      font-weight: var(--e-global-typography-primary-font-weight);
    }

    .page-wrapper .ui-element.ui-element-fee4a36>.ui-widget-container {
      margin: 18px 0px 0px 0px;
    }

    .page-wrapper .ui-element.ui-element-fee4a36 .has-ele-flex__wrapper {
      justify-content: center;
      flex-direction: row;
    }

    .page-wrapper .ui-element.ui-element-fee4a36 .has-ele-btn_two__style {
      font-family: "Sen", Sans-serif;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 24px;
      color: var(--e-global-color-d5228ea);
    }

    .page-wrapper .ui-element.ui-element-fee4a36 .has-ele-btn_two__style:hover,
    .page-wrapper .ui-element.ui-element-fee4a36 .main-slider-style1 .content-box-inner .btn-box a.has-ele-btn_two__style:hover {
      color: var(--e-global-color-primary);
    }

    .page-wrapper .ui-element.ui-element-fee4a36 .has-ele-iconbox__style i {
      font-size: 20px;
    }

    .page-wrapper .ui-element.ui-element-fee4a36 .has-ele-iconbox__style svg {
      width: 20px;
    }

    .page-wrapper .ui-element.ui-element-c4372ed {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: initial;
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --justify-content: space-between;
      --gap: 50px 0px;
      --row-gap: 50px;
      --column-gap: 0px;
      --flex-wrap: wrap;
    }

    .page-wrapper .ui-element.ui-element-b676e5e {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
    }

    .page-wrapper .ui-element .has-ele-flex__wrapper {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 0px;
      flex-wrap: nowrap;
      /* width: 365px; */
    }

    .page-wrapper .ui-element.ui-element-0373e94 .has-img__style img {
      --scale: 1;
      --rotate: 0deg;
      --skewx: 0deg;
      --skewy: 0deg;
      --translatex: 0px;
      --translatey: 0px;
      --perspective: 0px;
    }

    .page-wrapper .ui-element.ui-element-46b4e83 {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
    }

    .page-wrapper .ui-element.ui-element-0988549 .has-ele-flex__wrapper {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 0px;
      flex-wrap: nowrap;
    }

    .page-wrapper .ui-element.ui-element-0988549 .has-img__style img {
      --scale: 1;
      --rotate: 0deg;
      --skewx: 0deg;
      --skewy: 0deg;
      --translatex: 0px;
      --translatey: 0px;
      --perspective: 0px;
    }

    .page-wrapper .ui-element.ui-element-d31d98a {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
    }

    .page-wrapper .ui-element.ui-element-c3bd64f .has-ele-flex__wrapper {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 0px;
      flex-wrap: nowrap;
    }

    .page-wrapper .ui-element.ui-element-c3bd64f .has-img__style img {
      --scale: 1;
      --rotate: 0deg;
      --skewx: 0deg;
      --skewy: 0deg;
      --translatex: 0px;
      --translatey: 0px;
      --perspective: 0px;
    }

    .page-wrapper .ui-element.ui-element-f9b34ae {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
    }

    .page-wrapper .ui-element.ui-element-765aa8e .has-ele-flex__wrapper {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 0px;
      flex-wrap: nowrap;
    }

    .page-wrapper .ui-element.ui-element-765aa8e .has-img__style img {
      --scale: 1;
      --rotate: 0deg;
      --skewx: 0deg;
      --skewy: 0deg;
      --translatex: 0px;
      --translatey: 0px;
      --perspective: 0px;
    }

    .page-wrapper .ui-element.ui-element-9c87231 {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: 100%;
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --padding-top: 120px;
      --padding-bottom: 120px;
      --padding-left: 0px;
      --padding-right: 0px;
    }

    .page-wrapper .ui-element.ui-element-9c87231:not(.ui-motion-effects-element-type-background),
    .page-wrapper .ui-element.ui-element-9c87231>.ui-motion-effects-container>.ui-motion-effects-layer {
      background-color: #F3F4F6;
    }

    .page-wrapper .ui-element.ui-element-1ec83eb>.ui-widget-container {
      background-color: #F3F4F6;
    }

    body:not(.rtl) .page-wrapper .ui-element.ui-element-1ec83eb {
      right: 0px;
    }

    body.rtl .page-wrapper .ui-element.ui-element-1ec83eb {
      left: 0px;
    }

    .page-wrapper .ui-element.ui-element-1ec83eb {
      top: 10%;
      z-index: 1;
    }

    .page-wrapper .ui-element.ui-element-1ec83eb .has-img-anim__style {
      opacity: 0.05;
      mix-blend-mode: luminosity;
    }

    .page-wrapper .ui-element.ui-element-f173330 {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: initial;
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --justify-content: space-between;
      --gap: 30px 30px;
      --row-gap: 30px;
      --column-gap: 30px;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 15px;
      --padding-right: 15px;
      --z-index: 2;
    }

    .page-wrapper .ui-element.ui-element-8636044 {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --justify-content: center;
      --align-items: flex-start;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
    }

    .page-wrapper .ui-element.ui-element-f4bf8b9 {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --justify-content: center;
      --align-items: center;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --margin-top: 0px;
      --margin-bottom: 0px;
      --margin-left: 0px;
      --margin-right: 50px;
    }

    body:not(.rtl) .page-wrapper .ui-element.ui-element-a25486a {
      right: 0px;
    }

    body.rtl .page-wrapper .ui-element.ui-element-a25486a {
      left: 0px;
    }

    .page-wrapper .ui-element.ui-element-a25486a {
      top: 100px;
      z-index: 9;
    }

    .page-wrapper .ui-element.ui-element-a25486a .has-img__style img {
      --scale: 1;
      --rotate: 0deg;
      --skewx: 0deg;
      --skewy: 0deg;
      --translatex: 0px;
      --translatey: 0px;
      --perspective: 0px;
    }

    .page-wrapper .ui-element.ui-element-65e038c {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --justify-content: flex-end;
      --align-items: center;
      --gap: 30px 30px;
      --row-gap: 30px;
      --column-gap: 30px;
    }

    .page-wrapper .ui-element.ui-element-3020398 {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --justify-content: flex-end;
      --align-items: flex-start;
      --gap: 30px 30px;
      --row-gap: 30px;
      --column-gap: 30px;
    }

    .page-wrapper .ui-element.ui-element-6cae8f5>.ui-widget-container {
      margin: 0px 0px 0px 50px;
      padding: 0px 0px 0px 0px;
    }

    .page-wrapper .ui-element.ui-element-6cae8f5.ui-element {
      --align-self: center;
    }

    .page-wrapper .ui-element.ui-element-6cae8f5 .has-img__style img {
      width: 100%;
      max-width: 100%;
      border-radius: 6px 6px 6px 6px;
      --scale: 1;
      --rotate: 0deg;
      --skewx: 0deg;
      --skewy: 0deg;
      --translatex: 0px;
      --translatey: 0px;
      --perspective: 0px;
    }

    .page-wrapper .ui-element.ui-element-0885892.ui-element {
      --align-self: flex-end;
    }

    .page-wrapper .ui-element.ui-element-0885892 .has-img__style img {
      width: 100%;
      max-width: 100%;
      border-radius: 6px 6px 6px 6px;
      --scale: 1;
      --rotate: 0deg;
      --skewx: 0deg;
      --skewy: 0deg;
      --translatex: 0px;
      --translatey: 0px;
      --perspective: 0px;
    }

    .page-wrapper .ui-element.ui-element-038ceab {
      --display: flex;
      --position: absolute;
      --flex-direction: row;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --justify-content: center;
      --align-items: center;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --border-radius: 6px 6px 6px 6px;
      --margin-top: 0px;
      --margin-bottom: 0px;
      --margin-left: 0px;
      --margin-right: 0px;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 0px;
      --padding-right: 0px;
      bottom: 120px;
      --z-index: 99;
    }

    .page-wrapper .ui-element.ui-element-49dda52 {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --border-radius: 6px 6px 6px 6px;
      --padding-top: 40px;
      --padding-bottom: 33px;
      --padding-left: 35px;
      --padding-right: 35px;
    }

    .page-wrapper .ui-element.ui-element-49dda52:not(.ui-motion-effects-element-type-background),
    .page-wrapper .ui-element.ui-element-49dda52>.ui-motion-effects-container>.ui-motion-effects-layer {
      background-color: var(--e-global-color-secondary);
    }

    .page-wrapper .ui-element.ui-element-e981f5f {
      --icon-box-icon-margin: 20px;
    }

    .page-wrapper .ui-element.ui-element-e981f5f .ui-icon-box-title {
      margin-block-end: 15px;
      color: #FFFFFF;
    }

    .page-wrapper .ui-element.ui-element-e981f5f.ui-view-stacked .ui-icon {
      background-color: #FFFFFF;
    }

    .page-wrapper .ui-element.ui-element-e981f5f.ui-view-framed .ui-icon,
    .page-wrapper .ui-element.ui-element-e981f5f.ui-view-default .ui-icon {
      fill: #FFFFFF;
      color: #FFFFFF;
      border-color: #FFFFFF;
    }

    .page-wrapper .ui-element.ui-element-e981f5f .ui-icon {
      font-size: 70px;
    }

    .page-wrapper .ui-element.ui-element-e981f5f .ui-icon-box-title,
    .page-wrapper .ui-element.ui-element-e981f5f .ui-icon-box-title a {
      font-family: "Sen", Sans-serif;
      font-size: 20px;
      font-weight: 700;
    }

    .page-wrapper .ui-element.ui-element-e981f5f:has(:hover) .ui-icon-box-title,
    .page-wrapper .ui-element.ui-element-e981f5f:has(:focus) .ui-icon-box-title {
      color: var(--e-global-color-primary);
    }

    .page-wrapper .ui-element.ui-element-e981f5f .ui-icon-box-description {
      font-family: var(--e-global-typography-primary-font-family), Sans-serif;
      font-size: var(--e-global-typography-primary-font-size);
      font-weight: var(--e-global-typography-primary-font-weight);
      color: var(--e-global-color-31c127c);
    }

    .page-wrapper .ui-element.ui-element-d670eb2 {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: 100%;
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --margin-top: 0px;
      --margin-bottom: 0px;
      --margin-left: 30px;
      --margin-right: 0px;
    }

    .page-wrapper .ui-element.ui-element-95e3155 .has-ele-flex__wrapper {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 7px;
      flex-wrap: nowrap;
    }

    .page-wrapper .ui-element.ui-element-95e3155 .has-ele-gap__subtitle {
      margin: 0px 0px 6px 0px;
    }

    .page-wrapper .ui-element.ui-element-ffaa8c6 {
      width: var(--container-widget-width, 80%);
      max-width: 80%;
      --container-widget-width: 80%;
      --container-widget-flex-grow: 0;
    }

    .page-wrapper .ui-element.ui-element-ffaa8c6 .te-box__title {
      text-align: left;
    }

    .page-wrapper .ui-element.ui-element-ffaa8c6 .has-ele-title {
      margin: 0px 0px 31px 0px;
      font-family: "Sen", Sans-serif;
      font-size: 48px;
      font-weight: 700;
    }

    .page-wrapper .ui-element.ui-element-35e171c {
      width: var(--container-widget-width, 80%);
      max-width: 80%;
      --container-widget-width: 80%;
      --container-widget-flex-grow: 0;
    }

    .page-wrapper .ui-element.ui-element-35e171c .te-box__text {
      text-align: left;
    }

    .page-wrapper .ui-element.ui-element-35e171c .has-ele__text,
    .page-wrapper .ui-element.ui-element-35e171c .has-ele__text a {
      margin: 0px 0px 0px 0px;
      color: var(--e-global-color-text);
      font-family: var(--e-global-typography-primary-font-family), Sans-serif;
      font-size: var(--e-global-typography-primary-font-size);
      font-weight: var(--e-global-typography-primary-font-weight);
    }

    .page-wrapper .ui-element.ui-element-47f08fc {
      width: var(--container-widget-width, 80%);
      max-width: 80%;
      --container-widget-width: 80%;
      --container-widget-flex-grow: 0;
    }

    .page-wrapper .ui-element.ui-element-47f08fc .te-box__title {
      text-align: left;
    }

    .page-wrapper .ui-element.ui-element-47f08fc .has-ele-title {
      margin: 25px 0px 10px 0px;
      font-family: "Sen", Sans-serif;
      font-size: 24px;
      font-weight: 700;
    }

    .page-wrapper .ui-element.ui-element-60c51ea {
      width: var(--container-widget-width, 80%);
      max-width: 80%;
      --container-widget-width: 80%;
      --container-widget-flex-grow: 0;
    }

    .page-wrapper .ui-element.ui-element-60c51ea .te-box__text {
      text-align: left;
    }

    .page-wrapper .ui-element.ui-element-60c51ea .has-ele__text,
    .page-wrapper .ui-element.ui-element-60c51ea .has-ele__text a {
      margin: 0px 0px 0px 0px;
      color: var(--e-global-color-text);
      font-family: var(--e-global-typography-primary-font-family), Sans-serif;
      font-size: var(--e-global-typography-primary-font-size);
      font-weight: var(--e-global-typography-primary-font-weight);
    }

    .page-wrapper .ui-element.ui-element-d795944>.ui-widget-container {
      margin: 16px 0px 0px 0px;
    }

    .page-wrapper .ui-element.ui-element-d795944 .has-ele-direction__wrapper {
      flex-direction: column;
      gap: 10px;
    }

    .page-wrapper .ui-element.ui-element-d795944 .has-ele-flex__wrapper {
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      gap: 10px;
      flex-wrap: nowrap;
    }

    .page-wrapper .ui-element.ui-element-d795944 .has-ele-icon__box i {
      font-size: 19px;
      color: var(--e-global-color-primary);
    }

    .page-wrapper .ui-element.ui-element-d795944 .has-ele-icon__box svg {
      width: 19px;
      fill: var(--e-global-color-primary);
    }

    .page-wrapper .ui-element.ui-element-d795944 .has-ele-icon__box {
      transition-duration: 0.3s;
    }

    .page-wrapper .ui-element.ui-element-d795944 .has-ele-content__box {
      font-family: "Sen", Sans-serif;
      font-size: 18px;
      font-weight: 500;
      transition-duration: 0.3s;
    }

    .page-wrapper .ui-element.ui-element-81d6de4 {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: initial;
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --gap: 30px 30px;
      --row-gap: 30px;
      --column-gap: 30px;
      border-style: solid;
      --border-style: solid;
      border-width: 1px 1px 1px 1px;
      --border-top-width: 1px;
      --border-right-width: 1px;
      --border-bottom-width: 1px;
      --border-left-width: 1px;
      border-color: var(--e-global-color-efc0231);
      --border-color: var(--e-global-color-efc0231);
      --border-radius: 6px 6px 6px 6px;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
      --margin-top: 35px;
      --margin-bottom: 0px;
      --margin-left: 0px;
      --margin-right: 0px;
      --padding-top: 20px;
      --padding-bottom: 20px;
      --padding-left: 30px;
      --padding-right: 30px;
    }

    .page-wrapper .ui-element.ui-element-81d6de4:not(.ui-motion-effects-element-type-background),
    .page-wrapper .ui-element.ui-element-81d6de4>.ui-motion-effects-container>.ui-motion-effects-layer {
      background-color: #FFFFFF;
    }

    .page-wrapper .ui-element.ui-element-b0f18f3 {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
    }

    .page-wrapper .ui-element.ui-element-f05e728 {
      --display: flex;
      --min-height: 90px;
      --flex-direction: column;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --align-items: center;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --overflow: hidden;
      --padding-top: 10px;
      --padding-bottom: 0px;
      --padding-left: 0px;
      --padding-right: 0px;
    }

    body:not(.rtl) .page-wrapper .ui-element.ui-element-6ffd5ae {
      left: 0px;
    }

    body.rtl .page-wrapper .ui-element.ui-element-6ffd5ae {
      right: 0px;
    }

    .page-wrapper .ui-element.ui-element-6ffd5ae {
      top: 0px;
    }

    .page-wrapper .ui-element.ui-element-6ffd5ae img {
      width: 100%;
    }

    .page-wrapper .ui-element.ui-element-48513cb {
      margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
      --e-rating-icon-font-size: 14px;
      --e-rating-gap: 4px;
      --e-rating-icon-marked-color: var(--e-global-color-primary);
    }

    .page-wrapper .ui-element.ui-element-01d7ad6>.ui-widget-container {
      margin: 07px 0px 0px 0px;
    }

    .page-wrapper .ui-element.ui-element-01d7ad6 .te-box__title {
      text-align: center;
    }

    .page-wrapper .ui-element.ui-element-01d7ad6 .has-ele-title,
    .page-wrapper .ui-element.ui-element-01d7ad6 .has-ele-title a {
      color: var(--e-global-color-d5228ea);
    }

    .page-wrapper .ui-element.ui-element-01d7ad6 .has-ele-title {
      font-family: "Sen", Sans-serif;
      font-size: 14px;
      font-weight: 700;
    }

    .page-wrapper .ui-element.ui-element-7a3b837 .te-box__text {
      text-align: center;
    }

    .page-wrapper .ui-element.ui-element-7a3b837 .has-ele__text,
    .page-wrapper .ui-element.ui-element-7a3b837 .has-ele__text a {
      margin: 0px 0px 0px 0px;
      color: var(--e-global-color-d5228ea);
      font-family: "Onest", Sans-serif;
      font-size: 13px;
      font-weight: 500;
      line-height: 18px;
    }

    .page-wrapper .ui-element.ui-element-2073b44 {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      border-style: solid;
      --border-style: solid;
      border-width: 0px 0px 0px 1px;
      --border-top-width: 0px;
      --border-right-width: 0px;
      --border-bottom-width: 0px;
      --border-left-width: 1px;
      border-color: var(--e-global-color-efc0231);
      --border-color: var(--e-global-color-efc0231);
      --border-radius: 0px 0px 0px 0px;
      --margin-top: 0px;
      --margin-bottom: 0px;
      --margin-left: 0px;
      --margin-right: 0px;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 25px;
      --padding-right: 0px;
    }

    .page-wrapper .ui-element.ui-element-87153c3 .has-ele-flex__wrapper {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 7px;
      flex-wrap: nowrap;
    }

    .page-wrapper .ui-element.ui-element-87153c3 .has-ele-gap__subtitle {
      margin: 0px 0px 6px 0px;
    }

    .page-wrapper .ui-element.ui-element-87153c3 .has-ele__subtitle {
      color: var(--e-global-color-primary);
      font-family: "Sen", Sans-serif;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .page-wrapper .ui-element.ui-element-3e3027a {
      width: var(--container-widget-width, 80%);
      max-width: 80%;
      --container-widget-width: 80%;
      --container-widget-flex-grow: 0;
    }

    .page-wrapper .ui-element.ui-element-3e3027a .te-box__title {
      text-align: left;
    }

    .page-wrapper .ui-element.ui-element-3e3027a .has-ele-title {
      margin: 4px 0px 0px 0px;
      font-family: "Sen", Sans-serif;
      font-size: 20px;
      font-weight: 600;
    }

    .page-wrapper .ui-element.ui-element-99b085b {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: 100%;
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      border-style: solid;
      --border-style: solid;
      border-width: 1px 0px 0px 0px;
      --border-top-width: 1px;
      --border-right-width: 0px;
      --border-bottom-width: 0px;
      --border-left-width: 0px;
      border-color: #DBDEE7;
      --border-color: #DBDEE7;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 0px;
      --padding-right: 0px;
    }

    .page-wrapper .ui-element.ui-element-99b085b:not(.ui-motion-effects-element-type-background),
    .page-wrapper .ui-element.ui-element-99b085b>.ui-motion-effects-container>.ui-motion-effects-layer {
      background-color: #F3F4F6;
    }

    .page-wrapper .ui-element.ui-element-749afb1 {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: initial;
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 30px;
      --padding-right: 30px;
    }

    .page-wrapper .ui-element.ui-element-f8ca802 {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --justify-content: flex-start;
      --align-items: center;
      --gap: 0px 45px;
      --row-gap: 0px;
      --column-gap: 45px;
      --padding-top: 120px;
      --padding-bottom: 120px;
      --padding-left: 0px;
      --padding-right: 0px;
    }

    .page-wrapper .ui-element.ui-element-7a00661 .has-img__style img {
      width: 100%;
      max-width: 100%;
      --scale: 1;
      --rotate: 0deg;
      --skewx: 0deg;
      --skewy: 0deg;
      --translatex: 0px;
      --translatey: 0px;
      --perspective: 0px;
    }

    .page-wrapper .ui-element.ui-element-7fb7907 {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --justify-content: center;
      --align-items: flex-start;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --z-index: 2;
    }

    .ui-widget-counter .ui-counter-number-wrapper {
      color: #FD5621;
      font-family: "Sen", Sans-serif;
      font-size: 48px;
      font-weight: 600;
    }

    .ui-widget-counter .ui-counter-title {
      color: #FD5621;
      font-family: "Sen", Sans-serif;
      font-weight: 600;
    }

    .page-wrapper .ui-element.ui-element-363ce1e {
      margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) -100px;
    }


    .page-wrapper .ui-element.ui-element-b384564 .te-box__title {
      text-align: left;
    }

    .page-wrapper .ui-element.ui-element-b384564 .has-ele-title {
      margin: 30px 0px 0px 0px;
      font-family: "Sen", Sans-serif;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 24px;
    }

    .page-wrapper .ui-element.ui-element-bbefd18 {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
    }

    .page-wrapper .ui-element.ui-element-91d7941 {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: 100%;
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --overlay-opacity: 0.05;
      --overlay-mix-blend-mode: luminosity;
      --padding-top: 120px;
      --padding-bottom: 120px;
      --padding-left: 0px;
      --padding-right: 0px;
    }

    .page-wrapper .ui-element.ui-element-91d7941:not(.ui-motion-effects-element-type-background),
    .page-wrapper .ui-element.ui-element-91d7941>.ui-motion-effects-container>.ui-motion-effects-layer {
      background-color: #FFFFFF;
    }

    .page-wrapper .ui-element.ui-element-91d7941::before,
    .page-wrapper .ui-element.ui-element-91d7941>.ui-background-video-container::before,
    .page-wrapper .ui-element.ui-element-91d7941>.e-con-inner>.ui-background-video-container::before,
    .page-wrapper .ui-element.ui-element-91d7941>.ui-background-slideshow::before,
    .page-wrapper .ui-element.ui-element-91d7941>.e-con-inner>.ui-background-slideshow::before,
    .page-wrapper .ui-element.ui-element-91d7941>.ui-motion-effects-container>.ui-motion-effects-layer::before {
      background-image: url("https://july.finestwp.com/newwp/exporto/wp-content/uploads/2025/07/fact-counter-v1__bg-2.png");
      --background-overlay: '';
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
    }

    .page-wrapper .ui-element.ui-element-daedbc3 {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --align-items: center;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 15px;
      --padding-right: 15px;
    }

    .page-wrapper .ui-element.ui-element-90f6d2a .has-ele-flex__wrapper {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 7px;
      flex-wrap: nowrap;
    }

    .page-wrapper .ui-element.ui-element-90f6d2a .has-ele-gap__subtitle {
      margin: 0px 0px 6px 0px;
    }

    .page-wrapper .ui-element.ui-element-7794639 .te-box__title {
      text-align: center;
    }

    .page-wrapper .ui-element.ui-element-7794639 .has-ele-title {
      margin: 0px 0px 47px 0px;
      font-family: "Sen", Sans-serif;
      font-size: 48px;
      font-weight: 700;
    }

    .page-wrapper .ui-element.ui-element-639fc61 {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: initial;
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --gap: 30px 30px;
      --row-gap: 30px;
      --column-gap: 30px;
    }

    .page-wrapper .ui-element.ui-element-b8cf126 {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      border-style: solid;
      --border-style: solid;
      border-width: 1px 1px 1px 1px;
      --border-top-width: 1px;
      --border-right-width: 1px;
      --border-bottom-width: 1px;
      --border-left-width: 1px;
      border-color: var(--e-global-color-efc0231);
      --border-color: var(--e-global-color-efc0231);
      --border-radius: 6px 6px 6px 6px;
      --padding-top: 30px;
      --padding-bottom: 30px;
      --padding-left: 30px;
      --padding-right: 30px;
    }

    .page-wrapper .ui-element.ui-element-b8cf126:not(.ui-motion-effects-element-type-background),
    .page-wrapper .ui-element.ui-element-b8cf126>.ui-motion-effects-container>.ui-motion-effects-layer {
      background-color: #FFFFFF;
    }

    .page-wrapper .ui-element.ui-element-0fd0c50 .has-ele-flex__wrapper {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 0px;
      flex-wrap: nowrap;
    }

    .page-wrapper .ui-element.ui-element-0fd0c50 .has-ele-gap__subtitle {
      margin: 0px 0px 21px 0px;
    }

    .page-wrapper .ui-element.ui-element-0fd0c50 .has-ele__subtitle {
      font-family: "Sen", Sans-serif;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
    }

    .page-wrapper .ui-element.ui-element-1210221 {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --align-items: flex-end;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --z-index: 2;
    }


    .page-wrapper .ui-element.ui-element-613b03b .has-ele-flex__wrapper {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 0px;
      flex-wrap: nowrap;
    }

    .page-wrapper .ui-element.ui-element-613b03b .has-ele-gap__subtitle {
      margin: 0px 0px 0px 0px;
    }

    .page-wrapper .ui-element.ui-element-613b03b .has-ele__subtitle {
      color: var(--e-global-color-primary);
      font-family: "Sen", Sans-serif;
      font-size: 18px;
      font-weight: 600;
    }

    .page-wrapper .ui-element.ui-element-9e359f7 .has-ele-border__shape {
      background-color: transparent;
      background-image: linear-gradient(90deg, #FFFFFF 0%, #FD5621 100%);
    }

    .page-wrapper .ui-element.ui-element-9e359f7>.ui-widget-container {
      margin: 25px 0px 48px 0px;
    }

    .page-wrapper .ui-element.ui-element-065c0e5 .te-box__text {
      text-align: left;
    }

    .ui-widget-icon.ui-view-stacked .ui-icon {
      background-color: var(--e-global-color-primary);
    }

    .ui-widget-icon.ui-view-framed .ui-icon,
    .ui-widget-icon.ui-view-default .ui-icon {
      color: var(--e-global-color-primary);
      border-color: var(--e-global-color-primary);
    }

    .ui-widget-icon.ui-view-framed .ui-icon,
    .ui-widget-icon.ui-view-default .ui-icon svg {
      fill: var(--e-global-color-primary);
    }

    .page-wrapper .ui-element.ui-element-dd242ba {
      --e-transform-translateY: -60%;
      top: 50%;
    }

    body:not(.rtl) .page-wrapper .ui-element.ui-element-dd242ba {
      right: 30px;
    }

    body.rtl .page-wrapper .ui-element.ui-element-dd242ba {
      left: 30px;
    }

    .page-wrapper .ui-element.ui-element-dd242ba .ui-icon-wrapper {
      text-align: center;
    }

    .page-wrapper .ui-element.ui-element-dd242ba.ui-view-stacked .ui-icon {
      background-color: #F3F4F6;
    }

    .page-wrapper .ui-element.ui-element-dd242ba.ui-view-framed .ui-icon,
    .page-wrapper .ui-element.ui-element-dd242ba.ui-view-default .ui-icon {
      color: #F3F4F6;
      border-color: #F3F4F6;
    }

    .page-wrapper .ui-element.ui-element-dd242ba.ui-view-framed .ui-icon,
    .page-wrapper .ui-element.ui-element-dd242ba.ui-view-default .ui-icon svg {
      fill: #F3F4F6;
    }

    .page-wrapper .ui-element.ui-element-dd242ba .ui-icon {
      font-size: 120px;
    }

    .page-wrapper .ui-element.ui-element-dd242ba .ui-icon svg {
      height: 120px;
    }

    .page-wrapper .ui-element.ui-element-15be954 {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      border-style: solid;
      --border-style: solid;
      border-width: 1px 1px 1px 1px;
      --border-top-width: 1px;
      --border-right-width: 1px;
      --border-bottom-width: 1px;
      --border-left-width: 1px;
      border-color: var(--e-global-color-efc0231);
      --border-color: var(--e-global-color-efc0231);
      --border-radius: 6px 6px 6px 6px;
      --padding-top: 30px;
      --padding-bottom: 30px;
      --padding-left: 30px;
      --padding-right: 30px;
    }

    .page-wrapper .ui-element.ui-element-15be954:not(.ui-motion-effects-element-type-background),
    .page-wrapper .ui-element.ui-element-15be954>.ui-motion-effects-container>.ui-motion-effects-layer {
      background-color: #FFFFFF;
    }

    .page-wrapper .ui-element.ui-element-87583dc .has-ele-flex__wrapper {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 0px;
      flex-wrap: nowrap;
    }

    .page-wrapper .ui-element.ui-element-87583dc .has-ele-gap__subtitle {
      margin: 0px 0px 21px 0px;
    }

    .page-wrapper .ui-element.ui-element-87583dc .has-ele__subtitle {
      font-family: "Sen", Sans-serif;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
    }

    .page-wrapper .ui-element.ui-element-16f12e9 {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --align-items: flex-end;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --z-index: 2;
    }


    .page-wrapper .ui-element.ui-element-e69f932 .has-ele-border__shape {
      background-color: transparent;
      background-image: linear-gradient(90deg, #FFFFFF 0%, #FD5621 100%);
    }

    .page-wrapper .ui-element.ui-element-e69f932>.ui-widget-container {
      margin: 25px 0px 48px 0px;
    }

    .page-wrapper .ui-element.ui-element-d64419b .te-box__text {
      text-align: left;
    }

    .page-wrapper .ui-element.ui-element-a0b5677 {
      --e-transform-translateY: -60%;
      top: 50%;
    }

    body:not(.rtl) .page-wrapper .ui-element.ui-element-a0b5677 {
      right: 30px;
    }

    body.rtl .page-wrapper .ui-element.ui-element-a0b5677 {
      left: 30px;
    }

    .page-wrapper .ui-element.ui-element-a0b5677 .ui-icon-wrapper {
      text-align: center;
    }

    .page-wrapper .ui-element.ui-element-a0b5677.ui-view-stacked .ui-icon {
      background-color: #F3F4F6;
    }

    .page-wrapper .ui-element.ui-element-a0b5677.ui-view-framed .ui-icon,
    .page-wrapper .ui-element.ui-element-a0b5677.ui-view-default .ui-icon {
      color: #F3F4F6;
      border-color: #F3F4F6;
    }

    .page-wrapper .ui-element.ui-element-a0b5677.ui-view-framed .ui-icon,
    .page-wrapper .ui-element.ui-element-a0b5677.ui-view-default .ui-icon svg {
      fill: #F3F4F6;
    }

    .page-wrapper .ui-element.ui-element-a0b5677 .ui-icon {
      font-size: 120px;
    }

    .page-wrapper .ui-element.ui-element-a0b5677 .ui-icon svg {
      height: 120px;
    }

    .page-wrapper .ui-element.ui-element-d2174c3 {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      border-style: solid;
      --border-style: solid;
      border-width: 1px 1px 1px 1px;
      --border-top-width: 1px;
      --border-right-width: 1px;
      --border-bottom-width: 1px;
      --border-left-width: 1px;
      border-color: var(--e-global-color-efc0231);
      --border-color: var(--e-global-color-efc0231);
      --border-radius: 6px 6px 6px 6px;
      --padding-top: 30px;
      --padding-bottom: 30px;
      --padding-left: 30px;
      --padding-right: 30px;
    }

    .page-wrapper .ui-element.ui-element-d2174c3:not(.ui-motion-effects-element-type-background),
    .page-wrapper .ui-element.ui-element-d2174c3>.ui-motion-effects-container>.ui-motion-effects-layer {
      background-color: #FFFFFF;
    }

    .page-wrapper .ui-element.ui-element-82cf2d4 .has-ele-flex__wrapper {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 0px;
      flex-wrap: nowrap;
    }

    .page-wrapper .ui-element.ui-element-82cf2d4 .has-ele-gap__subtitle {
      margin: 0px 0px 21px 0px;
    }

    .page-wrapper .ui-element.ui-element-82cf2d4 .has-ele__subtitle {
      font-family: "Sen", Sans-serif;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
    }

    .page-wrapper .ui-element.ui-element-94e4878 {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --align-items: flex-end;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --z-index: 2;
    }


    .page-wrapper .ui-element.ui-element-de56bb8 .has-ele-border__shape {
      background-color: transparent;
      background-image: linear-gradient(90deg, #FFFFFF 0%, #FD5621 100%);
    }

    .page-wrapper .ui-element.ui-element-de56bb8>.ui-widget-container {
      margin: 25px 0px 48px 0px;
    }

    .page-wrapper .ui-element.ui-element-752a800 .te-box__text {
      text-align: left;
    }

    .page-wrapper .ui-element.ui-element-db5558b {
      --e-transform-translateY: -60%;
      top: 50%;
    }

    body:not(.rtl) .page-wrapper .ui-element.ui-element-db5558b {
      right: 30px;
    }

    body.rtl .page-wrapper .ui-element.ui-element-db5558b {
      left: 30px;
    }

    .page-wrapper .ui-element.ui-element-db5558b .ui-icon-wrapper {
      text-align: center;
    }

    .page-wrapper .ui-element.ui-element-db5558b.ui-view-stacked .ui-icon {
      background-color: #F3F4F6;
    }

    .page-wrapper .ui-element.ui-element-db5558b.ui-view-framed .ui-icon,
    .page-wrapper .ui-element.ui-element-db5558b.ui-view-default .ui-icon {
      color: #F3F4F6;
      border-color: #F3F4F6;
    }

    .page-wrapper .ui-element.ui-element-db5558b.ui-view-framed .ui-icon,
    .page-wrapper .ui-element.ui-element-db5558b.ui-view-default .ui-icon svg {
      fill: #F3F4F6;
    }

    .page-wrapper .ui-element.ui-element-db5558b .ui-icon {
      font-size: 120px;
    }

    .page-wrapper .ui-element.ui-element-db5558b .ui-icon svg {
      height: 120px;
    }

    .page-wrapper .ui-element.ui-element-ed23521 {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      border-style: solid;
      --border-style: solid;
      border-width: 1px 1px 1px 1px;
      --border-top-width: 1px;
      --border-right-width: 1px;
      --border-bottom-width: 1px;
      --border-left-width: 1px;
      border-color: var(--e-global-color-efc0231);
      --border-color: var(--e-global-color-efc0231);
      --border-radius: 6px 6px 6px 6px;
      --padding-top: 30px;
      --padding-bottom: 30px;
      --padding-left: 30px;
      --padding-right: 30px;
    }

    .page-wrapper .ui-element.ui-element-ed23521:not(.ui-motion-effects-element-type-background),
    .page-wrapper .ui-element.ui-element-ed23521>.ui-motion-effects-container>.ui-motion-effects-layer {
      background-color: #FFFFFF;
    }

    .page-wrapper .ui-element.ui-element-19fc759 .has-ele-flex__wrapper {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 0px;
      flex-wrap: nowrap;
    }

    .page-wrapper .ui-element.ui-element-19fc759 .has-ele-gap__subtitle {
      margin: 0px 0px 21px 0px;
    }

    .page-wrapper .ui-element.ui-element-19fc759 .has-ele__subtitle {
      font-family: "Sen", Sans-serif;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
    }

    .page-wrapper .ui-element.ui-element-3429ff5 {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --align-items: flex-end;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --z-index: 2;
    }

    .ui-counter-number-wrapper {
      --counter-prefix-grow: 0;
      --counter-suffix-grow: 1;
      --counter-number-grow: 0;
      font-family: "Sen",
        Sans-serif;
      font-size: 48px;
      font-weight: 600;
    }

    .page-wrapper .ui-element.ui-element-e4bd623 .has-ele-border__shape {
      background-color: transparent;
      background-image: linear-gradient(90deg, #FFFFFF 0%, #FD5621 100%);
    }

    .page-wrapper .ui-element.ui-element-e4bd623>.ui-widget-container {
      margin: 25px 0px 48px 0px;
    }

    .page-wrapper .ui-element.ui-element-a0f9c45 .te-box__text {
      text-align: left;
    }

    .page-wrapper .ui-element.ui-element-d8429e6 {
      --e-transform-translateY: -60%;
      top: 50%;
    }

    body:not(.rtl) .page-wrapper .ui-element.ui-element-d8429e6 {
      right: 30px;
    }

    body.rtl .page-wrapper .ui-element.ui-element-d8429e6 {
      left: 30px;
    }

    .page-wrapper .ui-element.ui-element-d8429e6 .ui-icon-wrapper {
      text-align: center;
    }

    .page-wrapper .ui-element.ui-element-d8429e6.ui-view-stacked .ui-icon {
      background-color: #F3F4F6;
    }

    .page-wrapper .ui-element.ui-element-d8429e6.ui-view-framed .ui-icon,
    .page-wrapper .ui-element.ui-element-d8429e6.ui-view-default .ui-icon {
      color: #F3F4F6;
      border-color: #F3F4F6;
    }

    .page-wrapper .ui-element.ui-element-d8429e6.ui-view-framed .ui-icon,
    .page-wrapper .ui-element.ui-element-d8429e6.ui-view-default .ui-icon svg {
      fill: #F3F4F6;
    }

    .page-wrapper .ui-element.ui-element-d8429e6 .ui-icon {
      font-size: 120px;
    }

    .page-wrapper .ui-element.ui-element-d8429e6 .ui-icon svg {
      height: 120px;
    }

    .page-wrapper .ui-element.ui-element-d63d6f7 {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: 100%;
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --margin-top: 0px;
      --margin-bottom: 0px;
      --margin-left: 0px;
      --margin-right: 0px;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 80px;
      --padding-right: 80px;
    }

    .page-wrapper .ui-element.ui-element-a18ba61 {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --border-radius: 6px 6px 6px 6px;
      --padding-top: 120px;
      --padding-bottom: 80px;
      --padding-left: 0px;
      --padding-right: 0px;
    }

    .page-wrapper .ui-element.ui-element-a18ba61:not(.ui-motion-effects-element-type-background),
    .page-wrapper .ui-element.ui-element-a18ba61>.ui-motion-effects-container>.ui-motion-effects-layer {
      background-color: var(--e-global-color-secondary);
    }

    .page-wrapper .ui-element.ui-element-42528d5 {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 15px;
      --padding-right: 15px;
    }

    .page-wrapper .ui-element.ui-element-3949c0a .has-ele-flex__wrapper {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 7px;
      flex-wrap: nowrap;
    }

    .page-wrapper .ui-element.ui-element-3949c0a .has-ele-gap__subtitle {
      margin: 0px 0px 6px 0px;
    }

    .page-wrapper .ui-element.ui-element-097497e {
      width: var(--container-widget-width, 80%);
      max-width: 80%;
      --container-widget-width: 80%;
      --container-widget-flex-grow: 0;
    }

    .page-wrapper .ui-element.ui-element-097497e .te-box__title {
      text-align: left;
    }

    .page-wrapper .ui-element.ui-element-097497e .has-ele-title {
      margin: 0px 0px 47px 0px;
      font-family: "Sen", Sans-serif;
      font-size: 48px;
      font-weight: 700;
    }

    .page-wrapper .ui-element.ui-element-097497e .has-ele-title,
    .page-wrapper .ui-element.ui-element-097497e .has-ele-title a {
      color: #FFFFFF !important;
    }

    .page-wrapper .ui-element.ui-element-ba37db7 {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      border-style: solid;
      --border-style: solid;
      border-width: 1px 0px 1px 0px;
      --border-top-width: 1px;
      --border-right-width: 0px;
      --border-bottom-width: 1px;
      --border-left-width: 0px;
      border-color: var(--e-global-color-e28eb40);
      --border-color: var(--e-global-color-e28eb40);
    }

    .page-wrapper .ui-element.ui-element-f29a4b4 {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --justify-content: space-between;
      --align-items: center;
      --gap: 30px 30px;
      --row-gap: 30px;
      --column-gap: 30px;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 15px;
      --padding-right: 15px;
    }

    .page-wrapper .ui-element.ui-element-98ca440 {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
    }

    .page-wrapper .ui-element.ui-element-8251965>.ui-widget-container {
      border-style: solid;
      border-width: 0px 1px 1px 0px;
      border-color: var(--e-global-color-e28eb40);
    }

    .page-wrapper .ui-element.ui-element-8251965 .has-ele-flex__wrapper {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 0px;
      flex-wrap: wrap;
    }

    .page-wrapper .ui-element.ui-element-7fdfc61>.ui-widget-container {
      border-style: solid;
      border-width: 0px 1px 1px 0px;
      border-color: var(--e-global-color-e28eb40);
    }

    .page-wrapper .ui-element.ui-element-7fdfc61 .has-ele-flex__wrapper {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 0px;
      flex-wrap: nowrap;
    }

    .page-wrapper .ui-element.ui-element-8b2b1b5>.ui-widget-container {
      border-style: solid;
      border-width: 0px 1px 0px 0px;
      border-color: var(--e-global-color-e28eb40);
    }

    .page-wrapper .ui-element.ui-element-8b2b1b5 .has-ele-flex__wrapper {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 0px;
      flex-wrap: nowrap;
    }

    .page-wrapper .ui-element.ui-element-e677064 {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: 100%;
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 30px;
      --padding-right: 0px;
    }

    .page-wrapper .ui-element.ui-element-3d0e61f .te-box__text {
      text-align: left;
    }

    .page-wrapper .ui-element.ui-element-3d0e61f .has-ele__text,
    .page-wrapper .ui-element.ui-element-3d0e61f .has-ele__text a {
      margin: 0px 0px 0px 0px;
      color: var(--e-global-color-31c127c);
      font-family: var(--e-global-typography-primary-font-family), Sans-serif;
      font-size: var(--e-global-typography-primary-font-size);
      font-weight: var(--e-global-typography-primary-font-weight);
    }

    .page-wrapper .ui-element.ui-element-b115883>.ui-widget-container {
      margin: 25px 0px 0px 0px;
    }

    .page-wrapper .ui-element.ui-element-b115883 .has-ele-direction__wrapper {
      flex-direction: column;
      gap: 10px;
    }

    .page-wrapper .ui-element.ui-element-b115883 .has-ele-flex__wrapper {
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      gap: 10px;
      flex-wrap: nowrap;
    }

    .page-wrapper .ui-element.ui-element-b115883 .has-ele-icon__box i {
      font-size: 19px;
      color: var(--e-global-color-primary);
    }

    .page-wrapper .ui-element.ui-element-b115883 .has-ele-icon__box svg {
      width: 19px;
      fill: var(--e-global-color-primary);
    }

    .page-wrapper .ui-element.ui-element-b115883 .has-ele-icon__box {
      transition-duration: 0.3s;
    }

    .page-wrapper .ui-element.ui-element-b115883 .has-ele-content__box {
      font-family: "Sen", Sans-serif;
      font-size: 18px;
      font-weight: 500;
      color: #FFFFFF;
      transition-duration: 0.3s;
    }

    .page-wrapper .ui-element.ui-element-3fcd6a1 .has-ele-icon__box {
      background-color: #FFFFFF;
      width: 50px;
      min-width: 50px;
      height: 50px;
      border-radius: 50% 50% 50% 50%;
      transition-duration: 0.3s;
    }

    .page-wrapper .ui-element.ui-element-3fcd6a1>.ui-widget-container {
      margin: 42px 0px 0px 0px;
    }

    .page-wrapper .ui-element.ui-element-3fcd6a1 .has-ele-flex__wrapper {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 0px;
      flex-wrap: nowrap;
    }

    .page-wrapper .ui-element.ui-element-3fcd6a1 .has-ele-card__box:hover {
      transition-duration: 0.3s;
    }

    .page-wrapper .ui-element.ui-element-3fcd6a1 .has-ele-icon__box i {
      font-size: 26px;
    }

    .page-wrapper .ui-element.ui-element-3fcd6a1 .has-ele-icon__box svg {
      height: 26px;
    }

    .page-wrapper .ui-element.ui-element-3fcd6a1 .ele-card__title {
      font-family: "Onest", Sans-serif;
      font-size: 17px;
      font-weight: 400;
      color: var(--e-global-color-31c127c);
      transition-duration: 0.3s;
    }

    .page-wrapper .ui-element.ui-element-3fcd6a1 .has-ele-card__btn {
      color: #FFFFFF;
      transition-duration: 0.3s;
    }

    .page-wrapper .ui-element.ui-element-d7d9886 {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --justify-content: space-between;
      --align-items: center;
      --gap: 30px 30px;
      --row-gap: 30px;
      --column-gap: 30px;
      --margin-top: 60px;
      --margin-bottom: 0px;
      --margin-left: 0px;
      --margin-right: 0px;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 15px;
      --padding-right: 15px;
    }

    .page-wrapper .ui-element.ui-element-c48331b {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --align-items: center;
      --gap: 10px 10px;
      --row-gap: 10px;
      --column-gap: 10px;
    }

    .page-wrapper .ui-element.ui-element-3100928 .te-box__title {
      text-align: left;
    }

    .page-wrapper .ui-element.ui-element-3100928 .has-ele-title,
    .page-wrapper .ui-element.ui-element-3100928 .has-ele-title a {
      color: #FFFFFF !important;
    }

    .page-wrapper .ui-element.ui-element-3100928 .has-ele-title {
      font-family: "Sen", Sans-serif;
      font-size: 36px;
      font-weight: 600;
    }

    .page-wrapper .ui-element.ui-element-928d4cc .te-box__title {
      text-align: left;
    }

    .page-wrapper .ui-element.ui-element-928d4cc .has-ele-title,
    .page-wrapper .ui-element.ui-element-928d4cc .has-ele-title a {
      color: #FFFFFF !important;
    }

    .page-wrapper .ui-element.ui-element-928d4cc .has-ele-title {
      font-family: "Sen", Sans-serif;
      font-size: 24px;
      font-weight: 600;
    }

    .page-wrapper .ui-element.ui-element-bc89d98 {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
    }

    .page-wrapper .ui-element.ui-element-8cdda0c .has-img__style img {
      width: 150px;
      --scale: 1;
      --rotate: 0deg;
      --skewx: 0deg;
      --skewy: 0deg;
      --translatex: 0px;
      --translatey: 0px;
      --perspective: 0px;
    }

    .page-wrapper .ui-element.ui-element-af603e0 {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --align-items: flex-end;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 30px;
      --padding-right: 0px;
    }

    .page-wrapper .ui-element.ui-element-9d9b692 .has-ele-icon__box {
      padding: 0px 20px 0px 0px;
      border-style: solid;
      border-width: 0px 1px 0px 0px;
      border-color: var(--e-global-color-e28eb40);
      transition-duration: 0.3s;
    }

    .page-wrapper .ui-element.ui-element-9d9b692 .has-ele-content__box {
      padding: 0px 0px 0px 0px;
    }

    .page-wrapper .ui-element.ui-element-9d9b692>.ui-widget-container {
      margin: 0px 0px 0px 0px;
    }

    .page-wrapper .ui-element.ui-element-9d9b692 .has-ele-flex__wrapper {
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      gap: 21px;
      flex-wrap: nowrap;
    }

    .page-wrapper .ui-element.ui-element-9d9b692 .has-ele-card__box:hover {
      transition-duration: 0.3s;
    }

    .page-wrapper .ui-element.ui-element-9d9b692 .has-ele-icon__box i {
      font-size: 40px;
    }

    .page-wrapper .ui-element.ui-element-9d9b692 .has-ele-icon__box svg {
      height: 40px;
    }

    .page-wrapper .ui-element.ui-element-9d9b692 .ele-card__title {
      font-family: "Sen", Sans-serif;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      color: var(--e-global-color-31c127c);
      transition-duration: 0.3s;
    }

    .page-wrapper .ui-element.ui-element-9d9b692 .has-ele-card__btn {
      font-family: "Onest", Sans-serif;
      font-size: 17px;
      font-weight: 400;
      text-transform: lowercase;
      color: #FFFFFF;
      transition-duration: 0.3s;
    }

    .page-wrapper .ui-element.ui-element-bde6fcb {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --padding-top: 120px;
      --padding-bottom: 120px;
      --padding-left: 0px;
      --padding-right: 0px;
    }

    .page-wrapper .ui-element.ui-element-ff64e0e {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 15px;
      --padding-right: 15px;
    }

    .page-wrapper .ui-element.ui-element-edb9d35 .has-img__style img {
      --scale: 1;
      --rotate: 0deg;
      --skewx: 0deg;
      --skewy: 0deg;
      --translatex: 0px;
      --translatey: 0px;
      --perspective: 0px;
    }

    .page-wrapper .ui-element.ui-element-e318323 {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: 100%;
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --padding-top: 120px;
      --padding-bottom: 120px;
      --padding-left: 0px;
      --padding-right: 0px;
    }

    .page-wrapper .ui-element.ui-element-e318323:not(.ui-motion-effects-element-type-background),
    .page-wrapper .ui-element.ui-element-e318323>.ui-motion-effects-container>.ui-motion-effects-layer {
      background-color: #F3F4F6;
    }

    body:not(.rtl) .page-wrapper .ui-element.ui-element-33076c3 {
      left: 0px;
    }

    body.rtl .page-wrapper .ui-element.ui-element-33076c3 {
      right: 0px;
    }

    .page-wrapper .ui-element.ui-element-33076c3 {
      bottom: 263px;
    }

    .page-wrapper .ui-element.ui-element-0b0b505 .has-ele-marquee__style {
      background-color: transparent;
      background-image: linear-gradient(0deg, #F3F4F6 0%, #E9EBEF 100%);
    }

    body:not(.rtl) .page-wrapper .ui-element.ui-element-0b0b505 {
      left: 0px;
    }

    body.rtl .page-wrapper .ui-element.ui-element-0b0b505 {
      right: 0px;
    }

    .page-wrapper .ui-element.ui-element-0b0b505 {
      bottom: 91px;
    }

    .page-wrapper .ui-element.ui-element-149ff92 {
      --display: flex;
      --position: absolute;
      --flex-direction: row;
      --container-widget-width: initial;
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --justify-content: flex-end;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      top: 0px;
    }

    body:not(.rtl) .page-wrapper .ui-element.ui-element-149ff92 {
      right: 0px;
    }

    body.rtl .page-wrapper .ui-element.ui-element-149ff92 {
      left: 0px;
    }

    .page-wrapper .ui-element.ui-element-2efa3db .has-img-anim__style {
      mix-blend-mode: normal;
    }

    .page-wrapper .ui-element.ui-element-2154694 {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 15px;
      --padding-right: 15px;
      --z-index: 2;
    }

    .page-wrapper .ui-element.ui-element-58ddcf4 {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 15px;
      --padding-right: 15px;
    }

    .page-wrapper .ui-element.ui-element-60ee7d2 .has-ele-flex__wrapper {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 7px;
      flex-wrap: nowrap;
    }

    .page-wrapper .ui-element.ui-element-60ee7d2 .has-ele-gap__subtitle {
      margin: 0px 0px 6px 0px;
    }

    .page-wrapper .ui-element.ui-element-6d4ed78 {
      width: var(--container-widget-width, 80%);
      max-width: 80%;
      --container-widget-width: 80%;
      --container-widget-flex-grow: 0;
    }

    .page-wrapper .ui-element.ui-element-6d4ed78 .has-ele-title {
      margin: 0px 0px 47px 0px;
      font-family: "Sen", Sans-serif;
      font-size: 48px;
      font-weight: 700;
    }

    .page-wrapper .ui-element.ui-element-6d4ed78 .has-ele-title,
    .page-wrapper .ui-element.ui-element-6d4ed78 .has-ele-title a {
      color: var(--e-global-color-d5228ea);
    }

    .page-wrapper .ui-element.ui-element-31a8251 {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 15px;
      --padding-right: 15px;
    }

    .page-wrapper .ui-element.ui-element-5283b13 .ui-repeater-item-cd845c0.has-ele-pro__gap {
      margin-top: 0px;
    }

    .page-wrapper .ui-element.ui-element-5283b13 .ui-repeater-item-56a9b41.has-ele-pro__gap {
      margin-top: 100px;
    }

    .page-wrapper .ui-element.ui-element-5283b13 .ui-repeater-item-945a15e.has-ele-pro__gap {
      margin-top: 200px;
    }

    .page-wrapper .ui-element.ui-element-5283b13 .ui-repeater-item-4febd7d.has-ele-pro__gap {
      margin-top: 300px;
    }

    .page-wrapper .ui-element.ui-element-3b830a7 {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: 100%;
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --padding-top: 120px;
      --padding-bottom: 120px;
      --padding-left: 0px;
      --padding-right: 0px;
    }

    .page-wrapper .ui-element.ui-element-af91489 {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: 100%;
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 15px;
      --padding-right: 15px;
    }

    .page-wrapper .ui-element.ui-element-3e8ccc7 {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --align-items: center;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 15px;
      --padding-right: 15px;
    }

    .page-wrapper .ui-element.ui-element-91dad2a .has-ele-flex__wrapper {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 7px;
      flex-wrap: nowrap;
    }

    .page-wrapper .ui-element.ui-element-91dad2a .has-ele-gap__subtitle {
      margin: 0px 0px 6px 0px;
    }

    .page-wrapper .ui-element.ui-element-14cd514 .te-box__title {
      text-align: left;
    }

    .page-wrapper .ui-element.ui-element-14cd514 .has-ele-title {
      margin: 0px 0px 47px 0px;
      font-family: "Sen", Sans-serif;
      font-size: 48px;
      font-weight: 700;
    }

    .page-wrapper .ui-element.ui-element-14cd514 .has-ele-title,
    .page-wrapper .ui-element.ui-element-14cd514 .has-ele-title a {
      color: var(--e-global-color-d5228ea);
    }

    .page-wrapper .ui-element.ui-element-61061df {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: initial;
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --justify-content: space-between;
      --gap: 30px 30px;
      --row-gap: 30px;
      --column-gap: 30px;
    }

    .page-wrapper .ui-element.ui-element-7a08867 {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --z-index: 2;
    }

    .page-wrapper .ui-element.ui-element-38ae44a {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --margin-top: 0px;
      --margin-bottom: 0px;
      --margin-left: 0px;
      --margin-right: 0px;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 100px;
      --padding-right: 0px;
    }

    .page-wrapper .ui-element.ui-element-4766d2f {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --justify-content: space-between;
      --align-items: flex-end;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --border-radius: 6px 6px 6px 6px;
      box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    }

    .page-wrapper .ui-element.ui-element-4766d2f:not(.ui-motion-effects-element-type-background),
    .page-wrapper .ui-element.ui-element-4766d2f>.ui-motion-effects-container>.ui-motion-effects-layer {
      background-color: #FFFFFF;
    }

    .page-wrapper .ui-element.ui-element-12577d5 {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --padding-top: 30px;
      --padding-bottom: 30px;
      --padding-left: 40px;
      --padding-right: 0px;
    }

    .ui-widget-heading .ui-heading-title {
      font-family: var(--e-global-typography-primary-font-family), Sans-serif;
      font-size: var(--e-global-typography-primary-font-size);
      font-weight: var(--e-global-typography-primary-font-weight);
      color: var(--e-global-color-primary);
    }

    .page-wrapper .ui-element.ui-element-c81fc61 {
      margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 15px) 0px;
    }

    .page-wrapper .ui-element.ui-element-c81fc61 .ui-heading-title {
      font-family: "Sen", Sans-serif;
      font-size: 24px;
      font-weight: 600;
      color: var(--e-global-color-d5228ea);
    }

    .page-wrapper .ui-element.ui-element-c81fc61 .ui-heading-title a:hover,
    .page-wrapper .ui-element.ui-element-c81fc61 .ui-heading-title a:focus {
      color: var(--e-global-color-primary);
    }

    .page-wrapper .ui-element.ui-element-c81fc61 .ui-heading-title a {
      transition-duration: 0.3s;
    }

    .page-wrapper .ui-element.ui-element-3db9213 .te-box__text {
      text-align: left;
    }

    .page-wrapper .ui-element.ui-element-aa30fd9 {
      --display: flex;
      --min-height: 90px;
      --flex-direction: column;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --justify-content: center;
      --align-items: center;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      border-style: dashed;
      --border-style: dashed;
      border-width: 0px 0px 0px 0px;
      --border-top-width: 0px;
      --border-right-width: 0px;
      --border-bottom-width: 0px;
      --border-left-width: 0px;
      border-color: var(--e-global-color-primary);
      --border-color: var(--e-global-color-primary);
      --border-radius: 6px 0px 0px 0px;
    }

    .page-wrapper .ui-element.ui-element-e7d1a38 {
      --display: flex;
      --position: absolute;
      --flex-direction: row;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --align-items: flex-start;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      top: 0px;
    }

    body:not(.rtl) .page-wrapper .ui-element.ui-element-e7d1a38 {
      right: -85px;
    }

    body.rtl .page-wrapper .ui-element.ui-element-e7d1a38 {
      left: -85px;
    }

    .page-wrapper .ui-element.ui-element-54a24be {
      --display: flex;
      --min-height: 90px;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      border-style: dashed;
      --border-style: dashed;
      border-width: 1px 0px 0px 1px;
      --border-top-width: 1px;
      --border-right-width: 0px;
      --border-bottom-width: 0px;
      --border-left-width: 1px;
      border-color: var(--e-global-color-primary);
      --border-color: var(--e-global-color-primary);
      --border-radius: 6px 0px 0px 0px;
    }

    .page-wrapper .ui-element.ui-element-9ddaf26 {
      --display: flex;
      --min-height: 11px;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --border-radius: 50% 50% 50% 50%;
      --margin-top: -6px;
      --margin-bottom: 0px;
      --margin-left: 0px;
      --margin-right: 0px;
    }

    .page-wrapper .ui-element.ui-element-9ddaf26:not(.ui-motion-effects-element-type-background),
    .page-wrapper .ui-element.ui-element-9ddaf26>.ui-motion-effects-container>.ui-motion-effects-layer {
      background-color: var(--e-global-color-primary);
    }

    .page-wrapper .ui-element.ui-element-714eceb .ui-icon-wrapper {
      text-align: center;
    }

    .page-wrapper .ui-element.ui-element-714eceb .ui-icon {
      font-size: 40px;
    }

    .page-wrapper .ui-element.ui-element-714eceb .ui-icon svg {
      height: 40px;
    }

    .page-wrapper .ui-element.ui-element-0c0ebbd {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --margin-top: 40px;
      --margin-bottom: 0px;
      --margin-left: 0px;
      --margin-right: 0px;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 0px;
      --padding-right: 100px;
    }

    .page-wrapper .ui-element.ui-element-d7f10a5 {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --justify-content: space-between;
      --align-items: flex-end;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --border-radius: 6px 6px 6px 6px;
      box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    }

    .page-wrapper .ui-element.ui-element-d7f10a5:not(.ui-motion-effects-element-type-background),
    .page-wrapper .ui-element.ui-element-d7f10a5>.ui-motion-effects-container>.ui-motion-effects-layer {
      background-color: #FFFFFF;
    }

    .page-wrapper .ui-element.ui-element-760cb13 {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --padding-top: 30px;
      --padding-bottom: 30px;
      --padding-left: 40px;
      --padding-right: 0px;
    }

    .page-wrapper .ui-element.ui-element-cba4161 {
      margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 15px) 0px;
    }

    .page-wrapper .ui-element.ui-element-cba4161 .ui-heading-title {
      font-family: "Sen", Sans-serif;
      font-size: 24px;
      font-weight: 600;
      color: var(--e-global-color-d5228ea);
    }

    .page-wrapper .ui-element.ui-element-cba4161 .ui-heading-title a:hover,
    .page-wrapper .ui-element.ui-element-cba4161 .ui-heading-title a:focus {
      color: var(--e-global-color-primary);
    }

    .page-wrapper .ui-element.ui-element-cba4161 .ui-heading-title a {
      transition-duration: 0.3s;
    }

    .page-wrapper .ui-element.ui-element-efc7577 .te-box__text {
      text-align: left;
    }

    .page-wrapper .ui-element.ui-element-2299c74 {
      --display: flex;
      --min-height: 90px;
      --flex-direction: column;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --justify-content: center;
      --align-items: center;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      border-style: dashed;
      --border-style: dashed;
      border-width: 0px 0px 0px 0px;
      --border-top-width: 0px;
      --border-right-width: 0px;
      --border-bottom-width: 0px;
      --border-left-width: 0px;
      border-color: var(--e-global-color-primary);
      --border-color: var(--e-global-color-primary);
      --border-radius: 6px 0px 0px 0px;
    }

    .page-wrapper .ui-element.ui-element-7c1e605 {
      --display: flex;
      --position: absolute;
      --flex-direction: row;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --align-items: flex-start;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      top: 0px;
    }

    body:not(.rtl) .page-wrapper .ui-element.ui-element-7c1e605 {
      right: -85px;
    }

    body.rtl .page-wrapper .ui-element.ui-element-7c1e605 {
      left: -85px;
    }

    .page-wrapper .ui-element.ui-element-4a6d782 {
      --display: flex;
      --min-height: 90px;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      border-style: dashed;
      --border-style: dashed;
      border-width: 1px 0px 0px 1px;
      --border-top-width: 1px;
      --border-right-width: 0px;
      --border-bottom-width: 0px;
      --border-left-width: 1px;
      border-color: var(--e-global-color-primary);
      --border-color: var(--e-global-color-primary);
      --border-radius: 6px 0px 0px 0px;
    }

    .page-wrapper .ui-element.ui-element-07b4984 {
      --display: flex;
      --min-height: 11px;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --border-radius: 50% 50% 50% 50%;
      --margin-top: -6px;
      --margin-bottom: 0px;
      --margin-left: 0px;
      --margin-right: 0px;
    }

    .page-wrapper .ui-element.ui-element-07b4984:not(.ui-motion-effects-element-type-background),
    .page-wrapper .ui-element.ui-element-07b4984>.ui-motion-effects-container>.ui-motion-effects-layer {
      background-color: var(--e-global-color-primary);
    }

    .page-wrapper .ui-element.ui-element-7bd046f .ui-icon-wrapper {
      text-align: center;
    }

    .page-wrapper .ui-element.ui-element-7bd046f .ui-icon {
      font-size: 40px;
    }

    .page-wrapper .ui-element.ui-element-7bd046f .ui-icon svg {
      height: 40px;
    }

    .page-wrapper .ui-element.ui-element-cb4fdc0 {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --margin-top: 40px;
      --margin-bottom: 0px;
      --margin-left: 0px;
      --margin-right: 0px;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 100px;
      --padding-right: 0px;
    }

    .page-wrapper .ui-element.ui-element-e1a9ad3 {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --justify-content: space-between;
      --align-items: flex-start;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --border-radius: 6px 6px 6px 6px;
      box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    }

    .page-wrapper .ui-element.ui-element-e1a9ad3:not(.ui-motion-effects-element-type-background),
    .page-wrapper .ui-element.ui-element-e1a9ad3>.ui-motion-effects-container>.ui-motion-effects-layer {
      background-color: #FFFFFF;
    }

    .page-wrapper .ui-element.ui-element-1e39288 {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --padding-top: 30px;
      --padding-bottom: 30px;
      --padding-left: 40px;
      --padding-right: 0px;
    }

    .page-wrapper .ui-element.ui-element-9f5aaf6 {
      margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 15px) 0px;
    }

    .page-wrapper .ui-element.ui-element-9f5aaf6 .ui-heading-title {
      font-family: "Sen", Sans-serif;
      font-size: 24px;
      font-weight: 600;
      color: var(--e-global-color-d5228ea);
    }

    .page-wrapper .ui-element.ui-element-9f5aaf6 .ui-heading-title a:hover,
    .page-wrapper .ui-element.ui-element-9f5aaf6 .ui-heading-title a:focus {
      color: var(--e-global-color-primary);
    }

    .page-wrapper .ui-element.ui-element-9f5aaf6 .ui-heading-title a {
      transition-duration: 0.3s;
    }

    .page-wrapper .ui-element.ui-element-be3812c .te-box__text {
      text-align: left;
    }

    .page-wrapper .ui-element.ui-element-f089a9b {
      --display: flex;
      --min-height: 90px;
      --flex-direction: column;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --justify-content: center;
      --align-items: center;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      border-style: dashed;
      --border-style: dashed;
      border-width: 0px 0px 0px 0px;
      --border-top-width: 0px;
      --border-right-width: 0px;
      --border-bottom-width: 0px;
      --border-left-width: 0px;
      border-color: var(--e-global-color-primary);
      --border-color: var(--e-global-color-primary);
      --border-radius: 0px 0px 0px 6px;
    }

    .page-wrapper .ui-element.ui-element-2a49482 {
      --display: flex;
      --position: absolute;
      --flex-direction: row;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --align-items: flex-end;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      top: 0px;
    }

    body:not(.rtl) .page-wrapper .ui-element.ui-element-2a49482 {
      right: -85px;
    }

    body.rtl .page-wrapper .ui-element.ui-element-2a49482 {
      left: -85px;
    }

    .page-wrapper .ui-element.ui-element-02633f4 {
      --display: flex;
      --min-height: 90px;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      border-style: dashed;
      --border-style: dashed;
      border-width: 0px 0px 1px 1px;
      --border-top-width: 0px;
      --border-right-width: 0px;
      --border-bottom-width: 1px;
      --border-left-width: 1px;
      border-color: var(--e-global-color-primary);
      --border-color: var(--e-global-color-primary);
      --border-radius: 0px 0px 0px 6px;
    }

    .page-wrapper .ui-element.ui-element-ca4f6af {
      --display: flex;
      --min-height: 11px;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --border-radius: 50% 50% 50% 50%;
      --margin-top: 0px;
      --margin-bottom: -6px;
      --margin-left: 0px;
      --margin-right: 0px;
    }

    .page-wrapper .ui-element.ui-element-ca4f6af:not(.ui-motion-effects-element-type-background),
    .page-wrapper .ui-element.ui-element-ca4f6af>.ui-motion-effects-container>.ui-motion-effects-layer {
      background-color: var(--e-global-color-primary);
    }

    .page-wrapper .ui-element.ui-element-888063a .ui-icon-wrapper {
      text-align: center;
    }

    .page-wrapper .ui-element.ui-element-888063a .ui-icon {
      font-size: 40px;
    }

    .page-wrapper .ui-element.ui-element-888063a .ui-icon svg {
      height: 40px;
    }

    .page-wrapper .ui-element.ui-element-d14a885 {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
    }

    .page-wrapper .ui-element.ui-element-3c7f500 {
      --display: flex;
      --position: absolute;
      --min-height: 100%;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      top: 0px;
    }

    .page-wrapper .ui-element.ui-element-3c7f500:not(.ui-motion-effects-element-type-background),
    .page-wrapper .ui-element.ui-element-3c7f500>.ui-motion-effects-container>.ui-motion-effects-layer {
      background-image: url("https://july.finestwp.com/newwp/exporto/wp-content/uploads/2025/07/choose-v1-shape1-2.png");
      background-position: 100% 100%;
      background-repeat: no-repeat;
    }

    body:not(.rtl) .page-wrapper .ui-element.ui-element-3c7f500 {
      left: -164px;
    }

    body.rtl .page-wrapper .ui-element.ui-element-3c7f500 {
      right: -164px;
    }

    .page-wrapper .ui-element.ui-element-036eab6 {
      --display: flex;
      --position: absolute;
      --flex-direction: row;
      --container-widget-width: initial;
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --justify-content: flex-end;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      top: 50%;
    }

    .page-wrapper .ui-element.ui-element-036eab6.e-con {
      --e-con-transform-translateY: -50%;
    }

    body:not(.rtl) .page-wrapper .ui-element.ui-element-036eab6 {
      right: 110px;
    }

    body.rtl .page-wrapper .ui-element.ui-element-036eab6 {
      left: 110px;
    }

    .page-wrapper .ui-element.ui-element-15a606f {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: initial;
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --justify-content: flex-end;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
    }

    .page-wrapper .ui-element.ui-element-36685dc {
      --display: flex;
      --position: absolute;
      --min-height: 170px;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      bottom: 0px;
    }

    .page-wrapper .ui-element.ui-element-36685dc:not(.ui-motion-effects-element-type-background),
    .page-wrapper .ui-element.ui-element-36685dc>.ui-motion-effects-container>.ui-motion-effects-layer {
      background-color: transparent;
      background-image: linear-gradient(180deg, #FFFFFF32 0%, #FFFFFF 90%);
    }

    body:not(.rtl) .page-wrapper .ui-element.ui-element-36685dc {
      right: 64px;
    }

    body.rtl .page-wrapper .ui-element.ui-element-36685dc {
      left: 64px;
    }

    .page-wrapper .ui-element.ui-element-a363780 {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: 100%;
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --margin-top: 0px;
      --margin-bottom: 0px;
      --margin-left: 0px;
      --margin-right: 0px;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 80px;
      --padding-right: 80px;
    }

    .page-wrapper .ui-element.ui-element-c048830 {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --border-radius: 6px 6px 6px 6px;
      --padding-top: 120px;
      --padding-bottom: 80px;
      --padding-left: 0px;
      --padding-right: 0px;
    }

    .page-wrapper .ui-element.ui-element-c048830:not(.ui-motion-effects-element-type-background),
    .page-wrapper .ui-element.ui-element-c048830>.ui-motion-effects-container>.ui-motion-effects-layer {
      background-color: var(--e-global-color-secondary);
    }

    .page-wrapper .ui-element.ui-element-17009aa {
      --display: flex;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 15px;
      --padding-right: 15px;
    }

    .page-wrapper .ui-element.ui-element-e22c826 .has-ele-flex__wrapper {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 7px;
      flex-wrap: nowrap;
    }

    .page-wrapper .ui-element.ui-element-e22c826 .has-ele-gap__subtitle {
      margin: 0px 0px 6px 0px;
    }

    .page-wrapper .ui-element.ui-element-2ff3122 {
      width: var(--container-widget-width, 80%);
      max-width: 80%;
      --container-widget-width: 80%;
      --container-widget-flex-grow: 0;
    }

    .page-wrapper .ui-element.ui-element-2ff3122 .te-box__title {
      text-align: left;
    }

    .page-wrapper .ui-element.ui-element-2ff3122 .has-ele-title {
      margin: 0px 0px 47px 0px;
      font-family: "Sen", Sans-serif;
      font-size: 48px;
      font-weight: 700;
    }

    .page-wrapper .ui-element.ui-element-2ff3122 .has-ele-title,
    .page-wrapper .ui-element.ui-element-2ff3122 .has-ele-title a {
      color: #FFFFFF !important;
    }

    .page-wrapper .ui-element.ui-element-f562bb1 {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --justify-content: space-between;
      --align-items: center;
      --gap: 30px 30px;
      --row-gap: 30px;
      --column-gap: 30px;
      --margin-top: 0px;
      --margin-bottom: 0px;
      --margin-left: 0px;
      --margin-right: 0px;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 15px;
      --padding-right: 15px;
    }

    .page-wrapper .ui-element.ui-element-873610e {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: 100%;
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --padding-top: 120px;
      --padding-bottom: 80px;
      --padding-left: 0px;
      --padding-right: 0px;
    }

    .page-wrapper .ui-element.ui-element-dfc3e87 {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: 100%;
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 15px;
      --padding-right: 15px;
    }

    .page-wrapper .ui-element.ui-element-e4bf04e {
      --display: flex;
      --flex-direction: column;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: initial;
      --container-widget-flex-grow: 0;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      --align-items: center;
      --gap: 0px 0px;
      --row-gap: 0px;
      --column-gap: 0px;
      --padding-top: 0px;
      --padding-bottom: 0px;
      --padding-left: 15px;
      --padding-right: 15px;
    }

    .page-wrapper .ui-element.ui-element-41467cf .has-ele-flex__wrapper {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 7px;
      flex-wrap: nowrap;
    }

    .page-wrapper .ui-element.ui-element-41467cf .has-ele-gap__subtitle {
      margin: 0px 0px 6px 0px;
    }

    .page-wrapper .ui-element.ui-element-eb5a619 .te-box__title {
      text-align: left;
    }

    .page-wrapper .ui-element.ui-element-eb5a619 .has-ele-title {
      margin: 0px 0px 47px 0px;
      font-family: "Sen", Sans-serif;
      font-size: 48px;
      font-weight: 700;
    }

    .page-wrapper .ui-element.ui-element-eb5a619 .has-ele-title,
    .page-wrapper .ui-element.ui-element-eb5a619 .has-ele-title a {
      color: var(--e-global-color-d5228ea);
    }

    .page-wrapper .ui-element.ui-element-2d05bde {
      --display: flex;
      --flex-direction: row;
      --container-widget-width: initial;
      --container-widget-height: 100%;
      --container-widget-flex-grow: 1;
      --container-widget-align-self: stretch;
      --flex-wrap-mobile: wrap;
      --justify-content: space-between;
      --gap: 30px 30px;
      --row-gap: 30px;
      --column-gap: 30px;
    }

    .page-wrapper .ui-element.ui-element-4227b9c .has-img__style img {
      --scale: 1;
      --rotate: 0deg;
      --skewx: 0deg;
      --skewy: 0deg;
      --translatex: 0px;
      --translatey: 0px;
      --perspective: 0px;
    }

    @media(min-width:768px) {
      .page-wrapper .ui-element.tracking-form-wrapper {
        --width: 470px;
      }

      .page-wrapper .ui-element.hero-features-wrapper {
        --width: 470px;
        --width: 235px;
        --width: 315px;
      }

      .page-wrapper .ui-element.ui-element-c95a3b6 {
        --width: 33.3333333333%;
      }

      .page-wrapper .ui-element.ui-element-c4372ed {
        --width: 66.6666666667%;
      }

      .page-wrapper .ui-element.ui-element-b676e5e {
        --width: calc(50% - 20px);
      }

      .page-wrapper .ui-element.ui-element-46b4e83 {
        --width: calc(50% - 20px);
      }

      .page-wrapper .ui-element.ui-element-d31d98a {
        --width: calc(50% - 20px);
      }

      .page-wrapper .ui-element.ui-element-f9b34ae {
        --width: calc(50% - 20px);
      }

      .page-wrapper .ui-element.ui-element-f4bf8b9 {
        --width: calc(100%);
      }

      .page-wrapper .ui-element.ui-element-038ceab {
        --width: 270px;
      }

      .page-wrapper .ui-element.ui-element-81d6de4 {
        --width: 90%;
      }

      .page-wrapper .ui-element.ui-element-b0f18f3 {
        --width: 29%;
      }

      .page-wrapper .ui-element.ui-element-f05e728 {
        --width: 125px;
      }

      .page-wrapper .ui-element.ui-element-2073b44 {
        --width: 71%;
      }

      .page-wrapper .ui-element.ui-element-749afb1 {
        --content-width: 1870px;
      }

      .page-wrapper .ui-element.ui-element-f8ca802 {
        --width: 27%;
      }

      .page-wrapper .ui-element.ui-element-7fb7907 {
        --width: 42%;
      }

      .page-wrapper .ui-element.ui-element-bbefd18 {
        --width: 72%;
      }

      .page-wrapper .ui-element.ui-element-98ca440 {
        --width: 66.6666666667%;
      }

      .page-wrapper .ui-element.ui-element-e677064 {
        --width: 33.3333333333%;
      }

      .page-wrapper .ui-element.ui-element-c48331b {
        --width: 55%;
      }

      .page-wrapper .ui-element.ui-element-bc89d98 {
        --width: 12.566667%;
      }

      .page-wrapper .ui-element.ui-element-af603e0 {
        --width: 32.5%;
      }

      .page-wrapper .ui-element.ui-element-12577d5 {
        --width: calc(100% - 150px);
      }

      .page-wrapper .ui-element.ui-element-aa30fd9 {
        --width: 90px;
      }

      .page-wrapper .ui-element.ui-element-e7d1a38 {
        --width: calc(100% + 85px);
      }

      .page-wrapper .ui-element.ui-element-54a24be {
        --width: 100%;
      }

      .page-wrapper .ui-element.ui-element-9ddaf26 {
        --width: 11px;
      }

      .page-wrapper .ui-element.ui-element-760cb13 {
        --width: calc(100% - 150px);
      }

      .page-wrapper .ui-element.ui-element-2299c74 {
        --width: 90px;
      }

      .page-wrapper .ui-element.ui-element-7c1e605 {
        --width: calc(100% + 85px);
      }

      .page-wrapper .ui-element.ui-element-4a6d782 {
        --width: 100%;
      }

      .page-wrapper .ui-element.ui-element-07b4984 {
        --width: 11px;
      }

      .page-wrapper .ui-element.ui-element-1e39288 {
        --width: calc(100% - 150px);
      }

      .page-wrapper .ui-element.ui-element-f089a9b {
        --width: 90px;
      }

      .page-wrapper .ui-element.ui-element-2a49482 {
        --width: calc(100% + 85px);
      }

      .page-wrapper .ui-element.ui-element-02633f4 {
        --width: 100%;
      }

      .page-wrapper .ui-element.ui-element-ca4f6af {
        --width: 11px;
      }

      .page-wrapper .ui-element.ui-element-3c7f500 {
        --width: 281px;
      }

      .page-wrapper .ui-element.ui-element-36685dc {
        --width: 232px;
      }
    }

    @media(max-width:1199px) and (min-width:768px) {
      .page-wrapper .ui-element.ui-element-c95a3b6 {
        --width: 100%;
      }

      .page-wrapper .ui-element.ui-element-c4372ed {
        --width: 100%;
      }

      .page-wrapper .ui-element.ui-element-f4bf8b9 {
        --width: 100%;
      }

      .page-wrapper .ui-element.ui-element-f8ca802 {
        --width: 100%;
      }

      .page-wrapper .ui-element.ui-element-bbefd18 {
        --width: 100%;
      }

      .page-wrapper .ui-element.ui-element-b8cf126 {
        --width: calc(50% - 30px);
      }

      .page-wrapper .ui-element.ui-element-15be954 {
        --width: calc(50% - 30px);
      }

      .page-wrapper .ui-element.ui-element-d2174c3 {
        --width: calc(50% - 30px);
      }

      .page-wrapper .ui-element.ui-element-ed23521 {
        --width: calc(50% - 30px);
      }

      .page-wrapper .ui-element.ui-element-a18ba61 {
        --width: 100%;
      }

      .page-wrapper .ui-element.ui-element-98ca440 {
        --width: 100%;
      }

      .page-wrapper .ui-element.ui-element-e677064 {
        --width: 100%;
      }

      .page-wrapper .ui-element.ui-element-c48331b {
        --width: 100%;
      }

      .page-wrapper .ui-element.ui-element-bc89d98 {
        --width: 0px;
      }

      .page-wrapper .ui-element.ui-element-af603e0 {
        --width: 100%;
      }
    }

    @media(min-width:1601px) {

      .page-wrapper .ui-element.tracking-form-bg:not(.ui-motion-effects-element-type-background),
      .page-wrapper .ui-element.tracking-form-bg>.ui-motion-effects-container>.ui-motion-effects-layer {
        background-attachment: scroll;
      }

      .page-wrapper .ui-element.ui-element-91d7941::before,
      .page-wrapper .ui-element.ui-element-91d7941>.ui-background-video-container::before,
      .page-wrapper .ui-element.ui-element-91d7941>.e-con-inner>.ui-background-video-container::before,
      .page-wrapper .ui-element.ui-element-91d7941>.ui-background-slideshow::before,
      .page-wrapper .ui-element.ui-element-91d7941>.e-con-inner>.ui-background-slideshow::before,
      .page-wrapper .ui-element.ui-element-91d7941>.ui-motion-effects-container>.ui-motion-effects-layer::before {
        background-attachment: scroll;
      }
    }

    @media(max-width:1199px) {
      .page-wrapper .ui-element.tracking-form-wrapper.e-con {
        --e-con-transform-translateX: 50%;
      }

      body:not(.rtl) .page-wrapper .ui-element.tracking-form-wrapper {
        right: 50%;
      }

      body.rtl .page-wrapper .ui-element.tracking-form-wrapper {
        left: 50%;
      }

      .ui-widget-image .widget-image-caption {
        font-size: var(--e-global-typography-text-font-size);
      }

      .page-wrapper .ui-element.hero-features-wrapper.e-con {
        --e-con-transform-translateX: -50%;
      }

      body:not(.rtl) .page-wrapper .ui-element.hero-features-wrapper {
        left: 50%;
      }

      body.rtl .page-wrapper .ui-element.hero-features-wrapper {
        right: 50%;
      }

      .ui-widget-icon-box .ui-icon-box-title,
      .ui-widget-icon-box .ui-icon-box-title a {
        font-size: var(--e-global-typography-primary-font-size);
      }

      .ui-widget-icon-box .ui-icon-box-description {
        font-size: var(--e-global-typography-text-font-size);
      }

      .page-wrapper .ui-element.feature-icon-box-1 .ui-icon-box-description {
        font-size: var(--e-global-typography-primary-font-size);
      }

      .page-wrapper .ui-element.feature-icon-box-2 .ui-icon-box-description {
        font-size: var(--e-global-typography-primary-font-size);
      }

      .page-wrapper .ui-element.ui-element-ea0d9d8 {
        --flex-direction: column;
        --container-widget-width: 100%;
        --container-widget-height: initial;
        --container-widget-flex-grow: 0;
        --container-widget-align-self: initial;
        --flex-wrap-mobile: wrap;
      }

      .page-wrapper .ui-element.ui-element-3f13758 .has-ele__text,
      .page-wrapper .ui-element.ui-element-3f13758 .has-ele__text a {
        font-size: var(--e-global-typography-primary-font-size);
      }

      .page-wrapper .ui-element.ui-element-613db08 .has-ele__text,
      .page-wrapper .ui-element.ui-element-613db08 .has-ele__text a {
        font-size: var(--e-global-typography-primary-font-size);
      }

      .page-wrapper .ui-element.ui-element-c4372ed {
        --margin-top: 50px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
      }

      .page-wrapper .ui-element.ui-element-1ec83eb {
        top: 45%;
      }

      .page-wrapper .ui-element.ui-element-f173330 {
        --flex-wrap: wrap;
      }

      .page-wrapper .ui-element.ui-element-8636044 {
        --align-items: center;
        --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      }

      .page-wrapper .ui-element.ui-element-f4bf8b9 {
        --margin-top: 0px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
      }

      .page-wrapper .ui-element.ui-element-e981f5f .ui-icon-box-description {
        font-size: var(--e-global-typography-primary-font-size);
      }

      .page-wrapper .ui-element.ui-element-d670eb2 {
        --margin-top: 50px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
      }

      .page-wrapper .ui-element.ui-element-35e171c .has-ele__text,
      .page-wrapper .ui-element.ui-element-35e171c .has-ele__text a {
        font-size: var(--e-global-typography-primary-font-size);
      }

      .page-wrapper .ui-element.ui-element-60c51ea .has-ele__text,
      .page-wrapper .ui-element.ui-element-60c51ea .has-ele__text a {
        font-size: var(--e-global-typography-primary-font-size);
      }

      .page-wrapper .ui-element.ui-element-749afb1 {
        --flex-wrap: wrap;
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 15px;
        --padding-right: 15px;
      }

      .page-wrapper .ui-element.ui-element-f8ca802 {
        --justify-content: center;
      }

      .ui-widget-counter .ui-counter-number-wrapper {
        font-size: var(--e-global-typography-primary-font-size);
      }

      .page-wrapper .ui-element.ui-element-639fc61 {
        --flex-wrap: wrap;
      }

      .page-wrapper .ui-element.ui-element-d63d6f7 {
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 15px;
        --padding-right: 15px;
      }

      .page-wrapper .ui-element.ui-element-a18ba61 {
        --padding-top: 120px;
        --padding-bottom: 80px;
        --padding-left: 15px;
        --padding-right: 15px;
      }

      .page-wrapper .ui-element.ui-element-097497e {
        --container-widget-width: 100%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 100%);
        max-width: 100%;
      }

      .page-wrapper .ui-element.ui-element-f29a4b4 {
        --flex-wrap: wrap;
      }

      .page-wrapper .ui-element.ui-element-8251965>.ui-widget-container {
        border-width: 0px 0px 1px 0px;
      }

      .page-wrapper .ui-element.ui-element-7fdfc61>.ui-widget-container {
        border-width: 0px 0px 1px 0px;
      }

      .page-wrapper .ui-element.ui-element-8b2b1b5>.ui-widget-container {
        border-width: 0px 0px 1px 0px;
      }

      .page-wrapper .ui-element.ui-element-e677064 {
        --margin-top: 30px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px;
      }

      .page-wrapper .ui-element.ui-element-3d0e61f .has-ele__text,
      .page-wrapper .ui-element.ui-element-3d0e61f .has-ele__text a {
        font-size: var(--e-global-typography-primary-font-size);
      }

      .page-wrapper .ui-element.ui-element-d7d9886 {
        --flex-wrap: wrap;
      }

      .page-wrapper .ui-element.ui-element-c48331b {
        --justify-content: center;
      }

      .page-wrapper .ui-element.ui-element-af603e0 {
        --align-items: center;
        --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      }

      .page-wrapper .ui-element.ui-element-5283b13 .ui-repeater-item-56a9b41.has-ele-pro__gap {
        margin-top: 0px;
      }

      .page-wrapper .ui-element.ui-element-5283b13 .ui-repeater-item-945a15e.has-ele-pro__gap {
        margin-top: 0px;
      }

      .page-wrapper .ui-element.ui-element-5283b13 .ui-repeater-item-4febd7d.has-ele-pro__gap {
        margin-top: 0px;
      }

      .page-wrapper .ui-element.ui-element-61061df {
        --flex-wrap: wrap;
      }

      .page-wrapper .ui-element.ui-element-38ae44a {
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 100px;
      }

      .ui-widget-heading .ui-heading-title {
        font-size: var(--e-global-typography-primary-font-size);
      }

      .page-wrapper .ui-element.ui-element-cb4fdc0 {
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 100px;
      }

      .page-wrapper .ui-element.ui-element-3c7f500:not(.ui-motion-effects-element-type-background),
      .page-wrapper .ui-element.ui-element-3c7f500>.ui-motion-effects-container>.ui-motion-effects-layer {
        background-position: 0% 0%;
      }

      body:not(.rtl) .page-wrapper .ui-element.ui-element-3c7f500 {
        left: 0px;
      }

      body.rtl .page-wrapper .ui-element.ui-element-3c7f500 {
        right: 0px;
      }

      .page-wrapper .ui-element.ui-element-a363780 {
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 15px;
        --padding-right: 15px;
      }
    }

    @media(max-width:767px) {
      .page-wrapper .ui-element.hero-container {
        --padding-top: 0px;
        --padding-bottom: 200px;
        --padding-left: 0px;
        --padding-right: 0px;
      }

      .ui-widget-image .widget-image-caption {
        font-size: var(--e-global-typography-text-font-size);
      }

      .ui-widget-icon-box .ui-icon-box-title,
      .ui-widget-icon-box .ui-icon-box-title a {
        font-size: var(--e-global-typography-primary-font-size);
      }

      .ui-widget-icon-box .ui-icon-box-description {
        font-size: var(--e-global-typography-text-font-size);
      }

      .page-wrapper .ui-element.feature-icon-box-1 .ui-icon-box-description {
        font-size: var(--e-global-typography-primary-font-size);
      }

      .page-wrapper .ui-element.feature-icon-box-2 .ui-icon-box-description {
        font-size: var(--e-global-typography-primary-font-size);
      }

      .page-wrapper .ui-element.ui-element-16ad104 .has-ele-title {
        font-size: 32px;
      }

      .page-wrapper .ui-element.ui-element-3f13758 .has-ele__text,
      .page-wrapper .ui-element.ui-element-3f13758 .has-ele__text a {
        font-size: var(--e-global-typography-primary-font-size);
      }

      .page-wrapper .ui-element.ui-element-613db08 .has-ele__text,
      .page-wrapper .ui-element.ui-element-613db08 .has-ele__text a {
        font-size: var(--e-global-typography-primary-font-size);
      }

      .page-wrapper .ui-element.ui-element-46b4e83 {
        --margin-top: 60px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
      }

      .page-wrapper .ui-element.ui-element-d31d98a {
        --margin-top: 60px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
      }

      .page-wrapper .ui-element.ui-element-f9b34ae {
        --margin-top: 60px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
      }

      .page-wrapper .ui-element.ui-element-8636044 {
        --padding-top: 0px;
        --padding-bottom: 280px;
        --padding-left: 0px;
        --padding-right: 0px;
      }

      .page-wrapper .ui-element.ui-element-f4bf8b9 {
        --padding-top: 200px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px;
      }

      .page-wrapper .ui-element.ui-element-a25486a>.ui-widget-container {
        --e-transform-translateX: 50%;
      }

      body:not(.rtl) .page-wrapper .ui-element.ui-element-a25486a {
        right: 50%;
      }

      body.rtl .page-wrapper .ui-element.ui-element-a25486a {
        left: 50%;
      }

      .page-wrapper .ui-element.ui-element-a25486a {
        top: 0px;
      }

      .page-wrapper .ui-element.ui-element-3020398 {
        --justify-content: center;
        --align-items: center;
        --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      }

      .page-wrapper .ui-element.ui-element-038ceab {
        bottom: 0px;
      }

      .page-wrapper .ui-element.ui-element-e981f5f .ui-icon-box-description {
        font-size: var(--e-global-typography-primary-font-size);
      }

      .page-wrapper .ui-element.ui-element-ffaa8c6 {
        --container-widget-width: 100%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 100%);
        max-width: 100%;
      }

      .page-wrapper .ui-element.ui-element-ffaa8c6 .has-ele-title {
        font-size: 32px;
      }

      .page-wrapper .ui-element.ui-element-35e171c {
        --container-widget-width: 100%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 100%);
        max-width: 100%;
      }

      .page-wrapper .ui-element.ui-element-35e171c .has-ele__text,
      .page-wrapper .ui-element.ui-element-35e171c .has-ele__text a {
        font-size: var(--e-global-typography-primary-font-size);
      }

      .page-wrapper .ui-element.ui-element-47f08fc {
        --container-widget-width: 100%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 100%);
        max-width: 100%;
      }

      .page-wrapper .ui-element.ui-element-60c51ea {
        --container-widget-width: 100%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 100%);
        max-width: 100%;
      }

      .page-wrapper .ui-element.ui-element-60c51ea .has-ele__text,
      .page-wrapper .ui-element.ui-element-60c51ea .has-ele__text a {
        font-size: var(--e-global-typography-primary-font-size);
      }

      .page-wrapper .ui-element.ui-element-b0f18f3 {
        --flex-direction: column;
        --container-widget-width: 100%;
        --container-widget-height: initial;
        --container-widget-flex-grow: 0;
        --container-widget-align-self: initial;
        --flex-wrap-mobile: wrap;
      }

      .page-wrapper .ui-element.ui-element-f05e728 {
        --flex-direction: column;
        --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
        --container-widget-height: initial;
        --container-widget-flex-grow: 0;
        --container-widget-align-self: initial;
        --flex-wrap-mobile: wrap;
        --justify-content: flex-start;
        --align-items: center;
      }

      .page-wrapper .ui-element.ui-element-6ffd5ae {
        --e-transform-translateX: -50%;
      }

      body:not(.rtl) .page-wrapper .ui-element.ui-element-6ffd5ae {
        left: 50%;
      }

      body.rtl .page-wrapper .ui-element.ui-element-6ffd5ae {
        right: 50%;
      }

      .page-wrapper .ui-element.ui-element-01d7ad6 .te-box__title {
        text-align: center;
      }

      .page-wrapper .ui-element.ui-element-2073b44 {
        --flex-direction: column;
        --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
        --container-widget-height: initial;
        --container-widget-flex-grow: 0;
        --container-widget-align-self: initial;
        --flex-wrap-mobile: wrap;
        --align-items: center;
        border-width: 0px 0px 0px 0px;
        --border-top-width: 0px;
        --border-right-width: 0px;
        --border-bottom-width: 0px;
        --border-left-width: 0px;
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px;
      }

      .page-wrapper .ui-element.ui-element-3e3027a .te-box__title {
        text-align: center;
      }

      .page-wrapper .ui-element.ui-element-f8ca802 {
        --padding-top: 100px;
        --padding-bottom: 10px;
        --padding-left: 0px;
        --padding-right: 0px;
      }

      .page-wrapper .ui-element.ui-element-7fb7907 {
        --align-items: center;
        --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
        --margin-top: 50px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
      }

      .ui-widget-counter .ui-counter-number-wrapper {
        font-size: var(--e-global-typography-primary-font-size);
      }

      .page-wrapper .ui-element.ui-element-363ce1e {
        margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
      }

      .page-wrapper .ui-element.ui-element-b384564 .te-box__title {
        text-align: center;
      }

      .page-wrapper .ui-element.ui-element-7794639 .has-ele-title {
        font-size: 32px;
      }

      .page-wrapper .ui-element.ui-element-097497e .has-ele-title {
        font-size: 32px;
      }

      .page-wrapper .ui-element.ui-element-7fdfc61 .has-ele-flex__wrapper {
        flex-wrap: wrap;
      }

      .page-wrapper .ui-element.ui-element-8b2b1b5 .has-ele-flex__wrapper {
        flex-wrap: wrap;
      }

      .page-wrapper .ui-element.ui-element-e677064 {
        --padding-top: 0px;
        --padding-bottom: 30px;
        --padding-left: 0px;
        --padding-right: 0px;
      }

      .page-wrapper .ui-element.ui-element-3d0e61f .has-ele__text,
      .page-wrapper .ui-element.ui-element-3d0e61f .has-ele__text a {
        font-size: var(--e-global-typography-primary-font-size);
      }

      .page-wrapper .ui-element.ui-element-d7d9886 {
        --align-items: center;
        --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      }

      .page-wrapper .ui-element.ui-element-c48331b {
        --justify-content: flex-start;
        --align-items: flex-start;
        --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      }

      .page-wrapper .ui-element.ui-element-3100928 .te-box__title {
        text-align: left;
      }

      .page-wrapper .ui-element.ui-element-3100928 .has-ele-title {
        font-size: 32px;
      }

      .page-wrapper .ui-element.ui-element-928d4cc .te-box__title {
        text-align: left;
      }

      .page-wrapper .ui-element.ui-element-af603e0 {
        --align-items: flex-start;
        --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px;
      }

      .page-wrapper .ui-element.ui-element-9d9b692 .has-ele-card__btn {
        font-size: 14px;
      }

      .page-wrapper .ui-element.ui-element-edb9d35 .has-ele-title {
        font-size: 32px;
      }

      .page-wrapper .ui-element.ui-element-6d4ed78 {
        --container-widget-width: 100%;
        --container-widget-flex-grow: 0;
        width: var(--container-widget-width, 100%);
        max-width: 100%;
      }

      .page-wrapper .ui-element.ui-element-6d4ed78 .has-ele-title {
        font-size: 32px;
      }

      .page-wrapper .ui-element.ui-element-5283b13 .ui-repeater-item-cd845c0.has-ele-pro__gap {
        margin-top: 0px;
      }

      .page-wrapper .ui-element.ui-element-5283b13 .ui-repeater-item-56a9b41.has-ele-pro__gap {
        margin-top: 0px;
      }

      .page-wrapper .ui-element.ui-element-5283b13 .ui-repeater-item-945a15e.has-ele-pro__gap {
        margin-top: 0px;
      }

      .page-wrapper .ui-element.ui-element-5283b13 .ui-repeater-item-4febd7d.has-ele-pro__gap {
        margin-top: 0px;
      }

      .page-wrapper .ui-element.ui-element-14cd514 .has-ele-title {
        font-size: 32px;
      }

      .page-wrapper .ui-element.ui-element-38ae44a {
        --flex-wrap: wrap;
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px;
      }

      .page-wrapper .ui-element.ui-element-4766d2f {
        --justify-content: center;
        --align-items: center;
        --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
        --flex-wrap: wrap;
      }

      .ui-widget-heading .ui-heading-title {
        font-size: var(--e-global-typography-primary-font-size);
      }

      .page-wrapper .ui-element.ui-element-aa30fd9 {
        --justify-content: center;
        --align-items: center;
        --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
        border-width: 1px 0px 0px 0px;
        --border-top-width: 1px;
        --border-right-width: 0px;
        --border-bottom-width: 0px;
        --border-left-width: 0px;
        --border-radius: 0px 0px 0px 0px;
      }

      body:not(.rtl) .page-wrapper .ui-element.ui-element-e7d1a38 {
        right: 0px;
      }

      body.rtl .page-wrapper .ui-element.ui-element-e7d1a38 {
        left: 0px;
      }

      .page-wrapper .ui-element.ui-element-0c0ebbd {
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px;
      }

      .page-wrapper .ui-element.ui-element-2299c74 {
        border-width: 1px 0px 0px 0px;
        --border-top-width: 1px;
        --border-right-width: 0px;
        --border-bottom-width: 0px;
        --border-left-width: 0px;
        --border-radius: 0px 0px 0px 0px;
      }

      body:not(.rtl) .page-wrapper .ui-element.ui-element-7c1e605 {
        right: 0px;
      }

      body.rtl .page-wrapper .ui-element.ui-element-7c1e605 {
        left: 0px;
      }

      .page-wrapper .ui-element.ui-element-cb4fdc0 {
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 0px;
      }

      .page-wrapper .ui-element.ui-element-f089a9b {
        border-width: 1px 0px 0px 0px;
        --border-top-width: 1px;
        --border-right-width: 0px;
        --border-bottom-width: 0px;
        --border-left-width: 0px;
        --border-radius: 0px 0px 0px 0px;
      }

      body:not(.rtl) .page-wrapper .ui-element.ui-element-2a49482 {
        right: 0px;
      }

      body.rtl .page-wrapper .ui-element.ui-element-2a49482 {
        left: 0px;
      }

      .page-wrapper .ui-element.ui-element-3c7f500:not(.ui-motion-effects-element-type-background),
      .page-wrapper .ui-element.ui-element-3c7f500>.ui-motion-effects-container>.ui-motion-effects-layer {
        background-position: 0% 0%;
      }

      .page-wrapper .ui-element.ui-element-2ff3122 .has-ele-title {
        font-size: 32px;
      }

      .page-wrapper .ui-element.ui-element-eb5a619 .has-ele-title {
        font-size: 32px;
      }
    }

    .wpcargo-track .track_form_tr .track_form_td:not(.submit-track) input {
      background-color: #fff;
      width: 100%;
      height: 60px;
      font-size: 17px;
      font-family: var(--thm-font);
      font-weight: 400;
      border-radius: var(--thm-border-radius);
      padding: 0px 25px 0px;
      color: var(--thm-body-font-color);
      border: 1px solid var(--thm-border-color);
    }

    .wpcargo-track .track_form_tr {
      display: flex;
      flex-direction: column;
    }

    .wpcargo-track .track_form_tr .track_form_td.submit-track input {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 56px;
      background-color: #000;
      border-radius: 6px;
      font-family: var(--thm-font-2);
      font-weight: 700;
      font-size: 14px;
      text-transform: uppercase;
      color: #ffffff;
      transition: all 0.3s linear;
      padding-left: 40px;
      padding-right: 40px;
      border: none;
    }

    .wpcargo-track table.track_form_table tr td {
      padding: 0px;
      margin-bottom: 10px;
      font-size:15px;
    }

    .main-slider-style1 .content-box .big-title h2,
    .main-slider-style1 .content-box-inner h3 {
      color: #fff !important;
    }

    .main-slider-style1 .content-box-inner p {
      color: #ddd;
      font-size: 19px;
      line-height: 29px;
    }
    @keyframes scroll-text-left {
        0% { transform: translateX(100%); }
        100% { transform: translateX(-100%); }
    }
    @keyframes scroll-text-right {
        0% { transform: translateX(-100%); }
        100% { transform: translateX(100%); }
    }
    
    .process-style1-scrolling-text {
        overflow: hidden;
        white-space: nowrap;
    }

    .marquee_mode {
        display: flex;
        flex-wrap: nowrap;
        animation: scroll-text-left 27s linear infinite;
    }

    .marquee_mode-rightToLeft {
        display: flex;
        flex-wrap: nowrap;
        animation: scroll-text-right 27s linear infinite;
    }


/* Facts section Two */

.facts-section-two {
    position: relative;
    padding: 120px 0 90px;
}

.facts-section-two:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0; 
    right: 0;
    bottom: 0;
    background-color: rgba(34, 34, 49, 0.95);
}

.facts-section-two .content {
    position: relative;
    text-align: center;
    background-color: rgb(14, 14, 14);
    /* background-image: url(../images/background/bg-11.jpg); */
    background-size: cover;
    margin-bottom: 40px;
    margin-top: 100px;
    padding-bottom: 40px;
}

.facts-section-two .content:before {
    position: absolute;
    content: '';
    left: 15px;
    right: 15px;
    height: 10px;
    bottom: -10px;
    background-color: #39394d;
    transition: .5s;
}

.facts-section-two .content:hover:before {
    bottom: 0;
    opacity: 0;
}

.facts-section-two .content:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 10px;
    bottom: -10px;
    transition: .5s;
    transform: scaleX(0);
    background-color: #df1e08;

}

.facts-section-two .content:hover:after {
    transform: scaleX(1);
}

.facts-section-two .icon {
    margin-bottom: -75px;
    transform: translateY(-100px);
}

.facts-section-two .text {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 31px;
}

.count-outer.count-box.counted {
    color: var(--primary-color);
}
.facts-section-two .count-box {
    position: relative;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    font-family: "Poppins", sans-serif;
}
/* Clients logo section */

.clients-logo-section {
    position: relative;
    padding: 120px 0 90px;
    background-color: #f0ece5;
}

.clients-logo-section .wrapper-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
    justify-content: center;
}

.clients-logo-section .logo-box {
    position: relative;
    padding: 0 15px;
    margin-bottom: 30px;
}

.clients-logo-section .hover-logo {
    position: absolute;
    top: 0;
    left: 15px;
    transition: .5s;
    opacity: 0;
}

.clients-logo-section .logo-box:hover .hover-logo {
    opacity: 1;
}

.clients-logo-section .link {
    margin: 15px 0 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .served-style1__tab-btn {
        top: 0;
        position: relative;
    }
}