/*!
Theme Name: Smart Edu
Theme URI: http://themesbazar.com/smartedu
Author: ThemesBazar.Com
Author URI: http://themesbazar.com
Description: Themes Is WordPress Theme Market.
Version: 1.0.0
Tested up to: 7.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: smartedu_themesbazar
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the ThemesBazar.

*/



/* Base CSS */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600;700;800;900&family=Karla:wght@300;400;500;600;700;800&display=swap');
@font-face {
    font-family: 'SolaimanLipiNormal';
    src: url('fonts/solaiman-lipi.eot');
    src: url('fonts/solaiman-lipi.eot') format('embedded-opentype'),
         url('fonts/solaiman-lipi.woff') format('woff'),
         url('fonts/solaiman-lipi.ttf') format('truetype'),
         url('fonts/solaiman-lipi.svg#SolaimanLipiNormal') format('svg');
	
	font-weight:normal;font-style:normal;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0;
    font-weight: 300;
	font-family: 'Barlow Condensed', 'SolaimanLipiNormal', sans-serif;
	line-height: 1.2;
	font-size: 18px;
}
p{
	margin: 0 !important;
}

ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
}
figure {
	margin: 0 0 0 !important;
}


a{ text-decoration: none }
a:hover { text-decoration: none}


a:hover {
	color: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1200px;
}


/*======================================
		ThemesBazar col Start
======================================*/  
.themesBazar-1{
	max-width: 100% !important;
	width: 100%;
	flex: 0 0 auto;
}

.themesBazar-2{
	max-width: 50% !important;
	width: 100%;
	flex: 0 0 auto;
}

.themesBazar-3{
	max-width: 33.33% !important;
	width: 100%;
	flex: 0 0 auto;
}

.themesBazar-4{
	max-width: 25% !important;
	width: 100%;
	flex: 0 0 auto;
}

.themesBazar-6{
	max-width: 16.66% !important;
	width: 100%;
	flex: 0 0 auto;
}

/*======================================
		ThemesBazar col End
======================================*/  

/*======================================
	Themesbazar_header Section css-start
======================================*/  


.header-item {
	float: left;
	margin-top: 7px;
}



.header-item ul li:last-child{
	border-right: transparent;
}

.header-item ul > li i {
	font-size: 22px;
	color: #f84e77;
	position: relative;
	top: 3px;
}

.header-item a {
	font-size: 18px;
	color: #fbfbfb;
	margin-right: 10px;
	transition: .8s all;
}

.header-item a:hover {
	color: #ff7093;
}

.home-login {
	float: right;
	line-height: 0;
}

.home-login > ul > li {
	display: inline-block;
	margin-right: 7px;
	position: relative;
}

.home-login > ul > li a {
	overflow: hidden;
	color: #fff;
	background: #f15b43;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 12px 50px 12px 15px;
	display: inline-block;
	text-transform: uppercase;
	transition: all 0.4s ease-in-out;
	transform-origin: inherit;
}




.home-login ul li:last-child span i  {
	color: #f15b43;
}

.home-login ul li:last-child a:hover{
	background: #f15b43;
}

.home-login ul li:last-child a:hover i{
	color: #f15b43;
}

.home-login ul li a:hover{
	background: #4db7a6;
	transform-origin: left;
}


.home-login ul li span {
	width: 27px;
	height: 27px;
	background: #fff;
	color: #f15b43;
	line-height: 17px;
	border-radius: 50%;
	text-align: center;
	transition: .5s all;
	position: absolute;
	right: 5px;
	top: 6px;
	font-size: 15px;
}

.home-login ul li span i {
	width: 27px;
	height: 27px;
	background: #fff;
	color: #f15b43;
	line-height: 27px;
	border-radius: 50%;
	text-align: center;
	transition: .5s all;
}

.home-login ul li:hover span i{
	color: #4db7a6;
	transform: rotateY(180deg);
}


/****======================================
	Themesbazar_header Section css-End
======================================*****/  


/****======================================
		Logo & Menu Section css-Start
======================================*****/

 
.logo img {
	width: 100%;
	height: auto;
	margin-top: 2px;
}




/*****======================================
		Logo & Menu Section css-End
======================================******/



/*======================================
		Slider Section css Start
======================================*/
.slide_image {
	position: relative;
}

.slide_image::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: #09122F;
	opacity: .4;
	z-index: 9;
}

.slide_image img {
	max-width: 100%;
	height: 700px;
	object-fit: cover;
}


.slider-active .owl-item.active .slide_image img {
	display: block;
	width: 100%;
	-webkit-animation: thing 20s;
	-o-animation: thing 20s;
	animation: thing 20s;
}

@keyframes thing {
	from{
		transform: scale(1, 1);
	}

	to{
		transform: scale(1.3, 1.3);	
	}
}



.slider_wrpp {
	position: relative;
}

.slider-item {
	position: absolute;
	left: 10%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	width: 50%;
}



.slider-details {
	font-size: 25px;
	margin: 20px 0 25px;
	line-height: 1.5;
}


.slider-btn ul {
	padding-left: 0px;
}

.slider-btn ul li {
	display: inline-block;
	margin-right: 15px;
	position: relative;
}



.slider-btn ul li:last-child a {
		border:1px solid #4db7a6;
}

.slider-btn ul li:last-child span i  {
	color: #4db7a6;
}

.slider-btn ul li:last-child a:hover{
	background: #f15b43;
	border: 1px solid #f15b43 ;
}

.slider-btn ul li:last-child a:hover i{
	color: #f15b43;
}

.slider-btn ul li a:hover{
	background: #4db7a6;
	border: 1px solid #4db7a6;
	transform-origin: left;
}


.slider-btn ul li span  {
	width: 30px;
	height: 30px;
	background: #fff;
	color: #f15b43;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	transition: .5s all;
	position: absolute;
	right: 12px;
	top: 10px;
	font-size: 16px;
}


.slider-btn ul li span i  {
	width: 30px;
	height: 30px;
	background: #fff;
	color: #f15b43;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	transition: .5s all;

}

.slider-btn ul li:hover span i{
	color: #4db7a6;
	transform: rotateX(180deg);
}

.slide_image::after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 0;
	height: 5px;
	background:#4db7a6;
	opacity: .5;
	z-index: 9;
	transition: 6s all;
}

.slider-active .owl-item.active .slide_image::after {
	width: 100%;
	background: #4db7a6;
	opacity: .5;

}

.slider-active .owl-item.active .slider-title {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay:.8s;
  }
  

  
  .slider-active .owl-item.active .slider-details {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 2s;
  }
  
  .slider-active .owl-item.active .slider-btn {
	-webkit-animation-duration: 2.5s;
	animation-duration: 2.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 2.5s;
  }


.slider-active button.owl-prev {
	position: absolute;
	left: 2%;
	top: 43%;
	transform: translateY(-50%);
	font-size: 24px;
	color: #ddd;
	background: transparent;
	transition: .5s;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	width: 65px;
	height: 65px;
	border-radius: 50%;
}


.slider-active button.owl-prev:hover{
	background: #ddd;
	color: #0d1e50;
}

.slider-active button.owl-next {
	position: absolute;
	right: 2%;
	top: 43%;
	transform: translateY(-50%);
	font-size: 24px;
	color: #ddd;
	background: transparent;
	transition: .5s;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	width: 65px;
	height: 65px;
	border-radius: 50%;
}

.slider-active button.owl-next:hover{
	background: #ddd;
	color: #0d1e50;
}

.slider-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2%;
	content: "";
	z-index: 1;
}


.slider-active .owl-dots button {
	margin: 0 3px;
	padding: 4px !important;
	background: transparent !important;
	outline: inherit;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1px solid #fff;
	position: relative;
	transition: .5s all;
}

.slider-active .owl-dots button::before {
	position: absolute;
	left: 3px;
	bottom: 3px;
	content: '';
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
}

.slider-active .owl-dots button.active {
	border: 1px solid #068c7f;
}

.slider-active .owl-dots button.active::before {
	background: #f15b43 !important;
}

/*======================================
		Slider Section css End
======================================*/

.sec-content {
	text-align: center;
	margin: 0 0 20px;
	position: relative;
}



.sec-title_two {
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	color: #f15b43;
}


.results {
	border: 1px solid #ddd;
	margin-bottom: 30px;
	border-radius: 10px;
	padding: 16px 5px;
}

/*======================================
		Choose Section css Start
======================================*/
.choose-section {
	padding: 40px 0;
}

.choose-wrpp {
	background: #4db7a6;
	padding: 20px 10px;
	text-align: center;
	position: relative;
	margin-top: 60px;
}


.choose-wrpp.wrpp-2 {
	background: #f15b43;
}

.choose-wrpp.wrpp-2 .choose-icon{
	border: 3px solid #f15b43;
}


.choose-wrpp.wrpp-3 {
	background: #003d69;
}

.choose-wrpp.wrpp-3 .choose-icon{
	border: 3px solid #003d69;
}

.choose-wrpp.wrpp-4 {
	background: #3db2d5;
}

.choose-wrpp.wrpp-4 .choose-icon{
	border: 3px solid #3db2d5;
}

.choose-icon img {
	width: 100%;
	transition: .5s all;
	height: auto;
	padding: 15px;
}

  
.choose-wrpp:hover .choose-icon img {
	transform: scale(1.1);
}

.choose-icon {
	width: 100px;
	height: 100px;
	line-height: 90px;
	background: #fff;
	border-radius: 50%;
	max-width: 100%;
	border: 3px solid #4db7a6;
	position: absolute;
	top: -53px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.choose-title {
	margin: 35px 0 5px;
	font-size: 23px;
	font-weight: 600;
	color: #fff;
}

.choose-details {
	color: #fff;
	font-weight: 400;
	font-size: 17px;
	margin: 11px 0 6px;
}



/*======================================
		Choose Section css End
======================================*/

.scroll5-left {
	position: absolute;
	width: auto;
	line-height: 24px;
	z-index: 99;
}


#scroll5-left {
	position: relative;
	width: auto;
	padding: 11px 14px;
	margin: 0;
	padding-right: 10px;
	background: #182c53;
	color: #ffffff;
	font-weight: 400;
	font-size: 30px;
	border-radius: 10px;
}


.scroll5-right a {
	color: #fff;
	font-size: 30px;	
	font-weight: 400;
	margin-right: 12px;
	display: inline-block;
}




/*===============Scroll 05 css End============*/


/*======================================
		About Section css Start
======================================*/
.about-section {
	padding: 60px 0 50px 0;
}
.about-image {
	position: relative;
}

.about-image img {
	width: 100%;
	height: 600px;
	object-fit: cover;
	padding-right: 40px;
}

.exprinces-box {
	position: absolute;
	right: 22px;
	bottom: 0;
	background: #fff;
	width: 38%;
	padding: 8px;
	box-shadow: 0 0 10px #ddd;
	height: 129px;
}
.exprinces-box::before {
	position: absolute;
	left: 8px;
	top: 6px;
	content: '';
	width: 102%;
	height: 90%;
	background: #001234;
}

.exprince-year {
	float: left;
	margin-right: 20px;
	font-size: 60px;
	font-weight: 700;
	margin-top: 17px;
	margin-left: 18px;
	color: #4db7a6;
	position: absolute;
}

.exprince-title {
	font-size: 25px;
	font-weight: 700;
	margin-top: 26px;
	line-height: 26px;
	margin-left: 95px;
	position: absolute;
	color: #fff;
}

.about-padding{
	position: relative;
}



.about-details {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 23px;
	color: #55575c;
	line-height: 1.5;
}



.about-item i {
	font-size: 18px;
	color: #f84e77;
	margin-right: 5px;
}

.about-support {
	margin-bottom: 40px;
}

.about-support ul li {
	margin-bottom: 15px;
	font-size: 18px;
	color: #444;
}

.about-support i {
	width: 30px;
	height: 30px;
	line-height: 28px;
	background: #4db7a6;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-right: 6px;
}




.about-btn span {
	width: 30px;
	height: 30px;
	background: #fff;
	color: #f15b43;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	transition: .5s all;
	position: absolute;
	right: 12px;
	top: 7px;
	font-size: 16px;
}

.about-btn span i  {
	width: 30px;
	height: 30px;
	background: #fff;
	color: #f15b43;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	transition: .5s all;

}

.about-btn:hover span i{
	color: #4db7a6;
	transform: rotateX(180deg);
}


.about-btn a:hover {
	background: #11aba0;

}



/*****======================================
		About Section css End
======================================*****/

  
/*****==================================
	Speech-section Start
=====================================****/
.speech-section {
	background: #fbfbfb;
	padding: 50px 0 50px;
	margin: 15px 0;
}

.speech-wrpp {
	margin: 10px;
	box-shadow: 0 0 4px #ddd;
	padding: 10px 20px 26px;
	overflow: hidden;
	border-radius: 5px;
	background: #fff;
}




.speech-title::before {
	position: absolute;
	left: -54px;
	bottom: 22px;
	content: '';
	width: 7%;
	height: 4px;
	background: #f05a42;
}


.speech-title::after {
	position: absolute;
	left: -15px;
	bottom: 22px;
	content: '';
	width: 2%;
	height: 4px;
	background: #4db7a6;
}


.speech-image img {
	max-width: 44%;
	float: left;
	margin-right: 8px;
	height: 230px;
	object-fit: cover;
	object-position: top;
}

.speech-content {
	margin-top: -6px;
	text-align: justify;
	line-height: 1.5;
}

.speech-btn {
	text-align: right;
	margin-top: 20px;
}



.speech-btn span {
	width: 25px;
	height: 25px;
	background: #fff;
	color: #f15b43;
	line-height: 26px;
	border-radius: 50%;
	text-align: center;
	transition: .5s all;
	position: absolute;
	right: 12px;
	top: 7px;
	font-size: 14px;
}

.speech-btn span i  {
	width: 25px;
	height: 25px;
	background: #fff;
	color: #f15b43;
	line-height: 26px;
	border-radius: 50%;
	text-align: center;
	transition: .5s all;
}

.speech-btn:hover span i {
	color: #4db7a6;
	transform: rotateX(180deg);
}


.speech-btn a:hover {
	background: #11aba0;
}
  
.speech-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -20px;
	content: "";
	z-index: 1;
	right: 0;
}
   

.speech-active .owl-dots button {
	margin: 0 2px;
	padding: 4px 3px 4px 3px !important;
	transition: .8s all;
	background: #051939 !important;
	outline: inherit;
}


.speech-active .owl-dots button.active {
	background: #068c7f !important;
	padding: 9px 3px 4px 3px !important;
}



/*****==================================
	Speech-section End
=====================================*****/
.sec-content2 {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}

.secTitle {
	color: transparent;
	-webkit-text-stroke: 1px #2d313c;
	font-size: 80px;
	font-weight: 900;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin-top: -22px;
	letter-spacing: 1px;
}


  
/*****==================================
	Information-area Start
=====================================*****/
.information-area {
	padding: 80px 0 95px;
	background-image: url(assets/images/bg/2.png);
	background-color: #ddd;
	background-position: center top;
	background-size: cover;
	position: relative;
	z-index: 1;
	margin: 50px 0;
	background-attachment: fixed;
}


.information-area::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(1, 5, 15, 0.9);
    z-index: -1;
}

#information-tab>li {
    background: #33333352;
    margin-right: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

#information-tab .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0;
}

#information-tab .nav-link {
    display: block;
    color: #fff;
    padding: 11px 26px 12px;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    border: 1px solid #2d313c;
}

#information-tab .nav-link.active {
    color: #f15b43;
    border-bottom: none;
}

#information-tab .nav-link li.active {
    border: 1px solid #f05a42;
}

#pills-tabContent {
    background: #33333352;
    padding: 5px 11px 20px 11px;
    transition: .5s all;
}

.information-wrpp {
    margin: 6px 0px 6px;
    padding: 6px 5px 9px;
    border-bottom: 1px solid #2d313c;
    transition: .5s all;
}

.information-wrpp:hover {
    background: #33333352;
    box-shadow: 0 2px 5px #0f0f0f;
    border-radius: 5px;
}

.calender img {
	width: 24%;
	float: left;
	margin-right: 5px;
	position: relative;
}

.date-content {
    position: relative;
}

.info-date span {
	position: absolute;
	left: 12px;
	bottom: 0;
	z-index: 999;
	color: #2095f2;
	font-size: 16px;
	font-weight: 600;
}


.info-date {
	position: relative;
	top: 11px;
	color: #fff;
	font-size: 19px;
	letter-spacing: 0.5px;
}

.infoContent > a {
	font-size: 19px;
	margin: 12px 0 0;
	display: inline-block;
	color: #fff;
	font-weight: 500;
	transition: .5s all;
}
.infoContent>a:hover {
    color: #E65741;
}

.infoContent i {
    font-size: 25px;
    color: #E65741;
    position: relative;
    top: 3px;
}

.viewDownload .view-d {
    border: 1px solid #2d313c;
    padding: 5px 50px 5px 11px;
    margin: 0 10px;
    position: relative;
}

.view-d span {
    background: #fff;
    color: #E65741;
    font-size: 17px;
    text-align: center;
    border: 1px solid#fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    transition: .5s all;
    position: absolute;
    right: 9px;
    top: 4px;
}

.viewDownload {
	float: right;
	margin-top: 6px;
}


.viewDownload ul li {
    display: inline-block;
    margin-right: 5px;
}

.viewDownload ul li:first-child.view-d span {
    color: #11ABA0;
    font-size: 16px;
}

.viewDownload ul li a {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
}

.viewDownload ul li:hover:first-child.view-d span {
    background: #4db7a6;
    color: #fff;
    transform: rotateX(180deg);
	border: 1px solid#4db7a6;
}

.viewDownload ul li:hover:last-child.view-d span {
    background: #E65741;
    color: #fff;
    transform: rotateY(180deg);
	border: 1px solid#E65741;

}


/*****==================================
	Information-area  End
=====================================*****/


/*****======================================
		Teacher Area css Start
======================================*****/
.teachers-area {
	padding: 0 0 40px;
}
.teacher-wrpp {
	padding: 20px;
	box-shadow: 0 0 10px #ddd;
	background: #fff;
	margin: 10px;
	border-radius: 10px 0 10px;
}

.teacher-image img {
	max-width: 170px;
	height: 170px;
	border-radius: 50%;
	border: 8px solid #f4f3f3;
	margin: 0 auto;
	display: inherit;
}

.teacher-item {
	text-align: center;
	padding: 8px 15px 0;
}

.teacher-name > a {
	font-size: 22px;
	font-weight: 600;
	color: #000;
	display: inline-block;
	margin-bottom: 4px;
	
}

.team-deg {
	margin-bottom: 13px;
	font-size: 16px;
	font-weight: 500;
	color: #f15b43;
}

.teacher-secial > a {
	display: inline-block;
	color: #777;
	font-size: 18px;
	margin-right: 6px;
	transition: .5s all;
}

 .teacher-secial > a:nth-child(1){
	color: #1877f2;
}

.teacher-secial > a:nth-child(2){
	color: #00acee;
}

.teacher-secial > a:nth-child(3){
	color: #0e76a8;
}

.teacher-secial > a:nth-child(4){
	color: #8a3ab9;
} 


.teacher-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	content: "";
	z-index: 1;
}

.teacher-active .owl-dots button.active {
	border: 1px solid #068c7f;
}

.teacher-active .owl-dots button.active::before {
	background: #f15b43 !important;
}

.teacher-active .owl-dots button {
	margin: 0 3px;
	padding: 4px !important;
	transition: .8s all;
	background: transparent !important;
	outline: inherit;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1px solid #000;
	position: relative;
	transition: .5s all;
}

.teacher-active .owl-dots button::before {
	position: absolute;
	left: 3px;
	bottom: 3px;
	content: '';
	width: 5px;
	height: 5px;
	background: #999;
	border-radius: 50%;
}


/*****======================================
		Teacher Section css End
======================================*****/





/*****==================================
	Counter section  Start
=====================================*****/
.counter-section {
	padding: 80px 0 95px;
	background-image: url(assets/images/bg/cunter-bg.png);
	background-color: #ddd;
	background-position: center top;
	background-size: cover;
	position: relative;
	z-index: 1;
	margin: 50px 0;
}

.counter-section::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: #01060f;
	z-index: -1;
	opacity: 0.9;
}


.happyClinet_wrpp {
	overflow: hidden;
	width: 100%;
}

.client-icon img {
	float: left;
	width: 19%;
	margin-right: 22px;
	margin-top: 11px;
}

.happy-client {
	font-weight: 600;
	color: #fff;
	font-size: 40px;
	margin: 6px 0 10px;
	letter-spacing: 2px;
	line-height: 1;
}

.happy-title {
	text-transform: capitalize;
	font-weight: 300;
	color: #fff;
	font-size: 18px;
	line-height: 1;
}

/*****==================================
	Counter section  End
=====================================*****/



/*****==================================
	Course section start
=====================================*****/
.course-section {
	padding: 30px 0 60px;
}

.course-wrpp {
	padding: 20px;
	box-shadow: 0 0 10px #ddd;
	margin: 10px;
	overflow: hidden;
	border-radius: 0 0 20px;
}

.course-title {
	margin: 7px 0 20px;
}

.course-title a {
	font-size: 25px;
	color: #000;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	transition: .5s all;
}
.course-title a:hover {
	color: #4db7a6;
}

.course-image img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: top;
}

.course-item {
	overflow: hidden;
	margin: 25px 0 16px;
}

.courseAuthor_image img {
	max-width: 60px;
	height: 60px;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
	box-shadow: 0 0 10px #ddd;
	background: #fff;
	padding: 3px;
}

.course-authorTitle {
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	margin-top: 8px;
	color: #050811;
	float: left;
}

.course-authorTitle span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-top: 6px;
	color: #f15b43;
}

.course-name {
	float: right;
	margin-top: 17px;
	font-size: 14px;
	color: #999;
	line-height: 1;
	font-weight: 300;
}

.course-name strong {
	color: #4db7a6;
	text-transform: capitalize;
}

.course-priceContent {
	margin: 28px 0 3px;
}

.course-price {
	float: left;
	font-size: 20px;
	font-weight: 700;
	color: #f15b43;
	margin-top: 6px;
}

.course-price > span {
	font-size: 18px;
	/* text-decoration: line-through #000; */
	color: #4db7a6;
	font-weight: 400;
	text-decoration: none;
	font-weight: 700;
	
}



.course-btn {
	text-align: right;
}





.coures-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -26px;
	content: "";
	z-index: 1;
}

.coures-active .owl-dots button.active {
	border: 1px solid #068c7f;
}

.coures-active .owl-dots button.active::before {
	background: #f15b43 !important;
}

.coures-active .owl-dots button {
	margin: 0 3px;
	padding: 4px !important;
	transition: .8s all;
	background: transparent !important;
	outline: inherit;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1px solid #000;
	position: relative;
	transition: .5s all;
}

.coures-active .owl-dots button::before {
	position: absolute;
	left: 3px;
	bottom: 3px;
	content: '';
	width: 5px;
	height: 5px;
	background: #999;
	border-radius: 50%;
}



/*****==================================
	Course section  End
=====================================*****/




/*****======================================
		Notice Section css Start
======================================*****/
.notice-section {
	margin: 30px 0 40px 0;
	background-image: url(assets/images/bg/cunter-bg.png);
	background-size: cover;
	background-position: center;
	background-color: #ddd;
	background-attachment: fixed;
	padding: 50px 0;
	position: relative;
	z-index: 1;
}

.notice-section::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: #09122F;
	opacity: .8;
	z-index: -1;
}

.notice-title {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	text-align: left;
	letter-spacing: .5px;
	text-transform: capitalize;
}


.notice-btn {
	text-align: center;
	margin-top: 15px;
}


.notice-btn > a {
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	border: 1px solid#f15b43;
	padding: 15px 62px 15px 29px;
	display: inline-block;
	text-transform: uppercase;
	transition: all 0.4s ease-in-out;
	border-radius: 50px;
	transform-origin: inherit;
	position: relative;
}


.notice-btn span {
	width: 30px;
	height: 30px;
	background: #fff;
	color: #f15b43;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	transition: .5s all;
	position: absolute;
	right: 12px;
	top: 7px;
	font-size: 16px;
}

.notice-btn span i  {
	width: 30px;
	height: 30px;
	background: #fff;
	color: #f15b43;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	transition: .5s all;

}

.notice-btn:hover span i{
	color: #4db7a6;
	transform: rotateX(180deg);
}


.notice-btn a:hover {
	background: #f15b43;

}


/*****======================================
		Notice Section css End
======================================*****/


/*****======================================
		Vdieo Gallery Section css Start
======================================*****/
.video-gallery {
	background-image: url(assets/images/bg/cunter-bg.png);
	background-size: cover;
	background-position: center;
	background-color: #ddd;
	background-attachment: fixed;
	padding: 60px 0 100px;
	margin: 60px 0 20px;
	position: relative;
	z-index: 1;
}

.video-gallery::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #01060f;
	z-index: -1;
	opacity: 0.9;
}


.video-thumbnails img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: top;
}

.video-thumbnails{
	position: relative;
}

.video-icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 45px;
	width: 45px;
	background: #4db7a6 ;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 41px;
	color: #fff;
	border-radius: 50%;
	font-size: 30px;
	padding-left: 5px;
	border: 2px solid #4db7a6 ;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
	z-index: 99;
}

.video-thumbnails:hover .video-icon i {
	background:rgba(0,0,0,.14);
	border: 2px solid #fff;
	color: #fff;
}


.video-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -46px;
	content: "";
	z-index: 1;
}

.video-active .owl-dots button.active {
	border: 1px solid #068c7f;
}

.video-active .owl-dots button.active::before {
	background: #f15b43 !important;
}

.video-active .owl-dots button {
	margin: 0 3px;
	padding: 4px !important;
	transition: .8s all;
	background: transparent !important;
	outline: inherit;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1px solid #ddd;
	position: relative;
	transition: .5s all;
}

.video-active .owl-dots button::before {
	position: absolute;
	left: 3px;
	bottom: 3px;
	content: '';
	width: 5px;
	height: 5px;
	background: #ddd;
	border-radius: 50%;
}


/*****======================================
		Vdieo Gallery Section css End
==========================================****/



/*****======================================
		Testimonial Section css Start
======================================*****/
.testimonial-section {
	background-image:url(assets/images/bg/cunter-bg.png);
	background-color: #0b0b27;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	padding: 100px 0;
	margin: 50px 0;
}

.testimonial-section::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #01060f;
	z-index: -1;
	opacity: 0.9;
}


.testimonial-wrpp {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 30px 0 20px;
	position: relative;
	border-radius: 50px 0 50px 0;
}


.testimonial-wrpp > i {
	position: absolute;
	right: 6px;
	font-size: 128px;
	top: -5px;
	color: #3a3e4547;
	transition: .3s all;
}

.testimonial-wrpp:hover i {
	color: #454951;
}

.testimonial-content {
	padding: 11px 30px 10px;
	text-align: center;
}


.testimonial-image img {
	max-width: 115px;
	border-radius: 50%;
	height: 115px;
	object-fit: cover;
	background: #fff;
	padding: 8px;
	margin: 0 auto;
}

.testimonial-name {
	font-size: 25px;
	font-weight: 500;
	color: #ddd;
	margin-bottom: 7px;
	line-height: 1;
}

.testimonial-deg {
	font-size: 18px;
	color: #eeaf04;
	margin-bottom: 19px;
}

.testimonial-details {
	color: #cccc;
	font-weight: 300;
	line-height: 1.3;
	font-size: 18px;
	margin-top: 15px;
}

.testimonial-secContent {
	margin-top: 70px;
	text-align: left;
	margin-left: 15px;
}

.testimonial-samll {
	color: #f8b604;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 300;
}



.testimonial-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	content: "";
	z-index: 1;
}

.testimonial-active .owl-dots button {
	margin: 0 4px;
	padding: 4px !important;
	background: transparent !important;
	outline: inherit;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1px solid #ddd;
	position: relative;
	transition: .5s all;
}

.testimonial-active .owl-dots button.active {
	border: 1px solid #068c7f;
}

.testimonial-active .owl-dots button.active::before {
	background: #f15b43 !important;
}

.testimonial-active .owl-dots button::before {
	position: absolute;
	left: 3px;
	bottom: 3px;
	content: '';
	width: 5px;
	height: 5px;
	background: #ddd;
	border-radius: 50%;
}



/*****======================================
		Testimonial Section css End
======================================*****/



/*****======================================
		Latest Section css Start
======================================*****/
.latest-area {
	padding: 50px 0 40px;
}

.latest-wrpp {
	box-shadow: 0 0 10px #ddd;
	margin: 7px 0 10px 8px;
	padding: 5px;
}

.latest-image img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	object-position: top;
}

.latest-item {
	padding: 15px 20px;
	overflow: hidden;
}


.latest-cat a {
	display: inline-block;
	border: 1px solid#ddd;
	padding: 5px 9px;
	font-size: 12px;
	color: #4db7a6;
	line-height: 1;
	font-weight: 600;
	border-radius: 30px;
	text-transform: uppercase;
	transition: .5s all;
}

.latest-cat a:hover {
	color: #f15b43;
	border: 1px solid#4db7a6;
}

.latest-cat i {
	margin-right: 2px;
}

.latest-title {
	margin: 10px 0 20px;
}



.latest-title > a:hover{
	color: #f15b43;
}
.latest-details {
	font-size: 16px;
	font-weight: 300;
	color: #666;
	margin: 10px 0;
}

.author-content {
	margin-top: 27px;
}

.author-image img {
	max-width: 50px;
	height: 50px;
	border-radius: 50%;
	float: left;
	margin-right: 8px;
	border: 2px solid #ddd;
	padding: 3px;
	position: relative;
	top: 4px;
}

.author-name {
	position: relative;
	top: 13px;
}

.author-name > a {
	font-size: 18px;
	color: #001234;
	font-weight: 600;
	transition: .5s all;
}

.author-name > a:hover{
	color: #f15b43;
}

.latest-date {
	float: right;
	margin-top: -10px;
	font-size: 16px;
	color: #666;
}

.latest-date i {
	color: #f15b43;
	font-size: 22px;
	margin-right: 1px;
	position: relative;
	top: 3px;
}

.latest-active .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -26px;
	content: "";
	z-index: 1;
}

.latest-active .owl-dots button {
	margin: 0 3px;
	padding: 4px !important;
	transition: .8s all;
	background: transparent !important;
	outline: inherit;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1px solid #000;
	position: relative;
	transition: .5s all;
}

.latest-active .owl-dots button.active {
	border: 1px solid #068c7f;
}
.latest-active .owl-dots button.active::before {
	background: #f15b43 !important;
}

.latest-active .owl-dots button::before {
	position: absolute;
	left: 3px;
	bottom: 3px;
	content: '';
	width: 5px;
	height: 5px;
	background: #999;
	border-radius: 50%;
}

/*****======================================
		Latest Section css End
======================================*****/


/*****======================================
		Clinet Section css Start
======================================*****/
.client-section {
	background: #f0f1f5;
	margin-top: 50px;
	padding: 80px 60px 60px;
}

.clinet-title {
	color: #0d1e50;
	font-size: 43px;
	font-weight: 700;
	line-height: 50px;
}

.clinet-active {
	margin-top: 20px;
}

/*****======================================
		Clinet Section css End
======================================*****/




/*****======================================
		Footer  css Start
======================================*****/



.footer-logo img {
	width: 100%;
	height: auto;
}

.location-content {
	margin-top: 20px;
	margin-bottom: 25px;
}


.footer-address {
	line-height: auto;
}

.location-icon {
	float: left;
	margin-right: 10px;
}

.location-icon i {
	color: #f15b43;
	font-size: 24px;
}

.footer-wrpp {
	overflow: hidden;
	width: 100%;
}


.footer-title {
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 26px;
	position: relative;
}

.footer-title::before {
	position: absolute;
	left: 0;
	bottom: -8px;
	content: '';
	width: 19%;
	height: 3px;
	background: #4db7a6;
}

.footer-menu ul {
	padding-left: 0 !important;
}

.footer-menu ul li {
	margin-bottom: 13px;
}



.footer-menu ul li a {
	font-weight: 400;
	letter-spacing: .5px;
	transition: .5s all;
}
.footer-menu ul li i {
	margin-right: 5px;
	transition: .5s all;
}

.footer-menu ul li a:hover {
	color: #ffc949;
}
.footer-menu ul li a:hover i {
	transform: rotate(90deg);
}


.copy-right a {
	text-decoration: none;
	font-weight: 600;

}

.themesBazar_design {
	text-align: right;
}

.themesBazar_design a {
	font-weight: 600;
	text-decoration: none;
}



.themesBazar_scroll i {
	font-size: 26px;
	color: #fff;
	font-weight: 600;
	top: 15px;
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
}


/*****======================================
		Footer  css End
======================================*****/




/***** ============== All page Bg css Start =================*****/



.all-page::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: #01060f;
	z-index: -1;
	opacity: 0.9;
}


.all-pageContent {
	margin-top: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.all-pagetitle {
	font-size: 50px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.all-pageItem ul > li {
	display: inline-block;
	color: #4db7a6;
	margin-right: 10px;
}

.all-pageItem ul > li > a {
	color: #f15b43;
	font-size: 17px;
}

.all-pageItem ul > li::before {
	content: "";
	width: 7px;
	height: 7px;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	margin: 0 6px 0 1px;
}


.all-pageItem ul > li:first-child::before{
	background: transparent;
} 
/***** ============== All page Bg css End =================*****/


.page-pagination {
	margin-top: 50px;
	text-align: center;
}

.page-pagination ul > li {
	display: inline-block;
}
.page-pagination ul > li > a {
	display: inline-block;
	padding: 11px 20px 11px;
	background: #4db7a6;
	text-align: center;
	border-radius: 50px;
	margin-right: 2px;
	transition: .5s all;
	color: #fff;
	font-weight: 500;
	font-size: 17px;
	line-height: 1;
	
}

.page-pagination .active a {
	background: #f15b43;
	color: #fff;
}


/* Course Page start */
.course-page {
	padding: 40px 0;
}
.course-page .course-wrpp {
	margin: 0 0 20px;
}



/* Course Page End */



/*****======================================
		Gallery Section css Start
======================================*****/
.gallery-page {
	padding: 50px 0;
}

.gallery-content {
	column-count: 4;
	column-gap: 13px;
}

.gallery-wrpp {
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
}


/*****======================================
		Gallry Section css End
======================================*****/



/*****=========== Video page css Start==================*****/
.video-page {
	margin: 50px 0;
}


.video-page-wrpp {
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}

.video-page-thumbnails img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: top;
}

.video-page-thumbnails{
	position: relative;
}

.video-page-thumbnails::before{
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

.video-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.3);
	padding: 10px 5px;
}

.video-caption > a {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	transition: .5s all;
	letter-spacing: 0.2px;
}

.video-caption > a:hover{
	color: #04f7df;
}

.video-page-icon i {
	position: absolute;
	top: 44%;
	left: 50%;
	height: 45px;
	width: 45px;
	background: #04f7df;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 41px;
	color: #fff;
	border-radius: 50%;
	font-size: 30px;
	padding-left: 5px;
	border: 2px solid #04f7df;
	opacity: .8;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
	z-index: 99;
}

.video-page-thumbnails:hover .video-page-icon i {
	background:rgba(0,0,0,.14);
	border: 2px solid #fff;
	color: #fff;
}

/*****=========== Video page css End==================*****/


/*****=========== latest page css End==================*****/

.latest-area .latest-wrpp {
	overflow: hidden;
	width: 100%;
	margin: 0 0 20px;
}

/*****=========== latest page css End==================*****/




/*=============== single about Page css Start============*/
.about-single {
	padding: 50px 0;
}

.single-about-title {
	font-size: 25px;
	text-transform: capitalize;
	color: #054675;
	font-weight: 600;
	background: #f9f9f9;
	padding: 17px 10px;
	margin-bottom: 10px;
}

.single-about-image img {
	width: 50%;
	height: auto;
	object-fit: cover;
	float: left;
	margin-right: 10px;
	margin-top: 6px;
}

.singe-about-content {
	text-align: justify;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
}


/*=============== single about Page css End============*/


/*===========Single-page css Start==================*/
.single-page {
	padding: 20px 0 70px;
}

.single-latest-page {
	padding: 50px 0;
}

.blog-single-title {
	font-size: 30px;
	padding: 10px 0;
	font-weight: 600;
	color: #4db7a6;
	line-height: 1.2;
}

.single-page-date {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-top: 10px;
}

.single-latest-page .single-page-date {
	padding: 10px 8px 10px;
	margin: 10px 0;
	background: #fbfbfb;
	border-radius: 5px;
}



.single-page-date ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.single-page-date ul li a {
	color: #807e7e;
	text-decoration: none;
	font-size: 16px;
}

.single-page-date ul li {
	display: inline-block;
	margin-right: 30px;
}

.single-page-date i {
	margin-right: 5px;
	font-size: 20px;
	color: #f15b43;
}

.single-page-date img {
	width: 40px;
	height: 40px;
	border-radius: 40%;
	margin-right: 10px;
	background: #f2c7c0;
	padding: 2px;
}



.single-page-title {
	font-size: 60px;
	font-weight: 600;
	color: #fff;
	margin: 13px 70px;
	line-height: 1.2;
}

.single-page-image img {
	width: 100%;
	height: auto;
}

.single-page-content {
	text-align: justify;
	font-size: 16px;
	line-height: 1.7;
	color: #000;
	font-weight: 300;
}


.single-page-categori {
	-webkit-box-shadow: 0 0 10px #eee;
	        box-shadow: 0 0 10px #eee;
	padding: 10px;
	
}

.single-category-title {
	font-size: 25px;
	font-weight: 600;
	color: #460404;
	position: relative;
	margin-bottom: 20px;
}

.single-category-title::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 40px;
	height: 3px;
	background: #ffcd00;
}


.single-page-search {
	margin-bottom: 20px;
}



.single-search {
	position: relative;
}

.single-search input[type="text"] {
	padding: 12px 5px;
	font-size: 15px;
	border: 2px solid #f15b43;
	width: 100%;
	outline: inherit;
}
.single-page-search input[type="submit"], button[type="submit"] {
	padding: 10px 19px 12px;
	border: none;
	background: #f15b43;
	color: #fff;
	cursor: pointer;
	margin: 0;
	font-size: 19px;
	border-radius: inherit;
	position: absolute;
	right: 0;
	height: 100%;
	line-height: 2;
}


.single-recent-post {
	padding: 30px;
	border: 3px solid #e7e9ef;
}

.single-recent-item {
	font-size: 22px;
	font-weight: 600;
	color: #032640;
	position: relative;
}



.single-recent-content {
	display: inline-block;
	margin-top: 20px;
}

.single-recent-image img {
	width: 40%;
	height: auto;
	margin-right: 10px;
	float: left;
}

.single-recent-date {
	font-size: 12px;
	font-weight: 300;
	color: #797979;
}

.single-recent-title {
	line-height: 16px;
	margin-top: 3px;
}

.single-recent-title a {
	color: #000;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
	font-size: 16px;
}

.single-recent-title a:hover {
	color: #f15b43;
}

.single-page-tag {
	padding: 30px;
	border: 3px solid #e7e9ef;
	margin-top: 30px;
}

.single-tag-title {
	font-size: 22px;
	font-weight: 600;
	color: #032640;
	margin-bottom: 20px;
}



.tag ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.tag ul li {
	display: inline-block;
	
	margin-bottom: 10px;
	margin-right: 5px;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
}

.tag ul li a {
	color: #85838c;
	text-decoration: none;
	font-size: 16px;
	background: #f5f6f9;
	padding: 5px 10px;
	display: inline-block;
	transition: .5s all;
}


.tag ul li a:hover {
	background: #4db7a6;
	color: #fff;
}



/*****=========== Single page css End ==================*****/



/*==============Single Team-page css Start ====================*/
.single-team {
	margin: 50px 0;
}

.single-teamContent {
	box-shadow: 0 0 20px #ddd;
	padding: 50px  0;
	position: relative;
	margin: 0 85px;
}

.single-teamContent::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 15%;
	background: #4db7a6;
	z-index: -1;
}

.singel-teamImage {
	text-align: center;
}

.singel-teamImage img {
	width: 70%;
	height: 350px;
	object-fit: cover;
}


.team-singleItem {
	padding: 0 50px 0 0;
}

.single-deg {
	font-size: 17px;
	color: #f15b43;
	margin-bottom: 13px;
	font-weight: 500;
	text-transform: capitalize;
}

.tSingle-name {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #19937f;
}

.team-details {
	color: #999;
	font-weight: 300;
	line-height: 25px;
	font-size: 17px;
	margin-bottom: 20px;
}
.single-Tsocial > a {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 52px;
	background: #fff;
	text-align: center;
	font-size: 20px;
	border-radius: 50%;
	margin-right: 8px;
	color: #f00;
	box-shadow: 0 0 10px #ddd;
}

.single-Tsocial > a:nth-child(1){
	color: #3b5998;
}
.single-Tsocial > a:nth-child(2){
	color: #00acee;
}
.single-Tsocial > a:nth-child(3){
	color: #0e76a8;
}
.single-Tsocial > a:nth-child(4){
	color: #d6249f;
}



/*==============Team single -page css End ====================*/


/*======================================
		Skills Area css-Start
======================================*/


.skill-image img {
	max-width: 65%;
	height: auto;
}

.skill-image {
	position: relative;
	text-align: center;
}

.skills {
	padding: 15px;
	overflow: hidden;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 60px;
}

.skills .skill {
   margin-bottom: 20px;
}

.skills .skill .skill-title {
	color: #04011c;
	margin-bottom: 14px;
	font-weight: 500;
	font-size: 17px;
}


.skills .skill .skill-bar {
	width: 0;
	height: 10px;
	background: #000;
	transition: 1s cubic-bezier(1, 0, .5, 1);
	-webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
	-ms-transition: 1s cubic-bezier(1, 0, .5, 1);
	margin-bottom: 20px;
}


.skills.active .skill .skill-bar {
   width: 100%;
}

.skill-bar span {
	float: left;
	width: 0%;
	background: #F7B006;
	height: 10px;
	position: relative;

}

.skill-bar span b {
	float: right;
	position: relative;
	text-align: center;
	opacity: 0;
	font-size: 12px;
	top: -30px;
	background: #f00;
	color: #fff;
	font-weight: 600;
	padding: 5px 9px;
	border-radius: 50px;
	line-height: 1;
}

.skill-bar span b::before {
	position: absolute;
	left: 47%;
	bottom: -4px;
	content: '';
	width: 10px;
	height: 10px;
	background: #f00;
	transform: rotate(45deg);
	z-index: -1;
}

/*======================================
		Skills Area css-End
======================================*/

 

/*****=========== Contact-page css Start==================*****/

.contact-page {
	padding: 50px 0;
}


.contact-p-wpp {
	background: #fff;
	box-shadow: 0px 10px 30px 0px rgba(13, 30, 80, 0.1);
	padding: 10px;
	border-radius: 20px;
}

.p-addres-titel {
	font-size: 30px;
	color: #040e2a;
	font-weight: 700;
	text-transform: capitalize;
	margin: 4px 0 3px;
}

.p-address-content {
	padding: 20px 0;
	border-bottom: 1px solid#ddd;
	position: relative;
}

.p-address-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-left: 56px !important;
}

.p-address-content ul li {
	font-size: 15px;
	color: #333;
	line-height: 18px;
	font-weight: 300;
	text-transform: capitalize;
}

.p-address-content strong {
	font-weight: 700;
	color: #061538;
	font-size: 16px;
	margin-bottom: 6px;
	display: inline-block;
}

.p-address-content i {
	position: absolute;
	left: 0;
	width: 40px;
	height: 40px;
	border: 1px solid #11aba0;
	text-align: center;
	line-height: 38px;
	font-size: 21px;
	border-radius: 50%;
	margin-right: 10px;
	color: #11aba0;
}

.contact-page-social {
	margin-top: 20px;
	margin-bottom: 10px;
}

.contact-page-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.contact-page-social ul li {
	display: inline-block;
	margin-right: 4px;
}

.contact-page-social ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 42px;
	background: #ddd;
	text-align: center;
	color: #6c6c6c;
	transition: .5s all;
	font-size: 20px;
}


.contact-page-social ul li a:hover {
	color: #11aba0;
}



.contact-wrpp {
	background: #fff;
	box-shadow: 0px 10px 30px 0px rgba(13, 30, 80, 0.1);
	padding: 20px;
	border-radius: 20px;
}

.contact-page-title {
	color: #040e2a;
	font-weight: 700;
	font-size: 30px;
	text-transform: capitalize;
	margin: 0 0 18px;
}

.contact-page-form input[type="text"], textarea {
	width: 100%;
	padding: 12px 9px;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 12px;
	border: 1px solid#ddd;
	background: #F5F5F5;
	outline: inherit;
}
.contact-page-form input[type="email"]{
	width: 100%;
	padding: 12px 9px;
}
.c-page-input-title {
	margin-bottom: 6px;
	font-size: 20px;
	color: #666;
	font-weight: 300;
}


.contact-page-btn input[type="submit"] {
	background: #11aba0;
	padding: 14px 56px;
	font-size: 20px;
	color: #fff;
	border: none;
	text-transform: uppercase;
	text-align: center;
	transition: .8s;
	cursor: pointer;
}


.map-section iframe {
	width: 100%;
	height: 500px;
}


/*****=========== Contact-page css End ==================*****/



/*==============Archive-page css Start====================*/

.archive-page {
	margin: 50px 0;
}

.table.table-bordered thead tr th {
	text-align: center;
	background: #038A81;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	padding: 11px 0;
	border-bottom: none;
	letter-spacing: 0.3px;
}

.table.table-bordered tbody tr th {
	text-align: center;
    margin-top: 20px;
}


.table.table-bordered td {
	text-align: center;
	font-size: 16px;
	color: #000;
	font-weight: 600;
	letter-spacing: 0.2px;
}


.image img {
	width: 20%;
	height: auto;
}

.wrpper {
	color: #0f0d0d;
	font-size: 15px;
}





.archive-btn > a {
	overflow: hidden;
	color: #fff;
	background: #f15b43;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	padding: 10px 48px 11px 20px;
	display: inline-block;
	text-transform: capitalize;
	transition: all 0.4s ease-in-out;
	border-radius: 5px;
	transform-origin: inherit;
	position: relative;
}


.archive-btn span {
	width: 25px;
	height: 25px;
	background: #fff;
	color: #f15b43;
	line-height: 26px;
	border-radius: 50%;
	text-align: center;
	transition: .5s all;
	position: absolute;
	right: 9px;
	top: 6px;
	font-size: 14px;
}

.archive-btn span i  {
	width: 25px;
	height: 25px;
	background: #fff;
	color: #f15b43;
	line-height: 26px;
	border-radius: 50%;
	text-align: center;
	transition: .5s all;
}

.archive-btn:hover span i {
	color: #4db7a6;
}

.archive-btn a:hover {
	background: #11aba0;
}

.wrpper.archive-btn.view-btn a {
	background: #4db7a6;
}

.wrpper.archive-btn.view-btn span i  {
	 color: #4db7a6;
}

.archive-btn.view-btn a:hover {
	background: #f15b43;
}

.archive-btn.view-btn:hover span i {
	color: #f15b43;

}


/*==============Archive-page css End====================*/


/*==============Result-page css Start====================*/
.result-page {
	padding: 50px 0 70px;
}

.result-pageContent {
	margin: 0 25% 0 25%;
	border: 1px solid #4db7a6;
	padding: 25px;
}

.result-form {
	display: inline-block;
	width: 100%;
}

.result-title {
	font-size: 16px;
	font-weight: 300;
	color: #000;
	text-transform: capitalize;
	margin-bottom: 5px;
	position: relative;
	top: 13px;
}

.result-form > select {
	background: #F4F0F2;
	border: none;
	border: 1px solid #ddd;
	padding: 8px 5px;
	font-size: 16px;
	text-transform: capitalize;
	margin-left: 10px;
	width: 75%;
	margin-bottom: 8px;
	margin-top: 6px;
	color: #666;
	cursor: pointer;
	float: right;
}

.result-form > input[type="text"] {
	background: #F4F0F2;
	border: none;
	border: 1px solid #ddd;
	padding: 8px 5px;
	font-size: 16px;
	text-transform: capitalize;
	margin-left: 10px;
	width: 100%;
	margin-bottom: 8px;
	margin-top: 6px;
	outline: inherit;
	float: right;
}

.result-form > select > option {
	background: #fff;
	font-size: 16px;
	text-transform: capitalize;
	color: #f15b43;
}
.result-submit {
	text-align: right;
	margin-top: 15px;
}

.result-submit input[type="reset"],input[type="submit"]  {
	background: #4DB7A6;
	border: none;
	border: 1px solid #4db7a6;
	padding: 6px 18px;
	font-size: 16px;
	width: auto;
	color: #fff;
	font-weight: 600;
}
.result-submit input[type="submit"]  {
	background: #f15b43;
	border: none;
	border: 1px solid #f15b43;
	padding: 6px 18px;
	font-size: 16px;
	width: auto;
	color: #fff;
	font-weight: 600;
}



/*==============Result-page css End====================*/




/*============== Result-view page css Start ====================*/
.result-view-page {
	padding: 50px 0 70px;
}

.result-viewContent {
	margin: 0 13% 0 13%;
}

.viw-top > tr > th {
	background: #AFB7BE;
	text-align: left !important;
	font-size: 18px !important;
	color: #000 !important;
	padding: 4px 10px !important;
	border: 1px solid #fff  !important;

}
.view-result > tr > td {
	background: #EEEEEE;
	text-align: left !important;
	font-size: 18px !important;
	color: #000 !important;
	padding: 4px 10px !important;
	border: 1px solid #fff;
	font-weight: 300 !important;
}

.view-result > tr > td > strong {
	font-weight: 700;
}

.grade-title {
	text-align: center;
	margin: 20px 0 30px;
	font-size: 36px;
	text-transform: capitalize;
	font-weight: 600;
	color: #182c54;
	letter-spacing: 1px;
}


/*============== Result-view page css End ====================*/



/*============== Application page css Start ====================*/
.application-form-page {
	padding: 50px 0;
}

.application-formContent {
	margin: 0 5% 0 5%;
	box-shadow: 0 0 10px #ddd;
	padding: 20px 10px;
	border-radius: 10px;
}

.application-title {
	font-size: 16px;
	font-weight: 300;
	color: #000;
	text-transform: capitalize;
	margin-bottom: 5px;
	margin-top: 5px;
}
.application-title > i {
	color: #4db7a6;
}

.ap-title {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	color: #000;
	margin-bottom: 15px;
}

.application-input {
	margin-bottom: 8px;
	display: inline-block;
	width: 100%;
}

.application-input2 {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.checkbox input {

	color: #000;
	font-size: 16px;
}

.checkbox {
	margin-bottom: 25px;
}

.permanent-adderss {
	margin-bottom: 20px;
}

.application-input2 > select {
	width: 100%;
	padding: 8px 9px;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	border: 1px solid#ddd;
	background: #F5F5F5;
	outline: inherit;
	float: right;
	cursor: pointer;
}
.application-input input[type="text"], input[type="email"],  input[type="date"] {
	width: 100% !important;
	padding: 5px 9px;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	border: 1px solid#ddd;
	background: #F5F5F5;
	outline: inherit;
	float: right;
}

.application-input > input[type="radio"] {
	/* font-size: 16px; */
	/* color: #333 !important; */
	margin-right: 10px;
	margin-top: 12px;
	/* font-weight: 300 !important; */
}

.application-submit {
	text-align: right;
	margin: 15px 0 ;
}

.application-submit input[type="reset"],input[type="submit"]  {
	background: #4DB7A6;
	border: none;
	border: 1px solid #4db7a6;
	padding: 6px 18px;
	font-size: 16px;
	width: auto;
	color: #fff;
	font-weight: 600;
}
.application-submit input[type="submit"]  {
	background: #f15b43;
	border: none;
	border: 1px solid #f15b43;
	padding: 6px 18px;
	font-size: 16px;
	width: auto;
	color: #fff;
	font-weight: 600;
}

/*============== Application page css End ====================*/

/*============== Routine page css Start ====================*/
.routione-page {
	padding: 50px 0;
}

.admit-page {
	padding: 50px 0;
}

.admit-pageContent {
	margin: 0 25% 0 25%;
	box-shadow: 0 0 10px #ddd;
	padding: 20px 10px;
	border-radius: 10px;
}

.admit-title {
	font-size: 16px;
	font-weight: 300;
	color: #000;
	text-transform: capitalize;
	margin-bottom: 5px;
	position: relative;
	top: 6px;
}

.admit-form {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.admit-form input[type="text"] {
	width: 80%;
	padding: 5px 9px;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	border: 1px solid#ddd;
	background: #F5F5F5;
	outline: inherit;
	float: right;
}

/*============== Routine page css End ====================*/

/*============== Routine-view page css Start ====================*/

.routine-border {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.routine-title {
	text-align: center;
	font-size: 19px;
	color: #000;
	font-weight: 400;
	line-height: 37px;
}

.routine-date {
	font-size: 17px;
	text-align: center;
	line-height: 37px;
	color: #000;
	font-weight: 400;
}
.routine-btn {
	text-align: center;
}

.routine-btn > a {
	overflow: hidden;
	color: #fff;
	background: #f15b43;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	padding: 10px 48px 11px 20px;
	display: inline-block;
	text-transform: capitalize;
	transition: all 0.4s ease-in-out;
	border-radius: 5px;
	transform-origin: inherit;
	position: relative;
}

.routine-btn span {
	width: 25px;
	height: 25px;
	background: #fff;
	color: #f15b43;
	line-height: 26px;
	border-radius: 50%;
	text-align: center;
	transition: .5s all;
	position: absolute;
	right: 9px;
	top: 6px;
	font-size: 14px;
}

.routine-btn a:hover {
	background: #11aba0;
}


/*============== Routine-view page css End ====================*/


/***================================== 
	view-application page css Start
==================================***/
.view-application {
	padding: 10px 0;
	display: inline-block;
	width: 100%;
}

.custom-container {
	max-width: 850px;
	height: 1150px;
	width: 100%;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
}

.banner-image {
	border-bottom: 2px solid #4db7a6;
	padding-bottom: 7px;
	margin-bottom: 10px;
}

.banner-image > img {
	width: 100%;
	height: 120px;
	object-fit: cover;
}


.view-date {
	text-align: right;
	font-size: 18px;
	color: #000;
	margin-bottom: 20px;
	position: relative;
	left: -30px;
}

.students-infoPadding {
	display: inline-block;
	width: 100%;
}
.student-margin {
	width: 70%;
	float: left;
}
.student-margin2 {
	width: 30%;
	float: left;
}

.student-info {
	font-size:18px;
	font-weight: 500;
	color: #2f2d2d;
	padding-bottom: 8px;
}

.student-info > span {
	font-size: 18px;
	color: #444;
	margin-right: 15px;
	font-weight: normal;
}


.students-image {
	text-align: center;
}

.students-image img {
	width: 150px;
	height: 150px;
	object-fit: cover;
	object-position: top;
	padding: 5px;
	border: 1px solid#ddd;
}

/* Address css start */
.address-padding {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	margin-top: -10px;
}
.address-margin {
	width: 50%;
	float: left;
}
.address > span {
	font-size: 22px;
	font-weight: 600;
	color: #2f2d2d;
	margin-bottom: 15px;
	display: inline-block;
	margin-top: 10px;
}

.address-info {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	margin-bottom: 8px;
	padding-bottom: 4px;
}

.address-info > span {
	font-size: 18px;
	color: #444;
	margin-right: 15px;
	font-weight: normal;
}

.address-info.info-2 {
	position: relative;
	left: -228px;
}

/* Address css End */


/* Students Info css Start */
.students-padding {
	display: inline-block;
	width: 100%;
}
.students-margin3 {
	width: 50%;
	float: left;
}
.students-margin4 {
	width: 50%;
	float: left;
}

.previus-class > span {
	font-size: 22px;
	font-weight: 600;
	color: #2f2d2d;
	margin-bottom: 15px;
	display: inline-block;
	margin-top: 10px;
}

.address-details {
	font-size: 16px;
	color: #333;
	text-align: justify;
	line-height: 24px;
}

/* Students Info  css End */

/* Students signature  css Start */
.students-signature {
	width: 50%;
	float: left;
	margin-top: 20px;
}

.singature-info {
	font-size: 18px;
	color: #000;
}

.singature-info img {
	width: 60%;
	height: 20px;
	object-fit: contain;
	margin-left: 20px;
	margin-top: 5px;
}

/* Students signature  css End */



/***================================== 
	view-application page css End
==================================***/


/*===============404/Error Page css End============*/
.error-page {
	padding: 20px 0 70px;
}

.error-title img {
	max-width: 50%;
	height: auto;
}

.error-wrpp {
	text-align: center;
}


.error-page-sub {
	font-size: 40px;
	font-weight: 600;
	color: #535151;
	margin-top: 20px;
	margin-bottom: 20px;
}

.error-page-item {
	font-size: 25px;
	letter-spacing: 0.5px;
	color: #000;
}

.error-btn {
	margin-top: 40px;
}

.error-btn a {
	background: #04011c;
	padding: 10px 30px;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 2px;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
}

.error-btn a:hover{
    padding: 10px 40px;
  }
/*===============404/Error Page css End============*/



/*=========================================
		Common-Pagination-Start
 ======================================== */


.pager .previous > a, .pager .previous > span {
		float: left;
}

.pager .next > a, .pager .next > span {
float: right;
} 



.pager li:last-child{
	float: right;
}

.pager {
	text-align: center;
	margin: 22px 0;
}

.pager li {
	display: inline;
}

 .pager li > a:hover {
    background: #00061e;
    color: #fff;
}

.pager li > a {
	display: inline-block;
	padding: 6px 20px 5px;
	background: #fff;
	text-align: center;
	border-radius: 5px;
	margin-right: 2px;
	transition: .5s all;
	color: #00061e;
	font-weight: 500;
	font-size: 17px;
	box-shadow: 0 0 5px #b3b3b3;
    transition: .5s all;
}
.pager .active > span{
    background: #00061e;
    color: #fff;
    padding: 7px 20px 7px;
    border-radius: 5px;
}

.page-numbers {
	background: #fff;
	padding: 5px 10px;
	color: #000;
	border-radius: 5px;
	box-shadow: 0 0 10px #bfbaba;
	margin-right: 5px;
	width: max-content !important;
}

.page-numbers.current {
	background: #00061e;
	color: #fff;
}

 .widget_area {
	margin-bottom: 10px;
	padding: 5px;
}

.widget_area h3 {
	background: #051939;
	color: white;
	padding: 5px 10px;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 5px;
}
 

/*=========================================
		Common-Pagination-Close
 ======================================== */
 

