* {
    margin:0px; 
	padding:0px; 
}

p { 
	margin-bottom:2px; font-size:15px; 
}

html{ 
	scroll-behavior: smooth;  
}

a{
	text-decoration: none !important;
}

.def-btn-1{
	padding: 10px 30px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #003966 !important;
	border-radius: 30px;
	border: 2px solid transparent;
	transition: .3s;
}

.def-btn-1:hover{
	background-color: #003966;
	color: #fff !important;
	border: 2px solid #fff;
}

.def-btn-2{
	padding: 10px 30px;
	background-color: #003966;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff !important;
	border-radius: 8px;
	border: 2px solid transparent;
	transition: .3s;
}

.def-btn-2:hover{
	background-color: #fff;
	color: #003966 !important;
	border: 2px solid #003966;
}

/* ==========================================================================================
											*  Body *
===============================================================================================*/

.gridcontpadding{
	padding:5px 0px;
}

.toptitle{
	color: #333333;
    font-size: 25px;
	font-weight:500;

}

.blue-bg
{
    background: #003966;
    color: #fff;
    font-size: 20px;
}	

.header-icon > a > img{
	height: 50px;
}

.header-icon > a > img:hover{
	transform: scale(.9);
}

.header-icon a.hvr-note{
	display: block;
	background-color: #003966;
	border-radius: 10px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	padding: 2px 5px;
	/* display: none; */
	opacity: 0;
	transition: .3s;
}

.header-icon:hover a.hvr-note{
	opacity: 1;
	/* display: block; */
}

.header-btn-main > .def-btn-2:nth-child(1){
	border: 2px solid transparent;
}

.header-btn-main > .def-btn-2:nth-child(1):hover{
	border: 2px solid #003966;
}

.header-btn-main > .def-btn-2:nth-child(2){
	background-color: #fff;
	border: 2px solid #003966;
	color: #003966 !important;
	margin-left: 10px;
}

.header-btn-main > .def-btn-2:nth-child(2):hover{
	background-color: #003966;
	border: 2px solid #fff;
	color: #fff !important;
}

.header .badge-primary { 
	background:#003966; 
	font-size:25px; 
}

.strip { 
	background:#003966;
}


/*================================== Section Start ===================================*/



.cont-head{
	background-color: #EBF0F3;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cont-head > span{
	font-size: 28px; 
	color: #003966;
	border-radius: 10px;
	padding: 10px 12px;
}

/* Content CSS Start */

.cont > p{
	font-size: 20px;
	font-weight: 500;
	color: #003966;
	margin: 20px 10px;
}
.cont-num li {
	padding: 0 10px;
	line-height: 30px;
	margin: 20px 0;
}
.cont-num {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

.cont-num li {
	margin: 0px 0px 15px 0px !important;
	font-size: 17px !important;

  }



/* ==========================================================================================
										*  Footer  *
===============================================================================================*/

.footer { 
	background:#013158; 
	margin-top:56px;
} 

.footer ul { 
	padding:0px;
} 

.footer ul li { 
	list-style:none; 
	line-height:23px; 
	margin-bottom: 10px;
} 

.footer ul li a { 
	color:#fff; 
	list-style:none; 
	letter-spacing:.5px;
} 

.footer-time{
	font-size: 16px;
}

.social-main{
	text-align: end;
}

.social-main a{
	color: #fff;
	font-size: 26px;
	margin: 10px;
}

.social-main a:hover i{
	transform: scale(1.2);
	transition: .3s;
}


/* ==========================================================================================
										*  Media Query  *
===============================================================================================*/



@media (min-width: 992px) and (max-width: 1199px){


}

@media (min-width:768px) and (max-width:991px) {

	.gridcontpadding{
		padding:0px 0px;
	}

}


@media (max-width:768px) {
	.toptitle{
	color: #333333;
    font-size: 15px;
	font-weight:500;
	font-family:Muli;
}

.blue-bg
{
    background: #003966;
    color: #fff;
    font-size: 15px;
    text-align: center;
	font-family:Muli;
}



/* .s-box { width:49.5%; display: inline-table; border-bottom:1px solid #ccc;}
.s-box:nth-child(even) { border-right:0px;  }
.s-box:last-child { border-right: 1px solid #ccc;} */
.footer {background:#013158; margin-top:56px; font-size:12px;}
.footer h4{background:#013158; margin-top:0px; font-size:16px;}
.footer h5{background:#013158; margin-top:0px; font-size:15px;}

}


@media (min-width: 576px) and (max-width: 767px){

	.footer h5{
		font-size: 14px;
	}
}

@media(max-width: 575px){

	.def-btn-2{
		padding: 10px 22px;
	}

	.header-img{
		text-align: left;
	}

	::-webkit-scrollbar {
		display: none;
	}

	.footer h5{
		font-size: 14px;
	}
}


@media (max-width:480px) { 
	.s-box { width:49%; display: inline-table;  }
	.form-box .btn-blue { font-size: 15px;}


	.blue-bg{
		font-size: 14px;
	}

	.header-cont{
		padding-top: 10px;
		border-top: 1px solid #000;
	}


	.section-h-text > span{
		font-size: 16px;
	}

	.social-main{
		margin-top: 10px;
		text-align: left;
	}
}

/* //new-about// */
.cont {
text-align: left;
}
.cont p {
	font-size: 15px !important;
	font-weight: 500 !important;
	color: #565872 !important;
	margin: 12px 0px !important;
  }
.ne-con img {
	width: 457px;
}
.see {
	text-align: left;
	margin-top: 30px;
  }
  .see button {
	border: none;
	background: #ffbe41;
	padding: 10px 20px;
	font-size: 16px !important;
	border-radius: 10px;
	cursor: pointer;
	color: #172541;
	font-weight: 500;
	font-family: roboto;
	line-height: 25px;
  }


@media only screen and (max-width: 1199px){

.ne-con .row .col-md-6:first-child {
	max-width: 40% !important;
	flex: 40% !important;
	}
.ne-con .row .col-md-6 {
	max-width: 60%;
	flex: 60%;
  }
  .ne-con img {
	width: 350px !important;
  }
}

@media only screen and (max-width: 991px) {
	
.ne-con .row {
	flex-wrap: wrap;
}
.ne-con .row .col-md-6:first-child {
	max-width: 100% !important;
}
.ne-con .row .col-md-6 {
	max-width: 100%;
	flex: 100%;
	margin-top: 18px;
}
}

@media only screen and (max-width: 600px) {
	.cont-num li {
		margin: 0px 0px 15px 0px !important;
		font-size: 16px !important;
		line-height: 22px;
	  }
.ne-con img {
width: 232px !important;
}
.see {
text-align: center;
margin-top: 30px;
margin-bottom: 20px;
}
.con-pgs h1 {
	font-size: 34px;
  }
  .con-pgs h4 {
	font-size: 22px;
  }
}


@media only screen and (max-width: 480px) {
	.cont p {
		font-size: 16px !important;
		margin: 11px 0px 26px 0px !important;
	  }
	  .cont-num {
		padding: 0px 20px 20px 20px;
		font-size: 18px;
	  }
	  .cont-num {
		padding: 20px 20px;
		padding: 0px 20px;
		}
.cont-head h1 {
	font-size: 25px;
}
.container {
padding: 0px 20px !important;
}
.col-12.cont h4 {
	font-size: 22px;
	padding: 0px !important;
  }
}