@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

body,html{
    margin: 0px;
    padding: 0px;
   font-family: 'Quicksand', sans-serif;
   font-weight:400;   
   color: #171717;

}
*, *::before, *::after {
    box-sizing: border-box;
}
h1 {
  overflow: hidden;
  
}
h1 span {
  display: block;transform: translate(0,250px);
 
}
h1 span.aos-animate {
  animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1);
 animation-fill-mode: forwards;
 
}
@keyframes reveal {
  0% {
    transform: translate(0,250px);
  }
  100% {
    transform: translate(0,0px);
  }
}
.modal-content {
    border-radius: 20px;
    padding: 20px;
}
p {
    font-size: 23px;
    line-height: 46px;
    font-weight: 400;
    text-align: left;
    color: #000;
        margin: 0 0 20px;
}
.section{
  margin-top:135px;
    overflow: hidden;
}
.csection{
    overflow: hidden;
}
.containerc{
  width:90%;
  margin:auto;
  max-width:1920px;
}
.containerd {
    width: 78%;
    margin: auto;
    max-width: 1920px;
}
.tqj508 {
    position: absolute;
    bottom: 10%;
    display: inline-block;
    text-align: center;
    left: 0%;
    width: 100%;
    color: #fff;
}

#toTop {
    position: fixed;
    right: 15px;
    bottom: 100px;
    margin: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
        width: 35px;
    cursor: pointer;
    background-color: #033a79;   
    height: 48px;
        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;
}
#mainmenu {
    position: absolute;
    width: 100%;
    padding-bottom: 5%;
    z-index: 1;
    pointer-events: none;
	top: 0;
}
.tpflx {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 93%;
    margin: auto;
    align-items: center;
    margin-top: 17px;
    color: #fff;
    pointer-events: all;
}
.logo {
    max-width: 185px;
}
.tmenu {
    display: flex;
    align-items: center;
}
.tmenu a, .gkkl {
    font-size: 21px;
    margin: 0px 38px;
    position: relative;
    font-weight: 500;
    color: #fff;
    transition: all .1s;
    cursor: pointer;
}
.tmenu a::before {
    bottom: -8%;
    height: 1px;
    width: 0%;
    left: 0%;
    content: '';
    position: absolute;
/*    background-color: #fff;*/
    transition: 0.3s ease all;
}
#tpnum{
/*
    font-size: 21px;
    margin: 0px 38px;
    position: relative;
    font-weight: 500;
    color: #fff;
*/
/*    background-color: #000000 !important;*/
    cursor: context-menu;
}
.tmenu a:hover::before {
    width: 100%;
    transition: 0.3s ease all;
}
.cfovvc904 {
    display: flex;
    align-items: center;
}
.vwf687 {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 12px 40px;
    background: transparent;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 8px;
    transition: all .3s;
    margin: 0px 10px;
    cursor: pointer;
}
.vwf687:hover {
    background: #eb333b!important;
    color: #fff!important;
    border: 2px solid #eb333b!important;
}
.gkkl {
    padding: 12px 22px!important;
    margin: 0px!important;
}
.aff24 {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.htcqd658 {
    background: linear-gradient(to bottom, rgba(125,185,232,0) 52%,rgb(0, 0, 0, 0.69) 100%);
}
.axff24 {
    width: auto;
    max-width: 100%;
    height: 100vh;
}
 .countdown.show .running {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jumbotronx{
padding-left: 0px!important;
}
.countdown.show .running timer div {
    padding: 20px;
    background: rgb(0, 0, 158, 0.65);
    margin: 0px 15px 15px 15px;
    border-radius: 14px;
    color: #fff;
}
.countdown.show .running timer 
{
  font-size: 25px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  color: #000;
        justify-content: center;
}
.countdown.show .running timer .days,
.countdown.show .running timer .hours,
.countdown.show .running timer .minutes,
.countdown.show .running timer .seconds{
      width: 90px;
    display: inline-block;
  text-align: center;
  margin: 0 7px;
    font-size: 72px;
        font-weight: 600;
}
.countdown.show .running .labels{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.countdown.show .running .labels span{
 width: 97px;
    text-align: left;
    margin: 0px 2px;
    padding-left: 7px;
}
.countdown.show .running .text{
  font-size: 20px;
  margin-top: 12px;
  font-weight: 600;
}

.countdown.show .running button{
  border: none;
  background-color: black;
  color: white;
  border-radius: 25px;
  padding: 10px 20px;
  margin: 10px;
}

.countdown.show .running .break{
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
}

.countdown.show .ended{
  display: none;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.countdown.show .ended .text{
  font-size: 20px;
}

.countdown.show .ended button {
  border: none;
  background-color: #5a0000;
  color: white;
  border-radius: 25px;
  padding: 10px 20px;
  margin: 10px;
}

.countdown.show .ended .break{
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
} 
 
.knb125 h1 {
    font-size: 57px;
    text-shadow: rgba(0, 0, 0, 0.81) 0px 2px 7px;
}

.kdmafms272 {
    background: #093363;
    padding: 5px 20px;
    font-size: 34px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    border-radius: 10px;
    margin-top: 10px;
}
.kdmafms272 span {
    font-weight: 300;
}
.kdmauld056 {
    display: block;
    margin: 25px auto 0px auto;
    max-width: 280px;
}
.kdmaqnt179 {
    display: flex;
    width: 88%;
    background: #e6e7e8;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}
.kdmakdi141 {
    width: 44%;
    font-size: 22px;
    font-weight: 500;
}
.kdmauya545 {
    width: 56%;
    text-align: left;
    padding-right: 11%;
}
.kdmaxdy116 {
    padding: 10px 0px 10px 15px;
    font-size: 40px;
    position: relative;
    margin: 0 0 40px -15px;
}
.kdmaxdy116 div {
    font-weight: 400;
    font-size: 35px;
}
.kdmaxdy116::after {
    content: "";
    position: absolute;
    width: 3px;
    border-radius: 6px;
    height: 100%;
    bottom: 0px;
    background: #033a79;
    left: 0;
}





.kdmaoxu496 {
    padding: 135px 0px;
    background-image: url('../images/kedella-03.jpg');
    background-size: cover;
    background-attachment: fixed ;
}
.kdmasfj376 {
    background: #000;
    color: #fff;
}
.kdmadzw559 {
    border: 2px solid #000;
    color: #000;
}
.kdmaoqe475{
width: 33%;
    display: inline-block;
        margin-top: 50px;
}
.fulres{
    width: 100%;
}
.serlists {
    padding: 10px 0 11px 0;
    font-weight: 600;
    font-size: 28px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: left;
    line-height: 28px;
}
.serlists img {
    max-width: 40px;
    margin-right: 17px;
    display: inline-block;
    margin-top: 0px;
}
.serlists div {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
}
.kdmaerv836{
margin-top: 30px;
}
.kdmaerv836 img{
    transition: all .3s;
}
.kdmaerv836:hover img{
    transform: scale(1.01);
}
.kdmapxw079 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;flex-wrap: wrap;
    padding-top: 30px;
}
.kdmavnq163 {
    width: 32%;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}
.kdmavnq163 img{  
    transition: all .3s;  
}
.kdmavnq163 img:hover{
    opacity: .5;
}
.knb125 div{
font-weight: 300;
}
.knb125 h1 div {
    font-size: 43px;
}
.kdmaugt912{


}
.footer {
    margin-top: 0px!important;
}
.gradient-background {
    background: linear-gradient(300deg,deepskyblue,#020065,#0804f9);
    background-size: 180% 180%;
    animation: gradient-animationv 10s ease infinite;
    height: 120vh;
    padding: 95px 0px 70px 0px;
}
.cfojrz011 {
    margin-top: 0px;
    position: absolute;
    top: 52%;
    transform: translateY(-48%);
    left: 0;
    overflow: hidden;
    width: 100%;
}
.contactform {
    margin-top: 54px;
}
.contactform input, .contactform textarea {
    background: transparent;
    border: 2px solid #eee;
    padding: 8px;
    border-radius: 10px;
    width: 86%;
    margin-bottom: 14px;
    color: #fff;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.tzg178 {
    margin-top: 40px;
}
.yzs360 {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-top: 45px;
}
.yzs360 strong {
    display: block;
    font-size: 28px;
    margin-bottom: 22px;
}
.yzs360 a {
    display: block;
    margin-bottom: 7px;
    font-size: 21px;
}
.dmt888 {
    margin-top: 85px;
    font-size: 26px;
    font-weight: 600;
    width: 50%;
    display: inline-block;
}
.ppg {
    margin-bottom: 18px;
}
.cmr477 {
    max-width: 31px;
    display: inline-block;
    margin-right: 26px;
    filter: grayscale(1) brightness(10);
}
.footer, .footer a, .footer h1 {
    color: #fff;
}
.footer a:hover{

    cursor: pointer;
}
.cfoexy651 {
    width: 49%;
    display: inline;
    vertical-align: top;
    margin-top: 120px;
    text-align: center;
}
.cfoexy651 a {
    width: 45px;
    display: inline-block;
    margin-left: 24px;
}
.cfoexy651 img {
    width: 100%;
}
.kdmaqul181{
}
.kdmarml207 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.kdmaapq315 {
    width: 19%;
    margin: 2%;
    text-align: left;
    font-weight: 600;
    font-size: 25px;
}
.kdmaapq315 img{
width: 100%;
}
.kdmaclz689{
}
.kdmaids971{
}
.kdmauat007{
}
.kdmacix185{
}





ul.a {list-style-type: none;}

.top-right1 {
  position: absolute;
  top: 50px;
  right: 250px;
}

