body{
	margin: 0;
	font-family: Nunito,sans-serif;
	font-size: 14px;
}
p{
	text-align: justify;
}
h1{
	font-size: 28px;
}
.logo-span span{
	font-size: 25px;
    color: #282d41;
    font-weight: 900;
    margin-left: 10px;
    position: relative;
    top: 4px;
}
.logo-span a:hover{
	text-decoration: none;
}
.btn-yellow {
    border: 2px solid #4b5ea2;
    color: #4b5ea2;
    margin: 0 10px;
    border-radius: 10px;
    padding: 3px 10px;
    transition: 0.5s all;
}
.navbar-light .navbar-nav .nav-link {
    color: #4b5ea2;
    font-weight: 900;
    font-size: 15px;
}
.navbar-light .navbar-nav .nav-link:hover{
	background-color: #282d41;
	border-color: #282d41;
	color: #fff;
}
.home-menu {
    background-color: #4b5ea2;
}
.home-menu ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}
.home-menu ul li {
    display: inline-block;
    padding: 0;
    transition: 0.5s all;
    font-size: 15px;
}
.home-menu ul li a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    transition: 0.5s all ease;
    display: block;
    padding: 5px 20px;
}
.home-menu ul li.active a {
    color: #fff;
    background-color: #282d41;
}
.home-menu ul li a:hover{
	text-decoration: none;
	background-color: #282d41;
	color: #fff;
}
.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}
.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}
.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
.carousel-control-next, .carousel-control-prev{
	background-color: #282d41;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	top: 50%;
	opacity: 1;
	border: none;
}
.carousel-control-next{
	right: 5%;
}
.carousel-control-prev{
	left: 5%;
}
.carousel-fade .carousel-item img{
	height: 85vh;
}
.carousel-caption {
    top: 40%;
    right: 0;
    left: 0;
    bottom: auto;
    padding: 10px;
    font-size: 50px;
    font-weight: 900;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-family: work sans, sans-serif;
}
.slider-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0,0,0,0.3);
}
.nopadding{
	padding: 0;
}
.br-r {
    border-right: 1px solid rgba(170, 170, 170, 0.52);
}
.br-b{
	border-bottom: 1px solid rgba(170, 170, 170, 0.52);
}
.br-r h5{
	color: #282d41;
	font-weight: 900;
}
.p-3 {
    padding: 1rem!important; 
}
.main-title{
	margin-bottom: 30px;
}
.main-title span {
    color: #282d41;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 24px;
}
.event-area{
	margin: 0;
	max-height: 1370px;
	overflow: auto;
}
.events{
	border-bottom: 1px solid #ddd;
    margin-top: 0;
    padding: 15px 20px 15px 0;
    display: inline-block;
    width: 100%;
}
.events:first-child{
	padding-top: 0;
}
.events:last-child{
	border-bottom: 0;
}
.events h5{
	color: #4b5ea2;
	font-size: 16px;
}
.events h4{
	font-size: 20px;
	color: #4b5ea2;
	font-weight: 900;
}
.events p{
	text-align: justify;
	line-height: 25px;
	margin-bottom: 0;
}
.event-area::-webkit-scrollbar {
    width: 10px;
}
.event-area::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0,0.3);
    outline: 1px solid slategrey;
}
.event-area::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0, 0, 0, 0.3);
}
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
	-webkit-transform: translate3d(0,-100%, 0);
	transform: translate3d(0,-100%, 0);
}
.gallery-content img{
	margin-bottom: 15px;
    width: 100%;
}
.contact-form{
	padding: 80px;
	background-color: #4b5ea2;
	height: 450px;
}
.contact-form h2{
	color: #fff;
}
.btn-submit{
	background-color: #282d41;
	color: #fff;
	float: right;
	transition: 0.5s all;
}
.btn-submit:hover{
	background-color: #000;
	color: #fff;
}
footer{
	padding: 50px 0 30px;
	background-color: #222;
	color: #fff;
}
footer h4{
	font-size: 17px;
}
footer ul{
	padding: 0;
	list-style: none;
	width: 50%;
    float: left;
}
footer ul li a{
	color: #fff;
	line-height: 28px;
	font-size: 15px;
	transition: 0.5s all;
}
footer ul li a:hover{
	text-decoration: none;
	color: #4b5ea2;	
}
.content-section{
	padding: 80px 0;
}
.content-section h1{
	font-size: 30px;
	color: #282d41;
	text-align: center;
	margin-bottom: 15px;
}
.title-line {
    margin-top: -10px;
    text-align: center;
	margin-bottom: 35px;
}	
.tl-1, .tl-3 {
    width: 80px;
    height: 1px;
    display: inline-block;
    background: #eee;
}
.tl-2 {
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    position: relative;
    top: 5px;
    width: 12px;
    border: 2px solid #282d41;
    border-radius: 50px;
}
.content-section p{
	line-height: 27px;
}
.gal{
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
.gallery-img{
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.gallery-img img{
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 100%;
}
.gallery-img:hover img{
	opacity: 1;
	transform: scale(1.15,1.15);
	-webkit-transform:scale(1.15,1.15);
	-moz-transform:scale(1.15,1.15);
	-ms-transform:scale(1.15,1.15);
	-o-transform:scale(1.15,1.15);
}
.overlay{
	cursor: pointer;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
    border-radius: 5px;
}
.gallery-img:hover .overlay{
	opacity: 1;
}
.overlay .blur{
	background-color: rgba(0,0,0,0.65);
    height: 100%;
    width: 100%;
    z-index: 5;
    position: absolute;
    border-radius: 5px;
}
.overlay .overlay-text{
	z-index: 10;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 40%;
    font-size: 20px;
}
.overlay .overlay-text a{
	color: #fff;
}
.overlay-text i{
	border: 2px solid #fff;
	padding: 10px;
    border-radius: 10px;
}
.mob-response, .mob-menu {
    display: none;
}
.sub-footer{
	background-color: #222;
	padding: 15px;
}
.sub-footer p
{
	margin-bottom: 0;
	color: #fff;
}
.gallery-section{
	width: 100%;
	display: inline-block;
}
.gallery-section .col-sm-4, .gallery-section .col-sm-6{
	float: left;
}
.bg-gray{
	background-color: #f4f4f4;
}
section.marquee {
    background-color: #4b5ea2;
    padding: 10px 0 5px;
}
.marquee a{
	color: #fff;
    font-size: 20px;
    text-decoration: none;
}
.marquee ul{
	display: block;
	margin: 0;
}
.marquee ul li{
	display: inline-block;
	margin: 0 10px;
	color: #fff;
    font-size: 20px;
    position: relative;
    padding-left: 20px;
}
.marquee ul li:before{
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
}
.marquee ul li:first-child:before{
	display: none;
}
@media(min-width: 1441px){
	.container-fluid{
		max-width: 100%;
	}
	body{
		font-size: 17px;
	}
	.home-menu ul li a{
		padding: 8px 25px;
	}
	.home-menu ul li{
		font-size: 20px;
	}
}
@media(max-width: 767px){
	.mob-menu {
	    background-color: #4b5ea2;
	    position: absolute;
	    width: 100%;
	    z-index: 99;
	}
	.mob-menu ul {
	    list-style: none;
	    padding: 10px;
	}
	.mob-menu ul a {
		color: #fff;
		text-decoration: none;
		display: block;
		padding: 5px;
	}
	.navbar-expand-md .navbar-nav .nav-link {
	    padding-right: .5rem;
	    padding-left: .5rem;
	}
	.home-menu ul {
	    display: none;
	    margin-top: 30px;
	    text-align: left;
	}
	.mob-response {
	    display: block;
	    color: #fff;
	    float: right;
	    font-size: 25px;
	    cursor: pointer;
	}
	.logo-span span{
		display: none;
	}
}
@media(max-width: 500px){
	.gal{
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
    	-moz-column-count: 1; /* Firefox */
    	column-count: 1;
	}
	.carousel-fade .carousel-item img{
		height: auto;
	}
	.carousel-caption{
		top: 25%;
		width: 70%;
		font-size: 20px;
	}
	.carousel-control-next, .carousel-control-prev{
		top: 30%;
	}
}