@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;family=Spartan:wght@400;500;600;700;800&amp;display=swap";
:root{--main-color:#16267d;--main-color2:#ee4a62;--main-color3:#ff5b5c;--main-color4:#f8b81f;--color-dark:#111212;--color-heading:#181818;--dark-color-heading:#fff;--color-border:#e5e5e5;--dark-color-border:#282f3a;--color-body:gray;--gradient-primary:linear-gradient(-90deg,#16267d 0%,#16267d 100%);--bg-color:#EAF0F2;--dark-bg-color:#020b17;--cta-color-bg:#F0F4F5;--color-bg-body:#fff;--dark-color-bg-body:#111822;--bg-color-2:#1c242f;--white-color:#fff;--color-black:#000;--footer-text:#181818;--dark-footer-text:gray;--edu-btn-color:#fff;--color-title:#bababa;--color-lighten01:#f0f4f5;--color-lighten02:#edf5f8;--color-lighten03:#f5f1eb;--color-lighten04:#f7f5f2;--color-extra01:#0ecd73;--color-extra02:#8e56ff;--color-extra03:#f92596;--color-extra04:#5866eb;--color-extra05:#f8941f;--color-extra06:#39c0fa;--color-extra07:#da04f8;--color-extra08:#4664e4;--color-extra09:#525151;--color-extra10:#404040;--color-extra11:#22272e;--color-success:#3EB75E;--color-danger:#FF0003;--color-warning:#FF8F3C;--color-info:#1BA2DB;--color-placeholder:gray;--color-facebook:#1877f2;--color-twitter:#1da1f2;--color-youtube:#cd201f;--color-linkedin:#0a66c2;--color-pinterest:#E60022;--color-instagram:#C231A1;--color-vimeo:#00ADEF;--color-twitch:#6441A3;--color-discord:#7289da;--border-width:2px;--radius-small:4px;--radius:10px;--radius-big:16px;--p-light:300;--p-regular:400;--p-medium:500;--p-semi-bold:600;--p-bold:700;--p-extra-bold:800;--shadow-darker:0 10px 50px 0 #1a2e551a;--shadow-darker2:0 20px 50px 0 #1a2e551a;--shadow-dark:0 10px 30px 0 #14244226;--shadow-darkest:0 10px 30px 0 #0000000d;--shadow-darker3:0 4px 50px 0 #0000001a;--shadow-darker4:0 20px 70px 0 #0f6b5c33;--transition:.3s;--transition-2:.5s;--transition-transform:transform .65s cubic-bezier(.23,1,.32,1);--font-primary:Poppins,sans-serif;--font-secondary:Spartan,sans-serif;--font-icomoon:icomoon;--font-size-b1:15px;--font-size-b2:13px;--line-height-b1:1.73;--line-height-b2:1.85;--h1:50px;--h2:36px;--h3:28px;--h4:20px;--h5:18px;--h6:16px;--h1-lineheight:1.2;--h2-lineheight:1.39;--h3-lineheight:1.43;--h4-lineheight:1.4;--h5-lineheight:1.45;--h6-lineheight:1.62}
.container-custom,.container-custom-1520{width:100%;margin-left:auto;margin-right:auto;padding-right:15px;padding-left:15px}
.container-custom{max-width:1710px}
.container-custom-1520{max-width:1520px}
@media only screen and (max-width:767px) {
.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl,.container-custom,.container-custom-1520{padding-right:15px;padding-left:15px}
}
@media only screen and (min-width:1200px) {
.container{max-width:1185px}
}

.wh-ap-btn{ outline:none; width:45px; height:45px; border:0; background-color:#2ecc71; padding:0; border-radius:100%; box-shadow:0 1px 3px #0000001f 0 1px 2px #0000003d; cursor:pointer; transition:opacity 0.3s,background 0.3s,box-shadow .3s; -webkit-transition:opacity 0.3s,background 0.3s,box-shadow .3s; -moz-transition:opacity 0.3s,background 0.3s,box-shadow .3s; -ms-transition:opacity 0.3s,background 0.3s,box-shadow .3s; -o-transition:opacity 0.3s,background 0.3s,box-shadow .3s; line-height: 45px; }
.wh-ap-btn::after{content: "\f618";width:100%;height:100%;display:block;opacity:1; font-family: bootstrap-icons!important;font-size: 22px;
color: #fff;}

.call-ap-btn{ outline:none; width:45px; height:45px; border:0; background-color:var(--main-color); padding:0; border-radius:100%; box-shadow:0 1px 3px #0000001f 0 1px 2px #0000003d; cursor:pointer; transition:opacity 0.3s,background 0.3s,box-shadow .3s; -webkit-transition:opacity 0.3s,background 0.3s,box-shadow .3s; -moz-transition:opacity 0.3s,background 0.3s,box-shadow .3s; -ms-transition:opacity 0.3s,background 0.3s,box-shadow .3s; -o-transition:opacity 0.3s,background 0.3s,box-shadow .3s; line-height: 45px; }
.call-ap-btn::after{content: "\f5c1";width:100%;height:100%;display:block;opacity:1; font-family: bootstrap-icons!important;font-size: 22px;
color: var(--white-color);}
.wh-fixed > a{display:block;text-decoration:none}

.call-pulse{width:45px;height:45px;left:15px;bottom:85px;background:var(--main-color);position:fixed;text-align:center;color:var(--main-color);cursor:pointer;border-radius:50%;z-index:99;display:inline-block;line-height:45px}
.call-pulse:before{position: absolute;content: " ";z-index: -1;bottom: -10px;right: -10px;background-color: var(--main-color);width: 65px;height: 65px;border-radius: 100%;animation-fill-mode: both;-webkit-animation-fill-mode: both;opacity: .6;-webkit-animation: pulse 1s ease-out;animation: pulse 1.8s ease-out;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;}
.whatsapp-pulse{width:45px;height:45px;left:15px;bottom:30px;background:#10b418;position:fixed;text-align:center;color:#fff;cursor:pointer;border-radius:50%;z-index:99;display:inline-block;line-height:45px}
.whatsapp-pulse:before{position: absolute;content: " ";z-index: -1;bottom: -10px;right: -10px;background-color: #10b418;width: 65px;height: 65px;border-radius: 100%;animation-fill-mode: both;-webkit-animation-fill-mode: both;opacity: .6;-webkit-animation: pulse 1s ease-out;animation: pulse 1.8s ease-out;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;}
@-webkit-keyframes pulse {
0%{-webkit-transform:scale(0);opacity:0}
25%{-webkit-transform:scale(0.3);opacity:1}
50%{-webkit-transform:scale(0.6);opacity:.6}
75%{-webkit-transform:scale(0.9);opacity:.3}
100%{-webkit-transform:scale(1);opacity:0}
}
@keyframes pulse {
0%{transform:scale(0);opacity:0}
25%{transform:scale(0.3);opacity:1}
50%{transform:scale(0.6);opacity:.6}
75%{transform:scale(0.9);opacity:.3}
100%{transform:scale(1);opacity:0}
}

.escapes{position:relative; width: 100%; height: 230px;}
.escapes img{width: 100%; height: 100%; object-fit: cover;}
.escapes::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:url(../images/plus.svg) no-repeat center center rgb(61 57 49 / 12%);background-size:30px;transform:scale(.5);opacity:0;transition: all ease .3s;}
.escapes:hover::before{transform: scale(1);opacity:1;}
.videos{position: relative;}
.videos::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:url(../images/play.svg) no-repeat center center rgba(0,0,0,.4);background-size:30px;transform:scale(.5);opacity:0;transition: all ease .3s;}
.videos:hover::before{ transform: scale(1); opacity:1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }


.bg-cover{background-position: 50%; background-repeat: no-repeat; background-size: cover;}
.color1{color:var(--main-color) !important}
.bg1{background-color:var(--main-color)!important}
.color2{color:var(--main-color2) !important}
.bg2{background-color:var(--main-color2)!important}
.color3{color:var(--primary-color)!important}
.bg3{background-color:var(--primary-color)!important}
.color4{color:var(--main-color4)!important}
.bg4{background-color:var(--main-color4)!important}
.color5{color:var(--main-color5)!important}
.bg5{background-color:var(--main-color5)!important}
.transition{ transition: var(--transition); -webkit-transition: var(--transition); -moz-transition: var(--transition); -ms-transition: var(--transition); -o-transition: var(--transition); }
ul{margin:0;padding:0}
li{list-style:none}
.fs-7{font-size: 13px;}
.line26{line-height: 26px;}
.bb1{border-bottom: 1px solid #ddd;}
.bb21{border-bottom: 2px solid var(--main-color);}
.bb22{border-bottom: 2px solid var(--main-color2);}
.ltr1{letter-spacing: 1px;}
.ltr2{letter-spacing: 2px;}
.justify-p p{text-align:justify}
.lh30 p{line-height:30px}
.page-desc h1,.page-desc h2,.page-desc h3{font-size:24px;font-weight:600;margin-bottom:15px;margin-top:15px;color:var(--main-color)}
.page-desc h4{font-size:20px;font-weight:600;margin-bottom:15px;margin-top:15px;color:var(--main-color2)}
.page-desc h4{font-size:20px;font-weight:600}
.page-desc ul{margin-bottom:15px}
.page-desc p{margin-bottom: 10px;}
.page-desc p strong{color: var(--main-color);}
.pointers li{position:relative;padding-left:20px;display:inline-block;min-width:33%;line-height: 30px;text-align: justify;}
.pointers li+li{margin-top: 10px;}
.pointers .three li{position:relative;padding-left:20px}
.pointers li::before{content:'';position:absolute;width:5px;height:5px;background:var(--main-color);left:0;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);opacity:.5;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}
button:focus,input:focus,input:focus,textarea:focus{outline:0; border-color: var(--main-color2) !important;}
input[type=text],input[type=email],input[type=tel],input[type=number],input[type=password],input[type=url],textarea,select{ outline:none; background-color:transparent; height:50px; width:100%; line-height:50px; font-size:14px !important; color:#333; padding-left:15px; padding-right:15px; border:1px solid #d5d5d5; font-weight:400; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; }
input[type=text]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#333}
input[type=text]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=url]::-moz-placeholder,textarea::-moz-placeholder{color:#333}
input[type=text]:-moz-placeholder,input[type=email]:-moz-placeholder,input[type=tel]:-moz-placeholder,input[type=number]:-moz-placeholder,input[type=password]:-moz-placeholder,input[type=url]:-moz-placeholder,textarea:-moz-placeholder{color:#333}
input[type=text]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#333}
input[type=text]::placeholder,input[type=email]::placeholder,input[type=tel]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=url]::placeholder,textarea::placeholder{color:#333}
.inpput:focus, select:focus{border-color: var(--main-color);}
.form-control:focus{box-shadow: none;border-color: var(--main-color2) !important;}
.datepicker{cursor:pointer;background:url(../images/calendar.svg) no-repeat right 10px center !important;padding-right:20px!important}
select{cursor:pointer;appearance:none;-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;-o-appearance:none;background:url(../images/angle-down.svg) no-repeat right 10px center!important;background-size:14px!important;padding-right:25px!important}
textarea.form-control, textarea{resize:none;min-height:100px; background: transparent;}
.socials ul{margin:0;padding:0;}
.socials ul li{ display:inline-block; transition: var(--transition); -webkit-transition: var(--transition); -moz-transition: var(--transition); -ms-transition: var(--transition); -o-transition: var(--transition); }
.socials ul li + li{margin-left:3px;}
.socials ul li a{ display: block; color: var(--white-color); width: 30px; height: 30px; line-height: 30px; text-align: center; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; background: rgb(255 255 255 / 14%); font-size: 13px; }
.socials ul li a:hover{background:var(--main-color2);color: var(--white-color);}
.white{color: var(--white-color) !important;}
.border1{border: 1px solid #f3f3f3;}
button.btn-close {position: absolute;right: 15px;top: 20px;outline: none;box-shadow: none;color: var(--white-color);padding: 0;}
ul,ol{margin:0;padding:0}
ul li,ol li{list-style:none}
.breadcrumb{background:none;margin:0;padding:0}
.breadcrumb li{font-weight:400;font-size:14px;position:relative}
.breadcrumb li + li{margin-left:10px;padding-left:10px !important}
.breadcrumb li + li::before{content:'';position:absolute;left:-1px;top:51%;transform:translateY(-50%);border-top:5px solid transparent;border-left:5px solid #333;border-bottom:5px solid transparent}
.breadcrumb.white li + li::before{content:'';position:absolute;left:-1px;top:51%;transform:translateY(-50%);border-top:5px solid transparent;border-left:5px solid #333;border-bottom:5px solid transparent}
.breadcrumb li a{display:block}
.breadcrumb li a,.breadcrumb li{color:#333}
.breadcrumb.white li a,.breadcrumb.white li{color:#333}
.breadcrumb.light li + li::before{border-left-color:#333}
.breadcrumb.light li a,.breadcrumb.light li{color:#333}
.bglight{background-color:#f7f7f7}
.bglight2{background-color:#fbf7f0}
.check li{position:relative;padding-left:20px}
.check li::before{content:"\F271";position:absolute;top:0;left:0;font-size:13px;font-family:bootstrap-icons!important;color:#2f892f}
.times li{position:relative;padding-left:20px}
.times li::before{content:"\f629";position:absolute;top:0;left:0;font-size:13px;font-family:bootstrap-icons!important;color:#e74d4d}
hr{opacity:.1}
.bb5{border-bottom: 5px solid var(--main-color2);}
.top-2{top: 2px;}


.shape-group,.edu-breadcrumb-area .edu-breadcrumb,.edu-breadcrumb-area .course-meta,.edu-breadcrumb-area .shape-group,.edu-course-widget.widget-course-summery .content .course-item,.edu-pagination,.about-image-gallery .shape-group li,.about-content .features-list,.about-style-1 .shape-group,.about-style-2 .shape-group,.about-style-3 .about-image-gallery .shape-group,.about-style-3 .shape-group,.about-style-5 .shape-group,.cta-banner-2 .shape-group,.cta-banner-3 .shape-group,.edu-cta-banner .shape-group,.edu-cta-box .shape-group,.contact-me .thumbnail .shape-group,.contact-us-info .address-list,.contact-form-area .shape-group,.contact-form.form-style-2 .shape-group,.edu-course .content .course-meta,.edu-course .hover-content-aside .content .course-feature ul,.course-layout-five-tooltip-content .content .course-meta,.course-layout-five-tooltip-content .content .course-feature ul,.course-area-3 .shape-group,.course-area-7 .shape-group,.edu-sorting-area .sorting-right .layout-switcher .switcher-btn,.course-details-content .entry-content .course-meta,.course-curriculam .course-lesson ul,.edu-event .content .event-meta,.edu-event-list .content .event-meta,.edu-event-area .shape-group,.event-details .details-content .event-meta,.edu-faq-content .shape-group,.edu-faq-gallery .shape-group,.faq-style-4 .faq-thumbnail .shape-group,.hero-banner .banner-content .shape-group,.hero-banner .banner-thumbnail .shape-group,.hero-banner.hero-style-2 .banner-gallery .shape-group,.hero-banner.hero-style-3 .shape-group,.hero-banner.hero-style-4 .shape-group,.hero-banner.hero-style-5 .shape-group,.hero-banner.hero-style-6 .shape-group,.hero-banner.hero-style-7 .shape-group,.pricing-table .pricing-body .list-item,.privacy-policy ul,.product-details-area .content .product-feature,.edu-product .inner>.thumbnail .product-hover-info ul,.account-page-area .shape-group,.pv-elementor-area .elementor-thumbnail .shape-group li,.pv-shop-area .shop-thumbnail .shop-thumbnail-images .shape-group li,.pv-inner-page-area .shape-group li,.pv-zoom-demo-area .zoom-thumbnail .shape-group li,.pv-cta-area .shape-group li,.team-share-info,.team-area-3 .shape-group,.team-area-4 .shape-group,.team-area-5 .shape-group,.team-area-6 .shape-group,.team-details-content .main-info .team-meta,.team-details-content .contact-info ul,.video-gallery .shape-group,.error-page-area>.shape-group,.edu-error .thumbnail .shape-group,.coming-soon-page-area .shape-group,.header-top .header-info,.header-action,.edu-footer .information-list,.blog-meta,.edu-blog-area .shape-group,.edu-blog-widget.widget-categories .category-list{padding:0;margin:0;list-style:none}
.mainmenu-nav .mainmenu li.has-droupdown .submenu li a{-webkit-transition:var(--transition);transition:var(--transition)}
.bgImagePosition,.bg-image{background-repeat:no-repeat;background-size:cover;background-position:center center}
.bg-image_fixed{background-attachment:fixed!important}
.bg-image--1{background-image:url(../images/bg/bg-image-1.png)}
.bg-image--2{background-image:url(../images/bg/bg-image-2.jpg)}
.bg-image--9{background-image:url(../images/bg/bg-image-9.png)}
.bg-image--14{background-image:url(../images/bg/bg-image-14.jpg)}
.bg-image--17{background-image:url(../images/bg/bg-image-17.webp)}
.bg-image--19{background-image:url(../images/bg/bg-image-19.webp)}
.bg-image--21{background-image:url(../images/bg/bg-image-21.webp)}
.row--0{margin-left:0;margin-right:0}
.row--0>[class*="col"]{padding-left:0;padding-right:0}
.row--5{margin-left:-5px;margin-right:-5px}
.row--5>[class*="col"]{padding-left:5px;padding-right:5px}
.row--10{margin-left:-10px;margin-right:-10px}
.row--10>[class*="col"]{padding-left:10px;padding-right:10px}
.row--15{margin-left:-15px;margin-right:-15px}
.row--15>[class*="col"]{padding-left:15px;padding-right:15px}
.row--20{margin-left:-20px;margin-right:-20px}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.row--20{margin-left:-15px;margin-right:-15px}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
.row--20{margin-left:-15px;margin-right:-15px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.row--20{margin-left:-15px;margin-right:-15px}
}
@media only screen and (max-width:767px) {
.row--20{margin-left:-15px!important;margin-right:-15px!important}
}
.row--20>[class*="col"],.row--20>[class*="col-"]{padding-left:20px;padding-right:20px}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.row--20>[class*="col"],.row--20>[class*="col-"]{padding-left:15px;padding-right:15px}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
.row--20>[class*="col"],.row--20>[class*="col-"]{padding-left:15px;padding-right:15px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.row--20>[class*="col"],.row--20>[class*="col-"]{padding-left:15px!important;padding-right:15px!important}
}
@media only screen and (max-width:767px) {
.row--20>[class*="col"],.row--20>[class*="col-"]{padding-left:15px!important;padding-right:15px!important}
}
.row--25{margin-left:-25px;margin-right:-25px}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.row--25{margin-left:-15px;margin-right:-15px}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
.row--25{margin-left:-15px;margin-right:-15px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.row--25{margin-left:-15px;margin-right:-15px}
}
@media only screen and (max-width:767px) {
.row--25{margin-left:-15px!important;margin-right:-15px!important}
}
.row--25>[class*="col"],.row--25>[class*="col-"]{padding-left:25px;padding-right:25px}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.row--25>[class*="col"],.row--25>[class*="col-"]{padding-left:15px;padding-right:15px}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
.row--25>[class*="col"],.row--25>[class*="col-"]{padding-left:15px;padding-right:15px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.row--25>[class*="col"],.row--25>[class*="col-"]{padding-left:15px!important;padding-right:15px!important}
}
@media only screen and (max-width:767px) {
.row--25>[class*="col"],.row--25>[class*="col-"]{padding-left:15px!important;padding-right:15px!important}
}
.row--30{margin-left:-30px;margin-right:-30px}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.row--30{margin-left:-15px;margin-right:-15px}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
.row--30{margin-left:-15px;margin-right:-15px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.row--30{margin-left:-15px;margin-right:-15px}
}
@media only screen and (max-width:767px) {
.row--30{margin-left:-15px!important;margin-right:-15px!important}
}
.row--30>[class*="col"],.row--30>[class*="col-"]{padding-left:30px;padding-right:30px}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.row--30>[class*="col"],.row--30>[class*="col-"]{padding-left:15px;padding-right:15px}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
.row--30>[class*="col"],.row--30>[class*="col-"]{padding-left:15px;padding-right:15px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.row--30>[class*="col"],.row--30>[class*="col-"]{padding-left:15px!important;padding-right:15px!important}
}
@media only screen and (max-width:767px) {
.row--30>[class*="col"],.row--30>[class*="col-"]{padding-left:15px!important;padding-right:15px!important}
}
.row--35{margin-left:-35px;margin-right:-35px}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.row--35{margin-left:-15px;margin-right:-15px}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
.row--35{margin-left:-15px;margin-right:-15px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.row--35{margin-left:-15px;margin-right:-15px}
}
@media only screen and (max-width:767px) {
.row--35{margin-left:-15px!important;margin-right:-15px!important}
}
.row--35>[class*="col"],.row--35>[class*="col-"]{padding-left:35px;padding-right:35px}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.row--35>[class*="col"],.row--35>[class*="col-"]{padding-left:15px;padding-right:15px}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
.row--35>[class*="col"],.row--35>[class*="col-"]{padding-left:15px;padding-right:15px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.row--35>[class*="col"],.row--35>[class*="col-"]{padding-left:15px!important;padding-right:15px!important}
}
@media only screen and (max-width:767px) {
.row--35>[class*="col"],.row--35>[class*="col-"]{padding-left:15px!important;padding-right:15px!important}
}
.row--40{margin-left:-40px;margin-right:-40px}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.row--40{margin-left:-15px;margin-right:-15px}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
.row--40{margin-left:-15px;margin-right:-15px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.row--40{margin-left:-15px;margin-right:-15px}
}
@media only screen and (max-width:767px) {
.row--40{margin-left:-15px!important;margin-right:-15px!important}
}
.row--40>[class*="col"],.row--40>[class*="col-"]{padding-left:40px;padding-right:40px}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.row--40>[class*="col"],.row--40>[class*="col-"]{padding-left:15px;padding-right:15px}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
.row--40>[class*="col"],.row--40>[class*="col-"]{padding-left:15px;padding-right:15px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.row--40>[class*="col"],.row--40>[class*="col-"]{padding-left:15px!important;padding-right:15px!important}
}
@media only screen and (max-width:767px) {
.row--40>[class*="col"],.row--40>[class*="col-"]{padding-left:15px!important;padding-right:15px!important}
}
.row--45{margin-left:-45px;margin-right:-45px}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.row--45{margin-left:-15px;margin-right:-15px}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
.row--45{margin-left:-15px;margin-right:-15px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.row--45{margin-left:-15px;margin-right:-15px}
}
@media only screen and (max-width:767px) {
.row--45{margin-left:-15px!important;margin-right:-15px!important}
}
.row--45>[class*="col"],.row--45>[class*="col-"]{padding-left:45px;padding-right:45px}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.row--45>[class*="col"],.row--45>[class*="col-"]{padding-left:15px;padding-right:15px}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
.row--45>[class*="col"],.row--45>[class*="col-"]{padding-left:15px;padding-right:15px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.row--45>[class*="col"],.row--45>[class*="col-"]{padding-left:15px!important;padding-right:15px!important}
}
@media only screen and (max-width:767px) {
.row--45>[class*="col"],.row--45>[class*="col-"]{padding-left:15px!important;padding-right:15px!important}
}
.row--50{margin-left:-50px;margin-right:-50px}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.row--50{margin-left:-15px;margin-right:-15px}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
.row--50{margin-left:-15px;margin-right:-15px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.row--50{margin-left:-15px;margin-right:-15px}
}
@media only screen and (max-width:767px) {
.row--50{margin-left:-15px!important;margin-right:-15px!important}
}
.row--50>[class*="col"],.row--50>[class*="col-"]{padding-left:50px;padding-right:50px}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.row--50>[class*="col"],.row--50>[class*="col-"]{padding-left:15px;padding-right:15px}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
.row--50>[class*="col"],.row--50>[class*="col-"]{padding-left:15px;padding-right:15px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.row--50>[class*="col"],.row--50>[class*="col-"]{padding-left:15px!important;padding-right:15px!important}
}
@media only screen and (max-width:767px) {
.row--50>[class*="col"],.row--50>[class*="col-"]{padding-left:15px!important;padding-right:15px!important}
}
.row--60{margin-left:-60px;margin-right:-60px}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.row--60{margin-left:-15px;margin-right:-15px}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
.row--60{margin-left:-15px;margin-right:-15px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.row--60{margin-left:-15px;margin-right:-15px}
}
@media only screen and (max-width:767px) {
.row--60{margin-left:-15px!important;margin-right:-15px!important}
}
.row--60>[class*="col"],.row--60>[class*="col-"]{padding-left:60px;padding-right:60px}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.row--60>[class*="col"],.row--60>[class*="col-"]{padding-left:15px;padding-right:15px}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
.row--60>[class*="col"],.row--60>[class*="col-"]{padding-left:15px;padding-right:15px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.row--60>[class*="col"],.row--60>[class*="col-"]{padding-left:15px!important;padding-right:15px!important}
}
@media only screen and (max-width:767px) {
.row--60>[class*="col"],.row--60>[class*="col-"]{padding-left:15px!important;padding-right:15px!important}
}
@media (max-width:991px) {
.edu-order-md-1{-webkit-box-ordinal-group:2!important;-webkit-order:1!important;-ms-flex-order:1!important;order:1!important}
.edu-order-md-2{-webkit-box-ordinal-group:3!important;-webkit-order:2!important;-ms-flex-order:2!important;order:2!important}
}
#edublink-preloader{position:fixed;top:0;left:0;height:100%;width:100%;z-index:99999999999999;overflow:hidden;background-image:-webkit-linear-gradient(70deg,#31b978 0%,#1ab69d 100%);background-image:linear-gradient(20deg,#31b978 0%,#1ab69d 100%);-webkit-transition:all 1.5s ease-out;transition:all 1.5s ease-out}
#edublink-preloader.loaded .preloader-close-btn-wraper{bottom:200%}
.preloader-close-btn-wraper{position:fixed;bottom:0;right:0;padding:30px;-webkit-transition:all 1.5s ease-out;transition:all 1.5s ease-out}
.preloader-close-btn-wraper .preloader-close-btn{border-radius:50px;font-size:13px;padding:4px 23px;background:var(--color-black);color:var(--white-color);cursor:pointer;height:45px;line-height:35px;border:0;text-transform:uppercase;font-weight:600}
.loading-spinner{width:40px;height:40px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.preloader-spin-1{width:100%;height:100%;border-radius:50%;background-color:#FFF;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:edublink-preloader-bounce-animation 2s infinite ease-in-out;animation:edublink-preloader-bounce-animation 2s infinite ease-in-out}
.preloader-spin-2{width:100%;height:100%;border-radius:50%;background-color:#FFF;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:edublink-preloader-bounce-animation 2s infinite ease-in-out;animation:edublink-preloader-bounce-animation 2s infinite ease-in-out;-webkit-animation-delay:-1s;animation-delay:-1s}
@-webkit-keyframes edublink-preloader-bounce-animation {
0%,100%{-webkit-transform:scale(0);transform:scale(0)}
50%{-webkit-transform:scale(1);transform:scale(1)}
}
@keyframes edublink-preloader-bounce-animation {
0%,100%{-webkit-transform:scale(0);transform:scale(0)}
50%{-webkit-transform:scale(1);transform:scale(1)}
}
.shape-dark{visibility:hidden}
.shape-light{visibility:visible}
.dark-mode .shape-light{visibility:hidden}
.dark-mode .shape-dark{visibility:visible}
.d-none-shape-dark{display:none}
*{box-sizing:border-box}
article,aside,details,figcaption,figure,footer,header,nav,section,summary{display:block}
audio,canvas,video{display:inline-block}
audio:not([controls]){display:none;height:0}
[hidden]{display:none}
a{display:inline-block;color:var(--color-heading);text-decoration:none;outline:none}
a:hover,a:focus,a:active{text-decoration:none;outline:none;color:var(--main-color)}
a:focus{outline:none}
address{margin:0 0 24px}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:700}
mark{background:var(--main-color);color:#fff}
code,kbd,pre,samp{font-size:var(--font-size-b3);-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;color:var(--main-color)}
kbd,ins{color:#fff}
pre,pre.wp-block-code{font-family:"Courier 10 Pitch",Courier,monospace!important;font-size:15px!important;margin:40px 0!important;overflow:auto;padding:20px!important;white-space:pre!important;white-space:pre-wrap!important;word-wrap:break-word!important;color:var(--color-body)!important;background:var(--color-light);border-radius:4px}
small{font-size:smaller}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
dl{margin-top:0;margin-bottom:10px}
dd{margin:0 15px 15px}
dt{font-weight:700;color:var(--color-heading)}
menu,ol,ul{margin:16px 0;padding:0 0 0 40px}
nav ul,nav ol{list-style:none;list-style-image:none}
li>ul,li>ol{margin:0}
ol ul{margin-bottom:0}
img{-ms-interpolation-mode:bicubic;border:0;vertical-align:middle;max-width:100%;height:auto}
svg:not(:root){overflow:hidden}
figure{margin:0}
form{margin:0}
fieldset{border:1px solid var(--color-border);margin:0 2px;min-width:inherit;padding:.35em .625em .75em}
legend{border:0;padding:0;white-space:normal}
button,input,select,textarea{font-size:100%;margin:0;max-width:100%;vertical-align:baseline}
button,input{line-height:normal}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;-moz-appearance:button;appearance:button;cursor:pointer}
button[disabled],input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{padding:0}
input[type="search"]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;appearance:textfield;padding-right:2px;width:270px}
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
caption,th,td{font-weight:400}
table thead th{font-weight:700}
td,.wp-block-calendar tfoot td{border:1px solid var(--color-border);padding:7px 10px}
del{color:#333}
ins{background:#3858f699;text-decoration:none;padding:0 5px}
hr{background-size:4px 4px;border:0;height:1px;margin:0 0 24px;opacity:.6}
table a,table a:link,table a:visited{text-decoration:underline}
dt{font-weight:700;margin-bottom:10px}
dd{margin:0 15px 15px}
caption{caption-side:top}
kbd{background:var(--heading-color)}
dfn,cite,em{font-style:italic}
blockquote,q{-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}
blockquote blockquote{margin-right:0}
blockquote cite,blockquote small{font-size:var(--font-size-b3);font-weight:400}
blockquote strong,blockquote b{font-weight:700}
html{overflow:hidden;overflow-y:auto;margin:0;padding:0;font-size:10px}
body{overflow:hidden;font-size:var(--font-size-b1);line-height:var(--line-height-b1);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:var(--font-primary);color:var(--color-body);font-weight:400;background-color:var(--color-bg-body);margin:0;padding:0}
body.modal-open{padding:0!important}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,address,p,pre,blockquote,menu,ol,ul,table,hr{margin:0;margin-bottom:20px}
.display-one{font-size:112px}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{word-break:break-word;font-family:var(--font-secondary);color:var(--color-heading)}
h1,.h1{font-size:var(--h1);line-height:var(--h1-lineheight)}
h2,.h2{font-size:var(--h2);line-height:var(--h2-lineheight)}
h3,.h3{font-size:var(--h3);line-height:var(--h3-lineheight)}
h4,.h4{font-size:var(--h4);line-height:var(--h4-lineheight)}
h5,.h5{font-size:var(--h5);line-height:var(--h5-lineheight)}
h6,.h6{font-size:var(--h6);line-height:var(--h6-lineheight)}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a{color:inherit;-webkit-transition:.5s;transition:.5s}
a{color:var(--color-heading);-webkit-transition:.3s;transition:.3s}
@media only screen and (max-width:1199px) {
h1,.h1{font-size:44px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
h1,.h1{font-size:38px}
h2,.h2{font-size:30px}
h3,.h3{font-size:24px}
h4,.h4{font-size:18px}
}
@media only screen and (max-width:767px) {
h1,.h1{font-size:34px}
h2,.h2{font-size:26px}
h3,.h3{font-size:22px}
h4,.h4{font-size:18px}
}
h1,.h1,h2,.h2,h3,.h3{font-weight:var(--p-bold)}
h4,.h4,h5,.h5,h6,.h6{font-weight:var(--p-semi-bold)}
p{font-size:var(--font-size-b1);line-height:var(--line-height-b1);font-weight:400;color:var(--color-body);margin:0 0 15px}
@media only screen and (max-width:767px) {
p{margin:0 0 20px}
}
p.b1{font-size:var(--font-size-b1);line-height:var(--line-height-b1)}
p.b2{font-size:var(--font-size-b2);line-height:var(--line-height-b2)}
.b1{font-size:var(--font-size-b1);line-height:var(--line-height-b1)}
.b2{font-size:var(--font-size-b2);line-height:var(--line-height-b2)}
.table,table{border-collapse:collapse;border-spacing:0;margin:0 0 30px;width:100%}
table a,table a:link,table a:visited{text-decoration:none}
cite,.wp-block-pullquote cite,.wp-block-pullquote.is-style-solid-color blockquote cite,.wp-block-quote cite{color:var(--color-heading)}
var{font-family:"Courier 10 Pitch",Courier,monospace}
ul,ol{padding-left:0}
ul{list-style:square;margin:0; padding: 0;}
ul.liststyle.bullet li{font-size:var(--font-size-b1);line-height:var(--line-height-b1);color:var(--color-body);position:relative;padding-left:30px}
@media only screen and (max-width:767px) {
ul.liststyle.bullet li{padding-left:19px}
}
ul.liststyle.bullet li::before{position:absolute;content:"";width:6px;height:6px;border-radius:100%;background:var(--color-body);left:0;top:10px}
ul.liststyle.bullet li+li{margin-top:8px}
ul li{font-size:var(--font-size-b1);line-height:var(--line-height-b1);margin:0;color:var(--color-body)}
ul li a{text-decoration:none;color:var(--color-body);-webkit-transition:var(--transition);transition:var(--transition)}
ul li a:hover{color:var(--main-color)}

hr{display:block;height:0;margin:15px 0;border-top:1px solid var(--color-border);background:transparent}
kbd{background:var(--main-color)}
button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}

.form-group{margin-bottom:15px}
.form-group label{color:var(--color-heading);margin-bottom:8px}
.form-group .submit-btn{padding:0 35px}
.form-message{margin-bottom:0;text-align:center}
.form-message.error{margin-top:20px;color:#f80707}
.form-message.success{margin-top:20px;color:#0d8d2d}
.color-fb{color:var(--color-facebook)!important}
.color-ig{color:var(--color-instagram)!important}
.color-twitter{color:var(--color-twitter)!important}
.color-yt{color:var(--color-youtube)!important}
.color-linkd{color:var(--color-linkedin)!important}
.color-primary{color:var(--main-color)}
.color-secondary{color:var(--main-color2)}
.main-color3{color:var(--main-color3)}
.color-textExtra5{color:var(--color-extra05)}
.color-textExtra6{color:var(--main-color4)}
.text-gradient{background:-webkit-linear-gradient(left,#1AB69D .36%,#2DB97E 52.45%);background:linear-gradient(90deg,#1AB69D .36%,#2DB97E 52.45%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.bg-lighten01{background-color:var(--color-lighten01)}
.bg-lighten02{background-color:var(--color-lighten02)}
.bg-lighten03{background-color:var(--color-lighten03)}
.bg-lighten04{background-color:var(--color-lighten04)}
.edublink-animated-shape{position:relative;z-index:9}
.shape-group li{margin:0;position:absolute;z-index:-1}
@media only screen and (max-width:1199px) {
.shape-group{display:none}
}
.z-10{z-index:10}
@-webkit-keyframes headerSticky {
0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}
100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
@keyframes headerSticky {
0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}
100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
@-webkit-keyframes rotateIt {
to{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}
}
@keyframes rotateIt {
to{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}
}
@-webkit-keyframes bounceSlide {
0%,20%,50%,80%,100%{-webkit-transform:translateY(0);transform:translateY(0)}
40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}
60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}
}
@keyframes bounceSlide {
0%,20%,50%,80%,100%{-webkit-transform:translateY(0);transform:translateY(0)}
40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}
60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}
}
.bounce-slide{-webkit-animation-duration:2.5s;animation-duration:2.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:bounceSlide;animation-name:bounceSlide}
@-webkit-keyframes line1 {
0%{opacity:1;bottom:0}
30%{bottom:30%}
50%{bottom:50%}
70%{bottom:70%}
100%{bottom:100%;opacity:.5}
}
@keyframes line1 {
0%{opacity:1;bottom:0}
30%{bottom:30%}
50%{bottom:50%}
70%{bottom:70%}
100%{bottom:100%;opacity:.5}
}
@-webkit-keyframes line2 {
0%{opacity:1;top:0}
30%{bottom:30%}
50%{bottom:50%}
70%{bottom:70%}
100%{top:100%;opacity:.5}
}
@keyframes line2 {
0%{opacity:1;top:0}
30%{bottom:30%}
50%{bottom:50%}
70%{bottom:70%}
100%{top:100%;opacity:.5}
}
@-webkit-keyframes line3 {
0%{opacity:1;top:500px}
50%{top:50%}
100%{top:100%;opacity:.5}
}
@keyframes line3 {
0%{opacity:1;top:500px}
50%{top:50%}
100%{top:100%;opacity:.5}
}
@-webkit-keyframes line4 {
0%{opacity:1;top:300px}
50%{top:50%}
100%{top:100%;opacity:.5}
}
@keyframes line4 {
0%{opacity:1;top:300px}
50%{top:50%}
100%{top:100%;opacity:.5}
}
@-webkit-keyframes line5 {
0%{opacity:1;bottom:400px}
50%{bottom:50%}
100%{bottom:100%;opacity:.5}
}
@keyframes line5 {
0%{opacity:1;bottom:400px}
50%{bottom:50%}
100%{bottom:100%;opacity:.5}
}
@-webkit-keyframes customOne {
from{-webkit-transform:scale(1);transform:scale(1)}
50%{-webkit-transform:scale(.9);transform:scale(.9)}
to{-webkit-transform:scale(1);transform:scale(1)}
}
@keyframes customOne {
from{-webkit-transform:scale(1);transform:scale(1)}
50%{-webkit-transform:scale(.9);transform:scale(.9)}
to{-webkit-transform:scale(1);transform:scale(1)}
}
@-webkit-keyframes customTwo {
0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
50%{-webkit-transform:translate(100px,0);transform:translate(100px,0)}
100%{-webkit-transform:translate(50px,50px);transform:translate(50px,50px)}
}
@keyframes customTwo {
0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
50%{-webkit-transform:translate(100px,0);transform:translate(100px,0)}
100%{-webkit-transform:translate(50px,50px);transform:translate(50px,50px)}
}
.customOne{-webkit-animation:customOne 2s infinite;animation:customOne 2s infinite}
.rotateit{-webkit-animation:rotateIt 11s linear infinite;animation:rotateIt 11s linear infinite}
@-webkit-keyframes edublink-vsm-y-move {
0%{-webkit-transform:translate(0,-30%);transform:translate(0,-30%)}
100%{-webkit-transform:translate(0,30%);transform:translate(0,30%)}
}
@keyframes edublink-vsm-y-move {
0%{-webkit-transform:translate(0,-30%);transform:translate(0,-30%)}
100%{-webkit-transform:translate(0,30%);transform:translate(0,30%)}
}
@-webkit-keyframes edublink-vsm-y-reverse-move {
0%{-webkit-transform:translate(0,30%);transform:translate(0,30%)}
100%{-webkit-transform:translate(0,-30%);transform:translate(0,-30%)}
}
@keyframes edublink-vsm-y-reverse-move {
0%{-webkit-transform:translate(0,30%);transform:translate(0,30%)}
100%{-webkit-transform:translate(0,-30%);transform:translate(0,-30%)}
}
@-webkit-keyframes edublink-sm-x-move {
0%{-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}
100%{-webkit-transform:translate(50%,0);transform:translate(50%,0)}
}
@keyframes edublink-sm-x-move {
0%{-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}
100%{-webkit-transform:translate(50%,0);transform:translate(50%,0)}
}
@-webkit-keyframes edublink-sm-x-reverse-move {
0%{-webkit-transform:translate(50%,0);transform:translate(50%,0)}
100%{-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}
}
@keyframes edublink-sm-x-reverse-move {
0%{-webkit-transform:translate(50%,0);transform:translate(50%,0)}
100%{-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}
}
@-webkit-keyframes edublink-rotate-y {
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}
}
@-webkit-keyframes edublink-rotate-x {
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@keyframes edublink-rotate-x {
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@keyframes edublink-rotate-y {
0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}
}
@-webkit-keyframes edublink-zoom1 {
0%{-webkit-transform:scale(.9);transform:scale(.9)}
100%{-webkit-transform:scale(1.5);transform:scale(1.5)}
}
@-webkit-keyframes edublink-zoom2 {
0%{-webkit-transform:scale(1);transform:scale(1)}
100%{-webkit-transform:scale(1.5);transform:scale(1.5)}
}
@keyframes edublink-zoom2 {
0%{-webkit-transform:scale(1);transform:scale(1)}
100%{-webkit-transform:scale(1.5);transform:scale(1.5)}
}
@-webkit-keyframes edublink-zoom1 {
0%{-webkit-transform:scale(1);transform:scale(1)}
100%{-webkit-transform:scale(1.25);transform:scale(1.25)}
}
@keyframes edublink-zoom1 {
0%{-webkit-transform:scale(1);transform:scale(1)}
100%{-webkit-transform:scale(1.25);transform:scale(1.25)}
}
@-webkit-keyframes headerSlideDown {
0%{margin-top:-100px}
to{margin-top:0}
}
@keyframes headerSlideDown {
0%{margin-top:-100px}
to{margin-top:0}
}
@-webkit-keyframes slideFadeInUp {
from{opacity:0;-webkit-transform:translate3d(0,20%,0);transform:translate3d(0,20%,0)}
to{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes slideFadeInUp {
from{opacity:0;-webkit-transform:translate3d(0,20%,0);transform:translate3d(0,20%,0)}
to{opacity:1;-webkit-transform:none;transform:none}
}
.slideFadeInUp{-webkit-animation-name:slideFadeInUp;animation-name:slideFadeInUp}
@-webkit-keyframes moveVertical {
to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
}
@keyframes moveVertical {
to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
}
@-webkit-keyframes scrollDown {
0%{opacity:0}
10%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
100%{-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0}
}
@keyframes scrollDown {
0%{opacity:0}
10%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
100%{-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0}
}
@-webkit-keyframes ripple {
0%{-webkit-transform:scale(1);transform:scale(1)}
75%{-webkit-transform:scale(1.75);transform:scale(1.75);opacity:1}
100%{-webkit-transform:scale(2);transform:scale(2);opacity:0}
}
@keyframes ripple {
0%{-webkit-transform:scale(1);transform:scale(1)}
75%{-webkit-transform:scale(1.75);transform:scale(1.75);opacity:1}
100%{-webkit-transform:scale(2);transform:scale(2);opacity:0}
}
@-webkit-keyframes ripple_2 {
0%{-webkit-transform:scale(1);transform:scale(1)}
75%{-webkit-transform:scale(3);transform:scale(3);opacity:1}
100%{-webkit-transform:scale(4);transform:scale(4);opacity:0}
}
@keyframes ripple_2 {
0%{-webkit-transform:scale(1);transform:scale(1)}
75%{-webkit-transform:scale(3);transform:scale(3);opacity:1}
100%{-webkit-transform:scale(4);transform:scale(4);opacity:0}
}
@-webkit-keyframes ripple_3 {
0%{-webkit-transform:scale(1);transform:scale(1)}
50%{-webkit-transform:scale(1.15);transform:scale(1.15);opacity:1}
100%{-webkit-transform:scale(1.3);transform:scale(1.3);opacity:0}
}
@keyframes ripple_3 {
0%{-webkit-transform:scale(1);transform:scale(1)}
50%{-webkit-transform:scale(1.15);transform:scale(1.15);opacity:1}
100%{-webkit-transform:scale(1.3);transform:scale(1.3);opacity:0}
}
@-webkit-keyframes radiusChange {
0%{border-radius:0 0 0 0}
40%{border-radius:50px 0 100px 0}
80%{border-radius:0 50px 0 100px}
100%{border-radius:0 0 0 0}
}
@keyframes radiusChange {
0%{border-radius:0 0 0 0}
40%{border-radius:50px 0 100px 0}
80%{border-radius:0 50px 0 100px}
100%{border-radius:0 0 0 0}
}
@-webkit-keyframes radiusChange2 {
0%{border-radius:0 0 0 0}
25%{border-radius:50px 0}
50%{border-radius:0 0 0 0}
75%{border-radius:0 50px}
100%{border-radius:50px 0}
}
@keyframes radiusChange2 {
0%{border-radius:0 0 0 0}
25%{border-radius:50px 0}
50%{border-radius:0 0 0 0}
75%{border-radius:0 50px}
100%{border-radius:50px 0}
}
@-webkit-keyframes edu-wave {
0%{-webkit-transform:translateX(0) translateZ(0) scaleY(1);transform:translateX(0) translateZ(0) scaleY(1)}
50%{-webkit-transform:translateX(-25%) translateZ(0) scaleY(.55);transform:translateX(-25%) translateZ(0) scaleY(.55)}
100%{-webkit-transform:translateX(-50%) translateZ(0) scaleY(1);transform:translateX(-50%) translateZ(0) scaleY(1)}
}
@keyframes edu-wave {
0%{-webkit-transform:translateX(0) translateZ(0) scaleY(1);transform:translateX(0) translateZ(0) scaleY(1)}
50%{-webkit-transform:translateX(-25%) translateZ(0) scaleY(.55);transform:translateX(-25%) translateZ(0) scaleY(.55)}
100%{-webkit-transform:translateX(-50%) translateZ(0) scaleY(1);transform:translateX(-50%) translateZ(0) scaleY(1)}
}
@-webkit-keyframes wave {
0%{margin-left:0}
100%{margin-left:-1600px}
}
@keyframes wave {
0%{margin-left:0}
100%{margin-left:-1600px}
}
@-webkit-keyframes swell {
0%,100%{-webkit-transform:translate3d(0,-25px,0);transform:translate3d(0,-25px,0)}
50%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}
}
@keyframes swell {
0%,100%{-webkit-transform:translate3d(0,-25px,0);transform:translate3d(0,-25px,0)}
50%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}
}
@-webkit-keyframes scroll {
0%{-webkit-transform:translateX(0);transform:translateX(0)}
to{-webkit-transform:translateX(-1750px);transform:translateX(-1750px)}
}
@keyframes scroll {
0%{-webkit-transform:translateX(0);transform:translateX(0)}
to{-webkit-transform:translateX(-1750px);transform:translateX(-1750px)}
}
@-webkit-keyframes eduBlinkTestimonialScroll {
from{-webkit-transform:translateY(0);transform:translateY(0)}
to{-webkit-transform:translateY(-50%);transform:translateY(-50%)}
}
@keyframes eduBlinkTestimonialScroll {
from{-webkit-transform:translateY(0);transform:translateY(0)}
to{-webkit-transform:translateY(-50%);transform:translateY(-50%)}
}
.edu-accordion .accordion-item{margin-bottom:30px;border:1px solid var(--color-border)}
.edu-accordion .accordion-item:last-child{margin-bottom:0}
.edu-accordion .accordion-item .accordion-button{font-size:18px;color:var(--color-heading);font-weight:var(--p-semi-bold);background-color:transparent;border:none;padding:28px 30px;box-shadow:none}
.edu-accordion .accordion-item .accordion-button:focus{border:none;box-shadow:none}
.edu-accordion .accordion-item .accordion-button:after{background-image:none;content:"\e95d";font-family:var(--font-icomoon);font-size:22px;font-weight:500;height:auto;width:auto}
.edu-accordion .accordion-item .accordion-button.collapsed:after{content:"\e95c"}
.edu-accordion .accordion-body{padding:0}
.edu-accordion .accordion-body .course-lesson{border:none;padding:0}
.edu-accordion .accordion-body .course-lesson ul li{padding:14px 30px}
.edu-accordion .accordion-body .course-lesson ul li:last-child{border-bottom:none}
@-webkit-keyframes border-transform {
0%,100%{border-radius:63% 37% 54% 46% / 55% 48% 52% 45%}
14%{border-radius:40% 60% 54% 46% / 49% 60% 40% 51%}
28%{border-radius:54% 46% 38% 62% / 49% 70% 30% 51%}
42%{border-radius:61% 39% 55% 45% / 61% 38% 62% 39%}
56%{border-radius:61% 39% 67% 33% / 70% 50% 50% 30%}
70%{border-radius:50% 50% 34% 66% / 56% 68% 32% 44%}
84%{border-radius:46% 54% 50% 50% / 35% 61% 39% 65%}
}
.paginacontainer{height:3000px}
.rn-progress-parent{position:fixed;right:30px;bottom:30px;height:46px;width:46px;cursor:pointer;display:block;border-radius:50px;box-shadow:inset 0 0 0 2px #ff475733;z-index:10000;opacity:0;visibility:hidden;-webkit-transform:translateY(15px);-ms-transform:translateY(15px);transform:translateY(15px);-webkit-transition:all 200ms linear;transition:all 200ms linear}
.rn-progress-parent.rn-backto-top-active{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
.rn-progress-parent::after{position:absolute;font-family:'remixicon'!important;content:"\ea78";text-align:center;line-height:46px;font-size:24px;color:var(--main-color2);left:0;top:0;height:46px;width:46px;cursor:pointer;display:block;z-index:2;-webkit-transition:all 200ms linear;transition:all 200ms linear}
.rn-progress-parent:hover::after{color:var(--main-color2)}
.rn-progress-parent:hover::before{opacity:1}
.rn-progress-parent svg path{fill:none}
.rn-progress-parent svg.rn-back-circle path{stroke:var(--main-color2);stroke-width:4;box-sizing:border-box;-webkit-transition:all 200ms linear;transition:all 200ms linear}
.edu-breadcrumb-area{background-color:#f5f9fa;padding:95px 0 85px;position:relative;z-index:1;overflow:hidden}
@media only screen and (min-width:768px) and (max-width:991px) {
.edu-breadcrumb-area{padding:70px 0 60px}
}
@media only screen and (max-width:767px) {
.edu-breadcrumb-area{padding:55px 0 45px}
}
.edu-breadcrumb-area .breadcrumb-inner{text-align:center}
.edu-breadcrumb-area .page-title .pre-title{margin-bottom:15px;letter-spacing:1px;display:block}
.edu-breadcrumb-area .page-title .title{margin-bottom:0; font-size: 40px;color: var(--main-color);}
@media only screen and (max-width:767px) {
.edu-breadcrumb-area .page-title .title{font-size:30px}
}
@media only screen and (max-width:575px) {
.edu-breadcrumb-area .page-title .title{font-size:26px}
}
.edu-breadcrumb-area .edu-breadcrumb{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;font-family:var(--font-secondary)}
.edu-breadcrumb-area .edu-breadcrumb li.breadcrumb-item{color:var(--color-heading);font-size:16px;font-weight:var(--p-medium)}
.edu-breadcrumb-area .edu-breadcrumb li.breadcrumb-item a{color:var(--color-heading)}
.edu-breadcrumb-area .edu-breadcrumb li.breadcrumb-item a:hover{color:var(--main-color)}
.edu-breadcrumb-area .edu-breadcrumb li.breadcrumb-item.active{font-weight:var(--p-semi-bold)}
.edu-breadcrumb-area .edu-breadcrumb li.separator i{font-size:16px;font-weight:var(--p-bold);margin:0 10px;color:var(--color-heading);position:relative;display:inline-block;top:2px}
.edu-breadcrumb-area .course-meta{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-right:-20px;margin-left:-20px}
@media only screen and (max-width:767px) {
.edu-breadcrumb-area .course-meta{display:block;margin-top:20px}
}
.edu-breadcrumb-area .course-meta li{margin-right:20px;margin-left:20px;font-weight:500;color:var(--color-heading);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}
.edu-breadcrumb-area .course-meta li:after{content:"";height:19px;width:1px;background-color:#dbdbdb;position:absolute;top:4px;right:-20px}
@media only screen and (max-width:767px) {
.edu-breadcrumb-area .course-meta li:after{display:none}
}
.edu-breadcrumb-area .course-meta li:last-child:after{display:none}
.edu-breadcrumb-area .course-meta li i{padding-right:14px;font-size:24px;color:var(--main-color)}
.edu-breadcrumb-area .course-meta .course-rating .rating{margin-right:8px}
.edu-breadcrumb-area .course-meta .course-rating .rating i{font-size:15px;color:#f8b81f;padding:0}
@media only screen and (max-width:991px) {
.edu-breadcrumb-area .shape-group{display:none}
}
.edu-breadcrumb-area .shape-group li{position:absolute;z-index:-1}
.edu-breadcrumb-area .shape-group li.shape-1{top:-315px;left:-60px}
.edu-breadcrumb-area .shape-group li.shape-2{top:60px;left:11%}
.edu-breadcrumb-area .shape-group li.shape-3{bottom:120px;right:13%;z-index:1}
.edu-breadcrumb-area .shape-group li.shape-4{top:30px;right:-180px}
.edu-breadcrumb-area .shape-group li.shape-5{top:-70px;right:-88px}
.edu-breadcrumb-area .shape-group li.shape-1,.edu-breadcrumb-area .shape-group li.shape-4{height:470px;width:470px;border:1px solid var(--color-border);border-radius:50%}
.breadcrumb-style-2{position:relative;z-index:1;padding:190px 0 180px}
@media only screen and (min-width:768px) and (max-width:991px) {
.breadcrumb-style-2{padding:150px 0 140px}
}
@media only screen and (max-width:767px) {
.breadcrumb-style-2{padding:100px 0 90px}
}
@media only screen and (max-width:575px) {
.breadcrumb-style-2{padding:80px 0 70px}
}
.breadcrumb-style-2:before{content:"";height:100%;width:100%;background-color:#0009;position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1}
.breadcrumb-style-2 .page-title{width:70%;margin:0 auto}
@media only screen and (max-width:767px) {
.breadcrumb-style-2 .page-title{width:100%}
}
.breadcrumb-style-2 .page-title .title{color:var(--white-color)}
.breadcrumb-style-2 .edu-breadcrumb li.breadcrumb-item{color:var(--white-color)}
.breadcrumb-style-2 .edu-breadcrumb li.breadcrumb-item a{color:var(--white-color)}
.breadcrumb-style-2 .edu-breadcrumb li.separator i{color:var(--white-color)}
.breadcrumb-style-3{padding:5px 0 90px}
@media only screen and (min-width:768px) and (max-width:991px) {
.breadcrumb-style-3{padding:5px 0 70px}
}
@media only screen and (max-width:767px) {
.breadcrumb-style-3{padding:5px 0 70px}
}
.breadcrumb-style-3 .breadcrumb-inner{text-align:left}
.breadcrumb-style-3 .breadcrumb-inner .page-title{width:55%}
@media only screen and (max-width:991px) {
.breadcrumb-style-3 .breadcrumb-inner .page-title{width:100%}
}
.breadcrumb-style-3 .breadcrumb-inner .page-title .title{font-size:36px;margin-bottom:4px;line-height:1.4}
@media only screen and (max-width:767px) {
.breadcrumb-style-3 .breadcrumb-inner .page-title .title{font-size:30px}
}
@media only screen and (max-width:575px) {
.breadcrumb-style-3 .breadcrumb-inner .page-title .title{font-size:26px}
}
.breadcrumb-style-3 .breadcrumb-inner .edu-breadcrumb{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:55px}
@media only screen and (min-width:768px) and (max-width:991px) {
.breadcrumb-style-3 .breadcrumb-inner .edu-breadcrumb{margin-bottom:40px}
}
@media only screen and (max-width:767px) {
.breadcrumb-style-3 .breadcrumb-inner .edu-breadcrumb{margin-bottom:40px}
}
.breadcrumb-style-3 .breadcrumb-inner .course-meta{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
.breadcrumb-style-3 .shape-group li.shape-2{left:7%}
.breadcrumb-style-3 .shape-group li.shape-2 img{width:160px}
.breadcrumb-style-4{padding:110px 0 105px}
@media only screen and (min-width:768px) and (max-width:991px) {
.breadcrumb-style-4{padding:80px 0}
}
@media only screen and (max-width:767px) {
.breadcrumb-style-4{padding:60px 0}
}
.breadcrumb-style-4 .page-title .title{width:75%;margin:0 auto 5px}
.breadcrumb-style-4 .course-meta li{font-weight:400;color:var(--color-body)}
@media only screen and (max-width:767px) {
.breadcrumb-style-4 .course-meta li{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
}
.breadcrumb-style-4 .course-meta li i{font-size:18px}
.breadcrumb-style-5{padding:0;padding-top:18px;background:-webkit-linear-gradient(right,#f5f1eb 0%,#f5f1eb4d 100%);background:linear-gradient(-90deg,#f5f1eb 0%,#f5f1eb4d 100%)}
.breadcrumb-style-5 .edu-breadcrumb{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;margin:-10px 0}
.breadcrumb-style-6{background:var(--dark-bg-color)!important}
.breadcrumb-style-6 .breadcrumb-inner{text-align:left}
.breadcrumb-style-6 .breadcrumb-inner .edu-breadcrumb{-webkit-box-align:left!important;-webkit-align-items:left!important;-ms-flex-align:left!important;align-items:left!important;-webkit-box-pack:left!important;-webkit-justify-content:left!important;-ms-flex-pack:left!important;justify-content:left!important;position:absolute;top:0}
.breadcrumb-style-6 .breadcrumb-inner .edu-breadcrumb li.breadcrumb-item{color:var(--white-color)!important}
.breadcrumb-style-6 .breadcrumb-inner .edu-breadcrumb li.breadcrumb-item a{color:var(--white-color)!important}
.breadcrumb-style-6 .breadcrumb-inner .edu-breadcrumb li.breadcrumb-item a:hover{color:var(--main-color)!important}
.breadcrumb-style-6 .breadcrumb-inner .edu-breadcrumb li.separator i{color:var(--white-color)!important}
.breadcrumb-style-6 .breadcrumb-inner .page-title{max-width:600px}
.breadcrumb-style-6 .breadcrumb-inner .page-title .title{color:var(--white-color)}
.breadcrumb-style-6 .breadcrumb-inner .course-meta{-webkit-box-pack:left;-webkit-justify-content:left;-ms-flex-pack:left;justify-content:left;-webkit-box-align:left;-webkit-align-items:left;-ms-flex-align:left;align-items:left}
.breadcrumb-style-6 .breadcrumb-inner .course-meta li{color:var(--white-color)}
.breadcrumb-style-6 .shape-group li.shape-1,.breadcrumb-style-6 .shape-group li.shape-4{border-color:var(--dark-color-border)}
.breadcrumb-style-6 .shape-group li.shape-2{top:95px;left:7%}
.breadcrumb-style-7{background-color:transparent}
.breadcrumb-style-7 .edu-breadcrumb-wrapper{width:100%;height:60px;background-color:var(--color-lighten01);position:absolute;top:0}
.breadcrumb-style-7 .edu-breadcrumb-wrapper .edu-breadcrumb{position:relative;top:8px;-webkit-box-pack:left!important;-webkit-justify-content:left!important;-ms-flex-pack:left!important;justify-content:left!important}
.breadcrumb-style-7 .breadcrumb-inner{text-align:left;padding-top:75px}
.breadcrumb-style-7 .breadcrumb-inner .page-title{max-width:600px}
.breadcrumb-style-7 .breadcrumb-inner .course-meta{-webkit-box-pack:left;-webkit-justify-content:left;-ms-flex-pack:left;justify-content:left;-webkit-box-align:left;-webkit-align-items:left;-ms-flex-align:left;align-items:left}
.breadcrumb-style-7 .shape-group li.shape-2{top:150px;left:5%}
.breadcrumb-style-7 .shape-group li.shape-5{top:100px;right:3px}
.breadcrumb-style-8{background-color:transparent;padding:160px 0 0}
.breadcrumb-style-8 .edu-breadcrumb-wrapper{width:100%;height:60px;background-color:var(--color-lighten01);position:absolute;top:0}
.breadcrumb-style-8 .edu-breadcrumb-wrapper .edu-breadcrumb{position:relative;top:8px;-webkit-box-pack:left!important;-webkit-justify-content:left!important;-ms-flex-pack:left!important;justify-content:left!important}
.breadcrumb-style-8 .breadcrumb-right-wrapper{width:1370px;background-image:var(--gradient-primary);margin:0 auto;border-radius:5px}
.breadcrumb-style-8 .breadcrumb-right-wrapper .breadcrumb-inner{text-align:left;padding:75px 0}
.breadcrumb-style-8 .breadcrumb-right-wrapper .breadcrumb-inner .page-title{max-width:600px}
.breadcrumb-style-8 .breadcrumb-right-wrapper .breadcrumb-inner .course-meta{-webkit-box-pack:left;-webkit-justify-content:left;-ms-flex-pack:left;justify-content:left;-webkit-box-align:left;-webkit-align-items:left;-ms-flex-align:left;align-items:left}
.breadcrumb-style-8 .breadcrumb-right-wrapper .breadcrumb-inner li.breadcrumb-item{color:var(--white-color)!important}
.breadcrumb-style-8 .breadcrumb-right-wrapper .breadcrumb-inner li.breadcrumb-item a{color:var(--white-color)!important}
.breadcrumb-style-8 .breadcrumb-right-wrapper .breadcrumb-inner li.breadcrumb-item a:hover{color:var(--main-color)!important}
.breadcrumb-style-8 .breadcrumb-right-wrapper .breadcrumb-inner li.separator i{color:var(--white-color)!important}
.breadcrumb-style-8 .breadcrumb-right-wrapper .breadcrumb-inner .title{color:var(--white-color)}
.breadcrumb-style-8 .breadcrumb-right-wrapper .breadcrumb-inner .course-meta li{color:var(--white-color)}
.breadcrumb-style-8 .breadcrumb-right-wrapper .breadcrumb-inner .course-meta li i{color:var(--white-color)}
.breadcrumb-style-8 .breadcrumb-right-wrapper .breadcrumb-inner .course-meta li.course-rating .rating i{color:#f8b81f}
.breadcrumb-style-8 .shape-group li.shape-6{top:102px;left:160px}
.breadcrumb-style-8 .shape-group li.shape-7{bottom:130px;left:7%}
.breadcrumb-style-8 .shape-group li.shape-8{top:183px;right:9%;z-index:1}
.breadcrumb-style-8 .shape-group li.shape-9{top:100px;right:200px}
a.btn-transparent,button.btn-transparent{font-weight:600;font-size:18px;line-height:28px;color:var(--main-color3);display:inline-block;position:relative;-webkit-transition:.3s;transition:.3s}
a.btn-transparent::after,button.btn-transparent::after{position:absolute;content:"";left:auto;right:0;bottom:0;width:0;height:2px;background:var(--main-color);-webkit-transition:.3s;transition:.3s}
a.btn-transparent i,button.btn-transparent i{padding-left:6px;top:-1px;position:relative;font-size:12px}
a.btn-transparent:hover,button.btn-transparent:hover{color:var(--main-color)}
a.btn-transparent:hover::after,button.btn-transparent:hover::after{width:100%;left:0;right:auto}
a.edu-btn,button.edu-btn{text-align:center;border-radius:5px;display:inline-block;height:60px;line-height:62px;color:var(--edu-btn-color);background:var(--main-color2);padding:0 30px;font-size:15px;font-weight:500;-webkit-transition:.4s;transition:.4s;font-family:var(--font-secondary);border:0 none;overflow:hidden;position:relative;z-index:1}
@media only screen and (max-width:767px) {
a.edu-btn,button.edu-btn{padding:0 20px;font-size:14px;height:50px;line-height:52px}
}
a.edu-btn:after,button.edu-btn:after{content:"";height:100%;width:0;background:-webkit-linear-gradient(right,#16267d 0%,#1b2769 100%);background:linear-gradient(-90deg,#16267d 0%,#1b2769 100%);border-radius:5px;position:absolute;top:0;right:0;bottom:0;z-index:-1;-webkit-transition:.4s;transition:.4s}
a.edu-btn i,button.edu-btn i{padding-left:6px;position:relative;font-size:11px}
@media only screen and (max-width:767px) {
a.edu-btn i,button.edu-btn i{font-size:9px}
}
a.edu-btn:hover:after,button.edu-btn:hover:after{left:0;width:100%}
a.edu-btn.btn-large,button.edu-btn.btn-large{padding:0 40px}
a.edu-btn.btn-large i,button.edu-btn.btn-large i{top:0;padding-left:10px}
a.edu-btn.btn-medium,button.edu-btn.btn-medium{height:50px;line-height:51px;padding:0 25px}
a.edu-btn.btn-small,button.edu-btn.btn-small{height:40px;line-height:40px;padding:0 20px;font-size:14px}
a.edu-btn.left-icon i,button.edu-btn.left-icon i{padding-left:0;padding-right:10px}
a.edu-btn.btn-curved,button.edu-btn.btn-curved{border-radius:30px 5px}
a.edu-btn.btn-curved:hover,button.edu-btn.btn-curved:hover{border-radius:5px 30px}
a.edu-btn.curved-medium,button.edu-btn.curved-medium{border-radius:20px 5px;padding:0 40px}
a.edu-btn.curved-medium:hover,button.edu-btn.curved-medium:hover{border-radius:5px 25px}
a.edu-btn.btn-secondary,button.edu-btn.btn-secondary{background:var(--main-color2);color:var(--white-color)}
a.edu-btn.btn-secondary:hover,button.edu-btn.btn-secondary:hover{color:var(--white-color);background:var(--main-color)}
a.edu-btn.btn-secondary1,button.edu-btn.btn-secondary1{background:var(--main-color2);color:var(--white-color)}
a.edu-btn.btn-secondary1:hover,button.edu-btn.btn-secondary1:hover{color:var(--color-heading);background:var(--white-color)}
a.edu-btn.btn-border,button.edu-btn.btn-border{background-color:transparent;border:1px solid var(--color-border);color:var(--color-heading);padding:0 25px}
a.edu-btn.btn-border:after,button.edu-btn.btn-border:after{display:none}
a.edu-btn.btn-border:hover,button.edu-btn.btn-border:hover{background-color:var(--main-color);border-color:var(--main-color);color:var(--white-color)}
a.edu-btn.btn-border-curved,button.edu-btn.btn-border-curved{border-radius:30px 5px;background-color:transparent;border:1px solid var(--color-border);color:var(--white-color);padding:0 25px}
a.edu-btn.btn-border-curved:after,button.edu-btn.btn-border-curved:after{display:none}
a.edu-btn.btn-border-curved:hover,button.edu-btn.btn-border-curved:hover{border-radius:5px 30px;border-color:var(--main-color);color:var(--main-color)}
a.edu-btn.btn-round,button.edu-btn.btn-round{background-color:var(--white-color);color:var(--color-heading)!important;border-radius:30px}
a.edu-btn.btn-round:hover,button.edu-btn.btn-round:hover{color:var(--white-color)!important}
.button-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:-5px}
.button-group a{margin:5px}
.btn-gradient{background:-webkit-linear-gradient(right,#31b978 0%,#1ab69d 100%)!important;background:linear-gradient(-90deg,#31b978 0%,#1ab69d 100%)!important}
.btn-gradient::after{background:-webkit-linear-gradient(right,#1ab69d 0%,#31b978 100%)!important;background:linear-gradient(-90deg,#1ab69d 0%,#31b978 100%)!important}
.wishlist-btn{background:#ffffff26;width:40px;height:40px;line-height:45px;text-align:center;border-radius:50%;border:0 none;-webkit-transition:var(--transition);transition:var(--transition)}
.wishlist-btn i{color:var(--white-color);font-size:19px;-webkit-transition:var(--transition);transition:var(--transition)}
.wishlist-btn:hover{background-color:var(--main-color2)}
.wishlist-btn.btn-outline-dark{height:50px;width:50px;line-height:55px;border:1px solid #e5e5e5;color:var(--color-heading);pointer-events:all}
.wishlist-btn.btn-outline-dark i{color:var(--color-heading)}
.wishlist-btn.btn-outline-dark:hover{border-color:var(--main-color2)}
.wishlist-btn.btn-outline-dark:hover i{color:var(--white-color)}
.btn-icon-round{text-align:center;height:60px;width:60px;line-height:60px;background-color:var(--main-color);border-radius:50%;color:var(--white-color);font-size:12px}
.btn-icon-round:hover{color:var(--white-color);background-color:var(--main-color2)}
.btn-icon-squre{text-align:center;height:60px;width:60px;line-height:60px;background:var(--gradient-primary);border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-right-radius:25px;color:var(--white-color);font-size:12px;-webkit-transition:var(--transition);transition:var(--transition)}
.btn-icon-squre:hover{color:var(--white-color);background:var(--main-color)}
.countdown{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.countdown .countdown-section{margin-right:10px;text-align:center}
.countdown .countdown-section:last-child{margin-right:0}
.countdown .countdown-number{font-size:20px;font-weight:var(--p-semi-bold);line-height:1;margin-bottom:10px;height:60px;width:60px;line-height:60px;text-align:center;border-radius:50%}
.countdown .countdown-number.day{background-color:#1ab69d1a;color:var(--main-color)}
.countdown .countdown-number.hour{background-color:#ee4a621a;color:var(--main-color2)}
.countdown .countdown-number.minute{background-color:#8e56ff1a;color:var(--color-extra02)}
.countdown .countdown-number.second{background-color:#f8941f1a;color:var(--color-extra05)}
.countdown .countdown-unit{line-height:1;font-size:15px;font-weight:var(--p-medium);color:var(--color-body)}
.coming-countdown{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.coming-countdown .countdown-section{margin:0 30px;position:relative;min-width:80px}
.coming-countdown .countdown-section:after{content:":";font-size:30px;color:var(--white-color);font-weight:var(--s-bold);position:absolute;right:-30px;top:-9px}
.coming-countdown .countdown-section:last-child:after{display:none}
.coming-countdown .countdown-number{margin-bottom:0;font-size:50px;font-weight:var(--p-bold);color:var(--white-color);font-family:var(--font-secondary);line-height:1}
.coming-countdown .countdown-unit{font-size:15px;font-weight:500;color:#fff9}
.edu-course-widget{background-color:#f5f9fa;border-radius:5px;padding:38px 30px 20px;margin-bottom:50px}
@media only screen and (min-width:992px) and (max-width:1199px) {
.edu-course-widget{padding:38px 20px 20px}
}
@media only screen and (max-width:991px) {
.edu-course-widget{margin-bottom:30px}
}
.edu-course-widget:last-child{margin-bottom:0}
.edu-course-widget .widget-title{margin-bottom:0}
.edu-course-widget .widget-title.widget-toggle{position:relative;cursor:pointer}
.edu-course-widget .widget-title.widget-toggle:after{content:"\e91e";font-family:var(--font-icomoon);font-size:6px;position:absolute;top:8px;right:0;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:var(--transition);transition:var(--transition)}
.edu-course-widget .content{padding-top:10px}
.edu-course-widget .content .edu-form-check{position:relative;margin:20px 0}
.edu-course-widget .content .edu-form-check label span{margin-left:2px}
.edu-course-widget.collapsed .widget-title.widget-toggle:after{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}
.edu-course-widget.widget-rating .content .edu-form-check label i{color:#eda803}
.edu-course-widget.widget-rating .content .edu-form-check label i.off{color:#c8cbcc}
.edu-course-widget.widget-course-summery{padding:15px}
.edu-course-widget.widget-course-summery .widget-title{margin-bottom:16px}
.edu-course-widget.widget-course-summery .thumbnail{position:relative;margin-bottom:10px}
.edu-course-widget.widget-course-summery .thumbnail:after{content:"";height:100%;width:100%;background-color:var(--color-black);border-radius:5px;opacity:.3;position:absolute;top:0;bottom:0;left:0;right:0}
.edu-course-widget.widget-course-summery .thumbnail img{border-radius:5px;width:100%}
.edu-course-widget.widget-course-summery .thumbnail .play-btn{display:inline-block;text-align:center;width:70px;height:70px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;background:var(--white-color);-webkit-transition:var(--transition);transition:var(--transition);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1;color:var(--main-color2);font-size:18px}
.edu-course-widget.widget-course-summery .thumbnail .play-btn i{margin-left:5px}
.edu-course-widget.widget-course-summery .thumbnail .play-btn:hover{background-color:var(--main-color);color:var(--white-color)}
.edu-course-widget.widget-course-summery .content{padding:30px 25px 25px}
@media only screen and (min-width:992px) and (max-width:1199px) {
.edu-course-widget.widget-course-summery .content{padding:30px 10px 25px}
}
@media only screen and (max-width:479px) {
.edu-course-widget.widget-course-summery .content{padding:30px 10px 25px}
}
.edu-course-widget.widget-course-summery .content .course-item li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-weight:500;color:var(--color-heading);border-bottom:1px solid var(--color-border);padding:15px 0;margin:0}
.edu-course-widget.widget-course-summery .content .course-item li:last-child{border-bottom:none}
.edu-course-widget.widget-course-summery .content .course-item li i{font-size:24px;padding-right:15px;max-width:35px}
.edu-course-widget.widget-course-summery .content .course-item li svg{margin-right:15px;max-width:35px}
.edu-course-widget.widget-course-summery .content .course-item li .label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-family:var(--font-secondary)}
.edu-course-widget.widget-course-summery .content .course-item li .price{font-size:20px;font-weight:var(--p-semi-bold);color:var(--main-color2)}
.edu-course-widget.widget-course-summery .content .read-more-btn{margin-top:24px;margin-bottom:30px}
.edu-course-widget.widget-course-summery .content .read-more-btn .edu-btn{width:100%}
.edu-course-widget.widget-course-summery .content .share-area .title{margin-bottom:15px}
.edu-course-widget.widget-course-summery .content .share-area .social-share{margin:-8px}
.edu-course-widget.widget-course-summery .content .share-area .social-share li{margin:8px}
.edu-course-widget.widget-course-summery .content .share-area .social-share li a{height:40px;width:40px;line-height:40px}
@media only screen and (min-width:768px) and (max-width:991px) {
.edu-course-sidebar{margin-bottom:50px}
}
@media only screen and (max-width:767px) {
.edu-course-sidebar{margin-bottom:50px}
}
.course-sidebar-2{background-color:var(--white-color);border-radius:5px;box-shadow:0 0 40px 0 #00000012}
@media only screen and (min-width:768px) and (max-width:991px) {
.course-sidebar-2{margin-bottom:50px}
}
@media only screen and (max-width:767px) {
.course-sidebar-2{margin-bottom:50px}
}
.course-sidebar-2 .edu-course-widget{background-color:transparent;margin-bottom:0;padding-bottom:0}
.course-sidebar-2 .edu-course-widget .inner{border-bottom:1px solid var(--color-border);padding-bottom:15px}
.course-sidebar-2 .edu-course-widget:last-child .inner{border-bottom:none}
.course-sidebar-3 .edu-blog-widget,.course-sidebar-3 .edu-course-widget{background-color:var(--white-color);border-radius:5px;box-shadow:0 10px 50px 0 #1a2e5512;margin-bottom:30px}
.course-sidebar-3 .edu-blog-widget:last-child,.course-sidebar-3 .edu-course-widget:last-child{margin-bottom:0}
.course-sidebar-3 .edu-blog-widget{padding:40px}
@media only screen and (min-width:992px) and (max-width:1199px) {
.course-sidebar-3 .edu-blog-widget{padding:40px 25px}
}
@media only screen and (max-width:479px) {
.course-sidebar-3 .edu-blog-widget{padding:40px 25px}
}
.course-sidebar-3 .edu-blog-widget .widget-title{margin-bottom:40px}
@media only screen and (max-width:991px) {
.course-sidebar-3{margin-top:50px}
}
@media only screen and (min-width:992px) {
.sidebar-top-position{margin-top:-365px;position:relative;z-index:2}
}
.edu-pagination{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:70px}
.edu-pagination li{margin:0 2px}
.edu-pagination li a{width:50px;height:50px;line-height:50px;display:block;border-radius:50%;text-align:center;color:var(--color-heading);-webkit-transition:var(--transition);transition:var(--transition);font-size:18px;font-weight:600;position:relative;z-index:1}
.edu-pagination li a:before{content:"";height:100%;width:100%;background:var(--gradient-primary);border-radius:50%;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-transition:var(--transition);transition:var(--transition);z-index:-1;opacity:0}
.edu-pagination li a i{font-weight:700;position:relative;top:2px}
.edu-pagination li.active a,.edu-pagination li:hover a{color:var(--white-color)}
.edu-pagination li.active a:before,.edu-pagination li:hover a:before{opacity:1}
.edu-pagination li.more-next a{position:relative}
.edu-pagination li.more-next a:after{content:". . .";font-size:18px;font-weight:700;position:absolute;top:40%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}
.edu-pagination.top-space-30{padding-top:30px}
[data-sal]{-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:var(--sal-duration,0.2s);transition-duration:var(--sal-duration,0.2s);-webkit-transition-delay:var(--sal-delay,0s);transition-delay:var(--sal-delay,0s);-webkit-transition-timing-function:var(--sal-easing,ease);transition-timing-function:var(--sal-easing,ease)}
[data-sal][data-sal-duration='200']{-webkit-transition-duration:.2s;transition-duration:.2s}
[data-sal][data-sal-duration='250']{-webkit-transition-duration:.25s;transition-duration:.25s}
[data-sal][data-sal-duration='300']{-webkit-transition-duration:.3s;transition-duration:.3s}
[data-sal][data-sal-duration='350']{-webkit-transition-duration:.35s;transition-duration:.35s}
[data-sal][data-sal-duration='400']{-webkit-transition-duration:.4s;transition-duration:.4s}
[data-sal][data-sal-duration='450']{-webkit-transition-duration:.45s;transition-duration:.45s}
[data-sal][data-sal-duration='500']{-webkit-transition-duration:.5s;transition-duration:.5s}
[data-sal][data-sal-duration='550']{-webkit-transition-duration:.55s;transition-duration:.55s}
[data-sal][data-sal-duration='600']{-webkit-transition-duration:.6s;transition-duration:.6s}
[data-sal][data-sal-duration='650']{-webkit-transition-duration:.65s;transition-duration:.65s}
[data-sal][data-sal-duration='700']{-webkit-transition-duration:.7s;transition-duration:.7s}
[data-sal][data-sal-duration='750']{-webkit-transition-duration:.75s;transition-duration:.75s}
[data-sal][data-sal-duration='800']{-webkit-transition-duration:.8s;transition-duration:.8s}
[data-sal][data-sal-duration='850']{-webkit-transition-duration:.85s;transition-duration:.85s}
[data-sal][data-sal-duration='900']{-webkit-transition-duration:.9s;transition-duration:.9s}
[data-sal][data-sal-duration='950']{-webkit-transition-duration:.95s;transition-duration:.95s}
[data-sal][data-sal-duration='1000']{-webkit-transition-duration:1s;transition-duration:1s}
[data-sal][data-sal-duration='1050']{-webkit-transition-duration:1.05s;transition-duration:1.05s}
[data-sal][data-sal-duration='1100']{-webkit-transition-duration:1.1s;transition-duration:1.1s}
[data-sal][data-sal-duration='1150']{-webkit-transition-duration:1.15s;transition-duration:1.15s}
[data-sal][data-sal-duration='1200']{-webkit-transition-duration:1.2s;transition-duration:1.2s}
[data-sal][data-sal-duration='1250']{-webkit-transition-duration:1.25s;transition-duration:1.25s}
[data-sal][data-sal-duration='1300']{-webkit-transition-duration:1.3s;transition-duration:1.3s}
[data-sal][data-sal-duration='1350']{-webkit-transition-duration:1.35s;transition-duration:1.35s}
[data-sal][data-sal-duration='1400']{-webkit-transition-duration:1.4s;transition-duration:1.4s}
[data-sal][data-sal-duration='1450']{-webkit-transition-duration:1.45s;transition-duration:1.45s}
[data-sal][data-sal-duration='1500']{-webkit-transition-duration:1.5s;transition-duration:1.5s}
[data-sal][data-sal-duration='1550']{-webkit-transition-duration:1.55s;transition-duration:1.55s}
[data-sal][data-sal-duration='1600']{-webkit-transition-duration:1.6s;transition-duration:1.6s}
[data-sal][data-sal-duration='1650']{-webkit-transition-duration:1.65s;transition-duration:1.65s}
[data-sal][data-sal-duration='1700']{-webkit-transition-duration:1.7s;transition-duration:1.7s}
[data-sal][data-sal-duration='1750']{-webkit-transition-duration:1.75s;transition-duration:1.75s}
[data-sal][data-sal-duration='1800']{-webkit-transition-duration:1.8s;transition-duration:1.8s}
[data-sal][data-sal-duration='1850']{-webkit-transition-duration:1.85s;transition-duration:1.85s}
[data-sal][data-sal-duration='1900']{-webkit-transition-duration:1.9s;transition-duration:1.9s}
[data-sal][data-sal-duration='1950']{-webkit-transition-duration:1.95s;transition-duration:1.95s}
[data-sal][data-sal-duration='2000']{-webkit-transition-duration:2s;transition-duration:2s}
[data-sal][data-sal-delay='50']{-webkit-transition-delay:.05s;transition-delay:.05s}
[data-sal][data-sal-delay='100']{-webkit-transition-delay:.1s;transition-delay:.1s}
[data-sal][data-sal-delay='150']{-webkit-transition-delay:.15s;transition-delay:.15s}
[data-sal][data-sal-delay='200']{-webkit-transition-delay:.2s;transition-delay:.2s}
[data-sal][data-sal-delay='250']{-webkit-transition-delay:.25s;transition-delay:.25s}
[data-sal][data-sal-delay='300']{-webkit-transition-delay:.3s;transition-delay:.3s}
[data-sal][data-sal-delay='350']{-webkit-transition-delay:.35s;transition-delay:.35s}
[data-sal][data-sal-delay='400']{-webkit-transition-delay:.4s;transition-delay:.4s}
[data-sal][data-sal-delay='450']{-webkit-transition-delay:.45s;transition-delay:.45s}
[data-sal][data-sal-delay='500']{-webkit-transition-delay:.5s;transition-delay:.5s}
[data-sal][data-sal-delay='550']{-webkit-transition-delay:.55s;transition-delay:.55s}
[data-sal][data-sal-delay='600']{-webkit-transition-delay:.6s;transition-delay:.6s}
[data-sal][data-sal-delay='650']{-webkit-transition-delay:.65s;transition-delay:.65s}
[data-sal][data-sal-delay='700']{-webkit-transition-delay:.7s;transition-delay:.7s}
[data-sal][data-sal-delay='750']{-webkit-transition-delay:.75s;transition-delay:.75s}
[data-sal][data-sal-delay='800']{-webkit-transition-delay:.8s;transition-delay:.8s}
[data-sal][data-sal-delay='850']{-webkit-transition-delay:.85s;transition-delay:.85s}
[data-sal][data-sal-delay='900']{-webkit-transition-delay:.9s;transition-delay:.9s}
[data-sal][data-sal-delay='950']{-webkit-transition-delay:.95s;transition-delay:.95s}
[data-sal][data-sal-delay='1000']{-webkit-transition-delay:1s;transition-delay:1s}
[data-sal][data-sal-easing='linear']{-webkit-transition-timing-function:linear;transition-timing-function:linear}
[data-sal][data-sal-easing='ease']{-webkit-transition-timing-function:ease;transition-timing-function:ease}
[data-sal][data-sal-easing='ease-in']{-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}
[data-sal][data-sal-easing='ease-out']{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}
[data-sal][data-sal-easing='ease-in-out']{-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}
[data-sal][data-sal-easing='ease-in-cubic']{-webkit-transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-timing-function:cubic-bezier(.55,.055,.675,.19)}
[data-sal][data-sal-easing='ease-out-cubic']{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}
[data-sal][data-sal-easing='ease-in-out-cubic']{-webkit-transition-timing-function:cubic-bezier(.645,.045,.355,1);transition-timing-function:cubic-bezier(.645,.045,.355,1)}
[data-sal][data-sal-easing='ease-in-circ']{-webkit-transition-timing-function:cubic-bezier(.6,.04,.98,.335);transition-timing-function:cubic-bezier(.6,.04,.98,.335)}
[data-sal][data-sal-easing='ease-out-circ']{-webkit-transition-timing-function:cubic-bezier(.075,.82,.165,1);transition-timing-function:cubic-bezier(.075,.82,.165,1)}
[data-sal][data-sal-easing='ease-in-out-circ']{-webkit-transition-timing-function:cubic-bezier(.785,.135,.15,.86);transition-timing-function:cubic-bezier(.785,.135,.15,.86)}
[data-sal][data-sal-easing='ease-in-expo']{-webkit-transition-timing-function:cubic-bezier(.95,.05,.795,.035);transition-timing-function:cubic-bezier(.95,.05,.795,.035)}
[data-sal][data-sal-easing='ease-out-expo']{-webkit-transition-timing-function:cubic-bezier(.19,1,.22,1);transition-timing-function:cubic-bezier(.19,1,.22,1)}
[data-sal][data-sal-easing='ease-in-out-expo']{-webkit-transition-timing-function:cubic-bezier(1,0,0,1);transition-timing-function:cubic-bezier(1,0,0,1)}
[data-sal][data-sal-easing='ease-in-quad']{-webkit-transition-timing-function:cubic-bezier(.55,.085,.68,.53);transition-timing-function:cubic-bezier(.55,.085,.68,.53)}
[data-sal][data-sal-easing='ease-out-quad']{-webkit-transition-timing-function:cubic-bezier(.25,.46,.45,.94);transition-timing-function:cubic-bezier(.25,.46,.45,.94)}
[data-sal][data-sal-easing='ease-in-out-quad']{-webkit-transition-timing-function:cubic-bezier(.455,.03,.515,.955);transition-timing-function:cubic-bezier(.455,.03,.515,.955)}
[data-sal][data-sal-easing='ease-in-quart']{-webkit-transition-timing-function:cubic-bezier(.895,.03,.685,.22);transition-timing-function:cubic-bezier(.895,.03,.685,.22)}
[data-sal][data-sal-easing='ease-out-quart']{-webkit-transition-timing-function:cubic-bezier(.165,.84,.44,1);transition-timing-function:cubic-bezier(.165,.84,.44,1)}
[data-sal][data-sal-easing='ease-in-out-quart']{-webkit-transition-timing-function:cubic-bezier(.77,0,.175,1);transition-timing-function:cubic-bezier(.77,0,.175,1)}
[data-sal][data-sal-easing='ease-in-quint']{-webkit-transition-timing-function:cubic-bezier(.755,.05,.855,.06);transition-timing-function:cubic-bezier(.755,.05,.855,.06)}
[data-sal][data-sal-easing='ease-out-quint']{-webkit-transition-timing-function:cubic-bezier(.23,1,.32,1);transition-timing-function:cubic-bezier(.23,1,.32,1)}
[data-sal][data-sal-easing='ease-in-out-quint']{-webkit-transition-timing-function:cubic-bezier(.86,0,.07,1);transition-timing-function:cubic-bezier(.86,0,.07,1)}
[data-sal][data-sal-easing='ease-in-sine']{-webkit-transition-timing-function:cubic-bezier(.47,0,.745,.715);transition-timing-function:cubic-bezier(.47,0,.745,.715)}
[data-sal][data-sal-easing='ease-out-sine']{-webkit-transition-timing-function:cubic-bezier(.39,.575,.565,1);transition-timing-function:cubic-bezier(.39,.575,.565,1)}
[data-sal][data-sal-easing='ease-in-out-sine']{-webkit-transition-timing-function:cubic-bezier(.445,.05,.55,.95);transition-timing-function:cubic-bezier(.445,.05,.55,.95)}
[data-sal][data-sal-easing='ease-in-back']{-webkit-transition-timing-function:cubic-bezier(.6,-.28,.735,.045);transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}
[data-sal][data-sal-easing='ease-out-back']{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.275);transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}
[data-sal][data-sal-easing='ease-in-out-back']{-webkit-transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}
[data-sal|='fade']{opacity:0;-webkit-transition-property:opacity;transition-property:opacity}
[data-sal|='fade'].sal-animate,body.sal-disabled [data-sal|='fade']{opacity:1}
[data-sal|='slide']{opacity:0;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}
[data-sal='slide-up']{-webkit-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%)}
[data-sal='slide-down']{-webkit-transform:translateY(-20%);-ms-transform:translateY(-20%);transform:translateY(-20%)}
[data-sal='slide-left']{-webkit-transform:translateX(20%);-ms-transform:translateX(20%);transform:translateX(20%)}
[data-sal='slide-right']{-webkit-transform:translateX(-20%);-ms-transform:translateX(-20%);transform:translateX(-20%)}
[data-sal|='slide'].sal-animate,body.sal-disabled [data-sal|='slide']{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}
[data-sal|='zoom']{opacity:0;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}
[data-sal='zoom-in']{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}
[data-sal='zoom-out']{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}
[data-sal|='zoom'].sal-animate,body.sal-disabled [data-sal|='zoom']{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}
[data-sal|='flip']{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}
[data-sal='flip-left']{-webkit-transform:perspective(2000px) rotateY(-91deg);transform:perspective(2000px) rotateY(-91deg)}
[data-sal='flip-right']{-webkit-transform:perspective(2000px) rotateY(91deg);transform:perspective(2000px) rotateY(91deg)}
[data-sal='flip-up']{-webkit-transform:perspective(2000px) rotateX(-91deg);transform:perspective(2000px) rotateX(-91deg)}
[data-sal='flip-down']{-webkit-transform:perspective(2000px) rotateX(91deg);transform:perspective(2000px) rotateX(91deg)}
[data-sal|='flip'].sal-animate,body.sal-disabled [data-sal|='flip']{-webkit-transform:none;-ms-transform:none;transform:none}
.section-title{margin-bottom:44px}
@media only screen and (max-width:767px) {
.section-title{margin-bottom:40px}
}
.section-title .pre-title{font-weight:500;display:inline-block;text-transform:uppercase;margin-bottom:14px;letter-spacing:1px}
.section-title .pre-title.pre-textsecondary{color:var(--main-color2)}
.section-title .title{margin-bottom:4px}
@media only screen and (max-width:767px) {
.section-title .title br{display:none}
}
.section-title .shape-line{display:block;color:var(--main-color)}
.section-title p{margin-bottom:24px;margin-top:15px}
.section-title.section-left{text-align:left}
.section-title.section-center{text-align:center}
.section-title-flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
@media only screen and (max-width:767px) {
.section-title-flex{display:block;text-align:center}
}
.section-title-flex .left-content{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:right;margin-right:90px;margin-bottom:20px;position:relative}
@media only screen and (max-width:767px) {
.section-title-flex .left-content{text-align:center;margin-right:0}
}
.section-title-flex .left-content:after{content:"";height:83px;width:1px;background-color:#e5e1dc;position:absolute;top:5px;right:-45px}
@media only screen and (max-width:767px) {
.section-title-flex .left-content:after{display:none}
}
.section-title-flex .right-content{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
.section-title-flex .right-content p{margin:0;color:var(--color-heading)}
.splash-title .number{font-size:60px;font-weight:700;font-family:var(--font-secondary);line-height:1;margin-bottom:5px;background:#31B978;background:-webkit-linear-gradient(right,#31B978 0%,#1AB69D 76%);background:linear-gradient(to left,#31B978 0%,#1AB69D 76%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
@media only screen and (min-width:768px) and (max-width:991px) {
.splash-title .number{font-size:50px}
}
@media only screen and (max-width:767px) {
.splash-title .number{font-size:40px}
}
.splash-title .pre-title{font-size:16px;font-weight:700;background:#31B978;background:-webkit-linear-gradient(right,#31B978 0%,#1AB69D 76%);background:linear-gradient(to left,#31B978 0%,#1AB69D 76%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.splash-title .title{font-size:40px}
@media only screen and (min-width:768px) and (max-width:991px) {
.splash-title .title{font-size:36px}
}
@media only screen and (max-width:767px) {
.splash-title .title{font-size:30px}
}
.swiper-wrapper .swiper-slide{padding:0 15px}
.swiper-navigation .swiper-btn-nxt,.swiper-navigation .swiper-btn-prv{display:inline-block;height:60px;width:60px;line-height:60px;border-radius:50%;margin-right:10px;font-size:24px;text-align:center;background:-webkit-linear-gradient(194deg,white 0%,white 40%);background:linear-gradient(256deg,white 0%,white 40%);color:var(--color-heading);-webkit-transition:background .5s ease;transition:background .5s ease}
@media only screen and (max-width:767px) {
.swiper-navigation .swiper-btn-nxt,.swiper-navigation .swiper-btn-prv{height:45px;width:45px;line-height:45px;font-size:18px}
}
.swiper-navigation .swiper-btn-nxt:hover,.swiper-navigation .swiper-btn-prv:hover{color:var(--white-color);background:var(--gradient-primary)}
.blog-gallery-activation{position:relative}
.blog-gallery-activation .swiper-navigation .swiper-btn-nxt,.blog-gallery-activation .swiper-navigation .swiper-btn-prv{position:absolute;top:45%;z-index:1}
.blog-gallery-activation .swiper-navigation .swiper-btn-nxt{left:30px}
.blog-gallery-activation .swiper-navigation .swiper-btn-prv{right:20px}
.testimonial-area-4 .swiper-navigation .swiper-btn-nxt,.testimonial-area-4 .swiper-navigation .swiper-btn-prv{border:1px solid var(--color-border)}
.testimonial-area-4 .swiper-navigation .swiper-btn-nxt:hover,.testimonial-area-4 .swiper-navigation .swiper-btn-prv:hover{border-color:transparent!important}
.social-share{padding:0;list-style:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap; gap: 5px;}
.social-share li a{border:1px solid var(--color-border);border-radius:50%;width:46px;height:46px;line-height:46px;display:inline-block;font-size:16px;color:var(--color-body);-webkit-transition:.3s;transition:.3s;text-align:center}
.social-share li a:hover{background-color:var(--main-color);border-color:var(--main-color);color:var(--white-color)}
.social-share.icon-transparent{margin:0 -15px}
.social-share.icon-transparent li{margin:0 10px}
.social-share.icon-transparent li a{height:auto;width:auto;color:var(--color-body);-webkit-transition:.4s;transition:.4s;line-height:initial;font-size:18px;border:none;border-radius:0}
.social-share.icon-transparent li a:hover{color:var(--main-color);background-color:transparent}
.theme-switcher{position:fixed;left:0;top:200px;z-index:123;background:#333;border:2px solid #ffffff12;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;padding:6px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}
.theme-switcher #moon{width:25px;margin-bottom:0;cursor:pointer}
.about-image-gallery{position:relative;padding:90px 0 60px}
@media only screen and (min-width:768px) and (max-width:991px) {
.about-image-gallery{text-align:center}
}
.about-image-gallery img{border-radius:10px}
.about-image-gallery .video-box{position:absolute;top:0;right:40px}
@media only screen and (max-width:575px) {
.about-image-gallery .video-box{-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7);right:0}
}
.about-image-gallery .video-box .inner{padding:20px;background-color:var(--white-color);border-radius:10px;box-shadow:0 40px 70px #1b144e1a}
.about-image-gallery .video-box .inner .thumb{position:relative;text-align:center}
.about-image-gallery .video-box .inner .thumb img{border-radius:6px}
.about-image-gallery .video-box .inner .thumb .popup-icon{cursor:pointer;position:absolute;top:50%;left:0;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin:0 auto;height:60px;width:60px;line-height:62px;background-color:var(--white-color);border-radius:50%;color:var(--main-color2);font-size:18px}
.about-image-gallery .video-box .inner .thumb .popup-icon i{margin-left:5px}
.about-image-gallery .video-box .inner .thumb .popup-icon:hover{background-color:var(--main-color);color:var(--white-color)}
.about-image-gallery .video-box .inner .loading-bar{margin:-20px 0;padding-top:20px}
.about-image-gallery .video-box .inner .loading-bar span{display:block;height:7px;background-color:#eaf0f2;border-radius:10px;margin:20px 0}
.about-image-gallery .video-box .inner .loading-bar span:first-child{width:80%}
.about-image-gallery .video-box .inner .loading-bar span:nth-child(2n){width:45%}
.about-image-gallery .award-status{position:absolute;right:70px;bottom:0}
@media only screen and (max-width:479px) {
.about-image-gallery .award-status{right:0}
}
.about-image-gallery .award-status .inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:22px 20px 18px 30px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;box-shadow:0 40px 70px #1b144e1a;background:#FFF;border-radius:10px}
.about-image-gallery .award-status .inner .icon{width:60px;height:60px;background:#1ab69d1a;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:50%;margin-right:15px;color:var(--main-color);font-size:30px}
.about-image-gallery .award-status .inner .content{text-align:left}
.about-image-gallery .award-status .inner .content .title{color:var(--main-color);font-size:24px;line-height:1;margin-bottom:0}
.about-image-gallery .shape-group li{position:absolute;z-index:-1}
.about-image-gallery .shape-group li.shape-1{top:20px;left:-100px}
@media only screen and (max-width:991px) {
.about-image-gallery .shape-group li.shape-1{left:0}
}
.about-image-gallery .shape-group li.shape-2{bottom:-30px;right:130px}
.about-content{padding-left:30px}
@media only screen and (max-width:991px) {
.about-content{padding-left:0}
}
.about-content .section-title{margin-bottom:20px}
.about-content .features-list li{font-weight:var(--p-medium);font-family:var(--font-secondary);color:var(--color-heading);padding-left:35px;position:relative;margin-bottom:16px;margin-top:16px}
.about-content .features-list li:before{content:"\e913";font-family:'icomoon';color:var(--main-color4);font-size:19px;position:absolute;left:0;top:-3px}
.about-style-1,.about-style-2{position:relative}
.about-style-1 .shape-group li,.about-style-2 .shape-group li{position:absolute;top:107px;right:-210px;z-index:-1}
.about-style-1 .shape-group li.shape-1.circle span,.about-style-2 .shape-group li.shape-1.circle span{display:block;height:101px;width:101px;border:15px solid var(--main-color4);border-radius:50%}
@media only screen and (max-width:1650px) {
.about-style-1 .shape-group li,.about-style-2 .shape-group li{right:-110px}
}
@media only screen and (min-width:1200px) and (max-width:1450px) {
.about-style-1 .shape-group li,.about-style-2 .shape-group li{right:-50px}
}
@media only screen and (max-width:991px) {
.about-style-1 .about-image-gallery .shape-group li{display:none}
}
.about-style-1 .about-image-gallery .shape-group li.shape-1{top:20px;left:-100px}
.about-style-1 .about-image-gallery .shape-group li.shape-2{top:4px;left:-50px}
.about-style-1 .about-image-gallery .shape-group li.shape-3{bottom:-33px;right:120px;top:inherit}
.about-style-2 .about-image-gallery{position:relative;padding:80px 0 60px 70px}
@media only screen and (max-width:767px) {
.about-style-2 .about-image-gallery{padding:0}
}
.about-style-2 .about-image-gallery .author-box{position:absolute;top:15px;right:0;max-width:220px}
@media only screen and (max-width:767px) {
.about-style-2 .about-image-gallery .author-box{display:none}
}
.about-style-2 .about-image-gallery .author-box .inner{background-color:var(--white-color);box-shadow:0 40px 70px #0f0b2c33;padding:40px 20px;border-radius:10px 40px 10px 80px;text-align:center}
.about-style-2 .about-image-gallery .author-box .inner .thumb{margin-bottom:20px}
.about-style-2 .about-image-gallery .author-box .inner .content .title{margin-bottom:10px}
.about-style-2 .about-image-gallery .author-box .inner .content p{margin-bottom:0}
.about-style-2 .about-image-gallery .award-status{right:auto;left:0}
@media only screen and (max-width:767px) {
.about-style-2 .about-image-gallery .award-status{display:none}
}
.about-style-2 .about-image-gallery .award-status .inner{box-shadow:0 40px 60px #0f0b2c26;border-radius:30px 10px 50px 10px}
.about-style-2 .about-image-gallery .award-status .inner .icon{background:#ee4a621a;color:var(--main-color2)}
.about-style-2 .about-image-gallery .award-status .inner .content .title{color:var(--main-color2)}
.about-style-2 .about-image-gallery .award-status .inner .content .subtitle{color:var(--color-heading)}
.about-style-2 .about-image-gallery .shape-group li.shape-1{top:0;left:-55px;right:inherit}
.about-style-2 .about-image-gallery .shape-group li.shape-2{top:0;left:0;bottom:inherit;right:inherit}
.about-style-2 .about-image-gallery .shape-group li.shape-3{top:inherit;bottom:-15px;right:-5px}
.about-style-2 .about-content{padding-left:80px}
@media only screen and (max-width:1199px) {
.about-style-2 .about-content{padding-left:30px}
}
@media only screen and (max-width:991px) {
.about-style-2 .about-content{padding-left:0}
}
.about-style-3{padding:70px 0;position:relative}
.about-style-3 .about-content{padding-right:30px;padding-left:0}
@media only screen and (max-width:575px) {
.about-style-3 .about-content{padding-right:0}
}
.about-style-3 .about-content .section-title{margin-bottom:34px}
.about-style-3 .about-content .nav-tabs{border-bottom:none;margin:-8px -16px;padding-bottom:20px}
.about-style-3 .about-content .nav-tabs .nav-item{margin:8px 16px;position:relative}
.about-style-3 .about-content .nav-tabs .nav-item:after{content:"";height:14px;width:2px;background-color:#e5e5e5;position:absolute;top:2px;right:-18px}
.about-style-3 .about-content .nav-tabs .nav-item:last-child:after{display:none}
.about-style-3 .about-content .nav-tabs .nav-link{color:var(--color-heading);font-size:17px;font-weight:var(--p-semi-bold);font-family:var(--font-secondary);background-color:transparent;border:none;padding:0;position:relative;padding-bottom:1px}
.about-style-3 .about-content .nav-tabs .nav-link:after{content:"";height:2px;width:0;background-color:var(--main-color2);position:absolute;bottom:0;left:0;opacity:0;-webkit-transition:var(--transition);transition:var(--transition)}
.about-style-3 .about-content .nav-tabs .nav-link:hover,.about-style-3 .about-content .nav-tabs .nav-link.active{color:var(--main-color2)}
.about-style-3 .about-content .nav-tabs .nav-link:hover:after,.about-style-3 .about-content .nav-tabs .nav-link.active:after{width:100%;opacity:1}
.about-style-3 .about-content .tab-content p{margin-bottom:20px}
.about-style-3 .about-content .tab-content .features-list li:before{color:var(--main-color2)}
.about-style-3 .about-image-gallery{padding:80px 0 65px 30px}
@media only screen and (min-width:768px) and (max-width:991px) {
.about-style-3 .about-image-gallery{text-align:left;padding:20px 0 65px}
}
@media only screen and (max-width:767px) {
.about-style-3 .about-image-gallery{padding:20px 0 65px}
}
@media only screen and (max-width:479px) {
.about-style-3 .about-image-gallery{padding:0}
}
.about-style-3 .about-image-gallery .main-img-2{position:absolute;bottom:0;right:0}
@media only screen and (min-width:768px) and (max-width:991px) {
.about-style-3 .about-image-gallery .main-img-2{right:115px}
}
@media only screen and (max-width:479px) {
.about-style-3 .about-image-gallery .main-img-2{display:none}
}
.about-style-3 .about-image-gallery .shape-group li{position:absolute;z-index:-1}
.about-style-3 .about-image-gallery .shape-group li img{position:initial}
.about-style-3 .about-image-gallery .shape-group li.shape-1{left:inherit;right:95px;top:-15px}
.about-style-3 .about-image-gallery .shape-group li.shape-2{left:inherit;bottom:inherit;right:39px;top:13px;z-index:-2}
.about-style-3 .about-image-gallery .shape-group li.shape-3{top:inherit;right:inherit;left:-2px;bottom:33px}
.about-style-3 .about-image-gallery .shape-group li.shape-4{right:40px;bottom:-25px;z-index:-1}
.about-style-3 .about-image-gallery .shape-group li.shape-4 span{display:block;height:320px;width:320px;border:1px solid var(--color-border);border-radius:50%}
@media only screen and (max-width:767px) {
.about-style-3 .shape-group{display:none}
}
.about-style-3 .shape-group li{position:absolute;z-index:-1}
.about-style-3 .shape-group li img{position:initial}
.about-style-3 .shape-group li.shape-5{left:110px;top:20px}
@media only screen and (max-width:1650px) {
.about-style-3 .shape-group li.shape-5{left:0;top:0}
}
@media only screen and (min-width:1200px) and (max-width:1450px) {
.about-style-3 .shape-group li.shape-5{left:-90px}
}
.about-style-3 .shape-group li.shape-6{top:-350px;left:80px;z-index:-1}
.about-style-3 .shape-group li.shape-6 span{display:block;height:470px;width:470px;border:1px solid var(--color-border);border-radius:50%}
@media only screen and (max-width:1650px) {
.about-style-3 .shape-group li.shape-6{left:0}
}
@media only screen and (min-width:1200px) and (max-width:1450px) {
.about-style-3 .shape-group li.shape-6{left:-90px}
}
.about-style-4 .about-content{padding-right:0;padding-left:30px}
.about-style-4 .about-content .section-title p{margin-top:26px}
.about-style-4 .about-content .features-list{margin-bottom:35px}
.about-style-4 .about-content .features-list li:before{color:var(--main-color2)}
.about-style-4 .about-image-gallery{padding:80px 0 65px;margin-right:30px}
.about-style-4 .about-image-gallery .main-img-1{background-color:var(--white-color);padding:20px;display:inline-block;border-radius:20px;box-shadow:0 20px 40px 0 #2a0b581a}
.about-style-4 .about-image-gallery .main-img-2{position:absolute;bottom:0;right:0}
@media only screen and (max-width:767px) {
.about-style-4 .about-image-gallery .main-img-2{display:none}
}
.about-style-4 .about-image-gallery .shape-group .shape-1{left:inherit;right:85px;top:0}
.about-style-4 .about-image-gallery .shape-group .shape-2{right:31px;left:inherit;top:32px;z-index:-2;bottom:inherit}
.about-style-4 .about-image-gallery .shape-group .shape-3{right:inherit;left:-32px;bottom:32px}
.about-style-4 .about-image-gallery .shape-group .shape-4{right:70px;bottom:-25px;z-index:-1}
.about-style-4 .about-image-gallery .shape-group .shape-4 span{display:block;height:320px;width:320px;border:1px solid var(--color-border);border-radius:50%}
.about-style-5{position:relative}
.about-style-5 .section-title{margin-bottom:60px}
.about-style-5 .about-image-gallery{padding:0}
@media only screen and (max-width:1199px) {
.about-style-5 .about-image-gallery .shape-group{display:block}
}
.about-style-5 .about-image-gallery .shape-group li.shape-1{top:-40px;right:-10px;left:inherit;bottom:inherit;z-index:1}
.about-style-5 .about-image-gallery .shape-group li.shape-2{right:auto;left:-80px;bottom:-78px;-webkit-animation:rotateIt 10s linear infinite;animation:rotateIt 10s linear infinite}
.about-style-5 .about-content .features-list{padding-bottom:18px}
.about-style-5 .about-content .features-list li:before{color:var(--main-color2)}
.about-style-5 .shape-group li{position:absolute;z-index:-1}
.about-style-5 .shape-group li.shape-1{bottom:80px;right:180px}
.about-style-6{position:relative;padding:90px 0 50px;background-color:var(--white-color);z-index:2}
@media only screen and (max-width:767px) {
.about-style-6{padding:50px 0}
}
@media only screen and (max-width:479px) {
.about-style-6{padding:20px 0 50px}
}
.about-style-6:after{content:url(../images/about/shape-32.png);position:absolute;top:-110px;left:0;right:0;z-index:2}
.about-style-6 .about-content .section-title{margin-bottom:30px}
.about-style-6 .about-content .section-title p{margin-top:25px}
.about-style-6 .about-content .about-mission{margin-bottom:20px}
.about-style-6 .about-content .about-mission .title{margin-bottom:14px}
.about-style-6 .about-content .about-mission p{margin-bottom:25px}
.about-style-6 .about-content .about-mission .features-list li:before{color:var(--main-color2)}
.about-style-6 .about-image-gallery{padding:0}
.about-style-6 .about-image-gallery .main-img-2{text-align:right;margin-top:-240px}
@media only screen and (max-width:575px) {
.about-style-6 .about-image-gallery .main-img-2{display:none}
}
.about-style-6 .about-image-gallery .shape-group .shape-1{top:130px;right:35px;left:auto}
.about-style-6 .about-image-gallery .shape-group .shape-2{bottom:240px;right:auto;left:-15px;z-index:1;-webkit-animation:rotateIt 10s linear infinite;animation:rotateIt 10s linear infinite}
.about-style-6 .about-image-gallery .shape-group .shape-3{bottom:110px;left:20px}
.about-style-7{position:relative}
.about-style-7 .about-image-gallery{position:relative;padding:80px 0 0 70px}
@media only screen and (max-width:767px) {
.about-style-7 .about-image-gallery{padding:0}
}
.about-style-7 .about-image-gallery .main-img-2{position:absolute;right:0;top:15px}
@media only screen and (max-width:767px) {
.about-style-7 .about-image-gallery .main-img-2{display:none}
.about-style-7 .about-image-gallery .shape-group{display:none}
}
.about-style-7 .about-image-gallery .shape-group li{position:absolute;z-index:-1}
.about-style-7 .about-image-gallery .shape-group li img{position:initial}
.about-style-7 .about-image-gallery .shape-group li.shape-1{top:0;left:-55px}
.about-style-7 .about-image-gallery .shape-group li.shape-2{top:0;left:0;bottom:inherit;right:inherit}
.about-style-7 .about-image-gallery .shape-group li.shape-3{bottom:-60px;right:-10px}
.about-style-7 .about-image-gallery .shape-group li.shape-4{bottom:-80px;left:10px;z-index:1}
.about-style-7 .about-content{padding-left:0}

.about-style-7 .about-content .section-title p{margin-bottom:28px;margin-top:30px}
.about-style-7>.shape-group>li{position:absolute;z-index:-1;top:75px;left:125px;height:100px;width:100px;border:16px solid #f8b81f;border-radius:50%}
@media only screen and (max-width:1650px) {
.about-style-7>.shape-group>li{left:20px}
}
@media only screen and (min-width:1200px) and (max-width:1400px) {
.about-style-7>.shape-group>li{left:-20px;top:45px}
}
.about-style-8{position:relative}
.about-style-8:before{content:"";height:1030px;width:100%;background:-webkit-linear-gradient(right,#f5f1eb 0%,#f5f1eb4d 100%);background:linear-gradient(-90deg,#f5f1eb 0%,#f5f1eb4d 100%);-webkit-clip-path:polygon(0 0,100% 0%,100% 100%,0% 90%);clip-path:polygon(0 0,100% 0%,100% 100%,0% 90%);position:absolute;top:0;left:0;right:0;z-index:-1}
.about-style-8 .about-content{padding-right:40px;padding-left:0}
@media only screen and (max-width:767px) {
.about-style-8 .about-content{padding-right:0}
}
.about-style-8 .about-content .section-title p{margin-top:30px}
.about-style-8 .about-content .about-mission{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:45px}
@media only screen and (max-width:575px) {
.about-style-8 .about-content .about-mission{display:block}
}
.about-style-8 .about-content .about-mission .single-item{padding-right:50px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
@media only screen and (max-width:575px) {
.about-style-8 .about-content .about-mission .single-item{padding-right:0;margin-bottom:30px}
}
.about-style-8 .about-content .about-mission .single-item:last-child{padding-right:0}
.about-style-8 .about-content .about-mission .single-item .icon{font-size:50px;line-height:1;margin-bottom:25px}
.about-style-8 .about-content .about-mission .single-item .icon.color-extra02{color:var(--color-extra02)}
.about-style-8 .about-content .about-mission .single-item .icon.color-extra06{color:var(--color-extra06)}
.about-style-8 .about-content .about-mission .single-item .title{margin-bottom:10px}
.about-style-8 .about-image-gallery{padding:0}
.about-style-8 .about-image-gallery .thumbnail img{width:100%}
.about-style-8 .about-image-gallery .thumbnail-1{text-align:right;margin-top:40px}
.about-style-8 .about-image-gallery .thumbnail-1 img{border-radius:70px 10px 10px 10px}
.about-style-8 .about-image-gallery .thumbnail-2 img{border-radius:10px}
.about-style-8 .about-image-gallery .thumbnail-3{text-align:right}
.about-style-8 .about-image-gallery .thumbnail-3 img{border-radius:10px 10px 90px 10px}
.about-style-8 .about-image-gallery .thumbnail-4 img{border-radius:10px}
.about-style-8 .about-image-gallery .shape-group li img{position:initial}
.about-style-8 .about-image-gallery .shape-group li.shape-1{top:0;left:-90px}
.about-style-8 .about-image-gallery .shape-group li.shape-2{top:-20px;left:25px;bottom:inherit;right:inherit}
.about-style-8 .about-image-gallery .shape-group li.shape-3{bottom:20px;right:-70px}
@media only screen and (max-width:991px) {
.about-style-8 .about-image-gallery .shape-group li.shape-3{display:none}
}
.about-style-8 .about-image-gallery .shape-group li.shape-4{bottom:-75px;right:-165px}
.about-style-8 .about-image-gallery .shape-group li.shape-4 span{height:400px;width:400px;border:1px solid #e8e6e3;border-radius:50%;display:block}
.about-style-8:after{content:"";height:600px;width:600px;border:1px solid #e8e6e3;border-radius:50%;position:absolute;top:-175px;left:-70px;z-index:-1}
@media only screen and (max-width:1650px) {
.about-style-8:after{left:-195px}
}
@media only screen and (min-width:1200px) and (max-width:1400px) {
.about-style-8:after{left:-250px}
}
.about-style-9 .about-image-gallery{padding:15px 0 60px;margin-bottom:34px}
@media only screen and (max-width:767px) {
.about-style-9 .about-image-gallery{margin-bottom:0}
}
.about-style-9 .about-image-gallery .author-box{position:absolute;right:38px;bottom:-36px}
@media only screen and (max-width:767px) {
.about-style-9 .about-image-gallery .author-box{display:none}
}
.about-style-9 .about-image-gallery .shape-group li.shape-1{left:-126px;top:-19px}
.about-style-9 .about-image-gallery .shape-group li.shape-2{left:-63px;top:-47px}
.about-style-9 .about-image-gallery .shape-group li.shape-3{right:-5px;bottom:211px;z-index:1}
.about-style-9 .about-image-gallery .shape-group li.shape-3 span{display:block;height:101px;width:101px;border:15px solid var(--main-color4);border-radius:50%}
.about-style-9 .about-content{padding-left:45px}
@media only screen and (max-width:991px) {
.about-style-9 .about-content{padding-left:0;padding-top:50px}
}
@media only screen and (max-width:767px) {
.about-style-9 .about-content{padding-top:0}
}
@media (max-width:450px) {
.about-style-9 .about-content{padding-top:0;margin-top:-30px}
}
.about-style-9 .about-content .edu-btn{margin-top:25px}
.about-style-9 .shape-group li.shape-4{right:-150px;bottom:-60px}
.about-style-10 .about-image-gallery{margin-left:-20px;margin-right:20px}
@media (max-width:1450px) {
.about-style-10 .about-image-gallery{margin-left:0}
}
@media only screen and (max-width:991px) {
.about-style-10 .about-image-gallery{padding:50px 0 60px}
}
.about-style-10 .about-image-gallery img{border-radius:50%}
.about-style-10 .about-image-gallery .video-box{top:inherit;bottom:0;right:26px}
@media only screen and (max-width:575px) {
.about-style-10 .about-image-gallery .video-box{right:0}
}
@media only screen and (max-width:767px) {
.about-style-10 .about-image-gallery .video-box{display:none}
}
.about-style-10 .about-image-gallery .video-box .inner{background:transparent;border-radius:50%;padding:0}
.about-style-10 .about-image-gallery .video-box .inner .thumb{z-index:1}
.about-style-10 .about-image-gallery .video-box .inner .thumb img{border-radius:50%;box-shadow:0 30px 70px 0 #0d5b4e33}
.about-style-10 .about-image-gallery .video-box .inner .thumb::after{content:"";position:absolute;left:0;top:0;right:0;bottom:0;width:220px;height:220px;background:-webkit-linear-gradient(top,#31b978d9 0%,#1ab69dd9 100%);background:linear-gradient(-180deg,#31b978d9 0%,#1ab69dd9 100%);border-radius:50%}
.about-style-10 .about-image-gallery .video-box .inner .thumb::before{content:"";position:absolute;left:-15px;top:-16px;width:220px;height:220px;background:var(--white-color);border-radius:50%;z-index:-1}
.about-style-10 .about-image-gallery .video-box .inner .thumb .popup-icon{background:none;z-index:1}
.about-style-10 .about-image-gallery .shape-group li.shape-1{top:62px;left:inherit;right:62px}
.about-style-10 .about-image-gallery .shape-group li.shape-2{top:106px;left:inherit;bottom:inherit;right:18px}
.about-style-10 .about-content{padding-left:0}
.about-style-10 .about-content .section-title p{margin-top:30px}
.about-style-10 .about-content .features-list li::before{color:var(--main-color2)}
.about-style-10 .about-content .signature{margin-bottom:-35px;margin-top:35px}
.language-about .about-image-gallery{padding:90px 0 20px}
@media only screen and (max-width:991px) {
.language-about .about-image-gallery{text-align:center}
}
@media only screen and (max-width:479px) {
.language-about .about-image-gallery{padding:90px 0 0}
}
.language-about .about-image-gallery .main-img-1{border-radius:200px}
.language-about .about-image-gallery .main-img-wrapper .main-img-inner{position:relative;right:34px;bottom:50px}
@media only screen and (max-width:991px) {
.language-about .about-image-gallery .main-img-wrapper .main-img-inner{right:-105px}
}
@media only screen and (max-width:767px) {
.language-about .about-image-gallery .main-img-wrapper .main-img-inner{right:-40px}
}
@media only screen and (max-width:575px) {
.language-about .about-image-gallery .main-img-wrapper .main-img-inner{display:none}
}
.language-about .about-image-gallery .main-img-wrapper .main-img-inner .main-img-2{border-radius:120px;box-shadow:0 30px 90px 0 #0e041d26;z-index:1}
.language-about .about-image-gallery .main-img-wrapper .main-img-inner::after{content:"";position:absolute;width:240px;height:320px;background:var(--white-color);border-radius:120px;bottom:-10px;right:20px}
@media only screen and (max-width:991px) {
.language-about .about-image-gallery .main-img-wrapper .main-img-inner::after{right:134px}
}
@media only screen and (max-width:767px) {
.language-about .about-image-gallery .main-img-wrapper .main-img-inner::after{right:20px}
}
.language-about .about-image-gallery .shape-group li.shape-1{bottom:397px;right:104px;top:inherit;left:inherit}
.language-about .about-image-gallery .shape-group li.shape-2{z-index:12}
.language-about .about-content{padding-left:40px;padding-right:0;padding-top:40px}
@media only screen and (max-width:767px) {
.language-about .about-content{padding-left:0}
}
.language-about .about-btn{margin-top:40px}
@media only screen and (max-width:991px) {
.language-about{padding:0 0 100px}
}
.quran-learning-about .about-image-gallery{padding:40px 0 0}
.quran-learning-about .about-image-gallery img{border-radius:5px}
.quran-learning-about .about-image-gallery .main-img-2{position:absolute;right:40px;bottom:40px;background-color:var(--white-color);padding:15px;border-radius:5px;box-shadow:0 30px 70px #00000026}
@media only screen and (max-width:767px) {
.quran-learning-about .about-image-gallery .main-img-2{display:none}
}
.quran-learning-about .about-image-gallery .shape-group li.shape-1{top:18px;left:-119px;right:inherit}
.quran-learning-about .about-image-gallery .shape-group li.shape-2{top:-35px;left:-50px;right:inherit;bottom:inherit}
.quran-learning-about .about-content{padding-left:40px}
@media only screen and (max-width:991px) {
.quran-learning-about .about-content{padding-left:0}
}
.quran-learning-about .about-content .section-title p{width:425px;margin-top:25px;margin-bottom:30px}
.quran-learning-about .about-content .features-list{margin-bottom:32px}
.quran-learning-about .about-content .features-list li::before{color:var(--main-color2)}
.gym-tranning-about .about-image-gallery{padding:0 0 75px}
.gym-tranning-about .about-image-gallery .main-img-2{position:absolute;right:35px;bottom:0}
@media only screen and (max-width:1199px) {
.gym-tranning-about .about-image-gallery .main-img-2{right:-10px}
}
@media only screen and (max-width:767px) {
.gym-tranning-about .about-image-gallery .main-img-2{display:none}
}
.gym-tranning-about .about-image-gallery .shape-group li.shape-1{left:-116px;top:-40px;right:inherit}
.gym-tranning-about .about-image-gallery .shape-group li.shape-2{left:-59px;top:-60px;bottom:inherit;right:inherit}
.gym-tranning-about .about-image-gallery .shape-group li.shape-3{right:-12px;bottom:260px;z-index:0}
.gym-tranning-about .about-image-gallery .shape-group li.shape-3 span{width:101px;height:101px;border:15px solid var(--main-color4);display:block;border-radius:50%}
.gym-tranning-about .about-content{padding-left:60px;margin-top:-83px}
@media only screen and (max-width:991px) {
.gym-tranning-about .about-content{padding-left:0;margin-top:0}
}
.gym-tranning-about .about-content .section-title .pre-title{color:var(--main-color2)!important}
.gym-tranning-about .about-content .section-title p{margin-top:25px;max-width:370px}
@media only screen and (max-width:991px) {
.gym-tranning-about .about-content .section-title p{max-width:100%}
}
.gym-tranning-about .about-content .about-btn{margin-top:23px}
.brand-section-heading{padding-right:60px}
@media only screen and (max-width:575px) {
.brand-section-heading{padding-right:0}
}
.brand-grid-wrap{display:grid;grid-template-columns:repeat(4,1fr);position:relative}
.brand-grid-wrap:after{content:"";height:1px;width:100%;background-color:#f0f0f0;position:absolute;top:50%;left:0;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.brand-grid-wrap .brand-grid{padding:18px 5px;text-align:center;border-right:1px solid #f0f0f0;-webkit-transition:var(--transition);transition:var(--transition)}
.brand-grid-wrap .brand-grid:first-child{border-left:1px solid #f0f0f0}
.brand-grid-wrap .brand-grid:nth-child(5n){border-left:1px solid #f0f0f0}
.brand-grid-wrap .brand-grid:hover{box-shadow:var(--shadow-darker)}
.brand-grid-wrap.brand-style-2{grid-template-columns:repeat(6,1fr)}
@media only screen and (max-width:991px) {
.brand-grid-wrap.brand-style-2{grid-template-columns:repeat(3,1fr)}
}
@media only screen and (max-width:479px) {
.brand-grid-wrap.brand-style-2{grid-template-columns:repeat(2,1fr)}
}
.brand-grid-wrap.brand-style-2:after{display:none}
.brand-grid-wrap.brand-style-2 .brand-grid{padding:10px 20px}
.brand-grid-wrap.brand-style-2 .brand-grid:first-child{border-left:none}
@media only screen and (max-width:479px) {
.brand-grid-wrap.brand-style-2 .brand-grid:nth-child(2n){border-right:none}
}
@media only screen and (max-width:991px) {
.brand-grid-wrap.brand-style-2 .brand-grid:nth-child(3n){border-right:none}
}
@media only screen and (max-width:479px) {
.brand-grid-wrap.brand-style-2 .brand-grid:nth-child(3n){border-right:1px solid #f0f0f0}
}
.brand-grid-wrap.brand-style-2 .brand-grid:nth-child(5n){border-left:none}
.brand-grid-wrap.brand-style-2 .brand-grid:last-child{border-right:none}
.brand-grid-wrap.brand-style-2 .brand-grid:hover{box-shadow:none}
.brand-grid-wrap.brand-style-3{grid-template-columns:repeat(5,1fr);gap:10px}
@media only screen and (max-width:991px) {
.brand-grid-wrap.brand-style-3{grid-template-columns:repeat(3,1fr)}
}
@media only screen and (max-width:767px) {
.brand-grid-wrap.brand-style-3{grid-template-columns:repeat(2,1fr)}
}
@media only screen and (max-width:575px) {
.brand-grid-wrap.brand-style-3{grid-template-columns:repeat(1,1fr)}
}
.brand-grid-wrap.brand-style-3:after{display:none}
.brand-grid-wrap.brand-style-3 .brand-grid{border:none;background-color:var(--color-lighten04);border-radius:5px;padding:30px 0;opacity:.4}
.brand-grid-wrap.brand-style-3 .brand-grid:hover{box-shadow:none;opacity:1}
.brand-area-2{position:relative;background:#F9F7F4;padding:75px 0;overflow:hidden}
@media only screen and (max-width:575px) {
.brand-area-2{padding:50px 0}
}
.brand-area-2 .shape-group li{position:absolute;z-index:-1}
.brand-area-2 .shape-group li.shape-1{bottom:-170px;left:-220px}
.brand-area-2 .shape-group li.shape-2{top:-22px;right:-21px;z-index:1}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.brand-area-2 .shape-group li.shape-2{top:-60px;right:-70px}
}
@media only screen and (min-width:1200px) and (max-width:1400px) {
.brand-area-2 .shape-group li.shape-2{display:none}
}
.brand-area-5{padding:400px 0 120px;background-position:bottom;position:relative}
.brand-area-5::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(../images/bg/bg-image-20.svg)}
.brand-area-5::before svg{background:#f7f5f2;background:-webkit-linear-gradient(right,#f7f5f2 0%,#f7f5f24d 50%);background:linear-gradient(-90deg,#f7f5f2 0%,#f7f5f24d 50%)}
@media only screen and (min-width:768px) and (max-width:991px) {
.brand-area-5{padding:380px 0 100px}
}
@media only screen and (max-width:767px) {
.brand-area-5{padding:260px 0 80px;margin-top:100px}
}
@media only screen and (max-width:991px) {
.brand-area-5{background:none;background-color:#FCFBFA}
}
@media only screen and (max-width:575px) {
.brand-area-5{padding:80px 0;margin-top:80px}
}
.remote-brand{position:relative}
.remote-brand::after{content:"";position:absolute;left:0;right:0;top:0;bottom:0;height:100%;width:100%;background:url(../images/bg/bg-image-37.svg);background-size:cover;background-repeat:no-repeat;background-position:center;z-index:-1}
.remote-brand .brand-grid-wrap::after{background-color:var(--white-color)}
.remote-brand .brand-grid{border-right:1px solid var(--white-color)}
.remote-brand .brand-grid:first-child{border-left:1px solid var(--white-color)}
.remote-brand .brand-grid:nth-child(5n){border-left:1px solid var(--white-color)}
.remote-brand .brand-grid:hover{background:var(--white-color)}
.brand-area-6.brand-motivition{background-color:transparent!important;padding:120px 0 0}
.edu-cta-banner-area{padding:80px 0;background-color:#f0f4f5;position:relative;z-index:1}
.edu-cta-banner-area::before{content:'';position:absolute;left:0;bottom:0;width:100%;height:100%;background-image:url(../images/cta/cta.svg);-webkit-filter:brightness(0) saturate(100%) invert(52%) sepia(75%) saturate(451%) hue-rotate(121deg) brightness(96%) contrast(90%);filter:brightness(0) saturate(100%) invert(52%) sepia(75%) saturate(451%) hue-rotate(121deg) brightness(96%) contrast(90%);background-position:center bottom;background-repeat:no-repeat;background-size:cover}
@media only screen and (min-width:768px) and (max-width:991px) {
.edu-cta-banner-area{padding:80px 0 70px}
}
@media only screen and (max-width:767px) {
.edu-cta-banner-area{padding:80px 0 70px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.edu-cta-banner-area .shape-group{display:none}
}
@media only screen and (max-width:767px) {
.edu-cta-banner-area .shape-group{display:none}
}
.edu-cta-banner-area .form-control:focus{box-shadow:none}
.cta-banner-2{position:relative;background-color:#f7f5f2;z-index:1;overflow:hidden}
.cta-banner-2::before{display:none}
.cta-banner-2 .shape-group li{margin:0;position:absolute;z-index:-1}
.cta-banner-2 .shape-group li.shape-1{top:30px;left:100px}
.cta-banner-2 .shape-group li.shape-2{bottom:-20px;left:17%}
.cta-banner-2 .shape-group li.shape-3{bottom:60px;right:120px}
.cta-banner-2 .shape-group li.shape-4{top:10px;right:18%}
.cta-banner-2 .shape-group li.shape-5{bottom:-55px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}
.cta-banner-2 .shape-group li.shape-5 img{opacity:1;-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}
.cta-banner-3{padding:220px 0 130px;position:relative;z-index:1;background-color:transparent}
.cta-banner-3::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(../images/bg/bg-img-cta-banner-3.svg);-webkit-filter:brightness(0) saturate(100%) invert(93%) sepia(4%) saturate(983%) hue-rotate(324deg) brightness(104%) contrast(94%);filter:brightness(0) saturate(100%) invert(93%) sepia(4%) saturate(983%) hue-rotate(324deg) brightness(104%) contrast(94%);z-index:-1}
@media only screen and (max-width:767px) {
.cta-banner-3{padding:150px 0 80px}
}
.cta-banner-3 .edu-cta-banner .section-title .title{margin-bottom:40px}
.cta-banner-3 .edu-cta-banner .newsletter-form{width:82%;margin:0 auto}
@media only screen and (max-width:767px) {
.cta-banner-3 .edu-cta-banner .newsletter-form{width:100%}
}
@media only screen and (max-width:1199px) {
.cta-banner-3 .shape-group{display:block}
}
@media only screen and (max-width:991px) {
.cta-banner-3 .shape-group{display:none}
}
.cta-banner-3 .shape-group li{margin:0;position:absolute;z-index:-1}
.cta-banner-3 .shape-group li.shape-1{bottom:-70px;left:-290px;z-index:0}
@media only screen and (min-width:1200px) and (max-width:1599px),only screen and (max-width:1199px) {
.cta-banner-3 .shape-group li.shape-1{left:-60px}
.cta-banner-3 .shape-group li.shape-1 img{width:60%}
}
.cta-banner-3 .shape-group li.shape-2{bottom:-105px;right:-175px;z-index:0}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.cta-banner-3 .shape-group li.shape-2{right:-100px;bottom:-25px}
}
@media only screen and (max-width:1199px) {
.cta-banner-3 .shape-group li.shape-2{right:-130px;bottom:-25px}
}
@media only screen and (min-width:1200px) and (max-width:1599px),only screen and (max-width:1199px) {
.cta-banner-3 .shape-group li.shape-2 img{width:70%}
}
.cta-banner-3 .shape-group li.shape-3{top:-70px;left:119px}
.cta-banner-3 .shape-group li.shape-3 img{opacity:.3}
@media only screen and (min-width:1200px) and (max-width:1599px),only screen and (max-width:1199px) {
.cta-banner-3 .shape-group li.shape-3 img{width:70%}
}
.cta-banner-3 .shape-group li.shape-4{bottom:-115px;right:180px}
.cta-banner-3 .shape-group li.shape-4 img{opacity:.3}
@media only screen and (min-width:1200px) and (max-width:1599px),only screen and (max-width:1199px) {
.cta-banner-3 .shape-group li.shape-4 img{width:70%}
}
.health-coach-wrapper{background-image:url(../images/bg/bg-image-33.webp);width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}
.health-coach-wrapper.cta-banner-7::before{display:none}
.health-coach-wrapper.cta-banner-7 .input-group{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
@media only screen and (max-width:479px) {
.health-coach-wrapper.cta-banner-7 .input-group{display:block}
}
.health-coach-wrapper.cta-banner-7 .input-group input{width:50%;display:block;-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;margin-right:20px;border-radius:5px!important}
@media only screen and (max-width:479px) {
.health-coach-wrapper.cta-banner-7 .input-group input{width:100%;margin-bottom:20px}
}
.health-coach-wrapper.cta-banner-7 .input-group button.btn-medium{height:60px;line-height:61px;border-radius:5px!important}
@media only screen and (max-width:479px) {
.health-coach-wrapper.cta-banner-7 .input-group button.btn-medium{width:100%}
}
.edu-cta-banner{position:relative;z-index:1}
.edu-cta-banner .section-title{margin-bottom:0}
.edu-cta-banner .section-title .title{margin-bottom:28px}
@media only screen and (max-width:767px) {
.edu-cta-banner .shape-group{display:none}
}
.edu-cta-banner .shape-group li{position:absolute;z-index:-1}
.edu-cta-banner .shape-group li.shape-1{bottom:0;left:-130px}
.edu-cta-banner .shape-group li.shape-2{top:-105px;right:-160px}
.university-cta-wrapper{background-color:#f7f5f2}
.university-cta-wrapper.edu-cta-banner-area::before{-webkit-filter:brightness(0) saturate(100%) invert(90%) sepia(23%) saturate(5531%) hue-rotate(343deg) brightness(101%) contrast(94%);filter:brightness(0) saturate(100%) invert(90%) sepia(23%) saturate(5531%) hue-rotate(343deg) brightness(101%) contrast(94%)}
.online-academy-cta-wrapper.edu-cta-banner-area{background-image:url(../images/cta/h-4-cta-compressed.svg)}
.online-academy-cta-wrapper.edu-cta-banner-area::before{background-image:url(../images/cta/h-4-cta.svg);filter:brightness(0) saturate(100%) invert(99%) sepia(3%) saturate(10%) hue-rotate(90deg) brightness(105%) contrast(90%);-webkit-filter:brightness(0) saturate(100%) invert(99%) sepia(3%) saturate(10%) hue-rotate(90deg) brightness(105%) contrast(90%);background-size:cover;background-repeat:no-repeat}
.home-one-cta-wrapper,.university-cta-wrapper,.online-academy-cta-wrapper{overflow:hidden}
.home-one-cta-wrapper .edu-cta-banner .shape-group li.shape-01,.university-cta-wrapper .edu-cta-banner .shape-group li.shape-01,.online-academy-cta-wrapper .edu-cta-banner .shape-group li.shape-01{top:109px;left:-68px}
.home-one-cta-wrapper .edu-cta-banner .shape-group li.shape-02,.university-cta-wrapper .edu-cta-banner .shape-group li.shape-02,.online-academy-cta-wrapper .edu-cta-banner .shape-group li.shape-02{bottom:29px;left:11px}
.home-one-cta-wrapper .edu-cta-banner .shape-group li.shape-03,.university-cta-wrapper .edu-cta-banner .shape-group li.shape-03,.online-academy-cta-wrapper .edu-cta-banner .shape-group li.shape-03{top:-61px;right:-168px;z-index:0}
.home-one-cta-wrapper .edu-cta-banner .shape-group li.shape-04,.university-cta-wrapper .edu-cta-banner .shape-group li.shape-04,.online-academy-cta-wrapper .edu-cta-banner .shape-group li.shape-04{top:-126px;right:-118px}
.home-gym-cta-wrapper{background:url(../images/cta/gym-cta-banner.svg);overflow:hidden}
.home-gym-cta-wrapper::before{display:none}
.home-gym-cta-wrapper .section-title .title{color:var(--white-color)}
.home-gym-cta-wrapper .section-title .main-color4{color:#FBB821}
.home-gym-cta-wrapper .shape-group li.shape-01{left:-125px;bottom:0}
.home-gym-cta-wrapper .shape-group li.shape-02{left:-51px;bottom:64px}
.home-gym-cta-wrapper .shape-group li.shape-03{right:-107px;top:-160px}
.home-gym-cta-wrapper .shape-group li.shape-04{right:-146px;top:-37px}
.cta-area-2{position:relative;z-index:1;padding: 50px 0 0;}
.cta-area-2 .edu-cta-box::before{-webkit-filter:brightness(0) saturate(100%) invert(56%) sepia(0%) saturate(0%) hue-rotate(221deg) brightness(90%) contrast(90%);filter:brightness(0) saturate(100%) invert(56%) sepia(0%) saturate(0%) hue-rotate(221deg) brightness(90%) contrast(90%)}
.edu-cta-box{background:var(--gradient-primary);border-radius:10px;padding:50px;position:relative}
.edu-cta-box::before{content:'';position:absolute;left:0;bottom:0;width:100%;height:100%;background-image:url(../images/bg/cta-bg-imgae-07.png);background-size:cover;background-repeat:no-repeat}
@media only screen and (max-width:767px) {
.edu-cta-box{padding:40px 30px}
}
.edu-cta-box.home-one-cta .title a:hover,.edu-cta-box.home-four-cta .title a:hover{color:#ffffffd9}
.edu-cta-box.home-one-cta .shape-group li.shape-01,.edu-cta-box.home-four-cta .shape-group li.shape-01{top:-11px;left:-118px}
.edu-cta-box.home-one-cta .shape-group li.shape-02,.edu-cta-box.home-four-cta .shape-group li.shape-02{top:-31px;left:-63px;z-index:-2}
.edu-cta-box.home-one-cta .shape-group li.shape-03,.edu-cta-box.home-four-cta .shape-group li.shape-03{bottom:-50px;right:-45px}
.edu-cta-box .inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative;z-index:1}
@media only screen and (max-width:767px) {
.edu-cta-box .inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center}
}
.edu-cta-box .inner .content{font-family:var(--font-secondary)}
.edu-cta-box .inner .content .subtitle{font-weight:var(--p-medium);font-size:18px;color:#fff}
.edu-cta-box .inner .content .title{font-size:26px;margin-bottom:0;color:#fff}
@media only screen and (max-width:767px) {
.edu-cta-box .inner .content .title{font-size:20px}
}
.edu-cta-box .inner .sparator{margin:0 30px}
@media only screen and (max-width:767px) {
.edu-cta-box .inner .sparator{margin:15px 0}
}
.edu-cta-box .inner .sparator span{display:block;text-align:center;height:70px;width:70px;line-height:60px;border:4px solid #1ab69d33;border-radius:50%;font-size:24px;font-weight:var(--p-semi-bold);color:var(--main-color);background-color:#fff}
.edu-cta-box .shape-group li{position:absolute;z-index:-1;margin:0}
.edu-cta-box .shape-group li.shape-1{top:-31px;left:-118px}
.edu-cta-box .shape-group li.shape-2{bottom:-50px;right:-45px}
.edu-cta-box.cta-style-3{background:var(--main-color2)}
@media only screen and (max-width:767px) {
.edu-cta-box.cta-style-3{padding:40px 30px}
}
.edu-cta-box.cta-style-3 .inner .content .subtitle{color:var(--white-color)}
.edu-cta-box.cta-style-3 .inner .content .title{color:var(--white-color);font-weight:var(--p-semi-bold)}
.edu-cta-box.cta-style-3 .inner .sparator span{border:4px solid #ee4a62b3;color:var(--main-color2)}
.edu-cta-box.cta-style-2{background:var(--main-color4)}
.edu-cta-box.cta-style-2 .inner .content .subtitle{color:var(--color-heading)}
.edu-cta-box.cta-style-2 .inner .content .title a{color:var(--color-heading)}
.edu-cta-box.cta-style-2 .inner .content .title a:hover{color:#181818bf}
.edu-cta-box.cta-style-2 .inner .sparator span{color:#000;border-color:#1414171a}
@media only screen and (max-width:575px) {
.newsletter-form .input-group{display:block;text-align:left}
}
.newsletter-form .input-group .form-control{height:60px;border-radius:5px!important;background-color:var(--white-color);border:none;color:var(--color-heading);padding:0 40px}
@media only screen and (max-width:767px) {
.newsletter-form .input-group .form-control{height:50px}
}
@media only screen and (max-width:575px) {
.newsletter-form .input-group .form-control{width:100%}
}
.newsletter-form .input-group .form-control::-webkit-input-placeholder{color:var(--color-heading);opacity:1}
.newsletter-form .input-group .form-control::-moz-placeholder{color:var(--color-heading);opacity:1}
.newsletter-form .input-group .form-control:-ms-input-placeholder{color:var(--color-heading);opacity:1}
.newsletter-form .input-group .form-control::-ms-input-placeholder{color:var(--color-heading);opacity:1}
.newsletter-form .input-group .form-control::placeholder{color:var(--color-heading);opacity:1}
.newsletter-form .input-group .form-control:-ms-input-placeholder{color:var(--color-heading);opacity:1}
.newsletter-form .input-group .form-control::-ms-input-placeholder{color:var(--color-heading);opacity:1}
.newsletter-form .input-group .form-control:focus{box-shadow:none}
.newsletter-form .input-group button{border-radius:30px 5px!important;margin-left:20px!important;padding:0 40px}
@media only screen and (max-width:575px) {
.newsletter-form .input-group button{margin:20px 0 0!important}
}
.newsletter-form .input-group button:hover{border-radius:5px 30px!important}
.remote-training-wrapper::before{background:url(../images/cta/cta-banner-remote.svg);-webkit-filter:none!important;filter:none!important}
.motivation-wrapper::before{width:100%;height:100%;background:url(../images/cta/motivation-cta-bg.webp);background-position:center bottom;background-repeat:no-repeat;-webkit-filter:none!important;filter:none!important}
.motivation-wrapper .subs-button{margin-bottom:95px}
.remote-training-wrapper .edu-cta-banner .section-title .title,.motivation-wrapper .edu-cta-banner .section-title .title{color:var(--white-color)}
.remote-training-wrapper .edu-cta-banner .section-title .subs-button,.motivation-wrapper .edu-cta-banner .section-title .subs-button{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.remote-training-wrapper .edu-cta-banner .section-title .subs-button .btn-medium,.motivation-wrapper .edu-cta-banner .section-title .subs-button .btn-medium{background:var(--white-color);color:var(--color-heading);font-weight:var(--p-semi-bold);height:60px;line-height:62px}
.remote-training-wrapper .edu-cta-banner .section-title .subs-button .btn-medium::after,.motivation-wrapper .edu-cta-banner .section-title .subs-button .btn-medium::after{background:var(--main-color2)}
.remote-training-wrapper .edu-cta-banner .section-title .subs-button .btn-medium:hover,.motivation-wrapper .edu-cta-banner .section-title .subs-button .btn-medium:hover{color:var(--white-color)!important}
.remote-training-wrapper .edu-cta-banner .shape-group li.shape-01,.motivation-wrapper .edu-cta-banner .shape-group li.shape-01{right:-252px;top:-25px}
.remote-training-wrapper .edu-cta-banner .shape-group li.shape-02,.motivation-wrapper .edu-cta-banner .shape-group li.shape-02{left:-4px;bottom:-20px}
.ditigtal-marketing-wrapper{background:var(--bg-color-2)}
.ditigtal-marketing-wrapper::before{display:none}
.ditigtal-marketing-wrapper .section-title{text-align:left}
@media only screen and (max-width:991px) {
.ditigtal-marketing-wrapper .section-title{text-align:center!important}
}
.ditigtal-marketing-wrapper .section-title .title{color:var(--white-color);margin-bottom:0}
.ditigtal-marketing-wrapper .btn-group{margin-top:20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:right;-webkit-justify-content:right;-ms-flex-pack:right;justify-content:right}
@media only screen and (max-width:991px) {
.ditigtal-marketing-wrapper .btn-group{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}
}
.ditigtal-marketing-wrapper .btn-group .btn-border-curved{margin-left:20px;border:2px solid var(--color-border)}
.ditigtal-marketing-wrapper .shape-group li.shape-01{left:-67px;top:-60px}
.ditigtal-marketing-wrapper .shape-group li.shape-02{left:-250px;bottom:-60px}
.ditigtal-marketing-wrapper .shape-group li.shape-03{right:-248px;bottom:-47px}
.ditigtal-marketing-wrapper .shape-group li.shape-04{right:-188px;top:-30px}
.cta-area-13 .sales-coach-wrapper{width:100%;height:100%;background-color:#141417;border-radius:5px;position:relative}
.cta-area-13 .sales-coach-wrapper::before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;background:url(../images/cta/cta-line-sales.webp);background-position:center top;background-repeat:no-repeat;background-size:cover}
.cta-area-13 .sales-coach-wrapper::after{content:"";position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;background:url(../images/cta/cta-gradient-sales.webp);background-position:center center;background-repeat:no-repeat;background-size:cover}
.cta-area-13 .sales-coach-wrapper .section-title{position:relative;z-index:1;padding:65px 0 70px;margin-bottom:0}
.cta-area-13 .sales-coach-wrapper .section-title .title{color:var(--white-color);margin-bottom:20px}
.cta-area-13 .sales-coach-wrapper .shape-group li.shape-01{left:-92px;bottom:-73px}
.cta-area-13 .sales-coach-wrapper .shape-group li.shape-02{left:-75px;bottom:27px}
.cta-area-13 .sales-coach-wrapper .shape-group li.shape-03{right:20px;top:-87px;z-index:0}
.cta-area-13 .sales-coach-wrapper .shape-group li.shape-04{right:-61px;top:-58px}
.campus-thumbnail .thumbnail img{border-radius:5px}
@media only screen and (max-width:1199px) {
.campus-thumbnail .thumbnail img{width:100%}
}
.campus-content{box-shadow:var(--shadow-darker);border-radius:0 5px 5px 5px;padding:60px 50px 60px 70px;background-color:var(--white-color);margin-left:-120px;margin-top:90px}
@media only screen and (max-width:1199px) {
.campus-content{margin-left:0;margin-top:20px}
}
@media only screen and (max-width:575px) {
.campus-content{box-shadow:none;padding:0}
}
.campus-content .features-box{background-color:transparent;box-shadow:none;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;text-align:left;margin-bottom:24px}
.campus-content .features-box:last-child{margin-bottom:0}
.campus-content .features-box .icon{font-size:48px;margin-right:20px;margin-bottom:0}
.campus-content .features-box .icon .fitness-icon{font-size:32px}
.campus-content .features-box .content{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
.campus-content .features-box .content .title{margin-bottom:12px}
.campus-content .features-box .content p{color:var(--color-body)}
.edu-campus-area{position:relative}
.edu-campus-area .campus-image-gallery{position:relative}
.edu-campus-area .campus-image-gallery .shape-1{z-index:-1;bottom:-220px;left:-235px}
.edu-campus-area .campus-image-gallery .shape-1 span{display:block;height:470px;width:470px;border:1px solid var(--color-border);border-radius:50%}
.edu-campus-area .campus-image-gallery .shape-2{bottom:-84px;left:-144px}
.edu-campus-area .campus-image-gallery .shape-3{bottom:-118px;left:-85px}
.edu-campus-area .campus-content{position:relative}
.edu-campus-area .campus-content .shape-4{z-index:-1;top:-140px;right:-158px}
.edu-campus-area .campus-content .shape-4 span{display:block;height:320px;width:320px;border:1px solid var(--color-border);border-radius:50%}
.edu-campus-area .campus-content .shape-5{top:-33px;right:-64px}
.edu-campus-area .campus-content .shape-5 span{display:block;height:150px;width:150px;border-radius:100%;background:#F3F8FA}
.edu-campus-area .campus-content .shape-6{top:-80px;right:-28px;z-index:0}
.categorie-area-3{position:relative}
.categorie-area-3::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(../images/bg/bg-image-4.svg);background-size:cover;z-index:-1}
.categorie-area-6 .categorie-grid.categorie-style-6 .icon{font-size:45px}
.categorie-area-6 .categorie-grid.categorie-style-6 .icon img{width:38px}
.categorie-area-6 .categorie-grid.categorie-style-6 .computer-science{font-size:33px}
.categorie-area-6 .categorie-grid.categorie-style-6 .Physical-activity{font-size:45px}
.categorie-area-6 .categorie-grid.categorie-style-6.color-extra08 .icon img{-webkit-filter:brightness(0) saturate(100%) invert(38%) sepia(97%) saturate(711%) hue-rotate(201deg) brightness(86%) contrast(108%);filter:brightness(0) saturate(100%) invert(38%) sepia(97%) saturate(711%) hue-rotate(201deg) brightness(86%) contrast(108%)}
.categorie-area-6 .categorie-grid.categorie-style-6.color-extra08:hover .icon img{-webkit-filter:brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(2%) hue-rotate(315deg) brightness(111%) contrast(101%);filter:brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(2%) hue-rotate(315deg) brightness(111%) contrast(101%)}
.categorie-area-6 .categorie-grid.categorie-style-6.main-color4 .icon{color:var(--color-extra05)}
.categorie-area-6 .categorie-grid.categorie-style-6.main-color4:hover .icon{color:var(--white-color)}
.categorie-area-6 .service-btn{text-align:center;margin-top:50px}
.categorie-area-6 .shape-group li.shape-1{right:0;top:-214px}
.categorie-area-6 .shape-group li.shape-2{top:-101px;right:160px}
.categorie-area-6 .shape-group li.shape-3{right:303px;top:-22px}
.categorie-area-6 .shape-group li.shape-3 span{width:70px;height:70px;background:var(--main-color4);border-radius:100%}
.categorie-grid{padding:50px 30px;text-align:center;border-radius:5px;-webkit-transition:var(--transition);transition:var(--transition)}
.categorie-grid .icon{height:80px;width:80px;border-radius:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:48px;margin:0 auto 28px;-webkit-transition:var(--transition);transition:var(--transition)}
.categorie-grid .content .title{margin-bottom:15px;-webkit-transition:var(--transition);transition:var(--transition)}
.categorie-grid .content p{color:var(--color-heading);margin-bottom:25px;-webkit-transition:var(--transition);transition:var(--transition)}
.categorie-grid .content .course-remain{font-weight:500;display:inline-block;padding:2px 18px;border-radius:5px;-webkit-transition:var(--transition);transition:var(--transition)}
.categorie-grid:hover .content .title{color:var(--white-color)}
.categorie-grid:hover .content p{color:var(--white-color)}
.categorie-grid:hover .icon svg path{stroke:var(--white-color)}
.categorie-grid.main-color-style{background-color:#1ab69d12}
.categorie-grid.main-color-style .icon,.categorie-grid.main-color-style .course-remain{background-color:#1ab69d1a;color:var(--main-color)}
.categorie-grid.main-color-style:hover{background-color:#1ab69d}
.categorie-grid.main-color-style:hover .icon,.categorie-grid.main-color-style:hover .course-remain{background-color:#ffffff26;color:var(--white-color)}
.categorie-grid.main-color2-style{background-color:#ee4a6212}
.categorie-grid.main-color2-style .icon,.categorie-grid.main-color2-style .course-remain{background-color:#ee4a621a;color:var(--main-color2)}
.categorie-grid.main-color2-style:hover{background-color:#ee4a62}
.categorie-grid.main-color2-style:hover .icon,.categorie-grid.main-color2-style:hover .course-remain{background-color:#ffffff26;color:var(--white-color)}
.categorie-grid.main-color4-style{background-color:#f8b81f12}
.categorie-grid.main-color4-style .icon,.categorie-grid.main-color4-style .course-remain{background-color:#f8b81f1a;color:var(--main-color4)}
.categorie-grid.main-color4-style:hover{background-color:#f8b81f}
.categorie-grid.main-color4-style:hover .icon,.categorie-grid.main-color4-style:hover .course-remain{background-color:#ffffff26;color:var(--white-color)}
.categorie-grid.color-extra01-style{background-color:#0ecd7312}
.categorie-grid.color-extra01-style .icon,.categorie-grid.color-extra01-style .course-remain{background-color:#0ecd731a;color:var(--color-extra01)}
.categorie-grid.color-extra01-style:hover{background-color:#0ecd73}
.categorie-grid.color-extra01-style:hover .icon,.categorie-grid.color-extra01-style:hover .course-remain{background-color:#ffffff26;color:var(--white-color)}
.categorie-grid.color-extra02-style{background-color:#8e56ff12}
.categorie-grid.color-extra02-style .icon,.categorie-grid.color-extra02-style .course-remain{background-color:#8e56ff1a;color:var(--color-extra02)}
.categorie-grid.color-extra02-style svg path{fill:var(--color-extra02)!important}
.categorie-grid.color-extra02-style:hover{background-color:#8e56ff}
.categorie-grid.color-extra02-style:hover .icon,.categorie-grid.color-extra02-style:hover .course-remain{background-color:#ffffff26;color:var(--white-color)}
.categorie-grid.color-extra02-style:hover svg path{fill:var(--white-color)!important}
.categorie-grid.color-extra03-style{background-color:#f9259612}
.categorie-grid.color-extra03-style .icon,.categorie-grid.color-extra03-style .course-remain{background-color:#f925961a;color:var(--color-extra03)}
.categorie-grid.color-extra03-style:hover{background-color:#f92596}
.categorie-grid.color-extra03-style:hover .icon,.categorie-grid.color-extra03-style:hover .course-remain{background-color:#ffffff26;color:var(--white-color)}
.categorie-grid.color-extra04-style{background-color:#5866eb12}
.categorie-grid.color-extra04-style .icon,.categorie-grid.color-extra04-style .course-remain{background-color:#5866eb1a;color:var(--color-extra04)}
.categorie-grid.color-extra04-style:hover{background-color:#5866eb}
.categorie-grid.color-extra04-style:hover .icon,.categorie-grid.color-extra04-style:hover .course-remain{background-color:#ffffff26;color:var(--white-color)}
.categorie-grid.color-extra05-style{background-color:#f8941f12}
.categorie-grid.color-extra05-style .icon,.categorie-grid.color-extra05-style .course-remain{background-color:#f8941f1a;color:var(--color-extra05)}
.categorie-grid.color-extra05-style:hover{background-color:#f8941f}
.categorie-grid.color-extra05-style:hover .icon,.categorie-grid.color-extra05-style:hover .course-remain{background-color:#ffffff26;color:var(--white-color)}
.categorie-grid.color-extra06-style{background-color:#39c0fa12}
.categorie-grid.color-extra06-style .icon,.categorie-grid.color-extra06-style .course-remain{background-color:#39c0fa1a;color:var(--color-extra06)}
.categorie-grid.color-extra06-style svg path{fill:var(--color-extra06)!important}
.categorie-grid.color-extra06-style:hover{background-color:#39c0fa}
.categorie-grid.color-extra06-style:hover .icon,.categorie-grid.color-extra06-style:hover .course-remain{background-color:#ffffff26;color:var(--white-color)}
.categorie-grid.color-extra06-style:hover svg path{fill:var(--white-color)!important}
.categorie-grid.color-extra07-style{background-color:#da04f812}
.categorie-grid.color-extra07-style .icon,.categorie-grid.color-extra07-style .course-remain{background-color:#da04f81a;color:var(--color-extra07)}
.categorie-grid.color-extra07-style:hover{background-color:#da04f8}
.categorie-grid.color-extra07-style:hover .icon,.categorie-grid.color-extra07-style:hover .course-remain{background-color:#ffffff26;color:var(--white-color)}
.categorie-grid.color-extra08-style{background-color:#4664e412}
.categorie-grid.color-extra08-style .icon,.categorie-grid.color-extra08-style .course-remain{background-color:#4664e41a;color:var(--color-extra08)}
.categorie-grid.color-extra08-style:hover{background-color:#4664e4}
.categorie-grid.color-extra08-style:hover .icon,.categorie-grid.color-extra08-style:hover .course-remain{background-color:#ffffff26;color:var(--white-color)}
.categorie-grid.categorie-style-2{padding:16px 30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:left;min-height:80px}
.categorie-grid.categorie-style-2 .icon{background-color:transparent;margin-bottom:0;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;height:auto;width:auto;min-width:84px}
.categorie-grid.categorie-style-2 .icon .art-design{font-size:45px}
.categorie-grid.categorie-style-2 .icon .personal-development{font-size:44px}
.categorie-grid.categorie-style-2 .icon .health-fitness{font-size:46px}
.categorie-grid.categorie-style-2 .icon .data-science{font-size:41px}
.categorie-grid.categorie-style-2 .icon .computer-science{font-size:33px}
.categorie-grid.categorie-style-2 .icon .video-photography{font-size:37px}
.categorie-grid.categorie-style-2 .content{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
.categorie-grid.categorie-style-2 .content .title{margin-bottom:0;font-size:15px;font-weight:var(--p-semi-bold)}
.categorie-grid.categorie-style-2:hover .icon{background-color:transparent}
.categorie-grid.categorie-style-3{background-color:var(--white-color);padding:40px 20px 35px;box-shadow:0 0 15px 0 #0000000d}
.categorie-grid.categorie-style-3 .icon{font-size:40px}
.categorie-grid.categorie-style-3 .icon.laptop-icon{font-size:34px}
.categorie-grid.categorie-style-3 .icon.design-pencil-icon{font-size:34px}
.categorie-grid.categorie-style-3 .content .title{font-size:18px;color:var(--color-heading)}
.categorie-grid.categorie-style-3.main-color-style .content .title:hover{color:var(--main-color)}
.categorie-grid.categorie-style-3.main-color2-style .content .title:hover{color:var(--main-color2)}
.categorie-grid.categorie-style-3.color-extra01-style .content .title:hover{color:var(--color-extra01)}
.categorie-grid.categorie-style-3.color-extra02-style .content .title:hover{color:var(--color-extra02)}
.categorie-grid.categorie-style-3.color-extra03-style .content .title:hover{color:var(--color-extra03)}
.categorie-grid.categorie-style-3.color-extra04-style .content .title:hover{color:var(--color-extra04)}
.categorie-grid.categorie-style-3.color-extra05-style .content .title:hover{color:var(--color-extra05)}
.categorie-grid.categorie-style-3.color-extra06-style .content .title:hover{color:var(--color-extra06)}
.categorie-grid.categorie-style-3.color-extra07-style .content .title:hover{color:var(--color-extra07)}
.categorie-grid.categorie-style-3.main-color4-style .content .title:hover{color:var(--main-color4)}
.categorie-grid.categorie-style-3:hover{background-color:var(--white-color);box-shadow:0 10px 45px 0 #0000001a}
.categorie-grid.categorie-style-3:hover.main-color-style .icon{background-color:var(--main-color)}
.categorie-grid.categorie-style-3:hover.main-color2-style .icon{background-color:var(--main-color2)}
.categorie-grid.categorie-style-3:hover.color-extra01-style .icon{background-color:var(--color-extra01)}
.categorie-grid.categorie-style-3:hover.color-extra02-style .icon{background-color:var(--color-extra02)}
.categorie-grid.categorie-style-3:hover.color-extra03-style .icon{background-color:var(--color-extra03)}
.categorie-grid.categorie-style-3:hover.color-extra04-style .icon{background-color:var(--color-extra04)}
.categorie-grid.categorie-style-3:hover.color-extra05-style .icon{background-color:var(--color-extra05)}
.categorie-grid.categorie-style-3:hover.color-extra06-style .icon{background-color:var(--color-extra06)}
.categorie-grid.categorie-style-3:hover.color-extra07-style .icon{background-color:var(--color-extra07)}
.categorie-grid.categorie-style-3:hover.main-color4-style .icon{background-color:var(--main-color4)}
.contact-me .inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
@media only screen and (max-width:767px) {
.contact-me .inner{display:block;text-align:center}
}
.contact-me .thumbnail{margin-right:130px;position:relative;z-index:1}
@media only screen and (min-width:768px) and (max-width:991px) {
.contact-me .thumbnail{margin-right:50px}
}
@media only screen and (max-width:767px) {
.contact-me .thumbnail{margin-bottom:40px;margin-right:0}
}
.contact-me .thumbnail .thumb{box-shadow:0 20px 40px 0 #2a0b581a;border-radius:50%}
@media only screen and (max-width:767px) {
.contact-me .thumbnail .thumb{display:inline-block}
}
.contact-me .thumbnail .thumb img{border-radius:50%}
@media only screen and (max-width:767px) {
.contact-me .thumbnail .shape-group{display:none}
}
.contact-me .thumbnail .shape-group li{margin:0;position:absolute;z-index:-1}
.contact-me .thumbnail .shape-group li.shape-1{top:-45px;right:30px}
.contact-me .thumbnail .shape-group li.shape-2{top:-20px;right:-30px;z-index:1}
@media only screen and (min-width:768px) and (max-width:991px) {
.contact-me .thumbnail .shape-group li.shape-2{display:none}
}
.contact-me .thumbnail .shape-group li.shape-3{bottom:-15px;left:-40px}
.contact-me .contact-us-info{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
.contact-us-info .heading-title{margin-bottom:26px}
.contact-us-info .address-list li .title{margin-bottom:5px}
.contact-us-info .address-list li p{margin-bottom:20px}
.contact-us-info .social-share{padding-top:12px}
@media only screen and (max-width:767px) {
.contact-me-area .contact-us-info .social-share{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
}
.contact-form-area{background-color:var(--color-lighten01);position:relative;z-index:1;overflow:hidden}
@media only screen and (max-width:991px) {
.contact-form-area .shape-group{display:none}
}
.contact-form-area .shape-group li{position:absolute;z-index:-1}
.contact-form-area .shape-group li.shape-1{top:32%;left:13%}
.contact-form-area .shape-group li.shape-2{top:32%;left:9%}
.contact-form-area .shape-group li.shape-3{top:-200px;right:-110px}
.contact-form-area .shape-group li.shape-3 span{display:block;height:476px;width:476px;border:1px solid var(--color-border);border-radius:50%}
.contact-form-area .shape-group li.shape-4{top:150px;right:135px}
.contact-form.form-style-2{padding:50px;box-shadow:var(--shadow-darker);background-color:var(--white-color);border-radius:5px;margin-bottom:-80px;position:relative}
@media only screen and (max-width:479px) {
.contact-form.form-style-2{padding:40px}
}
.contact-form.form-style-2 .section-title{margin-bottom:15px}
.contact-form.form-style-2 .section-title p{margin-top:10px;margin-bottom:0}
@media only screen and (max-width:991px) {
.contact-form.form-style-2 .shape-group{display:none}
}
.contact-form.form-style-2 .shape-group li{position:absolute;z-index:-1}
.contact-form.form-style-2 .shape-group li.shape-1{top:-60px;right:-90px}
.contact-form.form-style-2 .shape-group li.shape-2{top:-80px;right:-10px;z-index:1}
.contact-form .error-msg p,.contact-form .success-msg p{margin-top:10px;margin-bottom:0}
.contact-us-area{padding:90px 0 0}
@media only screen and (min-width:768px) and (max-width:991px) {
.contact-us-area{padding:90px 0 0}
}
@media only screen and (max-width:767px) {
.contact-us-area{padding:80px 0 0}
}
.google-map-area #gmap_canvas{width:100%;height:600px;margin-bottom:-8px}
.edu-counterup{border-radius:10px;text-align:center;padding:38px 30px}
@media only screen and (max-width:479px) {
.edu-counterup{padding:25px}
}
@media only screen and (max-width:767px) {
.edu-counterup .odometer.odometer-auto-theme .odometer-digit .odometer-value{line-height:1.2}
}
.edu-counterup .count-number{margin-bottom:5px}
.edu-counterup .count-number span,.edu-counterup .count-number em{font-family:var(--font-secondary);font-weight:var(--p-extra-bold)}
.edu-counterup .count-number.primary-color{color:var(--main-color)}
.edu-counterup .count-number.secondary-color{color:var(--main-color2)}
.edu-counterup .count-number.extra02-color{color:var(--color-extra02)}
.edu-counterup .count-number.extra05-color{color:var(--color-extra05)}
.edu-counterup .title{margin-bottom:0;font-size:13px;text-transform:uppercase;font-weight:var(--p-medium)}
.edu-counterup.counterup-style-1{box-shadow:0 10px 30px 6px #00000012}
.edu-counterup.counterup-style-3{padding:0;border-radius:0;position:relative}
.edu-counterup.counterup-style-3:after{content:"";height:100%;width:1px;background-color:var(--color-border);position:absolute;top:50%;right:-15px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
@media only screen and (max-width:575px) {
.edu-counterup.counterup-style-3:after{display:none}
}
.edu-counterup.counterup-style-3.border-none:after{display:none}
@media only screen and (min-width:768px) and (max-width:991px) {
.edu-counterup.counterup-style-3.border-none:after{display:block}
}
@media only screen and (max-width:767px) {
.edu-counterup.counterup-style-3.border-none:after{display:block}
}
@media only screen and (max-width:575px) {
.edu-counterup.counterup-style-3.border-none:after{display:none}
}
.edu-counterup.counterup-style-4{box-shadow:0 30px 70px 0 #100c2f0d;border-radius:4px;background-color:var(--white-color)}
.edu-counterup.counterup-style-4 .icon{text-align:center;height:90px;width:90px;line-height:95px;border-radius:50%;font-size:50px;margin:0 auto 25px}
.edu-counterup.counterup-style-4 .icon.primary-color{background-color:#1ab69d1a;color:var(--main-color)}
.edu-counterup.counterup-style-4 .icon.secondary-color{background-color:#ff5b5c1a;color:var(--main-color2)}
.edu-counterup.counterup-style-4 .icon.extra08-color{background-color:#4664e41a;color:var(--color-extra08)}
.edu-counterup.counterup-style-4 .icon.extra05-color{background-color:#f896241a;color:var(--color-extra05)}
.edu-counterup.counterup-style-4 .count-number span{font-weight:var(--p-bold)}
.edu-counterup.counterup-style-5.primary-color{background-color:#1ab69d1a}
.edu-counterup.counterup-style-5.primary-color .count-number{color:var(--main-color)}
.edu-counterup.counterup-style-5.secondary-color{background-color:#ff5b5c1a}
.edu-counterup.counterup-style-5.secondary-color .count-number{color:var(--main-color2)}
.edu-counterup.counterup-style-5.extra02-color{background-color:#8e56ff1a}
.edu-counterup.counterup-style-5.extra02-color .count-number{color:var(--color-extra02)}
.edu-counterup.counterup-style-5.extra05-color{background-color:#f896241a}
.edu-counterup.counterup-style-5.extra05-color .count-number{color:var(--color-extra05)}
.edu-counterup.counterup-style-6{position:relative;padding:5px 0}
.edu-counterup.counterup-style-6:after{content:"";height:100%;width:1px;background-color:#fff3;position:absolute;top:50%;right:-15px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.edu-counterup.counterup-style-6.border-none:after{display:none}
.edu-counterup.counterup-style-6 .icon{font-size:60px;color:var(--white-color);line-height:1;margin-bottom:10px}
.edu-counterup.counterup-style-6 .count-number{color:var(--white-color)}
.edu-counterup.counterup-style-6 .title{color:var(--white-color)}
.counterup-area-2{position:relative;z-index:1}
.counterup-area-2:before{content:"";height:53%;width:100%;background-color:var(--color-lighten01);position:absolute;top:0;left:0;right:0;z-index:-1}
.counterup-area-2 .counterup-box-wrap{background-color:var(--white-color);box-shadow:0 30px 70px 0 #100c2f14;border-radius:10px;padding:70px;position:relative}
@media only screen and (max-width:767px) {
.counterup-area-2 .counterup-box-wrap{padding:40px}
}
@media only screen and (max-width:575px) {
.counterup-area-2 .counterup-box-wrap{padding:10px}
}
.counterup-area-2 .counterup-box-wrap .counterup-box{display:grid;grid-template-columns:repeat(2,1fr);position:relative}
@media only screen and (max-width:479px) {
.counterup-area-2 .counterup-box-wrap .counterup-box{grid-template-columns:repeat(1,1fr)}
}
.counterup-area-2 .counterup-box-wrap .counterup-box .edu-counterup{border-radius:0}
.counterup-area-2 .counterup-box-wrap .counterup-box .edu-counterup:first-child{border-right:.8px solid var(--color-border)}
@media only screen and (max-width:479px) {
.counterup-area-2 .counterup-box-wrap .counterup-box .edu-counterup:first-child{border-right:none}
}
.counterup-area-2 .counterup-box-wrap .counterup-box .edu-counterup:nth-child(3){border-right:.8px solid var(--color-border)}
@media only screen and (max-width:479px) {
.counterup-area-2 .counterup-box-wrap .counterup-box .edu-counterup:nth-child(3){border-right:none}
}
.counterup-area-2 .counterup-box-wrap .counterup-box.counterup-box-1{border-bottom:.8px solid var(--color-border)}
@media only screen and (max-width:479px) {
.counterup-area-2 .counterup-box-wrap .counterup-box.counterup-box-1{border-bottom:none}
}
@media only screen and (max-width:991px) {
.counterup-area-2 .counterup-box-wrap .shape-group{display:none}
}
.counterup-area-2 .counterup-box-wrap .shape-group li{position:absolute;z-index:-1}
.counterup-area-2 .counterup-box-wrap .shape-group li.shape-1{top:-80px;left:-90px}
.counterup-area-2 .counterup-box-wrap .shape-group li.shape-2{top:-100px;left:-15px;z-index:1}
.counterup-area-2 .counterup-box-wrap .shape-group li.shape-3{bottom:-60px;right:-70px}
.counterup-area-2 .counterup-box-wrap .shape-group li.shape-4{bottom:-63px;right:30px}
@media only screen and (max-width:991px) {
.counterup-area-3 :nth-child(2) .edu-counterup.counterup-style-3:after,.counterup-area-3 :nth-child(4) .edu-counterup.counterup-style-3:after{width:0}
}
.counterup-area-4{margin-top:-160px;position:relative;z-index:9}
.counterup-area-6{background:var(--gradient-primary);padding:65px 0}
@media only screen and (max-width:991px) {
.counterup-area-6 :nth-child(2) .counterup-style-6:after{width:0}
}
.counterup-area-7{position:relative;z-index:1;background-color:var(--color-lighten04)}
.counterup-area-7 .counterup-content{padding-right:80px;padding-top:30px}
.counterup-area-7 .counterup-box-wrap{background-color:var(--white-color);box-shadow:0 30px 70px 0 #100c2f14;border-radius:10px;padding:70px;position:relative}
@media only screen and (max-width:767px) {
.counterup-area-7 .counterup-box-wrap{padding:40px}
}
@media only screen and (max-width:575px) {
.counterup-area-7 .counterup-box-wrap{padding:10px}
}
.counterup-area-7 .counterup-box-wrap .counterup-box{display:grid;grid-template-columns:repeat(2,1fr);position:relative}
@media only screen and (max-width:479px) {
.counterup-area-7 .counterup-box-wrap .counterup-box{grid-template-columns:repeat(1,1fr)}
}
.counterup-area-7 .counterup-box-wrap .counterup-box .edu-counterup{border-radius:0}
.counterup-area-7 .counterup-box-wrap .counterup-box .edu-counterup:first-child{border-right:.8px solid var(--color-border)}
@media only screen and (max-width:479px) {
.counterup-area-7 .counterup-box-wrap .counterup-box .edu-counterup:first-child{border-right:none}
}
.counterup-area-7 .counterup-box-wrap .counterup-box .edu-counterup:nth-child(3){border-right:.8px solid var(--color-border)}
@media only screen and (max-width:479px) {
.counterup-area-7 .counterup-box-wrap .counterup-box .edu-counterup:nth-child(3){border-right:none}
}
.counterup-area-7 .counterup-box-wrap .counterup-box.counterup-box-1{border-bottom:.8px solid var(--color-border)}
@media only screen and (max-width:479px) {
.counterup-area-7 .counterup-box-wrap .counterup-box.counterup-box-1{border-bottom:none}
}
.counterup-area-7 .counterup-box-wrap .shape-group li{position:absolute;z-index:-1}
@media only screen and (max-width:767px) {
.counterup-area-7 .counterup-box-wrap .shape-group li img{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);-webkit-animation:none;animation:none}
}
.counterup-area-7 .counterup-box-wrap .shape-group li.shape-1{top:-80px;left:-90px}
.counterup-area-7 .counterup-box-wrap .shape-group li.shape-2{top:-100px;left:-15px;z-index:1}
.counterup-area-7 .counterup-box-wrap .shape-group li.shape-3{bottom:-60px;right:-90px}
.counterup-area-7 .counterup-box-wrap .shape-group li.shape-4{bottom:-63px;right:30px}
.counterup-area-8{position:relative}
.counterup-area-8 .shape-group li{position:absolute;z-index:-1}
.counterup-area-8 .shape-group li img{opacity:.9}
.counterup-area-8 .shape-group li.shape-1{bottom:-70px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}
.counterup-area-9 .shape-group li.shape-1{bottom:-34px;right:-54px}
.counterup-area-11{background:var(--gradient-primary);padding:65px 0}
.counterup-area-11 .counterup-style-6{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
@media only screen and (max-width:575px) {
.counterup-area-11 .counterup-style-6{display:block}
}
.counterup-area-11 .counterup-style-6:after{display:none}
.counterup-area-11 .counterup-style-6 .icon{width:100px;height:100px;border-radius:50%;background-color:#ffffff26;line-height:104px}
@media only screen and (min-width:992px) and (max-width:1199px) {
.counterup-area-11 .counterup-style-6 .icon{width:80px;height:80px;line-height:82px;font-size:45px}
}
@media only screen and (max-width:575px) {
.counterup-area-11 .counterup-style-6 .icon{text-align:center;display:inline-block}
}
.counterup-area-11 .counterup-style-6 .icon.icon-flower{font-size:47px}
@media only screen and (min-width:992px) and (max-width:1199px) {
.counterup-area-11 .counterup-style-6 .icon.icon-flower{font-size:40px}
}
.counterup-area-11 .counterup-style-6 .counterup-wrapper{margin-left:20px;margin-top:15px;text-align:left}
.counterup-area-11 .counterup-style-6 .counterup-wrapper .count-number{text-align:left}
@media only screen and (min-width:992px) and (max-width:1199px) {
.counterup-area-11 .counterup-style-6 .counterup-wrapper .count-number{font-size:30px}
}
@media only screen and (max-width:575px) {
.counterup-area-11 .counterup-style-6 .counterup-wrapper .count-number{text-align:center}
.counterup-area-11 .counterup-style-6 .counterup-wrapper .title{text-align:center}
}
.counterup-area-12 .edu-counterup{padding:0}
.counterup-area-14{padding:100px 0 75px}
.counterup-area-14 .counterup-style-14{background-color:var(--white-color);padding:37px 0;border-radius:75px;box-shadow:0 10px 28.2px 1.8px #00000012}
.counterup-area-15 .counterup-style-15{padding:0}
.counterup-area-15 .counterup-style-15 .counter-item{font-size:75px}
.counterup-area-15 .counterup-style-15 .counter-item.primary-color{color:#1ab69d26}
.counterup-area-15 .counterup-style-15 .counter-item.secondary-color{color:#ee4a6226}
.counterup-area-15 .counterup-style-15 .counter-item.extra02-color{color:#8e56ff26}
.counterup-area-15 .counterup-style-15 .counter-item.extra05-color{color:#f8941f26}
.counterup-area-15 .counterup-style-15 .title{font-size:15px;font-weight:var(--p-semi-bold);margin-top:-70px}
.counterup-area-16{background:url(../images/bg/bg-image-56.webp);background-size:cover;background-position:center center;background-repeat:no-repeat;padding:70px 0 40px}
.counterup-area-16 .counterup-style-16{padding:0}
.counterup-area-16 .counterup-style-16 .radial-progress{position:relative}
.counterup-area-16 .counterup-style-16 .radial-progress .circle-text{position:absolute;top:50%;left:-15px;width:100%;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.counterup-area-16 .counterup-style-16 .radial-progress .circle-text .count{font-size:36px;font-weight:var(--p-extra-bold);font-family:var(--font-secondary);color:var(--white-color);position:relative}
.counterup-area-16 .counterup-style-16 .radial-progress .circle-text .count::after{position:absolute;content:"%";left:100%;color:var(--white-color)}
.counterup-area-16 .counterup-style-16 h5{font-size:18px;font-weight:var(--p-semi-bold);text-transform:uppercase;color:var(--white-color);margin-top:20px}
.edu-course{background-color:var(--white-color);position:relative;border-radius:5px;-webkit-transition:var(--transition);transition:var(--transition)}
.edu-course.course-style-1{-webkit-transition:var(--transition-2);transition:var(--transition-2)}
.edu-course.course-style-1 .thumbnail{-webkit-transition:var(--transition-2);transition:var(--transition-2)}
.edu-course.course-style-1 .thumbnail img{-webkit-transition:var(--transition-2);transition:var(--transition-2)}
.edu-course.course-style-1 .thumbnail:after{-webkit-transition:var(--transition-2);transition:var(--transition-2)}
.edu-course.course-style-1 .course-hover-content-wrapper{-webkit-transition:var(--transition-2);transition:var(--transition-2)}
.edu-course.course-style-1 .course-hover-content{-webkit-transition:var(--transition-2);transition:var(--transition-2)}
.edu-course.course-style-1 .course-hover-content p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.edu-course .thumbnail{position:relative;-webkit-transition:var(--transition);transition:var(--transition)}
.edu-course .thumbnail a{display:block;overflow:hidden;border-radius:5px 5px 0 0}
.edu-course .thumbnail a img{border-radius:5px 5px 0 0;-webkit-transition:.4s;transition:.4s;width:100%}
.edu-course .thumbnail a:after{content:"";height:100%;width:100%;background-color:#0003;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-transition:var(--transition);transition:var(--transition);border-radius:5px 5px 0 0}
.edu-course .thumbnail .time-top{position:absolute;top:10px;right:10px}
.edu-course .thumbnail .duration{background-color:#f8b81f;border-radius:3px;padding:4px 8px;font-weight:500;font-size:13px;color:var(--white-color);font-family:var(--font-secondary);display:block}
.edu-course .thumbnail .duration i{font-size:16px;position:relative;top:2px;margin-right:6px}
.edu-course .content{padding:30px 20px 16px 30px}
.edu-course .content .course-level{font-size:13px;font-weight:500;color:var(--main-color);font-family:var(--font-secondary);background-color:#1ab69d26;border-radius:3px;padding:1px 10px;margin-bottom:15px;display:inline-block}
.edu-course .content .title{margin-bottom:8px}
.edu-course .content .title a{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.edu-course .content .course-rating{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}
.edu-course .content .course-rating .rating{color:#f8b81f;-webkit-transition:var(--transition);transition:var(--transition)}
.edu-course .content .course-rating .rating-count{font-size:14px;font-weight:500;color:var(--color-heading);margin-left:10px;-webkit-transition:var(--transition);transition:var(--transition)}
.edu-course .content .course-price{font-size:14px;font-weight:var(--p-semi-bold);color:var(--main-color2);font-family:var(--font-secondary);margin-bottom:14px;-webkit-transition:var(--transition);transition:var(--transition)}
.edu-course .content .course-price.price-round{font-size:22px;font-weight:var(--p-bold);color:var(--white-color);height:80px;width:80px;line-height:84px;background-color:var(--main-color);border-radius:50%;text-align:center}
.edu-course .content .course-meta li{display:inline-block;font-size:13px;color:var(--color-heading);margin-right:25px;position:relative;-webkit-transition:var(--transition);transition:var(--transition)}
.edu-course .content .course-meta li:after{content:"";height:19px;width:1px;background-color:#e5e5e5;position:absolute;top:1px;right:-15px;-webkit-transition:var(--transition);transition:var(--transition)}
.edu-course .content .course-meta li:last-child{margin-right:0}
.edu-course .content .course-meta li:last-child:after{display:none}
.edu-course .content .course-meta li i{color:#a7a7a7;font-size:14px;margin-right:7px;-webkit-transition:var(--transition);transition:var(--transition)}
.edu-course .course-hover-content-wrapper{position:absolute;content:'';width:100%;height:100%;left:0;top:0;-webkit-transition:var(--transition);transition:var(--transition);opacity:0;background-color:var(--main-color)}
.edu-course .course-hover-content-wrapper button.wishlist-btn{background:#ffffff26;position:absolute;top:20px;right:20px;display:none}
.edu-course .course-hover-content-wrapper button.wishlist-btn:hover{background:var(--main-color2)}
@media only screen and (max-width:1199px) {
.edu-course .course-hover-content-wrapper button.wishlist-btn{display:block}
}
.edu-course .course-hover-content{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);bottom:0;left:0;right:0;border-radius:4px;padding:50px 20px 45px 30px;visibility:hidden;opacity:0;-webkit-transition:var(--transition);transition:var(--transition);display:inline-table}
.edu-course .course-hover-content .content{padding:0}
.edu-course .course-hover-content .content .wishlist-btn{background:#ffffff26;position:absolute;top:10px;right:10px}
.edu-course .course-hover-content .content .wishlist-btn:hover{background:var(--main-color2)}
@media only screen and (max-width:1199px) {
.edu-course .course-hover-content .content .wishlist-btn{display:none}
}
.edu-course .course-hover-content .content .course-level{background-color:var(--white-color);color:var(--color-heading)}
.edu-course .course-hover-content .content .title{color:var(--white-color)}
.edu-course .course-hover-content .content .title a:hover{color:var(--white-color)}
.edu-course .course-hover-content .content .course-rating .rating-count{color:var(--white-color)}
.edu-course .course-hover-content .content .course-price{color:var(--white-color)}
.edu-course .course-hover-content .content p{color:var(--white-color);margin-bottom:15px}
.edu-course .course-hover-content .content .course-meta{margin-bottom:16px}
.edu-course .course-hover-content .content .course-meta li{color:var(--white-color)}
.edu-course .course-hover-content .content .course-meta li:after{background-color:#ffffff40}
.edu-course .course-hover-content .content .course-meta li i{color:var(--white-color)}
.edu-course .hover-content-aside{width:344px;padding-left:12px;position:absolute;top:50%;left:100%;-webkit-transform:translateY(-50%) translateX(-20px);-ms-transform:translateY(-50%) translateX(-20px);transform:translateY(-50%) translateX(-20px);visibility:hidden;opacity:0;-webkit-transition:var(--transition);transition:var(--transition);pointer-events:none;z-index:1}
.edu-course .hover-content-aside .content{background-color:var(--white-color);border-radius:4px;box-shadow:0 0 50px 0 #1a2e5533;padding:30px 30px 40px}
.edu-course .hover-content-aside .content:before{content:"";border-top:12px solid transparent;border-right:13px solid var(--white-color);border-bottom:12px solid transparent;position:absolute;top:50%;left:-13px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.edu-course .hover-content-aside .content .course-rating{margin-bottom:0}
.edu-course .hover-content-aside .content .course-meta{margin-bottom:5px}
.edu-course .hover-content-aside .content .course-meta li{font-size:var(--font-size-b1);color:var(--color-body)}
.edu-course .hover-content-aside .content .course-meta li:after{height:5px;width:5px;background-color:#d1d1d1;border-radius:50%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:-17px}
.edu-course .hover-content-aside .content .course-feature{margin-bottom:25px}
.edu-course .hover-content-aside .content .course-feature ul li{font-size:13px;position:relative;padding-left:28px}
.edu-course .hover-content-aside .content .course-feature ul li:before{content:"\e913";font-family:'icomoon';color:var(--color-heading);margin-right:15px;position:absolute;left:0;top:2px}
.edu-course .hover-content-aside .content .button-group .edu-btn{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
.edu-course .hover-content-aside.content-right{left:auto;right:100%;padding-left:0;padding-right:12px}
.edu-course .hover-content-aside.content-right .content:before{left:auto;right:-12px;-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}
.edu-course:hover .course-hover-content-wrapper{opacity:1}
.edu-course:hover .thumbnail a img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}
.edu-course:hover .course-hover-content{visibility:visible;opacity:1}
.edu-course:hover .hover-content-aside{pointer-events:all;visibility:visible;opacity:1;-webkit-transform:translateY(-50%) translateX(0);-ms-transform:translateY(-50%) translateX(0);transform:translateY(-50%) translateX(0)}
.edu-course.course-style-2 .course-hover-content .content p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.edu-course.course-style-3{background-color:transparent;padding-bottom:5px;z-index:1}
.edu-course.course-style-3:before{content:"";height:10px;width:100%;background-color:var(--white-color);border-radius:0 0 4px 4px;position:absolute;bottom:0;left:0;right:0;z-index:-1;-webkit-transition:var(--transition);transition:var(--transition)}
.edu-course.course-style-3 .thumbnail .time-top{right:auto;left:10px}
.edu-course.course-style-3 .content{padding:30px;background-color:var(--white-color);border-radius:0 0 4px 4px;position:relative;-webkit-transition:var(--transition);transition:var(--transition)}
.edu-course.course-style-3 .content .course-level{color:var(--main-color2);background-color:#ee4a6226;margin-bottom:17px}
.edu-course.course-style-3 .content .title{margin-bottom:14px}
.edu-course.course-style-3 .content p{margin-bottom:20px}
.edu-course.course-style-3 .content .course-rating{margin-bottom:0}
.edu-course.course-style-3 .content .read-more-btn{visibility:hidden;opacity:0;margin-bottom:-50px;-webkit-transition:var(--transition);transition:var(--transition)}
.edu-course.course-style-3:hover:before{background-color:#ff5b5c4d}
.edu-course.course-style-3:hover .thumbnail{margin-bottom:-75px}
.edu-course.course-style-3:hover .thumbnail a:after{background-color:#00000080}
.edu-course.course-style-3:hover .content .read-more-btn{margin-top:24px;margin-bottom:0;visibility:visible;opacity:1}
.edu-course.course-style-4{box-shadow:var(--shadow-darkest);padding:30px}
.edu-course.course-style-4 .inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
@media only screen and (max-width:575px) {
.edu-course.course-style-4 .inner{display:block}
}
.edu-course.course-style-4 .thumbnail{margin-right:30px}
@media only screen and (max-width:575px) {
.edu-course.course-style-4 .thumbnail{margin-right:0;margin-bottom:20px}
}
.edu-course.course-style-4 .thumbnail a{border-radius:4px}
.edu-course.course-style-4 .thumbnail a img{border-radius:4px}
.edu-course.course-style-4 .thumbnail a:after{background-color:#0000001a}
.edu-course.course-style-4 .thumbnail .time-top{left:10px;right:auto}
.edu-course.course-style-4 .content{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding:0}
.edu-course.course-style-4 .content .course-price{font-weight:var(--p-bold);font-size:16px;margin-bottom:10px}
.edu-course.course-style-4 .content .course-rating{margin-bottom:14px}
.edu-course.course-style-4:hover{background-color:var(--main-color)}
.edu-course.course-style-4:hover .content .title a{color:var(--white-color)}
.edu-course.course-style-4:hover .content .course-price{color:var(--white-color)}
.edu-course.course-style-4:hover .content .course-rating .rating-count{color:var(--white-color)}
.edu-course.course-style-4:hover .content .course-meta li{color:var(--white-color)}
.edu-course.course-style-4:hover .content .course-meta li i{color:var(--white-color)}
.edu-course.course-style-4:hover .content .course-meta li:after{background-color:#ffffff4d}
.edu-course.course-style-5{background-color:var(--color-lighten04);border-radius:4px}
.edu-course.course-style-5 .thumbnail a:after{background-color:#0000}
.edu-course.course-style-5 .content{position:relative}
.edu-course.course-style-5 .content .price-round{position:absolute;top:-40px;right:30px}
.edu-course.course-style-5 .content .course-level{background-color:transparent;color:var(--main-color2);font-size:15px;padding:0}
.edu-course.course-style-5 .content .title a{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.edu-course.course-style-5 .content p{margin-bottom:12px}
.edu-course.course-style-6{background-color:transparent}
.edu-course.course-style-6 .thumbnail{margin-bottom:15px}
.edu-course.course-style-6 .thumbnail a:after{background-color:#0000}
.edu-course.course-style-6 .thumbnail .price-round{font-size:22px;font-weight:var(--p-bold);color:var(--white-color);height:80px;width:80px;line-height:84px;background-color:var(--main-color);font-family:var(--font-secondary);border-radius:50%;text-align:center;position:absolute;top:20px;right:20px}
.edu-course.course-style-6 .content{background-color:var(--white-color);padding:35px 40px 30px;border-radius:0 0 4px 4px}
.edu-course.course-style-6 .content .course-level{background-color:transparent;padding:0;color:var(--main-color2);font-size:15px}
.edu-course.course-style-6 .content .title{margin-bottom:15px}
.edu-course.course-style-7{border-radius:10px;box-shadow:var(--shadow-darkest);background-color:transparent}
.edu-course.course-style-7 .thumbnail{margin-bottom:-23px}
.edu-course.course-style-7 .thumbnail a{border-radius:10px 10px 0 0}
.edu-course.course-style-7 .thumbnail a img{border-radius:10px 10px 0 0}
.edu-course.course-style-7 .thumbnail a:after{background-color:#0000}
.edu-course.course-style-7 .thumbnail .course-price{font-family:var(--font-secondary);-webkit-transition:var(--transition);transition:var(--transition);position:absolute;bottom:-40px;right:30px;z-index:1}
@media only screen and (max-width:767px) {
.edu-course.course-style-7 .thumbnail .course-price{bottom:-18px}
}
.edu-course.course-style-7 .thumbnail .course-price.price-round{font-size:22px;font-weight:var(--p-bold);color:var(--white-color);height:80px;width:80px;line-height:84px;background-color:var(--white-color);border-radius:50%;text-align:center}
.edu-course.course-style-7 .content{position:relative;-webkit-mask-image:url(../images/others/mask-06.png);mask-image:url(../images/others/mask-06.png);-webkit-mask-repeat:no-repeat;-webkit-mask-size:cover;-webkit-mask-position:center;padding:50px 20px 10px 30px;border-radius:0 0 10px 10px}
@media only screen and (max-width:767px) {
.edu-course.course-style-7 .content{-webkit-mask-image:none;mask-image:none}
}
.edu-course.course-style-7 .content .course-level{background-color:transparent;padding:0;font-size:15px;color:var(--white-color)}
.edu-course.course-style-7 .content .title{color:var(--white-color)}
.edu-course.course-style-7 .content .title a:hover{color:#fffc}
.edu-course.course-style-7 .content .course-meta{margin-bottom:10px}
.edu-course.course-style-7 .content .course-meta li{color:var(--white-color)}
.edu-course.course-style-7 .content .course-meta li i{color:var(--white-color)}
.edu-course.course-style-7 .content p{color:var(--white-color)}
.edu-course.course-style-7.bg-color-extra02 .thumbnail .price-round{color:var(--color-extra02)}
.edu-course.course-style-7.bg-color-extra02 .content{background-color:var(--color-extra02)}
.edu-course.course-style-7.bg-main-color2 .thumbnail .price-round{color:var(--main-color3)}
.edu-course.course-style-7.bg-main-color2 .content{background-color:var(--main-color3)}
.edu-course.course-style-7.bg-main-color .thumbnail .price-round{color:var(--main-color)}
.edu-course.course-style-7.bg-main-color .content{background-color:var(--main-color)}
.edu-course.course-style-14{box-shadow:0 0 40px 0 #00000012;margin-bottom:50px}
.edu-course.course-style-14:last-child{margin-bottom:0}
.edu-course.course-style-14 .content .course-rating{margin-bottom:10px}
.edu-course.course-style-14 .content p{margin-bottom:12px}
.edu-course.course-style-14 .content .course-meta{margin:-10px 0}
.edu-course.course-style-14 .hover-content-aside{top:100%;left:50%;-webkit-transform:translateY(0) translateX(-50%);-ms-transform:translateY(0) translateX(-50%);transform:translateY(0) translateX(-50%);padding-top:12px;z-index:2}
.edu-course.course-style-14 .hover-content-aside .content{padding:30px 30px 40px}
.edu-course.course-style-14 .hover-content-aside .content:before{border-left:11px solid transparent;border-right:11px solid transparent;border-bottom:12px solid var(--white-color);border-top:none;top:0;left:50%;-webkit-transform:translateY(0) translateX(-50%);-ms-transform:translateY(0) translateX(-50%);transform:translateY(0) translateX(-50%)}
.edu-course.course-style-14 .hover-content-aside .content .course-level{background-color:transparent;padding:0;color:var(--main-color2);font-size:15px;margin-bottom:10px}
.edu-course.course-style-14 .hover-content-aside .content .course-meta{margin-bottom:2px}
.edu-course.course-style-14:hover{background-color:var(--white-color)}
.edu-course.course-style-14:hover .content .course-price{color:var(--main-color2)}
.edu-course.course-style-14:hover .content .title a{color:var(--color-heading)}
.edu-course.course-style-14:hover .content .title a:hover{color:var(--main-color)}
.edu-course.course-style-14:hover .content .course-rating .rating-count{color:var(--color-heading)}
.edu-course.course-style-14:hover .content .course-meta li{color:var(--color-heading)}
.edu-course.course-style-14:hover .content .course-meta li:after{background-color:#e5e5e5}
.edu-course.course-style-14:hover .content .course-meta li i{color:#a7a7a7}
.edu-course.course-style-9{box-shadow:0 0 40px 0 #00000012;margin-bottom:50px;margin-left:105px}
@media only screen and (max-width:575px) {
.edu-course.course-style-9{margin-left:0}
}
.edu-course.course-style-9:last-child{margin-bottom:0}
.edu-course.course-style-9 .thumbnail{margin-left:-135px}
@media only screen and (max-width:575px) {
.edu-course.course-style-9 .thumbnail{margin-left:0}
}
.edu-course.course-style-9 .thumbnail a{border-radius:50%}
.edu-course.course-style-9 .thumbnail a img{border-radius:50%}
.edu-course.course-style-9 .thumbnail a:after{border-radius:50%}
.edu-course.course-style-9 .content .course-rating{margin-bottom:10px}
.edu-course.course-style-9 .content p{margin-bottom:12px}
.edu-course.course-style-9 .content .course-meta{margin:-10px 0}
.edu-course.course-style-9 .hover-content-aside{top:100%;left:50%;-webkit-transform:translateY(0) translateX(-50%);-ms-transform:translateY(0) translateX(-50%);transform:translateY(0) translateX(-50%);padding-top:12px;z-index:2}
.edu-course.course-style-9 .hover-content-aside .content{padding:30px 30px 40px}
.edu-course.course-style-9 .hover-content-aside .content:before{border-left:11px solid transparent;border-right:11px solid transparent;border-bottom:12px solid var(--white-color);border-top:none;top:0;left:50%;-webkit-transform:translateY(0) translateX(-50%);-ms-transform:translateY(0) translateX(-50%);transform:translateY(0) translateX(-50%)}
.edu-course.course-style-9 .hover-content-aside .content .course-level{background-color:transparent;padding:0;color:var(--main-color2);font-size:15px;margin-bottom:10px}
.edu-course.course-style-9 .hover-content-aside .content .course-meta{margin-bottom:2px}
.edu-course.course-style-9:hover{background-color:var(--white-color)}
.edu-course.course-style-9:hover .content .course-price{color:var(--main-color2)}
.edu-course.course-style-9:hover .content .title a{color:var(--color-heading)}
.edu-course.course-style-9:hover .content .title a:hover{color:var(--main-color)}
.edu-course.course-style-9:hover .content .course-rating .rating-count{color:var(--color-heading)}
.edu-course.course-style-9:hover .content .course-meta li{color:var(--color-heading)}
.edu-course.course-style-9:hover .content .course-meta li:after{background-color:#e5e5e5}
.edu-course.course-style-9:hover .content .course-meta li i{color:#a7a7a7}
.edu-course.course-box-shadow{box-shadow:var(--shadow-darker)}
.edu-course.course-style-1.hover-button-bg-white a.edu-btn.btn-secondary:hover,.edu-course.course-style-2.hover-button-bg-white a.edu-btn.btn-secondary:hover{color:var(--color-black);background:#fff}
.edu-course.course-style-1.hover-button-bg-white a.edu-btn.btn-secondary:hover:after,.edu-course.course-style-2.hover-button-bg-white a.edu-btn.btn-secondary:hover:after{background:#fff}
.edu-course.course-style-1.hover-button-bg-white a.edu-btn.btn-secondary:after,.edu-course.course-style-2.hover-button-bg-white a.edu-btn.btn-secondary:after{display:none}
.edu-course-area{position:relative}
.edu-course-area.course-area-6{padding-bottom:175px}
@media only screen and (max-width:767px) {
.edu-course-area.course-area-6 .course-activation .swiper-wrapper .swiper-slide{padding:0}
}
.edu-course-area.course-area-6 .swiper-pagination-bullets.swiper-pagination-horizontal{bottom:110px;left:0;width:100%}
@media only screen and (max-width:479px) {
.edu-course-area.course-area-6 .swiper-pagination-bullets.swiper-pagination-horizontal{bottom:90px}
}
.edu-course-area.course-area-8{background-color:var(--color-lighten01);position:relative;overflow:hidden}
.edu-course-area.course-area-8::before{display:none}
.edu-course-area.course-area-8 ul{padding-left:0;list-style:none}
.edu-course-area.course-area-8 ul .section-title{display:inline-block;margin-top:0}
@media only screen and (max-width:991px) {
.edu-course-area.course-area-8 ul .section-title{display:block;text-align:center}
}
.edu-course-area.course-area-8 ul .course-view-all{text-align:right;margin-top:-140px;margin-bottom:55px}
@media only screen and (max-width:991px) {
.edu-course-area.course-area-8 ul .course-view-all{margin-top:-15px;margin-bottom:33px;text-align:center}
}
.edu-course-area.course-area-8 ul .course-view-all a:hover{color:var(--white-color)}
.edu-course-area.course-area-8 .shape-group li.shape-1{left:-280px;top:13px}
.edu-course-area.course-area-8 .shape-group li.shape-2{left:-600px;top:-430px;z-index:-1}
.edu-course-area.course-area-8 .shape-group li.shape-2 span{width:570px;height:570px;border:1px solid var(--color-border);border-radius:50%;display:block}
.edu-course-area.course-area-8 .shape-group li.shape-3{bottom:-68px;right:-111px}
.edu-course-area.course-area-8 .shape-group li.shape-4{right:-100px;bottom:-12px;z-index:1}
.edu-course-area .edu-course.course-style-8::after{position:absolute;content:'';left:0;top:0;right:0;bottom:0;width:100%;height:100%;background:var(--gradient-primary);border-radius:5px;opacity:0;visibility:hidden;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}
.edu-course-area .edu-course.course-style-8 .inner{position:relative;z-index:12}
.edu-course-area .edu-course.course-style-8 .thumbnail a::after{border-radius:50%}
.edu-course-area .edu-course.course-style-8 .thumbnail a img{border-radius:50%!important}
.edu-course-area .edu-course.course-style-8 .thumbnail .time-top{left:0}
.edu-course-area .edu-course.course-style-8:hover{background:transparent}
.edu-course-area .edu-course.course-style-8:hover::after{opacity:1;visibility:visible}
.edu-course-area .edu-course.course-style-8:hover .course-hover-content-wrapper{opacity:1}
.edu-course-area .edu-course.course-style-8:hover .thumbnail a img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.edu-course-area .edu-course.course-style-8:hover .title a{color:var(--white-color)}
.edu-course-area .edu-course.course-style-8:hover .title a:hover{color:var(--white-color)}
.edu-course-area .edu-course.course-style-8:hover .course-rating .rating-count{color:var(--white-color)}
.edu-course-area .edu-course.course-style-8:hover .course-meta li{color:var(--white-color)}
.edu-course-area .edu-course.course-style-8:hover .course-meta li i{color:var(--white-color)}
.edu-course-area.course-area-9 ul{padding-left:0;list-style:none}
.edu-course-area.course-area-9 ul .section-title{display:inline-block;margin-top:0}
@media only screen and (max-width:991px) {
.edu-course-area.course-area-9 ul .section-title{display:block;text-align:center}
}
.edu-course-area.course-area-9 ul .course-view-all{text-align:right;margin-top:-140px;margin-bottom:55px}
@media only screen and (max-width:991px) {
.edu-course-area.course-area-9 ul .course-view-all{margin-top:-15px;margin-bottom:33px;text-align:center}
}
.edu-course-area.course-area-9 ul .course-view-all a.edu-btn{background-color:var(--color-lighten01);color:var(--main-color)}
.edu-course-area.course-area-9 ul .course-view-all a.edu-btn:hover{color:var(--white-color)}
.edu-course-area .course-style-12{background-color:var(--white-color)}
.edu-course-area .course-style-12 .inner .thumbnail{position:relative}
.edu-course-area .course-style-12 .inner .thumbnail a{border-radius:5px}
.edu-course-area .course-style-12 .inner .thumbnail a img{border-radius:5px}
.edu-course-area .course-style-12 .inner .thumbnail .course-price{position:absolute;left:20px;top:20px;background-color:var(--color-extra05);color:var(--white-color);font-size:14px;width:80px;height:26px;line-height:28px;text-align:center;border-radius:5px}
.edu-course-area .course-style-12 .inner .thumbnail .read-more-btn{position:absolute;right:30px;bottom:-30px}
.edu-course-area .course-style-12 .inner .thumbnail .read-more-btn a.btn-icon-round{border-radius:50%;background-color:var(--white-color);color:var(--main-color);box-shadow:var(--shadow-dark)}
.edu-course-area .course-style-12 .inner .thumbnail .read-more-btn a.btn-icon-round:hover{background-color:var(--main-color);color:var(--white-color)}
.edu-course-area .course-style-12 .inner .instructor{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:30px}
.edu-course-area .course-style-12 .inner .instructor img{width:40px;height:40px;border-radius:50%}
.edu-course-area .course-style-12 .inner .instructor .instructor-name{margin-top:12px;margin-left:15px;font-size:15px;font-weight:var(--p-semi-bold)}
.edu-course-area .course-style-12 .inner .content{padding:0 50px 10px 0}
.edu-course-area .course-style-12 .inner .content .title{font-size:18px;font-weight:var(--p-bold)}
.edu-course-area .course-style-16{background:var(--white-color);box-shadow:var(--shadow-darker);border-radius:5px;padding:30px}
.edu-course-area .course-style-16 .thumbnail a{border-radius:5px}
.edu-course-area .course-style-16 .thumbnail a img{border:5px}
.edu-course-area .course-style-16 .thumbnail .course-price{position:absolute;right:20px;top:10px;width:70px;height:70px;line-height:74px;background-color:var(--white-color);box-shadow:0 10px 28.2px 1.8px #00000012;color:var(--color-black);font-size:18px;font-weight:var(--p-bold);font-family:var(--font-secondary);text-align:center;border-radius:50%}
.edu-course-area .course-style-16 .content{padding:0}
.edu-course-area .course-style-16 .content .pre-title{background:var(--gradient-primary);color:var(--white-color);border-radius:30px;font-size:15px;padding:2px 20px;margin:30px 0 20px;display:inline-block}
.edu-course-area .course-style-16 .content .title{font-size:18px}
.edu-course-area .course-style-16 .content .course-meta li{margin-bottom:0}
.edu-course-area .course-style-17{background-color:transparent}
.edu-course-area .course-style-17 .thumbnail{padding:30px;z-index:1}
.edu-course-area .course-style-17 .thumbnail a{border-radius:5px!important}
.edu-course-area .course-style-17 .thumbnail img{border-radius:5px}
.edu-course-area .course-style-17 .content{margin-top:-140px;padding:147px 20px 16px 30px;border-radius:5px;background:var(--white-color);box-shadow:var(--shadow-dark)}
.edu-course-area .course-style-17 .content .pre-title{font-size:13px;font-weight:500;color:var(--main-color);font-family:var(--font-secondary);background-color:#1ab69d26;border-radius:30px;padding:1px 10px;margin-bottom:15px;display:inline-block}
.edu-course-area .course-style-18{background-color:transparent}
.edu-course-area .course-style-18 .thumbnail{padding:0 40px 0 0;z-index:1}
.edu-course-area .course-style-18 .thumbnail a{border-top-left-radius:70px!important;border-top-right-radius:5px!important;border-bottom-right-radius:5px!important}
.edu-course-area .course-style-18 .thumbnail img{border-top-left-radius:70px;border-top-right-radius:5px;border-bottom-right-radius:5px}
.edu-course-area .course-style-18 .content{margin-top:-118px;padding:147px 20px 16px 30px;border-radius:5px;border-bottom-right-radius:100px;background:var(--white-color)}
.edu-course-area .course-style-18 .content .pre-title{font-size:13px;font-weight:500;color:var(--main-color2);font-family:var(--font-secondary);background-color:#ee4a6226;border-radius:30px;padding:1px 10px;margin-bottom:15px;display:inline-block}
.edu-course-area .course-style-19{background-color:var(--white-color);box-shadow:0 10px 50px 0 #1a2e5526}
.edu-course-area .course-style-19 .content{position:relative}
.edu-course-area .course-style-19 .content .course-price{position:absolute;top:-40px;right:30px;font-size:18px;font-weight:var(--p-bold);color:var(--white-color);height:70px;width:70px;line-height:74px;background:var(--gradient-primary);text-align:center;border-radius:0;border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-right-radius:30px}
.edu-course-area .course-style-19 .content .pre-title{font-size:13px;font-weight:500;color:var(--main-color);font-family:var(--font-secondary);background-color:#1ab69d26;border-radius:30px;padding:1px 13px;margin-bottom:15px;display:inline-block}
.edu-course-area .course-style-20{padding:30px}
.edu-course-area .course-style-20 .thumbnail a::after{border-radius:5px}
.edu-course-area .course-style-20 .content{margin-top:0}
.edu-course-area .course-style-20 .content .course-price{margin-bottom:8px;color:var(--main-color)}
.edu-course-area .course-style-20 .content .course-meta li{margin:0 25px 0 0}
.edu-course-area .course-style-22{background:var(--white-color);box-shadow:var(--shadow-darker);border-radius:5px;padding:30px}
.edu-course-area .course-style-22 .thumbnail a{border-radius:5px}
.edu-course-area .course-style-22 .thumbnail a img{border:5px}
.edu-course-area .course-style-22 .thumbnail .course-price{position:absolute;right:10px;top:10px;width:70px;height:70px;line-height:70px;background:-webkit-linear-gradient(41.26deg,#1AB69D 15.05%,#31B978 86.42%);background:linear-gradient(48.74deg,#1AB69D 15.05%,#31B978 86.42%);box-shadow:0 10px 28.2px 1.8px #00000012;color:var(--white-color);font-size:22px;font-weight:var(--p-semi-bold);text-align:center;border-radius:50%}
.edu-course-area .course-style-22 .content{padding:0}
.edu-course-area .course-style-22 .content .pre-title{background:var(--gradient-primary);color:var(--white-color);border-radius:30px;font-size:15px;padding:2px 20px;margin:30px 0 20px;display:inline-block}
.edu-course-area .course-style-22 .content .title{font-size:18px}
.edu-course-area .course-style-22 .content .course-meta li{margin-top:25px;margin-bottom:15px}
.edu-course-area .course-style-22 .content .read-more-btn{margin-top:20px}
.edu-course-area .course-style-22 .content .read-more-btn .edu-btn{color:var(--color-black);background:#FFF;border:1px solid #E5E5E5;border-radius:5px;font-weight:600;-webkit-transition:background .7s linear;transition:background .7s linear}
.edu-course-area .course-style-22 .content .read-more-btn .edu-btn::after{display:none}
.edu-course-area .course-style-22 .content .read-more-btn .edu-btn:hover{color:var(--white-color);background:-webkit-linear-gradient(right,#31b978 0%,#1ab69d 100%);background:linear-gradient(-90deg,#31b978 0%,#1ab69d 100%);border:none}
.edu-course-area.course-area-10{background:var(--cta-color-bg);overflow:hidden}
.edu-course-area.course-area-10 .shape-group li.shape-1{left:-183px;bottom:-63px;z-index:1}
.edu-course-area.course-area-10 .shape-group li.shape-2{right:-81px;top:-226px;z-index:1}
.edu-course-area.course-area-10 .shape-group li.shape-3{top:44px;left:-262px;z-index:0}
.edu-course-area.course-area-10 .shape-group li.shape-4{left:-525px;top:-303px;z-index:1}
.edu-course-area.course-area-10 .shape-group li.shape-4 span{display:block;height:470px;width:470px;border:1px solid var(--color-border);border-radius:50%}
.edu-course-area .course-style-10 .inner .thumbnail img{border-top-left-radius:5px;border-top-right-radius:5px}
.edu-course-area .course-style-10 .course-price{position:absolute;left:20px;top:20px;background-color:var(--color-extra05);color:var(--white-color);font-size:14px;width:137px;height:30px;line-height:30px;text-align:center;border-radius:5px}
.edu-course-area .course-style-10 .flag-wrap{position:absolute;right:30px;bottom:-30px;background-color:var(--white-color);border:8px solid var(--white-color);border-radius:50%;box-shadow:var(--shadow-dark);z-index:1}
.edu-course-area .course-style-10 .flag-wrap .flag-content{border-radius:50%}
.edu-course-area .course-style-10 .flag-wrap .flag-content img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.edu-course-area .course-style-10 .content{background:var(--white-color);border-bottom-right-radius:5px;border-bottom-left-radius:5px}
.edu-course-area .course-style-10 .content .title a{font-size:18px;font-weight:var(--p-bold);color:var(--color-heading);-webkit-transition:var(--transition);transition:var(--transition)}
.edu-course-area .course-style-10 .content .title a:hover{color:var(--main-color)}
.edu-course-area .course-style-11 .inner .thumbnail a::after{content:"";height:100%;width:100%;background:#fff;background:-webkit-linear-gradient(top,#33333303 25%,#333333b3 100%);background:linear-gradient(top,#33333303 25%,#333333b3 100%);position:absolute;top:0;bottom:0;left:0;right:0;border-radius:5px;overflow:hidden;visibility:visible;opacity:1;-webkit-transition:var(--transition);transition:var(--transition)}
.edu-course-area .course-style-11 .inner .thumbnail img{border-radius:5px}
.edu-course-area .course-style-11 .inner .thumbnail .course-meta{position:absolute;left:0;bottom:10px;margin-bottom:0}
.edu-course-area .course-style-11 .inner .thumbnail .course-meta li{display:inline-block;font-size:13px;color:var(--color-heading);background-color:var(--white-color);line-height:22px;border-radius:30px;margin-right:10px;padding:4px 18px;position:relative;z-index:2;-webkit-transition:var(--transition);transition:var(--transition)}
.edu-course-area .course-style-11 .inner .thumbnail .course-meta li .icon-course{color:var(--color-body);margin-right:6px}
.edu-course-area .course-style-11 .inner .thumbnail a{border-radius:5px}
.edu-course-area .course-style-11 .inner .thumbnail a::after{border-radius:5px!important}
.edu-course-area .course-style-11 .course-price{position:absolute;left:20px;top:20px;background-color:var(--main-color);color:var(--white-color);font-size:22px;font-weight:var(--p-bold);width:80px;height:80px;line-height:80px;text-align:center;border-radius:50%;z-index:1}
.edu-course-area .course-style-11 .content{background:var(--white-color);padding:30px 40px 0 0}
.edu-course-area .course-style-11 .content .pre-textsecondary{color:var(--main-color2);margin-bottom:8px}
.edu-course-area .course-style-11 .content .title a{font-size:18px;color:var(--color-heading);-webkit-transition:var(--transition);transition:var(--transition)}
.edu-course-area .course-style-11 .content .title a:hover{color:var(--main-color)}
.edu-course-area .course-style-13 .inner .thumbnail a::after{background:-webkit-linear-gradient(top,#3331a 49%,#333 100%);background:linear-gradient(top,#3331a 49%,#333 100%)}
.edu-course-area .course-style-13 .inner .thumbnail .course-meta li{font-size:14px;margin-left:20px}
.edu-course-area .course-style-13 .course-price{font-size:22px;width:70px;height:70px;line-height:70px}
.home-photography-course{padding:180px 0 120px}
@media only screen and (min-width:768px) and (max-width:991px) {
.home-photography-course{padding:95px 0 100px}
}
@media only screen and (max-width:767px) {
.home-photography-course{padding:75px 0 80px}
}
.home-photography-course ul{padding-left:0;list-style:none}
.home-photography-course ul .section-title{display:inline-block;margin-top:0}
@media only screen and (max-width:991px) {
.home-photography-course ul .section-title{display:block;text-align:center}
}
.home-photography-course ul .course-view-all{text-align:right;margin-top:-140px;margin-bottom:55px}
@media only screen and (max-width:991px) {
.home-photography-course ul .course-view-all{margin-top:-15px;margin-bottom:33px;text-align:center}
}
.home-photography-course ul .course-view-all a{font-weight:var(--p-semi-bold)}
.home-photography-course ul .course-view-all a.edu-btn{background-color:var(--color-lighten01);color:var(--main-color)}
.home-photography-course ul .course-view-all a:hover{color:var(--white-color)}
.home-photography-course .course-style-13 .content{padding:30px 10px 0 0}
.home-online-art-course{background:#f6f1ea;position:relative;overflow:hidden}
.home-online-art-course .shape-group li.shape-1{left:-294px;top:-48px}
.home-online-art-course .shape-group li.shape-2{left:-195px;top:17px}
.home-online-art-course .shape-group li.shape-3{right:-265px;bottom:-44px}
.home-online-art-course .shape-group li.shape-4{right:-182px;bottom:5px}
.home-online-art-course .shape-group li.shape-5{right:-9px;top:-184px;z-index:0}
.home-online-art-course .shape-group li.shape-6{left:0;bottom:0;z-index:0}
.course-view-all{text-align:center;margin-top:60px}
.course-view-all .view-text{margin-bottom:0}
.digital-marketing-course .digital-marketing-course-activation{margin:-40px -30px -20px;position:relative;padding:36px 0 26px}
@media only screen and (max-width:1199px) {
.digital-marketing-course .digital-marketing-course-activation{margin:0}
}
.digital-marketing-course .digital-marketing-course-activation::before{content:"";position:absolute;left:0;top:36px;bottom:0;width:380px;height:75%;background:-webkit-linear-gradient(left,#ffffffe6 100px,#fff0);background:linear-gradient(90deg,#ffffffe6 100px,#fff0);z-index:2}
@media only screen and (max-width:1650px) {
.digital-marketing-course .digital-marketing-course-activation::before{width:320px}
}
@media only screen and (max-width:1199px) {
.digital-marketing-course .digital-marketing-course-activation::before{display:none}
}
.digital-marketing-course .digital-marketing-course-activation::after{content:"";position:absolute;right:0;top:36px;bottom:0;width:380px;height:75%;background:-webkit-linear-gradient(right,#ffffffe6 100px,#fff0);background:linear-gradient(270deg,#ffffffe6 100px,#fff0);z-index:2}
@media only screen and (max-width:1650px) {
.digital-marketing-course .digital-marketing-course-activation::after{width:320px}
}
@media only screen and (max-width:1199px) {
.digital-marketing-course .digital-marketing-course-activation::after{display:none}
}
.digital-marketing-course .digital-marketing-course-activation .swiper-navigation{text-align:center;margin-top:50px}
.digital-marketing-course .digital-marketing-course-activation .swiper-navigation .swiper-btn-nxt,.digital-marketing-course .digital-marketing-course-activation .swiper-navigation .swiper-btn-prv{width:70px;height:50px;background-color:var(--white-color);box-shadow:0 5px 30px 0 #14244226}
.digital-marketing-course .digital-marketing-course-activation .swiper-navigation .swiper-btn-nxt{border-radius:25px;border-bottom-right-radius:0}
.digital-marketing-course .digital-marketing-course-activation .swiper-navigation .swiper-btn-prv{border-radius:25px;border-bottom-left-radius:0}
.digital-marketing-course .digital-marketing-course-activation .course-style-19 .content .title{margin-bottom:15px}
.sales-coach-course{background-color:#f5f5f5;margin-top:-320px;padding:372px 0 120px;position:relative}
@media only screen and (max-width:991px) {
.sales-coach-course{margin-top:-254px;padding:270px 0 90px}
}
@media only screen and (max-width:767px) {
.sales-coach-course{margin-top:-200px;padding:200px 0 70px}
}
@media only screen and (max-width:479px) {
.sales-coach-course{margin-top:-180px;padding:180px 0 50px}
}
.sales-coach-course::before,.sales-coach-course::after{content:"";position:absolute;left:0;right:0;top:148px;bottom:0;width:100%;height:100%}
@media only screen and (max-width:1199px) {
.sales-coach-course::before,.sales-coach-course::after{top:0}
}
.sales-coach-course::before{background:url(../images/bg/bg-image-50.svg);background-repeat:no-repeat;background-position:center center}
.sales-coach-course::after{background:url(../images/bg/bg-image-49.svg);background-repeat:no-repeat;background-position:center center}
.home-gym-course{background-color:#F0F4F5;position:relative}
.home-gym-course::before{content:'';position:absolute;left:0;right:0;bottom:0;width:100%;height:100%;background:url(../images/bg/bg-image-57.webp);background-position:center;background-size:cover;background-repeat:no-repeat}
.course-layout-five-tooltip-content{width:344px;pointer-events:none;z-index:1}
.course-layout-five-tooltip-content .content{border-radius:4px;padding:30px 30px 40px;position:relative}
.course-layout-five-tooltip-content .content .price-round{position:absolute;top:-40px;right:30px}
.course-layout-five-tooltip-content .content .course-level{background-color:transparent;color:var(--main-color2);font-size:15px;padding:0;margin-bottom:15px;display:inline-block;font-weight:500;font-family:var(--font-secondary)}
.course-layout-five-tooltip-content .content .title{margin-top:0;margin-bottom:8px}
.course-layout-five-tooltip-content .content .title a{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;pointer-events:all}
.course-layout-five-tooltip-content .content .title a:hover{color:var(--main-color)}
.course-layout-five-tooltip-content .content .course-rating{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:0}
.course-layout-five-tooltip-content .content .course-rating .rating{color:#f8b81f;-webkit-transition:var(--transition);transition:var(--transition)}
.course-layout-five-tooltip-content .content .course-rating .rating-count{font-size:14px;font-weight:500;color:var(--color-heading);margin-left:10px;-webkit-transition:var(--transition);transition:var(--transition)}
.course-layout-five-tooltip-content .content .course-price{font-size:14px;font-weight:var(--p-semi-bold);color:var(--main-color2);font-family:var(--font-secondary);margin-bottom:14px;-webkit-transition:var(--transition);transition:var(--transition)}
.course-layout-five-tooltip-content .content .course-price.price-round{font-size:22px;font-weight:var(--p-bold);color:var(--white-color);height:80px;width:80px;line-height:84px;background-color:var(--main-color);border-radius:50%;text-align:center}
.course-layout-five-tooltip-content .content .course-meta li{display:inline-block;margin-right:25px;position:relative;-webkit-transition:var(--transition);transition:var(--transition);font-size:var(--font-size-b1);color:var(--color-body)}
.course-layout-five-tooltip-content .content .course-meta li:after{position:absolute;content:'';height:5px;width:5px;background-color:#d1d1d1;border-radius:50%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:-17px}
.course-layout-five-tooltip-content .content .course-meta li:last-child{margin-right:0}
.course-layout-five-tooltip-content .content .course-meta li:last-child:after{display:none}
.course-layout-five-tooltip-content .content .course-meta li i{color:#a7a7a7;font-size:14px;margin-right:7px;-webkit-transition:var(--transition);transition:var(--transition)}
.course-layout-five-tooltip-content .content .course-feature{margin-bottom:25px}
.course-layout-five-tooltip-content .content .course-feature ul li{font-size:13px;position:relative;padding-left:28px}
.course-layout-five-tooltip-content .content .course-feature ul li:before{content:"\e913";font-family:'icomoon';color:var(--color-heading);margin-right:15px;position:absolute;left:0;top:2px}
.course-layout-five-tooltip-content .content .button-group .edu-btn{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;color:var(--white-color)!important;pointer-events:all}
body .tpd-size-medium .tpd-content{padding:inherit;font-size:inherit;line-height:inherit}
.tpd-tooltip .tpd-content-wrapper{overflow:unset}
@media only screen and (max-width:767px) {
.tpd-tooltip .tpd-content-wrapper{display:none}
}
.tpd-tooltip .tpd-content{padding:0;line-height:inherit;font-size:var(--fontSize)}
.tpd-tooltip .tpd-shift-stem-side{display:none!important}
.tpd-tooltip .tpd-backgrounds,.tpd-tooltip .tpd-stem{display:none!important}
.tpd-visible-frame-left .tpd-frame-left,.tpd-visible-frame-right .tpd-frame-left{position:relative}
.tpd-visible-frame-left .tpd-frame-left:before,.tpd-visible-frame-right .tpd-frame-left:before{content:"";border-top:12px solid transparent;border-right:13px solid var(--white-color);border-bottom:12px solid transparent;position:absolute;top:50%;left:-12px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:9}
.tpd-visible-frame-right .tpd-frame-left:after{content:"";border-top:12px solid transparent;border-right:13px solid var(--white-color);border-bottom:12px solid transparent;position:absolute;top:50%;left:-12px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:9}
.tpd-visible-frame-right .tpd-frame-right{position:relative;list-style:none}
.tpd-visible-frame-right .tpd-frame-right:after{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:9;border-left:13px solid var(--white-color);border-top:12px solid transparent;border-bottom:12px solid transparent;left:inherit!important;right:0}
.tpd-skin{left:12px}
@media only screen and (max-width:767px) {
.tpd-skin{display:none}
}
.tpd-content-spacer{background:var(--white-color);box-shadow:0 0 50px 0 #1a2e5533;border-radius:4px}
.tpd-skin.tpd-visible-frame-right{left:0}
.tpd-skin-light a{color:inherit!important}
.tpd-tooltip{z-index:9!important}
.tpd-tooltip a,.tpd-tooltip a:hover{color:inherit!important;text-decoration:inherit!important}
.load-more-btn{text-align:center;margin-top:70px}
@media only screen and (max-width:767px) {
.load-more-btn{margin-top:50px}
}
.load-more-btn .edu-btn{padding:0 50px}
@media only screen and (max-width:767px) {
.load-more-btn .edu-btn{padding:0 30px}
}
.load-more-btn .edu-btn i{font-size:20px;top:4px;padding-left:10px}
@media only screen and (max-width:767px) {
.load-more-btn .edu-btn i{font-size:15px;top:2px}
}
.isotop-button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:-5px -5px 45px}
@media only screen and (max-width:575px) {
.isotop-button{display:inline-block;text-align:center}
}
.isotop-button button{text-align:center;font-size:14px;font-weight:var(--p-medium);text-transform:uppercase;color:var(--color-heading);background-color:#ede8e1;border-radius:5px;border:none;padding:0 30px;height:60px;margin:5px;-webkit-transition:var(--transition);transition:var(--transition);position:relative;z-index:1}
@media only screen and (max-width:575px) {
.isotop-button button{padding:0 25px;height:50px;font-size:12px}
}
.isotop-button button:after{content:"";width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:10px solid var(--main-color2);position:absolute;bottom:-5px;left:0;right:0;margin:0 auto;visibility:hidden;opacity:0;-webkit-transition:var(--transition);transition:var(--transition);z-index:-1}
@media only screen and (max-width:575px) {
.isotop-button button:after{display:none}
}
.isotop-button button:hover,.isotop-button button.is-checked{background-color:var(--main-color2);color:var(--white-color)}
.isotop-button button:hover:after,.isotop-button button.is-checked:after{bottom:-10px;visibility:visible;opacity:1}
.isotop-button.button-transparent button{text-align:center;font-size:16px;font-weight:var(--p-medium);text-transform:capitalize;background-color:transparent;color:var(--color-body);height:auto;padding:0 12px}
.isotop-button.button-transparent button:after{display:block;border:none;height:2px;width:0;background-color:var(--main-color);bottom:0}
.isotop-button.button-transparent button:hover:after,.isotop-button.button-transparent button.is-checked:after{width:100%;visibility:visible;opacity:1}
.course-area-3{overflow:hidden;position:relative;z-index:1}
@media only screen and (max-width:767px) {
.course-area-3 .shape-group{display:none}
}
.course-area-3 .shape-group li{position:absolute;z-index:-1}
.course-area-3 .shape-group li.shape-1{top:-75px;right:-50px}
.course-area-3 .shape-group li.shape-2{bottom:-65px;left:-155px}
.home-four-course{position:relative;overflow:hidden}
.home-four-course::before{content:'';position:absolute;left:0;top:0;bottom:0;width:100%;height:100%;background-image:url(../images/bg/bg-image-3.svg);background-size:cover;z-index:-1}
.home-four-course .shape-group .shape-1{top:59px;right:-88px}
.home-four-course .shape-group .shape-2{top:-263px;right:-406px;z-index:-1}
.home-four-course .shape-group .shape-2 span{display:block;height:570px;width:570px;border:1px solid var(--color-border);border-radius:50%}
.course-area-7{padding:220px 0;position:relative;z-index:1}
.course-area-7::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(../images/bg/bg-image-6.svg);background-repeat:no-repeat;background-size:cover;z-index:-1}
@media only screen and (max-width:767px) {
.course-area-7{padding:150px 0}
}
.course-area-7 .shape-group li{position:absolute;z-index:-1}
.course-area-7 .shape-group li img{opacity:.3}
.course-area-7 .shape-group li.shape-1{top:64px;left:-100px}
.course-area-7 .shape-group li.shape-2{bottom:-50px;right:-90px}
.course-area-7 .shape-group li.shape-3{top:140px;right:-25px}
.home-programming-course{background:var(--color-lighten01)}
.edu-sorting-area{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:30px}
@media only screen and (max-width:991px) {
.edu-sorting-area{display:block;text-align:center}
}
.edu-sorting-area .showing-text{margin-bottom:0}
.edu-sorting-area .showing-text span{color:var(--main-color)}
.edu-sorting-area .sorting-right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
@media only screen and (max-width:991px) {
.edu-sorting-area .sorting-right{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
}
@media only screen and (max-width:479px) {
.edu-sorting-area .sorting-right{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
}
.edu-sorting-area .sorting-right .layout-switcher{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-right:30px}
@media only screen and (max-width:991px) {
.edu-sorting-area .sorting-right .layout-switcher{margin-top:20px}
}
@media only screen and (max-width:479px) {
.edu-sorting-area .sorting-right .layout-switcher{margin-right:0}
}
.edu-sorting-area .sorting-right .layout-switcher label{font-family:var(--font-secondary);font-size:16px;font-weight:600;color:var(--color-heading);margin-right:10px;margin-top:4px}
.edu-sorting-area .sorting-right .layout-switcher .switcher-btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:-5px}
.edu-sorting-area .sorting-right .layout-switcher .switcher-btn li{margin:5px}
.edu-sorting-area .sorting-right .layout-switcher .switcher-btn li a{border:1px solid var(--color-border);border-radius:3px;padding:8px;color:#d1d1d1;font-size:16px;line-height:1;-webkit-transition:var(--transition);transition:var(--transition)}
.edu-sorting-area .sorting-right .layout-switcher .switcher-btn li a:hover,.edu-sorting-area .sorting-right .layout-switcher .switcher-btn li a.active{border-color:var(--main-color);color:var(--main-color)}
.edu-sorting-area .sorting-right .edu-sorting{position:relative}
@media only screen and (max-width:991px) {
.edu-sorting-area .sorting-right .edu-sorting{margin-top:20px}
}
.edu-sorting-area .sorting-right .edu-sorting .icon{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:22px;font-size:10px;color:var(--color-heading)}
.edu-sorting-area .sorting-right .edu-sorting .edu-select{padding-left:50px;width:200px}
.course-details-content{padding-right:10px}
@media only screen and (max-width:991px) {
.course-details-content{padding-right:0}
}
.course-details-content .nav-tabs{border-bottom:1px solid var(--color-border);-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.course-details-content .nav-tabs .nav-item{margin:0 5px}
.course-details-content .nav-tabs .nav-item .nav-link{font-weight:600;font-size:16px;line-height:28px;border:0 none;background:transparent;padding:15px 25px;position:relative;color:var(--color-body);font-family:var(--font-secondary)}
.course-details-content .nav-tabs .nav-item .nav-link::after{position:absolute;content:"";background:var(--main-color);height:2px;width:0;-webkit-transition:.4s;transition:.4s;left:0;bottom:0;opacity:0}
.course-details-content .nav-tabs .nav-item .nav-link.active,.course-details-content .nav-tabs .nav-item .nav-link:hover{color:var(--main-color)}
.course-details-content .nav-tabs .nav-item .nav-link.active::after,.course-details-content .nav-tabs .nav-item .nav-link:hover::after{width:100%;opacity:1}
.course-details-content .course-tab-content{margin-top:65px}
@media only screen and (max-width:767px) {
.course-details-content .course-tab-content{margin-top:50px}
}
.course-details-content .entry-content .title{margin-bottom:4px}
.course-details-content .entry-content .course-meta{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-right:-20px;margin-left:-20px}
@media only screen and (max-width:767px) {
.course-details-content .entry-content .course-meta{display:block;margin-top:20px}
}
.course-details-content .entry-content .course-meta li{margin-right:20px;margin-left:20px;font-weight:500;color:var(--color-heading);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}
.course-details-content .entry-content .course-meta li:after{content:"";height:19px;width:1px;background-color:#dbdbdb;position:absolute;top:4px;right:-20px}
@media only screen and (max-width:767px) {
.course-details-content .entry-content .course-meta li:after{display:none}
}
.course-details-content .entry-content .course-meta li:last-child:after{display:none}
.course-details-content .entry-content .course-meta li i{padding-right:14px;font-size:24px;color:var(--main-color)}
.course-details-content .entry-content .course-meta .course-rating .rating{margin-right:8px}
.course-details-content .entry-content .course-meta .course-rating .rating i{font-size:15px;color:#f8b81f;padding:0}
.course-details-content .entry-content .thumbnail{position:relative;margin-top:60px}
@media only screen and (max-width:767px) {
.course-details-content .entry-content .thumbnail{margin-top:40px}
}
.course-details-content .entry-content .thumbnail img{border-radius:5px}
.course-details-content .entry-content .thumbnail:after{content:"";height:100%;width:100%;background-color:#000000b3;border-radius:5px;position:absolute;top:0;bottom:0;left:0;right:0}
.course-details-content .entry-content .thumbnail .video-play-btn{position:absolute;z-index:1;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border:0;width:80px;height:80px;line-height:82px;-webkit-transition:var(--transition);transition:var(--transition);border-radius:50%;background-color:var(--white-color);margin:0 auto;display:inline-block;font-size:20px;text-align:center;color:var(--main-color2)}
@media only screen and (max-width:575px) {
.course-details-content .entry-content .thumbnail .video-play-btn{width:60px;height:60px;line-height:62px}
}
.course-details-content .entry-content .thumbnail .video-play-btn i{margin-left:5px}
.course-details-content .entry-content .thumbnail .video-play-btn:hover{background-color:var(--main-color2);color:var(--white-color)}
.course-details-content .course-enroll-box{margin-top:110px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background-color:var(--white-color);padding:40px 0;box-shadow:0 0 40px 0 #00000012}
@media only screen and (max-width:767px) {
.course-details-content .course-enroll-box{margin-top:80px;display:block;padding:10px 0}
}
.course-details-content .course-enroll-box .single-item{padding:0 45px;position:relative;font-family:var(--font-secondary);text-align:center}
@media only screen and (min-width:992px) and (max-width:1199px) {
.course-details-content .course-enroll-box .single-item{padding:0 35px}
}
@media only screen and (max-width:767px) {
.course-details-content .course-enroll-box .single-item{padding:30px 35px}
}
.course-details-content .course-enroll-box .single-item:after{content:"";height:140px;width:1px;background-color:var(--color-border);position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
@media only screen and (max-width:767px) {
.course-details-content .course-enroll-box .single-item:after{height:1px;width:100%;bottom:0;top:auto;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}
}
.course-details-content .course-enroll-box .single-item:last-child:after{display:none}
.course-details-content .course-enroll-box .single-item .enroll-status{display:block;background-color:#4664e412;border-radius:5px;padding:8px 28px;font-size:14px;font-weight:500;color:var(--color-extra08)}
.course-details-content .course-enroll-box .single-item .price{font-size:28px;font-weight:700;color:var(--main-color2)}
.course-details-content .course-enroll-box .single-item .login-btn{font-size:14px}
.course-details-content .course-enroll-box .single-item .login-btn a{font-weight:500;color:var(--color-heading)}
.course-details-content .course-enroll-box .single-item .login-btn a:hover{color:var(--main-color)}
.course-details-content .course-enroll-box .single-item.course-price{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
.course-overview ul{list-style:none;padding:0;margin:30px 0}
.course-overview ul li{margin-top:15px;margin-bottom:15px;padding-left:30px;position:relative}
.course-overview ul li:after{content:"\e938";font-family:var(--font-icomoon);color:var(--main-color);position:absolute;left:0;top:0;-webkit-transition:var(--transition);transition:var(--transition)}
.course-overview .border-box{border:1px solid var(--color-border);padding:40px 40px 30px;margin-bottom:90px}
@media only screen and (max-width:575px) {
.course-overview .border-box{padding:40px 30px 30px}
}
.course-overview .border-box ul{margin:0}
.course-curriculam .course-lesson{border:1px solid var(--color-border);padding:40px 50px 50px;margin-bottom:50px}
@media only screen and (max-width:767px) {
.course-curriculam .course-lesson{padding:35px 20px 40px}
}
.course-curriculam .course-lesson .title{margin-bottom:6px}
.course-curriculam .course-lesson:last-child{margin-bottom:0}
.course-curriculam .course-lesson ul li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;line-height:26px;padding:14px 0;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0;color:var(--color-heading);border-bottom:1px solid var(--color-border);-webkit-transition:var(--transition);transition:var(--transition)}
.course-curriculam .course-lesson ul li:first-child{border-top:1px solid var(--color-border)}
.course-curriculam .course-lesson ul li i{font-size:16px;position:relative;top:1px}
.course-curriculam .course-lesson ul li .text i{margin-right:8px}
.course-curriculam .course-lesson ul li:hover{color:var(--main-color)}
.course-curriculam .course-lesson .badge-list{margin:-3px;text-align:right}
.course-curriculam .course-lesson .badge{border-radius:3px;font-size:13px;font-weight:500;padding:7px;margin:3px}
.course-curriculam .course-lesson .badge.badge-primary{background-color:#1ab69d12;opacity:1;color:var(--main-color)}
.course-curriculam .course-lesson .badge.badge-secondary{background-color:#ee4a6312;opacity:1;color:var(--main-color2)}
.course-instructor{padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.course-instructor .thumbnail{min-width:170px;margin-right:30px}
@media only screen and (max-width:575px) {
.course-instructor .thumbnail{min-width:80px}
}
.course-instructor .thumbnail img{width:100%;object-fit:cover;border-radius:5px}
.course-instructor .author-content .title{margin-bottom:0;font-size:20px}
.course-instructor .author-content .subtitle{display:block;margin-bottom:20px}
.course-instructor .author-content p{margin-bottom:25px}
.course-review .heading-title{margin-bottom:5px}
.course-review .rating-box{background:#FFF;box-shadow:0 0 40px 0 #00000012;border-radius:5px;text-align:center;width:170px;height:170px;padding:20px 10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
@media only screen and (max-width:575px) {
.course-review .rating-box{margin:0 auto}
}
.course-review .rating-box .rating{color:#f8b81f;margin-bottom:5px}
.course-review .rating-box .rating-number{font-weight:700;font-size:28px;line-height:1;font-family:var(--font-secondary);color:var(--main-color2);margin-bottom:10px}
.course-review .rating-box span{font-size:14px;line-height:26px}
.course-review .review-wrapper{margin-top:-30px}
@media only screen and (max-width:767px) {
.course-review .review-wrapper{margin-left:30px}
}
@media only screen and (max-width:575px) {
.course-review .review-wrapper{margin-top:0;margin-left:0}
}
.course-review .review-wrapper .single-progress-bar{position:relative}
.course-review .review-wrapper .rating-text{display:inline-block;position:relative;top:17px;font-family:var(--font-secondary);font-size:14px;font-weight:500;color:var(--color-heading)}
.course-review .review-wrapper .rating-text i{color:#f8b81f;padding-left:12px}
.course-review .review-wrapper .progress{margin-right:38px;margin-left:70px;height:6px;background:#f2f2f2}
.course-review .review-wrapper .progress .progress-bar{background-color:#f8b81f}
.course-review .review-wrapper span.rating-value{font-family:var(--font-secondary);font-size:14px;font-weight:500;color:var(--color-heading);position:absolute;right:0;top:55%}
.course-review .comment-area{margin-top:70px}
.course-review .comment-list-wrapper .comment .comment-content .rating{color:#f8b81f;margin-bottom:6px}
.course-review .comment-list-wrapper .comment+.comment{margin-top:5px}
.course-review .comment-form-area{margin-top:40px}
.course-review .comment-form-area .heading-title{margin-bottom:25px}
.course-review .comment-form-area .rating-icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}
.course-review .comment-form-area .rating-icon .title{margin-bottom:0;margin-right:22px}
.course-review .comment-form-area .rating-icon .rating i{color:#e1e1e1}
.course-review .comment-form-area .rating-icon .rating i:hover{color:#f8b81f}
.course-review .border-box{border:1px solid var(--color-border);padding-bottom:10px}
.course-review .border-box .rating-box{margin:30px 0 30px 30px}
@media only screen and (max-width:991px) {
.course-review .border-box .rating-box{margin:30px auto}
}
.course-review .border-box .review-wrapper{margin-right:30px}
@media only screen and (max-width:1199px) {
.course-review .border-box .review-wrapper{margin-left:30px}
}
@media only screen and (max-width:991px) {
.course-review .border-box .review-wrapper{margin-bottom:40px}
}
.course-review .border-box .comment-area{border-top:1px solid var(--color-border);margin-top:0;padding-top:30px}
.course-review .border-box .comment-list-wrapper .comment{padding-left:30px;padding-right:30px}
@media only screen and (max-width:575px) {
.course-review .border-box .comment-list-wrapper .comment{padding-left:20px;padding-right:20px}
}
.course-details-3 .nav-tabs{margin-top:80px}
@media only screen and (max-width:767px) {
.course-details-3 .nav-tabs{margin-top:60px}
}
.course-details-3 .nav-tabs .nav-item .nav-link.active,.course-details-3 .nav-tabs .nav-item .nav-link:hover{color:var(--color-heading)}
.course-details-3 .course-curriculam .heading-title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}
.course-details-3 .course-curriculam .heading-title .title{margin-bottom:0}
.course-details-3 .course-curriculam .heading-title button i{font-size:6px;top:-2px}
.course-details-3 .course-curriculam .edu-accordion .heading-title{margin-bottom:15px;margin-top:40px}
.course-details-3 .course-curriculam .edu-accordion .accordion-item{margin-bottom:10px}
.course-details-3 .course-curriculam .edu-accordion .accordion-item .accordion-button{padding:30px 50px 26px 65px;display:block}
.course-details-3 .course-curriculam .edu-accordion .accordion-item .accordion-button:before{content:"";height:20px;width:20px;border:3px solid var(--color-border);border-radius:50%;position:absolute;top:28px;left:30px}
.course-details-3 .course-curriculam .edu-accordion .accordion-item .accordion-button:after{content:"\e91e";font-size:6px;height:20px;width:20px;line-height:20px;text-align:center;background:var(--gradient-primary);color:var(--white-color);font-weight:400;border-radius:50%;position:absolute;top:30%;right:47px}
.course-details-3 .course-curriculam .edu-accordion .accordion-item .accordion-button .topics{display:block;font-size:15px;color:var(--color-body);font-family:var(--font-primary);font-weight:500;margin-top:4px}
.course-details-3 .course-curriculam .edu-accordion .accordion-item .accordion-button .expand{position:absolute;top:60%;right:30px;font-size:13px}
.course-details-3 .course-curriculam .edu-accordion .accordion-item.no-collapsed .accordion-button:after{display:none}
.course-details-3 .course-curriculam .edu-accordion .course-lesson .reading-status{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:22px 30px 20px 70px;background-color:var(--main-color);color:var(--white-color)}
.course-details-3 .course-curriculam .edu-accordion .course-lesson .reading-status .title{color:var(--white-color);margin-bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.course-details-3 .course-curriculam .edu-accordion .course-lesson .reading-status .title i{font-size:20px;margin-right:15px}
.course-details-3 .course-curriculam .edu-accordion .course-lesson .reading-status .complete-text{font-size:13px;font-weight:500}
.course-details-3 .course-curriculam .edu-accordion .course-lesson .reading-status .complete-text span{position:relative;display:inline-block;margin-right:20px}
.course-details-3 .course-curriculam .edu-accordion .course-lesson .reading-status .complete-text span:after{content:"";height:13px;width:1px;background-color:var(--white-color);position:absolute;top:4px;right:-12px}
.course-details-3 .course-curriculam .edu-accordion .course-lesson .reading-status .complete-text span:last-child{margin-right:0}
.course-details-3 .course-curriculam .edu-accordion .course-lesson .reading-status .complete-text span:last-child:after{display:none}
.course-details-3 .course-curriculam .edu-accordion .course-lesson ul li{padding:14px 30px 14px 100px;position:relative}
.course-details-3 .course-curriculam .edu-accordion .course-lesson ul li:before{content:"";height:20px;width:20px;border:3px solid var(--color-border);border-radius:50%;position:absolute;top:50%;left:70px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.course-details-4 .nav-tabs{-webkit-box-pack:left;-webkit-justify-content:left;-ms-flex-pack:left;justify-content:left}
.course-details-5{margin-top:-100px}
.course-details-5 .nav-tabs{-webkit-box-pack:left;-webkit-justify-content:left;-ms-flex-pack:left;justify-content:left}
.course-details-7{margin-top:-100px}
.course-details-7 .nav-tabs{-webkit-box-pack:left;-webkit-justify-content:left;-ms-flex-pack:left;justify-content:left}
.edu-event{position:relative;box-shadow:var(--shadow-darkest)}
.edu-event.event-style-1{box-shadow:none}
.edu-event .thumbnail{-webkit-transition:var(--transition);transition:var(--transition);position:relative}
.edu-event .thumbnail a{display:block;border-radius:5px 5px 0 0;position:relative;overflow:hidden}
.edu-event .thumbnail a:after{content:"";height:100%;width:100%;background-color:#00000080;position:absolute;top:0;bottom:0;left:0;right:0;visibility:hidden;opacity:0;-webkit-transition:var(--transition);transition:var(--transition)}
.edu-event .thumbnail a img{width:100%;border-radius:5px 5px 0 0;-webkit-transition:var(--transition);transition:var(--transition)}
.edu-event .thumbnail .event-time{position:absolute;top:10px;left:10px}
.edu-event .thumbnail .event-time span{background-color:#f8941f;border-radius:4px;padding:4px 10px;font-weight:500;font-size:12px;color:var(--white-color);font-family:var(--font-secondary);display:block}
.edu-event .thumbnail .event-time span i{margin-right:5px;font-size:18px;position:relative;top:2px}
.edu-event .content{background-color:#f7f5f2;position:relative;padding:40px 30px 45px;border-radius:0 0 5px 5px;box-shadow:none;-webkit-transition:var(--transition);transition:var(--transition)}
.edu-event .content:after{content:"";height:10px;width:100%;background-color:#ff5b5c4d;border-radius:0 0 5px 5px;position:absolute;bottom:-5px;left:0;right:0;z-index:-1;visibility:hidden;opacity:0;-webkit-transition:var(--transition);transition:var(--transition)}
.edu-event .content .event-date{width:80px;height:80px;background:var(--main-color);border-radius:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:-40px;right:30px;z-index:1}
.edu-event .content .event-date span{font-weight:700;font-size:22px;display:block;color:var(--white-color);text-align:center;font-family:var(--font-secondary)}
.edu-event .content .event-date span.day{line-height:1;margin-bottom:4px}
.edu-event .content .event-date span.month{line-height:1;font-size:14px;font-weight:500}
.edu-event .content .title{margin-bottom:16px}
.edu-event .content .event-meta{padding-top:14px;padding-bottom:0;margin:-5px -16px}
.edu-event .content .event-meta li{color:var(--color-body);margin:5px 16px}
.edu-event .content .event-meta li i{color:var(--main-color2);font-size:22px;top:5px;padding-right:10px;position:relative}
.edu-event .content .read-more-btn{visibility:hidden;opacity:0;margin-bottom:-50px;-webkit-transition:var(--transition);transition:var(--transition)}
.edu-event .content p{margin-bottom:0}
.edu-event:hover .thumbnail{margin-bottom:-75px}
.edu-event:hover .thumbnail a:after{visibility:visible;opacity:1}
.edu-event:hover .thumbnail a img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}
.edu-event:hover .content{padding:40px 30px 35px;background-color:var(--white-color)}
.edu-event:hover .content:after{visibility:visible;opacity:1}
.edu-event:hover .content .read-more-btn{margin-top:25px;margin-bottom:0;visibility:visible;opacity:1}
.edu-event.event-style-2 .content{padding:40px 30px 45px}
.edu-event.event-style-2 .content:after{display:none}
.edu-event.event-style-2:hover .thumbnail{margin-bottom:-70px}
.edu-event-list{background-color:transparent;border-radius:10px;padding:30px;-webkit-transition:var(--transition);transition:var(--transition)}
@media only screen and (max-width:575px) {
.edu-event-list{padding:20px}
}
.edu-event-list .inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
@media only screen and (max-width:575px) {
.edu-event-list .thumbnail{max-width:100px}
}
.edu-event-list .thumbnail a{display:block;-webkit-mask-image:url(../images/others/mask-05.png);mask-image:url(../images/others/mask-05.png);-webkit-mask-repeat:no-repeat;-webkit-mask-size:cover;-webkit-mask-position:center}
.edu-event-list .content{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding-left:28px;padding-top:12px}
@media only screen and (max-width:575px) {
.edu-event-list .content{padding-left:15px}
}
.edu-event-list .content .event-meta{margin:-5px -10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-bottom:10px}
.edu-event-list .content .event-meta li{color:var(--color-body);margin:5px 10px;-webkit-transition:var(--transition);transition:var(--transition)}
.edu-event-list .content .event-meta li i{color:var(--main-color2);font-size:16px;padding-right:10px;-webkit-transition:var(--transition);transition:var(--transition)}
.edu-event-list .content .title{margin-bottom:12px}
.edu-event-list .content .event-location{padding-bottom:10px;color:var(--color-body);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-transition:var(--transition);transition:var(--transition)}
.edu-event-list .content .event-location i{color:var(--main-color2);font-size:22px;padding-right:10px;position:relative;top:-1px;-webkit-transition:var(--transition);transition:var(--transition)}
.edu-event-list .content p{margin:5px 0 22px}
.edu-event-list.event-list-2{padding:0;border-radius:0;border-bottom:1px solid var(--color-border);padding-bottom:30px}
.edu-event-list.event-list-2 .inner{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}
@media only screen and (max-width:767px) {
.edu-event-list.event-list-2 .inner{display:block}
}
.edu-event-list.event-list-2 .thumbnail a{-webkit-mask-image:none;mask-image:none;border-radius:10px}
.edu-event-list.event-list-2 .thumbnail a img{border-radius:10px}
@media only screen and (max-width:767px) {
.edu-event-list.event-list-2 .thumbnail a img{width:100%}
}
.edu-event-list.event-list-2 .content{padding-left:40px;padding-top:6px}
@media only screen and (max-width:767px) {
.edu-event-list.event-list-2 .content{padding-left:0;padding-top:30px}
}
.edu-event-list.event-list-2 .content .event-meta li i{color:var(--main-color)}
.edu-event-list.event-list-2 .content .event-location i{color:var(--main-color)}
.edu-event-list.event-list-3{background-color:var(--white-color)}
.edu-event-list.event-list-3 .title a{-webkit-transition:var(--transition);transition:var(--transition)}
.edu-event-list.event-list-3.bg-style-extra02 .content .edu-btn{background-color:var(--color-extra02)}
.edu-event-list.event-list-3.bg-style-extra02:hover{background-color:var(--color-extra02)}
.edu-event-list.event-list-3.bg-style-extra05 .content .edu-btn{background-color:var(--color-extra05)}
.edu-event-list.event-list-3.bg-style-extra05:hover{background-color:var(--color-extra05)}
.edu-event-list.event-list-3.bg-style-primary .content .edu-btn{background-color:var(--main-color)}
.edu-event-list.event-list-3.bg-style-primary:hover{background-color:var(--main-color)}
.edu-event-list.event-list-3.bg-style-primary .content .edu-btn:hover{background-color:var(--white-color)!important;color:var(--color-heading)!important}
.edu-event-list.event-list-3.bg-style-primary .content .edu-btn:hover:after{background:var(--white-color)!important}
.edu-event-list.event-list-3.bg-style-secondary .content .edu-btn{background-color:var(--main-color2)}
.edu-event-list.event-list-3.bg-style-secondary:hover{background-color:var(--main-color2)}
.edu-event-list.event-list-3:hover:not(.event-list-2) .content .title{color:var(--white-color)}
.edu-event-list.event-list-3:hover:not(.event-list-2) .content .title a:hover{color:#fffc}
.edu-event-list.event-list-3:hover:not(.event-list-2) .content .event-meta li{color:var(--white-color)}
.edu-event-list.event-list-3:hover:not(.event-list-2) .content .event-meta li i{color:var(--white-color)}
.edu-event-list.event-list-3:hover:not(.event-list-2) .content .event-location{color:var(--white-color)}
.edu-event-list.event-list-3:hover:not(.event-list-2) .content .event-location i{color:var(--white-color)}
.edu-event-list.event-list-3:hover:not(.event-list-2) .content p{color:var(--white-color)}
.edu-event-list.event-list-3:hover .content .edu-btn{background-color:var(--white-color);color:var(--color-heading)}
.edu-event-list.event-list-3:hover .content .edu-btn:hover{color:var(--white-color);background-color:transparent}
.event-view-all-btn{text-align:center;margin-top:55px}
.event-view-all-btn .view-text{font-size:18px;margin-bottom:0}
.edu-event-area{position:relative}
.edu-event-area .shape-group li{position:absolute;z-index:-1}
.edu-event-area .shape-group li.shape-1{top:81px;left:-81px}
.edu-event-area .shape-group li.shape-2{top:-44px;left:-190px;z-index:-1}
.edu-event-area .shape-group li.shape-2 span{display:block;height:400px;width:400px;border:1px solid var(--color-border);border-radius:50%}
.event-area-2{padding:115px 0 120px}
@media only screen and (min-width:768px) and (max-width:991px) {
.event-area-2{padding:55px 0 100px}
}
@media only screen and (max-width:767px) {
.event-area-2{padding:35px 0 80px}
}
.event-area-3{padding:220px 0 230px;z-index:1}
.event-area-3::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(../images/bg/bg-image-5.svg);background-repeat:no-repeat;background-size:cover;z-index:-1}
@media only screen and (min-width:768px) and (max-width:991px) {
.event-area-3{padding:200px 0}
}
@media only screen and (max-width:767px) {
.event-area-3{padding:200px 0}
}
.event-area-3 .shape-group li{z-index:-1}
.event-area-3 .shape-group li img{opacity:.3}
.event-area-3 .shape-group li.shape-1{right:-77px;top:108px;left:inherit}
.event-area-3 .shape-group li.shape-2{top:inherit;bottom:-71px;left:-90px}
.event-area-4 .edu-event.event-style-1 .content{background-color:var(--white-color);box-shadow:0 10px 50px 0 #1a2e551a}
.event-area-4 .edu-event.event-style-1 .content::after{display:none}
.event-area-4 .edu-event.event-style-1 .content .event-date{background:var(--white-color);box-shadow:0 20px 70px 0 #14141426}
.event-area-4 .edu-event.event-style-1 .content .event-date .day{color:var(--main-color)}
.event-area-4 .edu-event.event-style-1 .content .event-date .month{color:var(--color-heading)}
.event-area-4 .edu-event.event-style-1 .content .title{font-weight:var(--p-bold)}
.event-area-4 .edu-event.event-style-1 .content .event-meta li{color:var(--color-heading)}
.event-area-4 .event-view-all-btn a.btn-transparent{color:var(--main-color)}
.event-details{margin-bottom:60px}
.event-details .main-thumbnail{margin-bottom:70px}
.event-details .main-thumbnail img{border-radius:10px}
.event-details .details-content ul{list-style-type:disc;margin-bottom:60px}
.event-details .details-content ul li{color:var(--color-heading)}
.event-details .details-content .event-meta{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:-10px -20px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.event-details .details-content .event-meta li{margin-right:20px;margin-left:20px;color:var(--color-heading);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}
.event-details .details-content .event-meta li:after{content:"";height:19px;width:1px;background-color:#dbdbdb;position:absolute;top:4px;right:-20px}
.event-details .details-content .event-meta li:last-child:after{display:none}
.event-details .details-content .event-meta li i{padding-right:10px;font-size:20px;color:var(--main-color)}
.event-details .details-content .gmap_canvas{margin-top:40px}
.event-details .details-content .gmap_canvas #gmap_canvas{height:370px;width:100%;border-radius:5px}
.event-speaker .heading-title{margin-bottom:30px}
.sideber-sticky-wrapper.sticky{float:none;position:fixed;top:20px;z-index:6}
.faq-accordion .accordion-item{border:none;border-radius:10px;margin-bottom:30px;box-shadow:0 10px 50px 0 #1a2e551a}
.faq-accordion .accordion-item:last-child{margin-bottom:0}
.faq-accordion .accordion-item .accordion-header{padding:0;position:relative}
.faq-accordion .accordion-item .accordion-button{background-color:var(--main-color);padding:20px 45px 20px 30px;border-radius:10px 10px 0 0;border:none;box-shadow:none;font-size:18px;font-weight:600;color:var(--white-color);-webkit-transition:.3s;transition:.3s;z-index:2}
@media only screen and (max-width:575px) {
.faq-accordion .accordion-item .accordion-button{font-size:16px}
}
.faq-accordion .accordion-item .accordion-button:after{display:none}
.faq-accordion .accordion-item .accordion-button:before{content:"\e91e";font-family:"icomoon";font-size:6px;color:var(--white-color);background-image:none;position:absolute;top:28px;right:30px;line-height:1;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:.3s;transition:.3s}
.faq-accordion .accordion-item .accordion-button.collapsed{background-color:transparent;color:var(--color-heading)}
.faq-accordion .accordion-item .accordion-button.collapsed:before{top:28px;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);color:var(--color-body)}
.faq-accordion .accordion-item .accordion-body{padding:25px 30px 30px}
.faq-accordion .accordion-item .accordion-body p{margin-bottom:0}
.edu-faq-content{position:relative}
.edu-faq-content .shape-group{margin:0}
.edu-faq-content .shape-group li{position:absolute;z-index:-1}
.edu-faq-content .shape-group li.shape-1{bottom:-115px;right:-145px}
.edu-faq-content .shape-group li.shape-2{bottom:-95px;right:-165px}
.edu-faq-content .shape-group li.shape-2 span{display:block;height:101px;width:101px;border:15px solid var(--main-color2);border-radius:50%}
.edu-faq-gallery{position:relative}
.edu-faq-gallery .thumbnail-1{text-align:right}
.edu-faq-gallery .thumbnail-1 img{border-radius:120px 120px 0 120px}
.edu-faq-gallery .thumbnail-2{margin-top:70px}
.edu-faq-gallery .thumbnail-2 img{border-radius:60px 0 100px}
.edu-faq-gallery .thumbnail-3{margin-top:-30px;text-align:right}
.edu-faq-gallery .thumbnail-3 img{border-radius:60px 0 100px}
.edu-faq-gallery .thumbnail-4 img{border-radius:0 50px 120px 120px}
.edu-faq-gallery .shape-group{margin:0}
.edu-faq-gallery .shape-group li{position:absolute;z-index:-1;margin:0}
.edu-faq-gallery .shape-group li.shape-1{top:-45px;left:44%}
.edu-faq-gallery .shape-group li.shape-2{top:56px;right:-10px}
.edu-faq-gallery .shape-group li.shape-3{bottom:-15px;left:-7px;z-index:1}
@media only screen and (max-width:991px) {
.edu-faq-gallery .shape-group li.shape-3{display:none}
}
.edu-faq-gallery .shape-group li.shape-4{bottom:-45px;left:-45px}
@media only screen and (max-width:991px) {
.edu-faq-gallery .shape-group li.shape-4{display:none}
}
.faq-style-1{padding:70px 0}
.faq-style-2{padding:120px 0 150px;position:relative}
.faq-style-2::before{content:'';position:absolute;left:0;top:0;bottom:0;width:100%;height:100%;background-image:url(../images/bg/bg-image-10.svg);background-size:cover}
@media only screen and (min-width:768px) and (max-width:991px) {
.faq-style-2{padding:100px 0}
}
@media only screen and (max-width:767px) {
.faq-style-2{padding:80px 0 100px}
}
.faq-style-2 .edu-faq-gallery{z-index:1}
@media only screen and (min-width:768px) and (max-width:991px) {
.faq-style-2 .edu-faq-gallery{margin-top:50px}
}
@media only screen and (max-width:767px) {
.faq-style-2 .edu-faq-gallery{margin-top:20px}
}
.faq-style-2 .edu-faq-gallery .thumbnail-1{margin-top:35px}
.faq-style-2 .edu-faq-gallery .thumbnail-1 img{border-radius:0 80px 0 80px}
.faq-style-2 .edu-faq-gallery .thumbnail-2{margin-top:285px}
@media only screen and (min-width:768px) and (max-width:991px) {
.faq-style-2 .edu-faq-gallery .thumbnail-2{margin-top:0}
}
@media only screen and (max-width:767px) {
.faq-style-2 .edu-faq-gallery .thumbnail-2{margin-top:0}
}
.faq-style-2 .edu-faq-gallery .thumbnail-2 img{border-radius:80px 0 80px 0}
@media only screen and (max-width:991px) {
.faq-style-2 .edu-faq-gallery .shape-group{display:none}
}
.faq-style-2 .edu-faq-gallery .shape-group .shape-1{top:35px;left:-35px}
.faq-style-2 .edu-faq-gallery .shape-group .shape-2{top:35px;left:210px;right:auto;z-index:1}
.faq-style-2 .edu-faq-gallery .shape-group .shape-3{top:230px;left:inherit;bottom:inherit;right:-22px;z-index:-1}
.faq-style-2 .edu-faq-gallery .shape-group .shape-4{top:270px;left:inherit;right:-58px;bottom:inherit}
.faq-style-2 .edu-faq-gallery .shape-group .shape-5{bottom:110px;left:-50px}
.faq-style-2 .edu-faq-gallery .shape-group .shape-6{bottom:35px;left:90px}
.faq-style-3 .edu-faq-gallery{text-align:right}
@media only screen and (max-width:991px) {
.faq-style-3 .edu-faq-gallery{text-align:center}
}
.faq-style-3 .edu-faq-gallery .thumbnail-1{background-color:var(--white-color);box-shadow:0 20px 40px 0 #2a0b581a;padding:20px;border-radius:10px;display:inline-block}
@media only screen and (max-width:991px) {
.faq-style-3 .edu-faq-gallery .thumbnail-1{display:block}
}
.faq-style-3 .edu-faq-gallery .thumbnail-1 img{border-radius:0;width:100%}
@media only screen and (max-width:767px) {
.faq-style-3 .edu-faq-gallery .shape-group{display:none}
}
.faq-style-3 .edu-faq-gallery .shape-group .shape-1{top:-30px;right:-50px;left:inherit}
.faq-style-3 .edu-faq-gallery .shape-group .shape-2{top:70px;right:-97px;z-index:1}
.faq-style-3 .edu-faq-gallery .shape-group .shape-3{bottom:-40px;left:-68px;z-index:-1}
.faq-style-4{padding-bottom:100px}
@media only screen and (max-width:767px) {
.faq-style-4{padding-bottom:50px}
}
.faq-style-4 .faq-accordion .accordion-item .accordion-button{color:var(--white-color)}
.faq-style-4 .faq-accordion .accordion-item .accordion-button:before{color:var(--white-color)}
.faq-style-4 .faq-accordion .accordion-item .accordion-button.style-extra02{background-color:var(--color-extra02)}
.faq-style-4 .faq-accordion .accordion-item .accordion-button.style-extra05{background-color:var(--color-extra05)}
.faq-style-4 .faq-accordion .accordion-item .accordion-button.style-primary{background-color:var(--main-color)}
.faq-style-4 .faq-accordion .accordion-item .accordion-button.collapsed{border-radius:10px}
.faq-style-4 .faq-thumbnail{position:relative}
.faq-style-4 .faq-thumbnail .thumbnail{-webkit-mask-image:url(../images/others/mask-09.png);mask-image:url(../images/others/mask-09.png);-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;-webkit-mask-position:center;text-align:center}
.faq-style-4 .faq-thumbnail .shape-group li{margin:0;position:absolute;z-index:-1}
.faq-style-4 .faq-thumbnail .shape-group li.shape-1{top:-78px;right:115px;z-index:1}
@media only screen and (max-width:991px) {
.faq-style-4 .faq-thumbnail .shape-group li.shape-1{z-index:-1}
}
.faq-style-4 .faq-thumbnail .shape-group li.shape-2{top:0;right:30px}
.faq-style-4 .faq-thumbnail .shape-group li.shape-3{bottom:40px;left:10px}
.faq-style-9 .nav-pills{margin-top:-15px}
.faq-style-9 .nav-pills .nav-link{width:240px;height:60px;padding-left:30px;text-align:left;font-size:16px;font-weight:var(--p-semi-bold);font-family:var(--font-secondary);color:var(--color-heading);border-radius:10px}
.faq-style-9 .nav-pills .nav-link.active{color:var(--main-color);background-color:var(--color-lighten01)}
.faq-style-9 .edu-faq-content{margin-top:45px;margin-left:20px}
.faq-style-9 .edu-faq-content .faq-accordion .accordion-item .accordion-button{padding:25px 45px 25px 30px;color:var(--color-heading);background-color:var(--white-color);border-radius:5px}
.faq-style-9 .edu-faq-content .faq-accordion .accordion-item .accordion-button::before{top:32px;color:var(--color-heading)}
.faq-style-9 .edu-faq-content .faq-accordion .accordion-item .accordion-button.collapsed:before{top:32px;color:var(--color-body)}
.faq-style-9 .edu-faq-content .faq-accordion .accordion-item .accordion-body{padding:10px 30px 35px}
.faq-style-9 .edu-faq-content .shape-group li.shape-1{right:inherit;left:-71px;bottom:33%}
.faq-style-9 .edu-faq-content .shape-group li.shape-2{right:-180px;top:-79px;bottom:inherit}
.faq-page-area{overflow:hidden}
.faq-page-nav{padding-right:30px}
@media only screen and (max-width:991px) {
.faq-page-nav{text-align:center;margin-bottom:40px;padding-right:0}
}
.faq-page-nav .title{margin-bottom:14px}
.faq-page-nav .nav-tabs{border:none;display:block}
.faq-page-nav .nav-tabs .nav-item{margin:18px 0}
.faq-page-nav .nav-tabs .nav-link{border:none;background-color:transparent;padding:5px 0;color:var(--color-heading);font-weight:600;font-family:var(--font-secondary);position:relative;-webkit-transition:var(--transition);transition:var(--transition)}
@media only screen and (max-width:991px) {
.faq-page-nav .nav-tabs .nav-link{margin:0 auto}
}
.faq-page-nav .nav-tabs .nav-link:after{content:"\e95a";font-family:var(--font-icomoon);color:var(--main-color);font-size:20px;font-weight:400;position:absolute;top:1px;left:-20px;visibility:hidden;opacity:0;-webkit-transition:var(--transition);transition:var(--transition)}
.faq-page-nav .nav-tabs .nav-link.active{padding-left:30px;color:var(--main-color)}
.faq-page-nav .nav-tabs .nav-link.active:after{font-size:20px;left:0;visibility:visible;opacity:1}
.business-faq{padding-bottom:120px}
@media only screen and (min-width:992px) and (max-width:1199px) {
.business-faq{padding-bottom:80px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.business-faq{padding-bottom:60px}
}
@media only screen and (max-width:767px) {
.business-faq{padding-bottom:40px}
}
.faq-page-tab-content{position:relative}
.faq-page-tab-content:after{content:url(../images/others/map-shape-1.png);position:absolute;bottom:-90px;right:70px;z-index:-1}
.features-area-1 .features-box svg{max-width:37px}
.features-area-1 .features-box:hover .icon svg path{stroke:var(--white-color)}
.features-box{padding:50px 30px;text-align:center;border-radius:4px;box-shadow:var(--shadow-darker);background-color:var(--white-color);-webkit-transition:var(--transition);transition:var(--transition)}
.features-box .icon{height:80px;width:80px;border-radius:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:32px;margin:0 auto 15px;-webkit-transition:var(--transition);transition:var(--transition)}
.features-box .content .title{margin-bottom:15px;-webkit-transition:var(--transition);transition:var(--transition)}
.features-box .content .title span{display:block}
.features-box .content p{color:var(--color-heading);margin-bottom:0;-webkit-transition:var(--transition);transition:var(--transition)}
.features-box.main-color-style .icon{background-color:#1ab69d1a;color:var(--main-color)}
.features-box.main-color-style .icon:after{background-color:var(--main-color)}
.features-box.main-color-style:hover .icon{background-color:#1ab69d;color:var(--white-color)}
.features-box.main-color2-style .icon{background-color:#ee4a621a;color:var(--main-color2)}
.features-box.main-color2-style .icon:after{background-color:var(--main-color2)}
.features-box.main-color2-style:hover .icon{background-color:#ee4a62;color:var(--white-color)}
.features-box.color-extra05-style .icon{background-color:#f8941f1a;color:var(--color-extra05)}
.features-box.color-extra05-style .icon:after{background-color:var(--color-extra05)}
.features-box.color-extra05-style:hover .icon{background-color:#f8941f;color:var(--white-color)}
.features-box.color-extra08-style .icon{background-color:#4664e41a;color:var(--color-extra08)}
.features-box.color-extra08-style:hover .icon{background-color:#4664e4;color:var(--white-color)}
.features-box.color-extra02-style .icon{background-color:#8e56ff1a;color:var(--color-extra02)}
.features-box.color-extra02-style .icon:after{background-color:var(--color-extra02)}
.features-box.color-extra02-style:hover .icon{background-color:#8e56ff;color:var(--white-color)}
.features-box.color-extra03-style .icon{background-color:#f925961a;color:var(--color-extra03)}
.features-box.color-extra03-style .icon:after{background-color:var(--color-extra03)}
.features-box.color-extra03-style:hover .icon{background-color:#f92596;color:var(--white-color)}
.features-box.color-extra04-style .icon{background-color:#5866eb1a;color:var(--color-extra04)}
.features-box.color-extra04-style .icon:after{background-color:var(--color-extra04)}
.features-box.color-extra04-style:hover .icon{background-color:#5866eb;color:var(--white-color)}
.features-box.features-style-2{background-color:transparent;box-shadow:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:30px 0;text-align:left;border-right:1px solid #ffffff26;padding-left:40px}
@media only screen and (max-width:1199px) {
.features-box.features-style-2{padding-left:0;border-right:none}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.features-box.features-style-2{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
}
@media only screen and (max-width:767px) {
.features-box.features-style-2{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
}
@media only screen and (max-width:575px) {
.features-box.features-style-2{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}
}
.features-box.features-style-2 .edublink-svg-animate svg path{stroke:#fff!important;max-width:38px}
.features-box.features-style-2:first-child{padding-left:0}
.features-box.features-style-2:last-child{border-right:none}
.features-box.features-style-2 .icon{margin:0;background-color:#ffffff1a;color:var(--white-color)}
.features-box.features-style-2 .content{padding-left:20px}
.features-box.features-style-2 .content .title{margin-bottom:0;font-weight:var(--p-medium);color:var(--white-color)}
.features-box.features-style-3{background-color:transparent;box-shadow:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding:50px 25px 42px;text-align:left}
@media only screen and (min-width:768px) and (max-width:991px) {
.features-box.features-style-3{padding:40px 50px}
}
@media only screen and (max-width:767px) {
.features-box.features-style-3{padding:30px 25px}
}
.features-box.features-style-3:first-child{padding-left:50px}
@media only screen and (max-width:767px) {
.features-box.features-style-3:first-child{padding-left:25px}
}
.features-box.features-style-3 .icon{margin-top:2px;height:auto;width:auto;min-width:50px;background-color:transparent;font-size:40px;margin-right:20px;margin-bottom:0}
.features-box.features-style-3 .content{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
.features-box.features-style-3 .content p{color:var(--color-body)}
.features-box.features-style-3:hover .icon{background-color:transparent;color:inherit}
.features-box.features-style-3:hover.main-color-style{background-color:#1ab69d12}
.features-box.features-style-3:hover.main-color-style:hover .icon{color:var(--main-color)}
.features-box.features-style-3:hover.main-color2-style:hover{background-color:#ee4a6212}
.features-box.features-style-3:hover.main-color2-style:hover .icon{color:var(--main-color2)}
.features-box.features-style-3:hover.color-extra02-style:hover{background-color:#8e56ff12}
.features-box.features-style-3:hover.color-extra02-style:hover .icon{color:var(--color-extra02)}
.features-box.features-style-4{background-color:transparent;box-shadow:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding:0;text-align:left;margin-bottom:50px}
.features-box.features-style-4 .icon{-webkit-mask-image:url(../images/others/mask-08.png);mask-image:url(../images/others/mask-08.png);-webkit-mask-repeat:no-repeat;-webkit-mask-size:cover;-webkit-mask-position:center;height:83px;width:109px;font-size:40px;margin-right:30px;margin-bottom:0;border-radius:0;position:relative}
@media only screen and (max-width:575px) {
.features-box.features-style-4 .icon{margin-right:15px}
}
.features-box.features-style-4 .icon:after{content:"";-webkit-mask-image:url(../images/others/mask-07.png);mask-image:url(../images/others/mask-07.png);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;position:absolute;top:0;bottom:0;left:0;right:0}
.features-box.features-style-4 .content{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
.features-box.features-style-4 .content .title{font-weight:var(--p-bold);margin-bottom:5px}
.features-box.features-style-4 .content p{color:var(--color-body)}
.features-grid-wrap{display:grid;grid-template-columns:repeat(4,1fr)}
@media only screen and (min-width:768px) and (max-width:991px) {
.features-grid-wrap{grid-template-columns:repeat(2,1fr)}
}
@media only screen and (max-width:767px) {
.features-grid-wrap{grid-template-columns:repeat(2,1fr)}
}
@media only screen and (max-width:575px) {
.features-grid-wrap{grid-template-columns:repeat(1,1fr)}
}
.features-grid-wrap-2{display:grid;grid-template-columns:repeat(3,1fr)}
@media only screen and (min-width:768px) and (max-width:991px) {
.features-grid-wrap-2{grid-template-columns:repeat(2,1fr)}
}
@media only screen and (max-width:767px) {
.features-grid-wrap-2{grid-template-columns:repeat(1,1fr)}
}
@media only screen and (max-width:575px) {
.features-grid-wrap-2{grid-template-columns:repeat(1,1fr)}
}
.features-area-2{background:-webkit-linear-gradient(right,#31b978 0%,#1ab69d 100%);background:linear-gradient(-90deg,#31b978 0%,#1ab69d 100%)}
.features-area-3 .features-grid-wrap{grid-template-columns:repeat(3,1fr);background-color:var(--white-color);box-shadow:0 20px 40px 0 #2a0b581a;border-radius:5px;margin-top:-120px;position:relative;z-index:2}
@media only screen and (max-width:991px) {
.features-area-3 .features-grid-wrap{grid-template-columns:repeat(1,1fr)}
}
.features-area-4{padding:120px 0 90px}
@media only screen and (max-width:1199px) {
.features-area-4{padding:100px 0 90px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.features-area-4{padding:60px 0 80px}
}
@media only screen and (max-width:767px) {
.features-area-4{padding:60px 0}
}
.features-area-7 .features-grid-wrap-2{gap:30px}
.features-area-7 .features-grid-wrap-2 .features-box{padding:50px 60px}
.features-area-7 .features-grid-wrap-2 .features-box .content .title{font-size:20px}
.features-area-7 .features-grid-wrap-2 .features-box .content p{margin-bottom:50px}
.features-area-8 .features-grid-wrap-2{gap:30px}
.features-area-8 .features-grid-wrap-2 .features-box{background-color:transparent;box-shadow:none;padding:50px 60px;border-radius:50px 5px 120px}
.features-area-8 .features-grid-wrap-2 .features-box .content .title{font-size:20px;padding-top:50px}
.features-area-8 .features-style-8.active{background-color:var(--white-color);box-shadow:var(--shadow-darker)}
.edu-gallery-area .gallery-grid-wrap{margin:-15px}
.edu-gallery-grid{position:relative;display:block;padding:15px;width:33.33%}
@media only screen and (max-width:767px) {
.edu-gallery-grid{width:50%}
}
@media only screen and (max-width:479px) {
.edu-gallery-grid{width:100%}
}
.edu-gallery-grid .thumbnail{position:relative}
.edu-gallery-grid .thumbnail img{border-radius:5px;width:100%}
.edu-gallery-grid .thumbnail::before{background:-webkit-linear-gradient(235deg,#31b978 0%,#1ab69d 100%);background:linear-gradient(-145deg,#31b978 0%,#1ab69d 100%);border-radius:5px;position:absolute;content:"";left:0;top:0;width:100%;height:100%;opacity:0;-webkit-transition:.3s;transition:.3s}
.edu-gallery-grid .zoom-icon{opacity:0;position:absolute;top:55%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:.3s;transition:.3s;height:70px;width:70px;line-height:70px;background-color:var(--white-color);border-radius:50%;text-align:center;font-size:20px;color:var(--main-color);cursor:pointer}
@media only screen and (max-width:767px) {
.edu-gallery-grid .zoom-icon{width:50px;height:50px;line-height:52px;font-size:16px}
}
.edu-gallery-grid:hover .thumbnail:before{opacity:.9}
.edu-gallery-grid:hover .zoom-icon{top:50%;opacity:1}
.hero-banner{min-height:660px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
@media only screen and (max-width:1199px) {
.hero-banner{min-height:600px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.hero-banner{min-height:100%}
}
.hero-banner .banner-content{position:relative;z-index:1}
@media only screen and (min-width:768px) and (max-width:991px) {
.hero-banner .banner-content{text-align:center;margin-bottom:50px}
}
@media only screen and (max-width:767px) {
.hero-banner .banner-content{text-align:center;margin-bottom:40px}
}
.hero-banner .banner-content .subtitle{font-family:var(--font-secondary);font-weight:var(--p-bold);color:var(--main-color4);text-transform:uppercase;letter-spacing:2.6px;font-size:16px;margin-bottom:20px;display:block}
.hero-banner .banner-content .title{margin-bottom:18px}
@media only screen and (max-width:1199px) {
.hero-banner .banner-content .title br{display:none}
}
.hero-banner .banner-content p{color:var(--color-heading);font-size:18px}
.hero-banner .banner-content .shape-group li{margin:0;position:absolute;z-index:-1}
.hero-banner .banner-content .shape-group li.shape-1{top:-75px;left:-90px}
.hero-banner .banner-thumbnail{margin-right:-75px;position:relative;z-index:1}
@media only screen and (max-width:1199px) {
.hero-banner .banner-thumbnail{margin-right:0}
}
.hero-banner .banner-thumbnail .thumbnail{text-align:right}
@media only screen and (min-width:768px) and (max-width:991px) {
.hero-banner .banner-thumbnail .thumbnail{text-align:center}
}
@media only screen and (max-width:767px) {
.hero-banner .banner-thumbnail .thumbnail{text-align:center}
}
.hero-banner .banner-thumbnail .instructor-info{position:absolute;bottom:70px;left:0}
@media only screen and (max-width:767px) {
.hero-banner .banner-thumbnail .instructor-info{bottom:40px}
}
.hero-banner .banner-thumbnail .instructor-info .inner{background-color:var(--white-color);border-radius:10px;padding:26px 30px 16px;box-shadow:0 20px 40px 0 #0000001a}
.hero-banner .banner-thumbnail .instructor-info .inner .title{margin-bottom:5px}
.hero-banner .banner-thumbnail .instructor-info .inner .media{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.hero-banner .banner-thumbnail .instructor-info .inner .media .thumb{margin-left:-2px}
.hero-banner .banner-thumbnail .instructor-info .inner .media .content{line-height:1;color:var(--color-heading);font-weight:500;margin-top:10px}
.hero-banner .banner-thumbnail .instructor-info .inner .media .content span{display:block;font-weight:700;color:var(--main-color2)}
.hero-banner .banner-thumbnail .shape-group li{margin:0;position:absolute;z-index:-1}
.hero-banner .banner-thumbnail .shape-group li.shape-1{top:50px;left:160px}
.hero-banner .banner-thumbnail .shape-group li.shape-2{top:115px;left:170px}
.hero-banner .banner-thumbnail .shape-group li.shape-3{top:45%;left:17%}
.hero-banner .banner-thumbnail .shape-group li.shape-3 span.circle-shape{width:41px;height:41px;background:var(--main-color4);border-radius:100%}
.hero-banner .banner-thumbnail .shape-group li.shape-4{top:114px;right:41px;z-index:1}
.hero-banner .banner-thumbnail .shape-group li.shape-5{bottom:100px;right:-50px}
.hero-banner .banner-thumbnail .shape-group li.shape-6{bottom:132px;right:-98px}
.hero-banner.presentation-hero-style{min-height:745px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;z-index:1;-webkit-clip-path:none;clip-path:none;min-height:930px;margin-top:-110px}
.hero-banner.presentation-hero-style::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(../images/bg/bg-image-27.png);z-index:-1}
@media only screen and (min-width:768px) and (max-width:991px) {
.hero-banner.presentation-hero-style{min-height:740px}
}
@media only screen and (max-width:767px) {
.hero-banner.presentation-hero-style{min-height:600px}
}
.hero-banner.presentation-hero-style .banner-content{text-align:center;padding-bottom:30px}
@media only screen and (max-width:767px) {
.hero-banner.presentation-hero-style .banner-content{padding:160px 0}
}
.hero-banner.presentation-hero-style .banner-content .subtitle{letter-spacing:1px;background:#31B978;background:-webkit-linear-gradient(right,#31B978 0%,#1AB69D 76%);background:linear-gradient(to left,#31B978 0%,#1AB69D 76%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:40px}
@media only screen and (max-width:767px) {
.hero-banner.presentation-hero-style .banner-content .subtitle{font-size:14px}
}
.hero-banner.presentation-hero-style .banner-content .title{margin-bottom:40px}
.hero-banner.presentation-hero-style .banner-content:before,.hero-banner.presentation-hero-style .banner-content:after{content:'';display:block;position:absolute;z-index:-1;-webkit-transition:var(--transition);transition:var(--transition);border-radius:50%;border:1px solid #dae1e3}
@media only screen and (max-width:767px) {
.hero-banner.presentation-hero-style .banner-content:before,.hero-banner.presentation-hero-style .banner-content:after{display:none}
}
.hero-banner.presentation-hero-style .banner-content:before{height:570px;width:570px;top:-140px;left:200px;-webkit-animation:ripple_3 2.5s linear 1s infinite;animation:ripple_3 2.5s linear 1s infinite}
@media only screen and (max-width:1199px) {
.hero-banner.presentation-hero-style .banner-content:before{left:110px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.hero-banner.presentation-hero-style .banner-content:before{height:400px;width:400px;left:154px;top:-70px}
}
.hero-banner.presentation-hero-style .banner-content:after{height:370px;width:370px;top:-43px;left:299px;-webkit-animation:ripple_3 2.5s linear infinite;animation:ripple_3 2.5s linear infinite}
@media only screen and (max-width:1199px) {
.hero-banner.presentation-hero-style .banner-content:after{left:210px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.hero-banner.presentation-hero-style .banner-content:after{height:300px;width:300px;left:202px;top:-16px}
}
.hero-banner.presentation-hero-style .banner-content p{width:70%;margin:0 auto 30px}
@media only screen and (max-width:991px) {
.hero-banner.presentation-hero-style .banner-content p{width:100%}
}
.hero-banner.presentation-hero-style .banner-gallery{display:block;position:initial}
@media only screen and (max-width:991px) {
.hero-banner.presentation-hero-style .banner-gallery{display:none}
}
.hero-banner.presentation-hero-style .banner-gallery .thumbnail{position:absolute;z-index:2}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.hero-banner.presentation-hero-style .banner-gallery .thumbnail img{width:75%}
}
@media only screen and (max-width:1199px) {
.hero-banner.presentation-hero-style .banner-gallery .thumbnail img{width:65%}
}
.hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-1{top:225px;left:0}
.hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-1 img{-webkit-animation:none;animation:none}
.hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-2{top:inherit;bottom:158px;right:inherit;left:0;padding:0}
.hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-3{top:195px;right:0}
.hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-3 img{border-radius:0}
.hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-4{bottom:180px;right:0}
@media only screen and (min-width:1200px) and (max-width:1599px),only screen and (max-width:1199px) {
.hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-4{right:-115px}
}
.hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-5{top:135px;left:325px;border-radius:10px}
.hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-5 img{border-radius:10px;box-shadow:0 20px 50px 0 #0000000a}
@media only screen and (max-width:767px) {
.hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-5{display:none}
}
@media only screen and (max-width:991px) {
.hero-banner.presentation-hero-style .shape-group{display:none}
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.hero-banner.presentation-hero-style .shape-group li img{width:75%}
}
@media only screen and (max-width:1199px) {
.hero-banner.presentation-hero-style .shape-group li img{width:65%}
}
.hero-banner.presentation-hero-style .shape-group li.shape-1{top:auto;bottom:37%;left:19%}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.hero-banner.presentation-hero-style .shape-group li.shape-1{bottom:32%;left:19%}
}
.hero-banner.presentation-hero-style .shape-group li.shape-1 img{opacity:1}
.hero-banner.presentation-hero-style .shape-group li.shape-2{top:auto;bottom:29%;left:20%;z-index:2}
.hero-banner.presentation-hero-style .shape-group li.shape-3{top:145px;bottom:auto;left:auto;right:13%}
.hero-banner.presentation-hero-style .shape-group li.shape-4{top:29%;bottom:auto;left:auto;right:15%;z-index:2}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.hero-banner.presentation-hero-style .shape-group li.shape-4{top:19%;right:23%}
}
.hero-banner.presentation-hero-style .shape-group li.shape-4 span{display:block;height:100px;width:100px;border:16px solid var(--main-color4);border-radius:50%}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.hero-banner.presentation-hero-style .shape-group li.shape-4 span{height:50px;width:50px;border:7px solid var(--main-color4)}
}
.hero-banner.hero-style-1{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;position:relative;background-color:var(--bg-color)}
.hero-banner.hero-style-1::before{content:'';position:absolute;left:0;bottom:0;width:100%;height:100%;background-image:url(../images/banner/BG-1.webp)}
@media only screen and (max-width:991px) {
.hero-banner.hero-style-1::before{display:none}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.hero-banner.hero-style-1{padding-top:95px}
}
@media only screen and (max-width:767px) {
.hero-banner.hero-style-1{padding-top:75px}
}
@media only screen and (max-width:1199px) {
.hero-banner.hero-style-1 .banner-content .shape-group{display:none}
.hero-banner.hero-style-1 .banner-thumbnail .shape-group{display:none}
}
.hero-banner.hero-style-1 .banner-thumbnail .shape-group .shape-1{-webkit-animation:edublink-sm-x-move 3.5s alternate infinite linear;animation:edublink-sm-x-move 3.5s alternate infinite linear}
.hero-banner.hero-style-1 .shape-7{position:absolute;right:-6px;top:13%;z-index:1}
@media only screen and (max-width:1199px) {
.hero-banner.hero-style-1 .shape-7{display:none}
}
.hero-banner.hero-style-1 .shape-7 img{filter:opacity(.7);-webkit-filter:opacity(.7)}
.hero-banner.hero-style-2{padding:143px 0 180px;background-position:center bottom;position:relative}
@media only screen and (max-width:1199px) {
.hero-banner.hero-style-2{padding:0}
}
.hero-banner.hero-style-2::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:url(../images/bg/bg-image-1.svg);-webkit-filter:brightness(0) saturate(100%) invert(97%) sepia(7%) saturate(503%) hue-rotate(316deg) brightness(103%) contrast(92%);filter:brightness(0) saturate(100%) invert(97%) sepia(7%) saturate(503%) hue-rotate(316deg) brightness(103%) contrast(92%);background-size:cover;background-position:center;z-index:-1}
@media only screen and (min-width:768px) and (max-width:991px) {
.hero-banner.hero-style-2{padding:100px 0 150px}
}
@media only screen and (max-width:767px) {
.hero-banner.hero-style-2{padding:80px 0 150px}
}
.hero-banner.hero-style-2 .banner-gallery{text-align:right;display:grid;grid-template-columns:repeat(2,1fr);position:relative;z-index:1}
.hero-banner.hero-style-2 .banner-gallery .thumbnail.thumbnail-1 img{border-radius:0 70px 0 110px}
.hero-banner.hero-style-2 .banner-gallery .thumbnail.thumbnail-2{padding-top:120px;padding-left:30px}
@media only screen and (min-width:768px) and (max-width:991px) {
.hero-banner.hero-style-2 .banner-gallery .thumbnail.thumbnail-2{text-align:left}
}
@media only screen and (max-width:767px) {
.hero-banner.hero-style-2 .banner-gallery .thumbnail.thumbnail-2{text-align:left;padding-top:0}
}
.hero-banner.hero-style-2 .banner-gallery .thumbnail.thumbnail-2 img{border-radius:50px 0 90px 0}
.hero-banner.hero-style-2 .banner-gallery .online-support{position:absolute;left:50px;bottom:40px}
@media only screen and (max-width:767px) {
.hero-banner.hero-style-2 .banner-gallery .online-support{display:none}
}
.hero-banner.hero-style-2 .banner-gallery .online-support .inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:30px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;box-shadow:0 20px 40px #0000001a;background:#FFF;border-radius:50px 10px 50px 10px}
.hero-banner.hero-style-2 .banner-gallery .online-support .inner .icon{width:50px;height:50px;background:#ee4a621a;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:50%;margin-right:15px;color:var(--main-color2);font-size:22px}
.hero-banner.hero-style-2 .banner-gallery .online-support .inner .content{text-align:left}
.hero-banner.hero-style-2 .banner-gallery .online-support .inner .content .subtitle{font-size:13px;font-weight:var(--p-bold);color:#14141780;text-transform:uppercase;margin-bottom:5px;display:block}
.hero-banner.hero-style-2 .banner-gallery .online-support .inner .content .title{font-weight:var(--p-medium);line-height:1;margin-bottom:0}
.hero-banner.hero-style-2 .banner-gallery .online-support .inner .content .title a{color:var(--main-color2)}
@media only screen and (max-width:767px) {
.hero-banner.hero-style-2 .banner-gallery .shape-group{display:none}
}
.hero-banner.hero-style-2 .banner-gallery .shape-group li{margin:0;position:absolute;z-index:-1}
.hero-banner.hero-style-2 .banner-gallery .shape-group li.shape-1{top:-58px;right:125px}
.hero-banner.hero-style-2 .banner-gallery .shape-group li.shape-2{top:85px;right:-50px}
.hero-banner.hero-style-2 .banner-gallery .shape-group li.shape-3{bottom:30px;right:-108px}
.hero-banner.hero-style-2 .banner-gallery .shape-group li.shape-4{bottom:-10px;left:-12px}
.hero-banner.hero-style-3{min-height:715px;position:relative;z-index:1;-webkit-mask-image:url(../images/others/mask-01.png);mask-image:url(../images/others/mask-01.png);-webkit-mask-repeat:no-repeat;-webkit-mask-size:cover;-webkit-mask-position:center}
@media only screen and (min-width:768px) and (max-width:991px) {
.hero-banner.hero-style-3{min-height:100%}
}
@media only screen and (max-width:767px) {
.hero-banner.hero-style-3{min-height:100%}
}
.hero-banner.hero-style-3 .swiper-slide{padding:0;display:block}
.hero-banner.hero-style-3 .swiper-slide:before{content:"";height:100%;width:100%;background:-webkit-linear-gradient(left,#000000d9 0%,#0000 80%);background:linear-gradient(90deg,#000000d9 0%,#0000 80%);position:absolute;top:0;bottom:0;left:0;right:0;z-index:1}
.hero-banner.hero-style-3 .swiper-slide img{-webkit-transform:scale(1.4);-ms-transform:scale(1.4);transform:scale(1.4);-webkit-transition:-webkit-transform 5s linear;transition:-webkit-transform 5s linear;transition:transform 5s linear;transition:transform 5s linear,-webkit-transform 5s linear;max-width:100%;width:100%;background-size:cover;background-position:100%;min-height:715px;object-fit:cover}
.hero-banner.hero-style-3 .swiper-slide.swiper-slide-duplicate-active img,.hero-banner.hero-style-3 .swiper-slide.swiper-slide.swiper-slide-active img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.hero-banner.hero-style-3 .thumbnail-bg-content .banner-content{max-width:560px;position:absolute;left:0;bottom:250px;z-index:12}
@media only screen and (min-width:1401px) and (max-width:1650px) {
.hero-banner.hero-style-3 .thumbnail-bg-content .banner-content{bottom:240px}
}
@media only screen and (max-width:991px) {
.hero-banner.hero-style-3 .thumbnail-bg-content .banner-content{max-width:100%;bottom:220px}
}
.hero-banner.hero-style-3 .thumbnail-bg-content .banner-content .subtitle{opacity:0;visibility:hidden;-webkit-transform:translateY(50px);-ms-transform:translateY(50px);transform:translateY(50px);-webkit-transition-delay:1500ms;transition-delay:1500ms}
.hero-banner.hero-style-3 .thumbnail-bg-content .banner-content .title{color:var(--white-color);font-weight:var(--p-extra-bold);opacity:0;visibility:hidden;-webkit-transform:translateY(60px);-ms-transform:translateY(60px);transform:translateY(60px);-webkit-transition-delay:1700ms;transition-delay:1700ms}
.hero-banner.hero-style-3 .thumbnail-bg-content .banner-content p{color:var(--white-color);font-size:18px;opacity:0;visibility:hidden;-webkit-transform:translateY(70px);-ms-transform:translateY(70px);transform:translateY(70px);-webkit-transition-delay:1900ms;transition-delay:1900ms}
.hero-banner.hero-style-3 .thumbnail-bg-content .banner-content .banner-btn{opacity:0;-webkit-transform:translateY(80px);-ms-transform:translateY(80px);transform:translateY(80px);-webkit-transition-delay:2100ms;transition-delay:2100ms}
.hero-banner.hero-style-3 .swiper-slide-active .thumbnail-bg-content .banner-content .subtitle{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
.hero-banner.hero-style-3 .swiper-slide-active .thumbnail-bg-content .banner-content .title{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
.hero-banner.hero-style-3 .swiper-slide-active .thumbnail-bg-content .banner-content p{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
.hero-banner.hero-style-3 .swiper-slide-active .thumbnail-bg-content .banner-content .banner-btn{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
@media only screen and (min-width:768px) and (max-width:991px) {
.hero-banner.hero-style-3 .shape-group{display:none}
}
@media only screen and (max-width:767px) {
.hero-banner.hero-style-3 .shape-group{display:none}
}
.hero-banner.hero-style-3 .shape-group li{margin:0;position:absolute;z-index:1}
.hero-banner.hero-style-3 .shape-group li.shape-1{top:45px;left:8.2%}
@media only screen and (min-width:1600px) and (max-width:1919px) {
.hero-banner.hero-style-3 .shape-group li.shape-1{left:4.2%}
}
@media only screen and (max-width:1650px) {
.hero-banner.hero-style-3 .shape-group li.shape-1{display:none}
}
.hero-banner.hero-style-3 .shape-group li.shape-2{top:21px;left:26%}
.hero-banner.hero-style-3 .shape-group li.shape-3{top:-290px;left:-153px}
.hero-banner.hero-style-3 .hero-slider-bg-controls{position:absolute;right:70px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:10}
@media only screen and (max-width:991px) {
.hero-banner.hero-style-3 .hero-slider-bg-controls{display:none}
}
.hero-banner.hero-style-3 .hero-slider-bg-controls .swiper-slide-controls{display:inline-block;width:60px;height:60px;line-height:60px;-webkit-transition:all .4s ease-out;transition:all .4s ease-out;background-color:var(--white-color);color:var(--color-heading);cursor:pointer}
.hero-banner.hero-style-3 .hero-slider-bg-controls .swiper-slide-controls i{font-size:20px;line-height:58px}
.hero-banner.hero-style-3 .hero-slider-bg-controls .swiper-slide-controls:hover{-webkit-transition:all .4s ease-out;transition:all .4s ease-out;background-color:var(--main-color2);color:var(--white-color)}
.hero-banner.hero-style-3 .hero-slider-bg-controls .slide-prev,.hero-banner.hero-style-3 .hero-slider-bg-controls .slide-next{position:relative;width:60px!important;margin-left:auto;margin-right:6px;text-align:center;border-radius:50%;box-shadow:var(--shadow-darker3)}
.hero-banner.hero-style-3 .hero-slider-bg-controls .slide-next{right:0;top:-69px}
.hero-banner.hero-style-3 .hero-slider-bg-controls .slide-prev{right:-70px;top:0}
.hero-banner.hero-style-4{min-height:745px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;z-index:1;-webkit-clip-path:polygon(0 0%,100% 0%,100% 92%,0% 100%);clip-path:polygon(0 0%,100% 0%,100% 92%,0% 100%)}
@media only screen and (min-width:768px) and (max-width:991px) {
.hero-banner.hero-style-4{-webkit-clip-path:polygon(0 0%,100% 0%,100% 92%,0% 97%);clip-path:polygon(0 0%,100% 0%,100% 92%,0% 97%)}
}
@media only screen and (max-width:991px) {
.hero-banner.hero-style-4{min-height:500px}
}
@media only screen and (max-width:767px) {
.hero-banner.hero-style-4{-webkit-clip-path:none;clip-path:none}
}
.hero-banner.hero-style-4::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(../images/bg/bg-image-18.svg);z-index:-1}
.hero-banner.hero-style-4 .banner-content{text-align:center;padding-bottom:30px}
@media only screen and (max-width:767px) {
.hero-banner.hero-style-4 .banner-content{padding-bottom:0;margin-bottom:0}
}
.hero-banner.hero-style-4 .banner-content p{width:70%;margin:0 auto 30px}
@media only screen and (max-width:991px) {
.hero-banner.hero-style-4 .banner-content p{width:100%}
}
.hero-banner.hero-style-4 .banner-gallery{display:block;position:initial}
.hero-banner.hero-style-4 .banner-gallery .thumbnail{position:absolute}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.hero-banner.hero-style-4 .banner-gallery .thumbnail{width:17%}
}
@media only screen and (max-width:1199px) {
.hero-banner.hero-style-4 .banner-gallery .thumbnail{width:15%}
}
@media only screen and (max-width:575px) {
.hero-banner.hero-style-4 .banner-gallery .thumbnail{width:30%}
}
@media only screen and (max-width:991px) {
.hero-banner.hero-style-4 .banner-gallery .thumbnail{display:none}
}
.hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-1{top:140px;left:120px}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-1{left:30px}
}
@media only screen and (max-width:1200px) {
.hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-1{left:80px}
}
.hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-1 img{border-radius:0;-webkit-animation:radiusChange 8s linear infinite;animation:radiusChange 8s linear infinite}
.hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-2{top:100px;right:120px;padding-top:0}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-2{right:40px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-2{right:15px}
}
@media only screen and (max-width:767px) {
.hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-2{right:15px}
}
.hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-2 img{border-radius:50px 0;-webkit-animation:radiusChange2 5s linear;animation:radiusChange2 5s linear}
.hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-3{bottom:160px;right:310px;padding-top:0}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-3{right:200px}
}
@media only screen and (max-width:1199px) {
.hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-3{right:100px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-3{right:15px}
}
@media only screen and (max-width:767px) {
.hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-3{right:15px}
}
.hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-3 img{border-radius:10px 40px}
.hero-banner.hero-style-4 .banner-gallery .online-support{position:absolute;left:240px;bottom:160px}
@media only screen and (max-width:1199px) {
.hero-banner.hero-style-4 .banner-gallery .online-support{left:100px;bottom:100px}
}
@media only screen and (max-width:991px) {
.hero-banner.hero-style-4 .banner-gallery .online-support{display:none}
}
@media only screen and (max-width:767px) {
.hero-banner.hero-style-4 .banner-gallery .online-support{left:0;bottom:-40px}
}
.hero-banner.hero-style-4 .banner-gallery .online-support .inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:30px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;box-shadow:0 20px 40px #0000001a;background:#FFF;border-radius:50px 10px 50px 10px}
.hero-banner.hero-style-4 .banner-gallery .online-support .inner .icon{width:50px;height:50px;background:#ee4a621a;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-radius:50%;margin-right:15px;color:var(--main-color2);font-size:22px}
.hero-banner.hero-style-4 .banner-gallery .online-support .inner .content{text-align:left}
.hero-banner.hero-style-4 .banner-gallery .online-support .inner .content .subtitle{font-size:13px;font-weight:var(--p-bold);color:#14141780;text-transform:uppercase;margin-bottom:5px;display:block}
.hero-banner.hero-style-4 .banner-gallery .online-support .inner .content .title{color:var(--color-heading);font-weight:var(--p-medium);line-height:1;margin-bottom:0}
.hero-banner.hero-style-4 .scroll-down-btn{position:absolute;bottom:-75px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}
@media only screen and (max-width:767px) {
.hero-banner.hero-style-4 .scroll-down-btn{bottom:-25px;z-index:12}
}
.hero-banner.hero-style-4 .scroll-down-btn .scroll-btn{height:200px;width:200px;background-color:#ffffff80;border-radius:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative}
@media only screen and (max-width:767px) {
.hero-banner.hero-style-4 .scroll-down-btn .scroll-btn{height:50px;width:50px;background-color:#fff;box-shadow:0 1px 5px 0 #0003;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
}
.hero-banner.hero-style-4 .scroll-down-btn .scroll-btn i{padding-top:40px;font-size:26px;color:var(--main-color)}
@media only screen and (max-width:767px) {
.hero-banner.hero-style-4 .scroll-down-btn .scroll-btn i{font-size:16px;padding-top:0}
}
.hero-banner.hero-style-4 .scroll-down-btn .scroll-btn:before,.hero-banner.hero-style-4 .scroll-down-btn .scroll-btn:after{content:'';display:block;position:absolute;top:0;right:0;z-index:-1;bottom:0;left:0;-webkit-transition:var(--transition);transition:var(--transition);border-radius:50%;border:1px solid #dfe7e9}
@media only screen and (max-width:767px) {
.hero-banner.hero-style-4 .scroll-down-btn .scroll-btn:before,.hero-banner.hero-style-4 .scroll-down-btn .scroll-btn:after{display:none}
}
.hero-banner.hero-style-4 .scroll-down-btn .scroll-btn:before{-webkit-animation:ripple_2 3s linear infinite;animation:ripple_2 3s linear infinite}
.hero-banner.hero-style-4 .scroll-down-btn .scroll-btn:after{-webkit-animation:ripple_2 3s linear 1s infinite;animation:ripple_2 3s linear 1s infinite}
.hero-banner.hero-style-4 .shape-group li{margin:0;position:absolute;z-index:-1}
@media only screen and (min-width:768px) and (max-width:991px) {
.hero-banner.hero-style-4 .shape-group li{width:10%}
}
@media only screen and (max-width:767px) {
.hero-banner.hero-style-4 .shape-group li{width:10%}
}
.hero-banner.hero-style-4 .shape-group li.shape-1{top:50px;left:195px}
.hero-banner.hero-style-4 .shape-group li.shape-1 img{opacity:.5}
@media only screen and (max-width:1599px) {
.hero-banner.hero-style-4 .shape-group li.shape-1{left:161px}
}
.hero-banner.hero-style-4 .shape-group li.shape-2{top:85px;left:335px}
.hero-banner.hero-style-4 .shape-group li.shape-2 img{width:130px}
@media only screen and (max-width:1599px) {
.hero-banner.hero-style-4 .shape-group li.shape-2{left:215px}
}
.hero-banner.hero-style-4 .shape-group li.shape-3{bottom:200px;left:130px}
.hero-banner.hero-style-4 .shape-group li.shape-4{bottom:220px;left:26%}
.hero-banner.hero-style-4 .shape-group li.shape-5{top:35px;right:24%}
.hero-banner.hero-style-4 .shape-group li.shape-6{top:66px;right:88px}
@media only screen and (max-width:1599px) {
.hero-banner.hero-style-4 .shape-group li.shape-6{right:8px}
}
.hero-banner.hero-style-4 .shape-group li.shape-7{bottom:210px;right:60px}
@media only screen and (max-width:1599px) {
.hero-banner.hero-style-4 .shape-group li.shape-7{bottom:220px;right:-50px}
}
.hero-banner.hero-style-4 .shape-group li.shape-7 img{opacity:.3}
.hero-banner.hero-style-4 .shape-group li.shape-8{z-index:-2;bottom:120px;left:-95px}
.hero-banner.hero-style-4 .shape-group li.shape-8 span{display:block;height:270px;width:270px;border:1px solid var(--color-border);border-radius:50%}
.hero-banner.hero-style-5{background-color:var(--color-lighten04);-webkit-mask-image:url(../images/others/mask-02.webp);mask-image:url(../images/others/mask-02.webp);-webkit-mask-repeat:no-repeat;-webkit-mask-size:cover;-webkit-mask-position:center;min-height:715px;position:relative}
@media only screen and (min-width:768px) and (max-width:991px) {
.hero-banner.hero-style-5{padding:100px 0}
}
@media only screen and (max-width:767px) {
.hero-banner.hero-style-5{padding:80px 0}
}
.hero-banner.hero-style-5 .banner-thumbnail{margin-right:0;text-align:right;padding:40px}
@media only screen and (min-width:768px) and (max-width:991px) {
.hero-banner.hero-style-5 .banner-thumbnail{text-align:center}
}
.hero-banner.hero-style-5 .banner-thumbnail .thumbnail{display:inline-block;background-color:var(--white-color);border-radius:10px;padding:20px;box-shadow:var(--shadow-darker);position:relative}
@media only screen and (min-width:992px) and (max-width:1199px) {
.hero-banner.hero-style-5 .banner-thumbnail .shape-group{display:block}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.hero-banner.hero-style-5 .banner-thumbnail .shape-group li{width:100%}
}
.hero-banner.hero-style-5 .banner-thumbnail .shape-group img{-webkit-transform:none;-ms-transform:none;transform:none}
.hero-banner.hero-style-5 .banner-thumbnail .shape-group .shape-1{top:0;left:auto;right:0}
@media only screen and (min-width:768px) and (max-width:991px) {
.hero-banner.hero-style-5 .banner-thumbnail .shape-group .shape-1{left:0;right:0}
}
.hero-banner.hero-style-5 .banner-thumbnail .shape-group .shape-2{top:auto;bottom:85px;left:52px;z-index:1}
.hero-banner.hero-style-5 .banner-thumbnail .shape-group .shape-3{top:18px;left:auto;right:-45px;z-index:-2}
.hero-banner.hero-style-5 .banner-thumbnail .shape-group .shape-4{top:-45px;right:8px}
@media only screen and (max-width:767px) {
.hero-banner.hero-style-5 .shape-group{display:none}
}
.hero-banner.hero-style-5 .shape-group li{margin:0;position:absolute;z-index:-1}
@media only screen and (min-width:768px) and (max-width:991px) {
.hero-banner.hero-style-5 .shape-group li{width:15%}
}
.hero-banner.hero-style-5 .shape-group li.shape-1{top:40px;left:70px}
.hero-banner.hero-style-5 .shape-group li.shape-2{bottom:28px;left:160px}
.hero-banner.hero-style-5 .shape-group li.shape-3{top:85px;left:46%}
.hero-banner.hero-style-5 .shape-group li.shape-4{bottom:70px;right:205px}
.hero-banner.hero-style-5 .shape-group li.shape-5{top:55px;right:75px}
.hero-banner.hero-style-6{min-height:710px;position:relative;z-index:1}
@media only screen and (min-width:768px) and (max-width:991px) {
.hero-banner.hero-style-6{padding:100px 0 0}
}
@media only screen and (max-width:767px) {
.hero-banner.hero-style-6{padding:80px 0 0}
}
.hero-banner.hero-style-6:before{content:"";height:100%;width:100%;background-color:var(--color-lighten01);position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;-webkit-mask-image:url(../images/others/mask-03.webp);mask-image:url(../images/others/mask-03.webp);-webkit-mask-repeat:no-repeat;-webkit-mask-size:cover;-webkit-mask-position:center}
.hero-banner.hero-style-6 .banner-thumbnail{margin-right:-15px;text-align:right;margin-bottom:-125px}
@media only screen and (min-width:768px) and (max-width:991px) {
.hero-banner.hero-style-6 .banner-thumbnail{margin-bottom:0;margin-right:0;text-align:center}
}
@media only screen and (max-width:767px) {
.hero-banner.hero-style-6 .banner-thumbnail{margin-bottom:0;margin-right:0;text-align:center}
}
.hero-banner.hero-style-6 .banner-thumbnail .thumbnail{display:inline-block;position:relative}
@media only screen and (max-width:1199px),only screen and (max-width:767px) {
.hero-banner.hero-style-6 .banner-thumbnail .shape-group{display:block}
}
.hero-banner.hero-style-6 .banner-thumbnail .shape-group img{opacity:1}
.hero-banner.hero-style-6 .banner-thumbnail .shape-group .shape-1{top:80px;left:auto;right:15px}
@media only screen and (max-width:991px) {
.hero-banner.hero-style-6 .banner-thumbnail .shape-group .shape-1{right:inherit;left:180px}
}
@media only screen and (max-width:767px) {
.hero-banner.hero-style-6 .banner-thumbnail .shape-group .shape-1{left:60px}
}
.hero-banner.hero-style-6 .banner-thumbnail .shape-group .shape-2{top:auto;bottom:250px;left:80px;z-index:1}
@media only screen and (max-width:767px) {
.hero-banner.hero-style-6 .banner-thumbnail .shape-group .shape-2{display:none}
}
.hero-banner.hero-style-6 .banner-thumbnail .shape-group .shape-3{top:80px;left:auto;right:-75px;z-index:-2}
.hero-banner.hero-style-6 .banner-thumbnail .shape-group .shape-4{top:26px;right:22px}
@media only screen and (max-width:767px) {
.hero-banner.hero-style-6 .banner-thumbnail .shape-group .shape-4{display:none}
.hero-banner.hero-style-6 .shape-group{display:none}
}
.hero-banner.hero-style-6 .shape-group li{margin:0;position:absolute;z-index:-1}
.hero-banner.hero-style-6 .shape-group li img{opacity:.2}
.hero-banner.hero-style-6 .shape-group li.shape-1{top:45px;left:250px}
.hero-banner.hero-style-6 .shape-group li.shape-2{bottom:26px;left:115px}
.hero-banner.hero-style-6 .shape-group li.shape-3{top:25px;right:0;z-index:-1}
.hero-banner.hero-style-7{min-height:820px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:-webkit-linear-gradient(right,#31b97833 0%,#1ab69d33 100%);background:linear-gradient(-90deg,#31b97833 0%,#1ab69d33 100%);overflow:hidden}
@media only screen and (min-width:768px) and (max-width:991px) {
.hero-banner.hero-style-7{min-height:100%;padding:80px 0 100px}
}
@media only screen and (max-width:767px) {
.hero-banner.hero-style-7{min-height:100%;padding:60px 0 80px}
}
.hero-banner.hero-style-7 .banner-content{text-align:center;padding-top:30px;z-index:2}
@media only screen and (min-width:768px) and (max-width:991px) {
.hero-banner.hero-style-7 .banner-content{padding-top:0}
}
@media only screen and (max-width:767px) {
.hero-banner.hero-style-7 .banner-content{padding-top:0}
}
.hero-banner.hero-style-7 .banner-content p{width:70%;margin:0 auto 30px}
@media only screen and (max-width:767px) {
.hero-banner.hero-style-7 .banner-content p{width:100%}
}
.hero-banner.hero-style-7 .banner-content .features-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0 -50px;padding-top:65px}
@media only screen and (max-width:767px) {
.hero-banner.hero-style-7 .banner-content .features-list{margin:0 -20px;padding-top:50px}
}
@media only screen and (max-width:575px) {
.hero-banner.hero-style-7 .banner-content .features-list{margin:0 -5px}
}
.hero-banner.hero-style-7 .banner-content .features-box{background-color:transparent;padding:0;box-shadow:none;margin:0 50px}
@media only screen and (max-width:767px) {
.hero-banner.hero-style-7 .banner-content .features-box{margin:0 20px}
}
@media only screen and (max-width:575px) {
.hero-banner.hero-style-7 .banner-content .features-box{margin:0 5px}
}
.hero-banner.hero-style-7 .banner-content .features-box .icon{color:var(--white-color)}
@media only screen and (max-width:575px) {
.hero-banner.hero-style-7 .banner-content .features-box .content .title{font-size:14px}
}
.hero-banner.hero-style-7 .banner-content .features-box.color-extra02-style .icon{background-color:#8e56ff}
.hero-banner.hero-style-7 .banner-content .features-box.main-color2-style .icon{background-color:#ee4a62}
.hero-banner.hero-style-7 .banner-content .features-box.main-color-style .icon{background-color:#1ab69d}
.hero-banner.hero-style-7 .banner-gallery{display:block;position:initial}
.hero-banner.hero-style-7 .banner-gallery .thumbnail{position:absolute}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.hero-banner.hero-style-7 .banner-gallery .thumbnail{width:20%}
}
@media only screen and (max-width:1199px) {
.hero-banner.hero-style-7 .banner-gallery .thumbnail{width:20%}
}
@media only screen and (max-width:767px) {
.hero-banner.hero-style-7 .banner-gallery .thumbnail{display:none}
}
.hero-banner.hero-style-7 .banner-gallery .thumbnail img{border-radius:0}
.hero-banner.hero-style-7 .banner-gallery .thumbnail.thumbnail-1{bottom:160px;left:130px}
@media only screen and (max-width:1650px) {
.hero-banner.hero-style-7 .banner-gallery .thumbnail.thumbnail-1{left:20px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.hero-banner.hero-style-7 .banner-gallery .thumbnail.thumbnail-1{bottom:50%}
}
@media only screen and (max-width:1199px) {
.hero-banner.hero-style-7 .banner-gallery .thumbnail.thumbnail-1{bottom:50%}
}
.hero-banner.hero-style-7 .banner-gallery .thumbnail.thumbnail-2{bottom:120px;right:150px;padding-top:0}
@media only screen and (max-width:1650px) {
.hero-banner.hero-style-7 .banner-gallery .thumbnail.thumbnail-2{right:20px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.hero-banner.hero-style-7 .banner-gallery .thumbnail.thumbnail-2{bottom:50%}
}
@media only screen and (max-width:1199px) {
.hero-banner.hero-style-7 .banner-gallery .thumbnail.thumbnail-2{bottom:50%}
}
@media only screen and (max-width:767px) {
.hero-banner.hero-style-7 .shape-group{display:none}
}
.hero-banner.hero-style-7 .shape-group li{margin:0;position:absolute;z-index:-1}
.hero-banner.hero-style-7 .shape-group li img{opacity:.3}
.hero-banner.hero-style-7 .shape-group li.shape-1{top:100px;left:82px}
.hero-banner.hero-style-7 .shape-group li.shape-2{top:47%;left:24%}
.hero-banner.hero-style-7 .shape-group li.shape-3{bottom:0;left:44%}
.hero-banner.hero-style-7 .shape-group li.shape-4{top:220px;right:21%}
.hero-banner.hero-style-7 .shape-group li.shape-5{top:135px;right:65px}
.hero-banner.hero-style-7 .shape-group li.shape-6{top:-60px;left:35%}
.hero-banner.hero-style-7 .shape-group li.shape-6 img{opacity:1}
.hero-banner.hero-style-7 .shape-group li.shape-7{bottom:-35px;right:21%}
.hero-banner.hero-style-7 .shape-group li.shape-7 img{opacity:1}
.instagram-grid{text-align:center}
.instagram-grid a{position:relative;border-radius:5px;overflow:hidden;display:block}
.instagram-grid a img{border-radius:5px;-webkit-transition:var(--transition);transition:var(--transition);width:100%}
.instagram-grid a:after{content:"";height:100%;width:100%;background-color:var(--color-black);border-radius:5px;opacity:.5;position:absolute;top:0;bottom:0;left:0;right:0;visibility:hidden;opacity:0;-webkit-transition:var(--transition);transition:var(--transition)}
.instagram-grid a .user-info{position:absolute;top:50%;left:0;right:0;-webkit-transform:translateY(-50%) scale(1.5);-ms-transform:translateY(-50%) scale(1.5);transform:translateY(-50%) scale(1.5);z-index:1;color:var(--white-color);visibility:hidden;opacity:0;-webkit-transition:var(--transition);transition:var(--transition)}
.instagram-grid a .user-info .icon{display:block;font-size:26px}
.instagram-grid a .user-info .user-name{font-size:18px;font-family:var(--font-secondary);font-weight:var(--p-semi-bold)}
.instagram-grid:hover a img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}
.instagram-grid:hover a:after{visibility:visible;opacity:.5}
.instagram-grid:hover a .user-info{-webkit-transform:translateY(-50%) scale(1);-ms-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1);visibility:visible;opacity:1}

.edublink-landing-page #edublink-preloader{display:none!important}
.pv-header-style.edu-header .header-mainmenu{background-color:transparent;box-shadow:none;z-index:5}
.pv-header-style.edu-header .header-mainmenu.edu-sticky{box-shadow:0 6px 15px 0 #0000000d}
.pv-header-style .mainmenu-nav{margin-right:30px}
.pv-header-style .mainmenu-nav .mainmenu{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}
.pv-header-style .mainmenu-nav .mainmenu li a{padding:0 20px;height:90px;line-height:90px}
.pv-header-style .edublink-vue-mobile-popup-menu .mainmenu li.header-btn{padding-top:30px}
.pv-header-style .edublink-vue-mobile-popup-menu .mainmenu li.header-btn .edu-btn{padding:0}
.pv-header-style .edublink-vue-mobile-popup-menu .mainmenu li.header-btn .edu-btn:hover{color:var(--white-color)}
.pv-demo-counterup{margin-top:-95px;position:relative;z-index:1}
.pv-demo-counterup .counterup-wrap{background-color:var(--white-color);max-width:870px;width:100%;box-shadow:0 20px 50px 0 #00000008;border-radius:10px;margin:0 auto;padding:50px 0}
@media only screen and (max-width:767px) {
.pv-demo-counterup .counterup-wrap{padding:40px 0}
}
.pv-demo-counterup .counterup-wrap .edu-counterup{box-shadow:none;padding:0 30px;border-radius:0}
@media only screen and (max-width:767px) {
.pv-demo-counterup .counterup-wrap .edu-counterup{padding:0 20px}
}
@media only screen and (max-width:575px) {
.pv-demo-counterup .counterup-wrap .edu-counterup{padding:20px}
}
.pv-demo-counterup .counterup-wrap .edu-counterup.border-end{border-color:var(--color-border)}
@media only screen and (max-width:575px) {
.pv-demo-counterup .counterup-wrap .edu-counterup.border-end{border:none!important}
}
.pv-demo-counterup .counterup-wrap .edu-counterup .count-number{font-size:50px;margin-bottom:0}
@media only screen and (min-width:768px) and (max-width:991px) {
.pv-demo-counterup .counterup-wrap .edu-counterup .count-number{font-size:40px}
}
@media only screen and (max-width:767px) {
.pv-demo-counterup .counterup-wrap .edu-counterup .count-number{font-size:30px}
}
.pv-demo-counterup .counterup-wrap .edu-counterup .title{font-weight:600;font-size:17px;color:var(--color-heading);text-transform:capitalize}
.pv-demo-area{padding:140px 0 90px}
@media only screen and (min-width:992px) and (max-width:1199px) {
.pv-demo-area{padding:110px 0 60px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.pv-demo-area{padding:90px 0 40px}
}
@media only screen and (max-width:767px) {
.pv-demo-area{padding:70px 0 20px}
}
.single-demo{text-align:center;margin-bottom:60px;position:relative}
.single-demo .new-wrapper{position:absolute;right:-15px;top:-15px;background-color:var(--main-color4);color:var(--white-color);width:70px;height:70px;line-height:70px;box-shadow:0 10px 30px 0 #b36d1c66;border-radius:50%;z-index:1}
.single-demo .inner{background-color:var(--white-color);box-shadow:0 30px 60px #00000012;border-radius:5px;padding:15px;-webkit-transition:.3s;transition:.3s}
.single-demo.coming-soon a{pointer-events:none}
.single-demo .thumbnail{position:relative;text-align:center}
.single-demo .thumbnail .thumbnail-link{display:block;position:relative}
.single-demo .thumbnail .thumbnail-link::before{background:#00000059;border-radius:5px;position:absolute;content:"";left:0;right:0;bottom:0;top:0;height:100%;width:100%;opacity:0}
.single-demo .thumbnail .thumbnail-link img{border-radius:5px;width:100%}
.single-demo .thumbnail .hover-action{position:absolute;top:50%;left:0;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:1;-webkit-transition:.3s;transition:.3s;opacity:0}
.single-demo .title{font-weight:700;font-size:20px;margin-top:28px;margin-bottom:10px}
.single-demo:hover .inner{box-shadow:0 30px 70px #0000001f;-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}
.single-demo:hover .thumbnail .thumbnail-link::before{opacity:1}
.single-demo:hover .thumbnail .hover-action{opacity:1}
.pv-elementor-area{padding:150px 0}
@media only screen and (min-width:992px) and (max-width:1199px) {
.pv-elementor-area{padding:120px 0 100px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.pv-elementor-area{padding:100px 0 80px}
}
@media only screen and (max-width:767px) {
.pv-elementor-area{padding:80px 0 60px}
}
@media only screen and (max-width:1199px) {
.pv-elementor-area .elementor-content .splash-title{text-align:center}
}
.pv-elementor-area .elementor-content .splash-title img{margin-bottom:35px}
.pv-elementor-area .elementor-content .splash-title p{width:60%}
@media only screen and (max-width:1199px) {
.pv-elementor-area .elementor-content .splash-title p{width:100%}
}
.pv-elementor-area .elementor-thumbnail{position:relative;z-index:1}
@media only screen and (max-width:1199px) {
.pv-elementor-area .elementor-thumbnail{text-align:center}
}
.pv-elementor-area .elementor-thumbnail img{border-radius:20px}
@media only screen and (max-width:991px) {
.pv-elementor-area .elementor-thumbnail .shape-group{display:none}
}
.pv-elementor-area .elementor-thumbnail .shape-group li{position:absolute;z-index:-1}
.pv-elementor-area .elementor-thumbnail .shape-group li.shape-1{top:-50px;left:-75px}
.pv-elementor-area .elementor-thumbnail .shape-group li.shape-2{top:-82px;left:-14px;z-index:1}
.pv-elementor-area .elementor-thumbnail .shape-group li.shape-3{bottom:-70px;right:50px}
.pv-elementor-area .elementor-thumbnail .shape-group li.shape-4{bottom:-80px;right:-80px;z-index:-2}
.pv-courses-demo{position:relative;padding:150px 0 40px}
@media only screen and (min-width:992px) and (max-width:1199px) {
.pv-courses-demo{padding:120px 0 30px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.pv-courses-demo{padding:100px 0 20px}
}
@media only screen and (max-width:767px) {
.pv-courses-demo{padding:80px 0 10px}
}
.pv-courses-demo .splash-title.section-title{margin-bottom:80px}
@media only screen and (max-width:991px) {
.pv-courses-demo .splash-title.section-title{margin-bottom:50px}
}
.pv-courses-demo .splash-title .shape-line{margin-bottom:28px}
.pv-courses-demo .splash-title p{color:var(--color-heading);font-size:16px}
.pv-courses-demo .margque-courses{background-image:url(../images/preview/courses.webp);background-repeat:repeat-x;background-size:auto;height:460px;position:relative;z-index:1;margin-top:-20px}
.pv-courses-demo .shape-group li.shape-1{top:100px;right:140px}
@media only screen and (min-width:1200px) and (max-width:1400px) {
.pv-courses-demo .shape-group li.shape-1{top:80px;right:30px}
}
.pv-courses-demo .shape-group li.shape-2{top:310px;left:40px}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.pv-courses-demo .shape-group li.shape-2{display:none}
}
.pv-courses-demo .shape-group li.shape-3{top:330px;left:165px;z-index:1}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.pv-courses-demo .shape-group li.shape-3{display:none}
}
.pv-courses-demo .shape-group li.shape-4{top:130px;left:15%}
.pv-courses-demo .shape-group li.shape-5{top:-252px;right:-111px;z-index:-2}
@media only screen and (min-width:1200px) and (max-width:1400px) {
.pv-courses-demo .shape-group li.shape-5{top:-230px;right:-270px}
}
.pv-courses-demo .shape-group li.shape-5 span{display:block;height:470px;width:470px;border:1px solid var(--color-border);border-radius:50%}

.team-share-info{margin:-5px;text-align:center;position:absolute;top:50%;left:0;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.team-share-info li{display:inline-block;margin:5px}
.team-share-info li a{width:40px;height:40px;line-height:39px;border:2px solid var(--white-color);text-align:center;border-radius:50%;font-size:18px;color:var(--white-color);-webkit-transition:var(--transition);transition:var(--transition)}
.team-share-info li a:hover{background:var(--white-color);color:var(--main-color)}

.home-one-testimonial{margin-top:30px}
@media only screen and (max-width:991px) {
.home-one-testimonial{margin-top:0}
}
.testimonial-heading-area{padding-right:50px}
@media only screen and (max-width:479px) {
.testimonial-heading-area{padding-right:0}
}
.testimonial-grid{box-shadow:var(--shadow-darker);background-color:var(--white-color);border-radius:10px;padding:60px 30px 50px;position:relative;z-index:1;overflow:hidden}
.testimonial-grid:after{content:url(../images/testimonial/shape-1.png);position:absolute;top:-5px;right:-5px;z-index:-1}
.testimonial-grid .thumbnail{display:inline-block;position:relative;margin-bottom:35px}
.testimonial-grid .thumbnail img{border-radius:50%}
.testimonial-grid .thumbnail .qoute-icon{height:34px;width:34px;line-height:30px;font-size:13px;color:var(--white-color);background-color:var(--main-color);border-radius:50%;border:4px solid var(--white-color);display:block;text-align:center;position:absolute;bottom:-8px;right:-12px}
.testimonial-grid .content p{margin-bottom:20px;font-size:16px}
.testimonial-grid .content .rating-icon{margin-bottom:6px}
.testimonial-grid .content .rating-icon i{color:#f8b81f}
.testimonial-grid .content .title{font-weight:var(--p-medium);margin-bottom:2px}
.testimonial-grid.testimonial-style-3{text-align:center;margin-bottom:40px;margin-top:30px}
.testimonial-grid.testimonial-style-3:after{display:none}
.testimonial-slide .content{background-color:var(--white-color);box-shadow:var(--shadow-darker);padding:35px 28px 35px 40px;border-radius:4px;margin-bottom:30px;margin-top:30px}
.testimonial-slide .content .logo{margin-bottom:22px}
.testimonial-slide .content p{color:var(--color-heading);font-size:16px;margin-bottom:15px}
.testimonial-slide .content .rating-icon i{color:#f8b81f}
.testimonial-slide .author-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.testimonial-slide .author-info .thumb{margin-right:20px}
.testimonial-slide .author-info .thumb img{border-radius:50%}
.testimonial-slide .author-info .info{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
.testimonial-slide .author-info .info .title{margin-bottom:0}
.testimonial-slide.testimonial-style-2 .content{padding:45px 40px 50px 50px;border-radius:5px}
@media only screen and (max-width:479px) {
.testimonial-slide.testimonial-style-2 .content{padding:40px 30px}
}
.testimonial-slide.testimonial-style-2 .content .rating-icon{margin-bottom:20px}
.testimonial-slide.testimonial-style-2 .content p{margin-bottom:24px}
.testimonial-slide.testimonial-style-3 .content{background-color:transparent;padding:0;box-shadow:none;margin:0}
.testimonial-slide.testimonial-style-3 .content .rating-icon{margin-bottom:15px}
.testimonial-slide.testimonial-style-3 .content p{margin-bottom:20px}
.testimonial-area-2{position:relative}
.testimonial-area-2 .testimonial-activation{padding:0 30px;margin:-30px -30px 0;margin-bottom:50px}
.testimonial-area-2 .testimonial-activation .swiper-slide{opacity:0;visibility:hidden}
.testimonial-area-2 .testimonial-activation .swiper-slide.swiper-slide-active,.testimonial-area-2 .testimonial-activation .swiper-slide.swiper-slide-next,.testimonial-area-2 .testimonial-activation .swiper-slide.swiper-slide-next+.swiper-slide{opacity:1;visibility:visible}
@media only screen and (max-width:991px) {
.testimonial-area-2 .testimonial-activation .swiper-slide.swiper-slide-next+.swiper-slide{opacity:0;visibility:hidden}
}
@media only screen and (max-width:767px) {
.testimonial-area-2 .testimonial-activation .swiper-slide.swiper-slide-next{opacity:0;visibility:hidden}
}
.testimonial-area-2 .swiper-pagination{bottom:-70px}
.testimonial-area-2 .shape-group .shape-1{top:168px;right:-75px}
.testimonial-area-2 .shape-group .shape-2{top:217px;right:-106px}
.testimonial-area-2 .shape-group .shape-3{bottom:50px;left:45%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}
.testimonial-area-2.edu-section-gap .shape-group .shape-3{bottom:58px}
.testimonial-area-3{position:relative;-webkit-mask-image:url(../images/others/mask-04.png);mask-image:url(../images/others/mask-04.png);-webkit-mask-repeat:no-repeat;-webkit-mask-size:cover;-webkit-mask-position:center;background-color:var(--color-lighten04);padding:115px 0 250px}
@media only screen and (min-width:768px) and (max-width:991px) {
.testimonial-area-3{padding:95px 0 200px}
}
@media only screen and (max-width:767px) {
.testimonial-area-3{padding:75px 0 180px}
}
.testimonial-area-3 .testimonial-activation-2{margin:0 -45px;padding:0 30px}
.testimonial-area-3 .testimonial-activation-2 .testimonial-slide .content{margin-top:0;margin-bottom:50px}
.testimonial-area-3 .testimonial-activation-2 .swiper-wrapper .swiper-slide{opacity:0;visibility:hidden}
.testimonial-area-3 .testimonial-activation-2 .swiper-wrapper .swiper-slide.swiper-slide-active,.testimonial-area-3 .testimonial-activation-2 .swiper-wrapper .swiper-slide.swiper-slide-next{opacity:1;visibility:visible}
@media only screen and (max-width:991px) {
.testimonial-area-3 .testimonial-activation-2 .swiper-wrapper .swiper-slide.swiper-slide-next{opacity:0}
}
.testimonial-area-3 .swiper-pagination{bottom:235px}
@media only screen and (max-width:991px) {
.testimonial-area-3 .swiper-pagination{bottom:170px}
}
@media only screen and (max-width:767px) {
.testimonial-area-3 .shape-group{display:none}
}
.testimonial-area-3 .shape-group li.shape-1{top:95px;left:95px}
.testimonial-area-3 .shape-group li.shape-2{bottom:215px;left:245px}
.testimonial-area-3 .shape-group li.shape-3{bottom:150px;right:170px}
.testimonial-area-3 .shape-group li.shape-4{top:120px;right:70px}
.testimonial-area-3 .shape-group li.shape-5{bottom:140px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}
.testimonial-area-3 .shape-group li.shape-5 img{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);opacity:1}
.testimonial-area-4{padding:120px 0 70px;position:relative}
@media only screen and (max-width:991px) {
.testimonial-area-4{padding:90px 0 50px}
.testimonial-area-4 .testimonial-heading-area{padding-right:0}
.testimonial-area-4 .testimonial-heading-area .section-title.section-left{text-align:center}
}
.testimonial-area-4 .testimonial-activation-3{margin:0 -50px;padding:0 30px;margin-top:-30px;margin-bottom:10px}
.testimonial-area-4 .testimonial-activation-3 .swiper-slide{opacity:0;visibility:hidden}
.testimonial-area-4 .testimonial-activation-3 .swiper-slide.swiper-slide-active,.testimonial-area-4 .testimonial-activation-3 .swiper-slide.swiper-slide-next{opacity:1;visibility:visible}
.testimonial-area-4 .shape-group li img{opacity:.2}
.testimonial-area-4 .shape-group li.shape-1{bottom:60px;left:42%}
.testimonial-area-4 .shape-group li.shape-2{bottom:35px;right:12%}
.testimonial-area-4 .shape-group li.shape-2 img{opacity:.7}
.testimonial-area-4 .swiper-navigation{text-align:left}
@media only screen and (max-width:991px) {
.testimonial-area-4 .swiper-navigation{text-align:center}
}
.testimonial-area-8{position:relative}
.testimonial-area-8::before{position:absolute;content:"";left:0;bottom:0;right:0;z-index:-1;background-image:url(../images/bg/h8-testimonial-bg.svg);width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center bottom}
.testimonial-area-8 .testimonial-activation{padding:0 30px;margin:-30px -30px 0;margin-bottom:50px}
.testimonial-area-8 .testimonial-activation .swiper-slide{opacity:0;visibility:hidden}
.testimonial-area-8 .testimonial-activation .swiper-slide.swiper-slide-active,.testimonial-area-8 .testimonial-activation .swiper-slide.swiper-slide-next,.testimonial-area-8 .testimonial-activation .swiper-slide.swiper-slide-next+.swiper-slide{opacity:1;visibility:visible}
@media only screen and (max-width:991px) {
.testimonial-area-8 .testimonial-activation .swiper-slide.swiper-slide-next+.swiper-slide{opacity:0;visibility:hidden}
}
@media only screen and (max-width:767px) {
.testimonial-area-8 .testimonial-activation .swiper-slide.swiper-slide-next{opacity:0;visibility:hidden}
}
.testimonial-area-8 .testimonial-slide{margin-top:93px}
.testimonial-area-8 .testimonial-slide .author-info{display:block}
.testimonial-area-8 .testimonial-slide .author-info .thumb{margin-right:0;margin-top:-100px;margin-bottom:35px}
.testimonial-area-8 .testimonial-slide .content{text-align:center;margin-bottom:45px;border-radius:10px}
.testimonial-area-8 .testimonial-slide .content p{margin-bottom:30px}
.testimonial-area-8 .testimonial-slide .content .info .title{margin-top:5px;margin-bottom:5px}
.testimonial-area-8 .shape-group li.shape-3{bottom:109px;left:50%;z-index:-1;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}
.testimonial-area-8 .swiper-horizontal>.swiper-pagination-bullets,.testimonial-area-8 .swiper-pagination-bullets.swiper-pagination-horizontal,.testimonial-area-8 .swiper-pagination-custom,.testimonial-area-8 .swiper-pagination-fraction{bottom:-30px}
.testimonial-area-9{background:var(--color-lighten01)}
.testimonial-area-9 .testimonial-heading-area{width:380px;padding-right:0;padding-top:50px;position:relative;z-index:12}
@media only screen and (max-width:991px) {
.testimonial-area-9 .testimonial-heading-area{width:100%;text-align:center;padding-top:0}
.testimonial-area-9 .testimonial-heading-area .section-left{text-align:center}
.testimonial-area-9 .bg-thumbnail{text-align:center}
}
.testimonial-area-9 .bg-thumbnail .shape-group li.shape-3{left:-41px;bottom:-87px}
.testimonial-area-9 .bg-thumbnail .shape-group li.shape-4{top:-80px;right:-105px}
.testimonial-area-9 .bg-thumbnail .shape-group li.shape-5{left:-54px;bottom:-18px;z-index:1}
.testimonial-area-9 .health-bg-thumbnail{margin-left:34px}
@media only screen and (max-width:991px) {
.testimonial-area-9 .health-bg-thumbnail{margin-left:0}
}
.testimonial-area-9 .home-health-testimonial-activator{margin-top:110px;padding-left:20px}
@media only screen and (min-width:992px) and (max-width:1199px) {
.testimonial-area-9 .home-health-testimonial-activator{margin-top:0}
}
@media only screen and (max-width:991px) {
.testimonial-area-9 .home-health-testimonial-activator{margin-top:0;padding-left:0;text-align:center}
}
.testimonial-area-9 .home-health-testimonial-activator .testimonial-grid{background-color:transparent;box-shadow:none}
.testimonial-area-9 .home-health-testimonial-activator .testimonial-grid::after{display:none}
.testimonial-area-9 .home-health-testimonial-activator .testimonial-grid .thumbnail{margin-bottom:25px}
.testimonial-area-9 .home-health-testimonial-activator .testimonial-grid .content .title{font-weight:var(--p-semi-bold)}
.testimonial-area-9 .home-health-testimonial-activator .testimonial-grid .content p{color:var(--color-heading)}
.testimonial-area-9 .home-health-testimonial-activator .swiper-navigation{position:relative;bottom:25px;left:44px;z-index:12}
@media only screen and (max-width:991px) {
.testimonial-area-9 .home-health-testimonial-activator .swiper-navigation{left:0;bottom:20px}
}
.testimonial-area-9 .home-health-testimonial-activator .swiper-navigation .swiper-btn-prv,.testimonial-area-9 .home-health-testimonial-activator .swiper-navigation .swiper-btn-nxt{line-height:57px}
@media only screen and (max-width:767px) {
.testimonial-area-9 .home-health-testimonial-activator .swiper-navigation .swiper-btn-prv img,.testimonial-area-9 .home-health-testimonial-activator .swiper-navigation .swiper-btn-nxt img{width:20px}
}
.testimonial-area-9 .home-health-testimonial-activator .swiper-navigation .swiper-btn-prv:hover img,.testimonial-area-9 .home-health-testimonial-activator .swiper-navigation .swiper-btn-nxt:hover img{-webkit-filter:brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(321deg) brightness(101%) contrast(103%);filter:brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(321deg) brightness(101%) contrast(103%)}
@media only screen and (max-width:767px) {
.testimonial-area-9 .home-health-testimonial-activator .swiper-navigation .swiper-btn-prv,.testimonial-area-9 .home-health-testimonial-activator .swiper-navigation .swiper-btn-nxt{line-height:43px}
}
.testimonial-area-9 .shape-group li.shape-1{bottom:0;left:-169px}
.testimonial-area-9 .shape-group li.shape-2{top:-91px;right:-150px}
.testimonial-area-12{background:var(--color-lighten01);overflow:hidden}
.testimonial-area-12 .testimonial-heading-area{padding-right:0;position:relative;z-index:12}
@media only screen and (max-width:991px) {
.testimonial-area-12 .testimonial-heading-area{width:100%;text-align:center;padding-top:0}
.testimonial-area-12 .testimonial-heading-area .section-left{text-align:center}
}
.testimonial-area-12 .testimonial-grid{background-color:transparent;box-shadow:none;padding:10px 25px 40px 0;margin-left:-15px}
@media only screen and (max-width:991px) {
.testimonial-area-12 .testimonial-grid{padding:0 0 40px;margin-left:0}
}
.testimonial-area-12 .testimonial-grid::after{display:none}
.testimonial-area-12 .testimonial-grid .content p{font-size:22px;color:var(--color-heading);font-weight:var(--p-medium);line-height:1.63}
.testimonial-area-12 .testimonial-grid .content .author-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:left;-webkit-justify-content:left;-ms-flex-pack:left;justify-content:left}
@media only screen and (max-width:991px) {
.testimonial-area-12 .testimonial-grid .content .author-info{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
}
.testimonial-area-12 .testimonial-grid .content .author-info .thumb{margin-right:20px}
.testimonial-area-12 .testimonial-grid .content .author-info .thumb img{border-radius:50%}
.testimonial-area-12 .testimonial-grid .content .author-info .info .title{font-weight:var(--p-semi-bold)}
.testimonial-area-12 .bg-thumbnail{margin-bottom:-91px}
@media only screen and (max-width:991px) {
.testimonial-area-12 .bg-thumbnail{text-align:center}
}
.testimonial-area-12 .shape-group li.shape-3{right:33px;top:262px}
.testimonial-area-12 .shape-group li.shape-4{top:154px;right:11px}
.testimonial-area-12 .shape-group li.shape-5{bottom:0;left:-95px}
.testimonial-area-12 .shape-group li.shape-1{top:14px;left:-259px}
.testimonial-area-12 .shape-group li.shape-2{top:-271px;left:-495px}
.testimonial-area-12 .shape-group li.shape-2 span{display:block;height:400px;width:400px;border:1px solid var(--color-border);border-radius:50%}
.testimonial-area-12 .shape-group li.shape-6{left:-50px;top:242px}
.testimonial-area-12 .swiper-navigation .swiper-btn-nxt,.testimonial-area-12 .swiper-navigation .swiper-btn-prv{cursor:pointer}
.testimonial-area-12 .swiper-navigation .swiper-btn-nxt:hover img,.testimonial-area-12 .swiper-navigation .swiper-btn-prv:hover img{-webkit-filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(951%) hue-rotate(199deg) brightness(113%) contrast(104%);filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(951%) hue-rotate(199deg) brightness(113%) contrast(104%)}
.testimonial-coverflow{margin:-55px 0}
.testimonial-coverflow .testimonial-grid{margin:55px 0;position:relative}
@media only screen and (max-width:575px) {
.testimonial-coverflow .testimonial-grid{margin:55px 30px}
}
.testimonial-coverflow .testimonial-grid:before{content:"";height:100%;width:100%;background-color:var(--white-color);opacity:.7;position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;-webkit-transition:var(--transition);transition:var(--transition)}
.testimonial-coverflow .swiper-slide{padding:0}
.testimonial-coverflow .swiper-slide.swiper-slide-visible.swiper-slide-active .testimonial-grid:before{opacity:0}
.swiper-testimonial-slider-wrapper .swiper-slide{opacity:0}
.swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible{opacity:1}
.swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-prev .testimonial-grid{margin-left:36px;box-shadow:70px 0 50px 0 #1a2e551a;padding:40px 30px 50px}
@media only screen and (max-width:1199px) {
.swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-prev .testimonial-grid{margin-left:0}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-prev .testimonial-grid{margin-left:40px}
}
.swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-next .testimonial-grid{margin-left:40px;margin-right:36px;box-shadow:-40px 0 50px 0 #1a2e551a;padding:40px 30px 50px}
@media only screen and (max-width:1199px) {
.swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-next .testimonial-grid{margin-left:0;margin-right:0}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.swiper-testimonial-slider-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-next .testimonial-grid{margin-left:40px}
}
.testimonial-area-1{margin-bottom:-40px}
@media only screen and (max-width:1199px) {
.testimonial-area-1{margin-top:0}
}
.testimonial-area-1 .home-one-testimonial-activator{padding:0 30px;margin:0 -45px;margin-top:-20px}
.testimonial-area-1 .home-one-testimonial-activator .swiper-wrapper .swiper-slide{opacity:0;visibility:hidden}
.testimonial-area-1 .home-one-testimonial-activator .swiper-wrapper .swiper-slide.swiper-slide-active,.testimonial-area-1 .home-one-testimonial-activator .swiper-wrapper .swiper-slide.swiper-slide-next{opacity:1;visibility:visible}
.testimonial-area-1 .home-one-testimonial-activator .testimonial-grid{margin:30px 0 50px}
.swiper-pagination .swiper-pagination-bullet{height:7px;width:7px;background-color:#1ab69d4d;opacity:1;margin:0 8px!important}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#1ab69d}
.testimonial-area-6{position:relative}
.testimonial-area-6:before{content:"";height:925px;width:100%;background:-webkit-linear-gradient(right,#f5f1eb 0%,#f5f1eb4d 100%);background:linear-gradient(-90deg,#f5f1eb 0%,#f5f1eb4d 100%);-webkit-clip-path:polygon(0 10%,100% 0%,100% 100%,0% 100%);clip-path:polygon(0 10%,100% 0%,100% 100%,0% 100%);position:absolute;bottom:0;left:0;right:0;z-index:-1}
@media only screen and (min-width:768px) and (max-width:991px) {
.testimonial-area-6:before{height:55%}
}
@media only screen and (max-width:767px) {
.testimonial-area-6:before{height:55%}
}
.testimonial-area-6 .testimonial-activation-5 .swiper-wrapper .swiper-slide{padding:0}
.testimonial-area-6 .swiper-pagination{bottom:30px;text-align:right}
.testimonial-area-6 .shape-group li.shape-1{bottom:80px;left:-100px}
.testimonial-area-6 .shape-group li.shape-2{top:-50px;right:-94px}
.testimonial-area-6 .shape-group li.shape-3{top:-200px;right:-250px}
.testimonial-area-6 .shape-group li.shape-3 span{height:400px;width:400px;border:1px solid #e8e6e3;border-radius:50%;display:block}
.testimonial-area-10{background:var(--bg-color);overflow:hidden}
.testimonial-area-10 .testimonial-heading-area{padding-right:0}
.testimonial-area-10 .home-language-testimonial-activator{max-width:770px}
.testimonial-area-10 .home-language-testimonial-activator .testimonial-grid{box-shadow:none;border-radius:5px;text-align:center;padding:45px 64px 80px}
@media only screen and (max-width:479px) {
.testimonial-area-10 .home-language-testimonial-activator .testimonial-grid{padding:45px 30px 80px}
}
.testimonial-area-10 .home-language-testimonial-activator .testimonial-grid::after{display:none}
.testimonial-area-10 .home-language-testimonial-activator .testimonial-grid .content .rating-icon{margin-bottom:15px}
.testimonial-area-10 .home-language-testimonial-activator .testimonial-grid .content p{color:var(--color-heading)}
.testimonial-area-10 .home-language-testimonial-activator .testimonial-grid .content .title{font-weight:var(--p-semi-bold)}
.testimonial-area-10 .testimonial-thumb-wrap{margin:-56px auto 0;width:320px;text-align:center;max-width:100%}
.testimonial-area-10 .testimonial-thumb-wrap .nav-thumb .clint-thumb{background:none;-webkit-transform:scale(.6667);-ms-transform:scale(.6667);transform:scale(.6667);-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s}
.testimonial-area-10 .testimonial-thumb-wrap .nav-thumb .clint-thumb img{border-radius:50%;height:auto;max-width:100%;vertical-align:top;cursor:pointer}
.testimonial-area-10 .testimonial-thumb-wrap .nav-thumb.swiper-slide-active .clint-thumb{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);border-radius:50%}
.testimonial-area-10 .testimonial-thumb-wrap .swiper-slide{padding:0;opacity:0;visibility:hidden}
.testimonial-area-10 .testimonial-thumb-wrap .swiper-slide.swiper-slide-prev,.testimonial-area-10 .testimonial-thumb-wrap .swiper-slide.swiper-slide-active,.testimonial-area-10 .testimonial-thumb-wrap .swiper-slide.swiper-slide-next{opacity:1;visibility:visible}
@media (max-width:499px) {
.testimonial-area-10 .testimonial-thumb-wrap .swiper-slide.swiper-slide-prev,.testimonial-area-10 .testimonial-thumb-wrap .swiper-slide.swiper-slide-next{visibility:hidden;opacity:0}
}
.testimonial-area-10 .shape-group li.shape-1{left:120px;top:145px}
.testimonial-area-10 .shape-group li.shape-2{left:85px;top:43%}
.testimonial-area-10 .shape-group li.shape-2 span{width:70px;height:70px;background:var(--main-color4);border-radius:100%}
.testimonial-area-10 .shape-group li.shape-3{left:-55px;top:13px}
.testimonial-area-10 .shape-group li.shape-3 span{display:block;height:400px;width:400px;border:1px solid var(--color-border);border-radius:50%}
.testimonial-area-10 .shape-group li.shape-4{right:-131px;top:51px;z-index:1}
.testimonial-area-10 .shape-group li.shape-5{right:-467px;top:-256px}
.testimonial-area-10 .shape-group li.shape-5 span{display:block;height:470px;width:470px;border:1px solid var(--color-border);border-radius:50%}
.testimonial-area-11{z-index:1}
.testimonial-area-11 .home-remote-testimonial-activator{max-width:870px;padding:0 30px;margin-top:-35px}
@media only screen and (max-width:575px) {
.testimonial-area-11 .home-remote-testimonial-activator{padding:0 10px}
}
.testimonial-area-11 .home-remote-testimonial-activator .swiper-slide{opacity:1;visibility:visible}
.testimonial-area-11 .home-remote-testimonial-activator .swiper-slide.swiper-slide-prev,.testimonial-area-11 .home-remote-testimonial-activator .swiper-slide.swiper-slide-next{opacity:0;visibility:hidden}
.testimonial-area-11 .testimonial-slide{margin-top:93px}
.testimonial-area-11 .testimonial-slide .author-info{display:block}
.testimonial-area-11 .testimonial-slide .author-info .thumb{margin-right:0;margin-top:-100px;margin-bottom:35px}
.testimonial-area-11 .testimonial-slide .content{width:770px;text-align:center;margin-bottom:45px;border-radius:10px;padding:40px 95px}
@media only screen and (max-width:991px) {
.testimonial-area-11 .testimonial-slide .content{width:100%;padding:40px 50px}
}
@media only screen and (max-width:479px) {
.testimonial-area-11 .testimonial-slide .content{padding:40px 20px}
}
.testimonial-area-11 .testimonial-slide .content p{margin-bottom:20px}
.testimonial-area-11 .testimonial-slide .content .info .title{margin-bottom:5px}
.testimonial-area-11 .testimonial-slide .content .info .rating-icon{margin-top:3px}
.testimonial-area-11 .swiper-horizontal>.swiper-pagination-bullets,.testimonial-area-11 .swiper-pagination-bullets.swiper-pagination-horizontal,.testimonial-area-11 .swiper-pagination-custom,.testimonial-area-11 .swiper-pagination-fraction{bottom:-30px}
.testimonial-area-11 .shape-group li.shape-1{left:107px;bottom:-50px}
.testimonial-area-11 .shape-group li.shape-2{left:70px;bottom:29px}
.testimonial-area-11 .shape-group li.shape-2 span{width:70px;height:70px;background:var(--main-color4);border-radius:100%}
.testimonial-area-11 .shape-group li.shape-3{left:-28px;bottom:-235px;z-index:-1}
.testimonial-area-11 .shape-group li.shape-3 span{display:block;height:400px;width:400px;border:1px solid var(--color-border);border-radius:50%}
.testimonial-area-11 .shape-group li.shape-4{right:-131px;top:51px;z-index:1}
.testimonial-area-11 .shape-group li.shape-5{right:-362px;top:-120px}
.testimonial-area-13{position:relative}
.testimonial-area-13 .programming-testimonial-activation{margin:0 -45px;padding:0 30px}
.testimonial-area-13 .programming-testimonial-activation .testimonial-slide .content{margin-bottom:50px}
.testimonial-area-13 .programming-testimonial-activation .swiper-wrapper .swiper-slide{opacity:0;visibility:hidden}
.testimonial-area-13 .programming-testimonial-activation .swiper-wrapper .swiper-slide.swiper-slide-active,.testimonial-area-13 .programming-testimonial-activation .swiper-wrapper .swiper-slide.swiper-slide-next{opacity:1;visibility:visible}
@media only screen and (max-width:991px) {
.testimonial-area-13 .programming-testimonial-activation .swiper-wrapper .swiper-slide.swiper-slide-next{opacity:0}
}
.testimonial-area-13 .swiper-navigation{text-align:center}
.testimonial-area-13 .swiper-navigation .swiper-btn-prv,.testimonial-area-13 .swiper-navigation .swiper-btn-nxt{box-shadow:var(--shadow-dark)}
.testimonial-area-13 .swiper-navigation .swiper-btn-prv:hover img,.testimonial-area-13 .swiper-navigation .swiper-btn-nxt:hover img{-webkit-filter:brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(321deg) brightness(101%) contrast(103%);filter:brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(321deg) brightness(101%) contrast(103%)}
.testimonial-area-13 .shape-group li.shape-1{top:-27px;left:-223px}
.testimonial-area-13 .shape-group li.shape-2{left:27%;top:87px}
.testimonial-area-13 .shape-group li.shape-2 span{width:550px;height:550px;display:block;background:-webkit-linear-gradient(bottom,#f0f4f533 0%,#f0f4f5 100%);background:linear-gradient(0deg,#f0f4f533 0%,#f0f4f5 100%);border-radius:50%}
.testimonial-area-13 .shape-group li.shape-3{right:-61px;top:142px}
.testimonial-area-13 .shape-group li.shape-4{right:-136px;top:225px}
.testimonial-area-13 .shape-group li.shape-5{left:0;top:-340px}
.testimonial-area-14{position:relative}
.testimonial-area-14 .online-art-testimonial-activation{margin:0 -45px;padding:0 30px}
.testimonial-area-14 .online-art-testimonial-activation .testimonial-slide.testimonial-style-2 .content{margin-bottom:50px;border-radius:50px 5px 100px}
@media only screen and (max-width:479px) {
.testimonial-area-14 .online-art-testimonial-activation .testimonial-slide.testimonial-style-2 .content .author-info{display:block}
}
.testimonial-area-14 .online-art-testimonial-activation .testimonial-slide.testimonial-style-2 .content .rating-icon{margin-bottom:0}
.testimonial-area-14 .online-art-testimonial-activation .swiper-wrapper .swiper-slide{opacity:0;visibility:hidden}
.testimonial-area-14 .online-art-testimonial-activation .swiper-wrapper .swiper-slide.swiper-slide-active,.testimonial-area-14 .online-art-testimonial-activation .swiper-wrapper .swiper-slide.swiper-slide-next{opacity:1;visibility:visible}
@media only screen and (max-width:991px) {
.testimonial-area-14 .online-art-testimonial-activation .swiper-wrapper .swiper-slide.swiper-slide-next{opacity:0}
}
.testimonial-area-14 .swiper-navigation{text-align:center}
.testimonial-area-14 .swiper-navigation .swiper-btn-prv,.testimonial-area-14 .swiper-navigation .swiper-btn-nxt{box-shadow:var(--shadow-dark)}
.testimonial-area-14 .swiper-navigation .swiper-btn-prv:hover img,.testimonial-area-14 .swiper-navigation .swiper-btn-nxt:hover img{-webkit-filter:brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(321deg) brightness(101%) contrast(103%);filter:brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(321deg) brightness(101%) contrast(103%)}
.testimonial-area-14 .shape-group li.shape-1{top:157px;left:-70px}
.testimonial-area-14 .shape-group li.shape-2{right:inherit;top:240px;left:-93px;z-index:1}
.testimonial-area-14 .shape-group li.shape-3{left:27%;top:105px;right:inherit}
.testimonial-area-14 .shape-group li.shape-3 span{width:550px;height:550px;display:block;background:-webkit-linear-gradient(bottom,#f6f1ea33 0%,#f6f1eab3 100%);background:linear-gradient(0deg,#f6f1ea33 0%,#f6f1eab3 100%);border-radius:50%}
.testimonial-area-14 .shape-group li.shape-5{left:0;top:-340px}
.photography-testimonial{padding-bottom:260px;z-index:0}
.photography-testimonial .photography-testimonial-activator{max-width:800px}
.photography-testimonial .photography-testimonial-activator .testimonial-grid{background-color:transparent;box-shadow:none;border-radius:5px;text-align:center;padding:40px 0 80px}
@media only screen and (max-width:479px) {
.photography-testimonial .photography-testimonial-activator .testimonial-grid{padding:40px 30px 80px}
}
.photography-testimonial .photography-testimonial-activator .testimonial-grid::after{display:none}
.photography-testimonial .photography-testimonial-activator .testimonial-grid .content .quote-icon img{margin-top:-63px;-webkit-filter:brightness(0) saturate(100%) invert(49%) sepia(99%) saturate(345%) hue-rotate(121deg) brightness(97%) contrast(94%);filter:brightness(0) saturate(100%) invert(49%) sepia(99%) saturate(345%) hue-rotate(121deg) brightness(97%) contrast(94%)}
.photography-testimonial .photography-testimonial-activator .testimonial-grid .content p{font-size:22px;color:var(--color-heading)}
.photography-testimonial .photography-testimonial-activator .testimonial-grid .content .title{font-weight:var(--p-semi-bold)}
.photography-testimonial .photo-testimonial-thumb-wrap{margin:-56px auto 0;max-width:320px;text-align:center;width:100%}
.photography-testimonial .photo-testimonial-thumb-wrap .nav-thumb .clint-thumb{background:none;-webkit-transform:scale(.6667);-ms-transform:scale(.6667);transform:scale(.6667);-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s}
.photography-testimonial .photo-testimonial-thumb-wrap .nav-thumb .clint-thumb img{border-radius:50%;height:auto;max-width:100%;width:100%;vertical-align:top;cursor:pointer}
.photography-testimonial .photo-testimonial-thumb-wrap .nav-thumb.swiper-slide-active .clint-thumb{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);border-radius:50%}
.photography-testimonial .photo-testimonial-thumb-wrap .swiper-slide{padding:0;opacity:0;visibility:hidden}
.photography-testimonial .photo-testimonial-thumb-wrap .swiper-slide.swiper-slide-prev,.photography-testimonial .photo-testimonial-thumb-wrap .swiper-slide.swiper-slide-active,.photography-testimonial .photo-testimonial-thumb-wrap .swiper-slide.swiper-slide-next{opacity:1;visibility:visible}
@media (max-width:499px) {
.photography-testimonial .photo-testimonial-thumb-wrap .swiper-slide.swiper-slide-prev,.photography-testimonial .photo-testimonial-thumb-wrap .swiper-slide.swiper-slide-next{visibility:hidden;opacity:0}
}
.photography-testimonial .shape-group li.shape-1{left:-78px;bottom:-228px;top:inherit}
.photography-testimonial .shape-group li.shape-2{left:46%;top:38%}
.photography-testimonial .shape-group li.shape-3{left:-695px;top:-261px}
.photography-testimonial .swiper-slide-controls{display:inline-block;width:60px;height:60px;line-height:60px;-webkit-transition:all .4s ease-out;transition:all .4s ease-out;background-color:var(--white-color);color:var(--color-heading);cursor:pointer}
.photography-testimonial .swiper-slide-controls i{font-size:20px;line-height:58px}
.photography-testimonial .swiper-slide-controls:hover{-webkit-transition:all .4s ease-out;transition:all .4s ease-out;background-color:var(--main-color);color:var(--white-color)}
.photography-testimonial .slide-prev,.photography-testimonial .slide-next{position:absolute;top:50%;z-index:1;width:60px!important;margin-left:auto;margin-right:6px;text-align:center;border-radius:50%}
@media only screen and (max-width:991px) {
.photography-testimonial .slide-prev,.photography-testimonial .slide-next{display:none}
}
.photography-testimonial .slide-next{right:15px}
.photography-testimonial .slide-prev{left:15px}
.digital-marketing-testimonial{z-index:0}
.digital-marketing-testimonial::before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;background:url(../images/bg/bg-image-46.svg);background-position:center center;background-repeat:no-repeat;background-size:cover}
.digital-marketing-testimonial .testimonial-heading-area{padding-right:0}
.digital-marketing-testimonial .testimonial-heading-area .section-title{margin-bottom:0}
.digital-marketing-testimonial .digital-marketing-activator{max-width:960px}
.digital-marketing-testimonial .digital-marketing-activator .testimonial-grid{background-color:transparent;box-shadow:none;border-radius:5px;text-align:center;padding:40px 0 80px}
@media only screen and (max-width:479px) {
.digital-marketing-testimonial .digital-marketing-activator .testimonial-grid{padding:40px 30px 80px}
}
.digital-marketing-testimonial .digital-marketing-activator .testimonial-grid::after{display:none}
.digital-marketing-testimonial .digital-marketing-activator .testimonial-grid .content p{font-size:18px;color:var(--color-heading)}
.digital-marketing-testimonial .digital-marketing-activator .testimonial-grid .content .title{font-weight:var(--p-semi-bold)}
.digital-marketing-testimonial .digital-marketing-testimonial-thumbs{margin:-56px auto 0;max-width:320px;text-align:center;width:100%}
.digital-marketing-testimonial .digital-marketing-testimonial-thumbs .nav-thumb .clint-thumb{background:none;-webkit-transform:scale(.6667);-ms-transform:scale(.6667);transform:scale(.6667);-webkit-transition:all .5s ease 0s;transition:all .5s ease 0s}
.digital-marketing-testimonial .digital-marketing-testimonial-thumbs .nav-thumb .clint-thumb img{border-radius:50%;height:auto;max-width:100%;width:100%;vertical-align:top;cursor:pointer}
.digital-marketing-testimonial .digital-marketing-testimonial-thumbs .nav-thumb.swiper-slide-active .clint-thumb{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);border-radius:50%}
.digital-marketing-testimonial .digital-marketing-testimonial-thumbs .swiper-slide{padding:0;opacity:0;visibility:hidden}
.digital-marketing-testimonial .digital-marketing-testimonial-thumbs .swiper-slide.swiper-slide-prev,.digital-marketing-testimonial .digital-marketing-testimonial-thumbs .swiper-slide.swiper-slide-active,.digital-marketing-testimonial .digital-marketing-testimonial-thumbs .swiper-slide.swiper-slide-next{opacity:1;visibility:visible}
@media (max-width:499px) {
.digital-marketing-testimonial .digital-marketing-testimonial-thumbs .swiper-slide.swiper-slide-prev,.digital-marketing-testimonial .digital-marketing-testimonial-thumbs .swiper-slide.swiper-slide-next{visibility:hidden;opacity:0}
}
.digital-marketing-testimonial .shape-group li.shape-1{left:-248px;top:-21px}
.digital-marketing-testimonial .shape-group li.shape-2{left:-193px;top:27px}
.digital-marketing-testimonial .shape-group li.shape-3{right:-225px;bottom:75px}
.digital-marketing-testimonial .shape-group li.shape-4{right:-178px;bottom:21px}
.business-testimonial{padding:160px 0 100px;position:relative}
.business-testimonial::before,.business-testimonial::after{content:"";position:absolute;left:0;right:0;bottom:0;width:100%;height:100%;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center}
.business-testimonial::before{background-image:url(../images/bg/business-testimonial-bg-1.svg)}
.business-testimonial::after{background-image:url(../images/bg/business-testimonial-bg-2.svg)}
.business-testimonial .testimonial-heading-area{position:relative;z-index:2}
.business-testimonial .business-testimonial-activation{margin:0 -50px;padding:0 30px;margin-top:-30px;margin-bottom:10px;position:relative;z-index:2}
.business-testimonial .business-testimonial-activation .testimonial-slide .content{box-shadow:none}
.business-testimonial .business-testimonial-activation .swiper-slide{opacity:0;visibility:hidden}
.business-testimonial .business-testimonial-activation .swiper-slide.swiper-slide-active,.business-testimonial .business-testimonial-activation .swiper-slide.swiper-slide-next{opacity:1;visibility:visible}
.business-testimonial .shape-group li.shape-1{left:0;bottom:0}
.business-testimonial .shape-group li.shape-2{bottom:inherit;right:-81px;top:-33px;z-index:1}
.business-testimonial .shape-group li.shape-3{top:23px;right:-115px;z-index:2}
.business-testimonial .shape-group li img{opacity:1}
.testimonial-area-18{overflow:hidden!important;max-height:950px;position:relative}
.testimonial-area-18::before,.testimonial-area-18::after{content:"";position:absolute;left:0;right:0;width:100%;pointer-events:none}
.testimonial-area-18::after{bottom:0;min-height:370px;background:-webkit-linear-gradient(bottom,#fff 40%,#fff 0%,#f4f4fa00 100%);background:linear-gradient(0deg,#fff 40%,#fff 0%,#f4f4fa00 100%);z-index:10}
.testimonial-area-18::before{top:0;min-height:350px;background:-webkit-linear-gradient(top,#fff 50%,#fff 0%,#f4f4fa00 60%);background:linear-gradient(180deg,#fff 50%,#fff 0%,#f4f4fa00 60%);z-index:10}
.testimonial-area-18 .section-title{position:absolute;top:0;left:0;right:0;z-index:12}
.testimonial-area-18 .testimonial-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:auto;margin-left:auto;position:relative}
@media only screen and (max-width:991px) {
.testimonial-area-18 .testimonial-wrapper{display:block}
}
.testimonial-area-18 .testimonial-wrapper .testimonial-wrap{-webkit-animation:eduBlinkTestimonialScroll 40s linear infinite;animation:eduBlinkTestimonialScroll 40s linear infinite;-webkit-transition:all .5s ease-in;transition:all .5s ease-in;-webkit-animation-duration:35s;animation-duration:35s}
.testimonial-area-18 .testimonial-wrapper .testimonial-wrap .testimonial-style-18{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:15px}
.testimonial-area-18 .testimonial-wrapper .testimonial-wrap .testimonial-style-18 .content{padding:45px 40px 40px;margin-top:0;margin-bottom:0}
.testimonial-area-18 .testimonial-wrapper .testimonial-wrap:hover{-webkit-animation-play-state:paused;animation-play-state:paused}
.testimonial-area-19{background-color:var(--cta-color-bg);padding-top:100px;overflow:hidden}
.testimonial-area-19 .testimonial-bg-area{margin-top:-60px}
@media only screen and (max-width:1199px) {
.testimonial-area-19 .testimonial-bg-area{margin-top:0}
}
@media only screen and (max-width:991px) {
.testimonial-area-19 .testimonial-bg-area{text-align:center}
}
.testimonial-area-19 .gym-testimonial-activator{margin:0 -15px;position:relative}
.testimonial-area-19 .gym-testimonial-activator .swiper-navigation{position:absolute;right:113px;bottom:113px;z-index:1}
@media only screen and (max-width:575px) {
.testimonial-area-19 .gym-testimonial-activator .swiper-navigation{display:none}
}
.testimonial-area-19 .gym-testimonial-activator .swiper-navigation .swiper-btn-nxt,.testimonial-area-19 .gym-testimonial-activator .swiper-navigation .swiper-btn-prv{border:1px solid #E5E5E5}
.testimonial-area-19 .testimonial-style-2 .content{width:670px;height:500px;box-shadow:none;padding:60px 40px 70px 50px;border-radius:10px}
@media only screen and (max-width:1199px) {
.testimonial-area-19 .testimonial-style-2 .content{width:100%;height:100%;margin-top:0;margin-bottom:60px}
}
.testimonial-area-19 .testimonial-style-2 .content .pre-title{padding-bottom:8px;display:block;text-transform:uppercase}
.testimonial-area-19 .testimonial-style-2 .content h3{font-size:36px;font-weight:var(--p-bold);margin-bottom:0}
@media only screen and (max-width:1199px) {
.testimonial-area-19 .testimonial-style-2 .content h3{font-size:28px}
}
.testimonial-area-19 .testimonial-style-2 .content p{font-size:22px;font-weight:var(--p-medium);margin-top:30px}
@media only screen and (max-width:1199px) {
.testimonial-area-19 .testimonial-style-2 .content p{font-size:18px}
}
.testimonial-area-19 .testimonial-style-2 .content .shape-line{display:block;color:var(--main-color)}
.testimonial-area-19 .testimonial-style-2 .content .author-info{margin-top:35px}
.testimonial-area-19 .shape-group li.shape-1{left:-52px;top:259px}
.testimonial-area-19 .shape-group li.shape-2{left:0;top:180px;z-index:0}
.testimonial-area-19 .shape-group li.shape-3{right:-384px;top:-190px}
.testimonial-area-19 .shape-group li.shape-3 span{display:block;height:350px;width:350px;border:1px solid var(--color-border);border-radius:50%}
.testimonial-area-19 .shape-group li.shape-4{right:-239px;top:54px}
.video-gallery{position:relative;z-index:1}
.video-gallery .thumbnail{position:relative}
.video-gallery .thumbnail img{border-radius:0 80px 0 120px}
.video-gallery .thumbnail .video-play-btn{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border:0;width:80px;height:80px;line-height:82px;-webkit-transition:all 1s cubic-bezier(0,0,.2,1);transition:all 1s cubic-bezier(0,0,.2,1);border-radius:50%;background:var(--main-color2);margin:0 auto;display:inline-block;font-size:24px;text-align:center;color:var(--white-color)}
@media only screen and (max-width:575px) {
.video-gallery .thumbnail .video-play-btn{width:60px;height:60px;line-height:62px}
}
.video-gallery .thumbnail .video-play-btn i{margin-left:5px}
.video-gallery .thumbnail .video-play-btn:before{content:'';display:block;position:absolute;top:0;right:0;z-index:-1;bottom:0;left:0;-webkit-transition:var(--transition);transition:var(--transition);border-radius:50%;border:1px solid #ffffff4d;-webkit-animation:ripple 2s linear infinite;animation:ripple 2s linear infinite}
.video-gallery .thumbnail .video-play-btn:after{content:'';display:block;position:absolute;top:0;right:0;z-index:-1;bottom:0;left:0;-webkit-transition:var(--transition);transition:var(--transition);border-radius:50%;border:1px solid #ffffff4d;-webkit-animation:ripple 2s linear 1s infinite;animation:ripple 2s linear 1s infinite}
.video-gallery .thumbnail:before{content:"";height:100%;width:100%;background-color:#0000004d;border-radius:0 80px 0 120px;position:absolute;top:0;bottom:0;left:0;right:0}
.video-gallery .shape-group li{margin:0;position:absolute;z-index:-1}
.video-gallery .shape-group li.shape-1{top:-70px;right:-70px}
.video-gallery .shape-group li.shape-2{top:-100px;right:15px;z-index:1}
@media only screen and (max-width:767px) {
.video-gallery .shape-group li.shape-2{display:none}
}
.video-gallery .shape-group li.shape-3{bottom:-40px;left:-130px}
.video-area-1{position:relative}
.video-area-1::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../images/bg/bg-image-13.png);background-repeat:no-repeat;background-position:center top;background-size:contain}
.video-area-2{position:relative;z-index:1;padding:210px 0}
@media only screen and (min-width:768px) and (max-width:991px) {
.video-area-2{padding:150px 0 200px}
}
@media only screen and (max-width:767px) {
.video-area-2{padding:120px 0 150px}
}
.video-area-2:before{content:"";height:100%;width:100%;background-color:#0009;position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1}
.video-banner-content{text-align:center}
.video-banner-content .video-btn{margin-bottom:100px}
@media only screen and (max-width:767px) {
.video-banner-content .video-btn{margin-bottom:70px}
}
.video-banner-content .video-play-btn{position:relative;border:0;width:80px;height:80px;line-height:82px;-webkit-transition:all 1s cubic-bezier(0,0,.2,1);transition:all 1s cubic-bezier(0,0,.2,1);border-radius:50%;background:var(--main-color2);margin:0 auto;display:inline-block;font-size:24px;text-align:center;color:var(--white-color)}
.video-banner-content .video-play-btn i{margin-left:5px}
.video-banner-content .video-play-btn:before{content:'';display:block;position:absolute;top:0;right:0;z-index:-1;bottom:0;left:0;-webkit-transition:var(--transition);transition:var(--transition);border-radius:50%;border:1px solid #ffffff4d;-webkit-animation:ripple 2s linear infinite;animation:ripple 2s linear infinite}
.video-banner-content .video-play-btn:after{content:'';display:block;position:absolute;top:0;right:0;z-index:-1;bottom:0;left:0;-webkit-transition:var(--transition);transition:var(--transition);border-radius:50%;border:1px solid #ffffff4d;-webkit-animation:ripple 2s linear 1s infinite;animation:ripple 2s linear 1s infinite}
.video-banner-content .title{color:var(--white-color);margin-bottom:0}
.video-area-3{margin-top:-270px}
@media only screen and (max-width:767px) {
.video-area-3{margin-top:-150px}
}
@media only screen and (max-width:479px) {
.video-area-3{margin-top:-75px}
}
.video-area-3 .video-gallery .thumbnail img{border-radius:10px}
.video-area-3 .video-gallery .thumbnail:before{border-radius:10px}
.video-area-3 .video-gallery .shape-group li.shape-1{top:-70px;right:auto;left:-70px}
.video-area-3 .video-gallery .shape-group li.shape-2{top:-20px;right:auto;left:-110px}
.video-area-3 .video-gallery .shape-group li.shape-3{bottom:-40px;right:-40px;left:auto;z-index:1}
.video-area-4 .video-gallery{margin-bottom:-275px}
@media only screen and (max-width:575px) {
.video-area-4 .video-gallery{margin-bottom:0}
}
.video-gallery-5{margin-top:40px}
.video-gallery-5 .thumbnail:before{border-radius:50px 10px 0 0}
.video-gallery-5 .thumbnail img{border-radius:50px 10px 0 0;width:100%}
.video-gallery-5 .content{background-color:var(--white-color);box-shadow:0 10px 30px 0 #0000000d;border-radius:0 0 10px 10px;padding:22px 30px}
.video-gallery-5 .content .title{margin-bottom:0;width:60%}
@media only screen and (max-width:1199px) {
.video-gallery-5 .content .title{width:100%}
}
.why-choose-content .section-title{margin-bottom:32px}
.why-choose-content .features-list .features-box{padding:0;background-color:transparent;box-shadow:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;text-align:left;margin-bottom:36px}
.why-choose-content .features-list .features-box .icon{background-color:transparent;margin-right:30px;margin-bottom:0}
.why-choose-content .features-list .features-box .content{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
.why-choose-content .features-list .features-box .content .title{margin-bottom:6px}
.why-choose-content .features-list .features-box .content p{color:var(--color-body)}
.why-choose-content .features-list .features-box.main-color2-style .icon{border:1px solid #ee4a6233}
.why-choose-content .features-list .features-box.main-color2-style:hover .icon{background-color:var(--main-color2)}
.why-choose-content .features-list .features-box.main-color-style .icon{border:1px solid #1ab69d33}
.why-choose-content .features-list .features-box.main-color-style:hover .icon{background-color:var(--main-color)}
.why-choose-content .features-list .features-box.color-extra05-style .icon{border:1px solid #f8941f33}
.why-choose-content .features-list .features-box.color-extra05-style:hover .icon{background-color:var(--color-extra05)}
.why-choose-gallery{position:relative;z-index:1}
.why-choose-gallery .thumbnail img{border-radius:10px}
.why-choose-gallery .thumbnail.thumbnail-1{text-align:right}
@media only screen and (min-width:768px) and (max-width:991px) {
.why-choose-gallery .thumbnail.thumbnail-1{margin-right:80px}
}
.why-choose-gallery .thumbnail.thumbnail-2{margin-top:-230px}
@media only screen and (max-width:767px) {
.why-choose-gallery .thumbnail.thumbnail-2{display:none}
}
.why-choose-gallery .thumbnail.thumbnail-2 img{background-color:var(--white-color);padding:10px;box-shadow:0 30px 90px 0 #1a2e551a}
.why-choose-gallery .shape-group li.shape-1{top:100px;left:30px}
.why-choose-gallery .shape-group li.shape-2{bottom:-35px;right:45px}
.why-choose-gallery .shape-group li.shape-2 img{-webkit-animation:rotateIt 10s linear infinite;animation:rotateIt 10s linear infinite}
.why-choose-area-2{position:relative;z-index:2;overflow:hidden;background-color:var(--white-color)}
.why-choose-area-2:before{content:"";height:68%;width:100%;background-color:var(--color-lighten04);-webkit-clip-path:polygon(0 0,100% 0%,100% 84%,0% 100%);clip-path:polygon(0 0,100% 0%,100% 84%,0% 100%);position:absolute;top:0;left:0;right:0;z-index:-1}
@media only screen and (max-width:991px) {
.why-choose-area-2 .shape-group{display:none}
}
.why-choose-area-2 .shape-group li{position:absolute;z-index:-1}
.why-choose-area-2 .shape-group li.shape-1{top:-310px;left:-50px}
.why-choose-area-2 .shape-group li.shape-1 span{display:block;height:476px;width:476px;border:1px solid var(--color-border);border-radius:50%}
.why-choose-area-2 .shape-group li.shape-2{top:80px;left:100px}
.why-choose-area-2 .shape-group li.shape-3{top:100px;right:-20px}
.why-choose-area-2 .shape-group li.shape-3 span{display:block;height:476px;width:476px;border:1px solid var(--color-border);border-radius:50%}
.why-choose-area-2 .shape-group li.shape-4{top:50px;right:10px}
.why-choose-area-2 .shape-group li.shape-5{bottom:-50px;right:-50px}
.why-choose-area-2 .shape-group li.shape-5 span{display:block;height:100px;width:100px;border:16px solid #f8b81f;border-radius:50%}
.why-choose-box.features-box{box-shadow: 0 10px 30px 0 #0000000d;padding: 30px;border-radius: 5px;height: 100%;}
.why-choose-box.features-box .icon{height:90px;width:90px;font-size:44px}
.why-choose-box.features-box .content .title{margin-bottom: 15px;color: var(--main-color2);font-size: 20px;}
.why-choose-box-2.features-box{box-shadow:var(--shadow-darker);padding:0 50px 55px;border-radius:5px 50px 5px 70px}
.why-choose-box-2.features-box .icon{height:90px;width:90px;font-size:44px;-webkit-transform:translateY(-55px);-ms-transform:translateY(-55px);transform:translateY(-55px);margin-top:55px;margin-bottom:-20px;color:var(--white-color)}
.why-choose-box-2.features-box .content .title{margin-bottom:22px}
.why-choose-box-2.features-box.main-color-style .icon{background-color:#1ab69d}
.why-choose-box-2.features-box.main-color2-style .icon{background-color:#ee4a62}
.why-choose-box-2.features-box.color-extra08-style .icon{background-color:#4664e4}
.why-choose-box-3.features-box{box-shadow:0 10px 30px 0 #0000000d;padding:0;border-radius:5px;max-width:370px;margin:0 auto}
.why-choose-box-3.features-box .thumbnail img{border-radius:5px 5px 0 0}
.why-choose-box-3.features-box .content{padding:0 40px 45px}
.why-choose-box-3.features-box .icon{margin-top:-40px;position:relative;height:90px;width:90px;font-size:44px;color:var(--white-color)}
.why-choose-box-3.features-box .content .title{margin-bottom:22px}
.why-choose-box-3.features-box.main-color-style .icon{background-color:#1ab69d}
.why-choose-box-3.features-box.main-color2-style .icon{background-color:#ee4a62}
.why-choose-box-3.features-box.color-extra08-style .icon{background-color:#4664e4}
.why-choose-area-3{position:relative;z-index:2;overflow:hidden}
@media only screen and (max-width:991px) {
.why-choose-area-3 .shape-group{display:none}
}
.why-choose-area-3 .shape-group li.shape-1{top:-180px;left:75px}
@media only screen and (max-width:1650px) {
.why-choose-area-3 .shape-group li.shape-1{left:-100px}
}
.why-choose-area-3 .shape-group li.shape-1 span{display:block;height:476px;width:476px;border:1px solid var(--color-border);border-radius:50%}
.why-choose-area-3 .shape-group li.shape-2{top:195px;left:120px}
@media only screen and (max-width:1650px) {
.why-choose-area-3 .shape-group li.shape-2{left:60px}
}
@media only screen and (min-width:1200px) and (max-width:1450px) {
.why-choose-area-3 .shape-group li.shape-2{left:-60px;top:150px}
}
.why-choose-area-3 .shape-group li.shape-3{top:210px;right:-60px}
.why-choose-area-4{position:relative;z-index:2}
@media only screen and (max-width:991px) {
.why-choose-area-4 .shape-group{display:none}
}
.why-choose-area-4 .shape-group li{position:absolute;z-index:-1}
.why-choose-area-4 .shape-group li.shape-1{top:-25px;left:-205px}
@media only screen and (min-width:1200px) and (max-width:1450px) {
.why-choose-area-4 .shape-group li.shape-1{top:-35px;left:-165px}
}
.why-choose-area-4 .shape-group li.shape-2{top:10px;right:-270px}
.why-choose-area-4 .shape-group li.shape-2 span{height:400px;width:400px;border:1px solid #e8e6e3;border-radius:50%;display:block}
.why-choose-area-4 .shape-group li.shape-3{right:-45px;bottom:-27px}
.why-choose-area-4 .shape-group li.shape-3 span{display:block;height:101px;width:101px;border:15px solid var(--main-color4);border-radius:50%}
.error-page-area{position:relative}
.error-page-area>.shape-group li{position:absolute;z-index:-1}
.error-page-area>.shape-group li.shape-1{bottom:-12px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);opacity:.3}
.edu-error{text-align:center}
.edu-error .thumbnail{margin-bottom:60px;position:relative;display:inline-block}
@media only screen and (max-width:575px) {
.edu-error .thumbnail{margin-bottom:50px}
}
@media only screen and (max-width:767px) {
.edu-error .thumbnail .shape-group{display:none}
}
.edu-error .thumbnail .shape-group li{position:absolute;z-index:-1}
.edu-error .thumbnail .shape-group li.shape-1{left:-46px;top:-5px;opacity:.4}
.edu-error .thumbnail .shape-group li.shape-2{left:50px;top:-15px}
.edu-error .thumbnail .shape-group li.shape-3{right:-46px;top:-25px;opacity:.4}
.edu-error .thumbnail .shape-group li.shape-4{right:-12px;top:40px;z-index:1}
.edu-error .content .title{font-size:50px;margin-bottom:10px}
@media only screen and (max-width:767px) {
.edu-error .content .title{font-size:40px}
}
@media only screen and (max-width:575px) {
.edu-error .content .title{font-size:30px}
}
.edu-error .content .subtitle{margin-bottom:65px}
@media only screen and (max-width:575px) {
.edu-error .content .subtitle{margin-bottom:50px}
}
.edu-error .content .edu-btn i{padding-right:10px;font-size:16px;top:1px}
.coming-soon-page-area{height:100vh;width:100%;background:var(--gradient-primary);background-position:center;background-size:cover;background-repeat:no-repeat;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:50px 0;min-height:500px;overflow-y:auto;position:relative;z-index:1;overflow-y:inherit}
.coming-soon-page-area::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(../images/bg/bg-image-22.png);z-index:-1}
.coming-soon-page-area .shape-group li{position:absolute;z-index:-1}
.coming-soon-page-area .shape-group li.shape-1{top:70px;left:155px}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.coming-soon-page-area .shape-group li.shape-1{left:-55px}
}
.coming-soon-page-area .shape-group li.shape-2{top:240px;left:360px}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.coming-soon-page-area .shape-group li.shape-2{left:105px}
}
.coming-soon-page-area .shape-group li.shape-3{top:170px;right:19%}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.coming-soon-page-area .shape-group li.shape-3{right:0}
}
.coming-soon-page-area .shape-group li.shape-4{top:50px;right:14%;height:71px;width:71px;border:11px solid #fff3;border-radius:50%}
.coming-soon-content{max-width:660px;margin:0 auto;text-align:center}
.coming-soon-content .coming-countdown{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
@media only screen and (max-width:767px) {
.coming-soon-content .coming-countdown .countdown-section{margin:0 15px 30px}
.coming-soon-content .coming-countdown .countdown-section .countdown-number{font-size:35px}
.coming-soon-content .coming-countdown .countdown-section:after{top:-14px;right:-20px}
}
.coming-soon-content .title{font-size:90px;color:var(--white-color);font-weight:var(--p-extra-bold);margin-bottom:70px}
@media only screen and (max-width:1199px) {
.coming-soon-content .title{font-size:75px;margin-bottom:60px}
}
@media only screen and (max-width:991px) {
.coming-soon-content .title{font-size:65px;margin-bottom:50px}
}
@media only screen and (max-width:767px) {
.coming-soon-content .title{font-size:50px;margin-bottom:40px}
}
@media only screen and (max-width:575px) {
.coming-soon-content .title{font-size:40px;margin-bottom:35px}
}
.coming-soon-content .input-group{background-color:var(--white-color);border-radius:5px;margin-top:70px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:10px}
@media only screen and (max-width:767px) {
.coming-soon-content .input-group{margin-top:30px}
}
.coming-soon-content .input-group .form-control{background-color:transparent;height:50px}
.coming-soon-content .input-group .form-control:focus{box-shadow:none}
.coming-soon-content .input-group .edu-btn{border-radius:5px!important;padding:0 35px}
@media only screen and (max-width:479px) {
.coming-soon-content .input-group .edu-btn{padding:0 15px}
}
.hero-banner.hero-style-8{min-height:790px;position:relative}
@media only screen and (min-width:768px) and (max-width:991px) {
.hero-banner.hero-style-8{padding-top:95px}
}
.hero-banner.hero-style-8 .banner-content{z-index:12}
@media only screen and (max-width:991px) {
.hero-banner.hero-style-8 .banner-content{text-align:center;padding-bottom:50px}
}
@media only screen and (max-width:767px) {
.hero-banner.hero-style-8 .banner-content{padding-top:90px}
}
.hero-banner.hero-style-8 .banner-content p{padding-right:90px}
@media only screen and (max-width:991px) {
.hero-banner.hero-style-8 .banner-content p{padding-right:0}
}
.hero-banner.hero-style-8 .banner-content .banner-search{width:92%}
@media only screen and (max-width:991px) {
.hero-banner.hero-style-8 .banner-content .banner-search{width:100%}
}
.hero-banner.hero-style-8 .banner-content .banner-search .input-group{box-shadow:var(--shadow-darker3);border:none;border-radius:4px}
.hero-banner.hero-style-8 .banner-content .banner-search .input-group .form-control{height:70px;border:none;line-height:1;font-size:15px;color:var(--color-body);font-weight:400;padding:0 0 0 20px}
.hero-banner.hero-style-8 .banner-content .banner-search .input-group .form-control:focus{box-shadow:none}
.hero-banner.hero-style-8 .banner-content .banner-search .input-group .search-btn{border:none;background-color:transparent;font-size:20px;color:var(--color-heading);padding:0 20px;-webkit-transition:var(--transition);transition:var(--transition)}
.hero-banner.hero-style-8 .banner-content .banner-search .input-group .search-btn:hover{color:var(--main-color)}
.hero-banner.hero-style-8 .banner-thumbnail{margin-right:-100px;margin-top:-60px}
@media only screen and (min-width:1200px) and (max-width:1450px) {
.hero-banner.hero-style-8 .banner-thumbnail{margin-right:-40px}
}
@media only screen and (max-width:1199px) {
.hero-banner.hero-style-8 .banner-thumbnail{margin-right:0}
}
@media only screen and (max-width:991px) {
.hero-banner.hero-style-8 .banner-thumbnail .thumbnail{padding-bottom:100px}
}
.hero-banner.hero-style-8 .banner-thumbnail .instructor-info{bottom:-60px;left:35px}
@media only screen and (max-width:991px) {
.hero-banner.hero-style-8 .banner-thumbnail .instructor-info{left:0;bottom:90px}
}
@media only screen and (max-width:767px) {
.hero-banner.hero-style-8 .banner-thumbnail .instructor-info{display:none}
}
.hero-banner.hero-style-8 .banner-thumbnail .shape-group li.shape-1{top:120px;left:162px}
.hero-banner.hero-style-8 .banner-thumbnail .shape-group li.shape-2{top:92px;left:inherit;right:-30px}
.hero-banner.hero-style-8 .banner-thumbnail .shape-group li.shape-3{top:inherit;left:inherit;right:-100px;bottom:9px}
@media only screen and (min-width:1401px) and (max-width:1650px) {
.hero-banner.hero-style-8 .banner-thumbnail .shape-group li.shape-3{right:-40px}
}
.hero-banner.hero-style-8 .banner-thumbnail .shape-group li.shape-4{top:-25px;right:inherit;left:-10px;z-index:-1}
.hero-banner.hero-style-8 .shape-group li{position:absolute}
.hero-banner.hero-style-8 .shape-group li.shape-5{left:-220px;top:-240px;z-index:1}
.hero-banner.hero-style-8 .shape-group li.shape-5 span{display:block;width:400px;height:400px;border:1px solid var(--color-border);border-radius:50%}
.hero-banner.hero-style-8 .shape-group li.shape-6{left:-297px;top:-23px;z-index:1}
.brand-area-6{background-color:var(--cta-color-bg);padding:30px 0}
.brand-area-6 .brand-grid-wrap .brand-grid{border-right:1px solid #e8eced}
.categorie-area-4 .categorie-grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;background:transparent;padding:0;text-align:left}
.categorie-area-4 .categorie-grid .icon{font-size:40px;margin:0 20px 0 0}
.categorie-area-4 .categorie-grid .icon .computer-science{font-size:33px}
.categorie-area-4 .categorie-grid .icon .health-fitness{font-size:46px}
.categorie-area-4 .categorie-grid .icon .personal-development{font-size:44px}
.categorie-area-4 .categorie-grid .icon .art-design{font-size:40px}
.categorie-area-4 .categorie-grid .icon .video-photography{font-size:37px}
.categorie-area-4 .categorie-grid .icon .data-science{font-size:41px}
.categorie-area-4 .categorie-grid.main-color-style,.categorie-area-4 .categorie-grid.main-color2-style,.categorie-area-4 .categorie-grid.color-extra01-style,.categorie-area-4 .categorie-grid.color-extra02-style,.categorie-area-4 .categorie-grid.color-extra03-style,.categorie-area-4 .categorie-grid.color-extra04-style,.categorie-area-4 .categorie-grid.color-extra05-style,.categorie-area-4 .categorie-grid.color-extra06-style,.categorie-area-4 .categorie-grid.color-extra07-style,.categorie-area-4 .categorie-grid.main-color4-style{background-color:transparent}
.categorie-area-4 .categorie-grid.categorie-style-4 .content{margin-top:13px}
.categorie-area-4 .categorie-grid.categorie-style-4 .content .title{font-size:16px;margin-bottom:5px}
.categorie-area-4 .categorie-grid.categorie-style-4 .content span{display:block}
.categorie-area-4 .categorie-grid.categorie-style-4.main-color-style .content .title:hover{color:var(--main-color)}
.categorie-area-4 .categorie-grid.categorie-style-4.main-color2-style .content .title:hover{color:var(--main-color2)}
.categorie-area-4 .categorie-grid.categorie-style-4.color-extra01-style .content .title:hover{color:var(--color-extra01)}
.categorie-area-4 .categorie-grid.categorie-style-4.color-extra02-style .content .title:hover{color:var(--color-extra02)}
.categorie-area-4 .categorie-grid.categorie-style-4.color-extra03-style .content .title:hover{color:var(--color-extra03)}
.categorie-area-4 .categorie-grid.categorie-style-4.color-extra04-style .content .title:hover{color:var(--color-extra04)}
.categorie-area-4 .categorie-grid.categorie-style-4.color-extra05-style .content .title:hover{color:var(--color-extra05)}
.categorie-area-4 .categorie-grid.categorie-style-4.color-extra06-style .content .title:hover{color:var(--color-extra06)}
.categorie-area-4 .categorie-grid.categorie-style-4.color-extra07-style .content .title:hover{color:var(--color-extra07)}
.categorie-area-4 .categorie-grid.categorie-style-4.main-color4-style .content .title:hover{color:var(--main-color4)}
.categorie-area-4 .categorie-grid.categorie-style-4:hover.main-color-style{background-color:transparent}
.categorie-area-4 .categorie-grid.categorie-style-4:hover.main-color-style .icon{background-color:var(--main-color)}
.categorie-area-4 .categorie-grid.categorie-style-4:hover.main-color2-style{background-color:transparent}
.categorie-area-4 .categorie-grid.categorie-style-4:hover.main-color2-style .icon{background-color:var(--main-color2)}
.categorie-area-4 .categorie-grid.categorie-style-4:hover.color-extra01-style{background-color:transparent}
.categorie-area-4 .categorie-grid.categorie-style-4:hover.color-extra01-style .icon{background-color:var(--color-extra01)}
.categorie-area-4 .categorie-grid.categorie-style-4:hover.color-extra02-style{background-color:transparent}
.categorie-area-4 .categorie-grid.categorie-style-4:hover.color-extra02-style .icon{background-color:var(--color-extra02)}
.categorie-area-4 .categorie-grid.categorie-style-4:hover.color-extra03-style{background-color:transparent}
.categorie-area-4 .categorie-grid.categorie-style-4:hover.color-extra03-style .icon{background-color:var(--color-extra03)}
.categorie-area-4 .categorie-grid.categorie-style-4:hover.color-extra04-style{background-color:transparent}
.categorie-area-4 .categorie-grid.categorie-style-4:hover.color-extra04-style .icon{background-color:var(--color-extra04)}
.categorie-area-4 .categorie-grid.categorie-style-4:hover.color-extra05-style{background-color:transparent}
.categorie-area-4 .categorie-grid.categorie-style-4:hover.color-extra05-style .icon{background-color:var(--color-extra05)}
.categorie-area-4 .categorie-grid.categorie-style-4:hover.color-extra06-style{background-color:transparent}
.categorie-area-4 .categorie-grid.categorie-style-4:hover.color-extra06-style .icon{background-color:var(--color-extra06)}
.categorie-area-4 .categorie-grid.categorie-style-4:hover.color-extra07-style .icon{background-color:var(--color-extra07)}
.categorie-area-4 .categorie-grid.categorie-style-4:hover.main-color4-style{background-color:transparent}
.categorie-area-4 .categorie-grid.categorie-style-4:hover.main-color4-style .icon{background-color:var(--main-color4)}
.categorie-area-4 .categorie-grid:hover{background-color:transparent}
.categorie-area-4 .categorie-grid:hover .content .title{color:var(--color-heading)}
@media only screen and (max-width:991px) {
.faq-style-5 .section-title{text-align:center}
.faq-style-5 .edu-faq-gallery .thumbnail-1{text-align:center}
}
.faq-style-5 .edu-faq-gallery .shape-group li.shape-1{top:179px;left:3px}
.faq-style-5 .edu-faq-gallery .shape-group li.shape-2{right:147px;top:61%}
.faq-style-5 .edu-faq-gallery .shape-group li.shape-3{bottom:0;left:-66%}
.faq-style-5 .faq-accordion .accordion-item .accordion-button{background:var(--gradient-primary);-webkit-transition:background .3s ease;transition:background .3s ease}
.faq-style-5 .faq-accordion .accordion-item .accordion-button.collapsed{background:transparent}
.edu-cta-banner-area-6{background:var(--gradient-primary);width:100%;overflow:visible!important}
.edu-cta-banner-area-6 .thumbnail img{height:567px;margin-top:-67px;margin-left:60px}
@media only screen and (min-width:992px) and (max-width:1199px) {
.edu-cta-banner-area-6 .thumbnail img{margin-top:-30px}
}
@media only screen and (max-width:991px) {
.edu-cta-banner-area-6 .thumbnail img{display:none}
}
.edu-cta-banner-area-6 .section-title{padding:120px 0}
@media only screen and (max-width:991px) {
.edu-cta-banner-area-6 .section-title{text-align:center;padding:70px 0}
.edu-cta-banner-area-6 .section-title br{display:none}
}
.edu-cta-banner-area-6 .section-title .title{color:var(--white-color)}
.edu-cta-banner-area-6 .section-title a.edu-btn.btn-sceondary:hover{color:var(--color-heading)!important;background-color:var(--white-color)!important}
.edu-cta-banner-area-6 .edu-cta-banner .shape-group li.shape-01{top:100px!important;left:-8px!important}
.edu-cta-banner-area-6 .edu-cta-banner .shape-group li.shape-02{top:161px!important;left:-64px!important;bottom:inherit!important}
.edu-cta-banner-area-6 .edu-cta-banner .shape-group li.shape-03{left:28%!important;bottom:100px!important;z-index:-1!important;right:inherit!important;top:inherit!important}
.edu-cta-banner-area-6 .edu-cta-banner .shape-group li.shape-04{top:inherit!important;right:inherit!important;bottom:29%!important;left:29%!important;z-index:1}
.edu-cta-banner-area-6 .edu-cta-banner .shape-group li.shape-05{top:110px!important;right:-251px!important}
.edu-cta-banner-area-6 .edu-cta-banner .shape-group li.shape-06{top:0!important;right:-32%!important}
.edu-cta-banner-area-6 .btn-secondary::after{background:var(--white-color)}
.edu-cta-banner-area-6 .btn-secondary:hover{color:var(--color-heading)!important}
.hero-banner.hero-style-9{position:relative;overflow:hidden}
.hero-banner.hero-style-9 .slider{width:100%;height:95vh;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}
@media only screen and (max-width:991px) {
.hero-banner.hero-style-9 .slider{height:auto}
}
.hero-banner.hero-style-9 .slider .container{position:relative;padding-top:200px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
@media only screen and (min-width:1200px) and (max-width:1450px) {
.hero-banner.hero-style-9 .slider .container{padding-top:150px}
}
@media only screen and (max-width:1199px) {
.hero-banner.hero-style-9 .slider .container{padding-top:100px}
}
.hero-banner.hero-style-9 .slider .container .shape-group li.shape-1{left:-460px;top:-308px;z-index:-1}
.hero-banner.hero-style-9 .slider .container .shape-group li.shape-1 span{display:block;width:474px;height:474px;border:1px solid var(--color-border);border-radius:50%}
.hero-banner.hero-style-9 .slider .container .shape-group li.shape-2{left:-257px;top:70px}
.hero-banner.hero-style-9 .slider .health-slider-content{width:calc(61% - 120px);position:relative;overflow:hidden;margin:0;margin-right:40px}
@media only screen and (max-width:991px) {
.hero-banner.hero-style-9 .slider .health-slider-content{width:100%;margin-right:0;margin-bottom:30px}
}
@media only screen and (max-width:479px) {
.hero-banner.hero-style-9 .slider .health-slider-content br{display:none}
}
.hero-banner.hero-style-9 .slider .health-slider-content .swiper-slide{padding:0}
.hero-banner.hero-style-9 .slider .health-slider-content .swiper-slide .inner{width:100%;display:block}
@media only screen and (max-width:991px) {
.hero-banner.hero-style-9 .slider .health-slider-content .swiper-slide .inner{text-align:center}
}
.hero-banner.hero-style-9 .slider .health-slider-content .swiper-slide .inner .pre-title{font-weight:var(--p-bold);text-transform:uppercase;letter-spacing:2.5px;margin-left:5px}
.hero-banner.hero-style-9 .slider .health-slider-content .swiper-slide .inner .title{padding-top:15px}
.hero-banner.hero-style-9 .slider .health-slider-content .swiper-slide .inner p{font-size:18px;color:var(--color-heading)}
.hero-banner.hero-style-9 .slider .health-slider-main{width:calc(44vw + 80px);height:calc(80vh - 150px);overflow:hidden;margin:0;position:absolute;left:calc(60% - 80px);top:100px}
@media only screen and (max-width:991px) {
.hero-banner.hero-style-9 .slider .health-slider-main{width:100%;position:static}
}
@media only screen and (max-width:767px) {
.hero-banner.hero-style-9 .slider .health-slider-main{height:calc(48vh - 150px)}
}
.hero-banner.hero-style-9 .slider .health-slider-main .swiper-slide{padding:0}
.hero-banner.hero-style-9 .slider .health-slider-main .slide-image{width:100%;height:100%;display:inline-block;background-position:center!important;background-size:cover!important}
.hero-banner.hero-style-9 .hero-slider-bg-controls{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:10}
@media (max-width:1400px) {
.hero-banner.hero-style-9 .hero-slider-bg-controls{display:none}
}
.hero-banner.hero-style-9 .hero-slider-bg-controls .swiper-slide-controls{display:inline-block;width:60px;height:60px;line-height:60px;-webkit-transition:all .4s ease-out;transition:all .4s ease-out;background-color:var(--white-color);color:var(--color-heading);cursor:pointer}
.hero-banner.hero-style-9 .hero-slider-bg-controls .swiper-slide-controls i{font-size:20px;line-height:58px}
.hero-banner.hero-style-9 .hero-slider-bg-controls .swiper-slide-controls:hover{-webkit-transition:all .4s ease-out;transition:all .4s ease-out;background-color:var(--main-color);color:var(--white-color)}
.hero-banner.hero-style-9 .hero-slider-bg-controls .slide-prev,.hero-banner.hero-style-9 .hero-slider-bg-controls .slide-next{position:relative;width:60px!important;margin-left:auto;margin-right:6px;text-align:center;border-radius:50%;box-shadow:var(--shadow-darker3)}
.hero-banner.hero-style-9 .hero-slider-bg-controls .slide-next{right:0;top:-69px}
.hero-banner.hero-style-9 .hero-slider-bg-controls .slide-prev{right:-70px;top:0}
.hero-banner.hero-style-9 .shape-group li.shape-3{top:35px;left:39%}
.hero-banner.hero-style-9 .shape-group li.shape-4{bottom:25%;left:100px}
@media only screen and (min-width:1401px) and (max-width:1650px) {
.hero-banner.hero-style-9 .shape-group li.shape-4{left:2px}
}
@media (max-width:1400px) {
.hero-banner.hero-style-9 .shape-group li.shape-4{display:none}
}
.hero-banner.hero-style-9 .shape-group li.shape-5{right:38.5%;bottom:12.6%;z-index:1}
.hero-banner.hero-style-9 .shape-group li.shape-6{right:42.5%;bottom:14.5%}
@media only screen and (max-width:991px) {
.features-area-5{padding-top:100px}
}
.features-area-5 .features-box{box-shadow:none;padding:0;-webkit-transition:var(--transition-2);transition:var(--transition-2)}
.features-area-5 .features-box .icon{width:120px;height:120px;margin:0 auto -50px;border:7px solid var(--white-color);box-shadow:var(--shadow-darker4);border-radius:50%;position:relative;z-index:1;-webkit-transition:var(--transition-2);transition:var(--transition-2)}
.features-area-5 .features-box .content{background-color:var(--white-color);box-shadow:var(--shadow-darker);padding:100px 40px 50px;border-radius:5px}
@media only screen and (max-width:991px) {
.features-area-5 .features-box .content{margin-bottom:20px}
}
.features-area-5 .features-box .content .title{font-weight:var(--p-bold)}
.features-area-5 .features-box.main-color-style .icon img{-webkit-filter:brightness(0) saturate(100%) invert(53%) sepia(56%) saturate(571%) hue-rotate(121deg) brightness(99%) contrast(92%);filter:brightness(0) saturate(100%) invert(53%) sepia(56%) saturate(571%) hue-rotate(121deg) brightness(99%) contrast(92%)}
.features-area-5 .features-box.main-color-style:hover .icon img{-webkit-filter:brightness(0) saturate(100%) invert(99%) sepia(18%) saturate(498%) hue-rotate(41deg) brightness(119%) contrast(100%);filter:brightness(0) saturate(100%) invert(99%) sepia(18%) saturate(498%) hue-rotate(41deg) brightness(119%) contrast(100%)}
.features-area-5 .features-box.main-color2-style .icon{background-color:#ee4a621a;box-shadow:0 20px 70px 0 #b0394b33}
.features-area-5 .features-box.main-color2-style .icon img{-webkit-filter:brightness(0) saturate(100%) invert(47%) sepia(93%) saturate(3371%) hue-rotate(324deg) brightness(96%) contrast(93%);filter:brightness(0) saturate(100%) invert(47%) sepia(93%) saturate(3371%) hue-rotate(324deg) brightness(96%) contrast(93%)}
.features-area-5 .features-box.main-color2-style:hover .icon{background-color:#ee4a62}
.features-area-5 .features-box.main-color2-style:hover .icon img{-webkit-filter:brightness(0) saturate(100%) invert(99%) sepia(18%) saturate(498%) hue-rotate(41deg) brightness(119%) contrast(100%);filter:brightness(0) saturate(100%) invert(99%) sepia(18%) saturate(498%) hue-rotate(41deg) brightness(119%) contrast(100%)}
.features-area-5 .features-box.color-extra06-style .icon{background-color:#e7f7fe;box-shadow:0 20px 70px 0 #1b597433}
.features-area-5 .features-box.color-extra06-style .icon img{-webkit-filter:brightness(0) saturate(100%) invert(67%) sepia(25%) saturate(4311%) hue-rotate(170deg) brightness(104%) contrast(96%);filter:brightness(0) saturate(100%) invert(67%) sepia(25%) saturate(4311%) hue-rotate(170deg) brightness(104%) contrast(96%)}
.features-area-5 .features-box.color-extra06-style:hover .icon{background-color:var(--color-extra06)}
.features-area-5 .features-box.color-extra06-style:hover .icon img{-webkit-filter:brightness(0) saturate(100%) invert(99%) sepia(18%) saturate(498%) hue-rotate(41deg) brightness(119%) contrast(100%);filter:brightness(0) saturate(100%) invert(99%) sepia(18%) saturate(498%) hue-rotate(41deg) brightness(119%) contrast(100%)}
.categorie-area-5{position:relative;z-index:1}
.categorie-area-5::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(../images/bg/bg-image-32.webp);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;z-index:-1}
.categorie-area-5 .categorie-grid{padding:30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;text-align:left;background-color:var(--white-color);box-shadow:var(--shadow-darker)}
.categorie-area-5 .categorie-grid .icon{height:80px;width:80px;border-radius:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:32px;margin:0 auto 28px;-webkit-transition:var(--transition);transition:var(--transition)}
.categorie-area-5 .categorie-grid .content{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-top:10px;margin-left:20px}
.categorie-area-5 .categorie-grid .content .title{font-weight:var(--p-bold);margin-bottom:10px;color:var(--color-heading)}
.categorie-area-5 .categorie-grid .content p{color:var(--color-body);margin-bottom:0}
.categorie-area-5 .categorie-grid.main-color .icon{background-color:#1ab69d12;color:#1ab69d}
.categorie-area-5 .categorie-grid.main-color:hover .icon{background-color:#1ab69d;color:var(--white-color)}
.categorie-area-5 .categorie-grid.main-color2 .icon{background-color:#ee4a621a;color:#ee4a62}
.categorie-area-5 .categorie-grid.main-color2:hover .icon{background-color:#ee4a62;color:var(--white-color)}
.categorie-area-5 .categorie-grid.color-extra08 .icon{background-color:#4664e41a;color:#4664e4}
.categorie-area-5 .categorie-grid.color-extra08:hover .icon{background-color:#4664e4;color:var(--white-color)}
.categorie-area-5 .categorie-grid.main-color4 .icon{background-color:#f8941f1a}
.categorie-area-5 .categorie-grid.main-color4 .icon img{-webkit-filter:brightness(0) saturate(100%) invert(71%) sepia(92%) saturate(605%) hue-rotate(343deg) brightness(101%) contrast(95%);filter:brightness(0) saturate(100%) invert(71%) sepia(92%) saturate(605%) hue-rotate(343deg) brightness(101%) contrast(95%)}
.categorie-area-5 .categorie-grid.main-color4:hover .icon{background-color:#f8941f}
.categorie-area-5 .categorie-grid.main-color4:hover .icon img{-webkit-filter:brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);filter:brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%)}
.categorie-area-5 .categorie-grid.color-extra02 .icon{background-color:#8e56ff1a}
.categorie-area-5 .categorie-grid.color-extra02 .icon img{-webkit-filter:brightness(0) saturate(100%) invert(46%) sepia(76%) saturate(4932%) hue-rotate(240deg) brightness(101%) contrast(104%);filter:brightness(0) saturate(100%) invert(46%) sepia(76%) saturate(4932%) hue-rotate(240deg) brightness(101%) contrast(104%)}
.categorie-area-5 .categorie-grid.color-extra02:hover .icon{background-color:#8e56ff}
.categorie-area-5 .categorie-grid.color-extra02:hover .icon img{-webkit-filter:brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);filter:brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%)}
.categorie-area-5 .categorie-grid.color-extra07 .icon{background-color:#f925961a;color:#f92596}
.categorie-area-5 .categorie-grid.color-extra07 .icon.Physical-activity{font-size:30px}
.categorie-area-5 .categorie-grid.color-extra07:hover .icon{background-color:#f92596;color:var(--white-color)}
.hero-style-10{min-height:890px;background:var(--bg-color);position:relative;top:-110px;overflow:hidden}
@media only screen and (max-width:1199px) {
.hero-style-10{min-height:700px}
}
@media only screen and (max-width:991px) {
.hero-style-10{min-height:100%}
}
.hero-style-10 .banner-content{position:relative;z-index:2}
.hero-style-10 .banner-content p{padding-right:85px}
@media only screen and (max-width:991px) {
.hero-style-10 .banner-content p{padding-right:0}
}
.hero-style-10 .banner-content .shape-group li.shape-1{left:-485px;top:-430px}
.hero-style-10 .banner-content .shape-group li.shape-1 span{border:32px solid #ffffff4d;border-radius:50%;width:453px;height:453px;display:inline-block}
.hero-style-10 .banner-content .shape-group li.shape-2{left:-209px;top:-30px}
.hero-style-10 .banner-content .shape-group li.shape-2 span{width:100px;height:100px;background:var(--main-color4);border-radius:100%}
@media only screen and (max-width:991px) {
.hero-style-10 .banner-content{margin-top:200px}
}
@media only screen and (max-width:767px) {
.hero-style-10 .banner-content{margin-top:150px;margin-bottom:100px}
}
@media only screen and (max-width:575px) {
.hero-style-10 .banner-content{margin-bottom:50px}
}
.hero-style-10 .banner-thumbnail{margin-right:-213px;margin-bottom:-170px}
@media only screen and (max-width:1199px) {
.hero-style-10 .banner-thumbnail{margin-left:0;margin-right:-70px}
}
@media only screen and (max-width:991px) {
.hero-style-10 .banner-thumbnail{margin-bottom:-20px;margin-right:0}
}
.hero-style-10 .banner-thumbnail .instructor-info{bottom:236px;left:27px}
@media only screen and (max-width:1199px) {
.hero-style-10 .banner-thumbnail .instructor-info{bottom:150px;left:-50px}
}
@media only screen and (max-width:991px) {
.hero-style-10 .banner-thumbnail .instructor-info{bottom:250px;left:-16px}
}
@media only screen and (max-width:575px) {
.hero-style-10 .banner-thumbnail .instructor-info{display:none}
}
.hero-style-10 .banner-thumbnail .instructor-info .inner{max-width:150px;width:100%;max-height:290px;background-color:var(--white-color);border-radius:75px;box-shadow:0 20px 40px 0 #0000001a;text-align:center;padding:26px 27px 40px;position:relative}
.hero-style-10 .banner-thumbnail .instructor-info .inner::after{content:"";position:absolute;left:50%;top:50%;bottom:50%;width:70px;height:1px;background-color:var(--color-border);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}
.hero-style-10 .banner-thumbnail .instructor-info .inner .counter-item{font-size:35px;font-weight:var(--p-bold);text-align:center;margin-bottom:0}
.hero-style-10 .banner-thumbnail .instructor-info .inner .counter-item.primary-color{color:var(--main-color)}
.hero-style-10 .banner-thumbnail .instructor-info .inner .counter-item.secondary-color{color:var(--main-color2)}
.hero-style-10 .banner-thumbnail .instructor-info .inner .counter-item.count-number span{font-size:30px;font-family:var(--font-secondary);font-weight:var(--p-extra-bold)}
.hero-style-10 .banner-thumbnail .instructor-info .inner .title{font-size:13px;text-transform:uppercase}
.hero-style-10 .banner-thumbnail .instructor-info .inner .enrolled-counter{margin-top:10px}
.hero-style-10 .banner-thumbnail .instructor-info .inner .lahguage-counter{margin-top:72px}
.hero-style-10 .banner-thumbnail .shape-group li.shape-3{top:11px;left:-24%;z-index:1}
.hero-style-10 .banner-thumbnail .shape-group li.shape-4{top:-12px;left:-122px;right:inherit;z-index:-1}
.hero-style-10 .banner-thumbnail .shape-group li.shape-5{top:-90px;right:175px}
.hero-style-10 .banner-thumbnail .shape-group li.shape-6{top:-35px;right:228px}
.hero-style-10 .banner-thumbnail .shape-group li.shape-7{right:203px;bottom:240px}
.hero-style-10 .wave-bottom-bg{position:absolute;bottom:0;width:100%;z-index:1;background-repeat:no-repeat;background-size:cover;overflow-x:hidden}
@media only screen and (max-width:991px) {
.hero-style-10 .wave-bottom-bg{display:none}
}
.hero-style-10 .shape-group li.shape-8{right:0;top:225px;z-index:1}
.features-area-6{padding-bottom:50px;position:relative}
.features-area-6::after{content:"";position:absolute;left:0;right:0;top:-297px;width:100%;height:100%;z-index:1;background:url(../images/bg/wave-banner.svg);background-repeat:no-repeat;background-position:center top}
@media only screen and (max-width:575px) {
.features-area-6::after{display:none}
}
.features-area-6 .section-title{margin-bottom:-40px}
.features-area-6 .features-box{background-color:transparent;box-shadow:none}
.features-area-6 .features-box .title{font-weight:var(--p-bold)}
.features-area-6 .features-box p{color:var(--color-body)}
.features-area-6 .features-box .icon{width:100%;height:100%;text-align:center}
.features-area-6 .features-box .icon.icon-course{background:url(../images/bg/features-bg-1.svg);background-repeat:no-repeat;background-position:center}
.features-area-6 .features-box .icon.icon-course svg{-webkit-filter:brightness(0) saturate(100%) invert(37%) sepia(79%) saturate(3130%) hue-rotate(240deg) brightness(101%) contrast(102%);filter:brightness(0) saturate(100%) invert(37%) sepia(79%) saturate(3130%) hue-rotate(240deg) brightness(101%) contrast(102%)}
.features-area-6 .features-box .icon.icon-tag{background:url(../images/bg/features-bg-2.svg);background-repeat:no-repeat;background-position:center}
@media only screen and (max-width:575px) {
.features-area-6 .features-box .icon.icon-tag{margin-top:20px}
}
.features-area-6 .features-box .icon.icon-tag svg{-webkit-filter:brightness(0) saturate(100%) invert(47%) sepia(23%) saturate(4728%) hue-rotate(321deg) brightness(92%) contrast(102%);filter:brightness(0) saturate(100%) invert(47%) sepia(23%) saturate(4728%) hue-rotate(321deg) brightness(92%) contrast(102%)}
.features-area-6 .features-box .icon.icon-certificate{background:url(../images/bg/features-bg-3.svg);background-repeat:no-repeat;background-position:center}
.features-area-6 .features-box .icon.icon-certificate svg{-webkit-filter:brightness(0) saturate(100%) invert(68%) sepia(74%) saturate(5492%) hue-rotate(138deg) brightness(105%) contrast(80%);filter:brightness(0) saturate(100%) invert(68%) sepia(74%) saturate(5492%) hue-rotate(138deg) brightness(105%) contrast(80%)}
.features-area-6 .features-box .icon.icon-member{background:url(../images/bg/features-bg-4.svg);background-repeat:no-repeat;background-position:center}
.features-area-6 .features-box .icon.icon-member svg{-webkit-filter:brightness(0) saturate(100%) invert(83%) sepia(54%) saturate(3372%) hue-rotate(345deg) brightness(109%) contrast(94%);filter:brightness(0) saturate(100%) invert(83%) sepia(54%) saturate(3372%) hue-rotate(345deg) brightness(109%) contrast(94%)}
@media only screen and (max-width:991px) {
.features-area-6 .features-box.feature-wrapper{margin-top:50px}
}
.features-area-6 .shape-group li.shape-1{right:-210px;top:-88px}
.features-area-6 .shape-group li.shape-2{right:-359px;top:-296px}
.faq-style-1.faq-style-6{padding:120px 0 0;overflow:hidden}
.faq-style-1.faq-style-6 .edu-faq-content{padding-bottom:120px}
@media only screen and (max-width:991px) {
.faq-style-1.faq-style-6 .edu-faq-content{padding-bottom:60px}
}
.faq-style-1.faq-style-6 .edu-faq-gallery{bottom:-96px}
@media only screen and (max-width:1199px) {
.faq-style-1.faq-style-6 .edu-faq-gallery{bottom:-115px;left:40px}
}
@media only screen and (max-width:991px) {
.faq-style-1.faq-style-6 .edu-faq-gallery{left:0;bottom:0}
}
.faq-style-1.faq-style-6 .edu-faq-gallery .thumbnail-1 img{border-radius:0}
@media only screen and (max-width:991px) {
.faq-style-1.faq-style-6 .edu-faq-gallery .thumbnail-1{text-align:center}
}
.faq-style-1.faq-style-6 .edu-faq-gallery .shape-group li.shape-1{top:-88px;left:0}
.faq-style-1.faq-style-6 .edu-faq-gallery .shape-group li.shape-1 span{width:550px;height:550px;border-radius:50%;display:block;background-color:#fff6;box-shadow:0 0 70px 0 #0000000d}
.faq-style-1.faq-style-6 .edu-faq-gallery .shape-group li.shape-2{top:-37px;left:50px}
.faq-style-1.faq-style-6 .edu-faq-gallery .shape-group li.shape-2 span{width:450px;height:450px;border-radius:50%;display:block;background-color:#fff6;box-shadow:0 0 70px 0 #0000000d}
.faq-style-1.faq-style-6 .edu-faq-gallery .shape-group li.shape-3{top:165px;left:367px;bottom:inherit;z-index:-1}
.faq-style-1.faq-style-6 .edu-faq-gallery .shape-group li.shape-4{top:80px;right:-38px;left:inherit;bottom:inherit;z-index:1}
.faq-style-1.faq-style-6 .edu-faq-gallery .shape-group li.shape-5{left:-20px;bottom:153px}
.faq-style-1.faq-style-6 .faq-accordion .accordion-item .accordion-button{background:var(--gradient-primary);-webkit-transition:background .3s ease;transition:background .3s ease}
.faq-style-1.faq-style-6 .faq-accordion .accordion-item .accordion-button.collapsed{box-shadow:none;background:var(--white-color);border:1px solid var(--color-border);border-bottom-right-radius:10px;border-bottom-left-radius:10px}
.faq-style-1.faq-style-6 .faq-accordion .accordion-item .accordion-body{background-color:var(--white-color);border-bottom-right-radius:10px;border-bottom-left-radius:10px}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.faq-style-1.faq-style-6 .row--45>[class*="col"],.faq-style-1.faq-style-6 .row--45>[class*="col-"]{padding-left:40px;padding-right:40px}
}
.video-area-5{position:relative;width:100px}
.video-area-5::after{content:"";position:absolute;left:0;right:0;top:0;width:100%;height:100%;background:url(../images/bg/testimonial-wave-bg.png);background-repeat:no-repeat;background-position:center top}
.video-area-5 .video-gallery .thumbnail::before{border-radius:5px}
.video-area-5 .video-gallery .thumbnail img{width:100%;border-radius:5px;box-shadow:0 30px 60px 0 #0f0b2c26}
.video-area-5 .video-gallery .thumbnail .video-play-btn{background:var(--white-color)}
.video-area-5 .video-gallery .thumbnail .video-play-btn i{color:var(--main-color2)}
.video-area-5 .video-gallery .thumbnail .video-play-btn::before{border:1px solid #fff6}
.video-area-5 .video-gallery .thumbnail .video-play-btn::after{border:1px solid #fff6}
@media only screen and (max-width:991px) {
.video-area-5 .video-gallery .thumbnail-2{margin-top:50px}
}
.hero-style-11{padding:240px 0 160px}
@media only screen and (max-width:1199px) {
.hero-style-11{padding:180px 0 130px}
}
@media only screen and (max-width:575px) {
.hero-style-11{padding:150px 0 80px}
}
.hero-style-11.remote-training{min-height:840px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;z-index:1;margin-top:-110px}
@media only screen and (max-width:1199px) {
.hero-style-11.remote-training{min-height:100%}
}
.hero-style-11::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(../images/bg/bg-image-35.svg);background-repeat:no-repeat;background-size:cover;z-index:-1}
.hero-style-11 .banner-content p{padding-right:20px}
@media only screen and (max-width:991px) {
.hero-style-11 .banner-content p{padding-right:0}
}
.hero-style-11 .banner-content .shape-group li.shape-1{top:-57px;left:-218px}
.hero-style-11 .banner-thumbnail{margin-right:0}
.hero-style-11 .banner-thumbnail .thumbnail img{border-radius:20px;box-shadow:var(--shadow-darker)}
.hero-style-11 .banner-thumbnail .shape-group li.shape-2{top:inherit;left:-68px;bottom:-65px}
.hero-style-11 .banner-thumbnail .shape-group li.shape-3{left:75px;bottom:-50px;top:inherit}
.hero-style-11 .banner-thumbnail .shape-group li.shape-3 span{width:80px;height:80px;background:var(--main-color4);border-radius:100%}
.hero-style-11 .banner-thumbnail .shape-group li.shape-4{top:-103px;right:-54px}
.hero-style-11 .banner-thumbnail .shape-group li.shape-5{top:-64px;right:-116px;bottom:inherit}
.about-counterup{overflow:hidden;position:relative}
.about-counterup .about-style-3{padding:90px 0}
.about-counterup::after{content:"";position:absolute;left:0;top:0;bottom:0;width:100%;height:100%;background:url(../images/bg/bg-image-38.webp);background-repeat:no-repeat;z-index:-1}
.about-counterup .about-course{padding-top:30px}
.about-counterup .about-course .about-course-box{padding:50px 30px;text-align:center;border-radius:4px;box-shadow:var(--shadow-darker);background-color:var(--white-color);-webkit-transition:var(--transition);transition:var(--transition)}
.about-counterup .about-course .about-course-style-2{max-width:480px;min-height:160px;background-color:var(--white-color);box-shadow:var(--shadow-darker);border-radius:5px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:30px 0;text-align:left;padding-left:30px;margin-bottom:30px}
.about-counterup .about-course .about-course-style-2 .icon-online{margin:0;background-color:#1ab69d1a;padding:0 21px}
.about-counterup .about-course .about-course-style-2 .icon-online svg{-webkit-filter:brightness(0) saturate(100%) invert(71%) sepia(32%) saturate(6176%) hue-rotate(126deg) brightness(92%) contrast(80%);filter:brightness(0) saturate(100%) invert(71%) sepia(32%) saturate(6176%) hue-rotate(126deg) brightness(92%) contrast(80%)}
.about-counterup .about-course .about-course-style-2 .instructor{margin:0;background-color:#ee4a621a;padding:0 27px}
.about-counterup .about-course .about-course-style-2 .instructor svg{-webkit-filter:brightness(0) saturate(100%) invert(29%) sepia(88%) saturate(1186%) hue-rotate(321deg) brightness(111%) contrast(87%);filter:brightness(0) saturate(100%) invert(29%) sepia(88%) saturate(1186%) hue-rotate(321deg) brightness(111%) contrast(87%)}
.about-counterup .about-course .about-course-style-2 .certificate{margin:0;background-color:#e7f7fe;padding:0 22px}
.about-counterup .about-course .about-course-style-2 .certificate svg{-webkit-filter:brightness(0) saturate(100%) invert(72%) sepia(64%) saturate(2427%) hue-rotate(167deg) brightness(95%) contrast(105%);filter:brightness(0) saturate(100%) invert(72%) sepia(64%) saturate(2427%) hue-rotate(167deg) brightness(95%) contrast(105%)}
.about-counterup .about-course .about-course-style-2 .content{padding-left:20px}
.about-counterup .about-course .about-course-style-2 .content .title{margin-bottom:0;font-size:var(--h5);font-weight:var(--p-semi-bold)}
.about-counterup .about-course .about-course-style-2 .content p{margin:0;padding-right:40px;color:var(--color-heading)}
.about-counterup .about-course .about-course-style-2.remote-course{margin-left:50px}
@media only screen and (max-width:575px) {
.about-counterup .about-course .about-course-style-2.remote-course{margin-left:0}
}
.about-counterup .about-course .icon{height:80px;width:80px;border-radius:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:32px;margin:0 auto 28px;-webkit-transition:var(--transition);transition:var(--transition)}
.about-counterup .shape-group li.shape-1{left:-39%;top:-153px}
.about-counterup .shape-group li.shape-1 span{display:block;width:400px;height:400px;border:1px solid var(--color-border);border-radius:50%}
.about-counterup .shape-group li.shape-2{left:-257px;top:96px}
.about-counterup .shape-group li.shape-3{right:-204px;bottom:-199px}
.about-counterup .remote-training-about .about-content{padding-left:30px;padding-right:0}
@media only screen and (min-width:992px) and (max-width:1199px) {
.about-counterup .remote-training-about .about-content{padding-left:60px}
}
@media only screen and (max-width:991px) {
.about-counterup .remote-training-about .about-content{padding-left:0}
}
.about-counterup .remote-training-about .features-list{padding-bottom:20px}
.faq-style-7{padding:110px 0 0;position:relative}
.faq-style-7 .edu-faq-content{padding-bottom:120px}
@media only screen and (max-width:1199px) {
.faq-style-7 .edu-faq-content{padding-bottom:60px}
}
.faq-style-7 .edu-faq-gallery{bottom:0;z-index:12}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.faq-style-7 .edu-faq-gallery{bottom:-15px}
}
@media only screen and (max-width:1199px) {
.faq-style-7 .edu-faq-gallery{bottom:-175px}
}
@media only screen and (max-width:991px) {
.faq-style-7 .edu-faq-gallery{bottom:0}
}
.faq-style-7 .edu-faq-gallery .thumbnail-1{margin-left:-260px}
.faq-style-7 .edu-faq-gallery .thumbnail-1 img{border-radius:0}
@media only screen and (max-width:1199px) {
.faq-style-7 .edu-faq-gallery .thumbnail-1{margin-left:-100px}
}
@media only screen and (max-width:991px) {
.faq-style-7 .edu-faq-gallery .thumbnail-1{text-align:center;margin-left:0}
}
.faq-style-7 .edu-faq-gallery .shape-group li.shape-1{top:251px;left:-27px;bottom:inherit;z-index:1}
.faq-style-7 .faq-accordion .accordion-item{box-shadow:none}
.faq-style-7 .faq-accordion .accordion-item .accordion-button.collapsed{box-shadow:var(--shadow-darker);border-bottom-right-radius:10px;border-bottom-left-radius:10px}
.faq-style-7 .faq-accordion .accordion-item .accordion-body{box-shadow:var(--shadow-darker);border-bottom-right-radius:10px;border-bottom-left-radius:10px}
@media only screen and (min-width:1200px) and (max-width:1599px) {
.faq-style-7 .row--45>[class*="col"],.faq-style-7 .row--45>[class*="col-"]{padding-left:40px;padding-right:40px}
}
.faq-style-7 .shape-group li.shape-bg{left:0;right:0;bottom:-150px}
.photography-banner{position:relative;z-index:1;overflow:hidden;margin-top:-110px}
@media (max-width:1300px) {
.photography-banner{min-height:100%}
}
@media only screen and (max-width:767px) {
.photography-banner{margin-top:-115px}
}
.photography-banner .swiper-slide{padding:0;display:block}
.photography-banner .swiper-slide:before{content:"";height:100%;width:100%;background:-webkit-linear-gradient(268deg,#0006 0%,#0000 25%);background:linear-gradient(182deg,#0006 0%,#0000 25%);position:absolute;top:0;bottom:0;left:0;right:0;z-index:1}
.photography-banner .swiper-slide img{height:100%;-webkit-transform:scale(1.4);-ms-transform:scale(1.4);transform:scale(1.4);-webkit-transition:-webkit-transform 4s linear;transition:-webkit-transform 4s linear;transition:transform 4s linear;transition:transform 4s linear,-webkit-transform 4s linear;max-width:100%;width:100%;background-size:cover;background-position:100%;object-fit:cover}
@media only screen and (max-width:1199px) {
.photography-banner .swiper-slide img{min-height:600px}
}
.photography-banner .swiper-slide.swiper-slide-duplicate-active img,.photography-banner .swiper-slide.swiper-slide.swiper-slide-active img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.photography-banner .thumbnail-bg-content .banner-content{max-width:760px;width:100%;position:absolute;left:0;bottom:280px}
@media only screen and (min-width:1401px) and (max-width:1650px) {
.photography-banner .thumbnail-bg-content .banner-content{bottom:174px}
}
@media only screen and (min-width:1200px) and (max-width:1400px) {
.photography-banner .thumbnail-bg-content .banner-content{left:20px;bottom:120px}
}
@media only screen and (max-width:1199px) {
.photography-banner .thumbnail-bg-content .banner-content{max-width:100%;bottom:100px;text-align:center}
}
@media only screen and (max-width:991px) {
.photography-banner .thumbnail-bg-content .banner-content{bottom:50px}
}
@media only screen and (max-width:767px) {
.photography-banner .thumbnail-bg-content .banner-content{bottom:70px}
}
.photography-banner .thumbnail-bg-content .banner-content .title{color:var(--white-color);font-weight:var(--p-extra-bold);opacity:0;visibility:hidden;-webkit-transform:translateY(60px);-ms-transform:translateY(60px);transform:translateY(60px);-webkit-transition-delay:1700ms;transition-delay:1700ms}
.photography-banner .thumbnail-bg-content .banner-content p{color:var(--white-color);font-size:18px;opacity:0;visibility:hidden;-webkit-transform:translateY(70px);-ms-transform:translateY(70px);transform:translateY(70px);-webkit-transition-delay:1900ms;transition-delay:1900ms}
.photography-banner .thumbnail-bg-content .banner-content .banner-btn{opacity:0;-webkit-transform:translateY(80px);-ms-transform:translateY(80px);transform:translateY(80px);-webkit-transition-delay:2100ms;transition-delay:2100ms}
.photography-banner .swiper-slide-active .thumbnail-bg-content .banner-content .subtitle{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
.photography-banner .swiper-slide-active .thumbnail-bg-content .banner-content .title{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
.photography-banner .swiper-slide-active .thumbnail-bg-content .banner-content p{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
.photography-banner .swiper-slide-active .thumbnail-bg-content .banner-content .banner-btn{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
.photography-banner .hero-slider-bg-controls{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:10}
@media only screen and (max-width:991px) {
.photography-banner .hero-slider-bg-controls{display:none}
}
.photography-banner .swiper-slide-controls{display:inline-block;width:60px;height:60px;line-height:60px;-webkit-transition:all .4s ease-out;transition:all .4s ease-out;background-color:var(--white-color);color:var(--color-heading);cursor:pointer}
.photography-banner .swiper-slide-controls i{font-size:20px;line-height:58px}
.photography-banner .swiper-slide-controls:hover{-webkit-transition:all .4s ease-out;transition:all .4s ease-out;background-color:var(--main-color);color:var(--white-color)}
.photography-banner .slide-prev,.photography-banner .slide-next{position:absolute;top:50%;z-index:1;width:60px!important;margin-left:auto;margin-right:6px;text-align:center;border-radius:50%}
@media (max-width:1450px) {
.photography-banner .slide-prev,.photography-banner .slide-next{display:none}
}
.photography-banner .slide-next{right:50px}
.photography-banner .slide-prev{left:50px}
.photography-banner .pagination-box-wrapper{position:absolute;bottom:-120px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:1}
@media only screen and (max-width:1199px) {
.photography-banner .pagination-box-wrapper{display:none}
}
.photography-banner .pagination-box-wrapper .pagination-box-wrap{height:200px;width:200px;background-color:#ffffffe6;border-radius:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative}
.photography-banner .pagination-box-wrapper .pagination-box-wrap::before,.photography-banner .pagination-box-wrapper .pagination-box-wrap::after{content:'';display:block;position:absolute;top:0;right:0;z-index:-1;bottom:0;left:0;-webkit-transition:var(--transition);transition:var(--transition);border-radius:50%;border:1px solid #ffffff1a}
.photography-banner .pagination-box-wrapper .pagination-box-wrap::after{-webkit-animation:ripple_2 3s linear 1s infinite;animation:ripple_2 3s linear 1s infinite}
.photography-banner .pagination-box-wrapper .pagination-box-wrap::before{-webkit-animation:ripple_2 3s linear infinite;animation:ripple_2 3s linear infinite}
.photography-banner .swiper-pagination-fraction{bottom:132px;left:0;width:100%;color:var(--color-heading);font-size:20px;font-family:var(--font-secondary);font-weight:var(--p-medium)}
@media only screen and (max-width:479px) {
.photography-banner br{display:none}
}
.photography-about-style{position:relative}
.photography-about-style::before{content:"";position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%;background:-webkit-linear-gradient(right,#f0f4f5b3 0%,#f0f4f533 100%);background:linear-gradient(-90deg,#f0f4f5b3 0%,#f0f4f533 100%);z-index:-1}
.photography-about-style .about-content{padding:0 10px}
.photography-about-style .about-content p{font-size:18px;color:var(--color-heading);text-align:center}
@media only screen and (max-width:991px) {
.photography-about-style .about-content p{font-size:16px}
}
.photography-about-style .contact-us-btn{text-align:center;margin-top:20px}
.photography-about-style .View_All_Courses{font-size:15px;font-family:"Spartan";color:#1ab69d;line-height:2;text-align:left;position:absolute;left:1354.937px;top:2012.5px;z-index:253}
.photography-about-style .shape-group li.shape-7{left:98px;top:169px}
.photography-about-style .shape-group li.shape-8{left:-98px;top:-128px}
.photography-about-style .shape-group li.shape-8 span{display:block;height:400px;width:400px;border:1px solid var(--color-border);border-radius:50%}
.photography-about-style .shape-group li.shape-9{left:257px;top:207px}
.photography-about-style .shape-group li.shape-9 span{width:70px;height:70px;background:var(--main-color4);border-radius:100%;display:block}
.photography-about-style .shape-group li.shape-1{right:-263px;bottom:-3px}
.photography-about-style .shape-group li.shape-2{right:-205px;bottom:38px;z-index:0}
.photography-about-style .shape-group li.shape-3{left:241px;top:-20px}
.photography-about-style .shape-group li.shape-4{left:-245px;bottom:-143px}
@media only screen and (max-width:1650px) {
.photography-about-style .shape-group li.shape-4{left:0}
}
.photography-about-style .shape-group li.shape-5{left:-65px;bottom:-170px}
@media only screen and (max-width:1650px) {
.photography-about-style .shape-group li.shape-5{left:170px}
}
.photography-about-style .shape-group li.shape-6{right:-169px;bottom:-250px}
@media only screen and (max-width:1650px) {
.photography-about-style .shape-group li.shape-6{right:0}
}
.photography-gallery{padding:120px 20px 0}
.photography-gallery .p-gallery-grid-wrap{width:25%}
@media only screen and (max-width:767px) {
.photography-gallery .p-gallery-grid-wrap{width:50%}
}
@media only screen and (max-width:479px) {
.photography-gallery .p-gallery-grid-wrap{width:100%}
}
.photography-gallery .p-gallery-grid-wrap .thumbnail img{border-radius:0;width:100%;height:100%}
.photography-gallery .p-gallery-grid-wrap .thumbnail::before{border-radius:0}
.hero-style-13{min-height:950px;background-image:-webkit-linear-gradient(13.76deg,#1AB69D 0%,#31B978 100%);background-image:linear-gradient(76.24deg,#1AB69D 0%,#31B978 100%);position:relative;top:-115px}
.hero-style-13 .banner-image{position:absolute;left:0;right:0;bottom:0}
@media only screen and (max-width:1199px) {
.hero-style-13{min-height:750px}
}
@media only screen and (max-width:991px) {
.hero-style-13{min-height:100%}
.hero-style-13 .banner-content{margin-top:200px}
}
.hero-style-13 .banner-content .title{color:var(--white-color)}
.hero-style-13 .banner-content p{color:var(--white-color)}
.hero-style-13 .banner-content .banner-btn a.edu-btn{background-color:var(--white-color);color:var(--color-heading)}
.hero-style-13 .banner-content .banner-btn a.edu-btn::after{display:none}
.hero-style-13 .banner-content .banner-btn a.edu-btn:hover{background-color:var(--main-color2);color:var(--white-color)}
.hero-style-13 .banner-thumbnail{margin-right:-20px;margin-bottom:-120px}
@media only screen and (min-width:1200px) and (max-width:1450px) {
.hero-style-13 .banner-thumbnail{margin-bottom:-183px}
}
@media only screen and (max-width:1199px) {
.hero-style-13 .banner-thumbnail{margin-bottom:-135px}
}
@media only screen and (max-width:991px) {
.hero-style-13 .banner-thumbnail{margin-bottom:0;margin-right:0}
.hero-style-13 .banner-thumbnail .thumbnail{text-align:center!important}
}
.hero-style-13 .banner-thumbnail .shape-group li.shape-1{top:-95px;left:0}
.hero-style-13 .banner-thumbnail .shape-group li.shape-1 span{width:650px;height:650px;border-radius:50%;background-color:#ffffff0d;display:block}
.hero-style-13 .banner-thumbnail .shape-group li.shape-2{top:-24px;left:80px}
.hero-style-13 .banner-thumbnail .shape-group li.shape-2 span{width:500px;height:500px;border-radius:50%;background-color:#ffffff0d;display:block}
.hero-style-13 .banner-thumbnail .shape-group li.shape-3{top:inherit;bottom:67px;left:-73px}
.hero-style-13 .banner-thumbnail .shape-group li.shape-4{top:inherit;right:inherit;left:0;bottom:0;z-index:-1}
.hero-style-13 .banner-thumbnail .shape-group li.shape-5{bottom:inherit;right:-143px;top:-26px}
.hero-style-13 .banner-thumbnail .shape-group li.shape-6{right:-176px;top:19px;bottom:inherit}
.hero-style-13 .shape-group{z-index:1}
.hero-style-13 .shape-group li.shape-7{right:-6px;top:13%}
.hero-style-13 .shape-group li.shape-8{left:0;right:0;bottom:-2px}
.hero-style-13 .shape-group li.shape-11{left:0;top:0}
.categorie-area-6{position:relative;z-index:1}
.categorie-area-6 .categorie-grid{padding:30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;text-align:left;background-color:var(--white-color);box-shadow:var(--shadow-darker)}
.categorie-area-6 .categorie-grid .icon{height:80px;width:80px;border-radius:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0 auto 28px;-webkit-transition:var(--transition);transition:var(--transition)}
.categorie-area-6 .categorie-grid .icon .computer-science{font-size:32px}
.categorie-area-6 .categorie-grid .icon img{width:33px!important}
.categorie-area-6 .categorie-grid .content{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-top:10px;margin-left:20px}
.categorie-area-6 .categorie-grid .content .title{font-weight:var(--p-semi-bold);margin-bottom:10px;color:var(--color-heading)}
.categorie-area-6 .categorie-grid .content p{color:var(--color-body);margin-bottom:0}
.categorie-area-6 .categorie-grid.main-color .icon{background-color:#1ab69d12;color:#1ab69d}
.categorie-area-6 .categorie-grid.main-color:hover .icon{background-color:#1ab69d;color:var(--white-color)}
.categorie-area-6 .categorie-grid.main-color2 .icon{background-color:#ee4a621a;color:#ee4a62}
.categorie-area-6 .categorie-grid.main-color2 .icon.physical-activity{font-size:45px}
.categorie-area-6 .categorie-grid.main-color2:hover .icon{background-color:#ee4a62;color:var(--white-color)}
.categorie-area-6 .categorie-grid.color-extra08 .icon{background-color:#4664e41a;color:#4664e4}
.categorie-area-6 .categorie-grid.color-extra08:hover .icon{background-color:#4664e4;color:var(--white-color)}
.categorie-area-6 .categorie-grid.main-color4 .icon{background-color:#f8941f1a}
.categorie-area-6 .categorie-grid.main-color4 .icon img{-webkit-filter:brightness(0) saturate(100%) invert(71%) sepia(92%) saturate(605%) hue-rotate(343deg) brightness(101%) contrast(95%);filter:brightness(0) saturate(100%) invert(71%) sepia(92%) saturate(605%) hue-rotate(343deg) brightness(101%) contrast(95%)}
.categorie-area-6 .categorie-grid.main-color4:hover .icon{background-color:#f8941f}
.categorie-area-6 .categorie-grid.main-color4:hover .icon img{-webkit-filter:brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);filter:brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%)}
.categorie-area-6 .categorie-grid.color-extra02 .icon{background-color:#8e56ff1a}
.categorie-area-6 .categorie-grid.color-extra02 .icon img{-webkit-filter:brightness(0) saturate(100%) invert(46%) sepia(76%) saturate(4932%) hue-rotate(240deg) brightness(101%) contrast(104%);filter:brightness(0) saturate(100%) invert(46%) sepia(76%) saturate(4932%) hue-rotate(240deg) brightness(101%) contrast(104%)}
.categorie-area-6 .categorie-grid.color-extra02:hover .icon{background-color:#8e56ff}
.categorie-area-6 .categorie-grid.color-extra02:hover .icon img{-webkit-filter:brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);filter:brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%)}
.categorie-area-6 .categorie-grid.color-extra06 .icon{background-color:#39c0fa12}
.categorie-area-6 .categorie-grid.color-extra06 .icon img{-webkit-filter:brightness(0) saturate(100%) invert(64%) sepia(90%) saturate(1219%) hue-rotate(166deg) brightness(97%) contrast(102%);filter:brightness(0) saturate(100%) invert(64%) sepia(90%) saturate(1219%) hue-rotate(166deg) brightness(97%) contrast(102%)}
.categorie-area-6 .categorie-grid.color-extra06:hover .icon{background-color:#39c0fa}
.categorie-area-6 .categorie-grid.color-extra06:hover .icon img{-webkit-filter:brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(17%) hue-rotate(210deg) brightness(104%) contrast(100%);filter:brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(17%) hue-rotate(210deg) brightness(104%) contrast(100%)}
.categorie-area-6 .categorie-grid.color-extra07 .icon{background-color:#f925961a;color:#f92596}
.categorie-area-6 .categorie-grid.color-extra07 .icon.Physical-activity{font-size:30px}
.categorie-area-6 .categorie-grid.color-extra07:hover .icon{background-color:#f92596;color:var(--white-color)}
.course-area-12 ul{list-style:none}
.course-area-12 ul .section-title{display:inline-block;margin-top:0}
@media only screen and (max-width:991px) {
.course-area-12 ul .section-title{display:block;text-align:center!important}
}
.course-area-12 ul .slider-nav-wrapper{text-align:right;margin-top:-140px;margin-bottom:55px}
@media only screen and (max-width:991px) {
.course-area-12 ul .slider-nav-wrapper{margin-top:-15px!important;margin-bottom:33px!important;text-align:center!important}
}
.course-area-12 ul .slider-nav-wrapper .swiper-navigation .swiper-btn-nxt,.course-area-12 ul .slider-nav-wrapper .swiper-navigation .swiper-btn-prv{box-shadow:0 10px 30px 0 #0000000d}
.course-area-12 .business-course-activation{margin:0 -33% 0 0}
@media only screen and (max-width:991px) {
.course-area-12 .business-course-activation{margin:0}
}
.course-area-12 .shape-group li.shape-1{right:0;bottom:0}
.edu-course.course-style-15{background-color:transparent}
.edu-course.course-style-15 .inner{position:relative}
.edu-course.course-style-15 .inner .thumbnail a{border-radius:5px}
.edu-course.course-style-15 .inner .thumbnail a::after{border-radius:5px}
.edu-course.course-style-15 .inner .thumbnail a img{border-radius:5px}
.edu-course.course-style-15 .inner .course-price{background:var(--gradient-primary);color:var(--white-color);font-size:22px;font-weight:var(--p-bold);width:70px;height:70px;line-height:70px;text-align:center;border-radius:50%;position:absolute;right:20px;margin-top:-38px}
.edu-course.course-style-15 .inner .course-meta{padding-left:0;margin-bottom:20px;margin-top:30px}
.edu-course.course-style-15 .inner .course-meta li{display:inline-block;font-size:13px;color:var(--color-heading);background-color:var(--white-color);line-height:22px;border-radius:30px;margin-right:10px;padding:4px 18px;box-shadow:0 5px 25px 0 #00000026;-webkit-transition:var(--transition);transition:var(--transition)}
.edu-course.course-style-15 .inner .course-meta li .icon-course{color:var(--color-body);margin-right:6px}
.edu-course.course-style-15 .inner .content{padding:0}
.faq-style-8 .shape-group li.shape-1{left:19%;top:-14px;-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}
.hero-style-12.hero-banner{position:relative}
.hero-style-12.hero-banner .banner-content{padding-top:100px;margin-left:-20px}
@media (max-width:1500px) {
.hero-style-12.hero-banner .banner-content{margin-left:0}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
.hero-style-12.hero-banner .banner-content{padding-top:0}
}
@media only screen and (max-width:991px) {
.hero-style-12.hero-banner .banner-content{padding-top:60px}
}
.hero-style-12.hero-banner .banner-content .pre-title{display:inline-block;margin-bottom:15px}
@media only screen and (max-width:575px) {
.hero-style-12.hero-banner .banner-content p br{display:none}
}
.hero-style-12.hero-banner .banner-content .banner-btn-video{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:left;-webkit-justify-content:left;-ms-flex-pack:left;justify-content:left;list-style:none;padding-left:0}
@media only screen and (max-width:991px) {
.hero-style-12.hero-banner .banner-content .banner-btn-video{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
}
@media only screen and (max-width:479px) {
.hero-style-12.hero-banner .banner-content .banner-btn-video{display:block}
}
.hero-style-12.hero-banner .banner-content .banner-btn-video .banner-btn a:hover{color:var(--white-color)}
.hero-style-12.hero-banner .banner-content .banner-btn-video .video-btn{margin-left:20px}
.hero-style-12.hero-banner .banner-content .banner-btn-video .video-btn i{text-align:center;height:60px;width:60px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;line-height:62px;background:#d4f1e6;color:var(--main-color);border-radius:50%;font-size:18px;-webkit-transition:var(--transition);transition:var(--transition)}
.hero-style-12.hero-banner .banner-content .banner-btn-video .video-btn span{font-size:var(--font-size-b1);font-weight:var(--p-medium);color:var(--color-black);padding-left:10px}
.hero-style-12.hero-banner .banner-content .banner-btn-video .video-btn:hover i{color:var(--white-color);background-color:var(--main-color)}
.hero-style-12.hero-banner .banner-thumbnail{margin-right:-366px;margin-top:-110px}
@media only screen and (min-width:1401px) and (max-width:1650px) {
.hero-style-12.hero-banner .banner-thumbnail{margin-right:-240px}
}
@media only screen and (min-width:1200px) and (max-width:1400px) {
.hero-style-12.hero-banner .banner-thumbnail{margin-right:-152px}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
.hero-style-12.hero-banner .banner-thumbnail{margin-right:-132px;margin-top:0}
}
@media only screen and (max-width:991px) {
.hero-style-12.hero-banner .banner-thumbnail{margin-right:0;margin-top:0}
}
.hero-style-12.hero-banner .banner-thumbnail .thumbnail img{border-top-left-radius:370px;border-bottom-right-radius:365px;border-bottom-left-radius:360px}
.hero-style-12.hero-banner .edublink-animated{position:relative}
.hero-style-12.hero-banner .edublink-animated .shape-group li.shape-1{left:-437px;top:-300px}
.hero-style-12.hero-banner .edublink-animated .shape-group li.shape-1 span{width:400px;height:400px;border-radius:50%;display:block;border:1px solid var(--color-border)}
.hero-style-12.hero-banner .edublink-animated .shape-group li.shape-2{left:-270px;top:11px}
.hero-style-12.hero-banner .edublink-animated .shape-group li.shape-3{left:-110px;top:38px}
.hero-style-12.hero-banner .edublink-animated .shape-group li.shape-3 span{width:70px;height:70px;border-radius:50%;background:var(--main-color4);display:block}
.hero-style-12.hero-banner .edublink-animated .shape-group li.shape-4{right:0;top:80px;-webkit-animation:edublink-sm-x-move 3.5s alternate infinite linear;animation:edublink-sm-x-move 3.5s alternate infinite linear}
.hero-style-12.hero-banner .shape-group li.shape-5{right:34%;bottom:114px;z-index:1}
.hero-style-12.hero-banner .shape-group li.shape-6{right:32%;bottom:97px}
.hero-style-15.programming-banner{position:relative;min-height:880px}
.hero-style-15.programming-banner::before{content:'';position:absolute;left:0;right:0;bottom:0;width:100%;height:100%;background-image:url(../images/banner/programming-bg.svg);background-repeat:no-repeat;background-position:center bottom;z-index:-1}
.hero-style-15.programming-banner .banner-content{margin-top:-100px}
@media only screen and (max-width:991px) {
.hero-style-15.programming-banner .banner-content{margin-top:90px}
}
.hero-style-15.programming-banner .banner-content .shape-group li.shape-1{top:-102px;left:-109px}
.hero-style-15.programming-banner .banner-content .shape-group li.shape-1 span{width:190px;height:190px;display:inline-block;border:30px solid #ee4a6212;border-radius:50%}
.hero-style-15.programming-banner .banner-content .shape-group li.shape-2{left:-166px;top:17%;-webkit-animation:edublink-sm-x-move 3.5s alternate infinite linear;animation:edublink-sm-x-move 3.5s alternate infinite linear}
.hero-style-15.programming-banner .banner-content .programming-feature-area{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;list-style:none;margin-bottom:-220px;padding-top:190px;padding-left:0;position:relative;z-index:1}
@media only screen and (max-width:991px) {
.hero-style-15.programming-banner .banner-content .programming-feature-area{margin-bottom:0;padding-top:40px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
}
@media only screen and (max-width:767px) {
.hero-style-15.programming-banner .banner-content .programming-feature-area{display:inline-block;text-align:center}
}
.hero-style-15.programming-banner .banner-content .programming-feature-area .feature-course,.hero-style-15.programming-banner .banner-content .programming-feature-area .feature-instructior{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.hero-style-15.programming-banner .banner-content .programming-feature-area .feature-course .icon,.hero-style-15.programming-banner .banner-content .programming-feature-area .feature-instructior .icon{height:80px;width:80px;font-size:32px;border-radius:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0;background-color:var(--white-color);box-shadow:var(--shadow-dark);-webkit-transition:var(--transition);transition:var(--transition)}
.hero-style-15.programming-banner .banner-content .programming-feature-area .feature-course .icon.icon-course svg,.hero-style-15.programming-banner .banner-content .programming-feature-area .feature-instructior .icon.icon-course svg{-webkit-filter:brightness(0) saturate(100%) invert(49%) sepia(88%) saturate(4103%) hue-rotate(236deg) brightness(97%) contrast(115%);filter:brightness(0) saturate(100%) invert(49%) sepia(88%) saturate(4103%) hue-rotate(236deg) brightness(97%) contrast(115%)}
.hero-style-15.programming-banner .banner-content .programming-feature-area .feature-course .icon.icon-instructor svg,.hero-style-15.programming-banner .banner-content .programming-feature-area .feature-instructior .icon.icon-instructor svg{-webkit-filter:brightness(0) saturate(100%) invert(36%) sepia(30%) saturate(4306%) hue-rotate(329deg) brightness(104%) contrast(87%);filter:brightness(0) saturate(100%) invert(36%) sepia(30%) saturate(4306%) hue-rotate(329deg) brightness(104%) contrast(87%)}
.hero-style-15.programming-banner .banner-content .programming-feature-area .feature-course .content,.hero-style-15.programming-banner .banner-content .programming-feature-area .feature-instructior .content{padding-left:20px}
.hero-style-15.programming-banner .banner-content .programming-feature-area .feature-course .content .title,.hero-style-15.programming-banner .banner-content .programming-feature-area .feature-instructior .content .title{margin-bottom:0}
.hero-style-15.programming-banner .banner-content .programming-feature-area .feature-course{margin-right:40px}
@media only screen and (max-width:767px) {
.hero-style-15.programming-banner .banner-content .programming-feature-area .feature-course{margin-bottom:40px;margin-right:0}
}
.hero-style-15.programming-banner .banner-thumbnail{margin-right:-30px;margin-top:40px}
@media only screen and (max-width:767px) {
.hero-style-15.programming-banner .banner-thumbnail{margin-top:0}
}
.hero-style-15.programming-banner .banner-thumbnail .shape-group li.shape-3{top:20px;left:120px}
.hero-style-15.programming-banner .banner-thumbnail .shape-group li.shape-4{top:55%;left:31%;right:inherit}
.hero-style-15.programming-banner .banner-thumbnail .shape-group li.shape-5{bottom:75px;left:109px;right:inherit}
.hero-style-15.programming-banner .banner-thumbnail .shape-group li.shape-6{bottom:inherit;right:-130px;top:50px}
.hero-style-15.programming-banner .banner-thumbnail .shape-group li.shape-7{top:151px;right:-164px}
.hero-style-15.programming-banner .banner-thumbnail .shape-group li.shape-7 span{width:100px;height:100px;border-radius:50%;display:inline-block;border:15px solid #ee4a62}
.hero-style-15.programming-banner .banner-thumbnail .shape-group li.shape-8{top:290px;right:-108px}
.hero-style-15 .shape-9{position:absolute;right:0;top:40%}
@media only screen and (max-width:1199px) {
.hero-style-15 .shape-9{display:none}
}
.about-style-4.programming-about{margin-top:-70px}
.about-style-4.programming-about .about-image-gallery .main-img-1{padding:30px;border-radius:10px}
.about-style-4.programming-about .about-image-gallery .main-img-1 img{border-radius:5px}
.about-style-4.programming-about .about-image-gallery .shape-group .shape-1{left:-119px;right:inherit;top:46px}
.about-style-4.programming-about .about-image-gallery .shape-group .shape-2{right:inherit;left:-58px;top:-31px;z-index:0;bottom:inherit}
.about-style-4.programming-about .about-image-gallery .shape-group .shape-3{right:-23px;left:inherit;bottom:-13px}
.about-style-4.programming-about .about-image-gallery .shape-group .shape-4{right:115px;bottom:11px;z-index:-1}
.about-style-4.programming-about .about-image-gallery .shape-group .shape-4 span{display:block;height:80px;width:80px;background-color:#f8b81f;border-radius:50%}
@media only screen and (max-width:991px) {
.about-style-4.programming-about .about-content{padding-left:0}
}
.about-style-4.programming-about .about-content .section-title p{padding-right:20px}
.about-style-4.programming-about .about-content .features-list li::before{font-weight:var(--p-regular)}
.programming-wrapper{background:var(--color-lighten01);padding:50px 0;overflow:hidden}
.programming-wrapper::before{display:none}
.programming-wrapper .thumbnail{margin-left:75px}
@media only screen and (max-width:991px) {
.programming-wrapper .thumbnail{margin-left:0;text-align:center}
}
.programming-wrapper .section-title{margin-top:85px;margin-left:30px}
@media only screen and (max-width:991px) {
.programming-wrapper .section-title{text-align:center;margin-left:0}
}
.programming-wrapper .shape-group li.shape-01{left:-160px;top:-124px}
.programming-wrapper .shape-group li.shape-01 span{width:190px;height:190px;display:block;border:30px solid #fff;border-radius:50%}
.programming-wrapper .shape-group li.shape-02{left:-30px;top:0}
.programming-wrapper .shape-group li.shape-03{left:29%;top:70px}
.programming-wrapper .shape-group li.shape-04{left:35%;top:9px}
.programming-wrapper .shape-group li.shape-05{right:-125px;bottom:-15px}
.programming-wrapper .shape-group li.shape-06{right:-28px;bottom:35px}
.hero-style-16.art-banner{background:#faf7f2;min-height:750px;position:relative}
.hero-style-16.art-banner::before{content:"";position:absolute;left:0;bottom:0;width:100%;height:100%;background:url(../images/bg/bg-image-44.svg);background-repeat:no-repeat}
@media only screen and (max-width:991px) {
.hero-style-16.art-banner::before{display:none}
.hero-style-16.art-banner .banner-content{padding-top:90px}
}
@media only screen and (max-width:479px) {
.hero-style-16.art-banner .banner-content{padding-top:70px}
}
.hero-style-16.art-banner .banner-content .pre-title{font-size:20px;line-height:2.5;letter-spacing:1px}
.hero-style-16.art-banner .banner-content .shape-group li.shape-1{top:-139px;left:195px}
.hero-style-16.art-banner .banner-content .shape-group li.shape-2{left:-265px;bottom:-140px}
.hero-style-16.art-banner .banner-thumbnail{margin-right:0;margin-bottom:-117px}
@media only screen and (max-width:1199px) {
.hero-style-16.art-banner .banner-thumbnail{margin-bottom:-164px}
}
@media only screen and (max-width:991px) {
.hero-style-16.art-banner .banner-thumbnail{margin-bottom:0}
}
.hero-style-16.art-banner .banner-thumbnail .thumbnail img{border-radius:250px;border-bottom-left-radius:0}
.hero-style-16.art-banner .banner-thumbnail .shape-group li.shape-3{top:-10px;left:inherit;right:-28%;z-index:0}
.hero-style-16.art-banner .banner-thumbnail .shape-group li.shape-4{top:inherit;right:inherit;bottom:80px;left:-140px;z-index:-1}
.hero-style-16.art-banner .banner-thumbnail .shape-group li.shape-5{top:235px;left:17px;bottom:inherit;right:inherit}
.hero-style-16.art-banner .banner-thumbnail .shape-group li.shape-6{top:0;right:0;bottom:inherit}
.hero-style-16.art-banner .shape-7{position:absolute;right:0;top:150px}
.about-style-4.online-art-about{position:relative}
.about-style-4.online-art-about .about-image-gallery-1 .main-img-3 img{border-radius:225px;border-bottom-left-radius:0}
.about-style-4.online-art-about .about-image-gallery-1 .shape-group li.shape-1{right:57px;top:88px}
.about-style-4.online-art-about .about-image-gallery-1 .shape-group li.shape-2{right:66px;top:32px;z-index:0}
.about-style-4.online-art-about .about-image-gallery-2 .about-content{max-width:520px}
@media only screen and (max-width:991px) {
.about-style-4.online-art-about .about-image-gallery-2 .about-content{max-width:100%;padding-left:0}
}
.about-style-4.online-art-about .about-image-gallery-2 .main-img-4{margin-top:55px}
@media only screen and (max-width:767px) {
.about-style-4.online-art-about .about-image-gallery-2 .main-img-4{text-align:center}
}
.about-style-4.online-art-about .about-image-gallery-2 .main-img-4 img{border-radius:165px;border-bottom-right-radius:0}
.about-style-4.online-art-about .about-image-gallery-2 .main-img-5{text-align:right;margin-top:133px}
@media only screen and (max-width:1199px) {
.about-style-4.online-art-about .about-image-gallery-2 .main-img-5{margin-top:75px}
}
@media only screen and (max-width:991px) {
.about-style-4.online-art-about .about-image-gallery-2 .main-img-5{margin-top:177px}
}
@media only screen and (max-width:767px) {
.about-style-4.online-art-about .about-image-gallery-2 .main-img-5{margin-top:30px;text-align:center}
}
.about-style-4.online-art-about .about-image-gallery-2 .main-img-5 img{border-radius:100px;border-bottom-left-radius:0}
.about-style-4.online-art-about .about-image-gallery-2 .shape-group li.shape-3{right:-206px;bottom:220px}
.about-style-4.online-art-about .about-image-gallery-2 .shape-group li.shape-4{right:-85px;bottom:201px}
.about-style-4.online-art-about .about-image-gallery-2 .shape-group li.shape-4 span{display:block;height:101px;width:101px;border:15px solid var(--main-color4);border-radius:50%}
.about-style-4.online-art-about .shape-group li.shape-5{left:0;top:-263px}
.about-style-4.online-art-about .shape-group li.shape-6{right:0;top:20px}
.online-art-wrapper{background:#f6f1ea;padding:50px 0;overflow:hidden}
.online-art-wrapper::before{display:none}
.online-art-wrapper .thumbnail{margin-right:50px;text-align:right}
@media only screen and (max-width:991px) {
.online-art-wrapper .thumbnail{margin-top:40px;margin-right:0;text-align:center}
}
.online-art-wrapper .section-title{margin-top:85px}
@media only screen and (max-width:991px) {
.online-art-wrapper .section-title{text-align:center;margin-top:0}
}
.online-art-wrapper .shape-group li.shape-01{left:-231px;top:-110px}
.online-art-wrapper .shape-group li.shape-02{left:-163px;top:6px}
.online-art-wrapper .shape-group li.shape-03{right:24%;top:0}
.online-art-wrapper .shape-group li.shape-04{right:30%;top:75px}
.online-art-wrapper .shape-group li.shape-05{right:-125px;bottom:10px}
.online-art-wrapper .shape-group li.shape-06{right:-165px;bottom:-29px}
.online-art-wrapper .shape-group li.shape-06 span{height:100px;width:100px;border:15px solid var(--main-color4);display:block;border-radius:50%}
.online-art-wrapper .shape-group li.shape-07{left:-30px;bottom:-30px}
.online-art-wrapper .shape-group li.shape-08{right:0;top:0}
.faq-style-10 .faq-accordion .accordion-item{border-radius:inherit;box-shadow:none}
.faq-style-10 .faq-accordion .accordion-item .accordion-header{border-radius:10px;box-shadow:0 10px 50px 0 #1a2e551a}
.faq-style-10 .faq-accordion .accordion-item .accordion-header .accordion-button{background-color:var(--white-color);color:var(--color-black)}
.faq-style-10 .faq-accordion .accordion-item .accordion-header .accordion-button::before{color:var(--color-body)}
.faq-style-10 .faq-accordion .accordion-item .accordion-header .accordion-button.collapsed{background-color:var(--white-color);color:var(--color-heading);border-radius:10px}
.faq-style-10 .faq-accordion .accordion-item .accordion-collapse{border-top:1px solid var(--color-border);background-color:var(--white-color);box-shadow:var(--shadow-darker);border-bottom-right-radius:50px;border-bottom-left-radius:10px;position:relative;z-index:2}
.faq-style-10 .edu-faq-gallery .thumbnail-1 img{border-radius:0}
.faq-style-10 .edu-faq-gallery .shape-group li.shape-1{left:inherit;top:33px;right:-15px}
.faq-style-10 .edu-faq-gallery .shape-group li.shape-2{left:inherit;top:-36px;right:4px;z-index:0}
.faq-style-10 .edu-faq-content .shape-group li.shape-3{left:inherit;bottom:-81px;right:-222px}
.faq-style-10 .edu-faq-content .shape-group li.shape-4{left:inherit;bottom:-91px;right:-303px;z-index:0}
.hero-style-17.digital-marketing-banner{min-height:930px;position:relative;top:-110px;margin-bottom:-110px;overflow:hidden}
@media only screen and (max-width:1199px) {
.hero-style-17.digital-marketing-banner{min-height:630px}
}
@media only screen and (max-width:767px) {
.hero-style-17.digital-marketing-banner{min-height:500px}
}
.hero-style-17.digital-marketing-banner::before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;background:url(../images/bg/bg-image-45.svg);background-repeat:no-repeat;background-position:center;background-size:cover}
.hero-style-17.digital-marketing-banner .banner-content{position:relative;z-index:1}
@media only screen and (max-width:479px) {
.hero-style-17.digital-marketing-banner .banner-content{padding-top:50px}
}
@media only screen and (max-width:991px) {
.hero-style-17.digital-marketing-banner .banner-content{margin-top:20px;margin-bottom:0}
}
@media only screen and (max-width:767px) {
.hero-style-17.digital-marketing-banner .banner-content{margin-top:70px;margin-bottom:0}
}
.hero-style-17.digital-marketing-banner .banner-content::after{content:"";position:absolute;left:20px;right:0;top:-150px;bottom:0;margin:0 auto;width:650px;height:650px;border-radius:50%;background-color:#ffffff4d;z-index:-1}
@media only screen and (max-width:767px) {
.hero-style-17.digital-marketing-banner .banner-content::after{display:none}
}
.hero-style-17.digital-marketing-banner .banner-content .title{font-size:80px;font-weight:var(--p-bold);font-family:var(--font-secondary)}
.hero-style-17.digital-marketing-banner .banner-content .title.title-2{line-height:1.875;margin-left:240px}
@media only screen and (max-width:1199px) {
.hero-style-17.digital-marketing-banner .banner-content .title.title-2{margin-left:100px}
}
@media only screen and (max-width:767px) {
.hero-style-17.digital-marketing-banner .banner-content .title.title-2{margin-left:0;line-height:1.3}
}
@media only screen and (max-width:1199px) {
.hero-style-17.digital-marketing-banner .banner-content .title{font-size:50px}
}
@media only screen and (max-width:575px) {
.hero-style-17.digital-marketing-banner .banner-content .title{font-size:40px}
}
@media only screen and (max-width:479px) {
.hero-style-17.digital-marketing-banner .banner-content .title{font-size:36px}
}
.hero-style-17.digital-marketing-banner .banner-content .instructor-info{position:absolute;top:0;right:10px}
@media only screen and (max-width:991px) {
.hero-style-17.digital-marketing-banner .banner-content .instructor-info{display:none}
}
.hero-style-17.digital-marketing-banner .banner-content .instructor-info .inner{background-color:var(--main-color2);padding:26px 40px 20px 30px;box-shadow:0 20px 40px 0 #0000001a;position:relative;border-radius:45px 15px 75px 45px}
.hero-style-17.digital-marketing-banner .banner-content .instructor-info .inner::before{content:"";position:absolute;left:-24px;right:0;top:-17px;bottom:0;width:320px;height:130px;border:2px solid #fff;border-radius:65px 20px 100px 65px}
.hero-style-17.digital-marketing-banner .banner-content .instructor-info .inner .media{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.hero-style-17.digital-marketing-banner .banner-content .instructor-info .inner .media .content{line-height:1;color:var(--white-color);font-weight:500;margin-top:5px;margin-left:20px}
.hero-style-17.digital-marketing-banner .banner-content .banner-btn{text-align:center}
.hero-style-17.digital-marketing-banner .banner-content .shape-group li.shape-1{left:-295px;top:-170px}
.hero-style-17.digital-marketing-banner .banner-content .shape-group li.shape-2{left:-135px;top:-123px}
.hero-style-17.digital-marketing-banner .banner-content .shape-group li.shape-3{left:-192px;top:-62px}
.hero-style-17.digital-marketing-banner .banner-content .shape-group li.shape-4{left:7px;top:115px}
.hero-style-17.digital-marketing-banner .banner-content .shape-group li.shape-5{right:-312px;bottom:-135px}
.hero-style-17.digital-marketing-banner .banner-content .shape-group li.shape-6{right:-144px;bottom:-101px}
.hero-style-17.digital-marketing-banner .banner-content .shape-group li.shape-7{right:-201px;bottom:20px}
.hero-style-17 .shape-8{position:absolute;top:210px;right:0}
@media only screen and (max-width:1199px) {
.hero-style-17 .shape-8{display:none}
}
.hero-style-17 .shape-9{position:absolute;bottom:167px;left:-68px}
@media only screen and (max-width:1199px) {
.hero-style-17 .shape-9{display:none}
}
.hero-style-17 .shape-9 span{display:block;height:270px;width:270px;border:2px solid var(--white-color);border-radius:50%;opacity:.5}
.hero-style-17 .shape-10{position:absolute;top:40px;right:-70px}
@media only screen and (max-width:1199px) {
.hero-style-17 .shape-10{display:none}
}
.hero-style-17 .shape-10 span{display:block;width:274px;height:274px;border:2px solid var(--white-color);border-radius:50%;opacity:.5}
.features-area-9{background:var(--bg-color-2)}
.features-area-9 .features-wrapper{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;height:150px;margin-left:-95px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.features-area-9 .features-wrapper .feature-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-animation:scroll 20s linear infinite;animation:scroll 20s linear infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}
.features-area-9 .features-wrapper .feature-wrap .features-track{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:0;padding-top:32px;padding-bottom:32px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}
.features-area-9 .features-wrapper .feature-wrap .features-track .features-icon{margin-left:40px;margin-right:40px}
.features-area-9 .features-wrapper .feature-wrap .features-track .feature-text{color:var(--white-color);font-size:20px;font-weight:var(--p-bold);font-family:var(--font-secondary);text-transform:uppercase}
@media only screen and (max-width:575px) {
.features-area-9 .features-wrapper .feature-wrap .features-track .feature-text{font-size:15px}
}
.about-style-3.about-style-16{padding:0}
@media only screen and (max-width:1199px) {
.about-style-3.about-style-16{padding:80px 0 0}
}
.about-style-3.about-style-16 .about-content p{margin-top:25px;max-width:470px}
.about-style-3.about-style-16 .about-content .about-btn{margin-top:33px}
.about-style-3.about-style-16 .about-image-gallery{padding:127px 0 65px 170px}
@media only screen and (max-width:991px) {
.about-style-3.about-style-16 .about-image-gallery{padding:30px 0 65px 170px}
}
@media only screen and (max-width:767px) {
.about-style-3.about-style-16 .about-image-gallery{padding:0;text-align:center}
}
.about-style-3.about-style-16 .about-image-gallery .main-img-1{border-radius:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-right-radius:50px;position:relative;z-index:-2}
.about-style-3.about-style-16 .about-image-gallery .main-img-inner{position:relative;left:-166px;bottom:-50px}
@media only screen and (max-width:767px) {
.about-style-3.about-style-16 .about-image-gallery .main-img-inner{display:none}
}
.about-style-3.about-style-16 .about-image-gallery .main-img-inner::after{content:"";position:absolute;width:240px;height:310px;background:var(--white-color);border-radius:0;border-top-left-radius:120px;border-top-right-radius:120px;border-bottom-left-radius:50px;left:49px;bottom:4px;z-index:-1}
@media only screen and (max-width:575px) {
.about-style-3.about-style-16 .about-image-gallery .main-img-inner::after{display:none}
}
.about-style-3.about-style-16 .about-image-gallery .main-img-inner .main-img-2{border-radius:0;border-top-left-radius:120px;border-top-right-radius:120px;border-bottom-left-radius:50px;left:30px;right:inherit}
@media only screen and (max-width:575px) {
.about-style-3.about-style-16 .about-image-gallery .main-img-inner .main-img-2{display:none}
}
.about-style-3.about-style-16 .about-image-gallery .shape-group li.shape-1{right:inherit;top:133px;left:100px;z-index:-3}
.about-style-3.about-style-16 .about-image-gallery .shape-group li.shape-2{right:inherit;top:81px;left:158px;z-index:0}
.why-choose-area-5 .why-choose-gallery .thumbnail.thumbnail-1{text-align:left;position:relative;z-index:-1}
.why-choose-area-5 .why-choose-gallery .thumbnail.thumbnail-1 img{border-radius:0;border-top-left-radius:230px;border-top-right-radius:230px;border-bottom-left-radius:200px}
.why-choose-area-5 .why-choose-gallery .video-lesson{margin-top:-107px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:right;-webkit-justify-content:right;-ms-flex-pack:right;justify-content:right}
@media only screen and (max-width:767px) {
.why-choose-area-5 .why-choose-gallery .video-lesson{display:none}
}
.why-choose-area-5 .why-choose-gallery .video-lesson .inner{width:200px;height:200px;padding:68px 0;border-radius:50%;display:inline-block;background-color:#f8941f;box-shadow:0 10px 70px 0 #0e041d33;position:relative;text-align:center}
.why-choose-area-5 .why-choose-gallery .video-lesson .inner::after{content:"";position:absolute;top:-20px;left:-20px;width:100%;height:100%;background:var(--white-color);border-radius:50%;z-index:-1}
.why-choose-area-5 .why-choose-gallery .video-lesson .inner .content .title{font-size:18px;line-height:32px;color:var(--white-color);margin-bottom:0}
.why-choose-area-5 .why-choose-gallery .video-lesson .inner .content .title .number{font-size:26px;font-weight:700}
.why-choose-area-5 .why-choose-gallery .shape-group li.shape-1{left:16px;top:14px;z-index:-2}
.why-choose-area-5 .why-choose-gallery .shape-group li.shape-3{left:-19px;top:54px}
.why-choose-area-5 .why-choose-content{margin-top:80px}
.why-choose-area-5 .why-choose-content .features-list{list-style:none;padding-left:0}
.why-choose-area-5 .why-choose-content .features-list li{color:var(--color-heading);font-size:18px;font-weight:var(--p-semi-bold);font-family:var(--font-secondary)}
.faq-style-11 .faq-accordion .accordion-item{border-radius:5px}
.faq-style-11 .faq-accordion .accordion-item .accordion-header .accordion-button{background-color:var(--white-color);color:var(--color-black);border-radius:5px}
.faq-style-11 .faq-accordion .accordion-item .accordion-header .accordion-button::before{color:var(--color-body)}
.faq-style-11 .faq-accordion .accordion-item .accordion-body{padding:5px 30px 30px}
.faq-style-11 .edu-faq-gallery .faq-thumbnail.thumbnail-1{position:relative;z-index:-1}
.faq-style-11 .edu-faq-gallery .faq-thumbnail.thumbnail-1 img{border-radius:0;border-top-left-radius:230px;border-top-right-radius:230px;border-bottom-right-radius:200px}
.faq-style-11 .edu-faq-gallery .support-question{margin-top:-70px}
@media only screen and (max-width:767px) {
.faq-style-11 .edu-faq-gallery .support-question{display:none}
}
.faq-style-11 .edu-faq-gallery .support-question .inner{padding:52px 67px;display:inline-block;background:var(--main-color2);box-shadow:0 10px 70px 0 #0e041d33;position:relative;border-radius:65px 23px 107px 65px}
.faq-style-11 .edu-faq-gallery .support-question .inner::after{content:"";position:absolute;top:-20px;right:-20px;width:100%;height:100%;background:var(--white-color);z-index:-1;border-radius:65px 23px 107px 65px}
.faq-style-11 .edu-faq-gallery .support-question .inner .content .title{font-size:22px;color:var(--white-color);margin-bottom:0}
.faq-style-11 .edu-faq-gallery .shape-group li.shape-1{left:48px;top:33px;z-index:-2}
.faq-style-11 .edu-faq-gallery .shape-group li.shape-2{left:29px;top:74px;z-index:0;right:inherit}
.hero-style-18{background:url(../images/bg/bg-image-48.webp);background-size:cover;background-position:center bottom;background-repeat:no-repeat;position:relative;padding:155px 0 220px}
@media only screen and (max-width:991px) {
.hero-style-18{padding:100px 0 170px}
}
.hero-style-18::before{content:"";position:absolute;left:0;right:0;bottom:0;width:100%;height:100%;background:url(../images/bg/bg-image-47.webp);background-size:cover;background-position:center bottom;background-repeat:no-repeat}
.hero-style-18 .banner-content .pre-title{font-size:16px;font-weight:var(--p-semi-bold);text-transform:uppercase;letter-spacing:4.5px}
.hero-style-18 .banner-content .title{margin-top:20px}
.hero-style-18 .banner-content .shape-group li.shape-1{left:-477px;top:-438px}
.hero-style-18 .banner-content .shape-group li.shape-1 span{border:70px solid #00000008;border-radius:50%;width:568px;height:568px;display:inline-block}
.hero-style-18 .banner-thumbnail{margin-right:-20px;margin-top:-35px}
@media only screen and (max-width:991px) {
.hero-style-18 .banner-thumbnail{margin-top:0}
}
.hero-style-18 .banner-thumbnail .thumbnail img{border-radius:220px}
.hero-style-18 .banner-thumbnail .instructor-info{bottom:112px}
@media only screen and (max-width:767px) {
.hero-style-18 .banner-thumbnail .instructor-info{display:none}
}
.hero-style-18 .banner-thumbnail .instructor-info .inner{width:290px;height:150px;padding:25px 29px;border-radius:5px}
.hero-style-18 .banner-thumbnail .instructor-info .inner .title-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.hero-style-18 .banner-thumbnail .instructor-info .inner .title-wrap .title{font-weight:var(--p-bold);font-size:16px}
.hero-style-18 .banner-thumbnail .instructor-info .inner .title-wrap .dot{margin-left:68px;margin-top:-4px}
.hero-style-18 .banner-thumbnail .instructor-info .inner .title-wrap .dot span{width:4px;height:4px;border-radius:10px;background-color:var(--color-body);display:inline-block}
.hero-style-18 .banner-thumbnail .instructor-info .inner .media{position:relative;bottom:-10px}
.hero-style-18 .banner-thumbnail .sales-info{position:absolute;bottom:-75px}
@media only screen and (max-width:767px) {
.hero-style-18 .banner-thumbnail .sales-info{display:none}
}
.hero-style-18 .banner-thumbnail .sales-info .inner{width:290px;height:174px;background-color:var(--white-color);border-radius:5px;padding:26px 30px 16px;box-shadow:0 30px 70px #00000026}
.hero-style-18 .banner-thumbnail .sales-info .inner .title-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}
.hero-style-18 .banner-thumbnail .sales-info .inner .title-wrap .counter-item span{font-size:24px;font-weight:var(--p-bold);font-family:var(--font-secondary);color:var(--main-color)}
.hero-style-18 .banner-thumbnail .sales-info .inner .title-wrap .chart-wrap{width:40px;height:40px;line-height:40px;background:#F2F2F2;border-radius:10px;text-align:center}
.hero-style-18 .banner-thumbnail .sales-info .inner p{font-size:15px;margin-bottom:0;margin-top:-10px}
.hero-style-18 .banner-thumbnail .sales-info .inner .media{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-top:20px}
.hero-style-18 .banner-thumbnail .sales-info .inner .media .single-progressbar .progressbar-five{max-width:170px;margin-top:35px}
.hero-style-18 .banner-thumbnail .sales-info .inner .media .single-progressbar .progressbar{width:100%;height:5px;margin-top:5px;margin-bottom:25px;position:relative}
.hero-style-18 .banner-thumbnail .sales-info .inner .media .single-progressbar .progressbar::before{content:"";position:absolute;bottom:0;top:0;left:0;width:100%;height:10px;border-radius:5px;background-color:#EDEDED;z-index:0}
.hero-style-18 .banner-thumbnail .sales-info .inner .media .single-progressbar .proggress{height:10px;width:10px;background:var(--main-color4);position:relative;z-index:1}
.hero-style-18 .banner-thumbnail .sales-info .inner .media .single-progressbar .percentCount{float:right;margin-top:-40px;margin-right:-60px;clear:both;font-size:15px;font-family:var(--font-primary);color:var(--color-black)}
.hero-style-18 .banner-thumbnail .shape-group li.shape-2{top:-25px;left:132px;z-index:0}
.hero-style-18 .banner-thumbnail .shape-group li.shape-3{top:41px;left:132px}
.brand-area-12{background:-webkit-linear-gradient(left,#1AB69D 0%,#31B978 100%);background:linear-gradient(90deg,#1AB69D 0%,#31B978 100%);box-shadow:0 6px 15px #0000000d}
.brand-area-12 .brand-grid-wrap.brand-style-12{grid-template-columns:repeat(5,1fr)}
@media only screen and (max-width:991px) {
.brand-area-12 .brand-grid-wrap.brand-style-12{grid-template-columns:repeat(2,1fr)}
}
@media only screen and (max-width:479px) {
.brand-area-12 .brand-grid-wrap.brand-style-12{grid-template-columns:repeat(1,1fr)}
}
.brand-area-12 .brand-grid-wrap.brand-style-12::after{display:none}
.brand-area-12 .brand-grid-wrap.brand-style-12 .brand-grid{border:none;padding:48px 0;opacity:.4}
.brand-area-12 .brand-grid-wrap.brand-style-12 .brand-grid:first-child{margin-left:-60px;margin-top:15px}
@media only screen and (max-width:991px) {
.brand-area-12 .brand-grid-wrap.brand-style-12 .brand-grid:first-child{margin-left:0;margin-top:0}
}
.brand-area-12 .brand-grid-wrap.brand-style-12 .brand-grid:nth-child(52){margin-right:-120px}
@media only screen and (max-width:991px) {
.brand-area-12 .brand-grid-wrap.brand-style-12 .brand-grid:nth-child(52){margin-right:0}
}
.brand-area-12 .brand-grid-wrap.brand-style-12 .brand-grid:nth-child(3){margin-right:-40px;margin-top:13px}
@media only screen and (max-width:991px) {
.brand-area-12 .brand-grid-wrap.brand-style-12 .brand-grid:nth-child(3){margin-right:0;margin-top:0}
}
.brand-area-12 .brand-grid-wrap.brand-style-12 .brand-grid:nth-child(4){margin-right:-85px;margin-top:20px}
@media only screen and (max-width:991px) {
.brand-area-12 .brand-grid-wrap.brand-style-12 .brand-grid:nth-child(4){margin-right:0;margin-top:0}
}
.brand-area-12 .brand-grid-wrap.brand-style-12 .brand-grid:nth-child(5){margin-right:-120px}
@media only screen and (max-width:991px) {
.brand-area-12 .brand-grid-wrap.brand-style-12 .brand-grid:nth-child(5){margin-right:0}
}
.brand-area-12 .brand-grid-wrap.brand-style-12 .brand-grid:hover{opacity:1;box-shadow:none}
.about-style-17 .section-title{margin-top:-115px}
@media only screen and (max-width:991px) {
.about-style-17 .section-title{margin-top:0}
}
.about-style-17 .about-content{margin-left:75px}
@media only screen and (max-width:991px) {
.about-style-17 .about-content{padding-left:0;margin-left:0}
}
.about-style-17 .about-content .title{font-weight:var(--p-semi-bold)}
.about-style-17 .about-content p{color:var(--color-heading)}
.about-style-17 .about-image-gallery{text-align:center}
@media only screen and (max-width:991px) {
.about-style-17 .about-image-gallery{padding:50px 0 60px}
}
.about-style-17 .about-image-gallery .main-img-1 img{border-radius:300px}
.about-style-17 .about-image-gallery .shape-group li.shape-1{top:72px;left:76px}
.about-style-17 .about-image-gallery .shape-group li.shape-2{right:inherit;bottom:inherit;top:121px;left:35px;z-index:0}
.about-style-17 .about-image-gallery .shape-group li.shape-3{right:-55px;top:107px}
.process-area-1 .process-gallery .gallery-thumbnail .thumbnail.thumbnail-1{text-align:right}
@media only screen and (max-width:767px) {
.process-area-1 .process-gallery .gallery-thumbnail .thumbnail.thumbnail-1{text-align:center}
}
.process-area-1 .process-gallery .gallery-thumbnail .thumbnail.thumbnail-1 img{border-radius:230px}
.process-area-1 .process-gallery .gallery-thumbnail .thumbnail.thumbnail-2{margin-top:-241px}
@media only screen and (max-width:767px) {
.process-area-1 .process-gallery .gallery-thumbnail .thumbnail.thumbnail-2{display:none}
}
.process-area-1 .process-gallery .gallery-thumbnail .thumbnail.thumbnail-2 img{border-radius:5px;box-shadow:var(--shadow-darker)}
.process-area-1 .process-gallery .shape-group li.shape-1{right:47px;top:-58px;z-index:0}
.process-area-1 .process-gallery .shape-group li.shape-1 span{display:block;height:120px;width:120px;border:15px solid var(--main-color4);border-radius:50%}
.process-area-1 .process-gallery .shape-group li.shape-2{right:-6px;top:-9px}
.process-area-1 .process-content{margin-top:30px}
.process-area-1 .process-content .section-title p{margin-bottom:30px;margin-top:30px}
.process-area-1 .process-content .course-list{display:grid;grid-template-columns:repeat(3,1fr);position:relative;gap:10px;margin-top:55px}
@media only screen and (min-width:992px) and (max-width:1199px) {
.process-area-1 .process-content .course-list{grid-template-columns:repeat(2,1fr);gap:40px}
}
@media only screen and (max-width:575px) {
.process-area-1 .process-content .course-list{grid-template-columns:repeat(2,1fr);gap:20px}
}
.process-area-1 .process-content .course-list .course-content{width:170px;height:210px;background-color:var(--white-color);box-shadow:var(--shadow-darker);display:inline-grid;text-align:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:20px 0;border-radius:5px}
@media only screen and (min-width:992px) and (max-width:1199px) {
.process-area-1 .process-content .course-list .course-content{width:100%}
}
@media only screen and (max-width:575px) {
.process-area-1 .process-content .course-list .course-content{width:100%}
}
.process-area-1 .process-content .course-list .course-content .course-number{width:60px;height:60px;line-height:60px;border-radius:35px;text-align:center;margin:0 auto}
.process-area-1 .process-content .course-list .course-content .course-number.course-primary{background:#1ab69d1a;color:#1ab69d}
.process-area-1 .process-content .course-list .course-content .course-number.course-secondary{background:#ee4a621a;color:#ee4a62}
.process-area-1 .process-content .course-list .course-content .course-number.course-extra{background:#5767ee1a;color:#5767ee}
.process-area-1 .process-content .course-list .course-content .course-number span{font-size:16px;font-weight:var(--p-semi-bold);font-family:var(--font-secondary)}
.process-area-1 .process-content .course-list .course-content .course-title h4{font-size:18px;font-weight:var(--p-semi-bold);font-family:var(--font-secondary);margin-bottom:0}
.hero-style-19{position:relative}
.hero-style-19 .banner-content{width:580px;padding:237px 0}
@media (max-width:1400px) {
.hero-style-19 .banner-content{padding:140px 0}
}
@media only screen and (max-width:1199px) {
.hero-style-19 .banner-content{width:100%!important}
}
@media only screen and (max-width:991px) {
.hero-style-19 .banner-content{padding:90px 0;margin-bottom:0}
}
.hero-style-19 .banner-content .pre-title{font-size:16px;font-weight:var(--p-semi-bold);text-transform:uppercase;letter-spacing:3px;display:block;padding-bottom:18px}
.hero-style-19 .banner-content .title{margin-left:-3px}
.hero-style-19 .banner-content .banner-search .input-group{width:540px;box-shadow:var(--shadow-darker3);border:none;border-radius:4px}
@media only screen and (max-width:1199px) {
.hero-style-19 .banner-content .banner-search .input-group{width:100%}
}
.hero-style-19 .banner-content .banner-search .input-group .search-btn{border:none;background-color:transparent;font-size:20px;color:var(--color-heading);padding:0 20px;-webkit-transition:var(--transition);transition:var(--transition)}
@media (max-width:1400px) {
.hero-style-19 .banner-content .shape-group{display:none}
}
.hero-style-19 .banner-content .shape-group li.shape-2{right:-230px;top:54px}
.hero-style-19 .banner-content .shape-group li.shape-3{right:-117px;top:29px}
.hero-style-19 .banner-content .shape-group li.shape-4{left:-237px;bottom:-40px}
.hero-style-19 .banner-content .shape-group li.shape-5{left:-143px;bottom:60px}
.hero-style-19 .banner-content .shape-group li.shape-6{right:76px;bottom:110px}
.hero-style-19 .banner-thumbnail{margin-right:-366px;margin-top:-187px;position:relative}
@media only screen and (min-width:1200px) and (max-width:1400px) {
.hero-style-19 .banner-thumbnail{margin-right:-106px;margin-top:0}
}
@media only screen and (max-width:991px) {
.hero-style-19 .banner-thumbnail{margin-left:0!important;margin-right:0!important;margin-top:0!important}
}
.hero-style-19 .banner-thumbnail .video-box{position:absolute;left:25px;bottom:-65px}
@media only screen and (max-width:1199px) {
.hero-style-19 .banner-thumbnail .video-box{left:30px}
}
@media only screen and (max-width:991px) {
.hero-style-19 .banner-thumbnail .video-box{left:0;bottom:0}
}
@media only screen and (max-width:767px) {
.hero-style-19 .banner-thumbnail .video-box{display:none!important}
}
.hero-style-19 .banner-thumbnail .video-box .inner{background-color:var(--white-color);padding:30px 30px 40px;border-radius:5px;box-shadow:0 20px 90px #00000026}
.hero-style-19 .banner-thumbnail .video-box .inner .title-box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}
.hero-style-19 .banner-thumbnail .video-box .inner .title-box .video-title{font-family:var(--font-secondary);font-weight:var(--p-bold);font-size:18px;line-height:28px;color:var(--color-heading);margin-bottom:20px;display:block}
.hero-style-19 .banner-thumbnail .video-box .inner .title-box ul{list-style:none;margin-top:16px;padding-left:0;margin-bottom:0}
.hero-style-19 .banner-thumbnail .video-box .inner .title-box ul .dot{width:4px;height:4px;background-color:var(--color-body);border-radius:10px;margin:2px 0}
.hero-style-19 .banner-thumbnail .video-box .inner .thumb{position:relative;text-align:center}
.hero-style-19 .banner-thumbnail .video-box .inner .thumb .popup-icon{cursor:pointer;position:absolute;top:50%;left:0;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin:0 auto;height:60px;width:60px;line-height:62px;background-color:var(--white-color);border-radius:50%;color:var(--main-color2);font-size:18px}
.hero-style-19 .banner-thumbnail .video-box .inner .thumb .popup-icon:hover{color:var(--white-color);background-color:var(--main-color2)}
.hero-style-19 .banner-thumbnail .video-box .inner .participant-box .participant-title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;list-style:none;padding-left:0;margin-bottom:5px;margin-top:10px}
.hero-style-19 .banner-thumbnail .video-box .inner .participant-box .participant-title li{font-family:var(--font-primary);font-weight:var(--p-regular);font-size:var(--font-size-b1);line-height:24px;color:var(--color-heading)}
.hero-style-19 .social-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;list-style:none;position:absolute;left:-96px;bottom:43px;padding-left:0;-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}
@media (max-width:1350px) {
.hero-style-19 .social-wrapper{display:none}
}
.hero-style-19 .social-wrapper .social-wrap{font-size:17px;font-weight:var(--p-semi-bold);font-family:var(--font-secondary);padding:0 15px;position:relative;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
.hero-style-19 .social-wrapper .social-wrap::after{content:"";position:absolute;right:-2px;top:50%;width:7px;height:2px;background:-webkit-linear-gradient(194deg,black 0%,black 40%);background:linear-gradient(256deg,black 0%,black 40%);-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
.hero-style-19 .social-wrapper .social-wrap:last-child::after{display:none}
.hero-style-19 .social-wrapper .social-wrap a{background:-webkit-linear-gradient(194deg,black 0%,black 40%);background:linear-gradient(256deg,black 0%,black 40%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
.hero-style-19 .social-wrapper .social-wrap:hover::after{background:-webkit-linear-gradient(left,#1AB69D .44%,#31B978 26.25%);background:linear-gradient(90deg,#1AB69D .44%,#31B978 26.25%)}
.hero-style-19 .social-wrapper .social-wrap:hover a{background:-webkit-linear-gradient(left,#1AB69D .44%,#31B978 26.25%);background:linear-gradient(90deg,#1AB69D .44%,#31B978 26.25%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-style-19 .shape-group li.shape-1{left:-110px;top:-90px}
.features-area-10{position:relative}
.features-area-10::before{content:"";position:absolute;left:0;right:0;top:165px;bottom:0;width:100%;height:100%;background-image:url(../images/bg/bg-image-51.webp);background-position:center center;background-repeat:no-repeat;z-index:-1}
.features-area-10 .section-title{margin-bottom:100px}
@media only screen and (max-width:991px) {
.features-area-10 .section-title{margin-bottom:40px}
}
.features-area-10 .features-box{padding:40px}
.features-area-10 .features-box.main-color-style .icon{background-color:#1ab69d}
.features-area-10 .features-box.main-color2-style .icon{background-color:#ee4a62}
.features-area-10 .features-box.color-extra08-style .icon{background-color:#4664e4}
.course-area-18{overflow:hidden;padding-bottom:80px}
.course-area-18 .course-style-21{box-shadow:none}
.course-area-18 .course-style-21::before{display:none}
.course-area-18 .course-style-21 .inner{height:500px;position:relative}
@media only screen and (max-width:767px) {
.course-area-18 .course-style-21 .inner{height:100%}
}
.course-area-18 .course-style-21 .inner .thumbnail a{border-radius:5px}
.course-area-18 .course-style-21 .inner .thumbnail a::after{border-radius:5px}
.course-area-18 .course-style-21 .inner .thumbnail a img{border-radius:5px}
.course-area-18 .course-style-21 .content{width:310px;background-color:var(--white-color);position:absolute;left:0;right:0;bottom:0;padding:55px 20px 30px 30px;border-radius:5px;margin:0 auto;box-shadow:0 10px 25px #0000001a;-webkit-transition:var(--transition);transition:var(--transition)}
@media only screen and (max-width:767px) {
.course-area-18 .course-style-21 .content{width:100%;padding:55px 20px 55px 30px}
}
.course-area-18 .course-style-21 .content .course-level{width:80px;height:80px;background:-webkit-linear-gradient(50.93deg,#1AB69D 14.65%,#31B978 85.16%);background:linear-gradient(39.07deg,#1AB69D 14.65%,#31B978 85.16%);border-radius:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:-40px;left:30px;z-index:1}
.course-area-18 .course-style-21 .content .title{margin-bottom:16px}
.course-area-18 .course-style-21 .content .course-rating{margin-top:-7px}
.course-area-18 .course-style-21 .content .content-wrap{-webkit-transition:var(--transition-2);transition:var(--transition-2);opacity:0;visibility:hidden}
.course-area-18 .course-style-21 .content .content-wrap .course-price{margin-top:5px;margin-bottom:-120px;visibility:hidden;opacity:0}
.course-area-18 .course-style-21 .content .content-wrap .read-more-btn{visibility:hidden;opacity:0;-webkit-transition:var(--transition);transition:var(--transition)}
.course-area-18 .course-style-21 .content .content-wrap .read-more-btn .edu-btn{height:50px;line-height:52px}
.course-area-18 .course-style-21 .content .content-wrap p{margin-bottom:0;visibility:hidden;opacity:0}
.course-area-18 .course-style-21:hover .thumbnail{margin-bottom:0}
.course-area-18 .course-style-21:hover .thumbnail a:after{visibility:visible;opacity:1}
.course-area-18 .course-style-21:hover .thumbnail a img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}
.course-area-18 .course-style-21:hover .content .content-wrap{opacity:1;visibility:visible}
.course-area-18 .course-style-21:hover .content .content-wrap .course-price{margin-bottom:10px;visibility:visible;opacity:1}
.course-area-18 .course-style-21:hover .content .content-wrap p{visibility:visible;opacity:1}
.course-area-18 .course-style-21:hover .content .content-wrap .read-more-btn{visibility:visible;opacity:1}
.faq-style-12{background-color:#f5f5f5;position:relative}
.faq-style-12::before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;background:url(../images/bg/bg-image-53.webp)}
.faq-style-12 .faq-accordion .accordion-item .accordion-button{border-radius:5px 5px 0 0;background:-webkit-linear-gradient(left,#1AB69D 0%,#31B978 118.72%);background:linear-gradient(90deg,#1AB69D 0%,#31B978 118.72%)}
.faq-style-12 .faq-accordion .accordion-item .accordion-button.collapsed{background:var(--white-color);color:var(--color-heading);border-radius:5px}
.faq-style-12 .faq-accordion .accordion-item .accordion-button.collapsed::before{color:var(--color-body)}
.faq-style-12 .faq-accordion .accordion-item .accordion-collapse.collapse .accordion-body{border-radius:0 0 5px 5px}
.faq-style-12 .edu-faq-gallery .faq-thumbnail img{border-radius:5px}
.faq-style-12 .edu-faq-gallery .faq-thumbnail.thumbnail-1{position:relative;z-index:1;bottom:-10px}
.faq-style-12 .edu-faq-gallery .faq-thumbnail.thumbnail-2{position:relative;z-index:1;margin-top:-215px}
@media only screen and (max-width:767px) {
.faq-style-12 .edu-faq-gallery .faq-thumbnail.thumbnail-2{display:none!important}
}
.faq-style-12 .edu-faq-gallery .shape-group li.shape-1{top:-1px;left:-10px;z-index:0}
.faq-style-12 .edu-faq-gallery .shape-group li.shape-2{top:-45px;left:39px;right:inherit;z-index:1}
.expert-area-1{background-color:#f5f5f5;position:relative}
.expert-area-1::before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;background:url(../images/bg/bg-image-53.webp)}
.expert-area-1 .expert-section-heading .section-title p{width:525px}
@media only screen and (max-width:767px) {
.expert-area-1 .expert-section-heading .section-title p{width:100%}
}
.expert-area-1 .expert-progressbar{padding-left:35px}
@media only screen and (max-width:767px) {
.expert-area-1 .expert-progressbar{padding-left:0}
}
.expert-area-1 .expert-progressbar .single-progressbar{margin-bottom:30px}
.expert-area-1 .expert-progressbar .single-progressbar.last-ber{margin-bottom:0}
.expert-area-1 .expert-progressbar .single-progressbar .progress-title{color:var(--color-black);font-size:16px;text-transform:capitalize;margin-bottom:12px}
.expert-area-1 .expert-progressbar .single-progressbar .progressbar{width:100%;margin-top:5px;margin-bottom:25px;position:relative}
.expert-area-1 .expert-progressbar .single-progressbar .progressbar::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:10px;border-radius:5px;background-color:#e6e6e6;z-index:-1}
.expert-area-1 .expert-progressbar .single-progressbar .proggress{height:10px;width:10px;background:-webkit-linear-gradient(left,#1AB69D 0%,#31B978 118.72%);background:linear-gradient(90deg,#1AB69D 0%,#31B978 118.72%)}
.expert-area-1 .expert-progressbar .single-progressbar .percentCount{float:right;margin-top:-73px;clear:both;font-size:16px;font-family:var(--font-primary);color:var(--color-black)}
.hero-style-20{min-height:930px;margin-top:-90px;background:url(../images/bg/ggg.png);background-position:center;background-size:cover;background-repeat:no-repeat;position:relative;overflow:hidden}
@media only screen and (max-width:991px) {
.hero-style-20{min-height:100%}
}
.hero-style-20::before{content:'';position:absolute;left:0;right:0;bottom:0;width:100%;height:100%;background:url(../images/bg/bg-image-54.webp);background-position:center;background-size:cover;background-repeat:no-repeat}
.hero-style-20 .banner-content{margin-top:90px}
@media only screen and (max-width:991px) {
.hero-style-20 .banner-content{margin-top:190px}
}
.hero-style-20 .banner-content .title{color:var(--white-color)}
.hero-style-20 .banner-content p{color:var(--white-color);max-width:480px}
@media only screen and (max-width:991px) {
.hero-style-20 .banner-content p{max-width:100%}
}
.hero-style-20 .banner-content .shape-group li.shape-1{left:-134px;top:-100px}
.hero-style-20 .banner-content .shape-group li.shape-2{left:-154px;top:-13px}
.hero-style-20 .banner-content .shape-group li.shape-2 span{width:120px;height:120px;border:15px solid var(--main-color4);display:block;border-radius:50%}
.hero-style-20 .banner-thumbnail{margin-right:-100px;position:relative;z-index:1;margin-bottom:30px;margin-left:-155px;margin-bottom:-83px}
@media only screen and (max-width:1199px) {
.hero-style-20 .banner-thumbnail{margin-bottom:-198px}
}
@media only screen and (max-width:767px) {
.hero-style-20 .banner-thumbnail{margin-bottom:0!important;margin-left:0!important;margin-right:0!important}
}
.hero-style-20 .banner-thumbnail .shape-group li.shape-3{left:195px;top:167px}
.hero-style-20 .banner-thumbnail .shape-group li.shape-3 span{width:570px;height:570px;background:#ffffff1a;display:block;border-radius:50%}
.hero-style-20 .banner-thumbnail .shape-group li.shape-4{top:221px;right:62px;z-index:-1}
.hero-style-20 .banner-thumbnail .shape-group li.shape-5{bottom:inherit;right:91px;top:156px;z-index:1}
.hero-style-20 .banner-thumbnail .shape-group li.shape-6{right:inherit;left:135px;bottom:280px;z-index:123}
.features-area-11{background-color:var(--color-lighten01)}
.features-area-11 .features-grid-wrap{gap:30px}
.features-area-11 .features-grid-wrap .features-box{padding:30px}
.features-area-11 .features-grid-wrap .features-box .content .title{margin-bottom:8px}
.features-area-11 .features-grid-wrap .features-box .icon{margin:0 auto 10px}
.benefits-area-1 .benefits-wrapper{height:730px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;position:relative}
@media only screen and (max-width:991px) {
.benefits-area-1 .benefits-wrapper{display:block;height:100%}
}
.benefits-area-1 .benefits-wrapper .benefits-wrap-one{background-color:#F0F4F5;width:50%}
@media only screen and (max-width:991px) {
.benefits-area-1 .benefits-wrapper .benefits-wrap-one{width:100%}
}
.benefits-area-1 .benefits-wrapper .benefits-wrap-two{width:50%;position:relative;z-index:12}
@media only screen and (max-width:991px) {
.benefits-area-1 .benefits-wrapper .benefits-wrap-two{width:100%}
}
.benefits-area-1 .benefits-wrapper .benefits-wrap-two .process-gallery .gallery-thumbnail .thumbnail img{width:100%;height:730px;background-position:center;background-repeat:no-repeat;object-fit:cover}
.benefits-area-1 .benefits-wrapper .benefits-content-box{position:absolute;left:0;right:0;top:0;bottom:0}
@media only screen and (max-width:991px) {
.benefits-area-1 .benefits-wrapper .benefits-content-box{position:relative;left:inherit;right:inherit;top:inherit;bottom:inherit}
}
.benefits-area-1 .benefits-wrapper .benefits-content-box .process-content{padding:110px 0 120px;position:relative}
@media only screen and (max-width:991px) {
.benefits-area-1 .benefits-wrapper .benefits-content-box .process-content{padding:55px 0 30px}
}
.benefits-area-1 .benefits-wrapper .benefits-content-box .process-content .section-title{margin-bottom:10px}
.benefits-area-1 .benefits-wrapper .benefits-content-box .process-content .section-title p{max-width:400px;margin-bottom:0}
@media only screen and (max-width:991px) {
.benefits-area-1 .benefits-wrapper .benefits-content-box .process-content .section-title p{padding-right:30px;max-width:100%}
}
.benefits-area-1 .benefits-wrapper .benefits-content-box .process-content .features-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:65px}
@media only screen and (max-width:479px) {
.benefits-area-1 .benefits-wrapper .benefits-content-box .process-content .features-wrapper{display:block}
}
.benefits-area-1 .benefits-wrapper .benefits-content-box .process-content .features-wrapper .features-list{list-style:none;padding-left:0;margin-bottom:0}
.benefits-area-1 .benefits-wrapper .benefits-content-box .process-content .features-wrapper .features-list li{font-weight:var(--p-medium);font-family:var(--font-secondary);color:var(--color-heading);padding-left:25px;position:relative;margin-bottom:16px;margin-top:16px}
.benefits-area-1 .benefits-wrapper .benefits-content-box .process-content .features-wrapper .features-list li::before{content:"\e913";font-family:'icomoon';color:var(--main-color2);font-size:19px;position:absolute;left:0;top:-3px}
.benefits-area-1 .benefits-wrapper .benefits-content-box .process-content .features-btn{margin-top:25px}
.benefits-area-1 .benefits-wrapper .benefits-content-box .process-content .shape-group li.shape-1{left:-447px;top:-137px}
.benefits-area-1 .benefits-wrapper .benefits-content-box .process-content .shape-group li.shape-1 span{border:50px solid var(--white-color);border-radius:50%;width:395px;height:395px;display:inline-block}
.benefits-area-1 .benefits-wrapper .benefits-content-box .process-content .shape-group li.shape-2{left:-286px;top:167px}
.benefits-area-1 .benefits-wrapper .benefits-content-box .process-content .shape-group li.shape-3{right:-88px;bottom:70px}
.pricing-area-1{position:relative}
.pricing-area-1::before{content:'';position:absolute;left:0;right:0;bottom:0;width:100%;height:100%;background:url(../images/bg/bg-image-58.webp);background-position:center;background-size:cover;background-repeat:no-repeat}
.pricing-area-1 .section-title{position:relative;margin-bottom:0;z-index:1}
.pricing-area-1 .section-title p{max-width:570px;margin:20px auto 0}
.pricing-area-1 .gym-nav-wrapper{width:448px;height:70px;margin:0 auto 100px}
.pricing-area-1 .gym-nav-wrapper h5{display:inline-block}
.pricing-area-1 .gym-nav-wrapper .year-wrap{position:relative;top:85%;left:40px}
.pricing-area-1 .gym-nav-wrapper .month-wrap{position:relative;top:-55%;right:-299px}
.pricing-area-1 .gym-tab-nav{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.pricing-area-1 .gym-tab-nav .gym-tab-slider-tabs{display:block;float:left;margin:0;padding:0;list-style:none;position:relative;overflow:hidden;background:#F0F4F5;border-radius:40px;width:110px;height:50px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.pricing-area-1 .gym-tab-nav .gym-tab-slider-tabs:after{content:"";width:40px;height:40px;background:-webkit-linear-gradient(40.17deg,#1AB69D 14.37%,#31B978 85.88%);background:linear-gradient(49.83deg,#1AB69D 14.37%,#31B978 85.88%);position:absolute;top:5px;left:6px;-webkit-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out;border-radius:25px}
.pricing-area-1 .gym-tab-nav .gym-tab-slider-tabs.slide:after{left:59%}
.pricing-area-1 .gym-tab-nav .tab-slider-trigger{width:40px;height:40px;text-align:center;position:relative;z-index:2;cursor:pointer;display:inline-block;-webkit-transition:color 250ms ease-in-out;transition:color 250ms ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.pricing-area-1 .gym-tab-nav .tab-slider-trigger.active{color:#fff}
.pricing-area-1 .gym-tab-nav .gym-tab-nav-text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:120px}
.pricing-area-1 .tab-content-box .pricing-table .pricing-btn .edu-btn.active{background-color:var(--main-color);color:var(--white-color);border:none}
.edu-header{z-index:99}
.edu-header .header-mainmenu{background-color:var(--white-color);box-shadow:0 6px 15px 0 #0000000d;position:relative; padding: 5px 0;}
@media only screen and (max-width:1199px) {
.edu-header .header-mainmenu{padding-top:0;padding-bottom:0}
}
.edu-header .header-mainmenu.edu-sticky{position:fixed;top:0;right:0;left:0;z-index:99;background-color:var(--white-color);-webkit-animation:headerSticky .95s ease forwards;animation:headerSticky .95s ease forwards}
.edu-header .header-navbar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
@media only screen and (max-width:1199px) {
.edu-header .header-navbar{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}
}
.edu-header .header-navbar .header-mainnav{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
@media only screen and (max-width:1199px) {
.edu-header .header-navbar .header-mainnav{display:none}
}
.edu-header .header-brand{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.edu-header .header-brand img.logo-dark{display:none}
.edu-header .header-brand img.logo-light{display:inline-block}
@media only screen and (max-width:575px) {
.edu-header .header-brand .logo{margin-right:15px}
}
.edu-header .header-brand .logo a{display:block}
.edu-header .header-category{border-left:1.5px solid #f2f2f2;border-right:1.5px solid #f2f2f2;margin-right:10px}
@media only screen and (max-width:1350px) {
.edu-header .header-category{display:none}
}
.edu-header .header-category .mainmenu li.has-droupdown>a{padding:0 40px}
.edu-header .header-category .mainmenu li.has-droupdown>a i{padding-right:10px;font-size:18px;position:relative;top:2px}
.edu-header .header-category .mainmenu li.has-droupdown>a:after{display:none}
.edu-header.header-fullwidth .header-mainmenu,.edu-header.header-fullwidth .header-top-bar{padding-left:62px;padding-right:62px}
@media only screen and (max-width:1699px) {
.edu-header.header-fullwidth .header-mainmenu,.edu-header.header-fullwidth .header-top-bar{padding-left:22px;padding-right:22px}
}
@media only screen and (max-width:767px) {
.edu-header.header-fullwidth .header-mainmenu,.edu-header.header-fullwidth .header-top-bar{padding-left:0;padding-right:0}
}
.header-style-1{position:relative}
@media only screen and (min-width:992px) and (max-width:1199px) {
.header-style-1 .header-top .header-top-left .header-notify{font-size:13px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.header-style-1 .header-top .header-top-left .header-notify{text-align:center;padding:15px 0 5px}
}
@media only screen and (max-width:767px) {
.header-style-1 .header-top .header-top-left .header-notify{text-align:center;padding:15px 0 5px}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
.header-style-1 .header-top .header-info{margin:0 -20px}
}
@media only screen and (max-width:767px) {
.header-style-1 .header-top .header-info{margin:0 -10px}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
.header-style-1 .header-top .header-info li{padding:14px 15px 12px;font-size:13px}
}
@media only screen and (max-width:767px) {
.header-style-1 .header-top .header-info li{padding:10px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.header-style-1 .header-top .header-info li:after{height:50%}
}
@media only screen and (max-width:767px) {
.header-style-1 .header-top .header-info li:after{display:none}
}
@media only screen and (max-width:1350px) {
.header-style-1 .header-top .header-info li:nth-last-child(2):after{display:none}
.header-style-1 .header-top .header-info li.social-icon{display:none}
.header-style-1 .header-mainnav .mainmenu-nav .mainmenu{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
}
.header-style-1 .header-action li.search-icon{display:none}
@media only screen and (max-width:1699px) {
.header-style-1 .header-action li.search-icon{display:block}
}
.header-style-2 .header-mainmenu .header-right{position:relative;}
.header-style-2 .header-mainmenu .mainmenu{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}
.header-style-2 .header-action{margin:0 -16px}
.header-style-2 .header-action li{margin:0 16px}
.header-style-2 .header-action li.icon a .count{background-color:var(--main-color2)}
.header-style-2 .header-action li.icon.cart-icon{margin-right:26px}
.header-style-2 .header-top-bar{background-color:var(--color-lighten04)}
.header-style-2 .header-top .header-info li{color:var(--color-heading);font-weight:500}
.header-style-2 .header-top .header-info li:after{background-color:#e0ddd7;height:30px;display:none}
.header-style-2 .header-top .header-info li a{color:var(--color-heading)}
.header-style-2 .header-top-left .header-top .header-info li i{color:var(--main-color2)}
.header-style-3 .header-mainmenu .header-right{position:relative;padding-left:50px;margin-left:22px}
@media only screen and (max-width:479px) {
.header-style-3 .header-mainmenu .header-right{padding-left:20px;margin-left:0}
}
.header-style-3 .header-mainmenu .header-right:after{content:"";height:40px;width:2px;background-color:#f2f2f2;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:0}
.header-style-3 .header-mainmenu .mainmenu{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}
.header-style-3 .header-action{margin:0 -16px}
.header-style-3 .header-action li{margin:0 16px}
.header-style-3 .header-action li.icon.cart-icon{margin-right:26px}
.header-style-3 .header-top-bar{background-color:#232323}
.header-style-3 .header-top .header-info li{color:#ffffffb3;font-weight:500}
.header-style-3 .header-top .header-info li:after{background-color:#fff3;height:30px;display:none}
.header-style-3 .header-top .header-info li:first-child:after{display:block}
.header-style-3 .header-top .header-info li a{color:#ffffffb3}
.header-style-3 .header-top .header-info li a:hover{color:var(--white-color)}
.header-style-3 .header-top .header-info li i{color:var(--main-color)}
.header-style-4{position:relative}
.header-style-4:before{content:url(../images/others/shape-19.png);position:absolute;top:0;left:0}
@media only screen and (max-width:1399px) {
.header-style-4:before{display:none}
}
.header-style-4:after{content:url(../images/others/shape-20.png);position:absolute;top:0;right:0;z-index:-1}
@media only screen and (max-width:1399px) {
.header-style-4:after{display:none}
}
.header-style-4 .header-mainmenu{box-shadow:none;background:transparent;-webkit-transition:var(--transition);transition:var(--transition)}
.header-style-4 .header-mainmenu.edu-sticky{box-shadow:0 6px 15px 0 #0000000d}
.header-style-4.header-fullwidth .header-mainmenu{padding-left:90px;padding-right:90px}
@media only screen and (max-width:1350px) {
.header-style-4.header-fullwidth .header-mainmenu{padding-left:40px;padding-right:40px}
}
@media only screen and (max-width:767px) {
.header-style-4.header-fullwidth .header-mainmenu{padding-left:0;padding-right:0}
}
.header-style-4 .header-navbar .header-mainnav{margin-left:25px}
@media only screen and (max-width:1350px) {
.header-style-4 .header-navbar .header-mainnav{margin-left:0}
.header-style-4 .header-navbar .header-mainnav .mainmenu{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
}
.header-style-4 .header-action li.search-icon{display:none}
@media only screen and (max-width:1699px) {
.header-style-4 .header-action li.search-icon{display:block}
}
.header-style-7 .header-mainmenu{background-color:transparent;box-shadow:none;z-index:99;padding-left:120px;padding-right:120px}
@media only screen and (max-width:1199px) {
.header-style-7 .header-mainmenu{line-height:90px}
}
@media only screen and (max-width:1350px) {
.header-style-7 .header-mainmenu{padding-left:40px;padding-right:40px}
}
@media only screen and (max-width:767px) {
.header-style-7 .header-mainmenu{padding-left:0;padding-right:0}
}
.header-style-7 .header-mainmenu.edu-sticky{box-shadow:0 6px 15px 0 #0000000d}
.header-style-7 input[type="text"],.header-style-7 input[type="password"],.header-style-7 input[type="email"],.header-style-7 input[type="number"],.header-style-7 input[type="tel"],.header-style-7 textarea{background-color:transparent}
.header-style-7 .header-action li.search-icon{display:none}
@media (max-width:1699px) {
.header-style-7 .header-action li.search-icon{display:block}
}
@media (min-width:1350px) and (max-width:1599px) {
.header-style-7 .mainmenu-nav .mainmenu li ul.mega-menu{left:-430px}
}
@media (max-width:1350px) {
.header-style-7 .mainmenu-nav .mainmenu li ul.mega-menu{left:-345px}
}
.header-style-7.header-business .header-mainmenu.edu-sticky{box-shadow:0 6px 15px 0 #0000000d}
.header-style-7.header-business .header-mainmenu.edu-sticky .header-brand img.logo-dark{display:block}
.header-style-7.header-business .header-mainmenu.edu-sticky .header-brand img.logo-light{display:none}
.header-style-7.header-business .header-mainmenu.edu-sticky .header-action li.icon a{color:var(--color-heading)}
.header-style-7.header-business .header-mainmenu.edu-sticky .header-action li.icon a:hover{color:var(--main-color)!important}
.header-style-7.header-business .header-mainmenu.edu-sticky .header-action li.icon a .count{background-color:var(--main-color);color:var(--white-color)}
.header-style-7.header-business .header-mainmenu.edu-sticky .header-action li.header-btn a{background-color:var(--main-color);color:var(--white-color)!important}
.header-style-7.header-business .header-mainmenu.edu-sticky .header-action .search-bar .input-group{border:1px solid #e5e5e5}
.header-style-7.header-business .header-mainmenu.edu-sticky .header-action .mobile-menu-bar .hamberger-button{color:var(--color-heading)}
.header-style-7.header-business .header-mainmenu.edu-sticky .header-action .mobile-menu-bar .hamberger-button:hover{color:var(--main-color)!important}
.header-style-7.header-business .header-mainmenu.edu-sticky .mainmenu-nav .mainmenu>li>a{color:var(--color-heading)}
.header-style-7.header-business .header-mainmenu.edu-sticky .mainmenu-nav .mainmenu>li>a:hover{color:var(--main-color)!important}
.header-style-7.header-business .mainmenu-nav .mainmenu>li>a{color:var(--white-color)}
.header-style-7.header-business .mainmenu-nav .mainmenu>li>a:hover{color:var(--white-color)!important}
.header-style-7.header-business .header-action li.icon a{color:var(--white-color)}
.header-style-7.header-business .header-action li.icon a .count{background-color:var(--white-color);color:var(--color-heading)}
.header-style-7.header-business .header-action li.search-icon{display:block}
.header-style-7.header-business .header-action li.header-btn a{background-color:var(--white-color);color:var(--color-black)}
.header-style-7.header-business .header-action li.header-btn a.edu-btn::after{background:var(--main-color2)}
.header-style-7.header-business .header-action li.header-btn a:hover{color:var(--white-color)}
.header-style-7.header-business .header-action .mobile-menu-bar .hamberger-button{color:var(--white-color)}
.header-style-7.header-business .header-action .mobile-menu-bar .hamberger-button:hover{color:var(--main-color)!important}
.header-style-7.header-motivation .header-action li.search-icon{display:block}
.remote-training .header-mainmenu{padding-left:90px;padding-right:90px}
@media (max-width:1250px) {
.remote-training .header-mainmenu{padding-left:40px;padding-right:40px}
}
@media only screen and (max-width:767px) {
.remote-training .header-mainmenu{padding-left:15px;padding-right:15px}
}
.remote-training .header-mainmenu.edu-sticky .header-action .search-bar .input-group{border:1px solid #e5e5e5}
.remote-training .header-right .header-action .search-bar .input-group{background:var(--white-color);border:none}
.header-photography{position:relative}
.header-photography .header-mainmenu{background-color:transparent;padding-left:90px;padding-right:90px;box-shadow:none}
@media (max-width:1250px) {
.header-photography .header-mainmenu{padding-left:40px;padding-right:40px}
}
@media only screen and (max-width:767px) {
.header-photography .header-mainmenu{padding-left:15px;padding-right:15px}
}
.header-photography .header-mainmenu .mainmenu-nav .mainmenu>li>a{color:#fff}
.header-photography .header-mainmenu.edu-sticky{box-shadow:0 6px 15px 0 #0000000d}
.header-photography .header-mainmenu.edu-sticky .header-brand img.logo-dark{display:block}
.header-photography .header-mainmenu.edu-sticky .header-brand img.logo-light{display:none}
.header-photography .header-mainmenu.edu-sticky .header-action li.icon a{color:var(--color-heading)}
.header-photography .header-mainmenu.edu-sticky .header-action li.icon a .count{background-color:var(--main-color)}
.header-photography .header-mainmenu.edu-sticky .header-action .search-bar .input-group{border:1px solid #e5e5e5}
.header-photography .header-mainmenu.edu-sticky .header-action .mobile-menu-bar .hamberger-button{color:var(--color-heading)}
.header-photography .header-mainmenu.edu-sticky .mainmenu-nav .mainmenu>li>a{color:var(--color-heading)}
.header-photography .header-mainmenu .header-right::after{background-color:#ffffff4d}
.header-photography .header-right .header-action li.icon a{color:#fff}
.header-photography .header-right .header-action li.icon a .count{background-color:var(--main-color)}
.header-photography .header-right .header-action .mobile-menu-bar .hamberger-button{color:var(--white-color)}
@media only screen and (max-width:1199px) {
.header-photography .header-right::after{display:none}
}
.header-style-2.sales-coach-header{position:relative}
.header-style-2.sales-coach-header .header-mainmenu .header-right{padding-left:0}
.header-style-2.sales-coach-header .header-mainmenu .header-right::after{display:none}
.header-style-7.quran-learning .header-mainmenu{padding-left:70px;padding-right:70px}
@media (max-width:1250px) {
.header-style-7.quran-learning .header-mainmenu{padding-left:30px;padding-right:30px}
}
@media only screen and (max-width:767px) {
.header-style-7.quran-learning .header-mainmenu{padding-left:15px;padding-right:15px}
}
.header-style-7.quran-learning .header-mainmenu .header-mainnav .mainmenu-nav .mainmenu{margin-left:85px}
@media only screen and (min-width:1200px) and (max-width:1450px) {
.header-style-7.quran-learning .header-mainmenu .header-mainnav .mainmenu-nav .mainmenu{margin-left:0}
}
.header-style-2{position:relative}
.header-style-2.gym-tranning-header .header-mainmenu{background-color:transparent;box-shadow:none}
.header-style-2.gym-tranning-header .header-mainmenu .mainmenu-nav .mainmenu>li>a{color:var(--white-color)}
.header-style-2.gym-tranning-header .header-mainmenu .header-right{margin-left:0}
.header-style-2.gym-tranning-header .header-mainmenu .header-right::after{display:none}
.header-style-2.gym-tranning-header .header-mainmenu .header-right .header-action li.icon a{color:var(--white-color)}
.header-style-2.gym-tranning-header .header-mainmenu .header-right .header-action li.icon a:hover{color:var(--main-color)}
.header-style-2.gym-tranning-header .header-mainmenu .header-right .header-action .mobile-menu-bar .hamberger-button{color:var(--white-color)}
.header-style-2.gym-tranning-header .header-mainmenu.edu-sticky{background-color:var(--white-color);box-shadow:0 6px 15px 0 #0000000d}
.header-style-2.gym-tranning-header .header-mainmenu.edu-sticky .header-brand img.logo-dark{display:block}
.header-style-2.gym-tranning-header .header-mainmenu.edu-sticky .header-brand img.logo-light{display:none}
.header-style-2.gym-tranning-header .header-mainmenu.edu-sticky .mainmenu>li>a{color:var(--color-black)}
.header-style-2.gym-tranning-header .header-mainmenu.edu-sticky .header-action li.icon a{color:var(--color-black)}
.header-style-2.gym-tranning-header .header-mainmenu.edu-sticky .header-action li.icon a:hover{color:var(--main-color)}
.header-style-2.gym-tranning-header .header-mainmenu.edu-sticky .header-action .mobile-menu-bar .hamberger-button{color:var(--color-black)}
.mainmenu-nav .mainmenu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0;font-family:var(--font-secondary)}
.mainmenu-nav .mainmenu>li>a{color:var(--color-heading);font-size:15px;font-weight:600;padding:0 18px;display:block;height:90px;line-height:94px;-webkit-transition:.3s;transition:.3s}
.mainmenu-nav .mainmenu>li:last-child a{padding-right: 0;}
@media only screen and (min-width:992px) and (max-width:1199px) {
.mainmenu-nav .mainmenu>li>a{padding:0 17px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.mainmenu-nav .mainmenu>li>a{padding:0 12px}
}
.mainmenu-nav .mainmenu>li>a:hover,.mainmenu-nav .mainmenu>li>a.active{color:var(--main-color2)!important}
.mainmenu-nav .mainmenu li{margin-top:0;margin-bottom:0;position:relative}
.mainmenu-nav .mainmenu li.has-droupdown>a{position:relative}
.mainmenu-nav .mainmenu li.has-droupdown>a::after{position:absolute;content:"\e91e";font-family:'icomoon';right:8px;top:0;font-size:6px;font-weight:400}
@media only screen and (min-width:992px) and (max-width:1199px) {
.mainmenu-nav .mainmenu li.has-droupdown>a::after{right:0}
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu{min-width:220px;height:auto;position:absolute;top:90%;left:0;z-index:8;opacity:0;visibility:hidden;text-align:left;padding:20px 0 25px;-webkit-transition:.3s;transition:.3s;background-color:var(--white-color);box-shadow:0 10px 40px #00000014;pointer-events:none}
.mainmenu-nav .mainmenu li.has-droupdown .submenu li{position:relative}
.mainmenu-nav .mainmenu li.has-droupdown .submenu li a{font-size:15px;font-weight:600;padding:5px 30px;display:block;color:var(--color-heading)}
.mainmenu-nav .mainmenu li.has-droupdown .submenu li a:hover{color:var(--main-color2)!important;background:var(--color-darker)}
.mainmenu-nav .mainmenu li.has-droupdown .submenu li a.active{color:var(--main-color2)!important;background:var(--color-darker)}
.mainmenu-nav .mainmenu li.has-droupdown .submenu li.has-droupdown>a::after{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);top:10px;right:40px}
.mainmenu-nav .mainmenu li.has-droupdown .submenu li.has-droupdown .submenu{position:absolute;left:100%;top:90%;z-index:90;opacity:0;visibility:hidden;-webkit-transition:.3s;transition:.3s}
.mainmenu-nav .mainmenu li.has-droupdown .submenu li.has-droupdown:hover .submenu{left:100%;top:0;z-index:90;opacity:1;visibility:visible}
.mainmenu-nav .mainmenu li.has-droupdown:hover>.submenu{opacity:1;visibility:visible;top:100%;pointer-events:auto}
.mainmenu-nav .mainmenu li.has-droupdown:hover .mega-menu{opacity:1;visibility:visible;top:100%;pointer-events:auto}
.mainmenu-nav .mainmenu li.has-droupdown:hover .mega-menu .submenu{pointer-events:auto}
.mainmenu-nav .mainmenu li ul.mega-menu{min-width:1170px;height:auto;position:absolute;top:90%;left:-324px;padding:70px 0;z-index:10;opacity:0;visibility:hidden;-webkit-transition:.3s;transition:.3s;background-color:var(--white-color);box-shadow:0 10px 40px #00000014;display:grid;pointer-events:none;grid-template-columns:repeat(3,1fr)}
@media only screen and (min-width:1200px) and (max-width:1400px) {
.mainmenu-nav .mainmenu li ul.mega-menu{left:-275px}
}
.mainmenu-nav .mainmenu li ul.mega-menu .menu-title{font-weight:700;padding-left:100px;margin-bottom:20px}
.mainmenu-nav .mainmenu li ul.mega-menu>li{border-right:1px solid var(--color-border)}
.mainmenu-nav .mainmenu li ul.mega-menu>li:last-child{border-right:0}
.mainmenu-nav .mainmenu li ul.mega-menu .submenu{position:initial;visibility:visible;opacity:1;box-shadow:none;padding:0 0 0 70px}
.mainmenu-nav .mainmenu li ul.mega-menu-one li .submenu{padding:0 0 0 35px}
.mainmenu-nav .mainmenu li ul.mega-menu-one li:nth-child(2){border-right:none}
.mainmenu-nav .mainmenu li ul.mega-menu-one li a{padding:0}
.mainmenu-nav .mainmenu li ul.mega-menu-one li a img{max-width:450px;min-height:275px;margin-bottom:-50px;margin-right:15px}
.badge{display:inline-block;padding:.63em .65em .35em;font-size:9px;font-family:var(--font-secondary);font-weight:var(--p-bold);line-height:1;color:var(--white-color);background-color:var(--main-color);text-transform:uppercase;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;margin-left:5px}
.badge-1{display:inline-block;padding:.63em .65em .35em;font-size:9px;font-family:var(--font-secondary);font-weight:var(--p-bold);line-height:1;color:var(--white-color);background-color:var(--main-color2);text-transform:uppercase;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;margin-left:5px}
.header-style-2 .mainmenu-nav .mainmenu li ul.mega-menu{right:-397px}
@media only screen and (min-width:1200px) and (max-width:1450px) {
.header-style-2 .mainmenu-nav .mainmenu li ul.mega-menu{right:-570px}
}
.header-style-3 .mainmenu-nav .mainmenu li ul.mega-menu{right:-397px}
@media only screen and (min-width:1200px) and (max-width:1450px) {
.header-style-3 .mainmenu-nav .mainmenu li ul.mega-menu{right:-570px}
}
.header-photography .mainmenu-nav .mainmenu li ul.mega-menu{left:auto;right:-397px}
@media only screen and (min-width:1200px) and (max-width:1450px) {
.header-photography .mainmenu-nav .mainmenu li ul.mega-menu{right:-570px}
}
.header-style-4 .mainmenu-nav .mainmenu li ul.mega-menu,.header-style-7 .mainmenu-nav .mainmenu li ul.mega-menu{left:-145px}
@media only screen and (min-width:1200px) and (max-width:1400px) {
.header-style-4 .mainmenu-nav .mainmenu li ul.mega-menu,.header-style-7 .mainmenu-nav .mainmenu li ul.mega-menu{left:-260px}
}
.header-top-bar{background-color:#1f2432}
@media only screen and (max-width:991px) {
.header-top-bar{display:none}
}
.header-top{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
@media only screen and (min-width:768px) and (max-width:991px) {
.header-top{display:block}
}
@media only screen and (max-width:767px) {
.header-top{display:block}
}
.header-top .header-top-left{margin-right:30px}
@media only screen and (min-width:768px) and (max-width:991px) {
.header-top .header-top-left{margin-right:0}
}
@media only screen and (max-width:767px) {
.header-top .header-top-left{margin-right:0}
}
.header-top .header-top-right{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:right}
.header-top .header-notify{font-family:var(--font-secondary);font-size:14px;color:var(--white-color)}
.header-top .header-notify a{color:var(--main-color2);text-decoration:underline;font-weight:500}
.header-top .header-notify a:hover{color:var(--main-color)}
.header-top .header-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
@media only screen and (min-width:768px) and (max-width:991px) {
.header-top .header-info{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
}
@media only screen and (max-width:767px) {
.header-top .header-info{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0 -15px}
}
.header-top .header-top-left .header-info li{display:inline-block;margin:0;font-family:var(--font-secondary);font-size:14px;color:var(--white-color);padding:14px 0;position:relative}
.header-top .header-top-left .header-info li+li{margin-left: 15px;}
.header-top .header-top-right .header-info li{display:inline-block;margin:0;font-size:14px;position:relative}
.header-top .header-top-right .header-info li+li{margin-left: 15px;}
.header-top .header-top-right .header-info li a{color: #333;}
@media only screen and (max-width:767px) {
.header-top .header-info li{padding:15px}
}
.header-top .header-info li:after{content:"";height:100%;width:1px;background-color:#ffffff1a;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:0}
.header-top .header-info li a{color:var(--white-color)}
.header-top .header-info li a:hover{color:var(--main-color2)}
.header-top .header-top-left .header-info li i{font-size:15px;color:var(--main-color2);padding-right:10px;position:relative;top:1px}
.header-top .header-info li:last-child:after{display:none}
.header-top .header-info li.social-icon{margin:0 -12px}
.header-top .header-info li.social-icon a{padding:0 12px}
.header-top .header-info li.social-icon a i{color:var(--white-color);-webkit-transition:var(--transition);transition:var(--transition);padding:0}
.header-top .header-info li.social-icon a:hover i{color:var(--main-color2)}
.header-top .header-info li.header-btn .edu-btn{color:var(--white-color);border-radius:0;overflow:visible}
.header-top .header-info li.header-btn .edu-btn i{color:var(--white-color);padding-right:0;font-size:11px;top:0}
.header-top .header-info li.header-btn .edu-btn:after{border-radius:0}
.header-action{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0 -20px}
@media only screen and (max-width:575px) {
.header-action{margin:0 -10px}
}
.header-action li{margin:0 20px;line-height:1}
@media only screen and (max-width:575px) {
.header-action li{margin:0 10px}
}
.header-action li.icon a{font-size:22px;color:var(--color-heading);position:relative;height:90px;line-height:94px}
.header-action li.icon a .count{position:absolute;top:24px;right:-10px;display:block;text-align:center;height:20px;width:20px;line-height:23px;background-color:var(--main-color);border-radius:50%;color:var(--white-color);font-size:12px;font-weight:500;font-family:var(--font-secondary)}
.header-action li.icon a:hover{color:var(--main-color)}
.header-action li.icon.cart-icon{margin-right:30px}
@media only screen and (max-width:575px) {
.header-action li.icon.cart-icon{margin-right:20px}
}
@media only screen and (max-width:1699px) {
.header-action .search-bar{display:none}
}
.header-action .search-bar .input-group{border:1px solid #e5e5e5;border-radius:4px}
.header-action .search-bar .input-group .form-control{height:50px;border:none;line-height:1;font-size:15px;color:var(--color-heading);font-weight:400;padding:0 0 0 20px}
.header-action .search-bar .input-group .form-control:focus{box-shadow:none}
.header-action .search-bar .input-group .search-btn{border:none;background-color:transparent;font-size:20px;color:var(--color-heading);padding:0 20px;-webkit-transition:var(--transition);transition:var(--transition)}
.header-action .search-bar .input-group .search-btn:hover{color:var(--main-color)}
@media only screen and (max-width:767px) {
.header-action .header-btn{display:none}
}
.header-action .header-btn a{display:block;color:var(--white-color);padding:0 30px}
.header-action .mobile-menu-bar .hamberger-button{background-color:transparent;border:none;padding:0;color:var(--color-heading);font-size:15px;line-height:1;-webkit-transition:var(--transition);transition:var(--transition)}
.header-action .mobile-menu-bar .hamberger-button:hover{color:var(--main-color)}
.popup-mobile-menu{z-index:9999;position:fixed;content:"";width:100%;height:100%;position:fixed;top:0;bottom:0;left:0;right:0;background-color:#000c;visibility:hidden;opacity:0;-webkit-transition:opacity .5s ease-out;transition:opacity .5s ease-out}
.popup-mobile-menu .inner{width:305px;z-index:999;position:absolute;background:#FFF;box-shadow:0 10px 30px #0000000f;height:100%;height:100vh;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;opacity:0;left:-150px;-webkit-transition:all .5s ease-out;transition:all .5s ease-out}
.popup-mobile-menu .inner .header-top{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-bottom:1px solid var(--color-border);-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:15px 20px}
.popup-mobile-menu .inner .header-top .logo a img{max-height:45px}
.popup-mobile-menu .inner .header-top .logo a img.logo-dark{display:none}
.popup-mobile-menu .inner .header-top .logo a img.logo-light{display:inline-block}
.popup-mobile-menu .inner .header-top .close-menu .close-button{background:var(--white-color);border:0 none;color:var(--color-heading);width:40px;height:40px;font-size:14px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-radius:100%;box-shadow:0 10px 30px #0000000f;-webkit-transition:var(--transition);transition:var(--transition)}
.popup-mobile-menu .inner .header-top .close-menu .close-button:hover{background-color:var(--main-color);color:var(--white-color)}
.popup-mobile-menu.active{visibility:visible;opacity:1}
.popup-mobile-menu.active .inner{opacity:1;left:0;overflow-y:auto}
.popup-mobile-menu .mainmenu{list-style:none;padding:0;margin:0;padding:15px 20px}
.popup-mobile-menu .mainmenu li{margin:0}
.popup-mobile-menu .mainmenu li a{margin:8px 0;display:block;font-size:16px;font-weight:500}
.popup-mobile-menu .mainmenu li a.active{color:var(--main-color)!important}
.popup-mobile-menu .mainmenu li+li{border-top:1px solid var(--color-border)}
.popup-mobile-menu .mainmenu .has-droupdown .submenu{padding:0;max-width:100%;list-style:none;padding-left:14px;display:none}
.popup-mobile-menu .mainmenu .has-droupdown .submenu li a{font-size:15px}
.popup-mobile-menu .mainmenu .has-droupdown .submenu li a.active{color:var(--main-color)!important}
.popup-mobile-menu .mainmenu .has-droupdown>a{position:relative}
.popup-mobile-menu .mainmenu .has-droupdown>a::after{position:absolute;content:"\e942";font-family:'icomoon'!important;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.4s;transition:.4s;font-size:12px}
.popup-mobile-menu .mainmenu .has-droupdown>a.open::after{content:"\ea0b"}
.popup-mobile-menu .mainmenu .mega-menu{padding:0;max-width:100%;list-style:none;padding-left:14px;display:none}
.popup-mobile-menu .mainmenu .mega-menu>li .menu-title{margin-bottom:5px;padding-top:15px}
.popup-mobile-menu .mainmenu .mega-menu .submenu{padding:0;margin:0;display:block}
.edu-search-popup{position:fixed;top:0;left:0;right:0;width:100%;z-index:99;-webkit-transform:scale(1,0);-ms-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-transition:-webkit-transform .7s ease;transition:-webkit-transform .7s ease;transition:transform .7s ease;transition:transform .7s ease,-webkit-transform .7s ease}
.edu-search-popup.open{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);height:100%}
.edu-search-popup .content-wrap{background-color:var(--white-color);width:100%;min-height:560px;position:relative;box-shadow:0 10px 40px 0 #00000014;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:20px}
@media only screen and (max-width:767px) {
.edu-search-popup .content-wrap{min-height:450px}
}
.edu-search-popup .site-logo{position:absolute;top:60px;left:70px}
.edu-search-popup .site-logo img.logo-dark{display:none}
.edu-search-popup .site-logo img.logo-light{display:inline-block}
@media only screen and (max-width:1199px) {
.edu-search-popup .site-logo{top:40px;left:20px}
}
.edu-search-popup .close-button{position:absolute;right:62px;top:62px}
@media only screen and (max-width:1199px) {
.edu-search-popup .close-button{top:50px;right:15px}
}
.edu-search-popup .close-button .close-trigger{background:transparent;border:none;color:var(--color-heading);font-size:22px;-webkit-transition:var(--transition);transition:var(--transition)}
.edu-search-popup .close-button .close-trigger:hover{color:var(--main-color)}
.edu-search-popup .inner{width:100%;max-width:1170px;margin:0 auto}
.edu-search-popup .inner .search-form{position:relative;border-bottom:1px solid var(--color-border)}
.edu-search-popup .inner .search-form input{height:90px;border:0 none;border-radius:5px;background:transparent;padding:0;padding-right:55px;font-weight:400;font-family:var(--font-secondary);font-size:24px}
@media only screen and (max-width:767px) {
.edu-search-popup .inner .search-form input{font-size:16px;height:60px}
}
.edu-search-popup .inner .search-form .submit-button{position:absolute;right:0;padding:0;margin:0;border:0 none;outline:none;color:var(--color-heading);background:transparent;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:24px;-webkit-transition:var(--transition);transition:var(--transition)}
.edu-search-popup .inner .search-form .submit-button:hover{color:var(--main-color)}
@media only screen and (max-width:767px) {
.edu-search-popup .inner .search-form .submit-button{font-size:20px}
}
.edu-search-popup::before{position:absolute;background-color:transparent;content:"";top:0;left:0;width:100%;height:100%;z-index:-1}
.no-topbar .edu-search-popup{top:0}
.edu-footer{position:relative}
.edu-footer .footer-top{position:relative;padding:80px 0}
.edu-footer .footer-top::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(../images/bg/BG-3.webp);background-repeat:no-repeat}
@media only screen and (max-width:991px) {
.edu-footer .footer-top::before{display:none}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.edu-footer .footer-top{padding:80px 0}
}
@media only screen and (max-width:767px) {
.edu-footer .footer-top{padding:60px 0}
}
.edu-footer.footer-style-1{background-color:#F0F4F5}
.edu-footer.footer-style-1 .footer-top .edu-footer-widget .logo a img.logo-dark{display:none}
.edu-footer.footer-style-2{background-color:#111212}
.edu-footer.footer-style-2 .footer-top .edu-footer-widget .widget-title{color:#fff}
.edu-footer.footer-style-3{background-color:#111212}
.edu-footer.footer-style-7 .footer-top::before{display:none}
.edu-footer.footer-style-7 .footer-top .edu-footer-widget .logo a img.logo-dark{display:none}
.edu-footer.footer-style-7 .footer-top .edu-footer-widget .description{color:var(--footer-text)}
.edu-footer.footer-style-7 .footer-top .edu-footer-widget .widget-title{font-weight:var(--p-bold);margin-top:12px}
.edu-footer.footer-style-7 .footer-top .edu-footer-widget .inner{margin-top:30px}
.edu-footer.footer-style-7 .footer-top .edu-footer-widget .inner .footer-link a{color:var(--footer-text)}
.edu-footer.footer-style-7 .footer-top .edu-footer-widget .inner .footer-link a:hover{color:var(--main-color)}
.edu-footer.footer-style-7 .footer-top .edu-footer-widget .inner .widget-information ul li{color:var(--footer-text)}
.edu-footer.footer-style-7 .footer-top .edu-footer-widget .inner .widget-information ul li a{color:var(--footer-text)}
.edu-footer.footer-style-7 .footer-top .edu-footer-widget .inner .widget-information ul li a:hover{color:var(--main-color)}
.edu-footer.footer-style-7 .footer-top .edu-footer-widget .social-share{margin-top:20px}
.edu-footer.footer-style-7 .footer-top .shape-group li.shape-1{left:100px;bottom:45px}
.edu-footer.footer-style-7 .footer-top .shape-group li.shape-2{right:100px;bottom:-2px}
.edu-footer.footer-style-7 .copyright-area{border-top:1px solid var(--color-border)}
.edu-footer.footer-style-7 .copyright-area a{color:var(--color-heading)}
.edu-footer .description{margin-top:20px;margin-bottom:20px}
.edu-footer .information-list li{margin-top:0;margin-bottom:0}
.edu-footer .information-list li span{font-weight:500;margin-right:5px}
.edu-footer .information-list li a{-webkit-transition:.3s;transition:.3s}
.edu-footer .information-list li+li{margin-top:5px}
.edu-footer .information-list li:hover a{color:var(--main-color2)}
.edu-footer .edu-footer-widget{position:relative;z-index:1}
.edu-footer .edu-footer-widget .logo a img.logo-light{display:inline-block}
.edu-footer .edu-footer-widget .inner{margin-top:36px}
@media only screen and (min-width:768px) and (max-width:991px) {
.edu-footer .edu-footer-widget .inner{margin-top:20px}
}
@media only screen and (max-width:767px) {
.edu-footer .edu-footer-widget .inner{margin-top:20px}
}
.edu-footer .edu-footer-widget .footer-link{list-style:none;padding:0;margin-bottom:0}
.edu-footer .edu-footer-widget .footer-link li{margin-top:0;margin-bottom:0}
.edu-footer .edu-footer-widget .footer-link li a{display:block;line-height:26px}
.edu-footer .edu-footer-widget .footer-link li+li{margin-top:11px}
.edu-footer .edu-footer-widget .footer-link li:hover a{color:var(--main-color2)}
.edu-footer .edu-footer-widget .input-group{margin-bottom:35px}
.edu-footer .edu-footer-widget .input-group .form-control{background-color:var(--white-color);border-radius:5px!important;font-size:var(--font-size-b1);font-weight:400;border:none;height:auto;padding:0 15px}
.edu-footer .edu-footer-widget .input-group button{margin-left:10px!important;border-radius:5px!important}
.edu-footer .edu-footer-widget.explore-widget{margin-left:65px}
@media only screen and (min-width:992px) and (max-width:1199px) {
.edu-footer .edu-footer-widget.explore-widget{margin-left:0}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.edu-footer .edu-footer-widget.explore-widget{margin-left:0}
}
@media only screen and (max-width:767px) {
.edu-footer .edu-footer-widget.explore-widget{margin-left:0}
}
@media only screen and (max-width:479px) {
.edu-footer .edu-footer-widget .input-group.footer-subscription-form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.edu-footer .edu-footer-widget .input-group.footer-subscription-form .form-control{width:100%;height:50px;margin-bottom:20px}
.edu-footer .edu-footer-widget .input-group.footer-subscription-form button{margin-left:0!important}
}
.edu-footer.footer-dark .widget-title{color:var(--white-color)}
.edu-footer.footer-dark p{color:#bababa}
.edu-footer.footer-dark li{color:#bababa}
.edu-footer.footer-dark a{color:#bababa}
.edu-footer.footer-lighten .widget-title{font-weight:var(--p-bold)}
.edu-footer.footer-lighten p{color:var(--footer-text)}
.edu-footer.footer-lighten li{color:var(--footer-text)}
.edu-footer.footer-lighten a{color:var(--footer-text)}
.edu-footer.footer-light p{color:var(--color-heading)}
.edu-footer.footer-light li{color:var(--color-heading)}
.edu-footer.footer-light a{color:var(--color-heading)}
.edu-footer.footer-light .edu-footer-widget .input-group .form-control{background-color:var(--color-lighten04)}
.edu-footer.footer-kindergarten{background-color:#111212}
.edu-footer.footer-kindergarten .footer-top{padding:100px 0 40px}
.edu-footer.footer-kindergarten .footer-top::before{display:none}
.edu-footer.footer-kindergarten .edu-footer-widget .widget-information{margin-bottom:24px}
.edu-footer.footer-kindergarten .widget-title{color:var(--white-color)}
.edu-footer.footer-kindergarten p{color:#bababa}
.edu-footer.footer-kindergarten li{color:#bababa}
.edu-footer.footer-kindergarten a{color:#bababa}
.edu-footer.footer-kindergarten .copyright-area{position:relative;z-index:1}
.edu-footer.footer-kindergarten .copyright-area::before{content:'';position:absolute;left:0;bottom:0;width:100%;height:100%;background-image:url(../images/bg/bg-img-kinder-garden-footer.svg);background-size:cover;background-repeat:no-repeat;z-index:-1}
.edu-footer.footer-for-kitchen .footer-top::before{display:none}
.edu-footer.footer-for-kitchen .shape-group li.shape-1{top:45px;left:6%}
@media only screen and (max-width:1650px),only screen and (min-width:1401px) and (max-width:1750px) {
.edu-footer.footer-for-kitchen .shape-group li.shape-1{left:0}
}
@media only screen and (min-width:1200px) and (max-width:1450px) {
.edu-footer.footer-for-kitchen .shape-group li.shape-1{left:-80px}
}
.edu-footer.footer-for-kitchen .shape-group li.shape-2{bottom:30px;left:40px}
@media only screen and (max-width:1650px) {
.edu-footer.footer-for-kitchen .shape-group li.shape-2{left:0}
}
@media only screen and (min-width:1200px) and (max-width:1450px) {
.edu-footer.footer-for-kitchen .shape-group li.shape-2{left:-80px}
}
.edu-footer.footer-for-kitchen .shape-group li.shape-3{bottom:-50px;left:46%}
.edu-footer.footer-for-kitchen .shape-group li.shape-4{bottom:-10px;right:40px}
@media only screen and (max-width:1650px) {
.edu-footer.footer-for-kitchen .shape-group li.shape-4{right:0}
}
@media only screen and (min-width:1200px) and (max-width:1450px) {
.edu-footer.footer-for-kitchen .shape-group li.shape-4{right:-50px}
}
.edu-footer.footer-for-kitchen .shape-group li.shape-5{top:50px;right:6%}
@media only screen and (max-width:1650px) {
.edu-footer.footer-for-kitchen .shape-group li.shape-5{right:0}
}
@media only screen and (min-width:1200px) and (max-width:1450px) {
.edu-footer.footer-for-kitchen .shape-group li.shape-5{right:-50px}
}
.edu-footer.footer-for-yoga .footer-top::before{display:none}
.edu-footer.footer-for-yoga .shape-group li img{opacity:.3}
.edu-footer.footer-for-yoga .shape-group li.shape-1{top:45px;left:6%}
@media only screen and (max-width:1650px),only screen and (min-width:1401px) and (max-width:1750px) {
.edu-footer.footer-for-yoga .shape-group li.shape-1{left:0}
}
.edu-footer.footer-for-yoga .shape-group li.shape-2{bottom:30px;left:40px}
@media only screen and (max-width:1650px) {
.edu-footer.footer-for-yoga .shape-group li.shape-2{left:0}
}
.edu-footer.footer-for-yoga .shape-group li.shape-2 img{opacity:.2}
.edu-footer.footer-for-yoga .shape-group li.shape-3{bottom:-83px;left:46%}
.edu-footer.footer-for-yoga .shape-group li.shape-3 img{opacity:.7}
.edu-footer.footer-for-yoga .shape-group li.shape-4{bottom:-10px;right:40px}
@media only screen and (max-width:1650px) {
.edu-footer.footer-for-yoga .shape-group li.shape-4{right:0}
}
.edu-footer.footer-for-yoga .shape-group li.shape-4 img{opacity:.2}
.edu-footer.footer-for-yoga .shape-group li.shape-5{top:50px;right:6%}
@media only screen and (max-width:1650px) {
.edu-footer.footer-for-yoga .shape-group li.shape-5{right:0}
}
.edu-footer.footer-for-photography .footer-top::before{display:none}
.edu-footer.footer-for-photography .shape-group li.shape-1{top:65px;left:200px}
@media only screen and (max-width:1650px),only screen and (min-width:1401px) and (max-width:1750px) {
.edu-footer.footer-for-photography .shape-group li.shape-1{left:0}
}
@media only screen and (min-width:1200px) and (max-width:1450px) {
.edu-footer.footer-for-photography .shape-group li.shape-1{left:-80px}
}
.edu-footer.footer-for-photography .shape-group li.shape-2{bottom:50px;left:75px}
@media only screen and (max-width:1650px) {
.edu-footer.footer-for-photography .shape-group li.shape-2{left:0}
}
@media only screen and (min-width:1200px) and (max-width:1450px) {
.edu-footer.footer-for-photography .shape-group li.shape-2{left:-80px}
}
.edu-footer.footer-for-photography .shape-group li.shape-3{bottom:-13px;left:46%}
.edu-footer.footer-for-photography .shape-group li.shape-4{bottom:40px;right:100px}
@media only screen and (max-width:1650px) {
.edu-footer.footer-for-photography .shape-group li.shape-4{right:0}
}
@media only screen and (min-width:1200px) and (max-width:1450px) {
.edu-footer.footer-for-photography .shape-group li.shape-4{right:-50px}
}
.edu-footer.footer-for-photography .shape-group li.shape-5{top:70px;right:253px}
@media only screen and (max-width:1650px) {
.edu-footer.footer-for-photography .shape-group li.shape-5{right:0}
}
@media only screen and (min-width:1200px) and (max-width:1450px) {
.edu-footer.footer-for-photography .shape-group li.shape-5{right:-50px}
}
.edu-footer.footer-for-online-art{background:var(--white-color)}
.edu-footer.footer-for-online-art .footer-top::before{display:none}
.edu-footer.footer-for-online-art .footer-top .widget-information{margin-bottom:20px}
.edu-footer.footer-for-online-art .copyright-area{background-color:var(--white-color);border-top:1px solid var(--color-border)}
.edu-footer.footer-for-digital-marketing{background:var(--white-color);border-top:1px solid var(--color-border)}
.edu-footer.footer-for-digital-marketing .footer-top::before{display:none}
.edu-footer.footer-for-digital-marketing .footer-top .widget-information{margin-bottom:20px}
.edu-footer.footer-for-digital-marketing .footer-top .footer-subscription-form input{border:1px solid var(--color-border)}
.edu-footer.footer-for-digital-marketing .copyright-area{background-color:var(--white-color);border-top:1px solid var(--color-border)}
.edu-footer.footer-for-sales-coach{position:relative;width:100%;height:100%;background-color:#141417}
.edu-footer.footer-for-sales-coach::before,.edu-footer.footer-for-sales-coach::after{content:"";position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%}
.edu-footer.footer-for-sales-coach::before{background:url(../images/bg/footer-line-bg.png);background-size:cover;background-position:center bottom;background-repeat:no-repeat}
.edu-footer.footer-for-sales-coach::after{background:url(../images/bg/footer-gradient-bg.webp);background-size:cover;background-position:center bottom;background-repeat:no-repeat}
.edu-footer.footer-for-sales-coach .footer-top::before{display:none}
.edu-footer.footer-for-sales-coach .footer-top .edu-footer-widget .widget-title{color:var(--white-color)}
.edu-footer.footer-for-sales-coach .footer-top .edu-footer-widget .description{color:var(--color-title)}
.edu-footer.footer-for-sales-coach .footer-top .edu-footer-widget ul li{color:var(--color-title)}
.edu-footer.footer-for-sales-coach .footer-top .edu-footer-widget ul li span{color:var(--color-title)}
.edu-footer.footer-for-sales-coach .footer-top .edu-footer-widget ul li a{color:var(--color-title)}
.edu-footer.footer-for-sales-coach .footer-top .edu-footer-widget ul li a:hover{color:var(--main-color)}
.edu-footer.footer-for-sales-coach .copyright-area{position:relative;z-index:1;background-color:#14141766}
.edu-footer.footer-for-sales-coach .copyright-area p{color:var(--color-title)}
.edu-footer.footer-for-quran-learning{position:relative;width:100%;height:100%;background-color:#f5f5f5}
.edu-footer.footer-for-quran-learning .footer-top::before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;background:url(../images/bg/bg-image-53.webp)}
.edu-footer.footer-for-quran-learning .footer-top .description{color:var(--color-black)}
.edu-footer.footer-for-quran-learning .footer-top .information-list li{color:var(--color-black)}
.edu-footer.footer-for-quran-learning .footer-top .information-list li a{color:var(--color-black)}
.edu-footer.footer-for-quran-learning .footer-top .information-list li a:hover{color:var(--main-color)}
.edu-footer.footer-for-quran-learning .footer-top .edu-footer-widget .footer-link li a{color:var(--color-black)}
.edu-footer.footer-for-quran-learning .footer-top .edu-footer-widget .footer-link li a:hover{color:var(--main-color)}
.edu-footer.footer-for-quran-learning .copyright-area{position:relative;z-index:1;background-color:#ededed}
.edu-footer.footer-for-quran-learning .copyright-area p{color:var(--color-black)}
.edu-footer.gym-footer-style{background-color:var(--dark-bg-color)}
.edu-footer .copyright-area a{color:var(--main-color);-webkit-transition:background .2s linear;transition:background .2s linear}
.edu-footer .copyright-area a:hover{background:var(--gradient-primary);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.edu-footer .form-control:focus{box-shadow:none}
.copyright-area{padding:32px 0}
.copyright-area p{margin-bottom:0}
.footer-dark .copyright-area{border-top:1px solid #1f2020}
.footer-lighten .copyright-area{background-color:#ebeff0}
.footer-lighten .copyright-area p{color:var(--color-black)}
.footer-light .copyright-area{background-color:var(--white-color);border-top:1px solid #e5e5e5}
.footer-light .copyright-area p{color:var(--color-heading)}
.footer-kindergarten .copyright-area{padding:105px 0 50px}

blockquote{box-shadow:0 5px 50px 0 #1a2e551a;background-color:var(--white-color);border-radius:10px;padding:35px 40px 35px 120px;position:relative}
@media only screen and (max-width:767px) {
blockquote{padding:35px 30px 35px 100px}
}
blockquote:after{content:"\e94a";font-family:var(--font-icomoon);font-size:35px;color:var(--main-color);position:absolute;top:30px;left:40px}
@media only screen and (max-width:767px) {
blockquote:after{left:30px;font-size:30px}
}
blockquote p{font-size:17px;margin-bottom:8px}
blockquote .author{margin-bottom:0;font-weight:var(--p-medium)}

.tag-list{margin:-5px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
.tag-list a{border:1px solid var(--color-border);border-radius:5px;font-weight:500;font-size:14px;font-family:var(--font-secondary);margin:5px;height:40px;line-height:40px;padding:0 14px;-webkit-transition:var(--transition);transition:var(--transition);position:relative;z-index:1}
.tag-list a:after{content:"";height:100%;width:100%;background:var(--gradient-primary);border-radius:5px;position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;-webkit-transition:var(--transition);transition:var(--transition);opacity:0}
.tag-list a:hover{color:var(--white-color);border-color:transparent}
.tag-list a:hover:after{opacity:1}
.edu-section-gap{padding:70px 0}
.gap-tb-text{padding:115px 0 112px}
@media only screen and (min-width:768px) and (max-width:991px) {
.gap-tb-text{padding:95px 0 92px}
}
@media only screen and (max-width:767px) {
.gap-tb-text{padding:75px 0 72px}
}
.section-gap-equal{padding:120px 0}
@media only screen and (min-width:768px) and (max-width:991px) {
.section-gap-equal{padding:100px 0}
}
@media only screen and (max-width:767px) {
.section-gap-equal{padding:80px 0}
}
.gap-top-text{padding-top:115px}
@media only screen and (min-width:768px) and (max-width:991px) {
.gap-top-text{padding-top:95px}
}
@media only screen and (max-width:767px) {
.gap-top-text{padding-top:75px}
}
.gap-bottom-text{padding-bottom:112px}
@media only screen and (min-width:768px) and (max-width:991px) {
.gap-bottom-text{padding-bottom:92px}
}
@media only screen and (max-width:767px) {
.gap-bottom-text{padding-bottom:72px}
}
.gap-top-equal{padding-top:120px}
@media only screen and (min-width:768px) and (max-width:991px) {
.gap-top-equal{padding-top:100px}
}
@media only screen and (max-width:767px) {
.gap-top-equal{padding-top:80px}
}
.gap-bottom-equal{padding-bottom:120px}
@media only screen and (min-width:768px) and (max-width:991px) {
.gap-bottom-equal{padding-bottom:100px}
}
@media only screen and (max-width:767px) {
.gap-bottom-equal{padding-bottom:80px}
}
.section-gap-large{padding:70px 0}
.gap-large-text{padding:70px 0;}
.gap-large-equal{padding:150px 0}
@media only screen and (min-width:992px) and (max-width:1199px) {
.gap-large-equal{padding:120px 0}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.gap-large-equal{padding:100px 0}
}
@media only screen and (max-width:767px) {
.gap-large-equal{padding:80px 0}
}
.gap-lg-top-text{padding-top:145px}
@media only screen and (min-width:992px) and (max-width:1199px) {
.gap-lg-top-text{padding-top:115px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.gap-lg-top-text{padding-top:95px}
}
@media only screen and (max-width:767px) {
.gap-lg-top-text{padding-top:75px}
}
.gap-lg-bottom-text{padding-bottom:142px}
@media only screen and (min-width:992px) and (max-width:1199px) {
.gap-lg-bottom-text{padding-bottom:112px}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.gap-lg-bottom-text{padding-bottom:92px}
}
@media only screen and (max-width:767px) {
.gap-lg-bottom-text{padding-bottom:72px}
}
.gap-lg-bottom-equal{padding-bottom:80px}

.gap-lg-top-equal{padding-top:80px}
.brand-section-gap{padding:85px 0}
.mb--10{margin-bottom:10px}
.mb--20{margin-bottom:20px}
.mb--30{margin-bottom:30px}
.mb--40{margin-bottom:40px}
.mb--50{margin-bottom:50px!important}
.mb--60{margin-bottom:60px!important}
.mb--90{margin-bottom:90px!important}
.mt--50{margin-top:50px}
@media only screen and (min-width:1200px) {
.col-pl--35{padding-left:35px}
.col-pr--35{padding-right:35px}
}
.pt--50{padding-top:50px}
