*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
	
}
body{
	background: #e6edf5!important;
}

ul li{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none!important;
}
li{
	list-style: none!important;
}


p{
	font-size: 16px;

}
.for-mobile{
	display: none;
}
/* .wipper{
	width: 80%;
	float: right;
} */



/*#navigation*/
#header {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 2;
	background: #4a5b79;
	padding-left: 30px;
  }
  
  
  .logo_name p {
	font-size: 14px;
  }
  
  .logo a {
	float: left;
  }
  .logo img {
	float: left;
	height: 100px;
	padding: 15px 20px;
  }
  
  #cssmenu {
	display: none;
  }
  
  .menu {
	float: left;
	display: inline-block;
	margin: 12px 0;
  }
  .reference {
	  background-color: #4A5B79;
	  border-radius: 5px;
	  color: #fff!important;
  }
  /* Navigation */
  .navbar2 {
	width: 100%;
  }
  .navbar-inner2 {
	height: 100%;
  }
  .nav2,
  .nav2 ul,
  .nav2 li,
  .nav2 a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
  }
  
  .nav2 {
	position: relative;
	z-index: 50;
  }
  .nav2 li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
  }
  .nav2 li a {
	position: relative;
	padding: 3px 28px 3px;
	display: block;
	font-size: 14px;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	transition: 0.3s;
  }
  .nav2 li:hover > a {
	color: #000;
	display: block;
  }
  /* Sub navigation */
  .nav2 ul {
	position: absolute;
	z-index: 100;
	top: 30px;
	left: 0;
	border-top: none;
	padding-bottom: 7px;
	overflow: hidden;
	opacity: 0;
	background: #fff;
  }
  .nav2 li:hover ul {
	opacity: 9;
  }
  
  .nav2 ul li {
	height: 0;
	overflow: hidden;
	padding: 0;
	-webkit-transition: height 0.07s ease-in-out 0s;
	-moz-transition: height 0.07s ease-in-out 0s;
	-o-transition: height 0.07s ease-in-out 0s;
	-ms-transition: height 0.07s ease-in-out 0s;
	transition: height 0.07s ease-in-out 0s;
	transition: .6s;
	border-top: #c7d6e2 1px solid;
	
	
  }
  
  .nav2 li:hover > ul li {
	height: 50px;
	overflow: visible;
	display: flex;
	align-items: center;
	
	
  }
  .nav2 ul li a {
	width: 255px;
	padding: 10px 0 10px 1-px;
	margin: 0;
	font-weight: normal;
	border: none;
	color: #000;
	text-transform: capitalize;
	transition: .6s;
	
  }
  .nav2 ul li a:hover {
	color: rgb(65, 65, 65);
	background: #e6edf5;
	height: 50px;
	display: flex;
	align-items: center;
  }
  

/* slider */
#slider{
	display: flex;
	justify-content: center;
	padding:  30px 0 70px;
	width: 100%;
	background: linear-gradient(90deg, rgba(0, 97, 165) 11%, rgb(0, 97, 165) 100%);
	height: auto;
	background-size: cover;
	position: relative;
}
.custom-shape-divider-bottom-1642609308 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1642609308 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 70px;
}

.custom-shape-divider-bottom-1642609308 .shape-fill {
    fill: #E6EDF5;
}



.slider-cotent{
	text-align: center;
	color: #fff;
	width: 70%;
	padding: 0 100px;
}
.slider-cotent p{
	color: #fff;
	font-size: 14px;
}
.slider-cotent h2{
	font-size: 20px;
	padding: 0 50px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 40px;
	
}
.slider-cotent h3{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	
}
.slider-cotent a{
	display: inline-block;
	padding: 10px 35px;
	border: 2px #fff solid;
	border-radius: 4px;
	color: #fff!important;
	transition: .6s;
}
.slider-cotent a:hover{
	background-color: #000;
	color: #fff!important;
}
.left-arow {
	position: absolute;
	color: #fff;
	font-size: 20px;
	top: 50%;
	left: 35px;
	transform: translateY(-50%);
}
.left-arow i {
	border-radius: 50%;
	height: 35px;
	width: 35px;
	padding-top: 7px;
	border: 1px #fff solid;
	text-align: center;
	color: #fff;
}
.right-arow {
	position: absolute;
	color: #fff;
	font-size: 20px;
	top: 50%;
	right: 35px;
	transform: translateY(-50%);
}
.right-arow i {
	border-radius: 50%;
	height: 35px;
	width: 35px;
	padding-top: 7px;
	border: 1px #fff solid;
	text-align: center;
	color: #fff;
}
#all-content{
	width: 100%;
}
.box-icon{
	text-align: center;
	background-color: #fafafa;
	padding: 0px;
	border-radius: 5px;
	box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
	transition: .6s;
	color: rgb(0, 0, 0);
	transform: scale(1);
	border-bottom: 4px #0061A5 solid;
}



.box-icon img{
	width:100%;
	height: 140px;
	
}
.box-icon h3{
	font-size: 16px;
	margin-top: 10px;
	padding: 10px 0;
	font-weight: 600;
	line-height: 25px;
}
.box-icon:hover{
	background-color: #0061A5;
	transform: scale(1.1);
	color: #fff!important;
	border-bottom: 4px #ffffff solid;
}

.mega-box{
	width: 100%;
	background:linear-gradient(90deg, rgba(74, 91, 121,1) 11%, rgba(74, 91, 121, 0.555) 100%), url(../images/eLearning.jpg)  center;
	background-size: cover;
	padding: 30px 0;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 30px;
	transform: scale(1);
	transition: .6s;
}
.mega-box:hover{
	transform: scale(1.1);
}
.mega-box2{
	background:linear-gradient(90deg, rgba(74, 91, 121,1) 11%, rgba(74, 91, 121, 0.555) 100%), url(../images/eLearning2.jpg)  center;
	background-size: cover;
}
.mega-box h3{
	color: #fff;
	font-family: 'Poppins', sans-serif;
}
.mar-top{
	margin-top: 20px;
}
.img-box{
	display: flex;
	align-items: center;
	transition: .6s;
	transform: scale(1);
	background: rgb(255, 255, 255);
	width: 50%;
	margin: 0 10px;
	padding: 10px;
	border-radius: 5px;
	border-left: #4A5B79 3px solid;
}
.img-box:hover{
	transform: scale(1.1);
}

.img-box img{
	width: 60px;
}
.img-box h3{
	font-size: 16px;
	margin-left: 10px;
	color: #4A5B79;
}
.all-img-box{
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;

}

#footer{
	width: 100%;
	padding:30px 0 30px;
	background: rgb(0, 97, 165);
	color: #fff;
	position: relative;
}
.footer-list h3{
	font-size: 20px;
	border-bottom: 1px #fff solid;
	display: inline-block;
	padding-bottom: 4px;
}
.footer-list ul li{
	margin: 10px 0;
}
.footer-list a{
	color: #fff;
	font-size: 16px;
	display: flex;
	align-items: center;
	transform: .6s;
}
.footer-list a:hover{
	color: #c7d6e2;
}
.footer-list a i{
	margin-right: 10px;
	font-size: 16px;
}

@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) {

  #slider {
	  height: auto;
	  padding-bottom: 50px;
  }
  .custom-shape-divider-bottom-1642609308 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 74px;
}
.slider-cotent h2 {
    font-size: 16px;
    padding: 0 50px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 27px;
}
}