@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,400italic,700,700italic);
/* ===================================== Basic CSS ==================================== */
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
	outline: none;
	color: #444;
}

a:hover {
	color: #444;
}

ul {
	margin-bottom: 0;
	padding-left: 0;
}

a:hover,
a:focus,
input,
textarea {
	text-decoration: none;
	outline: none;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.cp {
	cursor: pointer;
}

html,
body {
	height: 100%;
}

p {
	margin-bottom: 0px;
	width: 100%;
}

.no-padding {
	padding: 0px;
}

.no-margin {
	margin: 0px;
}

.hid {
	display: none;
}

.top-mar {
	margin-top: 15px;
}

.h-100 {
	height: 100%;
}

::placeholder {
	color: #747f8a !important;
	font-size: 13px;
	opacity: 0.5 !important;
}

.team img {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
  }
  
  .team .name:hover {
	color: #313186 !important;
  }
  
  .avatar.avatar-ex-sm {
	max-height: 25px;
  }
  
  .avatar.avatar-md-sm {
	height: 45px;
	width: 45px;
  }
  
  .avatar.avatar-small {
	height: 65px;
	width: 65px;
  }
  
  .avatar.avatar-md-md {
	height: 80px;
	width: 80px;
  }
  
  .avatar.avatar-medium {
	height: 110px;
	width: 110px;
  }
  
  .avatar.avatar-large {
	height: 140px;
	width: 140px;
  }
  
  .avatar.avatar-ex-large {
	height: 180px;
	width: 180px;
  }

  .rounded {
	border-radius: 6px !important;
  }
  
  .rounded-top {
	border-top-left-radius: 6px !important;
	border-top-right-radius: 6px !important;
  }
  
  .rounded-left {
	border-top-left-radius: 6px !important;
	border-bottom-left-radius: 6px !important;
  }
  
  .rounded-bottom {
	border-bottom-left-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
  }
  
  .rounded-right {
	border-top-right-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
  }
  
  .rounded-md {
	border-radius: 10px !important;
  }
  
  .rounded-lg {
	border-radius: 30px !important;
  }
  
  .border {
	border: 1px solid #e9ecef !important;
  }
  
  .border-top {
	border-top: 1px solid #e9ecef !important;
  }
  
  .border-bottom {
	border-bottom: 1px solid #e9ecef !important;
  }
  
  .border-left {
	border-left: 1px solid #e9ecef !important;
  }
  
  .border-right {
	border-right: 1px solid #e9ecef !important;
  }

  .team .team-icon {
	position: absolute;
	bottom: 50%;
	-webkit-transform: translateY(50%);
			transform: translateY(50%);
	right: 0;
	opacity: 0;
	left: 0;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
  }

  .card .card-body {
	padding: 1.5rem;
  }
  
  .team:hover img {
	-webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
			box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
	opacity: 0.2;
  }
  
  .team:hover .overlay-team {
	opacity: 0.6;
  }
  
  .team:hover .team-icon {
	opacity: 1;
  }

.container-fluid {
	padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto", sans-serif;
	color: #313186;
}

strong {
	font-family: "Roboto", sans-serif;
}

body {
	background-color: #f1f1f145 !important;
	font-family: "Roboto", sans-serif;
	color: #000;
	overflow-x: hidden;
	margin: 0px;
}

.blog {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  
  .blog .content h4 {
	line-height: 1.2;
  }
  
  .blog .content .title {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #000;
	font-size: 18px;
	text-align: justify;
  }
  
  .blog .content .title:hover {
	color: #2f55d4 !important;
  }
  
  .blog .content .post-meta .like, .blog .content .post-meta .comments, .blog .content .post-meta .readmore {
	font-size: 15px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
  }
  
  .blog .content .post-meta .like:hover {
	color: #e43f52 !important;
  }
  
  .blog .content .post-meta .comments:hover {
	color: #2eca8b !important;
  }
  
  .blog .content .post-meta .readmore:hover {
	color: #2f55d4 !important;
  }
  
  .blog .author,
  .blog .teacher,
  .blog .course-fee {
	position: absolute;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
  }
  
  .blog .author {
	top: 5%;
	left: 5%;
  }
  
  .blog .teacher {
	bottom: 6%;
	left: 5%;
  }
  
  .blog .course-fee {
	bottom: -5%;
	right: 5%;
	width: 50px;
	height: 50px;
  }
  
  .blog .course-fee .fee {
	line-height: 50px;
  }
  
  .blog.blog-detail:hover {
	-webkit-transform: translateY(0px) !important;
			transform: translateY(0px) !important;
  }
  
  .blog:hover {
	-webkit-transform: translateY(-10px);
			transform: translateY(-10px);
  }
  
  .blog:hover .overlay {
	opacity: 0.4;
  }
  
  .blog:hover .author,
  .blog:hover .teacher,
  .blog:hover .course-fee {
	opacity: 1;
  }
  
  .blog .blog-list-meta {
	position: absolute;
	bottom: 24px;
  }
  
  .sidebar .widget .blog-categories li {
	padding-bottom: 10px;
  }
  
  .sidebar .widget .blog-categories li:last-child {
	padding-bottom: 0;
  }
  
  .sidebar .widget .blog-categories li a, .sidebar .widget .blog-categories li span {
	font-size: 15px;
  }
  
  .sidebar .widget .blog-categories li a {
	color: #3c4858;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
  }
  
  .sidebar .widget .blog-categories li a:hover {
	color: #2f55d4;
  }

.session-title {
	padding: 20px 50px;
	margin: 0px;
	/* margin-bottom: 20px;
    margin-top: 20px; */
}

.component-wrapper .title {
	font-size: 20px;
  }
  .title-heading {
	line-height: 26px;
  }
  
  .title-heading .heading {
	font-size: 45px !important;
	letter-spacing: 1px;
  }
  
  @media (max-width: 768px) {
	.title-heading .heading {
	  font-size: 35px !important;
	}
  }
  
  .title-heading .para-desc {
	font-size: 18px;
  }
  
  .section-title .title {
	letter-spacing: 0.5px;
	font-size: 30px !important;
  }
  
  @media (max-width: 768px) {
	.section-title .title {
	  font-size: 24px !important;
	}
  }
  
  .text-shadow-title {
	text-shadow: 2px 0 0 #ffffff, -2px 0 0 #ffffff, 0 4px 0 rgba(255, 255, 255, 0.4), 0 -2px 0 #ffffff, 1px 1px #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff;
  }

  .work-container.work-classic .content .title, .work-container.work-grid .content .title, .work-container.work-modern .content .title {
	font-size: 18px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
  }
  
  .work-container.work-classic .content .title:hover, .work-container.work-grid .content .title:hover, .work-container.work-modern .content .title:hover {
	color: #2f55d4 !important;
  }
  
  .work-container.work-classic .content .tag, .work-container.work-grid .content .tag, .work-container.work-modern .content .tag {
	font-size: 15px !important;
  }
  
  
.session-title h2 {
	width: 100%;
	text-align: center;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
}
.session-title p {
	max-width: 850px;
	text-align: center;
	float: none;
	margin: auto;
	text-transform: uppercase;
}
.session-title span {
	float: right;
	font-style: italic;
}

.inner-title {
	padding: 20px;
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	border-bottom: 1px solid #ccccccc4;
	display: block;
	padding-right: 0px;
}
.inner-title h2 {
	width: 100%;
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
	text-align: left;
	border-bottom: 1px solid #863dd9;
	padding-bottom: 10px;
	margin-bottom: 0px;
	width: 300px;
}
.inner-title p {
	width: 100%;
	text-align: center;
}
.inner-title .btn {
	float: right;
	margin-top: -38px;
	font-weight: 600;
	font-size: 0.8rem;
}

.page-nav {
	padding: 40px;
	text-align: center;
	padding-top: 40px;
	background-color: #eaeaea;
}
.page-nav ul {
	float: none;
	margin: auto;
}
@media screen and (max-width: 576px) {
	.page-nav {
		padding-top: 43px;
	}
}
@media screen and (max-width: 356px) {
	.page-nav {
		padding-top: 43px;
	}
}
.page-nav h2 {
	font-size: 36px;
	width: 100%;
	color: #444;
}
@media screen and (max-width: 600px) {
	.page-nav h2 {
		font-size: 26px;
	}
}
.page-nav ul li {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 16px;
}
.page-nav ul li i {
	width: 30px;
	text-align: center;
	color: #444;
}
.page-nav ul li a {
	color: #444;
}

.btn-success {
	background-color: #223d50;
	border-color: #223d50;
}
.btn-success:hover {
	background-color: #223d50 !important;
	border-color: #223d50 !important;
}
.btn-success:active {
	background-color: #223d50 !important;
	border-color: #223d50 !important;
}
.btn-success:focus {
	background-color: #223d50 !important;
	border-color: #223d50 !important;
	box-shadow: none !important;
}

.btn-primary {
	background-color: #6655e8;
	border-color: #6655e8;
}
.btn-primary:hover {
	background-color: #6655e8 !important;
	border-color: #6655e8 !important;
}
.btn-primary:active {
	background-color: #6655e8 !important;
	border-color: #6655e8 !important;
}
.btn-primary:focus {
	background-color: #6655e8 !important;
	border-color: #6655e8 !important;
	box-shadow: none !important;
}

.btn {
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 1px 5px 0 rgba(0, 0, 0, 0.12);
	border-radius: 2px;
}

.form-control:focus {
	box-shadow: none !important;
	border: 2px solid #863dd9;
}

.btn-light {
	background-color: #fff;
	color: #3f3f3f;
}

.collapse.show {
	display: block !important;
}

.form-control:focus {
	box-shadow: none;
	border: 2px solid #863dd9 !important;
}

.form-control {
	background-color: #f8f8f8;
	margin-bottom: 20px;
}
.form-control:focus {
	background-color: #fff;
	border-color: #ccc;
}

.container {
	max-width: 1170px;
}
@media screen and (max-width: 575px) {
	.container {
		padding: 10px 15px;
	}
}

/* =================== Header Style Starts Here =================== */
header .header-top {
	background-color: #ede8e8;
	padding: 10px;
}
header .header-top .bonto ul {
	float: right;
}
header .header-top .bonto ul li {
	cursor: pointer;
	float: left;
	padding: 10px;
	text-transform: uppercase;
}
header .header-top .bonto ul li p {
	font-size: 0.7rem;
	font-weight: 600;
}
header .header-top .bonto ul .donta-btn {
	background-color: #8a274e;
	color: #fff;
	padding: 5px 15px;
	border-radius: 5px;
}
header .header-top .bonto ul .voltterr-btn {
	background-color: #313186;
	color: #fff;
	padding: 5px 15px;
	border-radius: 5px;
}
header .headwe-nav {
	background-color: #ffffff;
}
header .headwe-nav .nav-div .navbar {
	padding: 0px;
}
/* header .headwe-nav .nav-div .navbar-nav {
	padding: 20px 0px;
} */
/* header .headwe-nav .nav-div .navbar-nav .nav-item{
	padding: 20px 0px;
} */
header .headwe-nav .nav-div .navbar-nav .nav-item .nav-link {
	/* text-transform: uppercase; */
	font-size: 1rem;
	font-weight: 600;
	padding: 0px 15px;
	color: #313186;
	border-right: 1px solid #7774745c;
}
header .headwe-nav .nav-div .navbar-nav .nav-item .nav-link:hover {
	color: #272792;
}
header .headwe-nav .nav-div .navbar-nav .nav-item .active {
	color: #B64471;
}
header .headwe-nav .social-div ul {
	float: right;
}
header .headwe-nav .social-div ul li {
	cursor: pointer;
	float: left;
	padding: 18px 10px;
}
header .headwe-nav .social-div ul li a i {
	color: #313186;
}

.scroll-to-fixed-fixed {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* =================== Slider Style Starts Here =================== */
.slider {
	position: relative;
}

.slider-captions {
	position: absolute;
	bottom: 132px;
	text-align: center;
}

@media screen and (max-width: 1050px) {
	.slider-captions {
		bottom: 100px !important;
	}

	width: 90%;
	text-align: center;
	float: none;
	margin: auto;
	.slider-captions .slider-title {
		font-size: 42px;
	}
}
@media screen and (max-width: 810px) {
	.slider-captions {
		bottom: 50px !important;
	}

	.slider-captions .slider-title {
		font-size: 32px;
	}
}
@media screen and (max-width: 572px) {
	.slider-captions {
		display: none;
	}
}
.slider-title {
	font-size: 66px;
	font-weight: 600;
	color: #fff;
	letter-spacing: -3px;
}

.slider-text {
	margin-bottom: 20px;
	color: #fff;
}

.slider-img {
	background: -moz-linear-gradient(
		top,
		rgba(45, 32, 44, 0.3) 0%,
		rgba(45, 32, 44, 0.3) 100%
	);
	background: -webkit-linear-gradient(
		top,
		rgba(45, 32, 44, 0.3) 0%,
		rgba(45, 32, 44, 0.3) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(45, 32, 44, 0.3) 0%,
		rgba(45, 32, 44, 0.3) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1b2429', endColorstr='#cc1b2429', GradientType=0);
	position: relative;
}

.owl-carousel-partners .slider-img {
background: transparent !important;
	position: relative;
}

.slider-img img {
	position: relative;
	z-index: -1;
}

.slider .owl-nav .owl-prev,
.slider .owl-nav .owl-next {
	color: #fff;
	display: inline-block;
	zoom: 1;
	margin: 5px;
	padding: 6px 12px;
	font-size: 22px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	background: transparent;
	filter: Alpha(Opacity=50);
	line-height: 1;
	border: 2px solid #fff;
}

.owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
	background-color: #fff;
}

.slider .owl-nav .owl-prev {
	position: absolute;
	top: 40%;
	left: 25px;
}

.slider .owl-nav .owl-next {
	position: absolute;
	top: 40%;
	right: 25px;
}

.slider .owl-dots .owl-dot {
	position: relative;
	text-align: center;
	bottom: 40px;
	/* max-width: 1140px; */
	max-width: 122px;
	margin: 0 auto;
}

.slider .owl-dots .owl-dot span {
	display: block;
	width: 14px;
	height: 14px;
	margin: 0px 0px 10px 10px;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: 0.8;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 2px solid #fff;
	float: left;
}

.slider .owl-dots .owl-dot.active span {
	background-color: #fff;
}

.slider .owl-dots .owl-dot.active span,
.slider .owl-controls.clickable .owl-page:hover span {
	background-color: #fff;
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
}

.slider .col-lg-offset-2 {
	float: none;
	margin: auto;
}

/* =================== Header Style Starts Here =================== */
.about-us {
	padding: 50px;
}
@media screen and (max-width: 940px) {
	.about-us {
		padding: 30px 10px;
	}
}
.about-us .diag-ro {
	margin: 0px;
	margin-top: 20px;
}
.about-us .diag-ro h4 {
	margin-bottom: 20px;
}
.about-us .diag-ro .about-diag {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1;
	padding: 10px;
	margin: auto;
}
.about-us .diag-ro .about-diag .icon {
	margin: auto;
	padding: 15px 20px;
}
.about-us .diag-ro .about-diag .icon i {
	font-size: 2.5rem;
	color: #313186;
}
.about-us .diag-ro .about-diag .tex {
	flex-grow: 1;
}
.about-us .diag-ro .about-diag .tex h5 {
	font-weight: 600;
	color: #313186;
	text-align: center;
}
.about-us .diag-ro .about-diag .tex p {
	text-transform: uppercase;
	font-size: 0.8rem;
	text-align: center;
}
.about-us .abut-detail h4 {
	margin-bottom: 20px;
}
.about-us .abut-detail p {
	text-indent: 20px;
	line-height: 28px;
	margin-bottom: 15px;
}

/* =================== Header Style Starts Here =================== */
.services {
	padding: 50px;
	background-color: #fff;
}
@media screen and (max-width: 940px) {
	.services {
		padding: 30px 10px;
	}
}
.services .service-row .servic-col {
	text-align: center;
}
.services .service-row .servic-col .servic-round {
	width: 90px;
	height: 90px;
	background-color: #313186;
	color: #fff;
	float: none;
	margin: auto;
	border-radius: 50px;
	margin: auto;
	text-transform: uppercase;
	margin-bottom: 30px;
	border: 4px solid #fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.services .service-row .servic-col .servic-round p {
	padding-top: 33px;
	font-weight: 600;
	font-size: 0.8rem;
}

/* =================== Causes Style Starts Here =================== */
.causes {
	padding: 50px;
}
@media screen and (max-width: 940px) {
	.causes {
		padding: 30px 10px;
	}
}
.causes .cuses-row .causen-ccover {
	background-color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	padding: 30px 15px;
	margin-bottom: 20px;
}
.causes .cuses-row .caus-img {
	text-align: center;
}
.causes .cuses-row .caus-img img {
	width: 120px;
	border-radius: 50%;
	border: 5px solid #8a274e;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	margin-bottom: 20px;
}
.causes .cuses-row .caus-info .left-info {
	float: left;
	font-weight: 600;
	font-size: 0.8rem;
}
.causes .cuses-row .caus-info .rit-info {
	float: right;
	font-weight: 600;
	font-size: 0.8rem;
}
.causes .cuses-row .caus-detail {
	text-align: center;
	margin-top: 20px;
}
.causes .cuses-row .caus-detail h4 {
	font-size: 1.2rem;
}
.causes .cuses-row .donat-btn {
	margin-top: 20px;
	text-align: center;
	text-align: center;
}
.causes .cuses-row .donat-btn .btn {
	width: 60%;
	background-color: #313186;
	border: #313186;
	text-transform: uppercase;
	font-weight: 600;
}
.causes .cuses-row .donat-btn .btn i {
	margin-right: 10px;
}

/* ===================================== Mission Vision CSS ================================== */
.mission-vision {
	background-color: #fff;
}
.mission-vision .mission {
	padding: 50px;
}
@media screen and (max-width: 940px) {
	.mission-vision .mission {
		padding: 30px 10px;
	}
}
.mission-vision .vision {
	padding: 50px;
}
@media screen and (max-width: 940px) {
	.mission-vision .vision {
		padding: 30px 10px;
	}
}
.mission-vision .mv-det {
	margin: auto;
}


/* ===================================== working-area CSS ================================== */
.working-area{
	padding: 10px 0px;
}
.working-area .where-we-work{
	padding: 20px 50px;
}
.where-we-work__title{
	font-size: 2.5rem;
	font-weight: 500;
	font-family: 'Roboto';
	text-transform: capitalize;
	color: #545454;
}
.where-we-work__list{
	margin-top: 50px;
}
.where-we-work__list__item{
	display: flex;
	align-items: center;
}
.where-we-work__list__item__num{
	font-size: 1.4rem;
	font-weight: 400;
	font-family: 'Roboto';
	text-transform: uppercase;
	color: #ffffff;
	background-color: #272792;
	margin-right: 25px;
	margin-bottom: 20px;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.where-we-work__list__item__text{
	/* margin-bottom: 0px; */
	font-size: 1.5rem;
	font-weight: 500;
	font-family: 'Roboto';
	text-transform: capitalize;
	color: #969292;
}

.where-we-work-image__container{
	height: 100%;
	width: 100%;
}

.where-we-work-image__container img{
	height: 100%;
	width: 100%;
}

@media screen and (max-width: 940px) {
	.where-we-work-image__container{
		height: 600px;
		width: 100%;
	}
	.where-we-work-image__container img{
		height: 100%;
		width: 100%;
		object-fit: contain;
	}
}
/* @media screen and (max-width: 560px) {
	.where-we-work-image__container{
		height: 350px;
		width: 100%;
	}
	.where-we-work-image__container img{
		height: 100%;
		width: 100%;
		object-fit: contain;
	}
} */

/* ===================================== Our Blog CSS ================================== */
.our-blog {
	background-color: #fdfdfd;
	padding: 40px;
}

@media screen and (max-width: 967px) {
	.our-blog {
		padding: 30px 0px;
	}
}
.our-blog .single-blog {
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65),
		0 2px 6px 0 rgba(206, 206, 238, 0.54);
}

.our-blog .single-blog figure {
	margin-bottom: 5px;
}

.our-blog .single-blog .blog-detail {
	padding: 15px;
}

.our-blog .single-blog small {
	color: #272792;
	font-size: 12px;
}

.our-blog .single-blog h4 {
	font-size: 1.2rem;
	margin-bottom: 10px;
	margin-top: 10px;
}

.our-blog .single-blog p {
	text-align: justify;
	text-indent: 20px;
}

.our-blog .single-blog .link a {
	font-size: 12px;
	color: #272792;
}

.our-blog .single-blog .link i {
	padding-top: 6px;
	margin-left: 5px;
	color: #ffffff;
}


/* ===================================== Our publication CSS ================================== */
.our-publication {
	background-color: #fdfdfd;
	padding: 10px 40px;
}

@media screen and (max-width: 967px) {
	.our-publication {
		padding: 30px 0px;
	}
}
.our-publication .single-publication {
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65),
		0 2px 6px 0 rgba(206, 206, 238, 0.54);
}

.our-publication .single-publication figure {
	margin-bottom: 5px;
}

.our-publication .single-publication .publication-detail {
	padding: 15px;
}

.our-publication .single-publication .publication-detail  h4{
	font-size: 1.2rem;
	font-weight: 500;
}

.our-publication .single-publication small {
	color: #272792;
	font-size: 12px;
}

.our-publication .single-publication h4 {
	font-size: 1.2rem;
	margin-bottom: 10px;
	margin-top: 10px;
}
.our-publication .single-publication .single-publication-image > img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.our-publication .single-publication p {
	text-align: justify;
	text-indent: 20px;
}

.our-publication .single-publication .link a {
	font-size: 12px;
	color: #272792;
}

.our-publication .single-publication .link i {
	padding-top: 6px;
	margin-left: 5px;
	color: #ffffff;
}


/* ===================================== Our Report CSS ================================== */
.our-report {
	background-color: #fdfdfd;
	padding: 10px 40px;
}

@media screen and (max-width: 967px) {
	.our-report {
		padding: 30px 0px;
	}
}
.our-report .single-report {
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65),
		0 2px 6px 0 rgba(206, 206, 238, 0.54);
}

.our-report .single-report figure {
	margin-bottom: 5px;
}

.our-report .single-report .report-detail {
	padding: 15px;
}

.our-report .single-report .report-detail  h4{
	font-size: 1.2rem;
	font-weight: 500;
}

.our-report .single-report small {
	color: #272792;
	font-size: 12px;
}

.our-report .single-report h4 {
	font-size: 1.2rem;
	margin-bottom: 10px;
	margin-top: 10px;
}
.our-report .single-report .single-report-image > img {
    width: 100%;
    height: 320px;
    object-fit: contain;
}

.our-report .single-report p {
	text-align: justify;
	text-indent: 20px;
}

.our-report .single-report .link a {
	font-size: 12px;
	color: #272792;
}

.our-report .single-report .link i {
	padding-top: 6px;
	margin-left: 5px;
	color: #ffffff;
}

/* =================== Upcomming Style Starts Here =================== */
.upcomming {
	background-color: #fff;
	padding: 50px;
}
@media screen and (max-width: 940px) {
	.upcomming {
		padding: 30px 10px;
	}
}
.upcomming .events-row .event-card {
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 1px 5px 0 rgba(0, 0, 0, 0.12);
	border-radius: 2px;
	margin-bottom: 20px;
}
.upcomming .events-row .event-card .event-detail {
	padding: 20px;
	text-align: center;
}
.upcomming .events-row .event-card .event-detail h6 {
	margin-top: 20px;
	font-size: 1.2rem;
}
.upcomming .events-row .event-card .plac-dat {
	border-top: 1px solid #ccc;
}
.upcomming .events-row .event-card .plac-dat .colplac {
	font-size: 0.9rem;
	padding: 10px;
}
.upcomming .events-row .event-card .plac-dat .colplac p {
	font-size: 0.8rem;
}
.upcomming .events-row .event-card .plac-dat .colplacll {
	border-right: 1px solid #ccc;
}
.upcomming .events-row .event-card:hover {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* =================== We are Making Style Starts Here =================== */
.we-are-making .text-part {
	padding: 60px;
	padding-left: 20px;
}
.we-are-making .text-part h3 {
	padding-top: 10px;
}
.we-are-making .text-part .count {
	margin-top: 30px;
}
.we-are-making .text-part .count .count-sing {
	text-align: center;
}
.we-are-making .text-part .count .count-sing i {
	font-size: 2rem;
	margin-bottom: 20px;
	color: #313186;
}
.we-are-making .text-part .count .count-sing h2 {
	color: #8a274e;
}

/* ===================================== Our Team Starts Here ===================================== */
.our-team {
	padding: 50px;
	/* background-color: #cccccc1c; */
}
/* .team-row-slider{
	overflow-x: hidden;
} */
@media screen and (max-width: 940px) {
	.our-team {
		padding: 30px 10px;
	}
}
.our-team .team-row {
	margin-top: 20px;
    overflow-x: hidden;
}
.our-team .team-row .single-usr {
	/* box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65),
		0 2px 6px 0 rgba(206, 206, 238, 0.54); */
	margin-bottom: 20px;
}
.our-team .team-row .single-usr img {
	width: 100%;
	height: 260px;
	border-radius: 50%;
}
@media screen and (max-width: 559px) {
	.our-team .team-row .single-usr img {
		height: 174px;
	}
}
.our-team .team-row .single-usr .det-o {
	padding: 20px;
	/* background-color: #313186; */
}
.our-team .team-row .single-usr .det-o h4 {
	color: #313186;
	margin-bottom: 0px;
	font-size: 1.1rem;
	font-weight: 600;
	text-align: center;
}
.our-team .team-row .single-usr .det-o p {
	color: #000000;
	font-size: 1rem;
	text-align: center;
	font-weight: 500;
}

.nav-box {
	margin-top: 50px;
	border-radius: 50px;
	border: 1px solid #ccc;
}
.nav-box ul li {
	float: left;
	padding: 15px;
}
.nav-box ul li a {
	color: #ffff;
}
.nav-box .btn {
	margin-top: 7px;
	float: right;
	border-radius: 50px;
}

/* ===================================== Our Videos Starts Here ===================================== */

.our-videos {
	padding: 20px 0 100px 0;
}

/* ===================================== partners CSS ================================== */
.partners-images {
	background-color: #fff;
  position: relative;
}
.mission-vision .mission {
	padding: 0px 50px;
}
@media screen and (max-width: 940px) {
	.mission-vision .mission {
		padding: 30px 10px;
	}
}
.mission-vision .vision {
	padding: 50px;
}
@media screen and (max-width: 940px) {
	.mission-vision .vision {
		padding: 30px 10px;
	}
}
.mission-vision .mv-det {
	margin: auto;
}

/* =================== Footer Style Starts Here =================== */
.parters-slider{
  background-color: rgb(240, 240, 240);
  padding: 80px 50px;
}
.parters-slider .owl-carousel-partners{
}

.footer-cont {
  background-color: rgb(216, 215, 215);
	color: rgb(49, 49, 49);
	padding: 50px;
}
@media screen and (max-width: 940px) {
	.footer-cont {
		padding: 30px 10px;
	}
}
.footer-cont .footer-top {
	padding-bottom: 40px;
}
.footer-cont .footer-top .foot-logo h2 {
	color: #fff;
	font-weight: 600;
	margin-top: 25px;
}
.footer-cont .footer-top .foot-addr ul {
	float: right;
}
.footer-cont .footer-top .foot-addr ul li {
	float: left;
	padding: 10px;
}
.footer-cont .footer-top .foot-addr ul li i {
	margin-right: 2px;
}
.footer-cont .foot-botom .fotter-coo h5 {
	color: #313186;
	font-size: 1rem;
	margin-bottom: 20px;
}
.footer-cont .foot-botom .fotter-coo ul li {
	font-size: 0.9rem;
	padding: 10px 3px;
}
.footer-cont .foot-botom .fotter-coo ul li i {
	margin-right: 5px;
}
.footer-cont .foot-botom .fotter-coo .gallery-row {
	margin-top: 5px;
}
.footer-cont .foot-botom .fotter-coo .gallery-row .gall-col {
	padding: 5px;
}

.footer-ablove {
	padding: 30px;
	background-color: #8a274e;
	color: #fff;
	font-size: 1.5rem;
}

.footer-ablove .btn {
	float: right;
	background-color: #fff;
}

.footer-logo-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.footer-location {
  margin-bottom: 40px;
}

.social-media-icon {
  display: flex;
}


/* =================== Copyroght Starts Here =================== */
.copy {
	padding: 20px;
	background-color: #191616;
	color: #fff;
}

.copy a {
	color: #fff;
}

.copy span {
	float: right;
}

.copy span i {
	margin-right: 20px;
}

.cop-ck {
	padding: 20px;
	background-color: #ffffffbd;
}
.cop-ck h2 {
	font-size: 1.2rem;
	margin-bottom: 20px;
}

/* ===================================== Basic CSS ==================================== */
@media screen and (max-width: 991px) {
	.we-are-making .text-part {
		text-align: center;
	}

	.we-are-making .text-part .count .count-sing {
		margin-bottom: 20px;
	}

	.headwe-nav .container {
		padding: 10px;
	}

	header .headwe-nav .nav-div .navbar-nav .nav-item .nav-link {
		padding: 10px;
		border-right: 0px;
	}
}

/*# sourceMappingURL=style.css.map */
