@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@100..900&display=swap');

body,html{
    margin: 0px;
    padding: 0px;
   font-family: 'Roboto Condensed', sans-serif;
   font-weight:400;   
   color: #000;

}
*, *::before, *::after {
    box-sizing: border-box;
}
.modal-body {
    padding: 30px;
}
p,li {
    font-size: 25px;
    line-height: 45px;
    font-weight: 400;
    text-align: left;
    color: #000;
}
.fulres{
width: 100%;
}
.posrel{
position: relative;
}
h1 {
    font-size: 51px;
}
h3 {
    font-size: 32px;
}
.section{
  margin-top:135px;
}
.containerc{
  width:88%;
  margin:auto;
  max-width:1920px;
}
.containerd{
  width:80%;
  margin:auto;
  max-width:1920px;
}

#toTop {
    position: fixed;
    right: 15px;
    bottom: 30px;
    margin: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
        width: 35px;
    cursor: pointer;
    background-color: #0b4d90;   
    height: 35px;
        border-radius: 35px;
        text-align: center;
}
#toTop i {
    font-size: 18px;
    color: #fff;
     line-height: 32px;
    padding-bottom: 3px;
}
.shows {
    opacity: 1!important;
    visibility: visible!important;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.homeslidebtm {
    position: absolute;
    bottom: 7%;
    right: 5%;
    color: #fff;
    font-size: 50px;
    z-index: 1;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}
.homeslidebtm img {
max-width: 90px;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px); }
  60% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); } 
}
.sldimg {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.slidersec {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    position: relative;
    background-size: cover;
    background-position: center;
    left: -1px;
    width: 101%;
}
#mainmenu {
    position: absolute;
    width: 100%;
    z-index: 2;
    padding-bottom: 5%;
    pointer-events: none;
    top: 0;
    background-image: linear-gradient(180deg, rgb(0, 0, 0, 0.20), transparent);
}
.bsvdp361 {
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 3;
}
.slidersec {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    position: relative;
    background-size: cover;
    background-position: center;
    left: -1px;
    width: 101%;
}
.sldimg {
    width: 100%;
    min-height: 100vh;
    object-fit: cover;
}
.tpflx {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 90%;
    margin: auto;
    align-items: center;
    padding-top: 1%;
    color: #fff;
    pointer-events: all;
    max-width: 1920px;
    position: relative;
}
.logo {
    max-width: 375px;
}
.tmenu {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.tmenu a, .gkkl {
    font-size: 25px;
    margin: 0px 20px;
    position: relative;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    transition: .3s;
    padding-bottom: 5px;
}
.tmenu .skewb{
     margin-right: 0!important;
}
.fixed {
    position: fixed!important;
    top: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 12!important;
    margin-top: 0!important;
    width: 100%!important;
    padding-bottom: 3px!important;
    background: rgb(255, 255, 255, 0.68);
    background-image: initial!important;
    backdrop-filter: blur(12px);
}
.fixed .tmenu a{
color: #000;
}
.fixed .nav-link i{
color: #000;
}
.fixed .skewb{
color: #fff!important;
}
.tmenu .skewb:hover{
     color: #fff!important;
     color: #06ade3!important;
}
.tmenu a:hover {
    color: #f06b32;
}

.nav-link i {
    display: inline-block;
    margin-left: 8px;
    color: #fff;
    font-size: 18px;
}
.tmenu .nav-item {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    margin-bottom: 0px;
    padding-left: 0px;
    align-items: center;
    position: relative;
    line-height: initial;
}
.submn {
 position: absolute;
list-style: none;    
width: 300px;
    top: 40px;
    background: #fff;
    left: 65%;
    transform: translateX(-50%);
    padding: 20px 0px 20px 0px;
    display: none;
    box-shadow: 0 0 20px 0 rgb(0, 0, 0, 0.10);
    border-radius: 16px;
}
.submncon {
    max-width: 98%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    font-weight: 500;
    align-items: stretch;
}
.submncon a {
    margin: 0px 18px;
    font-size: 18px;
    position: relative;
    width: 100%;
    padding: 11px 13px;
    display: flex;
    color: #000;
    align-items: center;
}
.submncon a:hover {
    color: #f06b32!important;
}
.pghdcon {
    position: relative;
    overflow: hidden;
}

.slidercont {
    width: 100%;
    margin: auto;
    max-width: 1920px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    text-align: center;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(117,117,117,0) 54%,rgba(0,0,0,0.2) 100%);
}
.skewb {
    background: #06ade3;
    display: inline-flex;
    border-radius: 10px;
    color: #fff;
    padding: 8px 30px 8px 30px;
    font-size: 24px;
    font-weight: 600;
    transition: all .3s;
    margin-top: 20px;
    cursor: pointer;
    align-items: center;
    margin-right: 20px;
    min-width: 210px;
    justify-content: center;
    text-transform: uppercase;
}
.orange{
    background: #f06b32;
}
.dblue{
background: #0b4d90;
}
.skewb:hover {
    background: #ffffff;
    box-shadow: 4px 5px 20px 0px rgb(0, 0, 0, 0.13);
    color: #06ade3;
}
.skewb i {
    margin-left: 12px;
    margin-top: 3px;
    font-size: 21px;
}
.skewb:hover i {
    margin-left: 15px;
    transition: all .3s;
    color: #d0040d;
}
.pgheadertop {
    background-image: linear-gradient(45deg, rgb(6 169 224) 0%, rgb(9 77 145) 100%);
    padding: 19% 0 0 0;
    min-height: 65vh;
}
.slidertexts {
    max-width: 66%;
}
.slidertxt {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 71px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 100px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.38);
}
.slidertexts h3 {
    font-size: 46px;
    font-weight: 500;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.38);
    color: #fff!important;
}
.grsqoz221{
    min-height: 100vh;
}
div#clock {
    overflow: hidden;
    text-align: center;
    z-index: 11;
    display: inline-block;
    color: white;
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
}
div#clock p {
    float: left;
    height: 100px;
    width: 100px;
    line-height: 40px;
    font-size: 17px;
	margin-bottom:0px;
  text-transform: uppercase;
color: white;
text-align: center;
  
}
.bigp{
      width: 152px!important;
}
div#clock  span {
    display: block;
    font-size: 70px;
    padding: 10px 0 15px 0;
}
div#clock .space {
	color: #fff;
    display: block;
    line-height: 25px;
    font-size: 30px;
    float: left;
    height: 72px;
    width: 11px;
	padding-top:0px
}
.cacciajq563 {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
}
.caccisrv906 {
    position: relative;
    text-align: center;
    z-index: 2;
    margin: -62px auto 10px auto;
    font-size: 40px;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    text-transform: uppercase;
}
.cacciebc215 {
    margin: 10px auto 8px auto;
    padding: 10px 125px;
    background: #0b4d90;
    border-radius: 20px;
    color: #fff;
}
.cacciebc215 div{
    font-size: 31px;
}
.caccipaq731{
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(117,117,117,0) 54%,rgba(24, 135, 200, 0.38) 100%);
    padding-bottom: 110px;
}
.caccikym242 {
    display: flex;
    align-items: center;
}
.caccixvb907 img {
    margin: 25px 23px 25px 23px;
}
h2 {
    position: relative;
    color: #0b4d90;
    font-weight: bold;
    padding-bottom: 26px;
    font-size: 62px;
    margin-top: 0px;
}
h2 div {
    font-weight: 400;
    font-size: 47px;
}
h2:before {
    content: "";
    position: absolute;
    height: 4px;
    width: 85px;
    bottom: 11px;
    display: inline-block;
    background-color: #0b4d90;
}
.hmiddle{
text-align: center;
}
.hmiddle:before {
    left: 50%;
    transform: translateX(-50%);
}
.hwhite {
    color: #fff;
}
.hwhite:before {
    background-color: #fff;
}
.caccinjy504{
    background-color: #0b4d90;
    padding: 100px 0px;
    color: #fff;    
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.nomargin{
margin: 0!important;
}
.caccinjy504 p{
color: #fff;
}
.caccijdo492 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.caccilms126 {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.caccilms126 div {
    margin-left: 50px;
    font-size: 25px;
    max-width: 62%;
}
.caccilms126 strong {
    font-size: 30px;
}
.cacciuta485 {
    margin-top: 60px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.cacciuta485 .col-md-6 {
    max-width: 46%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.caccifyu914{
background-color: #0b4d90;
    padding: 80px 0px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.cacciofz333{
position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.cacciqra230 {
    margin-top: -18%;
}
.spacee{
margin-top: 55px;
}
.nobefore{
padding-bottom: 0px;
}
.nobefore::before{
content: none;
}
.footer{
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(117, 117, 117, 0) 84%, rgba(24, 135, 200, 0.38) 100%);
    padding-bottom: 55px;
}
.bsgvm780 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    color: #fff;
    font-size: 27px;
}
.bsgvm780 i {
    font-size: 25px;
    margin-right: 26px;
    line-height: 23px;
    transition: all .2s;
}
.lightbl {
    background: #126ac4;
    width: 32%;
}
.lightbldark {
    background: #0b4d90;
    width: 40%;
}
.cacciduh461 {
    width: 28%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cacciafo849 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 85px;
}
.caccibpz069 {
    color: #fff;
    padding: 45px 57px;
}
.caccibpz069 strong {
    font-size: 30px;
    margin-top: 15px;
    display: block;
}
.caccibpz069 img{
display: block;
}
.caccibpz069 p{
    color: white;
}
.footer h3 {
    font-size: 31px;
    margin-bottom: 55px;
    text-transform: uppercase;
    color: #084a90;
}
.caccizyd196 a{
color: #084a90
}
.caccizyd196 a:hover{
color: #f06b32
}
.cacciysd581 {
    color: #084a90;
    text-align: center;
    margin-top: 100px;
    font-size: 20px;
}
.caccilqp825 {
    margin-top: 3%;
}
.caccisuy946{
    margin-top: 6%;
}
.cacciwxk708{
    margin-top: 9%;
}
.caccisdy339 img {
    width: 33.3333%;
    border-radius: 0px;
}
.caccisdy339 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.caccikai629 {
    margin-top: -9%;
}
.tuz120 {
    width: 100%;
    font-size: 27px;
    border-collapse: separate;
    border-spacing: 2px;
    font-weight: 500;
    margin-top: 45px;
    margin-bottom: 25px;
}
.tuz120 td, .tuz120 th {
    padding: 10px 20px;
    background: #ededed;
}
.tuz120 th{
background-color: #0b4d90!important;
    color: #fff;
}
.tuz120 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 8px;
}
.caccijju388 {
    background-color: #eee;
    padding: 37px;
    font-weight: 700;
    font-size: 56px;
}
.cacciubg632 {
    padding: 25px 40px;
    font-size: 32px;
}
.cacciwex350 {
    padding: 25px 40px;
    font-size: 32px;
    border-left: 1px solid #ccc;
}
.caccicje141 h4 {
    color: #0b4d90;
    font-weight: 700;
    font-size: 46px;
    margin-top: 0px;
}
.cacciwex350 p {
    font-size: 30px;
}
.caccicje141{
    margin: 15px 0px;
    border-bottom: 1px solid #ccc;
}
.caccigsl318{
    padding-right: 50px;
    border-right: 1px solid #ccc;
}
.cacciqsf639{
    padding-left: 50px;
}
.caccirny779 {
    font-size: 26px;
}
.form-control {
    border: 1px solid #091f2f;
    box-shadow: none;
    border-radius: 6px;
    margin-top: 25px;
    padding: 25px;
    width: 100%!important;
}
.form-inline{
width: 100%;
}
.form-inline .skewb{
    border: none;
}
.caccieeg153{

}





@media (max-width: 1600px) {
.logo {
    max-width: 250px;
}
h1 {
    font-size: 36px;
}
h3 {
    font-size: 24px;
}
.tmenu a, .gkkl {
    font-size: 17px;
    margin: 0px 12px;
}
.skewb {
    border-radius: 6px;
    padding: 5px 18px 5px 18px;
    min-width: 140px;
    font-size: 16px;
    margin-top: 10px;
    margin-right: 12px;
}
.cacciajq563 {
    margin-top: 10px;
}
.slidertexts h3 {
    font-size: 31px;
}
.slidertxt {
    font-size: 48px;
    line-height: 65px;
}
div#clock {
    bottom: 5%;
}
div#clock p {
    height: 95px;
    width: 92px;
    line-height: 31px;
    font-size: 13px;
    margin-bottom: 0px;
}
.bigp {
    width: 100px!important;
}
div#clock  span {
    font-size: 48px;
    padding: 5px 0 6px 0;
}
.cacciebc215 {
    margin: 10px auto 3px auto;
    padding: 10px 80px;
    border-radius: 10px;
}
.caccisrv906 {
    font-size: 27px;
    margin: -42px auto 10px auto;
}
.cacciebc215 div {
    font-size: 20px;
}
.homeslidebtm img {
    max-width: 33px;
}
.section {
    margin-top: 85px;
}
h2 {
    padding-bottom: 24px;
    font-size: 41px;
    margin-bottom: 8px;
}
h2 div {
    font-size: 31px;
}
h2:before {
    width: 55px;
    height: 2px;
}
p,li {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 8px;
}
.caccixvb907 img {
    margin: 17px 23px 17px 23px;
    max-width: 64%;
}
.caccingw919 img {
    width: 25%;
    margin: 17px 13px 17px 13px;
}
.caccipaq731 {
    padding-bottom: 75px;
}
.caccinjy504 {
    padding: 70px 0px;
}
.caccilms126 img{
    width: 35%;
}
.caccilms126 strong {
    font-size: 20px;
}
.caccilms126 div {
    margin-left: 31px;
    font-size: 16px;
}
.cacciuta485 {
    margin-top: 41px;
}
.caccilms126 {
    margin-bottom: 22px;
}
.caccijdo492 {
    width: 31%;
}
.cacciofz333 {
    width: 63%;
}
.caccifyu914 {
    padding: 54px 0px;
}
.spacee {
    margin-top: 35px;
}
.caccibpz069 {
    padding: 38px 38px;
}
.caccibpz069 strong {
    font-size: 20px;
    margin-top: 10px;
}
.bsgvm780 {
    margin-top: 10px;
    font-size: 18px;
}
.bsgvm780 i {
    font-size: 15px;
    margin-right: 18px;
    line-height: 28px;
}
.caccibpz069 img {
    max-height: 76px;
}
.cacciafo849 {
    margin-bottom: 50px;
}
.footer h3 {
    font-size: 21px;
    margin-bottom: 32px;
}
.cacciysd581 {
    margin-top: 65px;
    font-size: 14px;
}
.footer {
    padding-bottom: 50px;
}
.submn {
    width: 231px;
    top: 30px;
    left: 87%;
}
.submncon a {
    margin: 0px 14px;
    font-size: 14px!important;
    padding: 6px 6px;
}
.nav-link i {
    margin-left: 5px;
    font-size: 12px;
}
.caccijju388 {
    padding: 26px;
    font-size: 40px;
}
.cacciubg632 {
    padding: 15px 17px;
    font-size: 23px;
}
.caccicje141 h4 {
    font-size: 32px;
}
.cacciwex350 p {
    font-size: 20px;
}
.cacciwex350 li {
    font-size: 20px;
}
.cacciwex350 {
    padding: 15px 28px;
    font-size: 16px;
}
.caccicje141 {
    margin: 8px 0px;
}
	
}

@media (max-width: 1366px) {


	
}

@media (max-width: 1200px) {
.tmenu{
display: none;
}
.grsqoz221 {
    min-height: 95vh;
}
.slidercont {
    min-height: 95vh;
}
#sidebar .skewb{
text-align: center;
}


@media (max-width: 1024px) {


	
}

@media (max-width: 990px) {
.pgheadertop {
    padding: 25% 0 100px 0;
    min-height: 40vh;
}
.caccigsl318 {
    padding-right: 15px;
    border-right: none;
}
.cacciqsf639 {
    padding-left: 15px;
}
.tblecon{
	max-width: 100%;
    overflow-x: scroll;
}
.slidertexts {
    max-width: 91%;
}
div#clock {
    display: flex;
    bottom: 3%;
}
.cacciqra230 {
    margin-bottom: 50px;
}
.cacciubg632 {
    font-size: 30px;
    margin-top: 15px;
}
.cacciwex350 {
    border-left: none;
}
	
}
@media (max-width: 768px) {
.slanm {
    padding: 120px 0px;
}

}

@media (max-width: 680px) {
.cacciafo849 {
    flex-direction: column;
}
.cacciuta485 {
    flex-direction: column;
}
.logo {
    max-width: 195px;
}
.slidertxt {
    font-size: 32px;
    line-height: 43px;
}
.slidertexts h3 {
    font-size: 26px;
}
div#clock  span {
    font-size: 38px;
    padding: 5px 0 6px 0;
}
.bigp {
    width: 80px!important;
}
div#clock .space {
    width: 7px;
}
div#clock p {
    width: 75px;
}
.cacciebc215 {
    padding: 10px 27px;
}
.caccisrv906 {
    font-size: 24px;
}
.cacciebc215 div {
    font-size: 17px;
}
.homeslidebtm {
    right: 1%;
}
.caccikym242 {
    flex-direction: column;
}
.caccixvb907{
margin-bottom: 30px;
}
.section {
    margin-top: 70px;
}
h2 {
    font-size: 36px;
}
.cacciuta485 .col-md-6 {
    max-width: 100%;
}
.caccilms126 {
    align-items: flex-start;
    flex-direction: column;
}
.caccilms126 img {
    width: 50%;
}
.caccilms126 div {
    margin-left: 0px;
    margin-top: 16px;
    max-width: 100%;
}
.cacciuta485 .col-md-6:nth-child(2){
margin-top: 60px;
}
.caccijdo492 {
    width: 100%;
}
.cacciduh461 {
    width: 100%;
}
.lightbl {
    background: #126ac4;
    width: 100%;
}
.lightbldark {
    width: 100%;
}
.cacciqra230 {
    margin-top: -25%;
}
h2 div {
    font-size: 28px;
}
.pgheadertop {
    padding: 40% 0 100px 0;
    min-height: 48vh;
}
.spacee {
    margin-top: 35px;
}
h1 {
    font-size: 30px;
}
h1.nomargin{
margin-bottom: 20px!important;
}
.caccijju388 {
    font-size: 33px;
}
.cacciubg632 {
    font-size: 24px;
    padding: 15px 0px;
}
.caccicje141 h4 {
    font-size: 28px;
}
.cacciwex350 {
    padding: 15px 0px;
}
p, li {
    line-height: 30px;
    margin: 0 0 12px;
}
.footer h3 {
    margin-top: 40px;
}
.cacciysd581 a{
display: block;
}
h3 {
    line-height: 33px;
}
.ordtw{
margin-top: 60px;
}
.cacciubg632 h4{
    text-align: left!important;
}

}
@media (max-width: 350px) {


	
}

@media  (max-width: 970px) and (orientation: landscape) {
.slanm {
    padding: 120px 0px;
}
}


.caccisre766{

}
.caccigsv667{

}
.caccietj752{

}
.cacciolv912{

}
.caccisse202{

}
.caccimaj374{

}
.cacciere128{

}
.caccixde263{

}
.cacciipq611{

}
.caccilgs061{

}
.caccioye234{

}
.caccivnx697{

}
.caccimyn147{

}
.cacciikm697{

}
.caccilmz799{

}
.cacciunt986{

}
.cacciuta315{

}
.caccikgq728{

}
.caccikqw794{

}
.caccihyo798{

}
.caccivua586{

}
.caccimtc442{

}
.caccikhv147{

}
.caccieiu703{

}
.cacciehl066{

}
.cacciwdl207{

}
.caccivzg973{

}
.caccinkj499{

}
.caccisjz668{

}
.caccijrj197{

}
.cacciope141{

}
.caccizta664{

}
.caccimii483{

}
.cacciflg317{

}
.caccivwe584{

}
.caccixdr400{

}
.cacciphg256{

}
.caccinrt134{

}
.caccixnk137{

}
.cacciggl336{

}
.caccieho933{

}
.caccibrh314{

}
.caccivzc314{

}
.cacciykd353{

}
.cacciusr804{

}
.caccivrb573{

}
.caccijew070{

}
.caccinza201{

}
.caccizxa189{

}
.caccizth196{

}
.caccivuy100{

}
.cacciaoq593{

}
.cacciqmt622{

}
.cacciqzo357{

}
.cacciitd257{

}
.cacciwqa586{

}
.caccicau126{

}
.caccirfu978{

}
.caccicif809{

}
.cacciwdz253{

}
.caccirpm747{

}
.cacciswd309{

}
.caccinnt779{

}
.cacciyxi608{

}
.caccilir990{

}
.caccijpd158{

}
.caccimnn663{

}
.caccimxp755{

}
.cacciaqu193{

}
.caccitqf898{

}
.caccixpr662{

}
.caccinix153{

}
.caccikts104{

}
.caccinpg400{

}

