@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
body{font-family: 'Roboto', sans-serif;font-size:16px;font-weight:400;}
h1,h2,h3,h4,h5,h6{font-family: 'Roboto', sans-serif;font-weight:700;}


body { 
  color: #000; 
  font-size:16px;		
  margin: 0 !important;
  padding: 0 !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  background:#fff;
  line-height:20px;
   transition:font-size 0.01s ease-out;
overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6{font-family: 'Roboto', sans-serif;font-weight:700;}

a{ text-decoration:none;color:#3b445d;}
a:hover{text-decoration:none;color:#000;}

.section-inner{padding-left: 15px;padding-right: 15px;max-width: 1290px;margin:0 auto;}

header#site-header {background:#3B445D;position:relative;width: 100%;-webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;z-index: 1000;}
header .topHeader{position: relative;z-index: 1;background:#245490;}
header .header-inner{padding-top: 40px;padding-bottom: 40px;align-items:center;display: flex;justify-content: space-between;}
.header-navigation-wrapper{justify-content: space-between;width:73%;align-items: normal;padding-top:0;position: relative;z-index: 1;display: flex;}
.header-titles-wrapper{margin-right: 0;max-width: none;justify-content: flex-start;padding:0;position: relative;z-index: 1;}
.header-titles.Hearerlogo{display: flex;flex-wrap: inherit;margin:0;width: 100%;}
.Hearerlogo .site-logo{margin:0;}
.header_right{}
.header_right_link{}
.header_right_link span{display:block;margin-bottom: 10px;}
.header_right_link a{color:#fff;font-size:20px;}
.header_right_link a i{width:20px;margin-right:5px;}

.PageContainer{padding:30px 0;min-height:500px;}

footer{background:#245490;padding:50px 0;color:#fff;position: relative;}
footer:before{content:"";position: absolute;top: 0;left: 50%;border: 20px solid transparent;border-top-color: #fff;}
footer a{color:#fff;}
.FooterContent{max-width:850px;margin:0 auto;text-align: center;}
.FooterContent p{margin-bottom:15px;line-height: 24px;}
.FooterContent p:after{content:"";border-top: 1px solid rgb(255 255 255 / 18%);display: block;width: 100px;margin: 15px auto 0;}
.FooterContent p:last-child:after{display:none}
.FooterContent p br{}
.FootContact{}
.FootContact a{margin: 0 10px;}
.FootContact a i{margin-right:5px;}
.footBottom{border-top: 1px solid rgb(255 255 255 / 18%);padding-top: 20px;margin-top: 30px;text-align: center;}


@media (max-width: 600px) {
header .header-inner{flex-direction: column;gap: 20px;padding-top: 15px;padding-bottom: 15px;}
.Hearerlogo img{height:60px;}
.header_right_link {text-align: center;}
.header_right_link span{margin:0;}	
.header_right_link a{font-size:15px;}	
}


