@charset "utf-8";
/* CSS Document */
body{
	background-image: url(../Images/body-bg.png);
}

.logo{
	width: 200px;
}

.slider-div{
	-webkit-clip-path: polygon(100% 0, 100% 90%, 75% 100%, 0 90%, 0 47%, 0% 0%);
	clip-path: polygon(100% 0, 100% 90%, 75% 100%, 0 90%, 0 47%, 0% 0%);
	height: 775px;
	overflow: hidden;
	position: relative;
}

.slider-div img{
	width: 100%;
	height: 775px;
	object-fit: cover!important;
	object-position: bottom;
}
.slider-text{
	position: absolute;
	top: 40%;
	color: #fff;
	text-shadow: 0 0 7px #000;
}

.header-fix{
	position: fixed;
    top: 0;
    background: rgba(255,255,255,0.3);
	z-index: 10;
}

.menu li .nav-link{
	font-size: 18px;
	color: #25408f!important;
	position: relative;
	padding-left: 0!important;
	padding-right: 0!important;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 700;
}

.menu li .nav-link::after{
	content: "";
	width: 100%;
	height: 0px;
	background: #d2232a;
	position: absolute;
	bottom: 5px;
	left: 0;	
	transition: all 0.5s;
	z-index: -1;	
}
.menu li .nav-link:hover::after{
	width: 100%;
	height: 4px;		
	bottom: 15px;
	left: 0;
}
.menu li{
	position: none!important;	
}
.dropdown-menu {
    background-color: rgba(255,255,255,1) !important;
	min-width: 320px;
	width: 100vw;
	top: 80%;
}
.dropdown-menu .lern-more-img{
	position: relative;
}
.lern-more-img{
	height: 250px;	
}
.lern-more-img img{
	height: 250px;
	width: 100%;
	object-fit: cover;
}
.dropdown-menu .lern-more-img .btn-img{
	position: absolute;
	right: 15px!important;
	top: 0px;
	background: #25408f;
	color: #fff;
	border-radius: 0;
}
.lern-more-text{
	background: rgba(37,64,143,.90);
	color: #fff;
	padding: 5px; 
	position: absolute;
	bottom: 0;
	width: 100%;
}
.menu .dropdown-item {
    font-size: 18px;
	color: #25408f !important;
	transition: all 0.5s;
	padding-left: 15px;
}
.menu .dropdown-item img{
	width: 60px;
	height: 50px;
	object-fit: cover;
	margin-right: 5px;
}
.dropdown-item:hover{
    background-color: transparent!important;
	color: #777!important;
}
.dropdown, .navbar{
	 position: unset!important;
}
.menu li:hover > .dropdown-menu
{
	display:block
}
.heading{
	webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    width: 45%;
    height: 75px;
    background: #25408f;
    margin-bottom: 30px;
    padding-left: 260px;
    padding-top: 15px;
    color: #fff;
	margin-top: 50px;
}

.about-info {
	line-height: 2;
    font-size: 18px;
    text-align: justify;
}

.btn-primary {
	padding: 13px 40px;
	font-size: 18px;
	color: #fff!important;
	background: #25408f;
	border-radius: 0;
	-webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.mt-100{
	margin-top: 100px;
}

.vision{
	text-align: center;
	background: #F7f7f7;	
	padding-bottom: 50px;
	padding: 50px;
	height: 350px;	
	margin-bottom: 30px;
	box-shadow: 0px 0px 10px rgba(0,0,0, 0.15);
	transition: box-shadow 0.8s ease;
}
.vision:hover{
	box-shadow: 2px 10px 10px rgba(0,0,0, 0.07);
}

.business-bg{
	background-image: url(../Images/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	background-attachment: fixed;
	-webkit-clip-path: polygon(45% 0, 100% 15%, 100% 100%, 45% 100%, 0 85%, 0% 0%);
    clip-path: polygon(45% 0, 100% 15%, 100% 100%, 45% 100%, 0 85%, 0% 0%);
	padding-bottom: 60px;
	position: absolute;
}

.tringle{
	position: relative;	
}

.tringle-left {
	
    width: 74%;
    height: 210px;
    -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    background: #25408f;
    position: absolute;
    top: 26px;
    right: 0;
    z-index: -1;
}

.tringle-right {
	content: "";
    width: 74%;
    height: 210px;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #25408f;
    position: absolute;
    top: 720px;
    left: 0;
    z-index: -1;
}

.business-card{
	margin-top: 30px;
	margin-bottom: 30px;
}
.business-card .card-img-top{
	height: 200px;
	object-fit: cover;	
}

.business-card{
	background-color: transparent!important;
	border: none!important;	
}

.business-card .card-title{
	margin-top: 15px;
	border-bottom: 3px solid #25408f;
	padding-bottom: 5px;
}
.bussiness-cards .business-card .card-img-top{
	border-radius: 50%;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.business-card .card-text{
	text-align: justify;
	height: 150px;
	overflow: hidden;
}

.readmore{
	color: #25408f;
	font-size: 18px;
	position: relative;
	padding-left: 25px;	
    position: absolute;
    top: 460px;
}

.readmore::before{
	content: "";
	width: 15px;
	height: 5px;
	background-color: #d2232a;
	position: absolute;
	left: 0;
	top: 9px;
}

footer{
	-webkit-clip-path: polygon(75% 0, 100% 30%, 100% 100%, 0 100%, 0 30%);
    clip-path: polygon(75% 0, 100% 30%, 100% 100%, 0 100%, 0 30%);  
    background-color: #222;
	position: relative;
	bottom: 0!important;
	padding-top: 30px;
}
.footer-index{
	margin-top: 950px;
	padding-top: 60px
}

.social{
	text-align: center;
	margin-top: 15px;
	padding-bottom: 15px;
}

.social a{
	color: #777;
	margin-left: 15px;
	margin-right: 15px;
}

.social a:hover{
	color: #fff;
	margin-left: 15px;
	margin-right: 15px;
}
footer hr{
	border-color: #f3f3f3!important;
	border-width: 2px;
}
.banner-img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.mission-card-img-top {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.core-bus-card-img-top{
    width: 80%;
    height: 200px;
    object-fit: cover;
    margin-left: 35px;
}

.cons-vision{
	text-align: center;
	background: #F7f7f7;	
	padding-bottom: 50px;
	padding: 25px;
	height: auto;	
	margin-bottom: 30px;
	box-shadow: 0px 0px 10px rgba(0,0,0, 0.15);
	transition: box-shadow 0.8s ease;
}
.cons-vision:hover{
	box-shadow: 2px 10px 10px rgba(0,0,0, 0.07);
}
.contact-vision{
    width: 30%;
	text-align: center;
	background-color: #25408f;
    color: white;
	padding: 50px;
	height: 400px;	
	margin-bottom: 30px;
    margin: 20px;
    position: absolute;
    left: -145px;
    top: 100px;
}
.contact-social{
	text-align: center;
	margin-top: 15px;
	padding-bottom: 15px;
}
.contact-social a:hover{
	color: #777;
}
.contact-social a {
    color: white;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 10px;
}
.get-con-vision{
	text-align: center;
	background: #F7f7f7;	
	padding-left: 25%;
    padding-right: 15%;
    padding-top: 30px;
    color: #25408f;
	height: 550px;	
	margin-bottom: 30px;
	box-shadow: 0px 0px 10px rgba(0,0,0, 0.15);
	transition: box-shadow 0.8s ease;
    border: 1px solid #25408f;
}
.get-con-vision:hover{
	box-shadow: 2px 10px 10px rgba(0,0,0, 0.07);
}
.contact-pic {
    height: 150px;
    width: 150px;
    background-image: url("../Images/Untitled.png");
    object-fit: cover;
    background-size: cover;
    border-radius: 50%;
    position: absolute;
    left: 23%;
    top: -25%;
    border: 2px solid #25408f;
}
.owl-nav{
    text-align: center;
}
.owl-nav button{
    width: 50px;
    height: 50px;
    border: 1px solid #25408f !important;
    font-size: 25px !important;
    margin: 10px !important;
}
iframe{
/*	min-width: 100%;*/
}
.vd-30{
	margin-bottom: 30px;
	overflow: hidden;
}
.vdo-btn{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
	opacity: 1;
}
/*
.vd-30:hover .vdo-btn{
	opacity: 1;
}*/
.modal-close{
/*	position: absolute;*/
/*	right: -30px;*/
	margin-bottom: 15px;
}
.modal-content{
	background: transparent; 
	border: 0;
}