body {
	font-family: 'Lato', sans-serif;
	padding-top: 101px;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

img {
	max-width: 100%;
}

.navbar {
	background: #fff;
}

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

.social-links li {
	display: inline-block;
	padding-right: 0.8rem;
	padding-left: 0.8rem;
}

.social-links {
	text-align: right;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1.2rem;
	padding-left: 1.2rem;
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
}

.social-links li a {
	color: #333;
}

.social-links li a:hover, .navbar-expand-lg .navbar-nav .nav-link:hover {
	color: #2B65EB;
}

.navbar-nav .active .nav-link {
	color: #2B65EB;
}

.navbar-brand:before {
	content: '';
	display: block;
	position: absolute;
	background: #2B65EB;
	width: 430px;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.navbar-brand:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 155px 75px 0 75px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	bottom: 0;
	left: 355px;
}

.carousel-control-next, .carousel-control-prev {
	opacity: 1;
}

.carousel-indicators li {
	background: #fff;
	height: 4px;
	border-radius: 2px;
	width: 10px;
}

.carousel-indicators li.active {
	width: 40px;
}

.carousel-caption p {
	font-size: 30px;
	font-style: italic;
	margin-bottom: 0;
}

.carousel-caption h1 {
	font-size: 50px;
	margin-bottom: 5rem;
}

.carousel-caption a, .read-more {
	color: #fff;
	background: #2B65EB;
	padding: 15px 25px;
	border-radius: 12px;
	display: inline-block;
	margin-bottom: 1rem;
}

.carousel-caption a i, .read-more i {
	font-size: 11px;
}

.carousel-caption {
	bottom: 30%;
}

.c-detail h4 {
	font-size: 20px;
	text-transform: uppercase;
}

.c-detail {
	text-align: center;
}

.d-img {
	background: #2B65EB;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	margin: auto auto 2.5rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: center;
	border: 1px solid transparent;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.d-img img:last-child {
	display: none;
}

.c-detail:hover .d-img img:last-child {
	display: inline-block;
}

.c-detail:hover .d-img img:first-child {
	display: none;
}

.c-detail:hover .d-img {
	border: 1px solid #2B65EB;
	background: #fff;
}

.c-row {
	margin-top: -5rem;
}

.carousel-indicators {
	bottom: 6rem;
}

.c-detail a {
	color: #333;
}

.sub-head {
	font-size: 25px;
	margin-bottom: 2rem;
}

.welcome {
	margin-top: 4rem;
}

.para-space {
	text-indent: 40px;
}

.abt-content {
	padding: 2rem 3.5rem;
	background: #fff;
	position: relative;
}

.about {
	background: url(../images/smallbanner.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	margin: 0 0 3.5rem;
}

.abt-content:before, .abt-content:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: -50px;
	background: #fff;
	height: 50px;
}

.abt-content:after {
	top: auto;
	bottom: -50px;
	box-shadow: 0 -6px 0 #fff, 0 6px 14px rgba(0, 0, 0, .02);
}

.abt-content:before {
	box-shadow: 0 6px 0 #fff, 0 -6px 14px rgba(0, 0, 0, .02);
}

.read-more {
	margin-top: 1rem;
}

footer {
	margin-top: 2rem;
}

.copy-right p {
	margin: 0;
}

.copy-right {
	color: #9C9C9C;
	background: #333;
	padding: 2rem 0;
	margin-top: -5px;
}

.copy-right p a {
	color: #9C9C9C;
}

.m-img {
	background: #2B65EB;
	width: 200px;
	float: left;
}

.m-dtl {
	width: calc(100% - 200px);
	float: left;
}

.home {
	background: #f9f9f9;
	padding-bottom: 3.5rem;
}

/* added by sumana */
.banner {
	background: url(../images/aboutbanner.jpg) no-repeat;
	height: 230px;
	background-size: cover;
}

.caption {
	padding-top: 155px;
}

.caption h4 {
	color: #fff;
	font-size: 25px;
	padding: 25px 45px 20px;
	background: url(../images/captionbg.png) no-repeat;
	width: 300px;
	background-size: 100% 100%;
	margin: 0px;
}

.about-img {
	
}

.info-links {
	padding-top: 60px;
}

.bg {
	background: #F9F9F9;
}

.service-banner {
	background: url(../images/servicebanner.jpg) no-repeat;
	background-size: cover;
}

footer {
	margin-top: 2rem;
}

.copy-right p {
	margin: 0;
}

.copy-right {
	color: #9C9C9C;
	background: #333;
	padding: 2rem 0;
	margin-top: -5px;
}

.copy-right p a {
	color: #9C9C9C;
}

.m-img {
	background: #2B65EB;
	width: 170px;
	float: left;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: center;
	position: relative;
}

.m-dtl {
	width: calc(100% - 170px);
	float: left;
	padding: 2.5rem 2rem;
}

.home {
	background: #f9f9f9;
	padding-bottom: 3.5rem;
}

.m-content {
	width: 100%;
	height: 300px;
	border: 1px solid #E4E4E4;
}

.m-img:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 30px 298px 30px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	right: -30px;
}

.mission {
	margin-top: 6rem;
}

.service {
	margin-top: 3rem;
}

.read-more:hover {
	text-decoration: none;
	color: #fff;
}

.social-links {
	margin-bottom: 25px;
}

.social-links li:last-child, .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
	padding-right: 0;
}

.safety-banner {
	background: url(../images/safetybanner.jpg) no-repeat;
	background-size: cover;
}

.safety-banner .caption h4 {
	width: 325px;
}

.career-banner {
	background: url(../images/careerbanner.jpg) no-repeat;
	background-size: cover;
}

.min-heading {
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 10px;
	display: block;
	margin-bottom: 8px;
}

.career a img {
	margin-right: 10px;
}

.career a {
	color: #212529;
	line-height: 32px;
	margin-left: 42px;
}

.contact-banner {
	background: url(../images/contactbanner.jpg) no-repeat;
	background-size: cover;
}

.contact-form {
	border: 1px solid #E4E4E4;
	height: 480px;
}

.contact .contact-form .sub-head {
	color: #fff;
	background: #2B65EB;
	padding: 1.25rem 2.5rem;
	font-size: 20px;
	margin: 0;
}

.contact-form form {
	background: #fff;
	padding: 1.7rem 2rem;
}

.form-control {
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #e4e4e4;
}

.form-control:focus {
	box-shadow: none;
	border-color: #2B65EB;
}

textarea.form-control {
	height: 100px;
}

.form-control::-webkit-input-placeholder {

	/* Chrome/Opera/Safari */
	font-style: italic;
}

.form-control::-moz-placeholder {

	/* Firefox 19+ */
	font-style: italic;
}

.form-control:-ms-input-placeholder {

	/* IE 10+ */
	font-style: italic;
}

.form-control:-moz-placeholder {

	/* Firefox 18- */
	font-style: italic;
}

.contact-form .read-more i {
	font-size: 18px;
	padding-left: 5px;
}

.contact-form .read-more {
	border: 0;
}

.contact .sub-head {
	font-size: 20px;
	margin-bottom: 1rem;
	margin-top: 2rem;
}

.contact .m-content {
	background: #fff;
}

.contact .m-content.first {
	height: 510px;
}

.contact .m-content.second {
	height: 150px;
	margin-top: 1rem;
}

.contact .m-content a {
	color: #333;
}

.contact .m-dtl h3:first-child {
	margin-top: 0;
}

.contact .m-content.first .m-img:after {
	border-width: 0 30px 508px 30px;
}

.contact .m-content.second .m-img:after {
	border-width: 0 30px 148px 30px;
}




.mission .m-img img:last-child {
    display: none;
}

.mission .m-content:hover .m-img img:first-child {
    display: none;
}

.mission .m-content:hover .m-img img:last-child {
    display: inline-block;
}

.mission .m-img{
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.mission .m-content:hover .m-img{
	background:#f1f1f1;
}



.carousel-caption a,.read-more{
	    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.carousel-caption a:hover, .read-more:hover {
    border-radius: 5px;
    text-decoration:none;
}

label.error{
	color:red;
	margin-bottom:0px;
}

.success-message{
	display:none;
	color:green;
}