/*
 Theme Name: Paarami Theme Child
 Theme URI: https://www.paarami.com/
 Description: A child theme of Paarami Theme.
 Author: Paarami
 Author URI: https://www.paarami.com/
 Template: paarami
 Version: 1.0.0
*/
*{
  font-family: "Inter", serif;
}
.padding-top-10{padding-top:10px}.padding-top-20{padding-top:20px}.padding-top-30{padding-top:30px}.padding-top-40{padding-top:40px}.padding-top-50{padding-top:50px}.padding-top-100{padding-top:100px}.padding-top-80{padding-top:80px}.padding-btm-10{padding-bottom:10px}.padding-btm-20{padding-bottom:20px}.padding-btm-30{padding-bottom:30px}.padding-btm-40{padding-bottom:40px}.padding-btm-50{padding-bottom:50px}.padding-btm-80{padding-bottom:80px}.padding-btm-100{padding-bottom:100px}.margin-top-10{margin-top:10px}.margin-top-20{margin-top:20px}.margin-top-30{margin-top:30px}.margin-top-40{margin-top:40px}.margin-top-50{margin-top:50px}.margin-top-100{margin-top:100px}.margin-top-80{margin-top:80px}.margin-btm-10{margin-bottom:10px}.margin-btm-20{margin-bottom:20px}.margin-btm-30{margin-bottom:30px}.margin-btm-40{margin-bottom:40px}.margin-btm-50{margin-bottom:50px}.margin-btm-80{margin-bottom:80px}.margin-btm-100{margin-bottom:100px}
body p:empty,
html body .hidden,
body .flexwrpr .colm1,
.forminator-response-message ul,
body header,
.hidedesktop{display:none!important;}
body .forminator-ui {
    display: block!important;
}
/* General placeholder style */
::placeholder {
  color: #A5A5A5!important; /* Adjust the color as needed */
}
.grecaptcha-badge {visibility: hidden!important;}
/* Specific element styles (if needed) */
textarea::placeholder {
  color: #A5A5A5!important;
}
select::placeholder {
  color: #A5A5A5!important;
}
html body select option,
html body select option:disabled {
    color: #A5A5A5 !important;
}
body .instituteofm *,
body .eligibility *,
body .passionwrpr .container h2,
body .introduction .rgt .inrwrp *,
body .passionwrpr .container p{
    color: #fff!important;
}
html body select {
    -webkit-appearance: none;
    background: #ffffff url(/wp-content/uploads/2024/11/select-arrow.webp) no-repeat right 15px center;
    background-size: 10px;
}
textarea::placeholder {
  color: #A5A5A5!important;
}
html body select, html body .forminator-input {
    border: solid 1px #ffffff;
    width: 100%;
    height: 45px;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0px 1px 4.8px 1px rgba(0, 0, 0, 0.12);
  color: #020202!important;
}
textarea {
  color: #020202!important;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
}
html body .forminator-field {
    margin: 10px 0!important;
    box-shadow: unset!important;
    position: relative;
    border-radius: 100px;
}
.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
    margin-bottom: 0px!important;
}
html body .forminator-row-last .forminator-field {
    border-bottom: solid 0px #fff!important;
}
body .forminator-field .forminator-error-message {
    color: red!important;
    position: absolute;
    left: 0;
    top: -16px;
    z-index: 999;
    font-size: 12px;
}
body .forminator-has_error {
    border: solid 1px red!important;
    border-radius: 0px!important;
}
body .forminator-field .iti {
    width: 100%;
}
.ui-datepicker-unselectable * {
    color: red !important;
}
html body p {
    margin: 0 0 15px!important;
    line-height: 1.4;
}
html body em,
html body li,
html body td,
html body p {
    font-size: 15px!important;
    color: #020202!important;
}
html body h2{
    font-size: 24px;
    font-weight: 700;
}
html body h3{
    font-size: 20px;
}
html body h4{
    font-size: 16px;
}
html body h6,
html body h5,
html body h4,
html body h3,
html body h2,
html body h1 {
    line-height: 1.2;
    font-weight: 600;
    color: #252525;
    margin: 0;
}
html body h1 {
    line-height: 1.3;
    font-size: 30px;
    margin: 0;
}
body main .entry-content{
    padding: 0!important;
}
body main .fluid-container{
    max-width: 100% !important;
}
.w-100{
    width: 100%;
}
.aligncenter{
    text-align: center;
}
.grid-container {
	display: grid;
}
.grid-container.grid-colums2{
    grid-template-columns: 50% 50%
}
body {
  font-family: "Inter", serif;
	margin: 0;
	padding: 0px;
    color: #252525;
}
body a {
    text-decoration: none;
    color: #252525;
}
.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}
html body .sitebtn a {
    background-color: #6DA64D;
    padding: 20px 30px;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    text-align: center;
}
html body .sitebtn a:hover {
    background: #6B4C86 !important;
}
html body .sitebtn {
    display: block;
}
img {
    height: auto;
}
b, strong {
    font-weight: 600!important;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}
body .owl-nav button{
    top: -30px!important;
    color: #8c8c8c!important;
    font-size: 70px!important;
}
body .owl-nav button.owl-prev{
    right: 60px!important;
}
body .owl-nav button.owl-next{
    left: 60px!important;
}
html body .owl-carousel button.owl-dot {
    padding: 7px !important;
    background: #000;
    margin: 0 7px;
    border-radius: 50px;
}
html body .owl-carousel button.owl-dot.active {
    background: #b41414;
}
.owl-theme .owl-dots .owl-dot:focus,
.owl-theme .owl-dots .owl-dot:hover,
.owl-theme .owl-nav [class*=owl-]:focus,
.owl-theme .owl-nav [class*=owl-]:hover {
    background: red!important;
    color: #000!important;
    outline-width: 0px!important;
    outline-style: unset!important;
}
.owl-theme .owl-nav *,
.owl-theme .owl-dots .owl-dot {
    margin: 0!important;
}
body .owl-dots {
    text-align: center;
}
.forminator-select .select2-results__option {
    background: #fff!important;
    color: #333!important;
}
body .forminator-row .forminator-button-submit {
    width: 100%!important;
    padding: 15px 20px;
    border-radius: 10px!important;
    text-shadow: none!important;
    color: #fff!important;
    box-shadow: none!important;
    background: #70A344!important;
    border: solid #70A344 1px!important;
    font-weight: 500!important;
    font-size: 20px!important;
    border-bottom: 1px solid #fff!important;
}
body .forminator-row .forminator-button-submit:hover {
    background: #6B4C86!important;
    border: solid #6B4C86 1px!important;
}
body .forminator-row-last .forminator-field{
    background: transparent!important;
}
body .owl-carousel .owl-nav button.owl-next, 
body .owl-carousel .owl-nav button.owl-prev {
    padding: 0 15px!important;
    background: #ffffff;
    line-height: 1;
}
body .owl-carousel .owl-nav button span {
    line-height: 1;
    height: 59px;
    font-size: 53px;
    color: #fff;
    opacity: 0;
}
.owl-carousel .owl-stage-outer {
    background: url(/wp-content/uploads/2024/11/quotes.svg) no-repeat top right 30px;
}
body .owl-carousel .owl-nav button:focus,
body .owl-carousel .owl-nav button.owl-next, 
body .owl-carousel .owl-nav button.owl-prev {
    padding: 0 15px!important;
    background: url(/wp-content/uploads/2024/11/jakksh-arrow-rt.svg) no-repeat;
    line-height: 30px;
    height: 55px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px solid #fff!important;
}
body .owl-carousel .owl-nav button.owl-prev {
    background: url(/wp-content/uploads/2024/11/jakksh-arrow-lt.svg) no-repeat;
}
.grid-colums3 {
	grid-template-columns: 33% 33% 33%;  
	gap: 2%;
}
.grid-colums4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
body .formwrpr .grid-colums2,
body .whyjakksh .grid-colums2,
body .clientsays .grid-colums2 {
    align-items: center;
}
.forminator-ui#forminator-module-20.forminator-design--default .forminator-error-message {
    font-size: 16px;
    text-align: left;
    border-bottom: 2px solid red!important;
    padding: 0;
    margin: 0;
    width: max-content;
}
body .barcodecta .level2 {
	align-items: center;
}
.clientsays .owl-carousel .owl-nav {
	position: relative;
	max-width: max-content;
    margin: 50px auto 0;
	gap: 20px;
}
body .havequesions svg{
    height: auto;
    width: 100%;
}
body .havequesions{
    position: relative;
    background: #EEF5FB;
}
body .havequesions:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ffffff;
    left: 0;
    top: 0;
    z-index: 9999;
}
body .toplogowraper .grid-colums2 {
    align-items: center;
}
body .toplogowraper .callwrpr {
    justify-content: end;
    display: flex;
    align-items: center;
}
body .callwrpr a{
    align-items: center;
    display: flex;
    gap: 6px;
    font-size: 20px;
    justify-content: center;
}
body .toplogowraper {
    padding: 15px 0;
}
body .offersecn .container {
 max-width: 900px;
}
body .offersecn .container p{
    margin: 0!important;
}
body .productwrper .container {
 max-width: 900px;
    padding-top: 50px!important;
}
body .subhead {
    font-size: 30px!important;
    font-weight: 500;
    color: #252525 !important;
    padding: 5px 0 10px;
}
body .price {
    color: #252525!important;
    font-size: 30px!important;
    font-weight: 600!important;
}
body .productwrper .container > .grid-colums2 {
    border: 1px solid #C1C1C1;
}
body .productwrper .container .rgt {
    border-left: 1px solid #C1C1C1;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
} 
body .productwrper .container .rgt .inrwrp{
    width: 100%;
    padding: 50px;
} 
body .productwrper .container .lft {
    display: flex;
    align-items: center;
    background: #efefef;
}
body .productwrper .container1 .lft {
    background: #fff;
}
body .productwrper .container .rgt2 .inner{
    text-align: right;
}
body .productwrper .container li {
    background: url(/wp-content/uploads/2024/11/tick.svg) no-repeat 0px 5px;
    background-size: 18px;
    padding-left: 26px;
    margin-bottom: 15px;
}
body .productwrper .prod-discp{
    max-width: 240px;
}
body .passionwrpr .container .grid-container {
    list-style-type: none;
    background: url(/wp-content/uploads/2024/11/jakksh-13.webp) no-repeat top right;
    background-size: cover;
    padding: 70px 0 70px 70px;
}
.video-link img {
    width: 100%;
}
body .passionwrpr .container .sitebtn a{
    background: #fff!important;
    color: #306CBC!important;
}
body .passionwrpr .container .sitebtn a:hover{
    background: #fbb51c !important;
    color: #fff!important;
}
body .formwrpr,
body .passionwrpr,
body .videowrpr,
body .whyjakksh,
body .clientsays {
    padding-top: 100px;
}
body .formwrpr {
    padding-bottom: 100px;
}
body .havequesions .callwrpr svg {
    max-width: 40px;
}
.footerstrip{
    background: #004AAD;
}
body .subhdp {
    font-size: 25px!important;
}
.topbanner hr {
    border-top: 1px solid #C1C1C1;
    margin: 30px 0;
}
body .fluid-container ul{
    padding-left: 0px;
}
body .fluid-container li {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 15px;
}
body .whyjakksh .rgt li {
    margin: 20px 0;
}
body .videowrpr .grid-colums2 {
    grid-template-columns: 48% 48%;
    gap: 4%;
    margin: 4% auto;
}
body .formwrpr .rgt .inner {
    padding: 40px 40px 30px;
    background: #EEF5FB;
}
body .formwrpr .lft .inner {
    max-width: 500px;
}
body .formwrpr .lft .inner {
    max-width: 500px;
}
body .formwrpr .container > .grid-colums2 {
    grid-template-columns: 36% 56%;
    gap: 8%;
}
body .formwrpr .lft .schedule p {
    margin: 0!important;
}
body .formwrpr .lft .schedule .rgt {
    text-align: right;
}
body .formwrpr h2 {
    padding-bottom: 20px;
}
body .formwrpr .schedule .grid-colums2:not(.lastboxwrp) {
    border-bottom: dashed 1px #C1C1C1;
    padding: 12px 0;
}
body .formwrpr .schedule .lastboxwrp {
    padding: 12px 0;
}
body .flexwrpr {
    display: flex;
    gap: 10px;
    align-items: center;
}
body .flexwrpr p{
    margin: 0!important;
}
.ratings {
    font-size: 40px;
}
.ratings span{
    font-size: 20px;
}
.topbanner .rgt img {
    margin-bottom: -100px !important;
}
body .whyjakksh .rgt li svg {
	width: 100%;
	max-width: 50px;
}
.owl-stage-outer .stars2 img{
	width: auto;
}
body .flexwrpr h5 {
    font-size: 18px!important;
    margin-bottom: 10px;
}
body .toplogowraper ul {
    display: flex;
    justify-content: space-between;
    max-width: max-content;
    gap: 15px;
    margin: 5px 0;
}
body .toplogowraper ul a {
    grid-template-columns: 10% 100%;
    display: grid;
    gap: 4%;
    font-size: 16px;
    font-weight: 600;  
	color: #6D5890;
}
body .toplogowraper ul.toplogowraperul2 a {
    font-weight: 400;
}
body .toplogowraper ul svg{
    fill: #6DA64D;
}
span.elementor-icon-list-icon {
    width: 20px;
}
span.elementor-icon-list-text {
    width: 100%;
    padding-left: 5px;
}
body .toplogowraper .grid-colums3 {
    grid-template-columns: 56% 26% 18%;
    gap: 0%;
    align-items: center;
}
body .toplogowraper .logo {
    max-width: 300px;
    width: 100%;
}
.toplogowraperul2 span.elementor-icon-list-text {
    padding-left: 0px;
} 
body .toplogowraper ul.toplogowraperul2 a {
    gap: 0;
} 
body .elementor-button-wrapper a{
    background-color: #6DA64D;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    text-align: center;
}
body .elementor-button-wrapper a:hover{
    box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, 0.1);
}
body .topbanner {
    background: url(/wp-content/uploads/2025/01/weschool-banner.webp) no-repeat right center;
    background-size: cover;
    padding: 100px 5%;
}
body .topbanner .container .lft .innerform{
    max-width: 500px;
    background: #684F8C;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
}
body .topbanner .container .lft .innerform .enquirewrp{
    background: #fff;
    padding: 25px 25px 8px;
    border-radius: 15px;
}
body .topbanner .enquirewrp h3{
    color: #fff!important;
}
body .topbanner .lft *{
    color: #fff!important;
    font-weight: 400;
}
body .topbanner .forminator-field-select * {
    color: #b4a9a9 !important;
}
body .topbanner h1{
    font-weight: 800!important;
    font-size: 45px;
}
body .topbanner h4 {
    font-size: 28px!important;
    margin-bottom: 35px!important;
}
body .topbanner .apprvdwrp{
    padding: 12px 20px;
    background: #fff;
    color: #6B4C86!important;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    font-size: 25px!important;
}
body .topbanner .inner2 {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    color: #000!important;
    max-width: 650px;
}
body .topbanner .inner2 *{
    color: #020202!important;
    font-size: 22px;
}
body .topbanner .container .lft .innerform h4{
    font-size: 14px!important;
}
body .topbanner .container .lft .innerform h1 {
    font-size: 28px!important;
    font-weight: 600;
    margin: 5px 0;
}
body .topbanner .container .lft .innerform h2{
    font-size: 22px!important;
}
body .innerlvl1 p {
    margin-bottom: 8px!important;
}
body .topbanner .container .lft .enquirewrp h2{
    text-align: center;
    color: #ff0000;
    margin-bottom: 16px!important;
}
html body .forminator-has_error select, html body .forminator-has_error .forminator-input,
body .forminator-has_error textarea{
    border: none;
}
body .container hr{
    max-width: 200px;
    margin: 15px 0 20px;
    border: #6DA64D 1px solid;
}
html body .aligncenter hr{
    margin: 15px auto 20px;
}
body .propositions .inner h3 {
    font-size: 18px;
}
body .introduction .rgt .inrwrp  {
    background: #684f8c;
    padding: 50px;
    transform: scale(1.1);
    border-radius: 10px;
}
body .propo .lft img{
    position: relative;
    z-index: 99;
}
body .propositions {
    background: #F8F8F8;
}
body .propositions .inner{
    background: #E7E7E7;
    padding: 40px 20px;
    border-bottom: 3px solid #6da64d;
    border-radius: 10px;
    text-align: left;
}
body .propositions .inner:hover{
    background: #684F8C;
}
body .propositions .inner:hover img {
    filter: brightness(0) invert(1);
}
body .propositions .inner:hover h3 {
    color: #fff;
}
body .propositions .inner img{
    margin-bottom: 15px;
    max-height: 50px;
    min-height: 50px;
  transition: filter 0.3s ease;
}
body .eligibility .grid-colums2{
    align-items: center;
    background: #684F8C;
    border-radius: 10px;
}
body .instituteofm .grid-colums2{
    align-items: center;
}
body .instituteofm .rgt img,
body .eligibility .rgt img{
    margin-bottom: -4px;
}
body .instituteofm .lft{
    background: #684F8C;	
}
body .instituteofm .lft .inner{
    padding: 34.5px;
}
body .eligibility .lft .inner{
    padding: 0 40px;
}
body .payment ol li {
    display: list-item!important;
    list-style-type: auto!important;
}
body .payment ol {
    padding-left: 20px;
}
/* Remove default padding and margin from tables */
body .fluid-container table {
    margin: 0 !important;
    padding: 0 !important;
    border-spacing: 0 !important;
    border-collapse: collapse !important;
    width: 100%;
}
/* Optional: remove borders if you want a borderless table */
table, th, td {
    border: none !important;
}
.tableizer-table th{
    background: #DDEAD9;
    padding: 18px 10px !important;
    border: solid 1px #6DA64D!important;
    font-size: 18px;
}
.tableizer-table td{
    background: #fff;
    color: #333;
    padding: 15px 10px !important;
    border: solid 1px #6DA64D!important;
}
body .specialisations .inner p,
body .tableizer-table p{
    margin: 0!important;
}
body .specialisations .inner p{
    font-size: 18px!important;
    position: relative;
    z-index: 9;
    font-weight: 700;
}
body .specialisations .inner {
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 20px 12px 20px 40px;
    margin: 12px 0;
    border-radius: 10px;
    background: #D3D3D3;
}
body .specialisations .inner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20px;  /* Initial border width */
  background-color: #6DA64D;  /* Border color */
  transition: width 0.3s ease-in-out;  /* Smooth transition on width change */
    border-radius: 10px 0 0 10px;
}
body .specialisations .inner:hover::before {
  width: 100%;  /* Expand border to 100% */
    border-radius: 10px;
}
body .specialisations .inner:hover p {
    color: #fff!important
}
body .faqs {
    padding: 80px 0;
}
body .specialisations .grid-colums3 {
    grid-template-columns: 32% 32% 32%;
    gap: 0% 2%;
}
.faqs .lft .inner h2 {
    padding: 2px 0 15px;
}
.faqs summary {
    cursor: pointer;
    list-style-type: none;
    position: relative;
    line-height: 1.2;
    font-weight: 500;
    padding: 15px;
    font-size: 18px
}
.faqs details>summary::-webkit-details-marker {
    display: none
}
.faqs details>summary::after {
    content: '';
    position: absolute;
    top: 18px;
    right: 18px;
    background: url(/wp-content/uploads/2025/01/arrow-1.svg) right no-repeat!important;
    height: 20px;
    width: 20px;
    background-size: 16px!important;
}
.faqs details summary {
    margin-bottom: 10px;
    border-radius: 5px;
    background: #EFEDED;
}
.faqs details[open]>summary::after {
    content: '';
    position: absolute;
    top: 18px;
    right: 18px;
    background: url(/wp-content/uploads/2025/01/arrow2-1.svg) right no-repeat!important;
    height: 20px;
    width: 20px;
    background-size: 16px!important;
}
.faqs details[open] {
    margin-bottom: 20px;
    padding: 0
}
.faqs details[open] div {
    padding: 5px 20px
}
body .faqs .grid-container {
    grid-template-columns: 49% 49%!important;
    gap: 0 2%;
}
  .read-more-content {
    display: none;
  }

  .read-more-btn {
    margin-bottom: 20px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    background: transparent;
    padding: 0!important;
    text-decoration: underline;
  }
.instituteofm .grid-container.grid-colums2 {
    grid-template-columns: 40% 60%;
}
body .copywrite .lft {
    text-align: left;
}
body .copywrite .rgt {
    text-align: right;
}
body .copywrite {
    background: #EFEDED;
    padding: 12px 0;
}
body .copywrite .grid-container {
    align-items: center;
}
body .testimonialswrp .innerrow1 {
    display: flex;
    gap: 0 10px;
}
body .topbanner .rgt .enquirewrp{
    background: #fff;
    border-radius: 10px;  
	text-align: left;
}
body .topbanner .rgt .enquirewrp h3{
    background: #6B4C86;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    font-size: 18px !important;
    font-weight: 600;
}
body .topbanner .rgt .enquirewrp form{
    padding: 20px 30px 10px;
}
body .abtcourse .grid-container.grid-colums5 {
 grid-template-columns: repeat(5, 1fr);
    gap: 0 40px;
    align-items: center;
}
body .abtcourse .container {
    background: #6B4C86;
    padding: 70px 50px;
    max-width: 75%;
    border-radius: 10px;
}
body .abtcourse .grid-item{
    position: relative;
}
body .abtcourse .inner {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
body .abtcourse .inner h4{
    color: #fff!important;
    font-weight: 600;
}
body .whocanapply h2 {
    margin-bottom: 15px;
}
.whocanapply ul li {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    margin-top: 15px;
}
body .topbanner .banner-ul li:before,
.whocanapply ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    width: 10px;
    height: 10px;
    background: #252525;
    border-radius: 100px;
}
body .topbanner .banner-ul li {
    position: relative;
    padding-left: 25px;
    font-size: 24px!important;
    margin-bottom: 15px;
}
body .topbanner .banner-ul li:before {
    background: #fff;
    width: 14px;
    height: 14px;
}
body .whocanapply .inner{
    position: relative;
}
body .whocanapply .ctawrp {
    background: #6da64d;
    text-align: center;
    margin-top: -35px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    border-radius: 0 0 10px 10px;
}
body .whocanapply .ctawrp .sitebtn a:hover {
    background: transparent!important;
    border: 0!important;
}
body .whychoose {
    background: #f6f6f6 url(/wp-content/uploads/2025/01/weschool3-1.webp) no-repeat right;
    background-size: cover;
    padding: 100px 30px;
}
body .testimonialswrp h3{
    font-size: 16px!important;
    font-weight: 400;
}
body .testimonialswrp h3 b{
    display: block;
    margin-bottom: 5px;
}
body .testimonialswrp .innerwrp {
    background: #EFEDED;
    padding: 20px 10px 10px;
    border-radius: 10px;
}
body .testimonialswrp .innerrow2{
    background: url(/wp-content/uploads/2025/01/weschool.svg) no-repeat 20px 0;
    padding: 35px 20px 60px 30px;
}
body .foryears {
    padding: 12px 20px;
    background: #fff;
    color: #6B4C86!important;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    font-size: 25px!important;
    font-weight: 600;
    margin: 30px 0;
}
html body .eligibility .sitebtn a:hover {
    background: #fff !important;
    border: solid #fff 0px !important;
    color: #000!important;
}	
html body .eligibility .sitebtn a:hover img{
    filter: brightness(0)important;
}	
html body .propositions .grid-colums4 {
    gap: 20px;
}
body .copywrite *{
    color: #020202 !important;
}
body .lpfooter{
    background: #684F8C !important;
}
body .lpfooter h2{
    color: #fff !important;
}
body .propositions .grid-container.grid-colums5 {
 grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
body .topbanner .forminator-field-date input,
body .topbanner .forminator-field-select select {
    background: url(https://www.weeducation.xyz/wp-content/uploads/2025/01/arrow-1.svg) right 8px center no-repeat!important;
    background-size: 10px!important;
}
.flexibilityhead p {
    max-width: 900px;
    margin: 0 auto 50px!important;
}
body .eligibility .sitebtn a:hover img{
    filter: brightness(1) invert(1);
}
body .eligibility .sitebtn a img{
    max-width: 18px;
}
.newlp1 .gallery-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
}
.newlp1 .gallery-container a {
    width: 272px;
    height: 180px;
overflow: hidden;
display: inline-block;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
transition: transform 0.3s;
}

.newlp1 .gallery-container a:hover {
transform: scale(1.1);
}

.newlp1 .gallery-container img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 5px;
}
body .newlp1 .rgt .toprgtbtnlink {
    padding: 10px 22px!important;
    background: #6da64d!important;
    font-size: 14px!important;
    color: #fff!important;
    border-radius: 3px!important;
    margin-left: 20px!important;
    width: 100%;
    max-width: max-content;
}
.newlp1.toplogowraper {
    padding: 30px 4%;
}
.topbanner.newlp1 .lft h4 {
    font-size: 22px!important;
    margin: 0!important;
    padding: 0;
}
.toplogowraper.newlp1 .callwrpr a.callicon {
    width: 100%;
    justify-content: end;
}
.toplogowraper.newlp1 .callwrpr svg {
    max-width: 20px;
    fill: #6da64d;
}
.topbanner.newlp1 .lft h1 {
    font-weight: 600!important;
    font-size: 42px;
    margin: 18px 0!important;
}
.topbanner.newlp1 .grid-colums2{
    align-items: center;
}
.topbanner.newlp1 .sitebtn{
    margin-top: 30px;
}
body .topbanner.newlp1 {
    background: url(/wp-content/uploads/2025/03/weeducation1.webp) no-repeat right center;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: rgb(0 0 0 / 82%);
}
html body .newlp1 .sitebtn a {
    padding: 12px 18px!important;
    border-radius: 3px!important;
    font-family: "Arial",Sans-serif!important;
    font-size: 22px!important;
    background-color: #b31217!important;
}
html body .newlp1 .sitebtn a:hover {
    background-color: #b31217!important;  
	box-shadow: 0px 15px 25px -7px rgba(0,0,0,.1);
}
body .newlp1 .grid-colums2 {
    grid-template-columns: 49% 49%!important;  
    gap: 2%!important;  
}
body .newlp1 .grid-colums2 iframe {
    border-radius: 10px;
}
body .dep3colms.newlp1 {
    background: #b41414!important;  
}
body .dep3colms.newlp1 .innerwrp{
    background: #ffffff;
    padding: 24px 12px;
    border-radius: 12px;
}
body .dep3colms.newlp1 .innerwrp h3{
    color: #b41414;
    font-size: 28px;
    margin-bottom: 15px;
}
body .dep3colms.newlp1 .innerwrp img{
    max-width: 80px;
    margin: 0 auto 12px;
}
body .dep3colms.newlp1 .innerwrp p{
    font-size: 15px!important;  
}
body .dep3colms.newlp1 .grid-colums3 {
    gap: 60px;
    grid-template-columns: repeat(3, 1fr);
}
body .newlp1 h2 {
    margin-bottom: 15px!important;  
}
body .abtprog.newlp1 .container {
    margin-bottom: 100px!important;  
}
body .abtprog.newlp1 li {
    list-style-type: disc!important;  
    display: list-item !important;
    margin-bottom: 0px !important;
    margin-left: 20px;
}
body .abtprog.newlp1 li strong {
    margin-bottom: 8px!important;
    display: inline-block!important;
}
body .abtprog.newlp1 .grid-colums2 {
    grid-template-columns: 48% 48% !important;
    gap: 4% !important;
}
body .abtprog.newlp1 .container5 ul,
body .abtprog.newlp1 .container4 ul {
    margin-top: 40px;
}
body .abtprog.newlp1 .container6 li,
body .abtprog.newlp1 .container5 li {
    margin-bottom: 5px !important;
}
body .uniquefeatures .grid-colums2 {
    grid-template-columns: 26% 66%!important;
    gap: 8%!important;
}
body .uniquefeatures .grid-colums2 .lft-item img{
    border-radius: 10px;
}
body .uniquefeatures .grid-colums2 .rgt-item .inner{
    margin-top: 20px;
}
body .learningexp.newlp1 {
    background: url(https://www.weeducation.xyz/wp-content/uploads/2025/03/young-indian-arab-college-student-with-books-university-library_899263-4202-e1721217257516.webp) no-repeat right;
    background-size: 50%;
    padding: 150px 80px;
}	
html body .newlp1 em,
html body .newlp1 li,
html body .newlp1 td,
html body .newlp1 p {
    font-size: 15px!important;
    line-height: 1.6;
} 
body .alumniwork.newlp1 {
    background: #f0f0f0;
}
body .alumniwork.newlp1 .grid-colums2 {
    align-items: center;
    grid-template-columns: 38% 56% !important;
    gap: 6% !important;
}
body .alumniwork.newlp1 .rgt img {
    width: 100%;
}
body .alumniwork.newlp1 h2 {
    color: #b31217;
}
body .abtweschl.newlp1 .container .inner{
    padding: 50px;
    background: #6da64d;
    border-radius: 12px;
}
body .abtweschl.newlp1 .container * {
    color: #fff!important;
}
body .abtweschl.newlp1 .container .sitebtn a {
    color: #000 !important;
    background-color: #fff !important;
}
body .accoladeswrp.newlp1 .container img {
    width: auto;
    max-width: 180px;
}
body .accoladeswrp.newlp1 .container h4 {
    margin: 20px 0;
}
body .accoladeswrp.newlp1 .container .inner {
    background: #b31217;
    padding: 50px;
    border-radius: 12px;
}
body .accoladeswrp.newlp1 .container .grid-colums2 {
    align-items: center;
    grid-template-columns: 48% 48% !important;
    gap: 4% !important;
}
body .accoladeswrp.newlp1 .container .inner h2{
    color: #fff !important;
}
body .accoladeswrp.newlp1 .container .innerwrp .inner{
    background: #fff;  
	padding: 20px;
  border-radius: 12px;
}
body .whyenrollvideos.newlp1 .container {
    margin-bottom: 40px !important;
}
body .whyenrollvideos.newlp1 .container p {
    max-width: 1000px;
    margin: 0 auto !important;
}
body .careerapp.newlp1 .headsectn p {
    color: #b31217!important;
    font-size: 20px!important;
    margin-top: -5px!important;
}
body .careerapp.newlp1 .slide-item img {
    margin: 0 auto 15px;
  border-radius: 10px;
    max-width: 70%;
}
body .careerapp.newlp1 .slide-item p {
    font-size: 16px!important;
}
body .pginmediawrp.newlp1 {
    padding: 120px 0;
    background: url(https://www.weeducation.xyz/wp-content/uploads/2025/03/bg.webp) repeat-y;
    background-size: 100%;
}
body .pginmediawrp.newlp1 .lft img {
    width: 100%;
}
body .pginmediawrp.newlp1 .grid-colums2 {
    grid-template-columns: 47% 47%!important;
    gap: 6%!important;
    align-items: center;
}
body .newlp1 .sitebtn .downloadcta {
    display: inline-flex;
    width: 158px;
    text-align: center;
    justify-content: space-between;
    padding: 10px 15px !important;
    gap: 0 10px;
    font-weight: 600;
}
body .newlp1 .sitebtn .downloadcta svg{
    max-width: 15px;
    fill: #fff;
}
body .abtweschl.newlp1 .sitebtn .downloadcta svg{
    fill: #000;
}
body .pginmediawrp.newlp1 .rgt h3{
    margin-bottom: 30px !important;
}
body .pginmediawrp.newlp1 .rgt .inner{
    padding: 0 70px 0 0;
}
body .topbanner.newlp1 .rgt .enquirewrp {
    max-width: 500px;
    margin-left: auto;
}
body .learningexp.newlp1 .grid-colums2{
    grid-template-columns: 45% 45%!important;
    gap: 10%!important;
}
body .learningexp.newlp1 li {
    align-items: flex-start;
    gap: 0;
    margin-bottom: 20px;
} 
body .learningexp.newlp1 li svg path{
    fill: #b31217;
} 
body .learningexp.newlp1 li.learEul2 {
    margin-left: -3px;
}
body .integrated_media.newlp1 {
    background: #b41414 !important;
    padding: 70px;
}
body .integrated_media.newlp1 h2{
    color: #fff !important;
    font-weight: 400;
}
body .integrated_media.newlp1 .sitebtn a:hover,
body .integrated_media.newlp1 .sitebtn a {
    color: #b41414 !important;
    background-color: #fff !important;
}
body .integrated_media.newlp1 .sitebtn .downloadcta svg{
    fill: #b41414 !important
}
body .faqs.newlp1{
    background: #f3f3f3;
}
body .faqs.newlp1 details summary {
    background: #ffffff;
}
body .faqs.newlp1 .grid-colums2 {
    grid-template-columns: 39% 59% !important;
    gap: 2% !important;
}
body .faqs.newlp1 summary {
    padding: 15px 40px 15px 15px;
}
body .careerapp.newlp1 .container3 {
	max-width: 1200px!important;
	margin: 0 auto;
}
body .careerapp.newlp1 .container3 img {
	width: 100%!important;
}
body .careerapp.newlp1 .container3 .grid-colums3 {
	gap: 30px!important;
	grid-template-columns: repeat(3, 1fr)!important;
}
body .careerapp.newlp1 .container3 p {
    font-size: 16px!important;
}
body #enquirenow #ee-form-29-modal-swapper {
	padding: 10px 0 20px !important;
}

@media (min-width: 769px) {
.topbanner .rgt {
    text-align: right;
}
body .productwrper .container .rgt {
    border-left: 1px solid #C1C1C1;
} 
body .videowrpr .grid-colums2 .rgt,
body .clientsays .grid-colums2 .rgt{
    text-align: right;
}
body .whyjakksh .rgt .inner {
    padding-left: 40px;
}
body .topbanner .grid-container.grid-colums2 {
    grid-template-columns: 64% 34%;
    gap: 2%;
}
body .topbanner h1{
    font-weight: 800;
    font-size: 45px;
    max-width: 670px;
}
body .topbanner .inner2 .banrcapwrp {
	grid-template-columns: 66% 28%;
	align-items: center;
	gap: 4%;
}
body .whocanapply .grid-container.grid-colums2 {
    grid-template-columns: 46% 46%;
    gap: 0 8%;
}	
body .whocanapply .container {
    max-width: 1080px!important;
}	
body .testimonialswrp .grid-colums3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1%;
}
body .testimonialswrp .container {
    margin-bottom: 30px;
}
html body .eligibility .sitebtn a {
    display: block;
    max-width: 70%;
        margin-top: 40px;
}	
body .testimonialswrp .innerrow2{
    min-height: 145px;
        margin-top: 15px;
}
body .testimonialswrp {
 padding-bottom: 30px !important;
}	
body .propositions .inner h3 {
    min-height: 65px;
}
body .hybridprogram .container {
    max-width: 900px !important;
}
body .hybridprogram .container .grid-container{
    align-items: center;
}
body .dep3colms.newlp1 .innerwrp {
    min-height: 245px;
}
body .abtweschl.newlp1 .container p {
    line-height: 1.8;
    margin-bottom: 30px!important;
        font-size: 18px !important;
}
	
}










@media (min-width: 1101px) {
	
.container {
    max-width: 1000px;
}
html body em,
html body li,
html body td,
html body p {
    font-size: 15px!important;
}
html body .sitebtn a {
    font-size: 20px!important;
}
html body h1 {
    font-size: 44px;
}
html body h2{
    font-size: 40px;
}
html body h3{
    font-size: 34px;
}
html body h4{
    font-size: 18px;
}
body .abtcourse .grid-item:not(:first-child):after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #eee;
    left: -20px;
    top: 0;
}
body .abtcourse .inner h4 {
    line-height: 1.5;
}
body .propositions .container {
    max-width: 80%;
}
body .abtweschl.newlp1 .container p {
    max-width: 55%;
}
	
	
}




@media (min-width: 768px) and (max-width: 1000px) {
body .topbanner .grid-container.grid-colums2 {
    grid-template-columns: 47% 47%;
    gap: 0 6%;
}
}




@media (min-width: 1200px) {
	
.container {
    max-width: 1100px;
}
body .eligibility .container {
    max-width: 80%!important;
}
body .eligibility .lft .inner {
    padding: 30px 60px;
}
body .testimonialswrp .innerrow1 img {
    margin-top: -80px;
}

}











@media (min-width: 1300px) {
	
.container {
    max-width: 1200px;
}



}













@media (min-width: 1500px) {
	
html body em,
html body li,
html body td,
html body p {
    font-size: 18px!important;
}
body .whychoose {
    background: #f6f6f6 url(/wp-content/uploads/2025/01/weschool3-1.webp) right no-repeat;
    background-size: cover;
    padding: 210px 30px;
}
body .testimonialswrp .container {
    max-width: 85%!important;
}	
	
}








@media only screen and (min-width: 768px) and (max-width: 1024px) {
	
.grid-container {
    grid-gap: 20px;
}
body .abtcourse .grid-container.grid-colums5 {
    grid-template-columns: repeat(3, 1fr)!important;
    gap: 40px;
}

}







@media (max-width: 900px) {
body .testimonialswrp .grid-container.grid-colums3 {
    grid-template-columns: 48% 48%!important;
    display: grid !important;
    gap: 2%;
    justify-content: center;
}

}

@media (max-width: 1680px) {

body .propositions .inner {
    min-height: 160px;
}
	
}

@media (max-width: 1401px) {
body .propositions .inner {
    min-height: 190px;
}
}


@media (max-width: 1301px) {
body .propositions .inner {
    min-height: 200px;
}
}


@media (max-width: 1000px) {
body .propositions .grid-container.grid-colums5 {
    grid-template-columns: repeat(4, 1fr);
}
	
}

@media (max-width: 900px) {
body .propositions .grid-container.grid-colums5 {
    grid-template-columns: repeat(3, 1fr);
}
	
}

@media (max-width: 800px) {
body .propositions .grid-container.grid-colums5 {
    grid-template-columns: repeat(2, 1fr);
}
body .propositions .inner {
    min-height: unset!important;
}
	
}


@media (max-width: 768px) {
body .havequesions svg,
.hidemobile{
    display: none!important;
}	
body .eligibility .grid-colums2,	
html body .testimonialswrp .grid-container.grid-colums3,
body .topbanner .grid-container.grid-colums2,
.hidedesktop{display:block!important;}	
html body h1 {
    font-size: 25px!important;
}
body .price,	
html body h2 {
    font-size: 22px!important;
}	
body .subhdp {
    font-size: 20px!important;
}
body .subhead {
    font-size: 20px!important;
}	
body .productwrper .container .rgt {
    border-top: 1px solid #C1C1C1;
} 	
body .passionwrpr .container .grid-container {
    background: url(/wp-content/uploads/2024/11/jakksh-13.webp) no-repeat top right;
    background-size: cover;
}
.forminator-ui.forminator-custom-form[data-grid=open] .forminator-col:not(:last-child) {
    margin-bottom: 0!important;
}	
body .formwrpr .rgt .inner {
    padding: 20px 20px 10px!important;
}
body .formwrpr, body .passionwrpr, body .videowrpr, body .whyjakksh, body .clientsays {
    padding-top: 50px!important;
}	
body .videowrpr {
    padding-top: 0!important;
}	
body .formwrpr {
    padding-bottom: 50px!important;
}	
body .formwrpr .schedule .grid-colums2,
body .barcodecta .level2 {
    display: grid !important;
    justify-content: space-between;
}
body .productwrper .container .rgt .inrwrp {
    padding: 20px;
}	
body .offersecn,	
body .topbanner {
    padding-top: 50px!important;
}
body .havequesions .inner {
    padding: 20px 0 10px!important;
}
body .whyjakksh .grid-container {
    flex-direction: column-reverse;
    display: flex !important;
}
body .productwrper .container .rgt {
    border-left: 0px solid #C1C1C1!important;
}
body .toplogowraper .grid-colums2.grid-container { 
 text-align: center;
}	
body .toplogowraper .callwrpr {
    display: block;
}	
body .topbanner {
 padding: 30px 0 !important;
}
body .topbanner .inner2 {
    margin-bottom: 30px;
}	
body .propositions .inner,	
body .topbanner .apprvdwrp {
    margin-bottom: 20px;
}
body .abtcourse,
body .topbanner .rgt .enquirewrp form {
    padding: 20px 20px 10px;
}
body .abtcourse .container {
    padding: 20px 50px;
}	
body .whocanapply{
    margin-top: 30px;
}	
body .whocanapply .grid-container.grid-colums2 {
    gap: 0 4%;
    grid-template-columns: 48% 48%;
}	
body .specialisations {
    padding: 50px 0;
}
body .testimonialswrp,
body .propositions {
    padding-top: 55px;
    padding-bottom: 50px;
}	
body div .hybridprogram {
    padding-top: 30px;
    padding-bottom: 50px;
}	
body .faqs {
    padding: 60px 0 10px;
}	
body .whychoose {
    background: #f6f6f6 url(/wp-content/uploads/2025/01/weschoolmob1.webp) no-repeat bottom;
    background-size: 100%;
    padding: 45px 0px 10px;
 padding-bottom: calc(126vw + 1vh);
}	
body .toplogowraper .logo {
    margin: 0 auto;
}	
body .testimonialswrp .innerwrp {
    margin-bottom: 25px;
}
body .testimonialswrp .innerrow2 {
    padding: 35px 20px 20px 30px;
}	
body .eligibility .lft .inner {
    padding: 40px;
}
html body .propositions .grid-colums4 {
    grid-template-columns: repeat(2, 1fr)!important;
    display: grid!important;
}	
body .abtcourse .container {
    max-width: 100%!important;
}
body .abtcourse .grid-container.grid-colums5 {
    grid-template-columns: repeat(3, 1fr)!important;
    display: grid!important;
    gap: 40px;
}
body .topbanner {
    background: #011125 url(/wp-content/uploads/2025/01/weschool.webp) no-repeat top center;
    background-size: 100%;
}
.innerrow1 img {
    margin-top: -14px;
}	
body .toplogowraper .grid-colums2.grid-container {
    display: grid!important;
}
body .toplogowraper .grid-colums2.grid-container .callicon {
    font-size: 16px!important;
    margin-bottom: 10px!important;
}
.topbanner.newlp1 .sitebtn {
    text-align: center;
    margin-bottom: 35px;
}	
.dep3colms.newlp1 .colm1,
.dep3colms.newlp1 .colm2,
.whyenrollvideos.newlp1 .colm1 {
    margin-bottom: 25px;
}	
body .abtprog.newlp1 .container {
    margin-bottom: 50px!important;
}
body .abtprog.newlp1 li {
    margin-left: 20px;
}	
body .uniquefeatures .grid-colums2 .rgt-item .inner .inner {
    display: flex;
    align-items: center;
        gap: 10px;
}
body .uniquefeatures .grid-colums2 .rgt-item .inner .inner img {
    max-width: 50px;
}	
body .uniquefeatures .grid-colums2 .rgt-item .inner .inner p {
    margin-bottom: 0px!important;
}	
body .pginmediawrp.newlp1 img {
    max-width: 90%;
}
body .pginmediawrp.newlp1 {
    padding: 0;
    /* background: #b41414!important; */
    background: transparent;
}	
body .pginmediawrp.newlp1 .lft{
    background: #b41414 !important;
    padding: 50px 0 60px;
}
body .pginmediawrp.newlp1 .lft img{
    max-width: 90%;
        width: 100%;
}
body .pginmediawrp.newlp1 .rgt .inner {
    padding: 25px;
    background: #f0f0f0;
    max-width: 70%;
    margin: -30px auto 0;
}
body .careerapp.newlp1  {
    padding-bottom: 50px!important;
}	
body .learningexp.newlp1 {
    background: none!important;
    padding: 50px 20px;
}
body .learningexp.newlp1 .lft img {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 12px 12px 0 0;
}
body .learningexp.newlp1 .lft {
    background: #f0f0f0;
    border-radius: 12px;
}
body .learningexp.newlp1 .lft .textwrp {
    padding: 10px 20px;	
}
body .learningexp.newlp1 li svg path,	
body .learningexp.newlp1 li SVG {
    width: 50px!important;
    height: 20px!important;
}	
body .alumniwork.newlp1 {
    padding: 30px 20px;
}
body .accoladeswrp.newlp1 .lft  {
    padding-bottom: 30px!important;
}	
body .accoladeswrp.newlp1 .container .inner {
    padding: 30px 20px;
}	
body .uniquefeatures.newlp1 .lft-item .inner img{
    width: 100%;
}	
body .photo_gallery.newlp1 .gallery-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 !important;
}
body .newlp1 .gallery-container a {
    width: auto;
    height: auto;
    padding: 2px;
}	
	
}









@media (max-width: 600px) {
html body .testimonialswrp .grid-container.grid-colums3,
body .abtcourse .grid-container.grid-colums5,
html body .propositions .grid-colums4,
.grid-container {
    display: block!important;
}	
html body .forminator-field.forminator-has_error {
	margin: 10px 0 30px !important;
}
body .forminator-field .forminator-error-message {
    top: -22px;
    font-size: 14px;
}
body .abtcourse .grid-item:not(:first-child) {
    border-top: 1px solid rgb(255 255 255 / 56%);
    padding: 15px 0;
}
body .whocanapply, body .whocanapply .rgt {
    margin-top: 30px;
}
body .toplogowraper .logo {
    text-align: left;
}
body .toplogowraper .logo img{
    max-width: 120px;
 margin-bottom: -9px;
}	
body .newlp1 .rgt .toprgtbtnlink {
    padding: 5px !important;
    max-width: 150px;
        margin-left: auto !important;
        font-size: 12px !important;
}
.topbanner.newlp1 .lft h4 {
    font-size: 20px!important;
}
body .whyenrollvideos.newlp1 {
    padding-top: 50px;
    padding-bottom: 20px;
}	
body .abtprog.newlp1 {
    padding-top: 50px;
    padding-bottom: 20px;
}	
body .abtweschl.newlp1,
body .abtprog.newlp1 .container5 ul, 
	body .abtprog.newlp1 .container4 ul {
    margin-top: 20px!important;
}
body .faqs.newlp1 .rgt,
body .accoladeswrp.newlp1 {
    margin-top: 50px!important;
}
body .abtprog.newlp1 li {
    margin-bottom: 0px !important;
}
body .uniquefeatures.newlp1 {
    padding-bottom: 50px!important;
}	
body .abtweschl.newlp1 .container .inner {
    padding: 30px;
} 	
body .integrated_media.newlp1 {
    padding: 40px 20px;
}	
body .dep3colms.newlp1 .innerwrp h3 {
    font-size: 22px;
}
	
}

html body .forminator-row .forminator-checkbox-label{
	font-size: 12px !important;
}

body .abtprog.newlp1 .container {
    margin-bottom: 50px!important;  
}

body .topbanner.newlp1 .grid-colums2 {
    grid-template-columns: 60% 36%!important;  
    gap: 2%!important;  
}