@import url('https://fonts.googleapis.com/css2?family=Anek+Devanagari:wght@100..800&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
body {
	color: black;
	font-family: "Anek Devanagari", sans-serif;
	font-size: 17px;
	line-height: 1.9;
	font-weight: 400;
	overflow-x: hidden;
	position: relative;
}
html,
body { height: 100% ;}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0px; 
	font-family: "Anek Devanagari", sans-serif;
	color: black;
	font-weight: 700;
}

a{
    color: #444;
    text-decoration: none;
	transition: all 0.2s ease 0s;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #2fafe3;
}

p {
    margin-bottom: 15px;
}

ul,
li {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
img{
	max-width: 100%;
}
.mb50{
	margin-bottom: 50px;
}
.pt160{
	padding-top: 160px!important;
}
.col-30{
	max-width: 30%;
}
.col-40{
	max-width: 40%;
}
.section-padding{
	padding: 50px 0;
}
.section-title {
	margin-bottom: 60px;
	position: relative;
	z-index: 1;
}
.section-title span {
	font-weight: 600;
	font-size: 20px;
	color: #2fafe3;
	display: block;
	margin-bottom: 5px;
}
.section-title h2{
	font-size: 35px;
}


.white-title h2{
	color: #fff;
}

.slick-slide img {
    /* position: absolute; */
    display: block;
    margin-top: 30px;
}
.slick-dots li.slick-active button:before {
    color: #2fafe3;
}
.slick-dots li button:before {
   opacity: 1;
    color: #80808075;
    font-size: 10px;
   
}
/* offer */
#offer-btn {
    width: 50%;
    margin-bottom: 50px;
}
div#offer-div {
    margin-bottom: 50px;
}
#offer-div img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px;
}
@media (max-width: 430px){
    div#offer-div {
    margin-bottom: 30px;
}
}
@media (max-width:360px){
    div#offer-div {
    margin-bottom: 30px;
}
}
/* Animation */

.spinning {
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

/* Buttons */

.bt {
    font-family: "DM Sans", sans-serif;
    padding: 8px 35px;
    /* border-radius: 30px; */
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.bg_btn {
    background-color: black;
    border: 2px solid black;
    color: #fff;
    transition: .5s;
}

.wborder_btn{
	border: 2px solid #fff;
	color: #fff;
}
.white-btn{
	background: #fff;
	color: #222;	
	border: 2px solid #fff;
}

.white-btn:before,
.wborder_btn:before,
.bg_btn:before{
	content: '';
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -15px 0 0 1px;
	width: 15%;
	height: 30px;
	border-radius: 50%;	
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1, 2, 1);
	transform: scale3d(1, 2, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
	transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}

.bg_btn:before{
	background: #fff;
}
.wborder_btn:before{
	background-color: #2fafe3;
}
.white-btn:before{
	background: #2fafe3;
}

.bg_btn:hover::before,
.wborder_btn:hover::before,
.white-btn:hover::before {
	-webkit-transform: scale3d(9, 9, 1);
	transform: scale3d(9, 9, 1);
}
.bg_btn:hover,
.bg_btn:focus{
	color: #222;
	border-color: #2fafe3;
}
.white-btn:hover,
.white-btn:focus{
	color: #fff;
	border-color: #fff;
}


.wborder_btn:hover,
.wborder_btn:focus{
	color: #fff;
	border-color: #fff;	
}



/*-------------------------------
# END SEARCH Form
--------------------------------*//*-------------------------------
# Home Banner
--------------------------------*/

.home-banner{
	background-size: cover;
	background-color: #002935;
	color: #fff;
	position: relative;
	height: 750px;
}
.banner-content {
    padding: 60px;
    height: 550px;
    position: relative;
    z-index: 1;
}
.banner-content-inner:before {
   content: "";
    display: inline-block;
    background-color: #2fafe3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    max-width: 605px;
    border-radius: 12px;
    transform: rotate(-5deg);
    z-index: -1;
}
.banner-content-inner {
    padding: 47px 64px;
    background-color: white;
    border-radius: 12px;
    position: relative;
}
.banner-content .subtitle{
	font-size: 25px;
	font-weight: 600;
}
.banner-content .title {
    font-size: 50px;
    color: #161616;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.bbtns{
	display: inline-block;
	margin-top: 25px;
}

.banner-content .title span{
	color: #2fafe3;
}
.banner-content .bg_btn{
	margin-right: 23px;
}
.banner-content .sinfo{
	margin-left: 15px;
	display: inline-block;
	position: relative;
	top: -22px;
}
.banner_img {
	position: absolute;
	bottom: 0;
	right: 5%;
	z-index: 1;
}
.banner_img img {
    width: 100%;
}
.banner_img_inner{
	position: relative;
}
.total_students_badge {
	display: inline-block;
	text-align: center;
	background-color: #fff;
	color: #444;
	padding: 22px 20px;
	border-radius: 8px;
	box-shadow: 0 9px 65px rgba(255,255,255,0.25);
}

.total_students_badge h4 {
	font-size: 25px;
	margin-bottom: 0px;
}

.total_course_badge{
	box-shadow: 0 35px 65px rgba(0,0,0,0.1);
}
.total_course_badge span,
.total_students_badge span{
	font-size: 16px;
	font-weight: 600;
}
.total_students_badge .icon {
	width: 60px;
	height: 60px;
	background-color: #2fafe3;
	border-radius: 50%;
	text-align: center;
	line-height: 57px;
	display: inline-block;
	margin-bottom: 15px;
}
.total_students_badge .icon svg {
	width: 30px;
	display: inline-block;
}
.total_course_badge{
	background-color: #fff;
	color: #444;
	display: inline-block;
	padding: 22px 30px;
	border-radius: 8px;
}

.total_course_badge .icon {
	width: 60px;
	height: 60px;
	background-color: #2fafe3;
	border-radius: 50%;
	text-align: center;
	line-height: 57px;
	float: left;
	margin-right: 16px;
}
.total_course_badge .icon svg{
	width: 30px;
	display: inline-block;	
}
.tcourse_content{
	display: inline-block;
}
.total_course_badge h4{
	font-size: 25px;
	margin-bottom: 1px;
}
.total_students_badge {
	position: absolute;
	top: 20%;
	left: -70px;
}

.total_course_badge {
	position: absolute;
	bottom: -54px;
	right: -45px;
}
#banner-container{
	margin-top: 70px;
}
.hbstyle-2 {
    height: 550px;
    max-width: 1350px;
    position: relative;
    z-index: 11;
    display: block;
    margin: 0 auto;
    border-radius: 16px;
}
.hbstyle-2 p {
    color: #161616;
    font-size: 17px;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 10px;
}
.hbstyle-2 p:hover{
	color: #2fafe3;
}
.hbstyle-2 .sinfo img{
	max-width: 100%;
	width: auto;
}
.hbstyle-2 .sinfo{
	margin-top: 40px;
	margin-bottom: 70px;
}
.hbstyle-2 .total_course_badge{
	position: absolute;
	bottom: 170px;
	right: -88px;
}
.hbstyle-2 .banner_img {
    position: absolute;
    bottom: 0;
    right: 1.5%;
    top: 2rem;
}
.hbstyle-2 .banner_img img{
	border-radius: 0;
}
.banner_search_form{
	width: 500px;
}
.banner_search_form .form-control {
	height: 70px;
	padding: 10px 50px;
	position: relative;
	background-image: url(../img/icons/search-2.svg);
	background-repeat: no-repeat;
	background-position: 27px;
}

.banner_search_form form{
	position: relative;
}
.banner_search_form .form-control:focus{
	outline: none;
	box-shadow: inherit;
}
.bsearch_btn {
	background: #2fafe3;
	color: #fff;
	border: 1px solid #2fafe3;
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 8px;
	width: 160px;
	height: 50px;
	transition: .5s;
}
.bsearch_btn:hover,
.bsearch_btn:focus{
	background: #2fafe3;
	border-color: #2fafe3;
}
.bcate{
	margin-top: 20px;
	font-size: 15px;
	font-weight: 500;
}
.bcate a{
	color: #fff;
	transition: .5s;
}
.bcate a:hover,
.bcate a:focus{
	color: #2fafe3;
}
.circle_shape {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	display: block;
	position: absolute;
	background:#2fafe3;
	top: 35px;
	right: 85px;
}
.bshape1 {
	position: absolute;
	top: 19%;
	right: 2%;
}
.bshape1 svg{
	width: 160px;
}

.bshape2 {
	position: absolute;
	top: 20%;
	right: 37%;
}

.bshape2 svg {
	width: 32px;
}

.bshape3 {
	position: absolute;
	top: 21%;
	left: 2%;
}

.bshape3 svg {
	width: 38px;
}
.bshape4{
	position: absolute;
	bottom: 5%;
	left: 12%;
}

.bshape4 svg {
	width: 100px;
}

.tpshape {
	position: absolute;
	left: -4px;
	top: -65px;
}
.tpshape svg {
	width: 83px;
}
.btmshape {
	position: absolute;
	left: -20px;
	bottom: -105px;
}
.btmshape svg{
	width: 150px;
}

.bwavehape{
	position: absolute;
	bottom: 65px;
	left: -257px;
}
  
.bwavehape svg{
	width: 1320px;
}

/*-------------------------------
# Features
--------------------------------*/


.feature-item{
	border: 2px solid #F5F5F5;
	padding: 80px 30px 50px;
	text-align: center;
	position: relative;
	transition: .5s;
	border-radius: 8px ;
	margin-bottom: 30px;
}
.feature-item:hover{
	border-radius: 8px 60px 8px 8px;
	background-color: #fff;
	border-color: #2fafe3;
}
.feature-item:hover h3{

}
.feature-item:hover .fnumber{

}
.fea-icon{
	width: 75px;
	height: 75px;
	line-height: 75px;
	background: #E5F8F8;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 25px;
	display: inline-block;
	transition: .5s;
}
.feature-item:hover svg path{
	fill: #fff;
}
.feature-item:hover .fea-icon{
	background: #2fafe3;
}
.fea-icon svg{
	width: 40px;
}
.fea-icon svg path{
	fill: #2fafe3;
}
.feature-item h3{
	font-size: 24px;
	transition: .5s;
}
.feature-item p{
	transition: .5s;
	margin-bottom: 0;
}
.fnumber {
	background: #2fafe3;
	color: #fff;
	border-radius: 0 0 7px 7px;
	padding: 0 8px;
	display: inline-block;
	position: absolute;
	top: -2px;
	left: 31px;
	line-height: 33px;
}

/*-------------------------------
# About
--------------------------------*/
.about {
    margin-top: 5rem;
    background: rgb(241, 241, 241);
    padding: 0px;
}
.about p {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
}
p.abt-para {
    font-size: 17px;
}
#about-para {
    padding: 60px;
}
.about-title{
	margin-bottom: 20px;
}
.single_about {
	margin-bottom: 45px;
}
.single_about .aicon{
	float: left;
	margin-right: 20px;
}
.single_about .aicon svg{
	width: 50px;
}

/*-------------------------------
# Counter Up
--------------------------------*/

.counter-title{
	margin-bottom: 50px;
}
.counter-title h2{
	font-size: 28px;
	position: relative;
	display: inline-block;
}


.counter-title h2 span{
	color: #2fafe3;
}
.counter-item {
	border-radius: 8px;
	text-align: center;
	padding: 25px;
	position: relative;
	margin-bottom: 30px;
}
.counter-item .cicon {
	width: 65px;
	height: 65px;
	line-height: 65px;
	background-color: #E5F8F8;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: -28px;
	left: -17px;
}
.counter-item .cicon svg{
	width: 35px;
}
.counter-item h4 {
    font-size: 30px;
    font-family: "DM Sans", sans-serif;
}

/* success page */

section.success-sec {
    text-align: center;
    background: white;
    padding: 30px;
    box-shadow: 0 6px 26px #6c757d63;
    width: 50%;
    border: 1px solid gray;
    display: block;
    margin: 0 auto;
    border-radius: 15px;
    margin-top: 100px !important;
}

section.success-sec i {
    font-size: 50px;
    margin-bottom: 10px;
}

section.success-sec h3 {
    font-family: "DM Sans", sans-serif;
    font-size: 40px;
    margin-bottom: 20px;
}

section.success-sec a {
    color: white;
    margin-bottom: 20px;
}
p.thanks-para {
    font-size: 20px;
    font-family: "DM Sans", sans-serif;
}
p.get-para {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
}
p.best-para {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
}
a.cname {
    color: #2fafe3 !important;
}
.success-sec img {
    width: 200px;
}
p.failed-para {
    font-family: "DM Sans", sans-serif;
    font-size: 25px;
}
.failed-icon {
    color: red;
    font-size: 50px;
    margin-bottom: 10px;
}
/* marquee div container */
.marquee-sec a{
	border: 1px solid #000;
    border-radius: 30px;
    padding-left: 15px;
    padding-right: 15px;
    background: #000;
    color: #fff;
    padding-top: 5px;
}
.marquee {
    font-size: 40px;
    color: #fff;
    font-family: "Anek Devanagari", sans-serif;
    height: 7rem;
    font-weight: 600;
    overflow: hidden;
    background-color: #2fafe3;
    position: relative;
}
/* nested div inside the container */
.marquee div {
    display: block;
    width: 200%;
    position: absolute; 
    overflow: hidden;
    animation: marquee 12s linear infinite;
}
/* span with text */
.marquee span {
    float: left;
    width: 50%;
    padding-top: 20px;
}
/* keyframe */
@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
/*-------------------------------
# Courses
--------------------------------*/
#detail-container {
    width: 60%;
    display: block;
    margin: 0 auto;
}
section.courses-details.section-padding {
    margin-top: 50px;
}
.courses-details h2 {
    font-family: "DM Sans", sans-serif;
    font-size: 35px;
    padding-top: 20px;
}
.courses-details p {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-top: -10px;
}
.courses-details h5 {
    font-family: "DM Sans", sans-serif;
    font-size: 30px;
}
.courses h1 {
    font-family: "DM Sans", sans-serif;
    font-size: 35px;
}
.courses h2 {
    font-family: "DM Sans", sans-serif;
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 0px;
}
.courses h5 {
    font-family: "DM Sans", sans-serif;
    font-size: 22px;
    margin-bottom: 15px;
}
.single-course {
    background: white;
    box-shadow: 0 6px 26px rgba(0,0,0,0.03);
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 24px;
    border: 1px solid gray;
}
.course-img{
	position: relative;
}
.course-img img{
	width: 582px;
	border-radius: 8px;
	 -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.course-img img:hover{
	 -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}
.cprice,
.cstyle-2 .ccategory a {
	display: inline-block;
	color: #fff;
	background: #2fafe3;
	border-radius: 5px 25px 5px 25px;
	padding: 1px 24px;
	font-size: 17px;
	font-weight: 600;
	position: absolute;
	left: 20px;
	top: 20px;
}
.course_content{
	padding: 0px;
}
.crating i{
	color: #ffb608;
}
.crating{
	margin-bottom: 6px;
}
.crating span{
	padding-left: 5px;
}
.course_btm {
	border-top: 1px solid #F5F5F5;
	padding-top: 15px;
	margin-top: 20px;
}
.course_content h2 {
    line-height: 32px;
    margin-bottom: 10px;
}
.course_content h2 a{
	color: black;
	font-size: 20px;
	transition: .5s;
}
.course_content h2 a:hover,
.course_content h2 a:focus{
	color: #2fafe3;
}
.cmeta .smeta{
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
}
.cmeta .smeta i{
	color: #2fafe3;
	padding-right: 3px;
}
.cauthor{
	display: inline-block;
	font-weight: 600;
	color: #222;
}
.cauthor span{
	padding-left: 14px;
	display: inline-block;
	font-size: 16px;
}
.course_btm .cauthor img{
	width: 30px;
	border-radius: 50%;
	display: inline-block;
}
.ccategory{
	float: right;
}
.ccategory a{
	font-weight: 600;
	color: #2fafe3;	
	font-size: 15px;
}
.cstyle-2 .course-img{
	width: 306px;
	height: 277px;
}
.cstyle-2 img{
	width: auto;
	height: 100%;
}
.c_image{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.cstyle-2 .ccategory a{
	
}

.cstyle-2 .course_content {
	padding: 25px 10px;
}

.cstyle-2 .course_content h2 {
	margin-bottom: 15px;
}
.cprice-2 {
	float: right;
	color: #2fafe3;
	padding-right: 13px;
	font-weight: 600;
}

.ccount_result{
	font-weight: 600;
	margin-bottom: 25px;
}
.ccount_result span{
	color: #2fafe3;
}
.post_pagination{
	margin-top: 40px;
}
.post_pagination ul li{
	display: inline-block;
}
.post_pagination ul li a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #E8E2E2;
	display: block;
	border-radius: 5px;
	margin: 0 10px;
	transition: .5s;
	color: #222;
}
.post_pagination ul li.active a,
.post_pagination ul li a:hover,
.post_pagination ul li a:focus{
	background: #fff;
	border-color: #2fafe3;
	color: #222;
}

/*-------------------------------
# Category
--------------------------------*/

.single-category{
	text-align: center;
	margin-bottom: 30px;
	padding: 50px 30px;
	border-radius: 8px;
	transition: .5s;
	border: 2px dashed #E9EEF4;
}


.single-category .icon{
	display: inline-block;
	margin-bottom: 25px;
	width: 72px;
	height: 72px;
	line-height: 72px;
	border-radius: 50%;
	transition: .5s;
	display: inline-block;
	background: #F2F6FA;

}

.single-category svg{
	width: 40px;
	display: inline-block;
}

.single-category svg path{
	fill: #2fafe3;
}
.single-category:hover .icon{
	background: #2fafe3;
	box-shadow: 0 4px 18px rgba(0,0,0,0.2);
}
.single-category:hover .icon path{
	fill: #fff;
}
.single-category h3 a{
	font-size: 24px;
	color: #222;
}
.single-category span{
	text-decoration: underline;
}

.course-category .col-xl-3:nth-child(2) .icon{
	background: #EE4A6212;
}

.course-category .col-xl-3:nth-child(2) .icon svg path{
	fill: #EE4A62;
}
.course-category .col-xl-3:nth-child(2) .single-category:hover .icon{
	background: #EE4A62;
}


.course-category .col-xl-3:nth-child(3) .icon{
	background: #0ECD7312;
}

.course-category .col-xl-3:nth-child(3) .icon svg path{
	fill: #0ECD73;
}
.course-category .col-xl-3:nth-child(3) .single-category:hover .icon{
	background: #0ECD73;
}


.course-category .col-xl-3:nth-child(4) .icon{
	background: #F8B81F12;
}

.course-category .col-xl-3:nth-child(4) .icon svg path{
	fill: #F8B81F;
}

.course-category .col-xl-3:nth-child(4) .single-category:hover .icon{
	background: #F8B81F;
}

.course-category .col-xl-3:nth-child(5) .icon{
	background: #8E56FF12;
}

.course-category .col-xl-3:nth-child(5) .icon svg path{
	fill: #8E56FF;
}

.course-category .col-xl-3:nth-child(5) .single-category:hover .icon{
	background: #8E56FF;
}

.course-category .col-xl-3:nth-child(5) .single-category:hover .icon svg path{
	fill:#fff;
}

.course-category .col-xl-3:nth-child(7) .icon{
	background: #F9259612;
}

.course-category .col-xl-3:nth-child(7) .icon svg path{
	fill: #F92596;
}

.course-category .col-xl-3:nth-child(7) .single-category:hover .icon{
	background: #F92596;
}

.course-category .col-xl-3:nth-child(8) .icon{
	background: #39C0FA12;
}

.course-category .col-xl-3:nth-child(8) .icon svg path{
	fill: #39C0FA;
}

.course-category .col-xl-3:nth-child(8) .single-category:hover .icon{
	background: #39C0FA;
}

.course-category .col-xl-3:nth-child(9) .icon{
	background: #F8941F12;
}

.course-category .col-xl-3:nth-child(9) .icon svg path{
	fill: #F8941F;
}

.course-category .col-xl-3:nth-child(9) .single-category:hover .icon{
	background: #F8941F;
}

.course-category .col-xl-3:nth-child(2) .single-category:hover .icon svg path,
.course-category .col-xl-3:nth-child(3) .single-category:hover .icon svg path,
.course-category .col-xl-3:nth-child(4) .single-category:hover .icon svg path,
.course-category .col-xl-3:nth-child(5) .single-category:hover .icon svg path,
.course-category .col-xl-3:nth-child(6) .single-category:hover .icon svg path,
.course-category .col-xl-3:nth-child(7) .single-category:hover .icon svg path,
.course-category .col-xl-3:nth-child(8) .single-category:hover .icon svg path,
.course-category .col-xl-3:nth-child(9) .single-category:hover .icon svg path{
	fill:#fff;
}











/*-------------------------------
# Footer
--------------------------------*/

.footer{
	background: #002935;
	color: #fff;
	padding-top: 80px;
	position: relative;
}
.footer a{
	color: #fff;
	transition: .5s;
}
.footer a:hover,
.footer a:focus{
	color: #2fafe3;
}
.fntitle{
	font-size: 28px;
	color: #fff;
	line-height: 42px;
}
.about-footer .footer-logo{
	margin-bottom: 20px;
}
.about-footer p{
	padding-right: 10px;
}
.footer .newsletter{
	
}
.footer .newsletter form{
	position: relative;
}
.footer .newsletter input[type="email"] {
	border: 1px solid #fff;
	padding: 12px 34px;
	border-radius: 30px;
	width: 100%;
}
.footer .newsletter input[type="email"]:focus{
	outline: inherit;
}
.footer .newsletter button {
	border: 1px solid #2fafe3;
	background: #2fafe3;
	color: #fff;
	padding: 8px 36px;
	border-radius: 30px;
	position: absolute;
	right: 6px;
	top: 6px;
	font-size: 15px;
	font-weight: 600;
	transition: .5s;
}
.footer .newsletter button:hover,
.footer .newsletter button:focus{
	background-color: #002935;
}
.footer-bottom{
	border-top: 1px solid rgba(225,225,225,0.08);
	padding-top: 50px;
	margin-top: 50px;
}
.fstyle-2 .footer-bottom{
	border-top: none;
	padding-top: 20px;
	margin-top: 0px;	
}
.footer-title {
	font-size: 24px;
	color: #fff;
	margin-bottom: 40px;
	position: relative;
}
.footer-title::after {
	content: '';
	background-image: url(../img/shapes/footer-title.svg);
	position: absolute;
	width: 50px;
	height: 3px;
	bottom: -21px;
	left: 0;
}
.footer-bottom ul{
	list-style-type: none;
}
.contact_content img{
	width: 100%;
}
.contact-info p{
	overflow: hidden;
}
.contact-info i{
	float: left;
	padding-right: 15px;
	padding-top: 6px;
	font-size: 24px;
	color: #2fafe3;
}

.contact-info p span{
	overflow: hidden;
	float: left;
}
.footer-bottom ul li a{
	
}
.single-footer li{
	line-height: 35px;
}
.fot-social span{
	margin-bottom: 26px;
	display: block;
	font-size: 20px;
	font-weight: 600;
}
.fot-social li {
	display: inline-block;
	margin-right: 24px;
}
.fot-social a{
	width: 40px;
	height: 40px;
	line-height: 43px;
	display:block;
	background: #1D2B45;
	text-align: center;
	font-size: 22px;
	color: #B4C1D2;
	border-radius: 10px;
	transform: rotate(50deg);
	transition: .5s;
}
.fot-social a i{
	transform: rotate(-50deg);
}
.fot-social a:hover,
.fot-social a:focus{
	background: #2fafe3;
	color: #fff;
}
.newsletter p{
	margin-bottom: 35px;
}
.copyright {
    padding: 25px;
    background: black;
    color: white;
    font-size: 15px;
    font-family: "DM Sans", sans-serif;
}
.copyright p{
	margin-bottom: 0;
}

.fbulb_shape {
	position: absolute;
	top: 106px;
	left: 22px;
}
.fbulb_shape svg{
	width: 55px;
}
.fpencil_shape {
	position: absolute;
	top: 37%;
	right: 173px;
}
.fpencil_shape svg{
	width: 40px;
}
.fshape1 {
	position: absolute;
	top: 130px;
	right: 30px;
}
.fshape1 svg {
	width: 46px;
}
.fshape2 {
	position: absolute;
	top: 63%;
	right: 65px;
}
.fshape2 svg{
	width: 50px;
}
.fshape3 {
	position: absolute;
	right: -25px;
	top: 45%;
}
.fshape3 svg {
	width: 95px;
}
.fshape4 {
	position: absolute;
	left: 26px;
	top: 55%;
}
.fshape4 svg {
	width: 45px;
}
.fshape5 {
	position: absolute;
	left: 0;
	top: 80px;
}
.fshape5 svg{
	width: 100px;
}

/*-------------------------------
# Banner
--------------------------------*/

.main-banner {
	position: relative;
	color: #fff;
	padding: 110px 0;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
.main-banner:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #002935;
	opacity: .9;
	z-index: -1;
}
.main-banner h2,
.main-banner p{
	color: #fff;
}
.main-banner h2{
	margin-bottom: 15px;
}
.main-banner p{
	margin-bottom: 0;
}
.main-banner a{
	color: #2fafe3;
}
.main-banner i {
	position: relative;
	top: 2px;
}
.blshape {
	position: absolute;
	left: -10px;
	top: -40px;
}
.blshape svg{
	width: 160px;
}

.brshape {
	position: absolute;
	right: -7px;
	top: 50px;
}

.brshape svg{
	width: 230px;
}

/*-------------------------------
# Course Details
--------------------------------*/

.scourse_image{
	position: relative;
}
.scourse_image img {
    width: 793px;
    border-radius: 8px;
    border-radius: 8px;
	 -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.scourse_image img:hover{
	 -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}
hr {
    margin-bottom: 30px;
    margin-top: 20px;
}
.book-details p {
    font-size: 17px;
    font-weight: 400;
    font-family: "Anek Devanagari", sans-serif;
}
.book-details h3 {
    margin-bottom: 30px;
    font-size: 25px;
}

/*-------------------------------
# Sidebar
--------------------------------*/

.search-control{
	height: 56px;
	line-height: 45px;
	padding: 5px 20px;
	border-radius: 30px;
	border: 1px solid #D9D9D9;
	width: 100%;
	transition: .5s;
}
.search-control:focus{
	border-color: #2fafe3;
	outline: none;
}
.form-control {
    background-color: transparent;
    /* border: 1px solid #F4F5F8; */
    color: black;
    font-size: 15px;
    height: calc(2.25rem + 27px);
    outline: 0;
    padding: 14px 30px;
    font-family: "DM Sans", sans-serif;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 2px solid black;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
}
.form-control option{
	font-weight: 400;
}
.form-control:focus {
    outline: none;
    box-shadow: inherit;
    border-color: black;
    background: none;
}
textarea.form-control{
	height: 160px;
}

.widget.search-widget{
	border: unset;
	padding: 0;
}
.search-form{
	position: relative;
}
.search-form button {
	position: absolute;
	width: 35px;
	height: 35px;
	line-height: 36px;
	border-radius: 50%;
	border: 1px solid #fff;
	background: #fff;
	color: #555;
	right: 14px;
	top: 10px;
}
.search-form button svg{
	width: 20px;
}
.widget{
	margin-bottom: 30px;
	padding: 30px;
	border: 1px solid #E9EEF4;
	border-radius: 4px;
}
.widget-title{
	margin-bottom: 25px;
}
.widget ul{
	list-style-type: none;
}

.widget.category-widget li {
	text-decoration: underline;
	line-height: 34px;
	position: relative;
	padding-left: 24px;
	font-size: 17px;
}
.category-widget li::before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: #2fafe3;
	border-radius: 50%;
	left: 0;
	top: 10px;
}

.popular-posts-widget{
	
}
.popular-posts-widget li{
	display: block;
	margin-bottom: 22px;
	overflow: hidden;
}
.popular-posts-widget li:last-child{
	margin-bottom: 0;
}
.popular-posts-widget h4{
	transition: .5s;
}
.popular-posts-widget a{
	display: block;
	transition: .5s;
}
.popular-posts-widget img{
	max-width: 100%;
}
.ppimage{
	width: 70px;
	margin-right: 15px;
}
.ppimage img{
	border-radius: 4px;
}
.ppcontent{
	overflow: hidden;
}
.ppcontent h4{
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 1px;
}
.ppcontent span {
	position: relative;
	padding-left: 19px;
	font-size: 16px;
	color: #1C3F39;
}
.ppcontent span::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 12px;
	height: 1px;
	background: #444;
	display: block;
}

.tags_clouds a {
	display: inline-block;
	position: relative;
	margin-right: 16px;
	font-weight: 500;
}
.tags_clouds a:last-child:after{
	content: '   ';
}
.tags_clouds a:after{
	content: ' / ';
	position: absolute;
	right: -15px;
	top: 0;
}


/*
* ----------------------------------------------------------------------------------------
* Comment
* ----------------------------------------------------------------------------------------
*/

.comments{
	padding-top: 40px;
}
.bdtitle{
	margin-bottom: 25px;
	font-size: 24px;
}
.comment-list,
.comment{
	list-style-type: none;
}
.com-img {
	margin-right: 48px;
	position: relative;
}
.com-img h4 {
	font-size: 22px;
	margin-top: 15px;
	margin-bottom: 0;
}
.cdate{
	font-size: 15px;	
}
.creplay {
	position: absolute;
	top: 50px;
	right: -13px;
	width: 40px;
	height: 40px;
	line-height: 42px;
	border-radius: 50%;
	color: #fff;
	background: #2fafe3;
	font-size: 17px;
	text-align: center;
}
.creplay a{
	color: #fff;
}
.com-img img{
	border-radius: 50%;
}
li.comment{
	
	display: block;	
}
.comments .children{
	padding-left: 30px;
}
.single-comment{
	overflow: hidden;
	border: 1px solid #d9d9d9;
	padding: 35px;
	border-radius: 8px;
	margin-bottom: 20px;
}

.comment-form{
	padding-top: 30px;
}
.comment-form .form-control{

}
.comment-form p{
	margin-bottom: 35px;
}
#submit {
	background-color: #2fafe3;
	border: 1px solid #2fafe3;
	color: #fff;
	padding: 10px 35px;
	border-radius: 30px;
	transition: .5s;
	font-weight: 600;
	font-size: 17px;
}

#submit:hover,
#submit:focus{
	color: #fff;
	background-color: #2fafe3;
}

/*
* ----------------------------------------------------------------------------------------
* Shopping Cart
* ----------------------------------------------------------------------------------------
*/


.table.shopping-summery {
	background: #fff;
	border: 1px solid #eee;
}
.shopping-cart {
	background: #fff;
}
.shopping-summery thead .main-hading{
	padding:0px 50px;
}
.shopping-summery thead {
}
.shopping-summery thead tr th {
	border: none;
	font-weight: 600;
	text-align: left;
	padding: 20px;
}
.shopping-summery tbody tr {
	border-bottom: 1px solid #eee;
	margin-top: 20px;
}
.shopping-summery tbody tr img {
	border-radius: 4px;
	width: 100px;
}
.shopping-summery tbody tr:last-child{
}
.shopping-summery tbody .product-name a {
	font-weight: 600;
	color: #282828;
	font-weight: 600;
	font-size: 17px;
}
.shopping-cart .table p {
	font-size: 14px;
	color: #666;
}
.shopping-summery tbody .product-name a:hover{
	color:#2fafe3;
}
.shopping-summery tbody .product img {
	max-width: 70px;
	border-radius: 100%;
	max-height: 65px;
	border: 1px solid #e6e6e6;
	padding: 4px;
}
.shopping-summery tbody .product:hover img{
	border-color:#2fafe3;
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	transform:rotate(360deg);
}
.shopping-cart .border{
	
}
.shopping-cart .table .remove-icon{
	font-size:16px;
}
.shopping-cart .table td {
	vertical-align: middle;
	border-top: 1px solid #eee;
	padding: 20px;
}
.shopping-summery tbody .price {
	text-align: center;
	font-weight: 600;
}
.shopping-summery tbody .price span{}
.shopping-cart tbody .qty .input-group {
	width: 175px;
	display: inline-block;
}
.shopping-cart .qty .button {
	display: inline-block;
	position: absolute;
	top: 0;
}
.shopping-cart .qty .button.minus{
	left:0;
	border-radius:0;
	overflow:hidden;
}
.shopping-cart .qty .button.plus {
	right: 0;
	border-radius:0;
	overflow:hidden;
}
.shopping-cart .qty .button .btn {
	padding: 0;
	width: 44px;
	height: 47px;
	line-height: 50px;
	border-radius: 0px;
	background: transparent;
	color: #282828;
	border: none;
	font-size: 12px;
}
.shopping-cart .qty .button .btn:hover{
	color:#2fafe3;
}
.shopping-cart .qty .input-number {
	border: 1px solid #eceded;
	width: 100%;
	text-align: center;
	height: 47px;
	border-radius:0;
	overflow: hidden;
	padding: 0px 45px;
}
.shopping-summery tbody .total-amount {
	text-align: center;
}
.shopping-summery tbody .total-amount span{}
.shopping-summery tbody .action {
	text-align: center;
}
.shopping-summery tbody .action a:hover{
	color:#2fafe3;
}
.shopping-cart .total-amount{
	margin-top:50px;
}
.woocommerce-cart-form .actions .bottom-cart {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.woocommerce-cart-form .actions .coupon {
	flex: 0 0 50%;
	display: flex;
}
.woocommerce-cart-form .product-name {
	display: inline-block;
	margin-left: 24px;
}
#coupon_code {
	border: 1px solid #eee;
	padding: 5px 15px;
	font-size: 16px;
	border-radius: 4px 0 0 4px;
}
#coupon_code:focus{
	border-color: #2fafe3;
	outline: none;
}
.woocommerce-cart-form .coupon button,
.woocommerce-cart-form .coupon input[type="submit"]{
	background: #2fafe3;
	border: 1px solid #2fafe3;
	color: #fff;
	padding: 8px 25px;
	border-radius: 0 4px 4px 0;
	font-weight: 600;
	transition: .5s;
}
.woocommerce-cart-form .coupon button:hover,
.woocommerce-cart-form .coupon button:focus,
.woocommerce-cart-form .coupon input[type="submit"]:hover,
.woocommerce-cart-form .coupon input[type="submit"]:focus{
	border-color: #002935;
	background: #002935;
}
.btn_border {
	border: 2px solid #002935;
	color: #222;
	padding: 8px 25px;
	font-weight: 600;
	border-radius: 4px;
	transition: .5s;
}

.btn_border:hover,
.btn_border:focus{
	background: #2fafe3;
	border-color: #2fafe3;
	color: #fff;
}
.cart-collaterals {
	padding: 30px;
	border: 1px solid #eee;
}
.cart-collaterals h2 {
	font-size: 24px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.cart-collaterals .shop_table_responsive > div {
	display: flex;
	padding: 15px 30px;
	align-items: center;
}
.cart-collaterals .shop_table_responsive > div > * {
	flex: 1;
}
.cart-collaterals .bt{
	text-align: center;
}
.shop_table .amount,
.shop_table .woocommerce-shipping-destination{
	color: #222;
}
.cart-subtotal .amount{
	font-weight: 600;
}

/*
* ----------------------------------------------------------------------------------------
* Start Checkout Page
* ----------------------------------------------------------------------------------------
*/

.shop.checkout {
    margin-top: 100px;
    background: #fff;
    height: 100%;
}
.shop.checkout .checkout-form h2{
	margin-bottom: 40px;
	font-size: 24px;
}
.shop.checkout .checkout-form h2 {
    font-size: 30px;
    color: black;
    font-weight: 700;
    line-height: 26px;
    font-family: "DM Sans", sans-serif;
}
.shop.checkout .checkout-form p {
	font-size: 16px;
	color: #333;
	font-weight: 400;
	margin-top: 12px;
	margin-bottom: 30px;
}
.shop.checkout .form {
    padding: 30px;
    background: rgb(241, 241, 241);
}
#order-btn {
    display: block;
    width: 200px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    background: #2fafe3;
    border: 2px solid #2fafe3;
}
.shop.checkout .form .form-group label {
    color: black;
    position: relative;
    cursor: pointer;
    font-family: "DM Sans", sans-serif;
}
.shop.checkout .form .form-group label span {
	color: #ff2c18;
	display: inline-block;
	position: absolute;
	right: -12px;
	top: 4px;
	font-size: 16px;
}
.shop.checkout .form .form-group input {
    width: 100%;
    font-family: "DM Sans", sans-serif;
    height: 45px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 3px;
    border-radius: 4px;
    color: #333 !important;
    border: 1px solid #F6F7FB;
    background: white;
    border: 1px solid #2fafe3;
}
.shop.checkout .form .form-group input:focus{
	outline: none;
	border-color: #2fafe3;
}
.shop.checkout .nice-select {
	width: 100%;
	height: 45px;
	line-height: 50px;
	margin-bottom: 25px;
	background: #F6F7FB;
	border-radius: 0px;
	border:none;
}
.shop.checkout .nice-select .list {
	width: 100%;
	height: 300px;
	overflow: scroll;
}
.shop.checkout .nice-select .list li{}
.shop.checkout .nice-select .list li.option{
	color:#333;
}
.shop.checkout .nice-select .list li.option:hover{
	background:#F6F7FB;
	color:#333;
}
.shop.checkout .form .address input {
	margin-bottom: 15px;
}
.shop.checkout .form .address input:last-child{
	margin:0;
}
.shop.checkout .form .create-account {
	margin: 0;
}
.shop.checkout .form .create-account input {
	width: auto;
	display: inline-block;
	height: auto;
	border-radius: 100%;
	margin-right: 3px;
}
.shop.checkout .form .create-account label {
	display: inline-block;
	margin: 0;
}
.shop.checkout .order-details {
	margin-top: 30px;
	background: #fff;
	padding: 30px 0 30px 0;
	border: 1px solid #eee;
}
.shop.checkout .single-widget {
	margin-bottom: 30px;
}
.shop.checkout .single-widget:last-child{
	margin:0;
}
.shop.checkout .single-widget h2 {
	position:relative;
	font-size: 24px;
	font-weight: 600;
	padding: 10px 30px 0;
	text-transform: capitalize;
	color: #222;
}
.shop.checkout .single-widget .content ul{
	margin-top:30px;
}
.shop.checkout .single-widget .content ul li {
	display: block;
	padding: 0px 30px;
	font-weight: 400;
	margin-bottom: 12px;
}
.shop.checkout .single-widget .content ul li span{
	display:inline-block;
	float:right;
}
.shop.checkout .single-widget .content ul li.last {
	padding-top: 12px;
	border-top: 1px solid #ebebeb;
	display: block;
	font-size: 15px;
	font-weight: 400;
	color: #333;
}
.shop.checkout .single-widget .checkbox {
	text-align: left;
	margin: 0;
	padding: 0px 30px;
	margin-top:30px;
}
.shop.checkout .single-widget .checkbox input{
	margin-top: 9px;
}
.shop.checkout .single-widget .checkbox .form-check{
	margin-bottom: 7px;
}
.shop.checkout .single-widget .checkbox label {
	color: #555555;
	position: relative;
	margin-top: -5px;
	font-weight: 400;
	display: block;
	margin-bottom: 15px;
}
.shop.checkout .single-widget .checkbox label:last-child{
	margin-bottom:0;
}
.shop.checkout .single-widget .checkbox label:hover{
	cursor:pointer;
}
.shop.checkout .single-widget .checkbox label input {
	margin-right: 5px;
	display: inline-block;
}

.shop.checkout .single-widget.get-button {
	text-align: center;
	padding: 0px 35px;
}
.shop.checkout .single-widget .bg_btn{
	display: block;
}

/*
* ----------------------------------------------------------------------------------------
* End Checkout Page
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* Contact Us
* ----------------------------------------------------------------------------------------
*/
.contact_us {
    padding: 80px;
    background: rgb(241, 241, 241);
}
.contact_content {
    padding-top: 30px;
}
.contact_us h1 {
    font-family: "DM Sans", sans-serif;
    font-size: 35px;
}
.contact_us p {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
}

#submit-btn {
    width: 100%;
}


/*
* ----------------------------------------------------------------------------------------
* Scroll Top
* ----------------------------------------------------------------------------------------
*/

.topcontrol{
	width: 45px;
	height: 45px;
	line-height: 44px;
	background-color: #2fafe3;
	border: 2px solid #2fafe3;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	transition: .5s;
	font-size: 16px;
	z-index: 999;
}
.topcontrol:hover,
.topcontrol:focus{
	background-color: #2fafe3;
	color: #fff;
}





/* Contact PHP */

.send-message-info svg{
	width: 50px;
	height: auto;
	margin-bottom: 40px;
}
.send-message-info svg path{
	fill: #1C3F39;
}
.send-message-info h4{
	margin-bottom: 40px;
}

/* Contact PHP */