@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&family=Roboto:wght@400;500&family=Montserrat:wght@500;600;700&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, rubsey, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*, * focus {
	outline: none!important;
	margin: 0;
	padding: 0;
}

a {
  color: inherit!important;
  text-decoration: none!important;
}
a:hover {
  color: inherit!important;
  text-decoration: none!important;
}

html, body {
    height:100%;
}
body {
    font-family: 'Roboto', sans-serif!important;
	font-weight:400!important;
	line-height: 28px!important;
	font-size: 15px!important;
	color: #111!important;
	text-decoration: none;
	height:100%;
	background-color:#0a2265!important;
}
@media screen and (max-width: 768px) {
body {
	line-height: 24px!important;
	font-size: 13px!important;
}
}
.sticky{
	position: fixed;
	width: 100%;
	background-image: linear-gradient( 90deg, #fff 0%, #fff 100%)!important;
	left: 0;
	top: 0;
	z-index: 100;
	padding:0;
	box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
	border-radius:0;
}
.sticky .container{
	border-bottom:solid 0px rgba(255,255,255,.2);
}
.sticky .logo{
	display:block;
}
.sticky .logo img{
	height:60px;
}
.slider .sticky .logo{
	display:block;
}
.sticky .logo2{
	display:none;
}
.sticky .logo2 img{	
}
.slider .sticky .logo2{
	display:none;
}
.sticky .header-r{
	padding-top:0;
}
.sticky .header-r2 span{
	display:inline-block;
	background-color:#f44300;
	color:#fff !important;
	margin:0px 0 0 0;	
	border:solid 2px #fff;
}
.top-nav{
	position:relative;
	background-color:#0c131b;
	height:95px;
	line-height:40px;
	font-weight:600;
	font-size:14px;
	color:#fff;
	padding:5px 0 0 0;
}
.top-nav span{
	margin:0 10px 0 0;
}
.top-nav .container{
	position:relative;
	padding-top:0!important;
	padding-bottom:0!important;
}
.top-nav .social{
	float:right;
	margin:2px 0 0 0 !important;
}
.top-nav .social ul li a i{
	width:36px;
	height:36px;
	font-size:.9rem;
	line-height:32px;
	text-align:center;
	border-radius:50%;
	background-color:rgba(255,255,255,0);
	border:solid 2px #fff;
	color: #fff;
}
header{
	position:absolute;
	z-index:11;
	background-image: linear-gradient( 90deg, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%);
	width:100%;
	padding:0;
	left:0;
	top:0;
	box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
	border-top:solid 2px #f94743;
	/*
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;*/
}
header .container{
	padding-top:0;
	padding-bottom:0;
	border-bottom:solid 0px rgba(255,255,255,.2);
}
header .logo{
	float:left;
	width:23%;
	text-align:left;
	overflow:hidden;
	display:block;
	padding:10px 0;
}
header .logo img{
	height:60px;
	width:auto;
}
header .logo a{
	display:block;
}
header .logo2{
	float:left;
	width:23%;
	text-align:left;
	display:none;
	padding:10px 0;
}
header .logo2 img{
	height:60px;
}
header .header-r{
	float:left;
	width:55%;
}
.slider header .logo2{
	display:block;
}
header .header-r2{
	float:left;
	width:22%;
	text-align:right;
	color:#f89c32;
	font-size:16px;
	padding:12px 0 0 0;
}
header .header-r2 a{
	text-transform:uppercase;
	display:inline-block;
	padding: 10px 25px;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    background-image: linear-gradient( 90deg ,#F94743 0%,#FF7C49 100%);
    border-style: none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 10px 15px 0 rgb(249 71 67 / 30%);
	color:#fff !important;
}
header .header-r2 a:hover{
	color:#fff !important;
	background-color:#111;
}

@media screen and (max-width: 992px) {
.sticky .logo img{
	height:40px;
}
header{
	position:relative;
	z-index:auto;
}
header .logo{
	width:60%;
	padding:5px 0;
}
header .logo img{
	height:40px;
}
header .header-r{
	width:30%;
}
}
@media screen and (max-width: 580px) {
}
@media screen and (max-width: 350px) {

}

.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}

h1, h2, h3, h4, h5{	
	font-family: 'Poppins', sans-serif!important;
}


h1 {
	font-family: 'Poppins', sans-serif!important;
	font-size:35px!important;
	line-height:1;
	padding:30px 0!important;
	margin:0!important;
	color:#fff !important;
	font-weight:700!important;
	position:relative;
}
h1 strong {
	color: #fc367f;
	text-decoration: none;
}
h2 {
	font-family: 'Poppins', sans-serif!important;
	font-size:54px!important;
	line-height:1.25;
	padding:0 0 5px 0!important;
	margin:0 0 10px 0!important;
	color:#000 !important;
	font-weight:700!important;
	position:relative;
}
h3 {	
	font-size: 22px!important;
	text-decoration: none;
	font-weight:600!important;
	color: #ffd600!important;
	position:relative;	
	margin:0 0 20px 0!important;
	padding: 0!important;
}
.container2 h3 {	
	color: #fff;
}
h3 a {
	color: #333333;
	text-decoration: none;
	line-height: 25px;
}
h3  a:hover {
	text-decoration: underline;
}
h4 {	
	font-size: 18px!important;
	text-decoration: none;
	font-weight:500!important;
	color:#fff!important;
	position:relative;
	padding:0!important;
	margin:0!important;
}
h5 {
	color: #333!important;
	font-size: 18px!important;
	line-height:36px!important;
	font-weight:600!important;
}
h6{
	font-style:italic;
	font-size:18px!important;
	line-height:34px!important;
	color:#666!important;
}
.container{	
	padding-top:70px;
	padding-bottom:70px;
	position:relative;
}
p{
	text-align:justify;
	margin:0!important;
}
.text-center p{
	text-align:center!important;
}
.large-para p{
	font-size:18px !important;
	line-height:1.8 !important;
}
@media screen and (max-width: 992px) {
h1 {
	font-size:32px!important;
	margin:0 0 15px 0!important;
}
h2 {
	font-size:22px!important;
	margin:0 0 15px 0!important;
}
h3 {	
	font-size: 16px!important;
	margin:0 0 10px 0!important;
}
h5 {
	color: rgba(1,63,113,.5)!important;
	font-size: 14px!important;
	line-height:26px!important;
}
h6{
	font-size:13px!important;
	line-height:24px!important;
}
.container{
	padding-top:30px;
	padding-bottom:30px;
}
.large-para p{
	font-size:13px !important;
	line-height:24px !important;
}
}
@media (min-width: 1600px) {
  .container {
    max-width: 1540px!important;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px!important;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1240px!important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px!important;
  }
}
/*
@media (min-width: 480px) {
.container {
    max-width: 400px;
}
}
@media (min-width: 400px) {
.container {
    max-width: 350px;
}
}
@media (min-width: 350px) {
.container {
    max-width: 320px;
}
}*/
@media screen and (max-width: 480px) {
.container{
	padding-top:20px;
	padding-bottom:20px;
}
}
.container2{
	/*background-color:#f7fdfd;*/
	background-color:#f6f5f5;	
	position:relative;
}
.container3{	
	background-color:#eee;
	padding:10px 0;
}
@media screen and (max-width: 992px) {
.container2{
	position:relative;
	padding-top:0!important;
	padding-bottom:0!important;
}
.container3{	
	display:none;
}
}
@media screen and (max-width: 7680px) {
.container3{	
	display:none;
}
h1 {
	font-size: 20px;
	text-decoration: none;
	padding:30px 0 0 0!important;
	

}
h1 a {
	text-decoration: none;
}
h2 {
	font-size:18px;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
}

h3 {
	font-size: 20px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
h3 a  {
	text-decoration: none;
	line-height: 25px;
}
h3  a:hover {
	text-decoration: underline;
}
.container2{
	padding:30px 0;
}
.container2 h2{	
	font-size:18px;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
.container3{	
	background-color:#eee;
	padding:10px 0;
}
}
.bb{
	padding:20px;
	border-radius:10px;
	background-color: transparent;
    background-image: linear-gradient( 100deg ,#F94743 0%,#FF7C49 100%);
	box-shadow: 0 10px 15px 0 rgb(249 71 67 / 30%);
}

.presence{
	text-align:center;
}
.presence img{
	height:80px;
	width:auto;
	margin:0 0 20px 0;
}
.presence h3{
	color:#111 !important;
}
.presence p{
	color:#666 !important;
}
@media screen and (max-width: 992px) {
.presence{
	margin:15px 0;
}
}



.index-bg{
	color:#fff;
	text-shadow:1px 1px 10px rgba(0,0,0,.5);
	text-align: center;
	width: 100%;
	padding: 20px;
}
.index-bg img{
	width: auto;
	height: auto;	
	max-width: 100%;
}
.index-bg br{
    display:none;
}
@media screen and (max-width: 992px) {
.index-bg br{
    display:block;
}
.index-bg{
	color:#fff;
	text-shadow:1px 1px 10px rgba(0,0,0,.5);
	text-align: center;
	width: 100%;
	padding: 15px;
}
}