/*
 Theme Name: EduFinanceMoin
 Author: Sharmin Oomatia
 Version: 1.0
*/


/* RESETS */

* {
    box-sizing: border-box;
}
html {
    scroll-padding-top: 60px;
}
html, body {
    margin:0;
    padding: 0;
    scroll-behavior: smooth;
}
body {
    font-family: "livvic-regular";
    font-size: 20px;
    color: #000;
    overflow-x: hidden;
}
a:focus,
button:focus {
    outline: none;
}
a {
    text-decoration: none;
    color: #000;
    font-size: 17px;
	font-family: "livvic-regular";
}
p {
    color: #000;
    font-size: 18px;
    margin: 0;
    line-height: 24px;
	font-family: "livvic-regular";
}
ul {
    margin: 0;
    padding: 0;
	font-family: "livvic-regular";
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin: 0;
	font-family: "theseasons-bold";
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 82px;
}
h3 {
    font-size: 42px;
}
h4 {
    font-size: 25px;
}
img {
    display: block;
    height: auto;
}

/* BASICS STYLES */

.reset {
    font-size: 0;
    list-style-type: none;
    padding: 0;
}
.clear {
    clear: both;
}
.container {
    width: 1260px;
    max-width: 96%;
    margin: 0 auto;
}
.widget,
.widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.btn a{
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    background-color: #4a14a4;
    padding: 12px 40px;
    font-size: 18px;
	transition: 0.4s;
	background-image: linear-gradient(90deg, #8c52ff, #ff914d);
}
.btn a:hover{
/*     background-color: #391b6b; */
/* 	background-color: #201532; */
  	transition: 0.4s;
	opacity: 0.8;
}

/* FONTS */

@font-face {
  font-family: "livvic-regular";
  src: url("https://edufinancebymoin.com/wp-content/themes/EduFinanceMoin/fonts/Livvic-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "livvic-black";
  src: url("https://edufinancebymoin.com/wp-content/themes/EduFinanceMoin/fonts/Livvic-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "theseasons-regular";
  src: url("https://edufinancebymoin.com/wp-content/themes/EduFinanceMoin/fonts/theseasons-regular.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "theseasons-bold";
  src: url("https://edufinancebymoin.com/wp-content/themes/EduFinanceMoin/fonts/theseasons-bold.otf") format("opentype");
  font-display: swap;
}



/* Mobile Header */
    
.header-mobile-menu {
    display: none;
}


/* HOME */

.crellyslider>.cs-controls, .crellyslider>.cs-navigation {
    opacity: 1;
    z-index : 0;
}
.crellyslider>.cs-controls>.cs-previous {
    background-image: url('https://celebratedeals.in/clients/project-name/wp-content/uploads/2021/12/arrow-left.png');
}
.crellyslider>.cs-controls>.cs-next {
    background-image: url('https://celebratedeals.in/clients/project-name/wp-content/uploads/2021/12/arrow-right.png');
}


/*MAIN DESKTOP HEADER */
.site-header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 12px 0;
}
.site-header-main .header-right .header-navigation ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    list-style: none;
}
.header-logo img.custom-logo {
    max-width: 150px;
}
.header-right-btn a {
    background-color: #4a14a4;
    color: #fff;
    padding: 12px 40px;
/*     border-radius: 100px; */
	transition: 0.4s;
	background-image: linear-gradient(90deg, #8c52ff, #ff914d);
}
.header-right-btn a:hover {
/*     background: #391b6b; */
/* 	background-color: #201532; */
    transition: 0.4s;
	cursor: pointer;
	opacity: 0.9;
}
/* .home-banner .owl-dots {
    margin-top: 10px;
} */
.home-banner .owl-dots {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    width: 100%;
}
.home-banner .owl-nav {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
}
.home-banner .owl-nav button.owl-prev {
    left: 20px;
    position: absolute;
}
.home-banner .owl-nav button.owl-next {
    right: 20px;
    position: absolute;
}
.home-banner .owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}
.home-banner .owl-nav button span {
    height: 40px;
    width: 40px;
    background-color: #4a14a4;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    transition: 0.4s;
    font-size: 30px;
	line-height: 35px;
}
.home-banner .owl-nav button span:hover {
    background-color: #36146e;
/* 	background-color: #201532; */
    transition: 0.4s;
}
.home-banner .item{
	position: relative;
}
.banner-content {
    position: absolute;
    top: 200px;
    left: 140px;
	color: #fff;
    z-index: 1;
}
.banner-content h1{
	color: #fff;
}
.home-banner .item::after {
    content: "";
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.banner-content h1 {
    color: #fff;
    font-size: 68px;
    line-height: 70px;
    letter-spacing: 1.5px;
}
.banner-content > a {
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    background-color: #4a14a4;
    padding: 12px 40px;
    font-size: 18px;
	transition: 0.4s;
	background-image: linear-gradient(90deg, #8c52ff, #ff914d);
}
.banner-content > a:hover {
/* 	background-color: #201532; */
/* 	background-color: #391b6b; */
	transition: 0.4s;
	opacity: 0.8;
}
.home-about{
	margin: 70px 0;
}
.home-about__main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px;
    align-items: center;
}
.home-about__main img {
    max-width: 100%;
}
.home-about__left h3 {
    font-size: 58px;
    margin: 10px 0 10px;
}
.home-about__left h3{
    color: #3f157e !important;
}
/* FOOTER  */
footer.site-footer {
    background-color: #201532;
	padding: 50px 0 10px;
}
.footer.footer-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
footer.site-footer a, footer.site-footer p, footer.site-footer span, footer.site-footer h4 {
    color: #fff;
}
.f-socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.f-socials img {
    width: 100%;
    max-width: 30px;
}
.footer-bottom {
    text-align: center;
    margin-top: 50px;
	border-top: 1px solid #4a4a4a;
    padding-top: 10px;
}
footer.site-footer h4.widget-title {
    margin-bottom: 10px;
}
.f-socials a:hover {
    opacity: 0.8;
}
.footer-bottom p, .footer-bottom span {
    font-size: 14px;
}
/* TESTIMONIALS SECTION  */
.home-testimonials {
    /* margin: 0 0 70px; */
    background-image: url(https://edufinancebymoin.com/wp-content/uploads/2023/09/businessman-checking-document.jpg);
    background-position: bottom;
	padding: 50px 0;
	position: relative;
}
.home-testimonials::after {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
}
.home-testimonials h3 {
    text-align: center;
    margin-bottom: 30px;
	color: #fff;
    position: relative;
    z-index: 1;
}
.home-testimonials .testimonials-content {
    background-color: rgba(188, 152, 197, 0.8);
/*     padding: 50px 40px; */
	padding: 50px 40px 60px;
	max-width: 790px;
    margin: 0 auto;
}
.banner-content h1 span {
    color: #e9e72d !important;
}
.home-testimonials .testimonials-content p {
    color: #fff;
	letter-spacing: 0.5px;
    font-size: 22px;
    line-height: 28px;
    font-style: italic;
}
.home-testimonials .testimonials-content h5 {
    margin-top: 30px;
    font-size: 26px;
}
.home-testimonials .testimonials-content span {
    font-size: 16px;
}
.home-testimonials .owl-stage .owl-item:nth-child(even) .item .testimonials-content {
    background-color: rgba(242, 228, 247, 0.8);
}
.home-testimonials .owl-stage .owl-item:nth-child(even) .item .testimonials-content p{
    color: #000;
}
.home-testimonials .owl-nav {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 750px;
}
.home-testimonials .owl-nav button {
    position: absolute;
}
.home-testimonials .owl-nav button:hover {
    background: transparent !important;
}
.home-testimonials .owl-nav button.owl-next {
    right: 10px;
    bottom: 0;
}
.home-testimonials .owl-nav button.owl-prev {
    left: 10px;
    bottom: 0;
}
.home-testimonials .owl-nav button span {
    background-color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50% !important;
    display: inline-block;
}
.home-testimonials .owl-nav button:hover span{
	color: #000;
}
.home-about__right img {
    border: 1px solid #cacaca;
}
/* COURSES  */
.home-courses {
    margin: 0px 0 70px;
}

.home-courses h3 {
    text-align: center;
    margin-bottom: 50px;
	font-size: 58px;
}
/* .home-courses__main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 100px;
} */
.home-courses__main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    width: 86%;
    margin: 0 auto;
}
.home-courses__main .home-courses__each {
    border: 1px solid #201532;
    padding: 30px 40px;
/*     background-color: #201532; */
}
.home-courses__main .home-courses__each h5 {
/*     font-size: 34px; */
	font-size: 45px;
/*     color: #fff; */
/* 	color: #431388; */
	 color: #6bd25e;
	
}
.home-courses__main .home-courses__each span {
    margin-bottom: 30px;
    display: inline-block;
	margin-top: 10px;
}
.home-courses__main .home-courses__each ul {
    padding-left: 21px;
    font-family: 'livvic-regular';
    font-size: 18px;
}
.home-courses__main .entry-content {
    margin-bottom: 30px;
}
.home-courses__main .home-courses__each a{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 20px;
	background-color: #201532;
}
.home-courses__main .home-courses__each button {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 20px;
    background-color: #52a547;
    border: 0px;
    font-size: 17px;
    font-family: 'livvic-regular';
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.home-courses__main .home-courses__each button:hover {
	cursor: pointer;
}
.home-courses__main .home-courses__each a.km {
	margin-bottom:15px;
}
/* ABOUT US  */
.banner > div {
    padding: 150px 0;
    text-align: center;
    position: relative;
    background-position: bottom -130px center;
    background-size: cover;
}
.banner > div::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.banner > div h1 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 55px;
	text-shadow: 4px 4px 2px rgba(0,0,0,0.2);
	text-transform: uppercase;
    letter-spacing: 10px;
}
.abt-2 {
    margin: 70px 0;
}
.abt__main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 120px;
}
.abt__main h3 {
    margin-bottom: 10px;
}
.banner.founder-banner > div {
/* 	padding: 135px 0; */
	padding: 175px 0 95px;
    text-align: left;
    background-position: center;
	border-bottom: 1px solid #c1c1c1;
	border-top: 1px solid #c1c1c1;
}
.banner.founder-banner > div:after {
	display: none;
}
.founder__main {
    margin: 70px 0;
}
.banner.founder-banner h1 {
    color: #000;
    font-size: 90px;
}
.founder__main h2 {
    font-size: 38px;
	color: #201532;
}
/* .founder__main h2::before, .founder__main h2::after {
    content: "''";
    font-family: 'livvic-regular';
} */
.banner.contact-banner {
    position: relative;
}
.banner.contact-banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #201532ba;
}


.contact-form h2 {
    font-size: 55px;
}
.contact-form-wrapper > p {
    color: #666666;
    margin: 12px 0 50px;
}
.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 80px;
    margin: 60px auto;
    width: 70%;
}
.contact-grid__each {
    background-image: url('https://edufinancebymoin.com/wp-content/uploads/2023/10/contact_us_bg.png');
    padding: 25px 25px 25px 85px;
    border-radius: 20px;
    background-size: cover;
}
.contact-grid__each h4 {
    margin-bottom: 12px;
    position: relative;
}
.contact-grid__each h4:before {
    content: "";
    height: 40px;
    width: 40px;
    position: absolute;
    background-size: contain;
    left: -60px;
    background-repeat: no-repeat;
}
.contact-grid__each:nth-child(1) h4:before {
    background-image: url('https://edufinancebymoin.com/wp-content/uploads/2023/10/share.png');
}
.contact-grid__each:nth-child(2) h4:before {
    background-image: url('https://edufinancebymoin.com/wp-content/uploads/2023/10/mail.png');
}
.contact-grid__each p {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.contact-grid__each p strong {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.contact-info > div > p {
    color: #666666;
    width: 45%;
    margin: 10px auto 50px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 20px;
}
.contact-form-wrapper {
    border-radius: 20px 20px 20px 20px;
    border: 2px solid #ededed;
    padding: 80px 90px 50px;
    text-align: center;
    margin-bottom: 80px;
}
ul.c-form {
    list-style: none;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0 30px;
    width: 80%;
    margin: 0 auto;
}
ul.c-form input, ul.c-form textarea {
    width: 100%;
    background-color: #F6F6F6;
    border-radius: 20px;
    padding: 17px 27px;
    margin-bottom: 20px;
    resize: none;
    border: 1px solid #E5E5E5;
    outline: none;
}
ul.c-form input::placeholder, ul.c-form textarea::placeholder {
    font-family: "livvic-regular";
}
ul.c-form li.ta {
    grid-column: 1/-1;
}
ul.c-form li.submit {
    grid-column: 1/-1;
}
ul.c-form li.submit input {
    width: auto;
    background-image: linear-gradient(90deg, #8c52ff, #ff914d);
    border: 0px;
    font-family: "livvic-regular";
    font-size: 17px;
    text-transform: uppercase;
	color: #fff;
	border-radius: 0;
}
ul.c-form li.submit input:hover {
    cursor: pointer;
    opacity: 0.8;
}

.contact-form .wpcf7-not-valid-tip {
    position: absolute;
/*     bottom: 0; */
	bottom: -38px;
    font-size: 15px;
    left: 0;
    right: 0;
}
.home-courses.courses-all {
    margin: 70px 0;
}
.banner.testimonial-banner .banner-img::after {
    display: none;
}	
.banner.testimonial-banner {
    background-color: #201532;
}
.banner.testimonial-banner .banner-img {
    padding: 20px 0;
}
.home-testimonials .testimonials-content{
	min-height: 312px;
}
.home-testimonials.testi-page {
    padding: 90px 0;
}
ul.c-form span.wpcf7-spinner {
    position: absolute;
}
.home-courses__each:nth-child(1) h5 {
/*     color: #2b8020; */
	color: #fff;
}
.home-courses__main .home-courses__each a {
    background-color: #52a547;
}
.home-courses__main .home-courses__each:nth-child(2) {
/*     border: 1px solid #9d5be5; */
	background-color: #533960;
}
.home-courses__main .home-courses__each:nth-child(2) h5 {
    color: #fff;
}
.home-courses__main .home-courses__each:nth-child(2) p {
    color: #dee948 !important;
}
.home-courses__main .home-courses__each:nth-child(1) {
/*     border: 1px solid #52a547; */
/* 	background-color: #0f2304; */
	background-color: #3b5d29;
    color: #fff;
}
.home-courses__main .home-courses__each:nth-child(2) li {
    color: #f6e4ff;
}
.home-courses__main .home-courses__each:nth-child(1) span p {
    color: #fff !important;
}
.home-courses__main .entry-content li:last-child {
    font-size: 16px;
    font-style: italic;
    list-style: none;
}
.home-courses__main .home-courses__each a.km {
    color: #000;
    background-color: #dee948;
}
.home-courses__main .entry-content li {
    margin-bottom: 10px;
}
.home-courses__main .home-courses__each:nth-child(1) span p {
    color: #dee948 !important;
}
.home-courses__main .home-courses__each:nth-child(1) li {
    color: #dfffe4 !important;
}
.home-courses__main .home-courses__each a {
    background-color: #52a547;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 900;
}
.banner.founder-banner .container p:nth-child(3) {
    font-style: italic;
}

/* CUSTOM POPUP FOR REGISTRATION  */
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 800px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
/*   padding: 40px 60px; */
  padding: 40px 60px 70px 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
	overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}
ul.reg-pop {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
ul.reg-pop li input, ul.reg-pop li select {
    width: 100%;
	background-color: #F6F6F6;
    border-radius: 20px;
    padding: 17px 27px;
    margin-bottom: 20px;
    resize: none;
    border: 1px solid #E5E5E5;
    outline: none;
	font-family: 'livvic-regular';
}
ul.reg-pop li input::placeholder, ul.reg-pop li select::placeholder{
	font-family: 'livvic-regular';
}
.pop-up-content-wrap h3 {
    text-align: center;
    margin-bottom: 20px;
}
ul.reg-pop li.sub {
    grid-column: 1/-1;
    text-align: center;
}
ul.reg-pop li.sub input{
	width: auto;
    background-image: linear-gradient(90deg, #8c52ff, #ff914d);
    border: 0px;
    font-family: "livvic-regular";
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
}
ul.reg-pop li.sub input:hover {
	cursor: pointer;
}
ul.reg-pop li.sub span.wpcf7-spinner {
    position: absolute;
}
.pop-up-content-wrap h3::after {
    content: "!";
    font-family: 'livvic-regular';
}
ul.reg-pop span.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 15px;
    position: absolute;
    bottom: -41px;
    left: 0;
    right: 0;
    text-align: center;
}
.pop-up-content-wrap .wpcf7-response-output {
    position: absolute;
    margin: 0 !important;
    left: 50px;
    right: 50px;
    text-align: center;
}


.banner.pay-banner {
    background-color: #201532;
    margin-bottom: 30px;
    padding: 0 !important;
}
.banner.pay-banner .container{
	padding: 40px 0;
}
.banner.pay-banner .container::after{
	display: none;
}
.banner.pay-banner h1 {
    font-size: 30px !important;
    text-transform: none;
    letter-spacing: 2px;
}
.desk-pay h3 {
    font-family: 'livvic-regular';
    font-size: 35px;
    font-weight: 100;
    text-align: center;
}
.desk-pay h3 span{
	font-weight: 800;
}
.desk-pay h2 {
    font-size: 40px;
    text-align: center;
    margin: 30px 0;
}
.mob-pay a {
    color: #fff;
/*     margin: 20px auto; */
    display: inline-block;
    background-color: #4a14a4;
    padding: 12px 40px;
    font-size: 18px;
    transition: 0.4s;
    background-image: linear-gradient(90deg, #8c52ff, #ff914d);
}
.mob-pay{
	margin-bottom: 40px;
	text-align:center;
	display: none;
}
.desk-pay img {
    width: 100%;
    max-width: 290px;
    margin: 20px auto;
}
.hd{
	display: none !important;
}
.banner.pay-banner h1 span {
    font-family: 'livvic-regular';
}
.cm2 li.sub {
    grid-column: 1/-1;
    text-align: center;
}
.cm2 li.sub input {
    width: auto;
    width: auto;
    background-image: linear-gradient(90deg, #8c52ff, #ff914d);
    border: 0px;
    font-family: "livvic-regular";
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
}
.below-banner h3 {
    font-size: 58px;
    color: #3f157e;
    margin-bottom: 10px;
    margin-top: 40px;
}
.below-banner p {
    line-height: 26px;
}

.home-about__left ul {
    padding-left: 32px;
}
.home-about__left li {
    margin-bottom: 18px;
}









@media screen and (min-width:800px){
	.custom-model-main:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}
}

/* RESPONSIVE CSS */

/*----------------------------- Large Screens -------------------------------*/


@media only screen and (max-width :1700px) and (min-width: 1367px) {
    
    
    
}

@media only screen and (max-width :1366px) and (min-width: 1281px) {
	.banner.founder-banner > div {
		padding: 135px 0 95px;
	}
    

}

/*----------------------------- Small Laptop -------------------------------*/
@media only screen and (max-width :1280px) and (min-width: 1101px) {
    .home-courses__main {
		width: 90%;
	}
    .banner.founder-banner > div {
		padding: 115px 0 95px;
	}

}

/*----------------------------- Media 1024 -------------------------------*/
@media only screen and (max-width :1100px){
	.banner-content {
		top: 120px;
	}
	.home-courses__main {
		width: 100%;
	}
    .home-courses__main .home-courses__each h5 {
		font-size: 40px;
	}
	.home-about__left h3, .home-testimonials h3{
		font-size: 50px;
	}
	.below-banner h3{
	    font-size: 50px;
	}
	.home-courses h3 {
		font-size: 50px;
		margin-bottom: 20px;
	}
	.banner.founder-banner > div {
		background-position: right;
	}
	.contact-grid{
		width: 80%
	}
	
}


/*----------------------------- Media 768 -------------------------------*/
@media only screen and (max-width:999px){

    
    /* Header */
    
    header.site-header {
        position: relative;
        margin: 0;
        padding: 10px 0;
/*         background: #760009; */
/* 		background: #fa8e55; */
		background: transparent;
    }
    header.site-header .header-logo {
        width: 30%;
    }
    header.site-header .header-right {
        display: none;
    }
    
    /* Mobile Header */
    
    .header-mobile-menu {
        display: block;
        position: absolute;
        right: 20px;
/*         top: 45px; */
		top: 17px;
    }
    .header-mobile-menu ul {
        width: 30px;
        height: 16px;
        cursor: pointer;
    }
    .header-mobile-menu .toggle ul li {
        list-style: none;
        position: absolute;
        background: #fff;
        width: 100%;
        height: 3px;
        transform: translateY(-50%);
        transition: .3s;
		background: #6123b4;
    }
    .header-mobile-menu .toggle ul li:nth-of-type(1) {
        top: 20%;
    }
    .header-mobile-menu .toggle ul li:nth-of-type(2) {
        top: 50%;
    }
    .header-mobile-menu .toggle ul li:nth-of-type(3),
    .header-mobile-menu .toggle ul li:nth-of-type(4) {
        width: 50%;
        top: 80%;
    }
    .header-mobile-menu .toggle ul li:nth-of-type(1),
    .header-mobile-menu .toggle ul li:nth-of-type(2),
    .header-mobile-menu .toggle ul li:nth-of-type(3) {
        left: 0;
    }
    .header-mobile-menu .toggle ul li:nth-of-type(4) {
        right: 0;
    }
    .header-mobile-menu .toggle ul.active li:nth-of-type(1) {
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }
    .header-mobile-menu .toggle ul.active li:nth-of-type(2) {
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
    }
    .header-mobile-menu .toggle ul.active li:nth-of-type(3) {
        left: -50%;
        opacity: 0;
    }
    .header-mobile-menu .toggle ul.active li:nth-of-type(4) {
        right: -50%;
        opacity: 0;
    }
    .header-mobile-menu .slide-menu {
        transform: translateX(-999px);
        transition: transform 0.5s;
    }
    .slide-menu.slide-out-menu {
        transform: translateX(0);
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        width: 280px;
		background: #201532;
        z-index: 9999;
        padding: 40px 0 0 30px;
        transition: transform 0.5s;
        box-shadow: 5px 0px 11px -8px #000;
    }
    .header-mobile-menu .slide-out-menu ul {
        width: auto;
        height: auto;
        display: block;
        cursor: inherit;
    }
    .header-mobile-menu ul li,
    .header-mobile-menu ul li a {
        display: none;
        width: 100%;
        float: none;
    }
    .header-mobile-menu .toggle li {
        display: block !important;
    }
    .header-mobile-menu .slide-out-menu ul li,
    .header-mobile-menu .slide-out-menu ul li a {
        display: block;
    }
    .header-mobile-menu ul li a {
        width: 82%;
    }
    .header-mobile-menu  ul li {
        margin-bottom: 16px;
    }
    .header-mobile-menu ul li a {
        font-size: 22px;
    }
    .header-mobile-menu ul li a::before {
        display: none;
    }
    .header-mobile-menu .slide-out-menu ul.sub-menu {
        margin: 20px 0 25px 10px;
        display: none;
    }
    .header-mobile-menu .slide-out-menu ul li.active ul {
        display: block;
    }
    .header-mobile-menu .slide-out-menu ul li.menu-item-has-children {
        position: relative;
    }
    .header-mobile-menu .slide-out-menu ul li.menu-item-has-children::after {
        position: absolute;
        content: '';
        right: 30px;
        top: 0;
        background-image: url('https://celebratedeals.in/clients/project-name/wp-content/uploads/2021/12/down-chevron-2.png');
        background-repeat: no-repeat;
        width: 26px;
        height: 26px;
        background-size: contain;
    }
    .header-mobile-menu .slide-out-menu ul li.active::after {
        transform: rotate(180deg);
        top: -10px;
    }
	.banner-content h1 {
		font-size: 54px;
		line-height: 58px;
	}
	.banner-content {
		top: 90px;
		left: 80px;
	}
	.site-header-main {
		padding: 0;
	}
	.home-about__main{
	   grid-gap: 20px;
	}
	.home-courses__main {
		grid-template-columns: 1fr;
		max-width: 65%;
	}
	.header-right-btn {
		display: none;
	}
	.header-logo img.custom-logo {
		max-width: 100px;
	}
	.home-about__main {
		grid-template-columns: 1fr;
	}
	.home-about {
		margin: 40px 0;
	}
	.header-mobile-menu .slide-out-menu ul li, .header-mobile-menu .slide-out-menu ul li a {
		color: #fff;
		text-transform: capitalize !important;
	}
	.home-testimonials .testimonials-content {
		min-height: 396px;
	}
	.abt__main {
		grid-gap: 60px;
	}
	.banner.founder-banner h1 {
		font-size: 60px;
	}
	.founder__main {
		margin: 30px 0;
	}
	.contact-grid {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 30px;
	}
	.contact-form-wrapper {
		padding: 30px 0px 20px;
	}
	ul.c-form{
		grid-template-columns: 1fr;
	}
}

/*----------------------------- Media 480 -------------------------------*/
@media only screen and (max-width:767px){
	.container {
		max-width: 87%;
	}
    .banner-content {
		top: 100px;
		left: 30px;
	}
	.banner-content h1 {
		font-size: 34px;
		line-height: 36px;
	}
    .banner-content > a {
		padding: 10px 25px;
	}
	.home-about__left h3, .home-testimonials h3, .home-courses h3 {
		font-size: 36px;
	}
	.home-about__left h3{
	    color: #3f157e;
	}
	.below-banner h3{
	    font-size: 36px;
	}
	.btn a {
		padding: 10px 24px;
		font-size: 17px;
	}
	.home-courses__main .home-courses__each h5 {
		font-size: 30px;
	}
	.home-courses__main {
		max-width: 95%;
	}
	.home-banner .item img{
		min-height: 340px;
		object-fit: cover;
	}
	.banner > div {
		padding: 60px 0;
		background-position: bottom center;
	}
	.abt__main{
		grid-template-columns: 1fr;
	}
	.banner.founder-banner h1 {
		font-size: 34px;
	}
	.banner.founder-banner p {
		font-size: 16px;
	}
	.banner.testimonial-banner h1 {
		font-size: 34px;
	}
	.contact-form h2 {
		font-size: 38px;
	}
	.abt__main h3 {
		font-size: 34px;
		color: #1f0e28;
	}
	.abt__main p {
		font-size: 17px;
	}
	.contact-grid__each h4:before {
		height: 30px;
		width: 30px;
	}
	.contact-grid{
		display: block;
	}
	.contact-grid__each {
		margin-bottom: 20px;
		padding: 25px 25px 25px 50px;
	}
	.home-courses__main .home-courses__each{
		padding: 30px 25px;
	}
	.contact-grid__each h4:before {
		height: 20px;
		width: 20px;
		left: -30px;
		top: 5px;
	}
	.contact-grid {
		width: 95%;
	}
	.mob-pay{
		display: block !important;
	}
	ul.reg-pop {
		display: block;
	}
	.custom-model-wrap {
		padding: 40px 40px 70px 40px;
	}
	.desk-pay h3{
		font-size: 24px;
	}
}


/*----------------------------- Media 320 -------------------------------*/
@media only screen and (max-width:479px){
 	.home-testimonials .testimonials-content {
		min-height: 536px;
	}   
    .banner.founder-banner > div {
		padding: 205px 0 10px;
	}
	.banner.founder-banner {
		position: relative;
	}
	.banner.founder-banner::after {
		content: "";
		position: absolute;
		background-color: rgba(0, 0, 0, 0.1);
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
	.banner.founder-banner h1, .banner.founder-banner p {
		position: relative;
		z-index: 99;
		color: #fff;
	}
	.banner > div h1 {
		font-size: 40px;
	}
	.banner.testimonial-banner h1 {
		font-size: 24px;
	}
	.contact-grid__each:nth-child(2) a {
		font-size: 15px;
	}
}











