.body {
    scroll-behavior: smooth;
}

/*Navigation css section*/
nav {
	background: rgb(255, 255, 255);
	text-align: start;
	position: sticky;
	justify-content: space-between;
	padding: 0px;
}

.navbar-toggle-icon {
	background-color: #03418c;
}

nav ul li {
	list-style: none;
	display: inline-block;
	padding: 10px 20px;
}

nav ul li a {
	color: #5b5bdf;
	font-weight: 20px;
	position: relative;
	padding: 5px 0;
	text-decoration: none;
}

.active,
a:hover {
	color: #155ada !important;
}

.active,
a:active {
	color: #3B2EC8 !important;
}

nav ul li a:hover {
	color: #155ada;


}

nav ul li a:after {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 3px;
	background: #4787fd;
	transition: .3s;
	bottom: 0;
}

nav ul li a:hover:after {
	width: 100%;
}

/*  */

.headers {
    font-size: 3rem;
    padding-top: 100px;
    font-family: Ubuntu, sans-serif;
}

.bannerimg {
    /* width: 1000px; */
    height: 590px;
}

.fa-sharp {
    border: 7px;
    border-radius: 50%;
}

.header2 {
    font-size: 1.6rem;
    padding: 100px;
    line-height: 50px;
}

.swob {
    background-color: rgb(239, 241, 243);
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    padding: 20px;
    padding-bottom: 30px;
}

.cardtitle {
    /* padding-left: 80px; */
    padding-bottom: 20px;
}

a {
    text-decoration: none;
    color: rgb(64, 64, 64);
}

.who {
    font-size: 20px;
    line-height: 50px;
    padding-left: 40px;
    word-spacing: 7px;
}

.whoh1 {
    padding-left: 40px;
    padding-top: 30px;
    color: rgb(99, 99, 99);
}

.culture {
    margin: 100px;
}

.location {
    background-color: #f1f1f2;
    padding: 1px;
}

.locationimg {
    width: 600px;
}

.culture h6 {
    text-decoration: none;
    line-height: 35px;
    font-family: Helvetica, sans-serif;
    font-size: 20px;
    color: rgb(85, 85, 85);
}

.ppp {
    font-size: 30px;
    color: rgb(99, 99, 99);
}


video {
    width: 400px;
    /* padding: 30px; */
    height: 450px;
}

.blog-img {
    width: 350px;
    height: 200px;
}

.what {
    padding: 40px;
} 

.everyone {
    width: 450px;
    height: 300px;
}

.whoimg {
    width: 550px;
    padding: 40px;
}

.whatimg {
    width: 550px;
}

.card {
    box-shadow: none;
}

