/*
Theme Name: SSSP
Template: terrifico
Description: Theme for School Website
Version: 1.0.0
*/



#header-holder {
	z-index: 99999;
}

.content-boxes p, .about .text p, .page-template #article p {
	text-align: justify !important;
}

.navbar-nav > li > a::after {
	display: none;
}

.search-bar {
	/*float: right;*/
	display: inline-block;
	vertical-align: top;
}
.search-bar > button {
	color: #30d1cc;
	padding: 0;
	margin: 12px 0 12px 15px;
	border-left: 1px solid #30d1cc;
	background: transparent;
}
.search-bar > button:focus {
	outline: none;
}
.search-bar > button i {
    padding: 15px;
    vertical-align: top;
    line-height: 0px;
}
.search-bar > form {
	position: absolute;
	display: none;
	width: 260px;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #cccccc;
}
.search-bar > form > label, .search-bar > form > input {
	float: left;
}
.search-bar > form > input {
	margin-top: 0;
	margin-left: 5px;
}


#logo a img {
	border-radius: 50%;
	padding: 3px;
	background: #ffffff;
}

.boxtitle:after, .section-title:after {
	width: 120px;
	opacity: .5;
	margin-top: 15px;
}

.read-btn, a.read-btn {
	color: #ffffff;
	background: #ff3050;
	padding: 10px 15px;
	font-size: 14px;
	border-radius: 20px;
	transition: .2s linear;
	margin-top: 15px;
	display: inline-block;
}
.read-btn:hover, a.read-btn:hover {
	color: #feab12;
}

#features h2:after, .cta h2:after {
	display: none !important;
}
.about h2, #features h2, .cta h2, .get-in-touch h2, #services h2 {
	text-transform: capitalize;
	font-weight: 600;
}


#slider {
	position: relative;
}
#slider:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.7);
}
#slider .slider-content {
	position: absolute;
	max-width: 700px;
	text-align: center;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#slider .slider-content h2 {
	font-size: 36px;
	color: #ffffff;
	margin-bottom: 20px;
	text-transform: unset;
	line-height: 1.5em;
}




.content-boxes h2 {
	font-weight: 600;
}
.content-boxes .col {
	margin: 10px 1%;
	padding: 15px;
}
.content-boxes .col .circle {
	background: transparent !important;
	width: auto;
	height: auto;
	position: relative;
	margin-top: 85px;
}
.content-boxes .col .circle i {
	color: #30d1cc;
	line-height: 38px;
}
.content-boxes #content-boxes-wrap > .col .circle:after {
	position: absolute;
    width: 100%;
    height: 70px;
    text-align: center;
    color: #30d1cc;
    opacity: 0.1;
    left: 0;
    bottom: 100px;
    font-size: 140px;
	font-weight: 600;
	z-index: -1;
}
.content-boxes #content-boxes-wrap > .col:first-child .circle:after {
	content: "1";
}
.content-boxes #content-boxes-wrap > .col:nth-child(2) .circle:after {
	content: "2";
}
.content-boxes #content-boxes-wrap > .col:last-child .circle:after {
	content: "3";
}
.content-boxes h4 {
	font-weight: 600;
}
.content-boxes .col a.content-btn {
	display: none;
}


.about .text {
	padding: 15px 50px 15px 15px;
	text-align: left;
}
.about .text h3 {
	margin-top: 0;
	padding-top: 0;
	color: #202020;
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
}



#features .feature .circle {
	display: none;
}
#features .feature {
	background: #ffffff;
	width: 23%;
	margin: 0 1%;
	min-height: 200px;
}
#features .feature h3 {
	background-color: #30d1cc;
	padding: 10px !important;
	margin: 0;
	color: #ffffff !important;
	text-transform: unset;
}
#features .feature p {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 5px;
}


.cta {
	padding: 50px 0;
}
.cta h2 {
	padding-top: 0;
	margin-top: 0;
}
.cta div, .get-in-touch #get-in-touch-wrap div {
	padding: unset;
}
.cta .testimonial_author span.stars {
	display: none !important;
}
.cta .testimonial_body p {
	color: #ffffff;
}
.cta .testimonial_author {
	color: #feab12;
}
.cta .testimonial_author span {
	font-style: normal;
}
.cta blockquote.easy_testimonial {
	position: relative;
	padding: 50px;
}
.cta blockquote.easy_testimonial:after, .cta blockquote.easy_testimonial:before {
	position: absolute;
	width: 30px;
	height: 30px;
	font-size: 28px;
	color: #44413a;
	font-family: fontAwesome;
	left: 50%;
	margin-left: -15px;
}
.cta blockquote.easy_testimonial:before {
	content: "\f10d";
	top: 0;
}
.cta blockquote.easy_testimonial:after {
	content: "\f10e";
	bottom: 20px;
}





.get-in-touch {
	padding: 50px 0;
}
.get-in-touch h2 {
	margin-top: 0;
	padding-top: 0;
}
.get-in-touch #get-in-touch-wrap form > div, .contactPage form > div {
	position: relative;
	padding: 10px;
}
.get-in-touch #get-in-touch-wrap form > div i, .contactPage form > div i {
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 12px;
	left: 12px;
	color: #a9a9a9;
	z-index: 9;
}
.get-in-touch form input[type="text"], .get-in-touch form input[type="email"], 
.get-in-touch form textarea, .contactPage form input[type="text"], .contactPage form input[type="email"], 
.contactPage form textarea {
	background: #fdfdfd;
	padding-left: 30px;
	box-shadow: none;
}
.get-in-touch form textarea, .contactPage form textarea {
	height: 120px;
	resize: none;
}
.get-in-touch form input[type="submit"], .contactPage form input[type="submit"] {
	color: #ffffff;
	background: #ff3050;
	padding: 10px 25px;
	border-radius: 20px;
	transition: .2s linear;
	display: inline-block;
}
.get-in-touch form input[type="submit"]:hover, .contactPage form input[type="submit"]:hover {
	color: #feab12;
}


.videos {
	margin: 15px 0;
}
.videos embed {
	width: 100%;
	height: auto;
	min-height: 210px;
}

.get-strated-left {
    line-height: 1em;
}
#get-started .get-strated-left h2 {
	font-size: 20px;
	line-height: 48px;
}
#get-started #get-strated-wrap {
	max-width: 800px;
}
#get-started .tnp-subscription {
	margin: 2px auto;
	float: left;
}
#get-started form label {
	display: none;
}
#get-started form .tnp-field {
	float: left;
	margin: 0 5px;
}
#get-started form .tnp-field input.tnp-email {
	background: transparent;
	border: none;
	border-bottom: 1px solid #ffffff;
	color: #19283f;
	height: auto;
	width: 250px;
}
#get-started ::-webkit-input-placeholder { /* Edge */
  color: #ffffff;
}
#get-started :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}
#get-started ::placeholder {
  color: #ffffff;
}
#get-started form .tnp-field input.tnp-email:focus {
	outline: none;
}
#get-started form .tnp-field input.tnp-submit {
	background: #19283f;
	color: #ffc300;
	width: 150px;
	border-radius: 20px;
	text-align: center;
}



#footer {
	border-top: 1px solid #cccccc;
}
#footer .footer-v4 .sidebar-footer {
	width: 40%;
}
#footer .footer-v4 .sidebar-footer:nth-child(2) {
	width: 20%;
}

#footer .footer-v4 .sidebar-footer h4 {
	border-bottom: none !important;
	text-transform: capitalize;
}

#footer .footer-v4 .sidebar-footer p.copyright { margin-top: 30px; }
#footer .footer-v4 .sidebar-footer p.copyright span { color: #feab12; }
#footer .footer-v4 .sidebar-footer p.copyright a { color: #30d1cc; }

#footer .footer-v4 .sidebar-footer span.read-btn {
	margin-top: 10px;
	margin-bottom: 20px;
}

#footer #nav_menu-2 ul#menu-main-nav-1 li {
	border-bottom: none;
	padding: 3px 0;
}

#footer .socialLinks a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 5px;
	border-radius: 50%;
	text-align: center;
	color: #ffffff;
}
#footer .socialLinks a.fb {	background: #347cd1; }
#footer .socialLinks a.tw {	background: #1ec4ff; }
#footer .socialLinks a.yt {	background: #fe4031; }
#footer .socialLinks a.is {	background: #fd319a; }
#footer .socialLinks a.lk {	background: #0299d0; }

.socialLinks img {
	width: 23%;
	margin: 1%;
	float: left;
}

#copyright {
	display: none !important;
}

/***************************************************/

.col1 .post-single, .col1 #content-box {
	width: 100%;
}
#content-box {
	min-height: 300px;
	border: none;
}
#content-box #post-body {
	padding: 0;
}

#pageHeader {
	width: 100%;
	padding: 100px 0;
	background-image: url(https://suresuccessstudypoint.com/wp-content/uploads/2020/03/pagebanner.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: -1;
}
#pageHeader:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	z-index: -1;
}
#pageHeader .pageHeadInner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
#pageHeader .pageHeadInner h1 {
	color: #ffffff;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0;
}
#article p {
	font-size: 16px;
	color: #202020;
}
#article p strong {
	font-size: 18px;
	color: #19283f;
}


.qrcodes img {
	max-width: 150px;
	width: 100%;
}


h3.subtitle {
	font-size: 28px;
	font-weight: 600;
	color: #30d1cc;
	text-transform: capitalize;
	margin-bottom: 0;
}
h3.subtitle i {
	color: #feab12;
}

.courseslist {
	background: #ffffff;
    width: 23%;
    margin: 1%;
    min-height: 220px;
	text-align: center !important;
	float: left;
	box-shadow: 0px 0px 10px 0px #cccccc;
	background: #f7f7f7;
}
.courseslist h3 {
	background-color: #30d1cc;
    padding: 10px !important;
    margin: 0;
	margin-bottom: 10px;
	font-size: 20px;
    color: #ffffff !important;
    text-transform: unset;
}
.courseslist p, #article .courseslist p {
	padding: 0 5px;
	font-size: 14px;
	margin-bottom: 5px;
	text-align: center !important;
}


.founderImg img {
	width: 90%;
	padding: 5%;
}
.founderTxt h3.subtitle {
	margin-bottom: 15px;
}
.founderTxt h3.subtitle span {
	font-size: 20px;
	color: #202020;
	display: block;
	margin-top: 10px;
}



/********************Resposive Styles********************/


@media screen and (min-width: 768px) {
	nav.navbar {
		text-align: center;
	}
	#navbar {
		text-align: center;
		margin: 0 auto;
		display: inline-block !important;
	}
	#navbar #menu-main-nav {
		margin: 0 auto;
	    float: unset !important;
	    display: inline-block;
	}
	#navbar #menu-main-nav li:nth-child(4) {
		margin-right: 80px;
	}
	#navbar #menu-main-nav li:nth-child(5) {
		margin-left: 80px;
	}

	#logo {
		position: absolute;
	    text-align: center;
	    left: 50%;
	    top: -1px;
	    transform: translateX(-50%);
	}
}

@media screen and (max-width: 1024px) {	
	/*#logo {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		text-align: center;
	}
	
	#logo a img {
    	width: 30%;
	}*/
	
	#header-top .top-left,
	#header-top .top-right {
		width: 100%;
		text-align: center;
	}
	
	#features {
		width: 100%;
	}
	
	.feature {
		width: 25%;
	}
	
	
	#site-navigation {
    	text-align: center;
	}
	
	#site-navigation:after,
	#site-navigation:before {
		border: 0 !important;
		border-color: transparent !important;
	}
	
	#site-navigation {
    	background-color: transparent !important;
		margin: 0;
		min-height: 24px !important;
	}
	
	#site-navigation { 
		border-top: none !important;
		padding-bottom: 10px;
	}
	
	#services-wrap,
	.about,
	#get-started,
	#footer,
	#copyright {
		padding: 1%;
	}
	
	.banner ol.dots {
		display: none;
	}
	
	.courseslist {
		width: 31.33%;
	}
}

@media screen and (max-width: 768px) {
	.ideal-image-slider {
		height: 300px !important;
	}
	
	.iis-caption {
		margin-top: 10px !important;
	}
	
	.ideal-image-slider .iis-caption .iis-caption-title a {
    	font-size: 24px !important;
	}
	
	.banner .inner { 
		padding-top: 0 !important;
	}
	
	.navbar ul {
    	float: left;
		width: 100%;
	}
	
	/*#logo {
		width: 100% !important;
		text-align: center;	
	}*/
	
	#cart-wrapper,
	#cart-wrapper #account-set, 
	#cart-wrapper #shopping-cart,
	#address-bar {
		width: 100% !important;
		text-align: center;	
	}
	
	#address-bar,
	#cart-wrapper {
		margin-top: 0;
	}
	
	#address-bar {
		margin-bottom: 18px;
	}
			
	.phone-box {
		display: none;
	}
			
	.sidebar-frame {
		width: 100% !important;
	}
	
	.sidebar-frame .sidebar {
		margin: 0 auto !important;
	}
	
	.standard-posts-wrapper {
		width: 100% !important;
	}
	
	.posts-wrapper #post-body .post-single .text-holder .meta span {
		line-height: 1.8em;
	}
	
	.posts-wrapper #post-body .post-single .text-holder .meta {
		font-size: 11px !important;
	}
	
	.sidebar-footer {
		width: 100% !important;
	}
	
	.sidebar-footer div {
		margin: auto 10px !important;
	}
	
	#content-box {
		width: 97% !important;
		margin: auto 10px !important;
	}
	
	.post-sidebar {
		display: none !important;
	}
	
	.post-single {
		width: 100% !important;
	}
	
	.post-single .meta span {
		display: block !important;
	}
	
	.standard-posts-wrapper .meta span i {
   		 margin-left: 0 !important;
	}
	
	.meta span a span.post_date {
		display: inline !important;
	}
	
	.posts-featured-details-wrapper h3 {
		font-size: 16px;
	}

	#features {
		width: 100%;
	}
	
	.services-right,
	.services-left {
		width: 100%;
	}
	
	.services-left h2 {
		text-align: center;
	}
	
	.services-left h2,
	.services-left p, 
	.row .row-item {
		width: 94%;
	}
	
	.feature,
	.service-box {
		width: 50%;
	}
	
	.post-info {
		width: 100%;
	}
	
	.post-info span {
		width: 100%;
		display: block;
		margin-bottom: 5px;
	}
	
	.post-info span.separator {
		display: none;
	}
	
	.meta span.separator {
		display: none !important;
	}
	
	.meta span i {
		font-size: 14px;
	}
	
	.get-strated-left {
		width: 100%;
		text-align: center;
	}
	
	#services-wrap p,
	#services-wrap .row-item {
		width: 100%;
		text-align: center;
	}
	
	.row .row-item .service i.fa {
		float: none;
	}
	.content-boxes div.col {
		width: 100%;
		margin-bottom: 18px;
	}
	
	.isStuck {
		position: absolute !important;
	}
	
	#social-bar-header {
		display: none;
	}		
	
	.courseslist {
		width: 48%;
	}
}

@media screen and (max-width: 550px) {	
	.banner .inner h1 { 
		font-size: 1.4em;
	}
	
	.banner .btn,
	.banner .inner p {
		display: none;
	}
	
	.copyright-wrap span.right {
		display: none !important;
	}
	
	.posts-featured-details-wrapper h3 {
		font-size: 15px;
	}
	
	.posts-featured-details-wrapper p {
		display: none;
	}
	
	#features {
		width: 100%;
	}
	
	.feature,
	.service-box {
		width: 100%;
	}
	
	.courseslist {
		width: 98%;
	}
}

@media screen and (max-width: 320px) {
	.featured-text .meta span.meta-comments,
	.featured-text .meta span.meta-more {
		display: none !important;
	}
	
	#features {
		width: 100%;
	}
	
	.feature {
		width: 100%;
	}	
}