:root{
	--primary-color:#233F91;
	--secondary-color:#00A79D;
}
body { font-family: 'Nunito', sans-serif; color:#8D8D8D; font-size:16px; line-height:24px; background:#fff;  }

/* font-family: 'Nunito', sans-serif; */

* { margin:0px; padding:0px; }
h1, 
h2,
h3,
h4,
h5,
h6 { margin:0px 0px 10px; color: #8D8D8D; }
ul { padding: 0; }
h2 { color: var(--primary-color); line-height: 1.2; font-size: 48px; margin: 0px 0px 10px; font-weight: bold; }
h3 { font-size: 32px; color: var(--primary-color); font-weight: bold; }
h4 { font-size: 28px; }
p { margin:0px 0px 20px; color: #8D8D8D; font-size: 16px; line-height: 26px; }
a { transition: all,background-color .2s ease-out,border-color .2s ease-out; }
img { max-width:100%; }
.container { max-width:1280px; }
.logo { min-width: 170px; }
.header-top { width: 100%; padding: 20px 0px;
  display: flex; align-items: center; justify-content: space-between; gap:20px; }

.nav-container {  float:left; width: 100%; }
.nav-container ul { margin:0px; padding:0px; }
.nav-container ul li { list-style:none; display:inline-block; padding:5px 16px; position:relative; font-size:16px; font-weight:400; }
.nav-container ul li a { color:#fff; display:block; text-decoration:none; outline: none; }
.nav-container ul li:hover a { color:#fff; }

.nav-container li .sub-menu { display:none; position:absolute; left:0px; top:100%; width:180px; background:#fff; z-index:9; box-shadow: 0 8px 20px rgba(0,0,0,0.1); }
.nav-container li .sub-menu li { display:block; padding:8px 25px 8px; text-align: left;  }
.nav-container li .sub-menu li a { color:#565656; }
.nav-container li .sub-menu li:hover { background:#f9f9f9; }
.nav-container li .sub-menu li:hover a { color:#000;}
.mob-menu { display: none; }

.header a { outline: none; }
.header-right li { list-style:none; }
.header ul { display: flex; justify-content: center; flex-wrap: wrap; margin: 0; align-items: center; }
.header { padding:0px; width: 100%; position: relative; background: var(--primary-color); }
.banner-container .row { align-items: center; }
.banner-content { padding-right: 70px; }
.banner-content h2 { margin-bottom: 30px; }
.search-box input.search-input,
.search-box .gform_wrapper.gravity-theme .gfield input[type="email"] { width: 100%; border: 1px solid #E6E6E6; border-radius: 14px;
height: 50px; padding: 8px 115px 8px 15px; outline: none; color: #464646; background: #F9F9F9; font-size: 16px !important;}
.banner-container .search-box { position: relative; width: 100%; max-width: 430px; margin-top: 80px; }   
.banner-container .search-box .primary-btn,
.search-box .gform_wrapper.gravity-theme .gform_footer input{ position: absolute; top: 1px; right: 1px; height: auto; bottom: 1px;
padding: 10px 22px; font-weight: 400; font-size: 14px; }
.search-box .gform_wrapper.gravity-theme .gform_footer{
	padding: 0;
	margin:0;
}
.search-box .gform_wrapper.gravity-theme .gform_footer input{
	width:auto;
	margin:0;
}

.discover-platform { padding: 80px 0; position: relative; }
.discover-platform:before { content: ""; background: url(../images/side-pattern1.png) 0 bottom no-repeat;
width: 350px; height: 810px; background-size: contain; position: absolute; left: 0; bottom: 0; z-index: -1; pointer-events: none; }
.discover-top { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.discover-top h2 { color: #233F91; background-image: -webkit-linear-gradient(-150deg, #233F91 19%, #00A79D 68%, #233F91 94%); background-clip: text; -webkit-background-clip: text; text-fill-color: transparent; -webkit-text-fill-color: transparent;  
}
.discover-top-text { text-align: right; }
.discover-top-text p { color: #797979; font-size: 17px; line-height: 1.5; max-width: 450px; display: inline-block; }
.discover-bottom { padding: 120px 0 0; position: relative; }
.discover-bottom ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); text-align: center; gap:24px; }
.discover-bottom ul li { background: #fff; border:1px solid #E5E5E5; box-shadow:0px 11px 11px rgba(140, 140, 140, 0.09);
border-radius: 20px; padding: 50px 20px 30px; list-style: none; }
.discover-bottom .discover-icon { margin-bottom: 30px; }
.discover-bottom li h3 { font-size:19px; color: var(--primary-color); font-weight: 500;  }
.discover-bottom li p { color: #000; line-height: 1.4; }

.discover-bottom .discover-icon img {transition: transform 1s linear; /* Smooth and continuous */}

.gform_wrapper.gravity-theme .gfield textarea:focus, .gform_wrapper.gravity-theme .gfield input.large:focus { border: 1px solid #233f91; }

.discover-bottom .discover-icon img:hover{ transform: rotate(360deg); }

.creator-affekti-section { padding: 80px 0; }
.creator-img-box { max-width: 420px; margin-left: auto; position: relative; margin-top: 70px; }
.creator-affekti-section h3 { margin-bottom: 20px; }
.creator-affekti-section p { color: #6C6C6C; font-size: 17px; }
.creator-icon { position: absolute; top: -65px; left: -65px; }
.creator-affekti-section ul.point-list { padding-top: 50px; }
.point-list li { margin: 0 0 10px; list-style: none; position: relative; background: url(../images/check-icon.svg) 0 5px no-repeat; 
padding-left: 40px; }
.creator-img img { border-radius: 10px; }
.creator-affekti-section .row { position: relative; }

.educationCredits-section:before { content: ""; background: url(../images/side-pattern2.png) right top no-repeat;
width: 300px; height: 650px; background-size: contain; position: absolute; right:0; top: -300px; z-index: -1; pointer-events: none; }
.educationCredits-section { padding: 80px 0; position: relative; }
.educationCredits-section .row { align-items: center; position: relative; }
.education-img-box { max-width: 420px; margin-right: auto; position: relative; }
.educationCredits-section h3 { margin-bottom: 20px; }
.educationCredits-section p { color: #6C6C6C; font-size: 17px; }
.education-icon { position: absolute; bottom: -35px; right: -75px; }
.education-img img { border-radius: 10px; }

.features-section:before { content: ""; background: url(../images/side-pattern3.png) 0 top no-repeat;
width: 300px; height: 650px; background-size: contain; position: absolute; left:0; top: 180px; z-index: -1; pointer-events: none; }
.features-section:after { content: ""; background: url(../images/side-pattern4.png) right top no-repeat;
width: 300px; height: 650px; background-size: contain; position: absolute; right:0; bottom:80px; z-index: -1; pointer-events: none; }

.features-section  { padding: 80px 0; position: relative; }
.features-top { text-align: center; max-width: 730px; margin: 0 auto; padding: 20px 0; position: relative; }
.features-top h2 { color: #00A79D; background-image: -webkit-linear-gradient(-180deg, #00A79D 48%, #233F91 63%);
  background-clip: text; -webkit-background-clip: text; text-fill-color: transparent; -webkit-text-fill-color: transparent;
}
.features-row { display: flex; flex-wrap: wrap; padding: 40px 0; align-items: center; position: relative; }
.features-row:last-child { padding-bottom: 0; }
.features-img { width: 60%; }
.features-row:nth-child(2n+1) .features-img { padding-left: 80px; text-align: right; }
.features-row:nth-child(2n+2) .features-img { padding-right: 80px; }
.features-content { width: 40%; text-align: center; }
.features-text { max-width: 300px; display: inline-block; position: relative; }
.features-section .features-text h3 { color: #595959; font-size: 28px; font-weight: 500; }
.features-section .features-text p { color: #595959; font-size: 17px; }
.features-section .features-text p:last-child { margin-bottom: 5px; }
.features-text:after { content: ""; background: url(../images/cursor_arrow1.svg) 0 0 no-repeat; width: 48px;
  height: 48px; position: absolute; background-size: 100% auto; left: 0; top: 100%; }
.features-row:nth-child(2n+1) .features-text:after { left: auto; right: 0; background: url(../images/cursor_arrow2.svg) 0 0 no-repeat; 
background-size: 100% auto; }  

.faq-section { padding:80px 0;  }
.faq-section h2 { margin-bottom: 40px; }
.faq-section .faq-title { cursor: pointer; padding: 15px 60px 8px 25px; position: relative; border: 1px solid #D3D3D3; }
.faq-section .faq-title h5 { font-size: 18px; color: var(--primary-color); font-weight: bold; }
.faq-section .faq-title.open { background: #EBEBEB; }
.faq-section .faq-title.open:before { content: ""; width: 4px; top: -1px; left: 0; bottom: 0; background: var(--primary-color);
position: absolute; }
.faq-section .faq-title:after { content: "\f105"; font-family: FontAwesome; width: 32px; height: 32px; top: 50%; right: 24px; position: absolute; transform: translateY(-50%); 
background: #FFFFFF; border: 1px solid #D3D3D3; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); border-radius: 100%; display: flex;
align-items: center; justify-content: center; color: #737373; transition-duration:0.4s; }
.faq-section .faq-title.open:after { background: var(--primary-color); transform:translateY(-50%) rotate(-90deg); color: #fff; }
.faq-section .faq-content { color: #000; display: none; padding: 15px 25px 8px; padding-left: 25px !important; background: #EBEBEB; min-width: 100%; }
.faq-section .faq-content p { color: #000; }
.faq-section ul { margin: 0; }
.faq-section ul li { list-style: none; }
.faqs-accordion li { border: 1px solid #D3D3D3; }
#filterOptions { display: flex; margin-bottom: 40px; flex-wrap: wrap; }
#filterOptions li a { padding: 8px 16px; text-decoration: none; color: #797979; display: block; border: 1px solid transparent; border-radius: 15px; }
#filterOptions li.active a { border: 1px solid #93989A; }
.viewAll { text-align: center; padding-top: 40px; }
.viewAll a { display: inline-block; }

.blog-section { padding: 80px 0; }
.blog-section .blog-title { padding-bottom: 50px; }
.blog-title p { color: #545454; font-size: 18px; max-width: 730px; }
.blog-section .blog-items { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 48px; row-gap:60px; 
margin-bottom: 15px; }
.blog-section .blog-item { display: flex; gap:30px; align-items: center; }
.blog-section .blog-img { min-width: 300px; max-width: 300px; }
.blog-section .blog-img img { border-radius: 15px; width: 100%; }
.blog-section .blog-content .blog-cat { background: var(--primary-color); font-size: 14px; font-weight: bold; padding: 5px 10px 7px;
color: #fff; display: inline-block; border-radius: 10px; line-height: 1.2; margin-bottom: 12px; }
.blog-section .blog-content h3 { font-size: 17px; color: #313131; line-height: 1.4; }
.blog-section .blog-content p { color: #595959; font-size: 14px; line-height: 1.5;
display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
overflow: hidden; text-overflow: ellipsis; height: 44px; }
.blog-content .blog-readmore a { color: var(--primary-color); text-decoration: none; display: flex; align-items: center;
gap:10px; }
.blog-content .blog-readmore a i { font-size: 20px; }

.contactUs-section:before { content: ""; background: url(../images/side-pattern3.png) 0 top no-repeat;
width: 300px; height: 650px; background-size: contain; position: absolute; left:0; top: 0px; z-index: -1; pointer-events: none;}
.contactUs-section:after { content: ""; background: url(../images/side-pattern4.png) right top no-repeat;
width: 300px; height: 650px; background-size: contain; position: absolute; right:0; bottom:-50px; z-index: -1; pointer-events: none;}
.contactUs-section { padding: 80px 0 150px; position: relative; }
.contactUs-section h2 { margin: 0 0 30px; text-align: center; }
.contact-form { padding:0px; max-width: 560px; margin: 0 auto; position: relative; }
.contact-form p { text-align: center; }
.contact-form ul { list-style: none; }
.contact-form li { margin-bottom: 24px; }
.contact-form li label{ margin-bottom: 8px; color: #595959; font-weight: 400; font-size: 18px; }
.contact-form li .input-box .input-text,
.gform_wrapper.gravity-theme .gfield input:not([type="submit"]),
.gform_wrapper.gravity-theme .gfield textarea,
.gform_wrapper.gravity-theme .gfield select { width: 100%; border: 1px solid #E6E6E6; border-radius: 5px;
height: 44px; padding: 8px 15px; outline: none; background: #F9F9F9; }
.contact-form li .input-box textarea.input-text,
.gform_wrapper.gravity-theme .gfield textarea { height: 180px; resize: none; }
.contact-form li.submit-btn,
.gform_wrapper.gravity-theme .gform_footer { text-align: center; }
.contactUs-section .submit-btn .primary-btn,
.gform_wrapper.gravity-theme .gform_footer input { width: 100%; border-radius: 10px;}

.footer-links ul { padding: 0px; margin: 0px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap;
column-gap:32px; row-gap:8px; }
.footer-links li { list-style: none; display: inline-block; vertical-align: top; margin: 0px; }
.footer-links li a { color: #fff; text-decoration: none; font-weight: bold; }
.footer-links li a:hover { color: #fff; opacity: 0.8; }
.footer-social li { display: inline-block; list-style: none; }
.footer-social li a { text-decoration: none; }
.footer-social li a:hover { opacity: 0.8; } 
.footer-bottom { color: #fff; padding: 32px 0px 40px; text-align: center; flex-wrap:wrap;
display: flex; gap:10px; justify-content: center; column-gap:20px; row-gap:10px; font-size: 14px; }
.footer-bottom ul { display: flex; list-style: none; flex-wrap: wrap; margin: 0; font-size: 14px;
column-gap:24px; row-gap:5px; }
.footer-bottom li a { color: #fff; text-decoration: underline; }
.footer-bottom li a:hover { opacity: 0.8; } 
.footer-top .row { align-items: center; }

.banner-container { clear: both; }
.header-right { padding:0px; width: 100%; text-align: center; }
.footer-container { background:var(--primary-color); float:left; width:100%; padding:20px 0; }
.footer-top { text-align: center; padding: 40px 0px; border-bottom:1px solid #F9ED32;  }
.footer-logo { text-align: left; }
.footer-copy-right { display:inline-block; vertical-align:middle;; }
.footer-copy-right p { margin:0px; padding:0px; line-height: 18px;  font-size: 14px; color: #fff;}
.footer-social { text-align: right; }
.footer-social ul { margin: 0px; padding: 0px; display: flex; gap:16px; flex-wrap: wrap;
justify-content: flex-end;  }

.banner-container { position:relative; padding: 80px 0; }
.banner-container img { width:100%; }
.banner-container p { color:#464646; font-size: 20px; line-height: 1.4;  }

.primary-btn,
.gform_wrapper.gravity-theme .gform_footer input { background: var(--primary-color); border: 0; font-size: 15px; color: #fff; border-radius: 14px; text-align: center;
padding: 14px 30px; text-decoration: none; line-height: 1.3; display: inline-block; font-weight: 600; 
transition: all,background-color .2s ease-out,border-color .2s ease-out; }
.primary-btn:hover,
.gform_wrapper.gravity-theme .gform_footer input:hover { background: var(--secondary-color); text-decoration: none; color: #fff; } 

.inner-page { padding: 60px 0; }
.pagetitle p { color: #000; }
.pagetitle h1 { margin: 0 0 24px; font-size: 48px; font-weight: bold; color: #4C4C4C; }

.sub-menu-toggle{
	display: none;
}

.gform_wrapper.gravity-theme .gfield_label {
    margin-bottom: 8px !important;
    color: #595959;
    font-weight: 400 !important;
    font-size: 18px !important;
}
.gform_wrapper.gravity-theme .gfield input:not([type="submit"]),
.gform_wrapper.gravity-theme .gfield textarea, 
.gform_wrapper.gravity-theme .gfield select{
 		font-size: 18px !important;
}
.gform_wrapper.gravity-theme .gform_fields{
	gap:24px !important;
}
.banner-bgimg-container{
	background: url('../images/bg-image.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.error404-title{
  font-size: 200px;
  color: var(--primary-color);
  font-weight: 500;
}
.page-template-page-faq #filterOptions{
	justify-content: center;
}
.search-form {
	max-width: 650px;
	margin: auto;
}
.search-form input.search-btn{
	right:unset;
	left: 0;
}
.search-form input.input-text{
	border-radius: 20px;
	padding:20px 20px 20px 50px;
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  margin-left: 0 !important;
}

.blog-top-meta {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 30px;
}
.blog-top-meta p,
.author-meta p{
  margin-bottom: 0px;
}
.author-meta {
  display: flex;
  gap: 10px;
  align-items: center;
}
.author-meta img{
	width:40px;
	height:40px;
	border-radius: 50%;
}
.blog-bottom-meta {
	  display: flex;
    justify-content: space-between;
    margin: 30px 0;
    align-items: flex-start;
}
.singlepost-container p{
	color:#595959;
}
.addtoany_share span{
	width: 32px !important;
	height: 32px !important;
	border-radius: 50% !important;
}
.back-btn-link {
    display: flex;
    gap: 10px;
    text-decoration: none;
    align-items: center;
    margin-bottom: 30px;
    color: #595959;
}
.back-btn-link img {
    width: 32px;
}
.author-meta p{
	color:#000;
}
.singlepost-title {
	color:#313131;
}
.blog-item.blog-item-fullwidth {
    width: 100%;
}
.blog-item.blog-item-halfwidth {
    width: 50%;
    display: inline-block;
}
.blog-accordion li {
	border: 0;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.blog-accordion li .blog-content{
	margin:30px 0 80px;
}
.blog-accordion li .blog-content .blog-cat{
	border-radius: 0;
}
.blog-accordion li .blog-content .blog-readmore a{
	color:#000;
}
.blog-accordion li .blog-content p{
	min-height:30px;
}
.blog-accordion li .blog-item{
	  align-items: flex-start;
    width: 45%;
}
.blog-accordion .blog-img{
	min-width: 100%;
	max-width: 100%;
}
/*****************************************/

@media(min-width: 901px){
.nav-container ul li:hover .sub-menu { display: block; }
}

@media(max-width: 900px){
/*menu*/
.mob-menu { display:block; background:url(../images/mob-icon.png) center center no-repeat; padding:10px 12px; font-size:16px; color:#000; border-radius:0px; cursor:pointer; text-align:left; 
font-size: 0; line-height: 0; cursor: pointer; width: 40px; height: 30px; position: absolute; top: 50%; right: 15px; transform: translateY(-50%); }

.header-right { position: absolute; top: 100%; right: 0px; text-align: left; z-index: 9; display: none; 
	width: 100%; max-width: 400px; }
.nav-container { background: var(--secondary-color); }
.nav-container ul li.active a::before { display: none; }
.nav-container ul { margin:0px; padding:0px 0px; width: 100%; }
.nav-container ul li { display:block; padding:0px 0px; margin:0px; font-size:15px; width:100%; background:var(--blue01-color); margin:0px !important; }
.nav-container ul li:hover { /*background-color:#d31920; */}
.nav-container ul li a { border-radius:0px; padding:8px 20px; border-bottom:1px solid rgba(255,255,255,0.2); color:#fff; }
.nav-container ul li:hover > a { color:#fff; background-color:#16c3b9; }
/*.request-consultation .primary-btn:hover { background-color:#01a096; }*/
.nav-container li .sub-menu li:hover { background-color:#16c3b9; }
.nav-container ul li .sub-menu { padding:0px; display:none; position:static; width:100%; }
.nav-container ul li .sub-menu li a { padding:8px 0px 8px 40px; background-position: 13px 12px; }
.nav-container .nav-icon { position: absolute;  right: 0px; top: 0px; width: 40px;  height: 40px; background-repeat: no-repeat; cursor:pointer; z-index:99;}
.nav-container .nav-icon.open {  background: url(../images/menu-plus.png) center center no-repeat; }
.nav-container .nav-icon.close {  background: url(../images/menu-minus.png) center center no-repeat; opacity:1; }
.nav-container li .sub-menu li { border-bottom:0px; padding:0px; background:#038e86; border-radius: 0; } 
.nav-container li .sub-menu li a { padding-bottom:8px; }
.nav-container .menu-main-menu-container { display:none; text-align:left;  }
.nav-container li .sub-menu li a { color: #fff; }
.nav-container li .sub-menu li:hover a { color: #fff; }

.error404-title{
	font-size: 150px;
}

}

@media(min-width: 1280px) and (max-width: 1500px){
.container { padding-left: 20px; padding-right: 20px; }
}
@media(max-width: 1279px) {
.container { padding-left: 20px; padding-right: 20px; }
}
@media(min-width: 1024px) and (max-width: 1279px){
.banner-container { padding: 50px 0; }
h2 { font-size: 38px; }
.banner-container p { font-size: 17px; }
.discover-bottom ul li { padding: 30px 15px 10px; }
.discover-bottom { padding: 60px 0 0; }

.discover-platform::before  { width: 300px; height: 600px; }
.educationCredits-section::before { width: 250px; height: 530px; }
.features-section::before { width: 150px; height: 420px; }
.features-section::after { width: 150px; height: 380px; }
.contactUs-section::before { width: 160px; height: 440px; }
.contactUs-section::after { width: 160px; height: 440px; }

.discover-platform { padding: 40px 0; }
.creator-affekti-section { padding: 40px 0; }
.educationCredits-section { padding: 40px 0; }
.features-section { padding: 50px 0; }
.features-top { padding-bottom: 0; }
.features-row { padding: 30px 0; }
.faq-section { padding: 40px 0; }
.blog-section { padding: 40px 0; }
.blog-section .blog-title { padding-bottom: 20px; }
.contactUs-section { padding: 40px 0 100px; }
.viewAll { padding-top: 20px; }
.blog-section .blog-img { min-width: 210px; max-width: 210px; }
.blog-section .blog-content p { margin-bottom: 10px; }
.blog-section .blog-items { column-gap: 30px; row-gap: 40px; }
.blog-section .blog-item { gap: 20px; }
.blog-section .blog-img img { border-radius: 10px; }

}

@media(min-width: 768px) and (max-width: 1023px){
.banner-container { padding: 50px 0; }
h2 { font-size: 36px; }
h3 { font-size: 28px; }
p { line-height: 24px; }
.banner-container p { font-size: 16px; }
.banner-content { padding-right: 20px; }
.discover-bottom ul li { padding: 30px 15px 10px; }
.discover-bottom { padding: 60px 0 0; }
.banner-container .search-box  { margin-top: 30px; }
.banner-content h2 { margin-bottom: 15px; }
.discover-top { gap:30px; }
.discover-top-text p { font-size: 16px; }

.discover-platform::before  { width: 180px; height: 400px; }
.educationCredits-section::before { width: 160px; height: 330px; }
.features-section::before { width: 120px; height: 320px; }
.features-section::after { width: 120px; height: 280px; }
.contactUs-section::before { width: 120px; height: 340px; }
.contactUs-section::after { width: 120px; height: 340px; }

.discover-platform { padding: 40px 0; }
.discover-bottom ul { grid-template-columns: repeat(2, 1fr); }
.creator-icon { top: -25px; left: -25px; max-width: 70px; }
.education-icon { bottom: -25px; right: -25px; max-width: 70px; }
.creator-affekti-section { padding: 40px 0; }
.educationCredits-section { padding: 40px 0; }
.features-section { padding: 50px 0; }
.features-top { padding-bottom: 0; }
.features-row { padding: 30px 0; }
.faq-section { padding: 40px 0; }
.blog-section { padding: 40px 0; }
.blog-section .blog-title { padding-bottom: 20px; }
.contactUs-section { padding: 40px 0 100px; }
.viewAll { padding-top: 20px; }
.blog-section .blog-img { min-width: 260px; max-width: 260px; }
.blog-section .blog-content p { margin-bottom: 10px; }
.blog-section .blog-items { column-gap: 30px; row-gap: 40px; grid-template-columns: 1fr; }
.blog-section .blog-item { gap: 20px; }
.blog-section .blog-img img { border-radius: 10px; }
.features-section .features-text h3 { font-size: 24px; }
.creator-affekti-section ul.point-list { padding-top: 5px; }
.creator-affekti-section p { font-size: 16px; }
.creator-affekti-section h3 { margin-bottom: 10px; }
.point-list li { line-height: 1.3; }
.features-text::after { width: 38px; height: 38px; }
.footer-top { padding: 30px 0px; }
.footer-container { padding: 0; }
.footer-bottom { padding: 25px 0px 30px; }
.footer-logo { max-width: 130px; }

}

@media(max-width: 767px){
.banner-container { padding: 30px 0; }
h2 { font-size: 32px; }
h3 { font-size: 26px; }
p { line-height: 22px; font-size: 15px; }
body { font-size: 15px; }
.banner-container p { font-size: 16px; }
.banner-content { padding-right: 0px; }
.discover-bottom ul li { padding: 30px 15px 10px; }
.banner-right-img { padding-top: 30px; }
.discover-bottom { padding: 30px 0 0; }
.banner-container .search-box  { margin-top: 30px; }
.banner-content h2 { margin-bottom: 15px; }
.discover-top { gap:10px; grid-template-columns: 1fr; }
.discover-top-text p { font-size: 16px; max-width: 100%; }

.discover-platform::before  { width: 180px; height: 400px; }
.educationCredits-section::before { width: 130px; height: 250px; top: -80px; }
.features-section::before { width: 100px; height: 240px; top: 150px; }
.features-section::after { width: 100px; height: 200px; }
.contactUs-section::before { width: 100px; height: 300px; }
.contactUs-section::after { width: 100px; height: 300px; bottom: 0; }

.discover-platform { padding: 30px 0; }
.discover-bottom ul { grid-template-columns: repeat(2, 1fr); }
.creator-icon { top: -25px; left: -25px; max-width: 70px; }
.education-icon { bottom: -25px; right: -25px; max-width: 70px; }
.creator-affekti-section { padding: 30px 0; }
.educationCredits-section { padding: 30px 0; }
.features-section { padding: 40px 0; }
.features-top { padding-bottom: 0; padding-top: 0; }
.features-row { padding: 20px 0; }
.faq-section { padding: 30px 0; }
.blog-section { padding: 30px 0; }
.blog-section .blog-title { padding-bottom: 20px; }
.contactUs-section { padding: 30px 0 70px; }
.viewAll { padding-top: 20px; }
.blog-section .blog-img { min-width: 210px; max-width: 210px; }
.blog-section .blog-content p { margin-bottom: 10px; }
.blog-section .blog-items { column-gap: 30px; row-gap: 25px; grid-template-columns: 1fr; }
.blog-section .blog-item { gap: 20px; }
.blog-section .blog-img img { border-radius: 10px; }
.features-section .features-text h3 { font-size: 24px; }
.creator-affekti-section ul.point-list { padding-top: 5px; }
.creator-affekti-section p { font-size: 16px; }
.creator-affekti-section h3 { margin-bottom: 10px; }
.point-list li { line-height: 1.3; }
.features-text::after { width: 38px; height: 38px; }
.footer-top { padding: 30px 0px; }
.footer-container { padding: 0; }
.footer-bottom { padding: 25px 0px 30px; }
.footer-logo { max-width: 130px; margin: 0 auto 20px; }
.creator-affekti-section .col-md-6:first-child { order: 1; }
.creator-img-box { margin: 20px auto 30px; }
.education-img-box { margin: 0px auto 35px; }
#filterOptions li a { padding: 7px 12px; }
.footer-social { text-align: center; padding: 20px 0 0; }
.footer-social ul { justify-content: center; }
.faq-section .faq-title h5 { font-size: 15px; }
.faq-section .faq-title::after { right: 15px; }
.faq-section .faq-title { padding: 12px 50px 5px 15px; }
.faq-section .faq-content { padding: 8px 15px 5px; padding-left: 15px !important; }
.primary-btn,
.gform_wrapper.gravity-theme .gform_footer input { padding: 12px 25px; }
.contact-form li .input-box textarea.input-text { height: 120px; }
.contact-form li label { font-size: 16px; }
.blog-section .blog-content h3 { line-height: 1.2; }

.error404-title{
	font-size: 100px;
}
.blog-accordion li .blog-content{
	margin:30px 0;
}

.blog-accordion li .blog-item{
	  
    width: 100%;
}

}
@media(max-width: 639px){
.features-img { width: 100%; max-width: 350px; margin: 0 auto 15px; }
.features-content { width: 100%; }
.features-row:nth-child(2n+2) .features-img { padding-right: 0; }
.features-row:nth-child(2n+1) .features-img { padding-left: 0; order: -1; }
.features-img {  }
.features-row { padding: 20px 0 50px; }
.features-text::after { width: 30px; height: 30px; }
.features-section { padding-top: 0; }
.footer-bottom ul { justify-content: center; }
.footer-links ul { column-gap: 20px; }
.discover-bottom ul { column-gap:15px; row-gap:20px; }
.discover-bottom ul li { border-radius: 10px; }
.discover-bottom li h3 { font-size: 16px; }
.discover-bottom li p { font-size: 14px; }
.discover-icon img { max-height: 40px; }
.discover-bottom .discover-icon { margin-bottom: 20px; }
#filterOptions { margin-bottom: 20px; }

}
@media(max-width: 479px){
h2 { font-size: 28px; }
.blog-section .blog-item { flex-direction: column; }
.blog-section .blog-img { width: 100%; max-width: 100%; }
.blog-section .blog-items { row-gap: 30px; }
.blog-section .blog-title { padding-bottom: 4px; }
.contactUs-section { padding: 30px 0; }
.creator-img-box { margin-left: 15px; }
.education-img-box { margin-right: 15px; }

.discover-bottom li h3 { font-size: 14px; }
.discover-bottom li p { font-size: 12px; }

.error404-title{
	font-size: 60px;
}

}
@media(max-width: 370px){
.discover-bottom ul { grid-template-columns: repeat(1, 1fr); }
.discover-bottom li h3 { font-size: 16px; }
.discover-bottom li p { font-size: 14px; }

}
