html,
body {
  height:100%;
  font-family: "Inter-Regular";
}

body {
  background-color:#fff;

}


@font-face {
  font-family: "Inter-Light";
  src: url('../font/Inter-Light.woff') format('woff'), 
  url('../font/Inter-Light.otf') format('otf'), 
  url('../font/Inter-Light.svg') format('svg'), 
  url('../font/Inter-Light.ttf') format('ttf'); 
} 

@font-face {
  font-family: "Inter-Regular";
  src: url('../font/Inter-Regular.woff') format('woff'), 
  url('../font/Inter-Regular.otf') format('otf'), 
  url('../font/Inter-Regular.svg') format('svg'), 
  url('../font/Inter-Regular.ttf') format('ttf'); 
} 

@font-face {
  font-family: "Inter-SemiBold";
  src: url('../font/Inter-SemiBold.woff') format('woff'), 
  url('../font/Inter-SemiBold.otf') format('otf'), 
  url('../font/Inter-SemiBold.svg') format('svg'), 
  url('../font/Inter-SemiBold.ttf') format('ttf'); 
} 

@font-face {
  font-family: "Inter-Bold";
  src: url('../font/Inter-Bold.woff') format('woff'), 
  url('../font/Inter-Bold.otf') format('otf'), 
  url('../font/Inter-Bold.svg') format('svg'), 
  url('../font/Inter-Bold.ttf') format('ttf'); 
} 

@font-face {
  font-family: "Inter-Black";
  src: url('../font/Inter-Black.woff') format('woff'), 
  url('../font/Inter-Black.eot') format('eot'), 
  url('../font/Inter-Black.otf') format('otf'), 
  url('../font/Inter-Black.svg') format('svg'), 
  url('../font/Inter-Black.ttf') format('ttf'); 
} 


*{ padding:0; margin:0; font-family: "Inter-Regular"; font-size:16px; color:#6F6F6F;}
h1, h2, h3, h4, h5, h6{ font-family: "Inter-Bold"; margin:0px 0px 12px; line-height: normal; line-height: 1.3;}
p{font-size:16px; line-height:1.5; color:#787878; font-family: "Inter-Regular"; margin-bottom: 15px;}
a{color:#100621; font-family: "Inter-Regular"; -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
a:hover, a:active, a:focus { transition: all 0.5s; -webkit-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;  text-decoration:none !important;}
img{max-width:100%;}
input, select, textarea{font-size:16px;}
strong{ font-family: "Inter-Bold";}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #C9C9C9 !important;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #C9C9C9 !important;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #C9C9C9 !important;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #C9C9C9 !important;
}


textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #C9C9C9 !important;
}
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #C9C9C9 !important;
}
textarea:-ms-input-placeholder { /* IE 10+ */
  color: #C9C9C9 !important;
}
textarea:-moz-placeholder { /* Firefox 18- */
  color: #C9C9C9 !important;
}




input:focus, select:focus, textarea:focus{outline:none !important; box-shadow:none !important; border:1px solid #EE5013 !important; }
ol, ul{list-style:none; margin-bottom:0px;}
.flex-class{display:flex; display:-webkit-box; display:-webkit-flex; display:-moz-flex; display:-ms-flex; flex-flow:wrap;}

.custom-btn { border-radius: 30px; background-image: linear-gradient(to right, #FFC484, #FD8F1A); padding: 12px 25px; font-size: 16px; color: #fff; display: inline-block; font-weight: 600; font-family: "Inter-Bold"; text-transform: capitalize; transition: all 0.5s; -webkit-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.custom-btn:hover{ background-image: linear-gradient(to right, #31b040, #014d86); color:#fff;}

.banner-heading{ font-size: 60px; font-family: "Inter-Bold"; margin:0px 0px 10px; color:#fff; text-transform:uppercase;}
.heading-title{ font-size: 42px; font-family: "Inter-Bold"; margin:0px 0px 10px; color:#014D86;}
.heading-title span{ font-size: 42px; font-family: "Inter-Bold"; color:#31B040;}

.p-class{ padding:80px 0px;}
.pt-class{ padding-top:80px;}
.pb-class{ padding-bottom:80px;}
.m-t{ margin-bottom:80px;}
.m-b{ margin-bottom:80px;}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
 
-webkit-text-fill-color:#444444;
-webkit-box-shadow: 0 0 0px 1000px #0000 inset;
transition: background-color 5000s ease-in-out 0s;
caret-color:#fff;}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button 
{
  -webkit-appearance: none;
  margin: 0;
}
/* For Firefox  */

input[type="number"] {
  -moz-appearance: textfield;
}   
::selection { background-color: #014D86; color: #fff;}

.container{max-width:1200px; width:100%; margin:0 auto; padding:0 15px;}	
header { background-color:#fff; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; padding: 25px 0px; width:100%;}
header.fixed { background-color: #ffffff; padding: 15px 0px; box-shadow: 0 0 10px rgb(203 203 203 / 50%);  width: 100%; position: sticky; top: 0px; z-index: 9;}
.header-bx { align-items: center; justify-content: space-between; }
.co-logo { width: 150px;}
.co-logo img{height:70px;}

#nav-points { width: calc(100% - 150px); justify-content: right;}
#nav-points ul { text-align: right;}
#nav-points ul li{ display:inline-block; padding:0px 20px;}
#nav-points ul li:first-child{ padding-left:0px;}
#nav-points ul li:last-child{ padding-right:0px;}
#nav-points ul li a{ font-size:18px; color:#787878; font-family: "Inter-Bold";}
#nav-points ul li a:hover{ color:#FD8F1A;}
#nav-points ul li.current-menu-item a { color: #FD8F1A;}
#nav-points ul li a.custom-btn{ color:#fff;}
#nav-points ul li.contact-btn a { border-radius: 30px; background-image: linear-gradient(to right, #FFC484, #FD8F1A); padding: 12px 25px; font-size: 16px; color: #fff; display: inline-block; font-weight: 600;    font-family: "Inter-Bold";    text-transform: capitalize;    transition: all 0.5s;    -webkit-transition: all 0.5s;    -ms-transition: all 0.5s;    -moz-transition: all 0.5s;    -o-transition: all 0.5s;}
#nav-points ul li.contact-btn a:hover{ background-image: linear-gradient(to right, #31b040, #014d86); color:#fff;}


.footer-section { background-color: #014D86;}
.footer-row { justify-content: space-between;}
.footer-col.left-bx { width: 400px;}
.foot-logo img{ height:70px;}
.footer-col.center-bx { width: 160px;}
.footer-col.right-bx { width: 280px;}
.foot-logo { padding-bottom: 20px;}
.footer-col h6 { font-size:18px; color: #FFFFFF; margin-bottom:20px; text-transform:capitalize;}
.footer-col p, .footer-col p a { color: #FFFFFF;}
.social-media { padding-top: 10px;}
.social-media ul li{ padding-right:20px;}
.social-media ul li a i{ font-size:24px; color:#fff;}
.social-media ul li a:hover i{ color:#FD8F1A;}
.footer-col ul li { line-height:36px;}
.footer-col ul li a{ color: #FFFFFF;}
.footer-col ul li a:hover{ color:#FD8F1A;}
.footer-col p a:hover{ color:#FD8F1A;}
.copyright-row { background-color: #003761; text-align: center; padding: 10px 0px;}
.copyright-row p{ margin:0px; font-size:14px; color:#fff;}



	
@media screen and (max-width: 1366px)
{
	.container{max-width:1140px;}
	.banner-heading { font-size: 46px;}
	.heading-title, .heading-title span { font-size: 36px;}
	
}
	
	
@media screen and (max-width: 1199px) 
{
	.container{max-width:960px;}
	.p-class{ padding:50px 0px;}
	.pt-class{ padding-top:50px;}
	.pb-class{ padding-bottom:50px;}
	.m-t{ margin-bottom:50px;}
	.m-b{ margin-bottom:50px;}

	.banner-heading { font-size: 36px;}
	.heading-title, .heading-title span { font-size: 30px;}
	#nav-points ul li { padding: 0px 10px;}
	#nav-points ul li a { font-size: 16px;}
	.custom-btn { padding: 10px 20px; font-size: 16px;}
	
	
}

@media screen and (max-width: 991px) 
{
	.container{max-width:720px;}
	header { padding: 15px 0px;}
	.co-logo img { height: 50px;}
	.mm-ic-box { float: right; border: 0px; display: inline-block; text-align: center; background-color: transparent; width: 26px;}
	.mobile-icon span{height: 3px; margin-bottom:6px; border-radius: 3px; background-color: #222; display: block; -webkit-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; transition: all .25s ease-in-out;}
	.mobile-icon span:nth-child(1){width:13px; }
	.mobile-icon span:nth-child(2){width:26px;}
	.mobile-icon span:nth-child(3){width:13px; margin-bottom:0px;}
	.mobile-icon.mobile-icon-open span:nth-child(1){width:26px;}
	.mobile-icon.mobile-icon-open span:nth-child(2){width:13px;}
	.mobile-icon.mobile-icon-open:before { content: ''; background-color: #00000030; width: 100%; height: 100%; display: block; position: fixed; top: 0px; left: 0px; z-index: 0; }
	.mobile-icon.mobile-icon-open ~ ul{ right:0px; -webkit-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; transition: all .25s ease-in-out;}
	#nav-points ul{ position: fixed; width: 300px; height: 100%; right: -300px; top: 80px; background-color: #fff; -webkit-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; transition: all .25s ease-in-out; overflow: auto; z-index: 9;}
	.mobile-icon.mobile-icon-open ~ ul{ right:0px !important;}
	#nav-points ul li { width: 100%; padding: 15px !important; text-align: -webkit-auto; border-bottom: solid 1px #3636362b;}
	#nav-points ul li a { font-size: 16px;}
	
	
	.banner-heading { font-size: 30px;}
	
	
	.footer-col.left-bx { width: 100%; padding-bottom: 30px;}
	.foot-logo { padding-bottom: 10px;}
	.foot-logo img { height: 50px;}
	.footer-col p, .footer-col p a { margin-bottom: 10px;}
	.footer-col p:last-child { margin-bottom: 0px;}
	.social-media { padding-top: 0px;}
	.social-media ul li a i { font-size: 20px;}
	.footer-col ul li { line-height: 30px;}
	.footer-col h6 { margin-bottom: 15px;}
	
	
}

@media screen and (max-width: 767px) 
{
	.container{max-width:100%;}
	.banner-heading { font-size: 24px;}
	.heading-title, .heading-title span { font-size: 24px;}
	.heading-title br { display: none;}
}

@media screen and (max-width: 639px) 
{
	.footer-col.center-bx { width: 100%; padding-bottom: 30px;}
	.footer-col.right-bx { width: 100%;}
	.banner-heading { font-size: 20px;}
	
}