
a{
    text-decoration: none;
}

/* 1) Make sure the carousel is allowed to shrink inside flex layouts */
.block_dates{
  min-width: 0;          /* important if .block_dates is inside display:flex */
  max-width: 100%;
}

/* 2) Clip the moving stage so it can't overflow */
.block_dates .owl-stage-outer{
  overflow: hidden !important;   /* Owl normally has this; force it back */
}

/* 3) Avoid the carousel calculating wider than its container */
.block_dates .owl-carousel{
  width: 100%;
}

/* Optional “seatbelt” if something else still causes horizontal scroll */
html, body{
  overflow-x: hidden;
}



/* SLIDER WRAPPER */
.hero-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

:root {
    --primary: #F68B1F;
    --secondary: #1B2032;
}

/* SLIDE */
.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.slide.active {
    opacity: 1;
}

.slide.active .content {
    opacity: 1;
}

/* ANIMATIONS */
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "El Messiri", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
}

body p {
    font-family: "Inter", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

header.mainheader {
    display: flex;
    flex-flow: column;
}

header.mainheader .topHeader {
    background: #0D1E3D;
    padding: 9px 0;
}

.wrapheader {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.leftsectop p {
    margin: 0;
    color: #fff;
}

.leftsectop {
    display: flex;
    gap: 20px;
    letter-spacing: 0.3px;
}

.leftsectop a {
    color: #f68c1e;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.rightsecnav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #fff;
    gap: 20px;
}

.rightsecnav ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    opacity: .7;
}

.container {
    max-width: 1350px;
}

.wrap_scndheader {
    display: flex;
    justify-content: space-between;
    font-family: 'Inter', sans-serif;
    align-items: center;
    position: relative;
}

.logo {
    display: flex;
    flex-flow: column;
    width: 214px;
}

.logo img {
    width: 100%;
}

.mainnavigations ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 32px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.secondHeader {
    padding: 12px 0;
}

.btn_signin, .btn_bookonline {
    display: flex;
    align-items: center;
    margin-left: 0;
}

.upcomingdates>h2 {
    color: #fff;
    font-size: 25px;
    display: flex;
}

.upcomingdates>h2 a {
    font-size: 19px;
    margin-left: 10px;
    color: var(--primary);
    display: flex;
    align-items: center;
}

.leftsectop a:after, .upcomingdates>h2 a:after, .btn_signin::after, .btn::after {
    content: '';
    width: 30px;
    height: 15px;
    background-image: url('https://e-university.silvadew.com/wp-content/uploads/2026/02/rightarrow-e1771685361235.png');
    display: flex;
    filter: invert(1);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 12px;
    transition: 0.5s ease-in-out;
}

.upcomingdates>h2 a::after, .leftsectop a:after {
    background-image: url('https://e-university.silvadew.com/wp-content/uploads/2025/12/arrowright-orange.svg') !important;
    filter: none;
}

.imagebanner {
    display: flex;
    flex-flow: column;
    overflow: hidden;
    height: 100%;
}

.slidermain {
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 717px;
    position: relative;
}

.imagebanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contentupsec {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}

.wrapsecssldv {
    display: flex;
    flex-flow: column;
}

.contentslides {
    display: flex;
    flex-flow: column;
    width: 1350px;
    margin: 0 auto;
}

.wrap_slideropenings {
    display: flex;
    justify-content: space-between;
}

.sliderTextsec h4 {
    color: #fff;
    font-size: 15px;
    font-family: 'Inter', sans-serif !important;
    letter-spacing: 0.9px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sliderTextsec h3 {
    font-family: "El Messiri", sans-serif;
    color: #fff;
    font-size: 55px;
    font-weight: 200;
    letter-spacing: 0;
    line-height: 62px;
    margin: 0;
}

.sliderTextsec h3 span {
    color: #f68b1e;
}

.sliderTextsec {
    width: 65%;
}

.upcomingdates {
    width: 32%;
}

.wrapdates.owl-carousel .owl-stage-outer {
    overflow: visible !important;
    clip-path: inset(0px -402px 0 0);
}

.block_dates {
    display: flex;
    flex-flow: column;
    padding: 24px 110px 20px 30px;
    position: relative;
    background: #ffffff54;
    border-radius: 12px;
    min-height: 139px;
    backdrop-filter: blur(10px);
}

.button_signins {
    display: flex;
    gap: 20px;
}

.owl-item.active .block_dates {
    background: #fff;
}

.block_dates strong {
    margin: 0;
    font-size: 17px;
    color: #000;
    line-height: 24px;
}

.block_dates strong a {
    color: #fff;
    font-weight: 600;
}

.block_dates p {
    font-size: 15px;
    color: #ffffff;
    margin-top: 7px;
    line-height: 20px;
    letter-spacing: 0.2px;
    opacity: 1;
    margin-bottom: 0;
}

.block_dates span.date {
    position: absolute;
    right: 20px;
    background: #F68B1F;
    padding: 2px 18px;
    color: #fff;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    top: 20px;
}

.active .block_dates strong a, .active .block_dates p {
    color: #000;
}

.block_dates a.morearowside {
    width: 19px;
    position: absolute;
    bottom: 18px;
    right: 25px;
    transform: rotate(45deg);
}

.arrowright {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--secondary);
    transition: 0.5s ease-in-out;
}

.arrowright:before {
    content: '';
    width: 24px;
    height: 12px;
    background: url(https://e-university.silvadew.com/wp-content/uploads/2026/02/rightarrow-e1771685361235.png);
    display: flex;
    filter: invert(1);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 12px;
    transition: 0.3s ease-in-out;
}

.arrowright:hover:before {
    transform: rotate(-30deg);
    margin-top: -8px;
}

.arrowright.orange {
    background: var(--primary);
    border-color: var(--primary);
}

.arrowright.orange:before {
    filter: brightness(7.5);
}

.btn {
    padding: 9px 15px;
    border-radius: 5px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--secondary);
    color: var(--secondary);
    transition: 0.3s ease-in-out;
}

.btn.btn_primary {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.btn.btn_primary:after {
    filter: brightness(7.5);
}

.btn.btn_primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn:hover:after {
    margin-left: 20px;
}

.btn.btn_outline:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.btn.btn_outline:hover:after {
    filter: brightness(3.5);
}

.upcomingdates>h2 a:hover {
    color: #fff;
}

.upcomingdates>h2 a:hover:after {
    margin-left: 20px;
}

.wrap_secst {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}

.blockcrse h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.blockcrse {
    display: flex;
    flex-flow: column;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
}

.blockcrse p {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.3px;
    color: #000000b3;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 8px;
}

section.blockscrse {
    padding: 60px 0;
}

.blockcrse:first-child {
    border-color: var(--primary);
}

.blockcrse:hover {
    cursor: pointer;
}

.blockcrse:hover h2 a {
    background: var(--primary);
    border-color: var(--primary);
}

.blockcrse:hover h2 a::after {
    filter: brightness(10.5);
}

.blockcrse:hover h2 a:before {
    filter: brightness(10.5);
}

.enrollBtnbelow {
    display: flex;
    flex-flow: column;
    border-top: 1px solid #ffffff24;
    position: relative;
}

.btnenrollnow {
    display: flex;
    flex-flow: column;
    background: rgb(255 255 255 / 21%);
    padding: 39px 0;
    backdrop-filter: blur(8px);
    width: 52%;
    border-radius: 0 90px 0 0;
    align-items: flex-start;
}

.btnenrollnow:before {
    content: '';
    display: flex;
    flex-flow: column;
    background: rgb(255 255 255 / 21%);
    padding: 50px 0;
    backdrop-filter: blur(55px);
    position: absolute;
    left: -50%;
    width: 50%;
    top: 0;
    bottom: 0;
}

.btnenrollnow a {
    font-size: 22px;
    color: #fff;
    font-family: "El Messiri", sans-serif;
    font-weight: 400 !important;
    display: flex;
    align-items: center;
}

.btnenrollnow a::after {
    content: '';
    width: 21px;
    height: 19px;
    background: url(https://e-university.silvadew.com/wp-content/uploads/2025/12/arrowright.svg);
    display: flex;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 15px;
    transition: 0.3s ease-in-out;
    filter: brightness(6.5);
}

.wrapforms {
    display: flex;
    flex-flow: row wrap;
    background: #F6F6F6;
    border-radius: 14px;
    border: 1px solid #cccccc40;
    justify-content: space-between;
}

.rightformsecs {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    background: url('../images/bg-course.jpg');
    border-radius: 14px;
    padding: 30px;
    width: 453px;
    position: relative;
}

.leftformsSearch {
    display: flex;
    flex-flow: column;
    width: calc(100% - 512px);
    padding: 30px;
}

.leftformsSearch h2 {
    font-size: 30px;
    margin-bottom: 6px;
}

.leftformsSearch p {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 0;
}

.leftformsSearch form {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 0;
}

.field_forms {
    display: flex;
    flex-flow: column;
}

.field_forms input[type="text"] {
    background: red;
}

.field_forms input[type="text"], .field_forms input[type="email"], .field_forms input[type="tel"], .field_forms input[type="number"], .field_forms input[type="password"], .field_forms input[type="search"], .field_forms input[type="url"], .field_forms input[type="date"], .field_forms input[type="time"], .field_forms textarea, .field_forms select {
    width: 100%;
    padding: 0 12px;
    border: 2px solid #00000040;
    border-radius: 8px;
    font-size: 14px;
    color: #000;
    outline: none;
    font-family: 'Inter', sans-serif;
    height: 57px;
    background: no-repeat;
    font-weight: 400;
    transition: 0.3s ease-in-out;
}

.field_forms input:focus, .field_forms textarea:focus, .field_forms select:focus {
    border-color: var(--primary);
}

.field_forms input::placeholder, .field_forms textarea::placeholder {
    color: #3c3838b5;
    opacity: 1;
    /* Ensure consistent visibility */
}

.rightformsecs h3 {
    font-size: 26px;
    color: #fff;
}

.rightformsecs ul {
    list-style: none;
    margin: 0 0 24px 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    width: 100%;
    list-style-type: disc;
    color: #fff;
    list-style-position: inside;
}

.rightformsecs ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.2px;
    opacity: .9;
    transition: 0.5s ease-in-out;
}

.btn_white {
    border-color: #fff;
    color: #fff;
}

.btn_white::after {
    filter: brightness(6.5);
}

.rightformsecs ul li a:hover {
    color: var(--primary);
    text-decoration: underline;
}

.field_forms button.btn.btn_primary {
    padding: 13px 0;
}

.rightformsecs:before {
    content: '';
    background: #00000075;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 14px;
    backdrop-filter: blur(3px);
}

.rightformsecs h3,.rightformsecs ul, .rightformsecs>a {
    position: relative;
    z-index: 1;
}

section.courselists {
    background: #1B2032;
    padding: 60px 0;
    margin: 60px 0;
}

.headingSections {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.leftsecs_heading {
    display: flex;
    flex-flow: column;
    width: 65%;
}

.courselists .leftsecs_heading h3, .courselists .leftsecs_heading h2, .courselists .leftsecs_heading p {
    color: #fff;
}

.leftsecs_heading h3 {
    font-family: 'Inter', sans-serif !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2.8px;
    opacity: 0.4;
    margin-bottom: 10px;
}

.leftsecs_heading h2 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 7px;
    line-height: 48px;
    letter-spacing: 0px;
}

.leftsecs_heading h2 span {
    color: var(--primary);
}

.leftsecs_heading p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.6px;
}

.titleimgdesign {
    margin-bottom: -67px;
    margin-top: 88px;
    margin-right: -50px;
    transform: scale(0.9);
}

.blocks_course {
    display: flex;
    flex-flow: column;
    background: #fff;
    border-radius: 14px;
    padding: 0 25px 25px 25px;
}

.blocks_course .img_course {
    margin: 0 -25px 20px -25px;
}

.blocks_course .img_course img {
    border-radius: 15px;
    height: 350px;
    object-fit: cover;
}

.blocks_course h2 {
    margin-bottom: 7px;
    font-size: 20px;
    letter-spacing: -0.2px;
    min-height: 45px;
    color: var(--secondary);
}

.blocks_course p {
    color: #000;
    font-size: 15px;
    line-height: 23px;
    font-weight: 300;
    letter-spacing: 0.2px;
}

.courselists .viewallbtns {
    display: flex;
    margin-top: 10px;
}

.list_blogs .owl-nav {
    right: inherit !important;
    left: -50px !important;
}

.list_blogs .owl-nav, .list_wrappercourse .owl-nav {
    position: absolute;
    right: -50px;
    top: 50%;
    display: flex;
    flex-flow: column;
}

.list_blogs .owl-nav button span, .list_wrappercourse .owl-nav button span {
    font-size: 0;
    width: 20px;
    height: 18px;
    background: url('https://e-university.silvadew.com/wp-content/uploads/2025/12/arrowright.svg');
    display: flex;
    background-repeat: no-repeat;
    background-size: contain;
}

.list_blogs .owl-nav button span {
    background: url('https://e-university.silvadew.com/wp-content/uploads/2025/12/arrowright-orange.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.list_blogs .owl-nav button.owl-prev span, .list_wrappercourse .owl-nav button.owl-prev span {
    transform: rotate(-90deg);
}

.list_blogs .owl-nav button.owl-next span, .list_wrappercourse .owl-nav button.owl-next span {
    transform: rotate(90deg);
}

.list_blogs .owl-nav button.owl-next, .list_wrappercourse .owl-nav button.owl-next {
    margin-top: 30px;
}

.list_blogs .owl-nav button.disabled, .list_wrappercourse .owl-nav button.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.btn_secondary {
    background: var(--secondary);
    color: #fff;
}

.btn_secondary::after {
    filter: brightness(5.5);
}

.btn_secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.list_programscs {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
    margin-top: 50px;
}

.list_programscs .blocksprogram:first-child {
    background: var(--primary);
}

.blocksprogram {
    display: flex;
    flex-flow: column;
    position: relative;
    transition: 0.5s ease-in-out;
    background: #F8F8F8;
    padding: 30px 30px;
}

.blocksprogram h2 {
    font-size: 20px;
    margin-bottom: 4px;
    padding-right: 30px;
    line-height: 22px;
    font-family: 'Inter', sans-serif !important;
}

.blocksprogram p {
    margin: 14px 0 36px 0;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.4px;
    line-height: 21px;
    color: #000;
}

.blocksprogram .icon_program {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 15px;
    opacity: 0.3;
}

.blocksprogram:hover {
    background: var(--secondary);
    cursor: pointer;
}

.list_programscs .blocksprogram:first-child h2, .list_programscs .blocksprogram:first-child p, .blocksprogram:hover p, .blocksprogram:hover h2 {
    color: #fff;
}

.list_programscs .blocksprogram:first-child .arrowright, .blocksprogram:hover .arrowright {
    border-color: #fff;
}

.list_programscs .blocksprogram:first-child .arrowright::before, .list_programscs .blocksprogram:hover .arrowright::before {
    filter: brightness(7.5);
}

.blocksprogram:hover .icon_program img, .blocksprogram:first-child .icon_program img {
    filter: invert(1);
}

.blocksprogram:hover .icon_program, .blocksprogram:first-child .icon_program {
    opacity: 0.7;
}

.wrap_infblocksecs {
    display: flex;
    flex-flow: column;
    background: var(--secondary);
    padding: 6em 31em 6em 5em;
    border-radius: 15px;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}

section.infoblock {
    margin: 60px 0;
}

.wrap_infblocksecs h2 {
    color: #fff;
    font-size: 50px;
    line-height: 54px;
}

.wrap_infblocksecs p {
    color: #fff;
    font-size: 19px;
    font-weight: 300;
}

.wrap_infblocksecs::before {
    content: '';
    background: url('https://e-university.silvadew.com/wp-content/uploads/2025/12/bglines.svg');
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    opacity: 0.5;
    background-size: contain;
}

.wrap_infblocksecs h2, .wrap_infblocksecs p, .wrap_infblocksecs a {
    z-index: 11;
    color: white;
}

.wrap_infblocksecs h2 span {
    color: var(--primary);
}

.img_secs {
    display: flex;
    flex-flow: column;
    position: absolute;
    width: 27%;
    top: 0;
    right: -20px;
}

.customerreviews .leftsecs_heading {
    width: 40%;
}

.customerreviews .rightbtnsecs {
    width: 60%;
}

.customerreviews .rightbtnsecs p {
    margin-bottom: 0;
}

section.customerreviews {
    background: #FFF4E9;
    padding: 60px 0;
    position: relative;
}

section.customerreviews:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    content: '';
    height: 40%;
}

section.infoblock {
    display: flex;
    flex-flow: column;
    position: relative;
    background: #FFF4E9;
    margin-bottom: 0;
}

section.infoblock:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    content: '';
    height: 40%;
}

body {
    background: #fff !important;
}

.blocks_reviews {
    display: flex;
    flex-flow: row wrap;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 0 18px rgba(0,0,0,0.1);
    margin: 16px;
    justify-content: space-between;
    align-items: center;
}

.blocks_reviews .img_reviews {
    width: 45%;
}

.owl-item.active {
    overflow: visible !important;
}

.testimonialwraps.owl-carousel.owl-loaded.owl-drag {
}

.blocks_reviews .img_reviews img {
    display: flex;
    flex-flow: column;
    border-radius: 14px;
}

.blocks_reviews .content_reviews {
    width: 44%;
    display: flex;
    flex-flow: column;
    padding-right: 90px;
    align-items: flex-start;
}

.blocks_reviews .content_reviews p {
    font-size: 31px;
    font-weight: 600;
    line-height: 39px;
    color: #000;
    letter-spacing: -0.2px;
}

.blocks_reviews .content_reviews span {
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}

.blocks_reviews .content_reviews strong {
    color: var(--primary);
    font-size: 27px;
    font-weight: 600;
    letter-spacing: -0.2px;
}

.testimonialwraps .owl-dots {
    display: flex;
    position: absolute;
    bottom: 110px;
    right: 70px;
    gap: 6px;
}

.testimonialwraps .owl-nav {
    display: none;
}

.testimonialwraps .owl-dots button {
    width: 18px;
    height: 18px;
    background: #D9D9D9 !important;
    border-radius: 3px;
}

.testimonialwraps .owl-dots button.active {
    background: var(--primary) !important;
}

.list_blogs .owl-stage-outer {
    overflow: visible !important;
    clip-path: inset(0px -402px 0 0);
}

.blocks_blogs {
    display: flex;
    flex-flow: column;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

.blocks_blogs .blog_cnt {
    position: absolute;
    bottom: 0;
    top: 0;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 30px 30px;
    background: #020024;
    background: linear-gradient(180deg,rgba(2, 0, 36, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.blocks_blogs img {
    height: 500px;
    border-radius: 15px;
    transition: 0.5s ease-in-out;
    object-fit: cover;
}

.blocks_blogs .blog_cnt .cats {
    background: var(--primary);
    padding: 0 12px;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
}

.blocks_blogs .blog_cnt h3 {
    margin-bottom: 0;
    color: #fff;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.blocks_blogs:hover img {
    transform: scale(1.2) rotate(5deg);
}

.blocks_blogs .blog_cnt p {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 0.8px;
    margin-top: 6px;
}

.blocks_blogs .owl-nav {
    position: absolute;
    left: -50px;
    top: 50%;
    display: flex;
    flex-flow: column;
}

.blocks_blogs .owl-nav button span {
    font-size: 0;
    width: 20px;
    height: 18px;
    background: url('https://e-university.silvadew.com/wp-content/uploads/2025/12/arrowright-orange.svg');
    display: flex;
    background-repeat: no-repeat;
    background-size: contain;
}

.blocks_blogs .owl-nav button.owl-prev span {
    transform: rotate(-90deg);
}

.blocks_blogs .owl-nav button.owl-next span {
    transform: rotate(90deg);
}

.blocks_blogs .owl-nav button.owl-next {
    margin-top: 30px;
}

.blocks_blogs .owl-nav button.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.content_reviews .quoteicon {
    margin-top: 10px;
    margin-bottom: 30px;
}

.blocks_reviews .img_reviews img {
    height: 540px;
    object-fit: cover;
}

.arrowright.arrowhite {
    border-color: #fff;
}

.arrowright.arrowhite::before {
    filter: invert(0) brightness(34.5) !important;
}

button:focus {
    box-shadow: none !important;
}

.wrapforms_secs {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.formsections {
    display: flex;
    flex-flow: column;
    position: relative;
    margin-top: 80px;
    margin-bottom: 0;
    background: #fff9f2;
    padding: 90px 0;
}

.bottomforms {
    display: flex;
    flex-flow: column;
    width: 45%;
    border-radius: 0 14px 14px 0;
    margin-top: 0;
}

.textformsecs {
    width: 49%;
    padding: 0 70px;
    border-left: 1px solid #ccc;
}

.formsections:before {
    content: '';
    left: 0;
    width: 40%;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    display: none;
}

.blocks_forms {
    display: flex;
    flex-flow: column;
    margin-bottom: 30px;
}

.blocks_forms h2 {
    color: var(--secondary);
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 5px;
}

.fieldswrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    color: #fff;
    gap: 15px;
}

.blocks_forms:last-child {
    margin-bottom: 0;
}

.formCtas form {
    margin-bottom: 0;
}

.textformsecs h2 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 48px;
    letter-spacing: -0.7px;
}

.textformsecs p, .textformsecs ul li {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 300;
    color: #000;
    letter-spacing: 0.2px;
    line-height: 29px;
}

.list_blogs .owl-dots {
    display: none;
}

.list_blogs {
    margin-top: 40px;
}

.formCtas .field_forms input[type="address"], .formCtas .field_forms input[type="number"], .formCtas .field_forms input[type="email"], .formCtas .field_forms input[type="tel"], .formCtas .field_forms input[type="text"] {
    border-color: #ffffffba;
    color: #ffffffc7;
}

.formCtas .field_forms input[type="address"]::placeholder, .formCtas .field_forms input[type="number"]::placeholder, .formCtas .field_forms input[type="tel"]::placeholder, .formCtas .field_forms input[type="email"]::placeholder, .formCtas .field_forms input[type="text"]::placeholder {
    color: #fff;
}

.wrap_ques_sc {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #fff;
    padding: 65px;
    border-radius: 14px;
    position: relative;
    box-shadow: 0 0 33px rgba(0,0,0,0.1);
}

.blocks_ques {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    border-bottom: 1px solid #ccc;
}

.blocks_ques h3 {
    margin-bottom: 12px;
    font-size: 32px;
}

.blocks_ques p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.4px;
    line-height: 23px;
}

.blocks_ques a {
    color: #f68c1e;
    font-size: 19px;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.blocks_ques a:after {
    display: flex;
}

.blocks_ques a:after {
    content: '';
    width: 30px;
    height: 15px;
    background-image: url('https://e-university.silvadew.com/wp-content/uploads/2025/12/arrowright-orange.svg') !important;
    display: flex;
    filter: invert(1);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 12px;
    transition: 0.5s ease-in-out;
    filter: none;
}

.blocks_ques:first-child {
    padding-right: 100px;
    border: none;
}

.blocks_ques:nth-child(2) {
    border-color: var(--primary);
    border=c: ;
}

footer.mainfooter {
    padding: 0px 0 0px 0;
    display: flex;
    flex-flow: column;
    background: #fff9f2;
}

.questions_sec {
    margin-bottom: 60px;
}

.second_footer {
    background: var(--secondary);
    padding: 80px 0 60px 0;
    margin-top: -140px;
}

.wrap_footer {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.block_footer {
    display: flex;
    flex-flow: column;
    color: #fff;
}

.block_footer ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
    color: #fff;
}

.block_footer ul li a {
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 15px;
}

.block_footer h3 {
    margin: 0 0 13px 0;
    color: var(--primary);
    font-family: 'Inter', sans-serif !important;
    letter-spacing: 0.9px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.block_footer h3:before {
    content: '';
    width: 14px;
    height: 14px;
    background: var(--primary);
    border-radius: 50%;
    margin-right: 10px;
}

.wrapplstfp {
    display: flex;
    justify-content: space-between;
}

.wrapplstfp p, .wrapplstfp ul li a {
    font-size: 12px;
    margin-bottom: 0;
    color: #000;
    letter-spacing: 0.1px;
    font-weight: 300;
    opacity: .7;
}

.wrapplstfp ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 17px;
}

.last_footer {
    padding: 6px 0;
}

.textformsecs h2 span {
    color: var(--primary);
}

.submenus {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 11;
    background: #fff;
    padding: 30px;
    border-radius: 0 0 16px 16px;
    top: 77px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out;
}

.mainnavigations {
    display: flex;
    flex-flow: column;
    position: static;
}

.submenus .blockswrapsubm {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    justify-content: space-between;
    gap: 0;
}

.submenus .blockswrapsubm .blocks_submenus h4 {
    font-size: 16px;
    margin-bottom: 7px;
}

.submenus .blockswrapsubm .blocks_submenus ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 3px;
}

.submenus .blockswrapsubm .blocks_submenus ul li a {
    font-size: 14px;
    font-weight: 300;
    display: flex;
    align-items: center;
    padding: 0;
}

.submenus .blockswrapsubm .blocks_submenus ul li a:before {
    width: 7px;
    height: 9px;
    background: var(--primary);
    border-radius: 4px;
    margin-right: 4px;
}

.blocks_submenus:last-child {
    display: flex;
    flex-flow: column;
    position: relative;
    margin-left: 80px;
}

.blocks_submenus img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 18px;
    overflow: hidden;
}

.blocks_submenus .blockapplynow {
    display: flex;
    flex-flow: column;
    position: relative;
}

.blocks_submenus .blockapplynow .cntapplynow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 14px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    padding: 30px 30px;
    justify-content: flex-end;
    background: linear-gradient(180deg,rgba(2, 0, 36, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.blocks_submenus .blockapplynow .cntapplynow h2 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 35px;
}

.blocks_submenus .readmore {
    display: flex;
    flex-flow: column;
    border-top: 1px solid #cccccc63;
    margin-top: auto;
    padding-top: 10px;
}

.blocks_submenus {
    display: flex;
    flex-flow: column;
}

.blocks_submenus .readmore a {
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 13px;
    padding-top: 10px;
}

.blocks_submenus .readmore a span {
    transform: scale(0.8);
}

.mainnavigations ul>li>a:hover {
    color: var(--primary);
}

.mainnavigations ul>li>a {
    font-size: 14px;
    color: #000;
    padding: 32px 0;
}

.simplemenus {
    display: flex;
    flex-flow: column;
    position: absolute;
    left: auto;
    top: 60px;
    background: #fff;
    z-index: 1;
    width: 312px;
    border-radius: 10px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out;
}

.simplemenus ul {
    display: flex;
    flex-flow: column;
    gap: 0;
}

.simplemenus ul li a {
    font-weight: 300;
    padding: 10px 27px !important;
    border-bottom: 1px solid #cccccc52;
    transition: 0.5s ease-in-out;
}

.simplemenus ul li {
    display: flex;
    flex-flow: column;
}

.simplemenus ul li a:hover {
    background: var(--primary);
    color: #fff;
}

.mainnavigations>li:hover .simplemenus, .mainnavigations>li:hover .submenus {
    opacity: 1;
    visibility: visible;
}

.mainnavigations ul li:hover .simplemenus, .mainnavigations ul li:hover .submenus {
    opacity: 1;
    visibility: visible;
    top: 62px;
}

.insidebanner>img {
    display: flex;
    flex-flow: column;
    width: 100%;
    /* height: 413px; */
    object-fit: cover;
}

.insidebanner {
    position: relative;
    display: flex;
    flex-flow: column;
    margin-bottom: 0;
}

.cntinsidebanner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    bottom: 0;
}

.insidebanner .breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.insidebanner .breadcrumbs ul li a {
    font-size: 14px;
    color: #fff;
}

.insidebanner .breadcrumbs ul li.active a {
    font-weight: 600;
    color: var(--primary);
}

.insidebanner .breadcrumbs ul li:after {
    color: #fff;
}

.wrapcnt {
    display: flex;
    flex-flow: column;
    color: #fff;
    gap: 22px;
    width: 50%;
}

.wrapcnt h5 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
}

.wrapcnt h3 {
    color: #fff;
    font-size: 60px;
    line-height: 53px;
}

.insidebanner .breadcrumbs {
    margin-top: -70px;
    background: #ffffff40;
    padding: 11px 0;
    backdrop-filter: blur(5px);
    margin-bottom: 0;
}

.wrapsinglcrs {
    display: flex;
    flex-flow: column;
}

.leftsidecrs {
    width: 350px;
    border-right: 1px solid #cccccc6e;
    padding-right: 50px;
    position: sticky;
    top: 50px;
}

.rightsidecrs {
    width: calc(100% - 400px);
}

.blockstartssec {
    display: flex;
    flex-flow: column;
    background: var(--secondary);
    border-radius: 0 25px 0;
    padding: 30px 30px;
    margin-bottom: 30px;
}

.blockstartssec h6 {
    margin: 0;
    color: #fff;
    font-size: 18px;
}

.blockstartssec h4 {
    font-size: 24px;
    color: #fff;
    margin: 14px 0 0 0;
}

.ataglance {
    display: flex;
    flex-flow: column;
    margin-bottom: 30px;
}

.ataglance h3 {
    margin-bottom: 13px;
    font-size: 16px;
    letter-spacing: 1px;
}

.ataglance ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: column;
    gap: 6px;
}

.ataglance ul li {
    display: flex;
    position: relative;
    align-items: center;
    gap: 10px;
    font-weight: 300;
    color: #000;
    font-size: 15px;
}

.ataglance ul li:before {
    content: '';
    background: url('https://e-university.silvadew.com/wp-content/uploads/2025/12/iconcheckmar.svg');
    background-repeat: no-repeat;
    width: 20px;
    height: 21px;
    background-size: cover;
}

section.customerreviews.nobgs-spaces {
    padding-top: 0;
    background: none;
    padding-bottom: 0;
}

.list_programscs.threecol {
    grid-template-columns: repeat(3,1fr);
}

.commoncntsec h2, .commoncntsec h3, .commoncntsec h4, .commoncntsec h5, .rightsidecrs>h2 {
    font-size: 38px;
    margin-bottom: 15px;
}

.commoncntsec h6 {
    font-size: 25px;
}

.commoncntsec img, .rightsidecrs>img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    object-position: center center;
    border-radius: 14px;
    margin-bottom: 50px;
}

.commoncntsec p, .rightsidecrs>p {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.1px;
    line-height: 26px;
    color: #000;
}

.tab-buttons {
    display: flex;
    gap: 10px;
    padding: 0 40px;
}

.wrapsinglcrs .tab-btn {
    padding: 17px 26px;
    border: none;
    background: none;
    cursor: pointer;
    font-weight: 600;
    color: #0f0e0e;
    background: #6a6a6a12;
    border-radius: 12px 12px 0 0;
    font-weight: 400;
    letter-spacing: 0.6px;
}

.wrapsinglcrs .tab-btn:hover {
    color: #fff;
    background: var(--secondary);
}

.wrapsinglcrs .tab-btn.active {
    color: #fff;
    background: var(--primary);
}

.commoncntsec.tab-content {
    padding: 20px 0;
    background: #fff;
    padding: 40px 40px;
    border-radius: 12px;
    width: 100%;
}

.tab-pane {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.tab-pane.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* ================================
   Modern Responsive Table
   Parent: .wrapsinglcrs
================================ */
.wrapsinglcrs table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Header Row */
.wrapsinglcrs table tr:first-child {
    background: #f4f6fb;
}

.wrapsinglcrs table tr:first-child td {
    font-weight: 600;
    color: #1f2937;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.05em;
}

/* Cells */
.wrapsinglcrs table td {
    padding: 14px 16px;
    font-size: 14px;
    color: #374151;
    border-bottom: 1px solid #e5e7eb;
    vertical-align: middle;
}

/* Remove last border */
.wrapsinglcrs table tr:last-child td {
    border-bottom: none;
}

/* Hover effect */
.wrapsinglcrs table tbody tr:not(:first-child):hover {
    background: #f9fafb;
    transition: background 0.25s ease;
}

/* Center numeric columns (T, P, C) */
.wrapsinglcrs table td:nth-child(3), .wrapsinglcrs table td:nth-child(4), .wrapsinglcrs table td:nth-child(5) {
    text-align: center;
    font-weight: 500;
}

/* Section rows (Semester titles) */
.wrapsinglcrs table td[colspan] {
    background: #f8fafc;
    color: #0f172a;
    font-weight: 600;
    text-align: center;
    font-size: 15px;
    padding: 18px;
}

/* TOTAL rows */
.wrapsinglcrs table tr td strong {
    color: #0f172a;
}

.wrapsinglcrs table tr td strong:not(:empty) {
    font-weight: 700;
}

/* ================================
   Responsive Styles
================================ */
@media (max-width: 768px) {
    .wrapsinglcrs table, .wrapsinglcrs table tbody, .wrapsinglcrs table tr, .wrapsinglcrs table td {
        display: block;
        width: 100%;
    }

    .wrapsinglcrs table tr {
        margin-bottom: 14px;
        border-radius: 12px;
        overflow: hidden;
        background: #ffffff;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
    }

    .wrapsinglcrs table tr:first-child {
        display: none;
    }

    .wrapsinglcrs table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 14px;
        border-bottom: 1px solid #e5e7eb;
        font-size: 14px;
    }

    .wrapsinglcrs table td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #6b7280;
        font-size: 13px;
        text-transform: uppercase;
    }

    .wrapsinglcrs table td[colspan] {
        justify-content: center;
    }
}

/* ================================
   Optional: Smooth Appearance
================================ */
.wrapsinglcrs table {
    animation: fadeUp 0.6s ease forwards;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

section.singleCourse {
    display: flex;
    flex-flow: column;
    background: #f1f1f1;
    padding: 60px 0;
}

.blocksprogram .arrowright {
    margin-top: auto;
}

.mobile_heads {
    display: none;
}

@media (max-width: 1360px) {
    body {
        overflow-x: hidden !important;
    }

    .slidermain {
        overflow: hidden !important;
    }

    section.ourblogs {
        overflow: hidden;
    }

    .contentslides,
    .container {
        max-width: 90% !important;
    }

    .logo {
        width: 180px;
    }

    .mainnavigations ul li a {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .sliderTextsec h3 {
        font-size: 40px;
        line-height: 41px;
    }

    .list_programscs {
        grid-template-columns: repeat(3,1fr);
    }

    .wrap_infblocksecs h2 {
        font-size: 35px;
        line-height: 35px;
    }

    .wrap_infblocksecs {
        padding-right: 30%;
        padding-left: 4%;
        padding-top: 6%;
        padding-bottom: 5%;
    }

    .blocks_reviews .content_reviews p {
        font-size: 23px;
        line-height: 29px;
    }

    .blocks_reviews .content_reviews {
        width: 54%;
    }

    .blocks_reviews .img_reviews {
        width: 40%;
    }

    .blocks_reviews .img_reviews img {
        height: 410px;
    }

    .leftsecs_heading h2 {
        font-size: 38px;
        line-height: 37px;
    }

    .textformsecs h2 {
        font-size: 35px;
        line-height: 40px;
    }
}

 .menu-back{
     display:none;
 }
/* ===== DESKTOP DROPDOWN ===== */
@media (max-width: 1130px) {
    .mainnavigations ul li:hover .simplemenus, 
    .mainnavigations ul li:hover .submenus {
        top: 0;
        
    }
    .mainnavigations ul li {
        display: flex;
        flex-flow: column;
    }

    .mainnavigations ul li a {
        padding: 19px 27px;
        font-size: 20px;
    }

    .mobile_heads {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 20px;
        border-bottom: 1px solid #eee;
        background: #fff;
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .mobile_heads .logo img {
        max-height: 40px;
    }

    .closemenu {
        font-size: 20px;
        font-weight: 600;
        cursor: pointer;
        line-height: 1;
    }

    .submenus, .simplemenus {
        position: absolute;
        top: 100%;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.3s ease;
        z-index: 999;
    }

    .mainnavigations li:hover > .submenus, .mainnavigations li:hover > .simplemenus {
        opacity: 1;
        visibility: visible;
        /* transform: translateY(0); */
    }
    
    .mainnavigations {
        position: fixed;
        top: 0;
        left: -100%;
        width: 85%;
        height: 100vh;
        background: #fff;
        z-index: 9999999;
        transition: left 0.4s ease;
        overflow: hidden;
    }

    .mainnavigations.active {
        left: 0;
    }

    .mainnavigations > ul {
        flex-direction: column;
        height: 100%;
        overflow-y: auto;
        gap: 0;
    }

    .mainnavigations li > a {
        padding: 16px 20px;
        border-bottom: 1px solid #eee;
        font-weight: 600;
    }

    /* Dropdown panels */
    .submenus, .simplemenus {
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        background: #fff;
        transition: left 0.4s ease;
        overflow-y: auto;
        padding: 0 30px !important;
    }

    .submenus.active, .simplemenus.active {
        left: 0;
        opacity: 1;
        visibility: visible;
    }

    /* Back button */
    .menu-back {
        padding: 7px 0px;
        font-weight: 600;
        cursor: pointer;
        border-bottom: 1px solid #eee;
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 40px;
    }

    .menu-back::before {
        content: "â†";
        font-size: 18px;
    }
     .menu-toggle {
        display: block !important;
        font-size: 22px;
    }
    
    .submenus .blockswrapsubm {
        display: flex;
        flex-flow: column;
    }
    
    .blocks_submenus .readmore a {
        padding-left: 0;
    }
    
    .blocks_submenus:last-child {
      
        margin-left: 0 !important;
    }

}

/* ===== MENU TOGGLE BUTTON ===== */
.menu-toggle {
    display: none;
    cursor: pointer;
}


@media (max-width: 1024px) {
    .leftsectop p {
        display: none;
    }
    
    .wrap_slideropenings {
        flex-flow: column;
    }
    
    .sliderTextsec {
        width: 100%;
    }
    
    .upcomingdates {
        width: 100%;
    }
    
    .enrollBtnbelow {
        display: none;
    }
    
    .wrap_secst {
        grid-template-columns: repeat(2,1fr);
    }
    
    .wrapforms {
        flex-flow: column;
    }
    
    .leftformsSearch {
        width: 100%;
    }
    
    .rightformsecs {
        width: 100%;
    }
    
    .list_programscs {
        grid-template-columns: repeat(2,1fr);
    }
    
    .wrapforms_secs {
        flex-flow: column;
    }
    
    .bottomforms {
        width: 100%;
        order: 2;
    }
    
    .textformsecs {
        width: 100%;
        padding-left: 0;
        border-left: 0;
        background: #fff;
        padding: 25px;
        border-radius: 11px;
        margin-bottom: 40px;
    }
    
    .wrap_ques_sc {
        display: flex;
        flex-flow: column;
        padding: 30px;
    }
    
    .blocks_ques:first-child {
        padding: 0;
    }
    
    .blocks_ques:nth-child(2),.blocks_ques:nth-child(3) {
        background: #f1f1f1;
        padding: 28px;
        border-radius: 12px;
        margin-bottom: 20px;
        padding: 30px;
    }
    
    section.formsections {
        padding-bottom: 20px;
    }
    
    section.formsections {
        padding-top: 60px;
        margin-top: 60px;
    }
    
    .wrap_footer {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 29px;
    }
}

@media (max-width: 720px) {
    .headingSections {
        flex-flow: column;
        align-items: flex-start;
    }
    
    .leftsecs_heading {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .blocks_reviews {
        flex-flow: column;
    }
    
    .blocks_reviews .img_reviews {
        width: 100%;
    }
    
    .blocks_reviews .img_reviews img {
        height: 280px;
    }
    
    .blocks_reviews .content_reviews {
        width: 100%;
        padding: 30px;
        margin-top: -102px;
    }
    
    .blocks_reviews .content_reviews p {
        margin-top: 20px;
        font-weight: 500;
    }
    
    .blocks_reviews .content_reviews strong {
        font-size: 20px;
        margin-top: -8px;
    }
    
    .testimonialwraps .owl-dots {
        position: static;
        margin-top: 20px;
        margin-left: 27px;
    }
    .slidermain {
        height: 570px;
    }
}
@media (max-width: 520px) {
    .leftsectop {
        display: none;
    }
    
    header.mainheader .topHeader {
        padding: 4px 0;
    }
    
    .rightsecnav ul li a {
        font-size: 13px;
    }
    
    .sliderTextsec h3 {
        font-size: 23px;
        line-height: 28px;
        margin-bottom: 20px;
        border-bottom: 1px solid #ffffff5c;
        padding-bottom: 20px;
    }
    
    .upcomingdates>h2 {
        margin-bottom: 13px;
        font-size: 19px;
    }
    
    .leftformsSearch h2 {
        font-size: 25px;
    }
    
    .rightformsecs h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    
    .leftformsSearch {
        padding: 20px;
    }
    
    .rightformsecs {
        padding: 20px;
    }
    
    .titleimgdesign {
        display: none;
    }
    
    .leftsecs_heading h2 {
        font-size: 25px;
        line-height: 29px;
    }
    
    .leftsecs_heading p {
        font-size: 14px;
        line-height: 23px;
    }
    
    .list_programscs {
        grid-template-columns: repeat(1,1fr);
        gap: 4px;
    }
    
    .img_secs {
        width: 100%;
        position: static;
        order: 1;
        display: flex;
        flex-flow: column;
        align-items: flex-end;
        margin-top: -2px;
        margin-bottom: 40px;
    }
    
    .wrap_infblocksecs {
        width: 100%;
        padding: 0 0 40px 0;
        flex-flow: column;
    }
    
    .wrap_infblocksecs h2 {
        order: 2;
    }
    
    .wrap_infblocksecs p {
        order: 3;
    }
    
    .wrap_infblocksecs a {
        order: 4;
    }
    
    .img_secs img {
        width: 70%;
    }
    
    .wrap_infblocksecs h2, .wrap_infblocksecs p, .wrap_infblocksecs a {
        margin: 12px 30px;
    }
    
    .customerreviews .leftsecs_heading {
        width: 100%;
        margin-bottom: 0;
    }
    
    .customerreviews .rightbtnsecs {
        width: 100%;
    }
    
    .customerreviews .rightbtnsecs p {
        font-size: 14px;
        line-height: 22px;
    }
    
    .blocks_reviews {
        margin: 0;
        background: #f1f1f1;
        width: 100%;
    }
    
    .blocks_ques h3 {
        font-size: 25px;
    }
    
    .wrap_footer {
        grid-template-columns: repeat(2,1fr);
        align-items: flex-start;
        justify-content: flex-start;
    }
    
    .block_footer {
        display: flex;
        flex-flow: column;
    }
    
    .wrapplstfp {
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    
    .textformsecs p, .textformsecs ul li {
        font-size: 15px;
        line-height: 21px;
    }
    
    section.formsections {
        padding-top: 30px;
        margin-top: 30px;
    }
    
    .textformsecs {
        margin-bottom: 30px;
    }
   

}
@media (max-width: 480px) {
    .slidermain {
        height: 700px;
    }

    .button_signins .btn {
        display: none;
    }
    
    .blockcrse h2 {
        flex-flow: column-reverse;
        align-items: flex-start;
        font-size: 21px;
        margin-bottom: 0;
    }
    
    .blockcrse h2 a.arrowright {
        margin-bottom: 16px;
    }
    
    .blockcrse p {
        font-size: 13px;
        line-height: 17px;
        color: #000;
        margin-top: 4px;
    }
    
    .blockcrse {
        padding-bottom: 26px;
    }
    
    .wrap_secst {
        gap: 14px;
    }
    
    section.blockscrse {
        padding: 50px 0;
    }
    
    .leftformsSearch h2 {
        font-size: 20px;
        margin-bottom: 0;
    }
    
    .leftformsSearch p {
        font-size: 14px;
    }
    
    .leftformsSearch form {
        margin-top: 10px;
        grid-template-columns: repeat(1,1fr);
        gap: 9px;
    }
    
    .rightformsecs ul {
        flex-flow: column;
        display: flex;
    }
    
    .wrap_infblocksecs h2 {
        font-size: 25px;
        line-height: 28px;
    }
    
    .wrap_infblocksecs p {
        font-size: 15px;
        line-height: 20px;
        margin-top: 0;
    }
    
    .blocks_forms {
    }
    
    .fieldswrapper {
        grid-template-columns: repeat(1,1fr);
    }
    
    .block_footer.cntfooter {
        grid-column-start: 1;
        grid-column-end: 3;
    }
    
    .blocks_ques:last-child {
        margin-bottom: 0;
    }
    
    .testimonialwraps .owl-dots {
        margin-left: 0;
    }
    .block_footer.cntfooter {
        grid-column-start: 1;
        grid-column-end: 3;
    }
    
    .blocks_ques:last-child {
        margin-bottom: 0;
    }
    
    .testimonialwraps .owl-dots {
        margin-left: 0;
    }
}
