@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;1,200;1,400;1,600&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bakbak+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');


*{
	padding: 0px;
	margin: 0px;
}
body{
	background-color: #fff!important;
	overflow-x: hidden!important;
	font-family: 'Nunito', sans-serif;
}

h2, h4, h5 {
	font-family: 'Roboto Slab', serif;
	position: relative;
}

a{
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
}
a:hover{
	text-decoration: none!important;
}
p, h3, h1, li{
	font-family: 'Roboto', sans-serif;
	list-style: none;
}
p{
	font-size: 14px;
	color: #ababab;
}
.common-section{
	padding: 80px 0px;
	position: relative;
	background-color: #fff;
}
.container{
	max-width: 1220px!important;
}
.common-d-flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/*--------------------start-top-contact-section----------*/
.top-contact-section{
	background-color: #000;
	padding: 14px 0px;
}
.top-contact-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Have-any-question-list .item{
	display: inline-block;
	margin-right: 13px;
}
.Have-any-question-list .item,
.Have-any-question-list .item a{
	color: #fff;
	font-size: 12px;
    font-weight: 500;
}
.common-before:before{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
/*----------------end-top-contact-section-----------*/
/*---------------start-menu-section------------*/


/* burger */
.burger {
  display: flex;
  flex-direction: column;
  width: 50px;
  height: 23px;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
.burger__line{
  display: block;
  border-radius: 4px;
  height: 4px;
  width: 36px;
  background-color: #464646;
  transition: all ease 0.5s;
}

.burger__line--top{
    transform-origin: center center;
}
.burger__line--center{
  margin: 5px 0;
}
.burger__line--bottom{
    transform-origin: center center;
}
.burger.active .burger__line--top {
  transform: translate(0, 16px) rotate(45deg);
}
.burger.active .burger__line--center {
   opacity: 0;
}
.burger.active .burger__line--bottom {
  transform: translate(0, -2px) rotate(-45deg) ;
}










.menu-section{
	/*background-color: red;*/
	padding: 5px 0px;
	position: relative;
	z-index: 99;
	width: 100%;
}
.menu-section .header-logo-img span a{
	display: block;
}


.nav-fixed{
	background-color: #fff;
	transition: 0.4s ease;
	position: fixed;
	top: 0px;
	box-shadow: 0px 0px 14px rgb(0 0 0 / 11%);
	animation: fixed 0.5s linear;
}
.nav-fixed .bar-icon-mobile i{
	color: #000;
}
@keyframes fixed{
	from{
		transform: translateY(-100%);
	}
	to{
		transform: translateY(00%);
	}
}
.nav-fixed .logo-barnd{
	background-image: url(../img/logo-sticky.webp);
}
.nav-fixed .navbar-menu-list .nav-item .nav-link{
	color: #000;
}
.navbar-menu-list .nav-item .nav-link.active,
.navbar-menu-list .nav-item .nav-link:hover{
	color: #8dc3ea;
}
.navbar-menu-list .nav-item .nav-link{
	font-size: 14px;
    color: #000;
    transition: 0.3s all;
    padding:0px;
    font-weight: 500;
}
.navbar-menu-list .nav-item{
	margin: 0px 8px;
	position: relative;
	transition: 0.3s all;
	border-bottom: 2px solid transparent;
}
.navbar-menu-list .nav-item:hover .sub-menu{
	opacity: 1;
	visibility: visible;
	top: 100%;
	transition: 0.3s all;
}



.sub-menu{
	padding-top: 10px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0px;
}
.sub-menu .inner-box{
	width: 200px;
	background-color: #fff;
	text-align: left;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
	position: relative;
}
.sub-menu .inner-box:after{
	position: absolute;
    top: -7px;
    left: 20px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #FFF transparent;
}
.sub-menu .inner-box ul .nav-item:last-child{
	border-bottom: 1px solid transparent;
}
.sub-menu .inner-box ul .nav-item{
	background-color: #fff;
	margin: 0px;
	padding: 7px 0px 7px 10px;
	text-align: left;
	width: 100%;
	border-bottom: 1px solid #D9E7DB;
	transition: 0.3s all;
}
.sub-menu .inner-box ul .nav-item:hover a{
	color: #8dc3ea;
}
.sub-menu .inner-box ul .nav-item a{
	color: #000;
	width: 100%;
	display: inline-block;
	text-decoration: none;
	transition: 0.3s all;
	font-size: 14px;
	font-weight: 500;
}

.content-Interactive h5{
	font-weight: 600;
	font-size: 18px;
}
.content-Interactive h5:hover{
	cursor: pointer;
	color:  #8dc3ea;
}
.content-Interactive p{
	color: #00d637;
}
.heading-courses{
	font-size: 17px;
    font-weight: 700;
}
.bar-icon-mobile i{
	color: #000;
	display: none;
}
.bar-icon-mobile{
	display: none;
}














/*-------------end-menu-section------------------*/
/*-------------------start-top-slider----------------*/
.top-slider{
	position: relative;
	width: 100%;
}
.owl-carousel .item .owl-carousel-box img{
	height: 100%;
}

.common-bg{
	/*background-image: url(../img/slider-img/slid1.jpg);*/
	height: 640px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 150px 0px 50px 0px;
}
.menu-section .header-logo-img img{
	width: 100%;
}

.common-bg:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.6);
}
.slider-content-box .title{
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: 700;
}
.owl-item.active .slider-content-box .title{
	animation: fadeInLeftBig ease 2s;
}
.owl-item.active .slider-content-box .heading{
	animation: fadeInRightBig ease 1.5s;
}
.slider-content-box .heading{
	text-transform: uppercase;
	color: #fff;
	font-size: 89px;
	letter-spacing: 1px;
	font-weight: 900;
}
.slider-content-box{
	overflow: hidden;
	position: relative;
}
.education-word-list .heading,
.navbar-menu-list .nav-item{
	display: inline-block;
}

.text-black{
	color: #000;
}


.common-btn .btn{
	/*background-color: #212529;*/
	background-color: #ee393d;
    color: #fff;
    border-radius: 0px;
    padding: 11px 25px;
    font-size: 13px;
    border-radius: 5px;
    font-weight: 600;
}
.common-btn .btn:hover{
	color: #fff;
	/*background-color: #ee393d;*/
	background-color: #212529;
}
.owl-item.active .banner-btn .btn{
	animation: fadeInUpBig ease 2.5s;
}
/*--------------end-top-slider-------------------*/
/*--------------start-best-industry------------*/


/*.top-slider:hover #top-carousel-box .owl-nav{
	opacity: 1;
}*/
#top-carousel-box .owl-nav{
	opacity: 1;
	transition: 0.7s ease;
	position: absolute;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	width: 100%;
}
#top-carousel-box .owl-prev:focus,
#top-carousel-box .owl-next:focus,
#popular-box .owl-prev:focus,
#popular-box .owl-next:focus{
	outline: none;
}	
#top-carousel-box .owl-prev,
#top-carousel-box .owl-next{
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
	width: 70px;
	height: 70px;
	transition: 0.5s ease;
	text-align: center;
	border-radius: 100px;
	position: absolute;
}
#top-carousel-box .owl-prev:hover,
#top-carousel-box .owl-next:hover{
	background-color: rgba(0, 0, 0, 1);
}
#top-carousel-box .owl-prev{
	left: 1%;
}
#top-carousel-box .owl-next{
	right: 1%;
}
/*--------------end-best-industry----------------*/
/*---------------start-popular-courses-------------*/
.common-content-title .heading{
	text-transform: uppercase;
	font-weight: 800;
	font-size: 36px;
	position: relative;
	color: #3c3b64;
}

/*------------end-popular-courses-------------*/

/*------------start-events------------*/
.Summer-School{
	border-top: 1px solid #cccccc;
	padding: 26px 0px 0px 0px;
	margin-top: 50px;
}
.events-box{
	position: relative;
}
.date-box:before,
.blog-content .date-box-blog:before{
	content: '';
	position: absolute;
	width: 1px;
	height: 70px;
	right: 0px;
	top: 6px;
	background-color: #cccc;
}
.events-box .date{
	font-size: 80px;
	font-weight: 800;
	margin-bottom: 0px;
	color: #8dc3ea;
	line-height: 68px;
}
.events-box .months{
	color: #8dc3ea;
	font-weight: 700;
	font-size: 15px;
}
.events-box .heading{
	font-weight: 800;
}
.time-list .item{
	font-weight: 700;
}
.events-box p{
	width: 70%;
}
/*----------end-events-------------*/


/*-----------------start-Need-Your-Help-content-----------*/
.common-content-title .highlight{
	color:#ee393d;
}
/*.need-box .img-box-need{
	height: 300px;
}*/
.need-box{
	transition: 0.4s ease;
}
.we-need-section .need-box:hover{
	box-shadow: 0px 0px 20px rgb(0 0 0 / 90%);
}
.need-box .img-box-need img{
	width: 100%;
	height: 100%;
}
.we-need-section .need-box{
	border-radius: 5px;
	background-color: #F8F8F8;
	padding: 20px;
}
.need-box .card-body .heading{
	font-size: 25px;
	margin-bottom: 20px;
	color: #3c3b64;
	font-weight: 600;
	text-align: center;
}
.back-top-btn i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #333;
    color: #fff;
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.3s ease;
    text-align: center;
    z-index: 9999;
    cursor: pointer;
}
.back-top-btn i:hover{
	background-color: #8dc3ea;
}
/*-----------------end-Need-Your-Help-content---------------*/





/*------------------End-gallery-section-here------------------------*/
.gallery-section{
	margin-top: 120px;
}
/*--------------start-footer-section---------------*/

.footer-subscribe {
    padding: 0 0 3.5rem 0;
    border-radius: 6px;
    color: #FFF;
}

.footer-subscribe .input-wrap {
    position: relative;
    display: flex;
}

.footer-subscribe input:focus{
	outline: none;
}

.footer-subscribe input[type=text] {
    width: 100%;
    border: none;
    color: #27304b;
    margin-right: 1.5rem;
    padding: 0.8rem 50px 0.8rem 1rem;
    font-weight: normal;
    background: transparent;
    box-shadow: none !important;
    background: #f8f4f3;
    border-radius: 4px;
    font-size: 00.875rem;
}

.footer-subscribe .input-wrap .common-btn .btn{
	width: 150px;
}

.give-us-call svg {

    width: 35px;
    height: 35px;
    color: #FFF;
    left: 30px;
    z-index: 1;
    opacity: 0.5;
    stroke-width: 1px;
}

.give-us-call h4 {
    font-size: 1.25rem;
    font-weight: 500;
}

.give-us-call h4, .give-us-call h3 {
    position: relative;
    z-index: 2;
}
.give-us-call h3 a{
    font-weight: 800;
    margin: 0;
    color: #FFF;
}


.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.footer-widget-contact ul li {
    color: #fff5ec;
    display: flex;
    margin-bottom: 1rem;
}
.footer-widget-contact svg {
    font-size: 24px;
    margin-right: 20px;
}
.footer-widget-contact ul li {
    color: #fff;
    display: flex;
    margin-bottom: 1rem;
}
.footer-widget-contact ul li a{
	color: #fff;
}

.footer-widget-menu ul {
    margin: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.footer-widget-menu ul li:not(:last-child) {
    padding: 0px 0 1rem 0;
}
.footer-widget-menu ul li * {
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    color: #FFF;
    font-weight: 600;
    text-decoration: none !important;
}

.footer-widget-menu ul li a i {
    padding: 0;
    color: #fff;
    text-decoration: none !important;
    margin-right: 5px;
}
.footer-widget-menu ul li a span{
	font-weight: 400;
}








.footer-section{
	/*background-color: rgba(0, 0, 0, .8);*/
	background-color: #000;
	background-image: url(../img/footer-bg.jpg);
	height: auto;
	padding-top: 80px;
}
.footer-box .item,
.footer-box a{
	color: #fff;
	font-weight: 500;
}

.footer-social-icon-list li{
	display: inline-block;
	margin-right: 10px;
}
.footer-social-icon-list li i{
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	transition: 0.4s ease;
	border-radius: 100px;
	cursor: pointer;
	margin-top: 10px;
}
.footer-social-icon-list .item i:hover{
	color: #fff;
	transform: rotate(360deg);
}
.header-social-icon li i{
	margin-top: 0px;
}
.common-footer-box .heading{
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 40px;
}

/*------------end-footer-section----------------*/
/*------------start-section---------------*/
.become-bg{
	background-image: url(../img/bg-footer.jpg);
	position: fixed;
	left: 0px;
	width: 100%;
	height: 450px;
	bottom: 0px;
	z-index: -1;
	display: flex;
	align-items: center;
	background-size: cover;
}
.become-bg:before{
	background-color: rgb(255, 182, 0, 0.5);
}
.become-content .heading{
	font-weight: 700;
	font-size: 34px;
}
.become-content .text{
	font-size: 18px;
	color: #000;
}
.footer-get-btn .btn{
	border: 1px solid #000;
	background-color: transparent;
	color: #000;
}
.footer-get-btn .btn:hover{
	background-color: #000;
	color: #fff;
}
/*---------end-section---------------*/
.preloder{
	width: 100%;
	height: 100vh;
	background-color: #fff;
	position: fixed;
	left: 0px;
	transition: 0.s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0px;
	z-index: 99999;
}

/*---------------start-TESTIMONIALS------------------*/
.Testimonial-box{
	padding: 70px 10px 20px 10px;
}
.Testimonial-section{
	padding: 80px 0px;
	position: relative;
}
.Testimonial-content-box{
	box-shadow: 0px 0px 20px rgb(0,0,0,0.1);
	padding: 50px 40px 20px 40px;
	position: relative;
	background-color: #fff;
}
.Testimonial-content-box i,
.Testimonial-content-box p{
	color: #999999;
}
.name-box{
	background-color: #f2f2f2;
	padding: 20px 30px;
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.name-box h2{
	font-weight: 700;
	font-size: 22px;
}
.name-box span i{
	color: #8dc3ea;
}
.Testimonial-content-box .image-box{
	width: 100px;
	height: 100px;
	border-radius: 100px;
	position: absolute;
	top: -50px;
}
.Testimonial-content-box .image-box img{
	width: 100%;
	height: 100%;
	border-radius: 100px;
}
.dotted-img{
	position: absolute;
	transform: translate(-50%,-50%);
	left: 46%;
	top: 49%;
}
/*-----------------end-TESTIMONIALS----------------*/
/*--------------------start-gallery------------*/
.Meet-Out-Volunteer{
	background-color: #000;
	padding-bottom: 110px;
}
.gallery-list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.gallery-list span{
	height: 200px;
	overflow: hidden;
	flex-grow: 1;
	transition: 0.3s ease;
}
.gallery-list span img:hover{
	transform: scale(1.3);
}

.gallery-list span img{
	width: 100%;
	height: 100%;
	transition: 0.3s ease;
}
.sl-wrapper .sl-image .sl-caption{
	display: none!important;
}
/*------------------end-gallery-------------------*/

/*--------------start-video-area-section---------*/
.video-area-section{
	position: relative;
}
.video-img{
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
.video-img img{
	transition: 0.4s ease;
}
.video-img:hover img{
	transform: scale(1.1);
}
.video-icon{
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.video-icon i{
	color: #fff;
	width: 70px;
	cursor: pointer;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 25px;
	transition: 0.4s ease;
	background-color: #8dc3ea;
	border-radius: 100px;
}
.video-icon i:hover{
	background-color: #8dc3ea;
}
.video-icon:before, .video-icon:after{
	content: '';
	position: absolute;
	border: 3px solid #8dc3ea;
	left: -15px;
	right: -15px;
	border-radius: 100px;
	top: -15px;
	z-index: -1;
	bottom:-15px;
	animation: animate 2s linear infinite;
	opacity: 0;
}
.video-icon:hover::before,
.video-icon:hover::after{
	border: 3px solid #221638;
}
.video-icon:after{
	animation-delay: 0.5s;
}
@keyframes animate{
	0%{
		transform: scale(.5);
	}
	50%{
		transform: scale(.5);
		opacity: 1;
	}
	100%{
		transform: scale(1.5);
	}
}
.video-section{
	position: fixed;
	left: 0;
	display: none;
	top: 0;
	z-index: 99999999;
	padding:50px; 
	width: 100%;
	height: 100vh;
	background-color: rgb(0,0,0,0.5);
}
.video-section-box{
	height: 550px;
}
.video-section i{
	color: #fff;
	position: absolute;
	right: 24px;
	cursor: pointer;
	font-size: 26px;
}
.video-section i:hover{
	color: #fe4a55;
}
/*-----------------end-video-area-section------------*/

.video-area-section:before{
	content: '';
	position: absolute;
	left: 0;
	bottom:0;
	width: 100%;
	height: 70%;
	background-color: #d6f0fd;

}
/*-----------------end-counter-box---------------*/


/*--------------------start-top-contact-section----------*/
.top-contact-section{
	background-color:#8dc3ea;
	padding: 14px 0px;
}
.top-contact-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Have-any-question-list .item{
	display: inline-block;
	margin-right: 13px;
}
.Have-any-question-list .item,
.Have-any-question-list .item a{
	color: #fff;
	font-size: 12px;
    font-weight: 500;
}
/*----------------end-top-contact-section-----------*/


/*------------------start-contact-page----------------*/
.banner-top-section{
	background-image: url(../img/counters-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
	display: flex;
	position: relative;
	align-items: center;
}
.contact-page .contact-icon ul li i{
	color: #000;
	border-color: #000;
}
.contact-page .contact-icon ul li i:hover{
	color: #000;
}
.common-input textarea,
	.common-input{
		margin-bottom: 20px;
	}
.banner-top-section .common-content-title .heading{
	color: #fff;
	font-size: 50px;
}
.banner-top-section .common-content-title  .sub-heading{
    font-weight: 600;
    color: #fff;
    margin-top: 25px;
}
.contact-page-social-icon .footer-social-icon-list li a i{
	border: 1px solid #4381ae;
	color: #4381ae;
}

.contact-page-social-icon .footer-social-icon-list li a i:hover{
	color: #4381ae;
}





/*.breadcrumbs-box .breadcrumb-list .item{
	color: #fff;
	font-size: 18px;
	display: inline-block;
}
.breadcrumbs-box .breadcrumb-list .active{
	color: #8dc3ea;
}
.breadcrumbs-box .breadcrumb-list .item a{
	color: #fff;
	text-decoration: none;
}*/
/*----------------end-banner-top-section------------------*/

/*-------------start-gallery-box----------*/
.gallery-box{
	position: relative;
	margin-top: 30px;
}
.gallery-img{
	height: 250px;
}
.gallery-box .gallery-img img{
	width: 100%;
	height: 100%;
}
.search-icon{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	align-items: center;
	display: flex;
	justify-content: center;
	opacity: 0;
	transition: 0.5s ease;
	background-color: rgba(0, 0, 0, 0.4);
}
.gallery-box a{
	z-index: 9999;
	color: #fff;
	font-size: 30px;
}
.gallery-box a:hover{
	color: #fff;
}
.gallery-box:hover .search-icon{
	transform: rotateY(180deg);
	opacity: 1;
}
.lightbox {
    cursor: crosshair;
}
/*------------end-gallery-box------------*/
/*------------start-nav-list-----------*/
.nav-list .nav-item .nav-link{
	background-color: #f9f9f9;
	color: #000;
	padding: 10px 8px;
	margin-right: 3px;
	border: 1px solid #eee;
	margin-bottom: 10px;
}
.nav-list .nav-item .active{
	position: relative;
	background-color: #fff;
	border: 1px solid #eee;

}
.nav-list .nav-item .active:before{
	content: '';
	position: absolute;
	left: 0px;
	top: -1px;
	height: 3px;
	width: 100%;
	background-color: #8dc3ea;
}
/*.tab-list .nav-list{
	border-bottom: 1px solid #eee;
}*/
/*--------------end-nav-list-------------*/

/*----------------start-about-box-------------*/

.about-section .about-box{
	background-color: #fff;
	position: relative;
	text-align: center;
	padding: 40px 30px;
	margin-bottom: 30px;
	box-shadow: 0px 6px 20.1px 4.9px rgb(176 191 238 / 12%);
}
.wpo-features-icon{
	width: 130px;
    height: 130px;
    background: #fff;
    line-height: 130px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 10px 40px 0px rgb(50 50 50 / 10%);
    -moz-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 10px 40px 0px rgb(50 50 50 / 10%);
    text-align: center;
}
.wpo-features-icon img{
	width: 60%;
}
.about-box .caption-box .heading{
	font-size: 24px;
}
.about-box .caption-box .text{
	font-size: 17px;
	margin-top: 20px;
	margin-bottom: 0px;
	font-weight: 300;
}
.about-section .active{
	background-color: ;
    background: linear-gradient(108deg, #63a3cb 0%, #8dc3ea 100%);
}
/*----------------end-about-box---------------*/












/*-----------------start-about-us-section-------------*/
.background-color-about,
.about-us-page .about-us-section,
.about-home{
	background-color: #f8f4f3;
}

.about-us-section:before{
	content: '';
    position: absolute;
    left: -190px;
    top: -140px;
    width: 50%;
    height: 70%;
    background-color: #d6f0fd2b;
    border-radius: 80%;
}
.about-us-page .about-us-section:before{
	display: none;
}
.about-us-page .about-us-section .text{
	color: #000;
}
.common-section .content-box .title{
	color: #8dc3ea;
	font-size: 19px;
}
.about-us-section .content-box .text{
	font-size: 17px;
	font-weight: 300;
	margin-top: 15px;
}
.about-us-section .about-list .item{
	margin-top: 10px;
	color: #838383;
}
.about-us-section .about-list .item i{
	width: 20px;
	color: #8dc3ea;
	height: 20px;
	margin-right: 10px;
}
.bg-color{
	background-color: #d6f0fd;
}
.vision-section{
	background-image: url(../img/about-img/vission-img-bc.png);
	height: auto;
	padding: 80px 0px;
	margin: 80px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.vision-section .content-box h2{
	border-bottom: 3px solid #000;
    padding-bottom: 13px; 
    display: inline-block;
    color: #ee393d;
}


.vision-section .text{
	color: #000;
	margin-bottom: 5px;
}

/*-----------------end-about-us-section---------------*/


/*---------start-blog-pages------------*/
.blog-content .heading-number{
	font-size: 80px;
	font-weight: 700;
	color: #8dc3ea;
}
.blog-content p{
	font-size: 15px;
	font-weight: 700;
	color: #8dc3ea;
}
.blog-content .date-box-blog{
	width: 115px;
	display: block;
	margin-right: 50px;
	position: relative;
}
.blog-content .date-box-blog:before{
    top: 20px;
}
.Why-content h4{
	font-weight: 800;
	font-size: 31px;
}

.Posted-list .item .Posted-by{
	color: #cccccc;
	font-size: 12px;
}
.Posted-list .item p i{
	color: #8dc3ea;
	margin-right: 10px;
}
.Posted-list .item .anthony{
	color: #7a7a7a;
	font-size: 12px;
}
.Posted-list .item{
	display: inline-block;
	margin-bottom: 0px;
}
.Posted-list .item:first-child{
	border-right: 1px solid #eee;
}
.categories-list .item a{
	color: #000;
	font-weight: 500;
	font-size: 14px;
}
.categories-list .heading{
	font-weight: 600;
}
.contact-content .heading:after{
	display: none;
}
.contact-content .text{
	position: relative;
}
.contact-content .text:after{
	bottom: -15px;
    left: 0px;
}
.icon-contact i{
	font-size: 30px;
	color: #8dc3ea;
}
.icon-contact .media-body h5{
	font-weight: 800;
	font-size: 18px;
}
.common-input textarea{
	height: 150px!important;
}
.categories-boxs{
	border: 1px solid #000;
	padding: 40px 20px;
}
.categories-boxs .blog-search-box input:focus{
	box-shadow: none;
}
.categories-boxs .blog-search-box {
	position: relative;
}
.categories-boxs .blog-search-box input{
	padding: 10px 50px 10px 30px;
    border: 1px solid #ebebeb;
    background: #ebebeb;
    height: 50px;
    font-size: 14px;
    margin-bottom: 35px;
    border-radius: 100px;
}
.categories-boxs .blog-search-box input::placeholder{
	color: #000;
	font-size: 14px;
} 
.blog-search-box i{
	width: 50px;
	line-height: 50px;
	text-align: center;
	height: 50px;
	cursor: pointer;
	transition: 0.4s ease;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	border-radius: 100px;
	background-color: #8dc3ea;
	color: #fff;
}
.blog-search-box i:hover{
	color: #fff;
	background-color: #000;
}
.categories-boxs .categories-heading .heading{
	font-size: 23px;
}
.categories-boxs .categories-list .item{
	border-bottom: 1px solid #7a7a7a;
	margin-top: 25px;
}
.categories-boxs .categories-list .item:last-child{
	border-bottom: 1px solid transparent;
}
.categories-boxs .categories-list .item .link{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.categories-boxs .categories-list .item .link h1{
	font-size: 16px;
	font-weight: 400;
	transition: 0.4s ease;
	color: #7a7a7a;
}
.latest-post-content a:hover,
.categories-boxs .categories-list .item .link h1:hover{
	color: #8dc3ea;
	text-decoration: none;
}

.latest-post-content a h2{
	font-size: 20px;
	font-weight: 700;
	color: #000;
}
.latest-post-content a h2:hover{
	color: #8dc3ea;
}
.latest-post-list .item{
	justify-content: left;
	align-items: flex-start;
	margin-top: 30px;
}
.latest-post-list .item small i{
	color: #8dc3ea;
}
.latest-post-list .item small{
	color: #7a7a7a;
}
/*-------end-blog-pages------------*/



/*---------------team-section-wrap----------------*/
.team-section-wrap{
	background: #fff;
	border: 1px solid #cccccc57;	  
	padding: 1.5rem;
	border-radius: 7px;
	margin-bottom: 3rem;
	text-align: center;
	margin-bottom: 30px;
	min-height: 370px;
}
.team-section-wrap .img {
    text-align: center;
    margin: 1.5rem auto 2.5rem;
    position: relative;    
    border-radius: 50%;
    height: 160px;
	width: 160px;
	overflow: hidden;

	-webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.team-section-wrap .img img{
	width: 160px;
	margin: 0 auto 25px;
	-webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
/*.team-section-wrap:hover .img{
	background: rgba(0, 0, 0, 1);
}*/
/*.team-section-wrap .img .social-icons {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
	transform: translate(-50%, -50%);
	z-index: 99;

	-webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}*/
/*.team-section-wrap:hover .img .social-icons{
	opacity: 1;
	color: #FFF;
}*/
/*.team-section-wrap:hover .img .social-icons a{
	color: #FFF;
	font-size: 1.2rem;
	margin: 0 0.3rem;
}*/
/*.team-section-wrap:hover .img .social-icons a:hover{
	color: #8dc3ea;
}
.team-section-wrap:hover .img img{
	opacity: 0.3;
	transform: scale(1.2);
	
	-webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}*/
.team-section-wrap .img.green{
	box-shadow: 0px 0px 0px 20px rgba(0, 166, 118, 0.1);
}
.team-section-wrap .img.navy-blue {
	box-shadow: 0px 0px 0px 20px rgba(37, 45, 70, 0.1);
}
.team-section-wrap .img.orange {
	box-shadow: 0px 0px 0px 20px rgba(255, 99, 85, 0.1);
}
.team-section-wrap .img.beige {
	box-shadow: 0px 0px 0px 20px rgba(250, 240, 231, 0.7);
}

.team-section-wrap h4{
	color: #8dc3ea;
    font-weight: 800;
    font-size: 1.25rem;
}
.team-section-wrap h5{
	color: #6e7c90;
	font-weight: 500;
	margin-bottom: 1rem;
}
.team-image{
    padding-right: 5rem;
}
@media (max-width: 991px) {	
    .team-image{
        padding-right: 0;
        margin-bottom: 2rem;
    }
}
.social-icons-team{
    padding: 2rem 0 0 0;
    font-size: 1.2rem;
}
.social-icons-team a{
    background: #477763;
    color: #FFF;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.social-icons-team a:hover{
    background: #8dc3ea;
}
.social-icons-team a:not(:last-child){
    margin-right: 0.5rem;
}
.read-more-line {
    font-size: 0.8125rem;
    align-items: center;
    font-weight: 700;
    text-align: right;
    color: #477763;
}
.read-more-line:hover{
	color: #000;
	 text-decoration: none;
}

.team-mamber-section{
    background-image: url(../img/about-img/hands_bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    padding-bottom: 14rem;
}

/*-----------------team-section-wrap-------------*/

.faqs-wrap {
    background: url(../img/about-img/man_with_hand.jpg) no-repeat center center;
    background-size: cover;
    padding: 10rem 8rem;
    color: #FFF;
    margin-top: -7rem;
    margin-bottom: 3rem;
    position: relative;
    box-shadow: 0px 0px 57px 0px rgb(0 0 0 / 15%);
    border-radius: 10px;

}
.bg-overlay.opacity-80 {
    opacity: 0.8;
}

.bg-overlay.blue {
    background-color: #27304b;
     border-radius: 10px;
}
.bg-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
}

.pattern-orange{
	background-image: url(../img/about-img/topography-background.png);
    background-repeat: repeat;
    background-color: #8dc3ea;
}

.theme-collapse.light .toggle.arrow-down, .theme-collapse.light .toggle {
    color: #fdf3ea;
}

.theme-collapse .toggle.arrow-down {
    color: #8dc3ea;
}
.theme-collapse .toggle {
    color: #27304b;
    letter-spacing: -0.05rem;
    font-size: 1.275rem;
    padding: 12px 0 12px 60px;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
    transition: all 400ms ease-in-out;
}

.theme-collapse .toggle.arrow-down .icon {
    background: #8dc3ea;
}

.theme-collapse .toggle:hover .icon {
    background: #8dc3ea;
}
.theme-collapse .toggle .icon {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 0.875rem;
    color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #477763;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    transition: all 400ms ease-in-out;
}

.theme-collapse .toggle .icon:before{
	position: absolute;
    font-size: 16px;
    content: "\f068";
    font-family: fontawesome;
}

.theme-collapse .arrow-down .icon:before{
	position: absolute;
    font-size: 16px;
    content: "\f067";
    font-family: fontawesome;
}

.counter-style-box {
    padding: 1.7rem;
    font-weight: 400;
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    color: #6e7c90;
    height: 100%;
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.counter-style-box:before{
	content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    right: -134px;
    top: -125px;
    border-radius: 100px;
    border: 1px solid #212529;
}


.counter-style-box .counter-txt {
    color: #27304b;
    line-height: 1;
    font-size: 3rem;
    position: relative;
    font-weight: 800;
    z-index: 2;
    margin: 0.4rem 0;
}




 /*--------------Start-events-section-here---------------------*/

 .event-wrap {
    background: #FFF;
    border-radius: 7px;
    margin: 0;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    height: 100%;
}


.event-carousel .event-wrap{
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 4%);
}

.event-wrap .upcomming-box p{
	background-color: #8dc3ea;
	padding: 10px 30px;
	color: #fff;
	position: absolute;
	left: -12px;
    top: 20px;
    border-radius: 5px 5px 5px 0px;
    font-weight: 500;
    font-size: 20px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.event-wrap .upcomming-box p:before{
	content: '';
    position: absolute;
    left: 0px;
    bottom: -10px;
    background-color: #65a1cd;
    width: 13px;
    clip-path: polygon(0 0, 100% 97%, 100% 0);
    height: 10px;
}

.event-wrap .date-box span, .event-wrap-single .date-box span {
    display: block;
    font-size: 1rem;
    color: #fff;
    padding-top: 3px;
    font-weight: 400;
}
.event-wrap .img-wrap img {
    width: 100%;
}

.event-wrap .content-wrap {
    padding: 0 2.5rem;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
}

.read-more-wrap {
    padding: 0 2.5rem 2.5rem 2.5rem;
}
.read-more-line{
	position: relative;
	color: #000000;
}
.read-more-line:hover{
	color: #8dc3ea;
}
.read-more-line span:after {
    position: absolute;
    content: "";
    left: -65px;
    top: 50%;
    width: 50px;
    border-bottom: 2px solid #000000;
    transform: translateY(-50%);
}
.event-wrap .content-wrap h3 {
    margin-bottom: 1.5rem;
}
.event-wrap .date-box, .event-wrap-single .date-box {
    min-width: 90px;
    min-height: 90px;
    border-radius: 7px;
    background: #8dc3ea;
    color: #fff5ec;
    font-size: 1.875rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 5px;
    flex-flow: column;
    max-width: 90px;
    margin-right: 20px;
}
.event-wrap .event-details {
    color: #6e7c90;
    font-size: 0.875rem;
    text-align: left;
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.event-wrap .event-details > div:not(:last-child) {
    margin-right: 15px;
}
.event-wrap .content-wrap h3{
	font-weight: 600;
}
.event-wrap .content-wrap h3 a{
    margin-bottom: 1.5rem;
    color: #000;
}
.event-wrap .content-wrap h3 a:hover{
	text-decoration: none;
}
.event-wrap .event-details svg, .event-wrap-single .event-details svg {
    color: #8dc3ea;
    margin-right: 5px;
    margin-top: -2px;
    width: 20px;
    height: 20px;
}
.event-wrap .date-wrap {
    margin-top: -50px;
    pointer-events: none;
    margin-bottom: 30px;
}


.page_pagination_two {
    text-align: center;
    margin-bottom: 50px;
}
.pagination {
    display: inline-block;
}
.page_pagination_two li {
    display: inline-block;
    margin: 0 4px;
}
.pagination li span.current {
    color: #fff;
    background: #8dc3ea;
}
.pagination li a:hover, .pagination li span:hover{
	background: #8dc3ea;
	color: #fff;
}
.pagination li a, .pagination li span {
    position: relative;
    width: 55px;
    text-decoration: none;
    height: 55px;
    line-height: 55px;
    display: block;
    border-radius: 10px;
    border: 1px solid rgba(229, 229, 229, 0.57);
    text-align: center;
    color: #848484;
    font-size: 18px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pagination li a{
	display: flex;
	align-items: center;
	justify-content: center;
}

  /*--------------End-events-section-here---------------------*/



  /*--------------Start-events-single-section-here---------------*/
.events-single-img {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 4rem;
}
.event-single-wrap {
    padding: 1rem 0;
}
.pos-rel {
    position: relative;
}
.event-single-wrap .wapper-box{
	background-color: #fff;
	padding: 80px;
	border-radius: 10px;
}




.event-single-listing:not(:last-child) {
    margin-bottom: 60px;
}

.event-single-listing {
    border-radius: 7px;
    color: #FFF;
    padding: 2rem;
}
.pattern-green {
    background-image: url(../img/events-img/topography-background.png);
    background-repeat: repeat;
    background-color: #477763;
}

.event-single-listing h3 {
    margin-bottom: 1.2rem;
}
.event-single-listing ul {
    margin: 0;
}
.event-single-listing ul li:not(:last-child) {
    margin-bottom: 1rem;
}
.event-single-listing svg {
    font-size: 24px;
    color: #fff;
    margin-right: 15px;
    stroke-width: 1.8px;
}
.event-single-listing ul li {
    display: flex;
    color: #fff5ec;
    font-weight: 400;
    font-size: 0.875rem;
}

.map-wrap iframe {
    height: 261px;
    width: 100%;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 3rem;
}

.events-single-img img{
	width: 100%;
}

/*----------------------Start-guest-box-here---------------*/
.guest-box{
	background-color: #fff;
	border-radius: 10px;
	min-height: 270px;
	margin-top: 91px;
	position: relative;
	padding: 100px 20px 20px 20px;
	transition: all 0.4s ease;
	border: 2px solid #ee393d;
}
.img-box-guest{
	width: 150px;
	height: 150px;
	border-radius: 100px;
	position: absolute;
	transform: translate(-50%,-50%);
	left: 50%;
	transition: all 0.4s ease;
	top: 0px;
	overflow: hidden;
	border: 9px solid #ee393d;
	box-shadow: 0px 10px 10px rgb(0 0 0 / 7%);
}
.guest-box h4{
	font-weight: 700;
	font-size: 20px;
}
.img-box-guest img{
	width: 100%;
	height: 100%;
}
.guest-box:hover{
	transform: translateY(-15px);
	border: 2px solid #ee393d;
	box-shadow: 0px 10px 10px rgb(0 0 0 / 7%);
}


  /*----------------End-here-events-single-section-here------------------*/



  /*-----------Start-video-box-here------------*/
  .video-box{
  	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  	background-color: #fff;
  	margin-top: 30px;
  	height: 300px;
  }


  /*-----------End-video-box-here------------*/



  /*------------Start-modal-here------------*/
.modal .modal-dialog .modal-content{
  	padding: 40px 20px 20px 20px;
  	display: flex;
  	justify-content: center;
  	flex-direction: column;
  }

.modal .modal-dialog .modal-content .Mentor-img{
	width: 150px;
	height: 150px;
	border-radius: 100px;
	margin: 0px auto;
}


  /*------------End-modal-here------------*/

.sadak-box{
	cursor: pointer;
}
.sadak-box:hover .img img {
    background: rgba(0, 0, 0, 0);
    opacity: inherit;
    transform: inherit;
}
.sadak-box h5{
	font-size: 15px;
}

/*---------------Start-Blog-detail-page-design-here--------------*/
.sidebar-spacer {
    padding-right: 2.5rem;
}

.post-date {
    color: #8dc3ea;
    font-size: 00.875rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.post-category {
    color: #000;
    font-size: 00.875rem;
    font-weight: 500;
    margin-bottom: 0.9rem;
}
.blog-details-section .heading-main {
    color: #8dc3ea;
    font-size: 2.80rem;
    position: relative;
    font-weight: 800;
    z-index: 1;
    margin-bottom: 3rem;
}
.causes-wrap.single {
    border-radius: 0 70px 40px 0;
}

.causes-wrap {
    border-radius: 10px;
    background: #FFF;
    margin: 0 0 70px 0;
    width: 100%;
    box-shadow: 0px 0px 43px 0px rgb(2 2 2 / 10%);
}
.causes-wrap .img-wrap {
    position: relative;
}
.content-wrap-single {
    padding: 2.5rem 1.8rem;
}
blockquote, .blockquote {
    border: none;
    position: relative;
    font-size: 22px;
    padding: 0 0 0 5rem;
    line-height: 2rem;
    border-radius: 7px;
    color: #000;
    font-weight: 500;
}
blockquote:before, .blockquote:before {
    position: absolute;
    font-size: 3rem;
    font-style: normal;
    font-family: fontawesome;
    content: "\f10e ";
    left: 0;
    top: 10px;
    color: #e5e5e6;
    font-weight: 900;
    background: transparent;
    width: auto;
}
.share-this-wrap {
    background: #477763;
    color: #fff5ec;
    border-radius: 0;
    padding: 1.3rem 2rem;
}
.share-line {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    justify-content: space-between;
}
.share-line > div {
    background-color: #477763;
    z-index: 2;
    position: relative;
}
.share-line::after {
    position: absolute;
    content: "";
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #fff5ec;
    z-index: 1;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.list-inline-item {
    display: inline-block;
}

.share-this-wrap a {
    color: #fff5ec;
}

.commnets-reply {
    margin: 0 0 70px 0;
}
.commnets-reply .media {
    padding: 1.2rem;
    background: #FFF;
    border-radius: 5px;
    margin-bottom: 2rem;
}
.commnets-reply .thumb {
    border-radius: 4px;
    width: 65px;
    margin-right: 30px;
}
.txt-orange {
    color: #8dc3ea;
}
.reply-box.media {
    margin: 2rem 0 0 0;
    background: #f2faf8;
}
.heading-main small{
	font-size: 20px;
}

.widget-wrap {
    margin-bottom: 60px;
}
.widget-title {
    color: #27304b;
    font-size: 1.25rem;
    margin: 1rem 0 2rem;
    position: relative;
    font-weight: 700;
}
.widget-wrap .causes-wrap {
    margin-bottom: 30px;
}
.causes-wrap .img-wrap {
    position: relative;
}
.widget-wrap .raised-progress {
    padding: 0rem 1.7rem;
}

.raised-progress {
    padding: 0rem 1.2rem;
    position: absolute;
    bottom: -30px;
    width: 100%;
    pointer-events: none;
}
.widget-wrap .causes-wrap .content-wrap {
    padding: 3.4rem 2rem 2rem;
}
.widget-wrap .raised-progress .skillbar-wrap {
    font-size: 0.78rem;
    padding: 0.7rem;
    text-align: center;
}

.raised-progress .skillbar-wrap {
    padding: 0.7rem 1.2rem;
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 17%);
}
.widget-wrap .causes-wrap .content-wrap .tag {
    margin-bottom: 0.8rem;
}

.causes-wrap .content-wrap .tag {
    background-color: #f4f4f6;
    color: #27304b;
    font-size: 0.75rem;
    padding: 0.2rem 1rem;
    display: inline-block;
    border-radius: 50px;
    margin-bottom: 8px;
    font-weight: 400;
}

.causes-wrap .content-wrap h3 a {
    color: #8dc3ea;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
}

.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel .owl-nav button.owl-next{
	position:absolute;
	height:52px;
	width:52px;
	outline: none;
	display:inline-block;
	color:#5A3A31;	
	font-size: 1.9rem;
	margin:-26px 5px;
	font-weight: 700;
    border: 2px solid #5A3A31;
    line-height: 1;

	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;

	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.owl-carousel .owl-nav button:hover, 
.owl-carousel .owl-nav button:hover{
	color:#D59B2D;
	border: 2px solid #D59B2D;
}

.owl-carousel.nav-light .owl-nav button.owl-prev, 
.owl-carousel.nav-light .owl-nav button.owl-next{
    border: 2px solid #FFF;
    color: #FFF;
}

.owl-carousel.nav-light .owl-nav button.owl-prev:hover, 
.owl-carousel.nav-light .owl-nav button.owl-next:hover{
    border: 2px solid #27304b;
    color: #27304b;
}

.owl-carousel .owl-dots{
	text-align: center;
	margin-top: 0;
}
.owl-carousel .owl-dots button{
	outline: none;
}

.owl-carousel .owl-nav button.owl-prev{
	left: -95px;
}
.owl-carousel .owl-nav button.owl-next{
	right: 0;
}

.testimonial-rounded .owl-carousel .owl-nav button.owl-prev{
	left: -60px;
}
.testimonial-rounded .owl-carousel .owl-nav button.owl-next{
	right: -60px;
}

.testimonial-side-img .owl-carousel .owl-nav button.owl-prev{
	left: -80px;
}
.testimonial-side-img .owl-carousel .owl-nav button.owl-next{
	right: -80px;
}

.owl-carousel .owl-dots button span{
	display: block;
	width: 16px;
	height: 16px;
    margin: 0px 4px;
    border-radius: 3px;
	background: #8dc3ea;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	outline: none;
	position: relative;
}
.owl-carousel .owl-dot.active span,
.owl-controls.clickable .owl-dot:hover span, .owl-carousel .owl-dot:hover span{
	background: #ee393d;
}

.sidebar-ads {
    border-radius: 7px;
    overflow: hidden;
    position: relative;
}
.sidebar-ads::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(213, 155, 145, 0.7);
    top: 0;
    left: 0;
}
.sidebar-ads .content {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 1rem;
    text-align: center;
    transform: translateY(-50%);
}
.sidebar-ads .content i {
    font-size: 4rem;
    color: #fef4eb;
    display: block;
    margin-bottom: 1.2rem;
}
.sidebar-ads .content h3 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.2rem;
}
.common-btn .btn-secondary{
    color: #fff;
    background-color: #27304b;
    border-color: #27304b!important;
}
/*-----------End-Blog-detail-page-design-here------------------*/
/*-----------------Start-publication-here----------------*/
.Publication-section-top{
	background-image: url(../img/publication/element_1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #f8f4f3;
	padding: 30px 0px;
}

.Publication-section-top .wapper-box .img-box{
	position: relative;
	width: 100px;
	height: 100px;
} 
.Publication-section-top .wapper-box{
	display: flex;
}
.Publication-section-top .wapper-box .content{
	width: 70%;
}
.Publication-section-top .wapper-box .content p{
	font-weight: 500;
}
.text-20{
	font-size: 20px;
}

.Publication-section-top .wapper-box .img-box .number{
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #fff;
	color: #8dc3ea;
	border-radius: 100px;
	position: absolute;
	top: 8px;
	font-size: 13px;
	font-weight: 600;
	right: 0px;
}
.Publication-section-top .wapper-box{
	justify-content: inherit;
}

.wapper-box .rt-image{
	overflow: hidden;
	position: relative;
	height: 100%;
}
.news-section .wapper-box.rt{
	height: 483px;
	position: relative;
}

.wapper-box .rt-image>a:first-of-type::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.2) 59%,rgba(0,0,0,.8) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.wapper-box .entry-content{
	padding: 50px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
}

.category-style{
	display: inline-block;
	background-color: #ff3385;
	color: #fff;
	padding: 2px 39px;
    border-radius: 5px;
}
.wapper-box .entry-content .text-white{
	font-weight: 600;
	font-size: 37px;
}

.wapper-box .entry-content .Posted-list .item:first-child {
    border-right: 1px solid transparent;

}
.wapper-box .entry-content .Posted-list .item p a{
	color: #fff;
}
.wapper-box .rt-image img{
	transition: 0.3s ease;
	width: 100%;
	height: 100%;
}
.news-section .wapper-box:hover img{
	transform: scale(1.1);
}
.news-section .content-r h3{
	font-size: 20px;
}
/*--------------End-publicationhere--------------------------*/

/*------------Start-sadak-section-page-here-----------*/
.sadak-content .content-box .hindi-text{
	font-size: 16px;
	color: #000;
	/*text-align: center;*/
	font-family: 'Bakbak One', cursive;
}
.sadak-content .content-box .text{
	color: #000;
	font-size: 15px;
	/*text-align: center;*/
}
.sadak-content .img-box-main img{
	border: 2px solid #fff;
	box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
}
.join-us-section .pattern-orange{
	background-color: #3c4348;
}

.sadak-content .common-content-title .heading span{
	background: none;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #939697;
    -webkit-text-fill-color: unset;
    font-size: 50px;
}
.sadak-form .common-input{
	margin-bottom: 21px;
}
.common-input textarea:focus,
.common-input input:focus,
.common-input select:focus{
	box-shadow: none!important;
}
.common-input select{
	background-color: transparent!important;
	border-radius: 4px;
}

.sadak-form .common-input textarea,
.sadak-form .common-input input{
	background-color: transparent;
}

.action-Audit-box {
    background-color: #fff;
    margin: 100px 0px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}
.action-box-img {
    padding-left: 30px;
    padding-right: 30px;
}
.action-box-img img {
    border-radius: 10px;
    margin-top: -50px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    margin-bottom: 30px;
    width: 100%;
}

.action-box-content {
    padding: 30px 20px;
}
.action-box-content h4 {
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    width: 80px;
    height: 80px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    line-height: 80px;
    text-align: center;
    border-radius: 100px;
    background-color: #8dc3ea;
}
.action-box-content p {
    font-size: 16px;
    margin-bottom: 0px;
}
/*------------End-sadak-section-here-----------------*/


/*-------------Start-captcha-box--------*/

.captcha-box{
	width: 73%;
	padding: 10px 30px;
	border: 2px solid #4381ae;
	height: 83px;
	border-radius: 5px;
	background-color: #f2f2f2;
	margin-bottom: 20px;
	border-left-width: 35px;
	display: flex;
	align-items: center;
}

.captcha-box .number-box{
	background-color: #fff;
	border-radius: 5px;
	padding: 5px;
	margin-right: 10px;
	width: 100px;
}
.captcha-box .number-box .mb-0{
	font-size: 26px;
	font-weight: 700;
	font-style: italic;
	text-align: center;
}
.captcha-box .number-box .input-box{
	padding: 5px;
}
.captcha-box .input-box{
	padding: 5px;
	background-color: #e9e7e7;
	border-radius: 5px;
}
.captcha-box .input-box input{
	height: 25px;
	font-size: 13px;
}
.captcha-box .refresh i{
	font-size: 25px;
	margin-left: 20px;
	color: #4381ae;
	cursor: pointer;
}

.captcha-box .refresh .active{
	animation: icon-rotate 0.6s ease alternate;
}
@keyframes icon-rotate{
	100%{
		transform: rotate(180deg);
	}
	
}
.pdf-section embed{
	width: 100%;
	height: 660px;
}



/*-----------------Start-event-section-here---------------*/
.event-img-box{
	margin-bottom: 50px;
	height: 550px;
}
.event-img-box img{
	width: 100%;
	height: 100%;
}
.event-section:before{
	content: '';
	position: absolute;
	right: 0px;
	top: 0px;
	width: 20%;
	height: 100%;
	background-color: #fff;
}
.event-section .event-img img{
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.event-section .event-details .date{
	font-size: 80px;
	margin-bottom: 0px;
	font-weight: 600;
	color: #ee393d;
	line-height: 68px;
}

.event-section .event-details .month{
	color: #ee393d;
	font-size: 17px;
}
.event-section .event-details h5{
	font-size: 25px;
}
.event-details{
	background-color: #fff;
	padding: 30px 50px;
}
#video-carousel .owl-nav{
	transform: translate(-50%,-50%);
	left: 50%;
	top: 58%;
	width: 100%;
	position: absolute;
}
#video-carousel .owl-nav .owl-prev,
#video-carousel .owl-nav .owl-next{
	background-color: #fff;
}
#video-carousel .owl-nav .owl-prev:hover,
#video-carousel .owl-nav .owl-next:hover{
	background-color: #000;
	color: #fff;
}


#video-carousel .owl-nav .owl-next{
	right: -80px;
}
/*------------------start-Countless-Benefits-section----------*/
.join-sadhak-section{
	position: relative;
	background-color: #d6f0fd;
	color: #000;
	margin-top: 70px;
}
.sadhakt-img-box {
	position: relative;
	z-index: 9;
}
.sadhakt-img-box img{
	border-radius: 10px;
	border: 10px solid #fff;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.sadhakt-content-box h2{
	font-weight: 600;
}
.join-sadhak-section:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 80px;
	background-color: #fff;
}

.join-sadhak-section:after{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	z-index: 00;
	width: 100%;
	height: 80px;
	background-color: #fff;
}


/*--------------------end-Countless-Benefits-section--------------*/


.fancybox-content{
	height: 600px!important;
}

/*-------------Start-common-carousel-here-----------*/
.common-carousel .owl-nav{
	position: absolute;
	transform: translate(-50%, -50%);
	left: 60%; 
	bottom: -11%;
	top: inherit;
	right: inherit;
}
.common-carousel .owl-nav .owl-prev{
	margin-right: 10px;
}
.common-carousel .owl-nav .owl-prev,
.common-carousel .owl-nav .owl-next{
    background-color: #fff!important;
    width: 40px!important;
    height: 40px!important;
}
.common-carousel .owl-nav .owl-prev:hover,
.common-carousel .owl-nav .owl-next:hover{
	color: #fff;
	background-color: #000!important;
}
.image-gallery-and-video-gallery{
	padding: 80px 0px 100px 0px;
}
.fancybox-button--play,
.fancybox-infobar{
	display: none!important;
}
.powered-by{
	border-top: 1px solid #fff;
	padding-top: 30px;
}
.powered-by p{
	color: #fff;
	font-size: 16px;
}

.powered-by p a{
	color: #8dc3ea;
}
/*-----------------End-common-carousel-here----------------*/