* {
    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 30px;
}



/* Content CSS Start */

.cont{
	padding: 50px 0;

}

.cont > p{
	font-size: 20px;
	font-weight: 600;
	color: #003966;
	margin: 20px 10px;
}




/* ==========================================================================================
										*  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;
	}
}
.inputs .name input, .name textarea {
	width: 100%;
	padding: 7px 15px;
	margin-bottom: 15px;
	border: 1px solid #e9ebfd;
  }
  .contact h2 {
	color: #100d43;
	font-weight: 700;
	font-size: 29px;
	margin-bottom: 30px !important;
  }
  .inputs .name input:focus-visible, .name textarea:focus-visible {
	outline: none;
  }
  .inputs .name input::placeholder, .name textarea::placeholder {
	font-size: 12px;
  }
  .name textarea {
	height: 110px !important;
  }
 
  .contact .sub a {
	background: #312626;
	color: #fff;
	padding: 9px 22px;
	border-radius: 50px;
	font-weight: 700;
  }
  .contact .col-md-6 img {
	width: 100%;
  }
  .contact .col-md-6 {
	padding: 0px 35px;
  }
  .contact {
	padding: 50px 0px;
  }


  @media only screen and (max-width: 991px){
	.contact h2 {
		font-size: 26px;
	  }
	
  }

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

	  .contact .col-md-6 img {
		width: 300px;
	  }
	  .contact .col-md-6:first-child{
		text-align: center;
	  }
	  .contact h2 {
		font-size: 26px;
		margin-top: 37px;
	  }
  }


  @media only screen and (max-width:480px){
	.contact .col-md-6 {
		padding: 0px 15px;
	  }
	  .contact h2 {
		font-size: 24px;
		margin-top: 37px;
		margin-bottom: 26px !important;
	  }
	  .name {
		padding: 0px 0px !important;
	  }
  }
