.ooh-main-div-new{display: flex;
    align-items: baseline;}
    .ji_ami{    display: flex;
    color: #ff6100;
    background: white;
    height: 25px;
    border-radius: 50%;
    font-weight: bold;
        margin-right: 10px;
    justify-content: center;
    align-items: center;
    width: 25px;}
    .inner-head-new{font-weight: bold;    font-size: 17px;}
    .inner-p-lead{    font-size: 14px;
    line-height: 21px;}
    .dhv-ma{    display: flex;
    flex-direction: column;
    justify-content: flex-start;    align-items: baseline;    border-right: 3px solid #ff6100;}

.seven .degree {
    text-align: center;
    color: #003060;
    font-size: 20px;
    font-weight: 700; /*color:#222;*/ /*letter-spacing:1px;*/
    text-transform: uppercase;
    margin: 3px 0px;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    /*grid-template-rows: 27px 0;*/
    grid-gap: 20px;
    align-items: center;
}

    .seven .degree:after, .seven .degree:before {
        content: " ";
        display: block;
        border-bottom: 2px solid #ff61004f;
        /*border-top: 1px solid #c50000;*/
        height: 5px;
        background-color: #f8f8f8;
    }
.dhvde-am{color: gray !important;}
.dhvde-am span{font-size: 23px !important;}
.bg-new-1{background: #00c7c7;}
.bg-new-1 i{background-color: #00c7c7 !important;}

.bg-new-2{background: #ea5353;}
.bg-new-2 i{background-color: #ea5353 !important;}

.bg-new-3{background: #fcaf4a;}
.bg-new-3 i{background-color: #fcaf4a !important;}

.bg-new-4{background: #57a0f2;}
.bg-new-4 i{background-color: #57a0f2 !important;}

.bg-new-5{background: #29683a;}
.bg-new-5 i{background-color: #29683a !important;}
.bg-new-6{background: #6e2c05;}
.bg-new-6 i{background-color: #6e2c05 !important;}
.bg-new-7{    background: #ff6100;}
.bg-new-7 i{background-color: #ff6100 !important;}
.E_Learning_everything_section{max-width:100% !important;padding:0px !important;}
.E_Learning_everything_heading_section{border-top: 3px solid #ff6100;    background: #000000a1 !important;}

.bg-cl-1{--accent-color:#081d32;}
.bg-cl-2{--accent-color:#f1bc09;}
.bg-cl-3{--accent-color:#ff6500;}
.bg-cl-4{--accent-color:#6e2c05;}
.bg-cl-5{--accent-color:#57a0f2;}
.bg-cl-6{--accent-color:#ea5353;}
.bg-cl-7{--accent-color:#00c7c7;}
.bg-cl-8{--accent-color:#29683a;}
.bg-cl-9{--accent-color:#fcaf4a;}
.bg-cl-10{--accent-color:#073674;}
.bg-cl-11{--accent-color:#ff6100;}
.bg-cl-12{--accent-color:#b18028;}
.bg-cl-13{--accent-color:#932715;}
#about-why-choose-us {
    position: relative;
    padding: 30px 0px 0px 0px;
}

#about-why-choose-us::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/pattern-bg.png);   
    opacity: 0.7;
    z-index: -1;
}
 #about-why-choose-us ul {
            --col-gap: 2rem;
            --row-gap: 2rem;
            --line-w: .25rem;
            display: grid;
            grid-template-columns: var(--line-w) 1fr;
            grid-auto-columns: max-content;
            column-gap: var(--col-gap);
            list-style: none;
            width: min(60rem,90%);
            margin-inline:auto}

        #about-why-choose-us ul:before {
            content: "";
            grid-column: 1;
            grid-row: 1/span 24;
            background: #e1e1e1;
            border-radius: calc(var(--line-w)/2)
        }

        #about-why-choose-us ul li:not(:last-child) {
            margin-bottom: var(--row-gap)
        }

        #about-why-choose-us ul li {
            grid-column: 2;
            --inlineP: 1.5rem;
            margin-inline:var(--inlineP);grid-row: span 2;
            display: grid;
            grid-template-rows: min-content min-content min-content
        }

        #about-why-choose-us ul li .top-title {
            --dateH: 3rem;
            height: var(--dateH);
            margin-inline:calc(var(--inlineP)*-1);text-align: center;
            background-color: var(--accent-color);
            color: #fff;
            font-size: 18px;
            font-weight: 700;
            display: grid;
            place-content: center;
            position: relative;
            /*border-radius: calc(var(--dateH)/2) 0 0 calc(var(--dateH)/2)*/
        }

        #about-why-choose-us ul li .top-title:before {
            content: "";
            width: var(--inlineP);
            aspect-ratio: 1;
            background: var(--accent-color);
            background-image: linear-gradient(rgba(0,0,0,.2) 100%,transparent);
            position: absolute;
            top: 97%;
            clip-path: polygon(0 0,100% 0,0 100%);
            right: 0
        }

        #about-why-choose-us ul li .top-title:after {
            content: "";
            position: absolute;
            width: 25px;
            aspect-ratio: 1;
            background: var(--bgColor);
            border: .3rem solid var(--accent-color);
            border-radius: 50%;
            top: 50%;
            transform: translate(50%,-50%);
            /*right: calc(100% + var(--col-gap) + var(--line-w)/2)*/
        }
        #about-why-choose-us ul li .top-right-title:after{ right: -32px}

         #about-why-choose-us ul li .top-left-title:after{ left: -56px}
          #about-why-choose-us ul li .top-left-title:before{left:0;}
          #about-why-choose-us ul li .top-right-title{ border-top-left-radius: 30px;border-bottom-left-radius: 30px;}
          #about-why-choose-us ul li .top-left-title{ border-top-right-radius: 30px; border-bottom-right-radius: 30px;}

        #about-why-choose-us ul li .title,#about-why-choose-us ul li .descr {
            background: var(--bgColor);
            position: relative;
            padding-inline:1.5rem}

        #about-why-choose-us ul li .title {
            overflow: hidden;
            padding-block-start:1.5rem;padding-block-end:0rem;font-weight: 500
        }

        #about-why-choose-us ul li .descr {
            padding-block-end:1.5rem;font-weight: 300
        }

        #about-why-choose-us ul li .title:before,#about-why-choose-us ul li .descr:before {
            content: "";
            position: absolute;
            width: 90%;
            height: .5rem;
            background: rgb(0 0 0 / 28%);
            left: 50%;
            border-radius: 50%;
            filter: blur(4px);
            transform: translate(-50%,50%)
        }

        #about-why-choose-us ul li .title:before {
            bottom: calc(100% + .125rem)
        }

        #about-why-choose-us ul li .descr:before {
            z-index: -1;
            bottom: .25rem
        }

.choose-conetnt {
    width: 100%;
    text-align: center;
    /*margin-left: 100px;*/
}
@media (min-width: 40rem) {
            #about-why-choose-us ul {
                grid-template-columns:1fr var(--line-w) 1fr
            }

            #about-why-choose-us ul:before {
                grid-column: 2;
            }

            #about-why-choose-us ul li:nth-child(odd) {
                grid-column: 1
            }

            #about-why-choose-us ul li:nth-child(even) {
                grid-column: 3
            }

            #about-why-choose-us ul li:nth-child(2) {
                grid-row: 2/4
            }

            #about-why-choose-us ul li:nth-child(odd) .date:before {
                clip-path: polygon(0 0,100% 0,100% 100%);
                left: 0
            }

            #about-why-choose-us ul li:nth-child(odd) .date:after {
                transform: translate(-50%,-50%);
                left: calc(100% + var(--col-gap) + var(--line-w)/2)
            }

            #about-why-choose-us ul li:nth-child(odd) .date {
                border-radius: 0 calc(var(--dateH)/2) calc(var(--dateH)/2) 0
            }
        }


    @keyframes marquee {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-100%);
            }
        }

        /* Main container styling */
        main {
            position: relative;
            /*background-color: #d2e7ff;*/
            background-image:url(/images/iste-desktop.jpg);
            /*height: 100vh;*/
            overflow: hidden;
            /*display: flex;
            align-items: center;
            justify-content: center;*/
        }

        /* Marquee section */
        .marquee {
            position: absolute;
            top: 50%;
            left: 0;
            width: 200%;
            height: 200px;
            transform: translateY(-50%);
            display: flex;
            align-items: center;
            overflow: hidden;
            z-index: 1;
        }

        .marquee span {
            display: inline-block;
            /*text-transform: uppercase;*/
            white-space: nowrap;
            animation: marquee 10s linear infinite;
            font-size: 80px;
            font-family: 'Gravitas One', Helvetica, Arial, sans-serif;
            font-weight: 900;
            color: #98c9ff;
            position:relative;
            padding-right: 50px;
        }

        /* Text content styling */
        .E_Learning_everything_section {
            position: relative;
            z-index: 2; /* Ensure this is above the marquee */
            text-align: center;
            max-width: 800px;
            padding: 20px;
        }

        .E_Learning_everything_heading {
            font-size: 2rem;
            font-weight: bold;
            margin-bottom: 10px;
            color: white;
        }

        .E_Learning_everything_heading_small {
            font-size: 1.2rem;
            color: white;
        }
 section.E_Learning_everything_section{background: none;}
  .letter-spacing-2em{letter-spacing:.2em;}
 .pat-say-title{    font-size: 45px;
    margin-top: 21px;}
 .testemonial-sec{padding:65px 0px;}
 .w-60{width:48px !important;}
 .testimonial-name{margin-left: 16px;
    font-size: 16px;
    color: #302f2f;}
.testimonial-box {
    border: 1px solid #80808061;
    border-radius: 19px;
    margin: 10px;
}
 .box-shadow{box-shadow: 4px 4px 13px 0 rgb(1 1 1 / 20%);}
 .testimonial-rating .rating {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 7px;
}
 .testimonial-rating .rating {
    font-size: 14px;
    color: #efae1b;
}
 .testimonial-rating .rating .fa-star{padding-right:4px;}
 .bg-img-hospital {
    position: relative;
    background-image: url(/images/Clients-ooh-.jpg); 
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-img-hospital::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #08192ea3; 
    z-index: 1;
}
.bg-img-hospital h3, .bg-img-hospital p{z-index:9;position: relative;    font-family: Roboto Black, Roboto, Arial, Helvetica, "sans-serif" !important;
    font-variant: small-caps !important;
    color: transparent;
    -webkit-text-stroke: 1px white;
    font-weight: 900 !important;
   }
.testimonial-para p{height: 125px;padding-right:12px;text-align:justify;
    overflow-y: scroll;margin-bottom:0px;line-height: 23px;}
.testimonial-para p::-webkit-scrollbar {
  width: 2px;
}
.testimonial-para p::-webkit-scrollbar-thumb {
  background: #e94e25; 
  border-radius: 10px;
}
.mar-top-60-minus {
    margin-top: -60px;
}
.testimonial-header{display: flex;align-items:center;}
.owl-carousel .owl-item img{margin: 12px auto;}
.common-head {
    position: relative;
}
.common-head::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    top: 40px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.common-head::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    top: 40px;
    height: 3px;
    background: #ff6100;
    bottom: 0;
    left: calc(50% - 20px);
}
.main-heading {
    color: #003060;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 20px;
}

.step_title {
    margin-bottom: 15px;
    padding: 0 5px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 600;
}
.h-ai{    font-weight: bold;
    font-size: 15px;
}
.new-cspt-box{padding: 40px 0px;}
.cspt-ihbox-style-5.cspt-ihbox {
    text-align: center;
    position: relative;
}
 .cspt-ihbox-style-5:before {
   content: '';
    top: 42px;
    right: -30%;
    z-index: 9;
    width: 141px;
    height: 14px;
    display: block;
    position: absolute;
    background: url(/images/points.png) no-repeat center center;

}
 .cspt-ihbox-icon-wrapper {
       font-size: 21px;
    font-weight: bold;
    margin-bottom: 9px;
    width: 80px;
    height: 80px;
    color: #ff6100;
    line-height: 82px;
    display: inline-block;
    border-radius: 6px;
    position: relative;
    box-shadow: 0 0 24px 0 rgb(26 47 106 / 37%);
}
.cspt-ihbox-icon-wrapper.one:before {
    content: "1";
}
.cspt-ihbox-icon-wrapper.two:before {
    content: "2";
}
.cspt-ihbox-icon-wrapper.three:before {
    content: "3";
}
.cspt-ihbox-icon-wrapper.four:before {
    content: "4";
}
.cspt-ihbox-icon-wrapper:before {
       color: #fff;
    height: 27px;
    width: 27px;
    font-size: 11px;
    line-height: 27px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    font-weight: 700;
    bottom: -10px;
    right: -5px;
    z-index: 9;
    background-color: #081d32;
}
 /*.cspt-ihbox-icon-wrapper:before {
    content: counter(csptbox1, decimal-leading-zero) "";
    counter-increment: csptbox1;
    color: #fff;
    height: 35px;
    width: 35px;
    font-size: 13px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    font-weight: 700;
    bottom: -10px;
    right: -5px;
    z-index: 99;
    background-color: #081d32;
}*/
 .cspt-ihbox-contents {
    padding-top: 10px;
}
.cspt-ihbox h2 {
        font-size: 17px;
        text-align: center!important;
        font-weight: bold;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.cspt-ihbox-style-5 .cspt-ihbox-content {
    margin-top: 5px;
    padding: 0 15px;
}
.cl-df711f{
        color: #df711f;
}
.efoxabt-section{position: relative;background-image: url(/images/your-add-here.jpg) !important;}
.efoxabt-section:before{    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000cc;}
.efoxabt-section h3{font-weight:bold;}

 .sevice_sec {
    background-image: url(/ECS/images/join-team-bg.png);
    background-position: center;
    background-size: cover;
    padding: 51px 0px;
    position: relative;
    z-index: 1;
}

.Services_sec_in {
    text-align: center;
}

.Services_sec_in .new-a {
    width: 100%;
    border: 1px solid white;
    background: rgb(29 41 57 / 94%);
    /*background: linear-gradient(41deg, #ff61006b 30%, #faccb0 100%);*/
    text-align: center;
    height: 245px;
    color: #FFF;
    padding-bottom: 30px;
    border-radius: 0 0 30px 30px;
    box-shadow: 0px 10px 18px -10px transparent;
    text-decoration: none;
    transition: 0.2s;
    transform: scale(1);
    min-height: 100%;
}

.Services_sec_in .new-a:hover {
    background-color: #081d32;
    box-shadow: 0px 10px 18px -10px #000;
    transform: scale(1.1);
    transition: 0.2s;
}

.Services_sec_in .new-a .img {
    display: inline-block;
    margin-top: -60px;
}
.Services_sec_in .new-a .img img{width: 65px;}

.Services_sec_in .new-a .disc {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
}

.Services_sec_in .new-a .disc .head {
    font-size: 18px;
    font-weight: 900;
    text-transform: capitalize;
}

.flt {
    width: 100%;
    font-size: 13px;
    flex-direction: column;
    display: flex;
}
.Services_sec_in .new-a:hover .disc .head::after {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    transition: 0.2s;
}
.testimonial-crousal.owl-carousel .owl-item img{margin-top:0px;}
.testimonial-crousal .owl-nav{    position: absolute;
    right: 0px;
    top: -49px;
    color: white;}
.testimonial-crousal .owl-nav  button.owl-prev, .testimonial-crousal .owl-nav button.owl-next {    background: #ff61008c !important;
    color: white !important;
    font-size: 30px;
    height: 40px;
    width: 40px;
    border: 0px solid #353535 !important;
    position: relative;
    margin: 0 12px;
    font: caption !important;
    line-height: 0px;}
.testimonial-crousal .owl-nav  button.owl-prev span, .testimonial-crousal .owl-nav button.owl-next span{font-size:24px;}

.testimonial-crousal .owl-nav  button.owl-next:after {
    content:"";
    border-bottom: 2.99vmax solid transparent;
    border-right: 1.6vmax solid #ff61008c;
    left: 0px;
    transform: translateX(-100%);
    position: absolute;
    top: 0px;
    height: auto;
}

.testimonial-crousal .owl-nav button.owl-prev:after {
    content:"";
    border-left: 1.6vmax solid #ff61008c;
    border-top: 2.99vmax solid transparent;
    right: 0;
    transform: translateX(100%);
    position: absolute;
    /* top: 0; */
    /* height: 100%; */
    bottom: 0;
}
.md-padding{padding-top:10px;}
.new-why-us-sec{border-top: 3px solid #ff6100;}
.fw-bold{font-weight: bold; color: #ff6300;}
.f-26{font-size:23px;}
.cl-cmm{font-family: Roboto Black, Roboto, Arial, Helvetica, "sans-serif" !important;color: #ff61008c ;}


.djdd-did {
    margin: 0px 0px;
    line-height: 44px;
    font-size:26px;
}

/*Text Animation Css Start*/
.new-p {
    position:relative;
    letter-spacing: 0.5em;
    background: black;
    display: inline-block;
    border: 4px double rgba(255, 255, 255, .25);
    border-width: 4px 0;
}

    .new-p span {
        font: 800 3.5em "sans-serif", sans-serif;
        letter-spacing: 0;
        padding: 5px 29px 0px 19px;
        display: block;
        margin: 0 auto;
        text-shadow: 0 0 80px rgba(255, 255, 255, .5);
        background: url(/images/animated-text-fill.png) repeat-y;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-animation: aitf 80s linear infinite;
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
    }

@-webkit-keyframes aitf {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.stroke3 {
    -webkit-text-fill-color: #000000;
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: #000000;
}

.head4 {
    text-align: left;
    font-size: 40px;
    opacity: .5;
    margin-top: 13px;
    color: black;
    line-height: 45px;
}

.smal {
    color: white;
    font-size: 8px;
    width: 100%;
    font-family: sans-serif;
    letter-spacing: 2px;
    display: block;
    padding: 0px 31px 0px 19px;
    text-align: end;
    margin-top: -10px;
}
.smal-new {
    padding: 0px 2px 0px 19px;
    margin-top: -22px;
}
sup.tm {
    color: white;
    font-size: 10px;
    position: absolute;
    font-weight: 600;
    line-height: 10px;
    padding: 4px 3px 2px 2px;
    border-radius: 50%;
    top: 7px;
    border: 1px solid white;
    width: 15px;
    height: 15px;
    right: 18px;
}
.new-tm {
    right: 43px !important;
    top: 18px !important;
    padding: 4px 3px 2px 1px !important;
}
/*Text Animation Css End*/
@media screen and (max-width:991px) {
    .hero--600 {
            height: auto !important;
            min-height: auto !important;
        }

        .dhv-ma {
            border-right: none;
        }

        .efox-abttext h1 {
            font-size: 32px;
        }

        .cspt-ihbox-style-5:before {
            content: none;
        }

        #about-why-choose-us ul li .top-right-title:after {
            left: -55px;
        }

        #about-why-choose-us ul li .top-right-title {
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
            border-top-right-radius: 30px;
            border-bottom-right-radius: 30px;
        }

        #about-why-choose-us ul li .top-title:before {
            right: auto;
        }

        .bg-img-hospital p {
            line-height: 45px;
            font-size: 34px;
        }

        .Services_sec_in .new-a {
            margin-top: 25px;
        }

        .col-md-3.mt-5 {
            margin-top: 25px !important;
        }

        .ji_ami {
            width: 30px;
        }

        .Services_sec_in .new-a {
            height: auto;
        }

        .testimonial-crousal .owl-nav {
            position: relative;
            top: auto;
        }

        #about-why-choose-us ul li .top-title {
            font-size: 15px;
        }

        .head4 {
            font-size: 32px;
            margin-top: 0px;
            margin-bottom: 7px;
        }
    }