/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */


.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.col {
    flex: 1 0 0%;
}
.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}
@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    
}
@media (min-width: 768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    
}
@media (min-width: 992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    
}
@media (min-width: 1200px) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    
}
@media (min-width: 1400px) {
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    
}

.container{
    max-width: 1440px;
    margin: 0 auto;
}
.header-sec{
	position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 600ms;
}
.header-sec.newheader{
    padding: 15px 0;
    background: #00241E;
}
.ekit-wid-con .ekit-sidebar-group .ekit_widget-heading{
    padding: 0 !important;
}
.elementor-widget-elementskit-header-offcanvas .ekit_close-side-widget{
    border: 0 !important;
    background-color: transparent !important;
    color: #fff !important;
}
.elementor-widget-elementskit-header-offcanvas .ekit_close-side-widget svg{
    max-width: 14px !important;
}
.elementor-widget-elementskit-header-offcanvas .ekit_close-side-widget svg path {
    stroke: #fff !important;
    fill: #fff !important;
}
.header-open .eael-simple-menu-vertical li a{
    transition: all 600ms !important;
    display: inline-block !important;
    position: relative;
}
.header-open .eael-simple-menu-vertical li a:after{
    position: absolute !important;
    content: '' !important;
    background: linear-gradient(270deg, rgba(243, 82, 2, 1) 0%, rgba(243, 82, 2, 0) 100%) !important;
    height: 3px !important;
    width: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    transition: all 900ms;
}
.header-open .eael-simple-menu-vertical li a:hover:after{
    width: 100% !important;
}
.header-open .eael-simple-menu-vertical li a:hover{
    font-weight: 600 !important;
}
.ekit-wid-con .ekit-sidebar-widget{
    background: transparent !important;
}


.gradient-text h2{
	display: inline-block;
	position: relative;
}
.gradient-text h2:after{
	position: absolute;
	content: '';
	background: linear-gradient(270deg, rgba(243,82,2,1) 0%, rgba(243,82,2,0) 100%);
	height: 5px;
	width: 100%;
	    right: 0;
    bottom: -13px;
}
.welcome-content{
	margin-left: 164px;
	display: inline-block;
	max-width: 395px;
}
.icon-box{
	border-radius: 30px;
	position: relative;
}
.icon-box .image-white{
    display: flex;
    opacity: 1;
    transition: all 600ms;
}
.icon-box .image-color{
    display: none;
    opacity: 0;
    transition: all 600ms;
}
.icon-box:hover .image-white{
    display: none;
    opacity: 0;
}
.icon-box:hover .image-color{
    display: flex;
    opacity: 1;
}
.icon-box:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #f35202, #ffffff00);
    border-radius: inherit;
    --m: conic-gradient(#000 0 0);
    mask: var(--m) content-box exclude, var(--m);
    pointer-events: none;
    padding: 2px;
}
.icon-box:hover:before{
	background: linear-gradient(to bottom, #f35202, #f35202);
}
.sector-box{
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(216 243 206 / 9%) 50%, rgba(255, 255, 255, 0) 100%);
}
.circle-box{
	position: relative;
}
.circle-box:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #f35202, #ffffff00);
    border-radius: inherit;
    --m: conic-gradient(#000 0 0);
    mask: var(--m) content-box exclude, var(--m);
    pointer-events: none;
    padding: 2px;
    z-index: 3;
}
.circle-box:hover:before{
	background: linear-gradient(to bottom, #f35202, #f35202);
}
.circle-box:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #00241e7d;
    border-radius: 50%;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 600ms;
}
.circle-box:hover:after{
    background: #001e19bf;
}
.welcome-content-2{
    margin-right: 87px;
    display: inline-block;
    max-width: 395px;
    margin-left: auto;
}
.welcome-content-3{
    max-width: 425px;
    margin-left: auto;
    margin-right: 140px;
}
.custom-circle{
    width: 196px;
    height: 196px;
    border-radius: 50%;
    max-height: 196px;
    min-width: 196px;
    border-radius: 50%;
    background: linear-gradient(90deg, rgba(243, 82, 2, 1) 0%, rgba(0, 0, 0, 0) 25%);
}
.custom-content-box{
    max-width: 480px;
    height: 130px;
    overflow: auto;
  scroll-snap-type: y mandatory;
  direction: rtl;
}
.content-box-item{
    margin-bottom: 20px;
     scroll-snap-align: start;
     min-height: 115px;
     direction:ltr;
         display: flex;
    flex-direction: column;
}
.content-box-item p{
    margin-bottom: 0;
}
.custom-content-box::-webkit-scrollbar-track
{
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(243, 82, 2, 1) 0%, rgba(243, 82, 2, 0) 100%);
}

.custom-content-box::-webkit-scrollbar
{
    width: 2px;
    background: linear-gradient(0deg, rgba(243, 82, 2, 1) 0%, rgba(243, 82, 2, 0) 100%);
}

.custom-content-box::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background: #F35202;
}
/*.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
    width: 2px !important;
    border-radius: 0px !important;
    background: linear-gradient(0deg, rgba(243, 82, 2, 1) 0%, rgba(243, 82, 2, 0) 100%);
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
        background-color: #0E8BA7 !important;
        width: 8px !important;
}
.mCSB_scrollTools .mCSB_draggerRail{
    display: none;
}
.mCSB_inside>.mCSB_container {
    margin-left: 60px !important;
}*/



.team-img {
    position: relative;
}
.team-img-2 {
    position: relative;
}
.team-img:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #f35202, #ffffff00);
    border-radius: 50%;
    --m: conic-gradient(#000 0 0);
    mask: var(--m) content-box exclude, var(--m);
    pointer-events: none;
    padding: 2px;
}
.team-img-2:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #f35202, #ffffff);
    border-radius: 50%;
    --m: conic-gradient(#000 0 0);
    mask: var(--m) content-box exclude, var(--m);
    pointer-events: none;
    padding: 2px;
}
.team-img:hover:before{
    background: linear-gradient(to bottom, #f35202, #f35202);
}
.team-img-2:hover:before{
    background: linear-gradient(to bottom, #f35202, #f35202);
}
.coverage-box {
    max-width: 747px;
    max-height: 747px;
    margin: 0 auto;
    position: relative;
    height: 747px;
}
.coverage-item{
        max-width: 266px;
    max-height: 266px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.coverage-box:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 44px solid #EF5202;
    z-index: 1;
}
.coverage-item{
    position: absolute;
    z-index: 9;
    box-shadow: 50px 50px 80px #00241E;
    border-radius: 50%;
}
.coverage-item:after{
    position: absolute;
    content: '';
    background: #00241e67;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 50%;
    height: 100%;
    transition: all 600ms;
}
.coverage-item .elementor-widget-heading{
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    display: flex;
    justify-content: center;
    text-align: center;
    z-index: 9;
}
.coverage-item img{
    height: 266px;
    width: 266px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}
.coverage-box .coverage-item:nth-child(1){
    left: 0;
    top: 0;
}
.coverage-box .coverage-item:nth-child(2){
    right: 0;
    top: 0;
}
.coverage-box .coverage-item:nth-child(3){
    top: 46%;
    left: -70px;
}
.coverage-box .coverage-item:nth-child(4){
    top: 46%;
    right: -70px;
}
.coverage-box .coverage-item:nth-child(5){
    bottom: -80px;
    left: 50%;
    transform: translate(-50%);
}
.coverage-item:before {
content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #f35202, #ffffff00);
    border-radius: inherit;
    --m: conic-gradient(#000 0 0);
    mask: var(--m) content-box exclude, var(--m);
    pointer-events: none;
    padding: 2px;
    z-index: 9;
    transition: all 600ms;
}
.coverage-item:hover:before{
    background: linear-gradient(to bottom, #f35202, #f35202);
}
.coverage-item:hover:after{
    background: #00241ed9;
}
.coverage-item{
    transition: all 300ms;
}
.coverage-item .elementor-widget-image{
    overflow: hidden;
    border-radius: 50%;
}
.coverage-item .elementor-widget-image img{
    transform: scale(1.0);
    transition: all 900ms;
}
.coverage-item:hover .elementor-widget-image img{
    transform: scale(1.1);
}
.cover-text{
    position: absolute;
    right: -60%;
    padding: 15px;
    border-radius: 15px;
    background: linear-gradient(0deg, rgba(0, 36, 30, 1) 0%, rgba(0, 0, 0, 1) 100%);
    max-width: 180px;
    opacity: 0;
    display: none;
    transition: all 600ms;
    z-index: 99;
}
.cover-text p{
    color: #fff;
    margin: 0;
    text-align: center;
    max-width: 114px;
    display: flex;
}
.coverage-item:hover .cover-text{
    opacity: 1;
    display: flex;
}
.coverage-box .coverage-item:nth-child(1) .cover-text{
        left: -60%;
        right: auto;
}
.coverage-box .coverage-item:nth-child(3) .cover-text{
        left: -60%;
        right: auto;
}
.coverage-box .coverage-item:nth-child(5) .cover-text{
    bottom: 0;
}
.list-box{
    position: relative;
    border-radius: 30px 30px 0 0;
}
.list-box:before {
content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #f35202, #ffffff00);
    border-radius: inherit;
    --m: conic-gradient(#000 0 0);
    mask: var(--m) content-box exclude, var(--m);
    pointer-events: none;
    padding: 2px;
    z-index: 9;
    transition: all 600ms;
}
.list-box:after{
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background: linear-gradient(0deg, rgba(243, 82, 2, 1) 0%, rgb(0 0 0 / 0%) 100%);
    top: -100%;
    left: 50%;
    transform: translate(-50%);
}

.team-img-2{
    max-width: 208px;
    max-height: 208px;
    margin: 0 auto;
    margin-top: -150px;
    padding: 2px;
}
.team-box{
    border: 1px solid transparent;
    transition: all 600ms;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.doc-new .team-box:before{
        content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #f35202, #ffffff00);
    border-radius: inherit;
    --m: conic-gradient(#000 0 0);
    mask: var(--m) content-box exclude, var(--m);
    padding: 2px;
}
.doc-new .team-box:hover:before{
    background: linear-gradient(to bottom, #f35202, #f35202);
}
.team-box:hover{
/*    border-radius: 0 !important;*/
/*    border: 1px solid #F35202 !important;*/
}


.form-box{
    max-width: 740px;
    margin: 0 auto;
}
.wpcf7-form p {
    font-size: 16px;
    position: relative;
    text-align: center;
    margin: 0;
}
.wpcf7-form  p label {
position: absolute;
    top: 62%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    font-weight: normal;
    transition: top 0.2s;
    color: #00241E;
    left: 50%;
    width: 100%;
}
.wpcf7-form input.wpcf7-text {
    border: none;
    border-bottom: 2px solid #F35202;
    padding: 15px 0px;
    width: 100%;
    background-color: transparent;
    color: #00241E;
    font-size: 16px;
    font-family: "Proxima nova", Sans-serif;
    text-align: center;
    border-radius: 0;
}
.wpcf7-form label.has-value {
  top: 20px;
  font-size: 11px;
}

.wpcf7-form textarea{
        border: none;
    border-bottom: 2px solid #F35202;
    padding: 15px 0px;
    width: 100%;
    background-color: transparent;
    color: #00241E;
    font-size: 16px;
    font-family: "Proxima nova", Sans-serif;
    text-align: center;
    border-radius: 0;
    height: 60px;
    resize: none;
}
.form-btn{
    background: linear-gradient(90deg, rgba(0,36,30,1) 0%, rgba(0,36,30,1) 0%) !important;
    width: 180px !important;
    border: 0 !important;
    border-radius: 50px !important;
    height: 48px !important;
    color: #f2f2f2 !important;
    display: block !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
    margin-top: 100px !important;
    transition: all 600ms !important;
}
.form-btn:hover{
    background: linear-gradient(90deg, rgba(0,36,30,1) 0%, rgba(0,0,0,1) 100%) !important;
}


.custom-blog{
    max-width: 1150px !important;
    margin: 0 auto;
}
.custom-blog .post-items .col-lg-4 {
    padding: 0 37px;
}
.custom-blog .ekit-wid-con .elementskit-entry-thumb{
    height: 262px;
}
.custom-blog .ekit-wid-con .elementskit-entry-thumb img{
    height: 262px;
    object-fit: cover;
}

.inner-banner{
    background: url('https://teamwp.mydevfactory.com/sudip/Criterion/wp-content/uploads/2024/12/Group-381-1-min.png');
    background-size: cover;
    background-position: center;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
/*.inner-banner:after{
position: absolute;
    content: '';
    background: #00000050;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}*/
.inner-banner-content{
    z-index: 2;
    position: relative;
}
.inner-banner-content h1{
    color: #E8EDEC;
    font-family: "Proxima nova", Sans-serif;
    font-size: 40px;
    margin: 0;
    text-transform: uppercase;
}

.blog-detail-sec{
    position: relative;
    padding: 100px 0;
    background: #F2F2F2;
    background-image: url('https://teamwp.mydevfactory.com/sudip/Criterion/wp-content/uploads/2024/11/Vector-18.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.blog-detail-sec .container{
    padding: 0 170px;
}
.blog-view h4{
    margin: 0;
    color: #F35202;
    font-size: 18px;
    font-weight: 700;
}
.blog-view p{
    margin: 0;
    color: #F35202;
    font-size: 18px;
}
.blog-view-box{
        display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.blog-author h4{
        margin: 0;
    color: #F35202;
    font-size: 18px;
    font-weight: 700;
}
.inner-content p{
    color: #00241E;
    font-size: 20px;
}
.inner-content img{
    margin: 30px 0;
}


.blog-post img{
    max-width: 308px;
    height: 262px;
    object-fit: cover;
    border-radius: 30px;
    translate: scale(1.0);
    transition: all 900ms;
}
.blog-post a{
    display: flex;
}
.blog-post-content h2{
        margin: 0;
    font-family: "Proxima nova", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4.8px;
    color: #f2f2f2;
    text-align: center;
}
.blog-post-content h2 a{
    color: #f2f2f2;
    text-align: center;
    justify-content: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-post{
        display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 308px;
}
.blog-post-content{
    margin-top: 20px;
        text-align: center;
}
.blog-img-box{
    height: 262px;
    overflow: hidden;
    background: #f2f2f2;
    border-radius: 30px;
    transition: all 900ms;
}
.blog-post:hover  .blog-img-box img{
    transform: scale(1.08);
}
.blog-post .post-excerpt p{
        color: #f2f2f2;
    text-align: center;
    justify-content: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    font-size: 20px;
}


.styled-pagination {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 100px;
    align-items: center;
    justify-content: center;
}

.styled-pagination li {
    position: relative;
    margin-right: 11px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f2f2f2;
    font-size: 20px;
    font-family: "Proxima nova", Sans-serif;
}

.styled-pagination li:last-child {
  margin-right: 0;
}

.styled-pagination li a {
    position: relative;
    display: flex;
    width: 40px;
    height: 40px;
    background: transparent;
    color: #f2f2f2;
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    transition: all 500ms ease;
    z-index: 1;
    align-items: center;
    justify-content: center;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
  background: #transparent;
  border-color: #F35202;
  color: #F35202;
}



.styled-pagination li a span:before {
  position: relative;
  top: 0px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}


.icon-right-arrow, .icon-left-arrow{
    position: relative;
}
.icon-left-arrow:after{
    position: absolute;
    content: '';
    width: 12px;
    height: 20px;
    background: url(https://teamwp.mydevfactory.com/sudip/Criterion/wp-content/uploads/2024/11/left-arrow.png);
    top: -10px;
    left: -8px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.icon-right-arrow:after{
    position: absolute;
    content: '';
    width: 12px;
    height: 20px;
    background: url(https://teamwp.mydevfactory.com/sudip/Criterion/wp-content/uploads/2024/11/right-arrow.png);
    top: -10px;
    left: -8px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.footer-widget{
    max-width: 523px;
}







.parent {
  position: relative;
  width: 100%;
  height: 700px;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  overflow: hidden;
  max-height: 700px !important;
}

.block1, .block2 {
  width: 100%;
  height: 135px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.parent > div {
  margin: 0;
}

.block1 {
  animation-name: slidedown;
}

.block2 {
  animation-name: slideup;
}

@keyframes slidedown {
  0% {
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes slideup {
  0% {
    transform: translateY(200px);
  }
  100% {
    transform: translateY(0);
  }
}

.pin-spacer{
    margin-left: auto !important;
    margin-right: auto !important;
    max-height: 700px !important;
}
.gsap-marker-scroller-end, .gsap-marker-scroller-start {
    display: none !important;
}
.cricle-text{
    position: absolute;
    max-width: 800px;
}
.cricle-text{
    transform: scale(calc(var(--progress1) * 0.7)) !important;
}
.footer li.elementor-icon-list-item {
    list-style: none;
}

@media (min-width:1025px) and (max-width:1500px){
.gradient-text.other-h h2:after {
    width: 65%;
    left: 0;
}
.gradient-text.other-h1 h2:after {
    width: 284px;
    left: 0;
}
}

@media (min-width:1501px){
   .gradient-text.other-h h2:after {
    width: 68%;
    left: 0;
}
.gradient-text.other-h1 h2:after {
    width: 310px;
    left: 0;
}
}

.ft-logo {
    max-width: 380px;
    margin-left: auto;
}

@media only screen and (max-width: 1024px){
    .ft-logo{
        margin-left: 0;
    }    
}
.wpcf7-form input:focus-visible{
	outline: none;
}
.newheader .header-logo{
	padding: 0px !important;
}
.footer-text p a{
color: #fff;
}