/* Dark Blue : #0C4687 */
/* Light Blue : #BEE3F2 */
/* Green : #70B62C */

@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
	scroll-behavior: smooth;
}
body {
	font-family: "Open Sans", sans-serif;
	color: #0c0c0c;
	background-color: #ffffff;
	/* background-color: #e3f9ff; */
	overflow-x: hidden;
}

.layout_padding {
	/* padding: 2.5rem 0; */
	padding: 6.25rem 0 0 0;
}

#our-students .owl-stage {
    display: flex;
}


#our-students .item {
    height: 100%;
}

.layout_padding2 {
	padding: 75px 0;
}

.layout_padding2-top {
	padding-top: 75px;
}

.layout_padding2-bottom {
	padding-bottom: 75px;
}

.layout_padding-top {
	padding-top: 90px;
}

.layout_padding-bottom {
	padding-bottom: 90px;
}

.heading_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.heading_container h2 {
	position: relative;
	font-weight: bold;
	margin-bottom: 0;
	color: #0c4687;
}

.navbar-brand .jims-logo {
	width: 125px;
	@media screen and (max-width: 768px) {
		width: 85px;
	}
}
.navbar-brand .geeks-logo {
	width: 95px;
}

.heading_container p {
	margin-top: 10px;
	margin-bottom: 0;
}

.heading_container.heading_center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

a:hover,
a:focus {
	color: initial;
}

.btn,
.btn:focus {
	outline: none !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Header */
.hero-area {
	/* position: relative; */
}
.hero-area .header-section {
	/* padding: 15px 0; */
	padding: 5px 10px;
	position: fixed;
	width: 100%;
	z-index: 100;
	background-color: #ffffffcc;
	/* background-color: #000; */
}
.hero-area .header-height {
	background-color: #bee3f2;
	height: 6.5rem;

	@media screen and (max-width: 1099px) {
		height: 6rem;
	}
	@media screen and (max-width: 768px) {
		height: 5rem;
	}
}

.hero-area .hero-bg-box img {
	/* position: absolute; */
	position: relative;
	width: 100vw;
}
.hero-area .hero-bg-box .banner-pc {
	display: block;
	@media screen and (max-width: 768px) {
		display: none;
	}
}
.hero-area .hero-bg-box .banner-mobile {
	display: none;
	@media screen and (max-width: 768px) {
		display: block;
	}
	@media screen and (max-width: 550px) {
		display: none;
	}
}
.hero-area .hero-bg-box .banner-mobile-small {
	display: none;
	@media screen and (max-width: 550px) {
		display: block;
	}
	@media screen and (max-width: 425px) {
		display: none;
	}
}
.hero-area .hero-bg-box .banner-mobile-smaller {
	display: none;
	@media screen and (max-width: 425px) {
		display: block;
	}
}

.hero-area .hero-content-box {
	position: absolute;
	top: 12rem;
	height: fit-content;

	@media screen and (max-width: 768px) {
		top: 5rem;
	}
}
.hero-area .hero-content-box .hero-content-area {
	z-index: 50;
	width: 50vw;
	/* height: 100vh; */
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	/* align-items: center; */
	margin-top: 8rem;
	padding: 0 10rem;
	@media screen and (max-width: 1560px) {
		padding: 0 5rem;
	}
	@media screen and (max-width: 1440px) {
		margin-top: 5rem;
	}
	@media screen and (max-width: 1099px) {
		margin-top: 2rem;
		padding: 0 2rem;
	}
	@media screen and (max-width: 768px) {
		width: 100vw;
	}
}
.hero-area .hero-content-box .hero-content-area-2 {
	z-index: 50;
	margin-top: 2rem;
	padding: 0 10rem;
	@media screen and (max-width: 1560px) {
		padding: 0 5rem;
	}
	@media screen and (max-width: 1440px) {
		/* margin-top: 5rem; */
	}
	@media screen and (max-width: 1099px) {
		/* margin-top: 2rem; */
		padding: 0 2rem;
	}
	@media screen and (max-width: 768px) {
		display: none;
		/* width: 100vw; */
	}
}
.hero-area .hero-content-box .hero-content h1 {
	height: fit-content;
	font-size: 3rem;
	font-weight: bolder;
	color: #0c4687;
	/* text-align: center; */
	display: flex;
	flex-direction: column;

	@media screen and (max-width: 1024px) {
		font-size: 2rem;
	}
	@media screen and (max-width: 768px) {
		flex-direction: row;
		justify-content: center;

		& #displayYear {
			margin-left: 0.5rem;
		}
	}
	@media screen and (max-width: 640px) {
		font-size: 1.5rem;
	}
	@media screen and (max-width: 425px) {
		flex-direction: column;

		& #displayYear {
			margin-left: 0rem;
		}
		/* font-size: 1.2rem; */
	}
}
.hero-area .hero-content-box .hero-content h5 {
	height: fit-content;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-weight: 400;
	color: black;
	/* text-align: center; */
	font-size: 1rem;

	@media screen and (max-width: 1024px) {
		font-size: 0.9rem;
	}
	@media screen and (max-width: 768px) {
		margin: 0rem;
		text-align: center;
	}
	@media screen and (max-width: 640px) {
		font-size: 0.8rem;
	}
	@media screen and (max-width: 425px) {
		/* font-size: 0.65rem; */
	}
}
.hero-area .hero-content-box .hero-content .hero-topic {
	width: 100%;
	/* text-align: justify; */
	margin-top: 1rem;
	/* padding: 0.5rem 1rem; */
	font-size: x-large;
	font-weight: bold;
	/* text-transform: uppercase; */
	display: flex;
	flex-direction: row;
	/* justify-content: space-between; */

	@media screen and (max-width: 1024px) {
		margin: 0;
		/* padding: 1rem; */
		font-size: large;
	}
	@media screen and (max-width: 768px) {
		text-align: center;
		margin: 0;
		padding: 1rem;
	}
	@media screen and (max-width: 640px) {
		font-size: 0.8rem;
	}
}
.hero-area .hero-content-box .hero-content .hero-topic span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	margin-top: -0.5rem;
}
.hero-area .hero-content-box .hero-content .brochure-button {
	@media screen and (max-width: 768px) {
		text-align: center;
	}
}
.hero-area .hero-content-box .hero-content .brochure-button button {
	margin-top: 1rem;
	font-size: medium;
	padding: 0.5rem 1.5rem;

	@media screen and (max-width: 768px) {
		text-align: center;
		margin-top: 0;
		padding: 0.5rem 1rem;
		font-size: 0.85rem;
	}
	@media screen and (max-width: 425px) {
		font-size: 0.7rem;
	}
}
.hero-area .hero-content-box .hero-content .naacVenueDateTime {
	margin-top: 1rem;
	display: flex;

	@media screen and(max-width:768px) {
		display: none;
	}
}
.hero-area .hero-content-box .hero-content .naacVenueDateTime img {
	max-width: 8rem;
	height: fit-content;
	margin-right: 1rem;

	@media screen and (max-width: 1200px) {
		max-width: 6rem;
	}
}
.hero-area .hero-content-box .hero-content .naacVenueDateTime .venueDateTime {
	width: fit-content;
	display: flex;
	flex-direction: column;
}
.hero-area .hero-content-box .hero-content .naacVenueDateTime .venueDateTime .vdt1 {
	background-color: #0c4687;
	border-radius: 0.25rem;
	padding: 1rem;
	color: white;
	/* text-transform: uppercase; */
	font-weight: bold;
	text-align: center;

	@media screen and (max-width: 1200px) {
		font-size: 14px;
		padding: 0.75rem;
	}
}
.hero-area .hero-content-box .hero-content .naacVenueDateTime .venueDateTime .vdt2 {
	color: #0c4687;
	padding: 0.5rem 2rem;
	font-size: large;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;

	@media screen and (max-width: 1200px) {
		font-size: medium;
		padding: 0.25rem 2rem;
	}
}

/*header section*/
.custom_nav-container .navbar-toggler {
	background: #0c4687;
	padding: 0 16px;
}

.navbar-brand span {
	font-weight: bold;
	font-size: 24px;
	color: #0c4687;
}

.custom_nav-container {
	padding: 0;
}

.custom_nav-container .navbar-nav {
	margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
	/* font-size: 14px; */
	padding: 5px 15px;
	color: #0c4687;
	text-align: center;
	/* text-transform: uppercase; */
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 600;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
	color: #0c4687;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link {
	font-weight: 600;
}

.custom_nav-container .nav_search-btn {
	width: 35px;
	height: 35px;
	padding: 0;
	border: none;
	color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
	color: #0c4687;
}

.custom_nav-container .navbar-toggler {
	outline: none;
}

.custom_nav-container .navbar-toggler {
	padding: 0;
	width: 37px;
	height: 42px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
	display: block;
	width: 35px;
	height: 4px;
	background-color: #ffffff;
	margin: 7px 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	border-radius: 5px;
	transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
	content: "";
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	top: -10px;
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
	top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 45px 0 145px 0;
}

.slider_section .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.slider_section #customCarousel1 {
	width: 100%;
	position: unset;
}

.slider_section .detail-box {
	color: #ffffff;
}

.slider_section .detail-box h5 {
	/* color: #4e8ed7; */
	color: black;
	font-weight: bold;
	margin-top: 20px;

	@media screen and (max-width: 768px) {
		color: white;
		text-shadow: 1px 1px 3px black, 1px 1px 5px black;
	}
}

.slider_section .detail-box h1 {
	font-size: 3rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #0c4687;

	@media screen and (max-width: 768px) {
		color: black;
		text-shadow: 0px 0px 8px white, 0px 0px 8px white;
	}
}

.slider_section .detail-box p {
	color: #0c4687;
	font-size: 14px;
}

.slider_section .detail-box .btn-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -5px;
	margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
	margin: 5px;
	text-align: center;
	width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
	display: inline-block;
	font-weight: bold;
	padding: 10px 15px;
	background-color: #114b7a;
	color: #ffffff;
	border-radius: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: none;
	border-radius: 5px;
}

.slider_section .detail-box .btn-box .btn1:hover {
	background-color: #c2f1ff;
	color: #000;
}

.slider_section .detail-box .btn-box .btn2 {
	display: inline-block;
	padding: 10px 15px;
	background-color: #000000;
	color: #ffffff;
	border-radius: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: none;
}

.slider_section .detail-box .btn-box .btn2:hover {
	background-color: black;
}

.slider_section .img-box {
	margin: 45px 0;
}

/* prastuti */
#prastuti {
	/* padding-top: 90px; */
	/* padding: 7rem 0 2.5rem 0; */
	padding: 7rem 0 0 0;
}
/* prastuti */

.slider_section .img-box img {
	width: 100%;
	-webkit-animation: upDown 5s infinite;
	animation: upDown 5s infinite;
}

@-webkit-keyframes upDown {
	0% {
		-webkit-transform: translateY(-45px);
		transform: translateY(-45px);
	}
	50% {
		-webkit-transform: translateY(45px);
		transform: translateY(45px);
	}
	100% {
		-webkit-transform: translateY(-45px);
		transform: translateY(-45px);
	}
}

@keyframes upDown {
	0% {
		-webkit-transform: translateY(-45px);
		transform: translateY(-45px);
	}
	50% {
		-webkit-transform: translateY(45px);
		transform: translateY(45px);
	}
	100% {
		-webkit-transform: translateY(-45px);
		transform: translateY(-45px);
	}
}

.slider_section .carousel-indicators {
	position: unset;
	margin: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.slider_section .carousel-indicators li {
	background-color: #ffffff;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	opacity: 1;
}

.slider_section .carousel-indicators li.active {
	width: 20px;
	height: 20px;
	background-color: #0c4687;
}

.service_section {
	position: relative;
	/* margin-top: 10rem; */
}

.service_section .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	margin-top: 1rem;
	/* margin-top: 30px; */
	background-color: #f8f8f9;
	padding: 0 2rem;
	border-radius: 5px;
}
.service_section .box1 {
	/* display: -webkit-box; */
	display: -ms-flexbox;
	/* display: flex; */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	margin-top: 45px;
	background-color: #f8f8f9;
	padding: 20px;
	border-radius: 5px;
}

.service_section .box .img-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 125px;
	min-width: 75px;
	height: 75px;
	margin-bottom: 15px;
}

.service_section .box .img-box img {
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.service_section .box .detail-box h5 {
	font-weight: bold;
	/* text-transform: uppercase; */
}

.service_section .box .detail-box a {
	color: #00204a;
	font-weight: 600;
}
.service_section .box .detail-box p {
	margin-bottom: 0;
}

.service_section .box .detail-box a:hover {
	color: #0c4687;
}

.service_section .btn-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 45px;
}

.service_section .btn-box a {
	display: inline-block;
	padding: 10px 45px;
	background-color: #0c4687;
	color: #ffffff;
	border-radius: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: none;
}

.service_section .btn-box a:hover {
	background-color: #007fa4;
}

.about_section {
	background-color: #0c4687;
	color: #ffffff;
}
.about_section1 {
	/* background-color: #edfeff; */
	background-color: white;
	color: #0c4687;
}
.about_section1 .submissions_bg {
	background-image: url("../images/submission.png");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.about_section1 h2 {
	font-weight: bold;
	text-align: center;
}
.about_section1 .why_container {
	display: flex;
	flex-direction: row;
	text-align: justify;
	@media screen and (max-width: 768px) {
		flex-direction: column;
	}

	& .box {
		margin: 0 2rem;
	}
}
.about_section1 .list-group-item-success {
	color: #ffffff;
	background-color: #4085bb;
}
.about_section1 .list-group-item-dark {
	color: #0c4687;
	background-color: #bad8ec;
}
.about_section .heading_container {
	margin-bottom: 45px;
}

.about_section .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.about_section .img-box img {
	max-width: 100%;
}

.about_section .detail-box h3 {
	font-weight: bold;
}

.about_section .detail-box p {
	margin-top: 15px;
}

.about_section .detail-box a {
	display: inline-block;
	padding: 10px 45px;
	background-color: #0c4687;
	color: #ffffff;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: none;
	margin-top: 15px;
}

.about_section .detail-box a:hover {
	background-color: #007fa4;
}

.why_section .box {
	margin-top: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.why_section .box .img-box {
	margin-bottom: 20px;
	width: 120px;
	height: 120px;
	min-width: 120px;
	min-height: 120px;
	border-radius: 100%;
	/* border: 5px solid #771e18; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.why_section .box .img-box img {
	width: 107px;
	height: auto;
	fill: #0c4687;
}

.why_section .box h5 {
	font-weight: bold;
	margin-bottom: 18px;
}

.why_section .box p {
	margin-bottom: 0;
}

.why_section .btn-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 45px;
}

.why_section .btn-box a {
	display: inline-block;
	padding: 10px 45px;
	background-color: #0c4687;
	color: #ffffff;
	border-radius: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: none;
}

.why_section .btn-box a:hover {
	background-color: #007fa4;
}

/*team section */
.team_section {
	text-align: center;
	background-color: #0c4687;
	color: #ffffff;
}

.client_section .box .detail-box {
	border-radius: 5px;
}

/* section#our-teams {
	background: #0c46871f;
} */

.team_section .heading_container {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.team_section .team_container {
	padding: 0 15px;
	margin-top: 40px;
}

.team_section .team_container .box {
	padding: 35px 0 0 0;
	border-radius: 5px;
	overflow: hidden;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	/*margin-top: 45px;*/
	background: -webkit-gradient(linear, to bottom, #0c4687, #5a89be);
	background: linear-gradient(to bottom, #0c4687, #5a89be);
	height: 100%;
}

.team_section .team_container .box .img-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.team_section .team_container .box .img-box img {
	width: 120px;
	border-radius: 100%;
	border: 5px solid #ffffff;
}

.team_section .team_container .box .detail-box {
	margin: 25px 0;
}

.team_section .team_container .box .detail-box h5 {
	color: #0c4687;
	font-weight: 600;
	position: relative;
}

.team_section .team_container .box .social_box {
	padding: 10px 45px 20px 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.team_section .team_container .box .social_box a {
	color: #ffffff;
	font-size: 22px;
}

.team_section .team_container .box .social_box a:hover {
	color: #0c4687;
}

/*team section end*/
/* client section start */
.client_section {
	background: #0c46871f;
}

.client_section .heading_container {
	margin-bottom: 30px;
}

.client_section .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 15px;
}

.client_section .owl-carousel .owl-nav {
	column-gap: 25px;
}

.client_section .owl-carousel .owl-prev,
.client_section .owl-carousel .owl-next {
	margin-right: 10px;
	border-radius: 5px;
}

.client_section .box .img-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100px;
	height: 100px;
	margin-bottom: -50px;
	margin-left: 25px;
	position: relative;
}

.client_section .box .img-box img {
	border-radius: 100%;
}

.client_section .box .client_id {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.client_section .box .client_id .client_info h6 {
	font-weight: 600;
	margin-bottom: 5px;
}

.client_section .box .client_id .client_info p {
	margin-bottom: 0;
	font-size: 15px;
	font-size: 14px;
	margin-bottom: 10px;
}

.client_section .box .detail-box {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
	padding: 75px 25px 25px 25px;
}

.client_section .box .detail-box i {
	color: #00204a;
	margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 45px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
	width: 55px;
	height: 55px;
	background-color: #ffffff;
	color: #000000;
	outline: none;
	bottom: 0px;
	font-size: 24px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
	color: #00204a;
}

/* client section end */
.info_section {
	/* background-color: #0c4687; */
	background-color: #0c3058;
	color: #ffffff;
	padding: 45px 0 15px 0;
}

.info_section h4 {
	font-weight: 600;
	margin-bottom: 20px;
}

.info_section .info_col {
	margin-bottom: 30px;
}

.info_section .info_contact .contact_link_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
	margin: 5px 0;
	color: #ffffff;
	transition: color 150ms;
}

.info_section .info_contact .contact_link_box a i {
	margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
	color: #8adeff;
}

.info_section .info_social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	margin-bottom: 10px;
}

.info_section .info_social a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
	border-radius: 100%;
	margin-right: 10px;
	font-size: 24px;
}

.info_section .info_social a:hover {
	color: #8adeff;
}

.info_section .info_links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.info_section .info_links a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
	color: #ffffff;
}

.info_section .info_links a:hover {
	color: #a03417;
}

.info_section form input {
	border: none;
	border-bottom: 1px solid #ffffff;
	background-color: transparent;
	width: 100%;
	height: 45px;
	color: #ffffff;
	outline: none;
}

.info_section form input::-webkit-input-placeholder {
	color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
	color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
	color: #ffffff;
}

.info_section form input::placeholder {
	color: #ffffff;
}

.info_section form button {
	width: 100%;
	text-align: center;
	display: inline-block;
	padding: 10px 55px;
	background-color: #0c4687;
	color: #ffffff;
	border-radius: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: none;
	margin-top: 15px;
}

.info_section form button:hover {
	background-color: #007fa4;
}

/* footer section*/
.footer_section {
	position: relative;
	background-color: #ffffff;
	text-align: center;
}

.footer_section p {
	color: #0c0c0c;
	padding: 16px 0;
	margin: 0;
}

.footer_section p a {
	color: #0c4687;
}

.info_section .info_social a > i {
	font-size: 21px;
	transition: 0.3s all ease-in;
}

/*# sourceMappingURL=style.css.map */

/* Our Judges */

.judge-img {
	position: relative;
}

.judge-heading > h2 {
	color: #0c4687;
	font-weight: 800;
}

.judge-content-inner {
	border: 10px solid #0c4687;
	padding: 10px 10px;
	border-radius: 5px;
	height: 100%;
	max-width: 323px;
	margin: 0 auto;
}

.judge-profile-shape {
	width: 100%;
	height: 100px;
	display: block;
	background: linear-gradient(336deg, #fff 50%, transparent 51%);
	position: absolute;
	bottom: 0;
}

.judge-details > h4 {
	font-weight: 800;
}

/* Modal Css*/

#myModal .close {
	opacity: 1;
	outline: 0;
}

@media (max-width: 1069px) {
	.custom_nav-container .navbar-nav .nav-item.active .nav-link {
		font-size: 14px;
	}
}
