/* reset*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

@font-face {
  font-family: 'Corinthia';
  src: url("../fonts/Corinthia-Regular.ttf");
  font-size: 1em;
}

@font-face {
  font-family: 'Bebas-Neue';
  src: url("../fonts/BebasNeue-Regular.ttf");
  font-size: 1em;
}


@font-face {
  font-family: 'Mont-Serrat';
  src: url("../fonts/Montserrat-Medium.ttf");
  font-size: 1em;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.ttf");
  font-size: 1em;
}

body {
  overflow-x: hidden;
  background: #fff;
}

.disabled {
  display: none;
}

.ma-t-2 {
  margin-top: 2rem !important;
}

.ma-t-3 {
  margin-top: 3rem !important;
}

.ma-t-4 {
  margin-top: 4rem !important;
}

.ma-t-5 {
  margin-top: 5rem !important;
}

.ma-t-6 {
  margin-top: 6rem !important;
}

.ma-t-7 {
  margin-top: 7rem !important;
}

.ma-b-5{
  margin-bottom: 5rem !important;
}

.ma-l-2 {
  margin-left: 2rem !important;
}

.pa-l-3 {
  padding-left: 3rem !important;
}

.pa-l-5 {
  padding-left: 5rem !important;
}

.pa-t-4 {
  margin-top: 4rem !important;
}

.pa-l-6 {
  padding-left: 6rem !important;
}

.pa-t-7 {
  padding-top: 7rem !important;
}

.pa-t-10 {
  padding-top: 10rem !important;
}
.pa-b-5{
  padding-bottom: 5rem;
}

#top {
  z-index: 1033;
  position: fixed;
  width: 100%;
  background: #fff;
  backdrop-filter: blur(5px);
  height: 114px;
}

#top .headertop {
  width: 100%;
  height: 36px;
  background-color: #8FBDD3;
  color: #41444B;
  display: flex;
  justify-content: center;
}

#top .contop {
  position: relative;
  width: 55%;
  font-family: 'Mont-Serrat';
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  display: flex;
  align-items: center;
}

#top .contop span {
  margin-left: 20px;
}

#top .contopr {
  position: absolute;
  right: 0;
}

#top .col-logo {
  position: absolute;
  left: 5.18%;
  top: 0.2%;
}

#top nav a {
  color: #0081C9;
  text-decoration: none;
  transition: 0.3s;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.25rem;
}

#top a:hover {
  text-decoration: underline #8FBDD3;
  font-weight: 700;

}
#top  .ac{ font-weight: 700;}


#top nav {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  min-height: 50px;
  width: 100%;
}


#top .nav-list {
  height: 70px;
  list-style: none;
  display: flex;
  align-items: center;
}

#top .nav-list li {
  letter-spacing: 3px;
  margin-left: 32px;
}

#top .mobile-menu {
  display: none;
  cursor: pointer;
}


#top .mobile-menu div {
  width: 32px;
  height: 2px;
  background: #0081C9;
  margin: 8px;
  transition: 0.3s;
}

h2{
	font-family: 'Mont-Serrat';
	font-style: normal;
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 49px;
	color:#8FBDD3;
	}
  .animate__pulse{animation: pulse 1s infinite;}
@media (max-width: 999px) {
  body {
    overflow-x: hidden !important;
  }

  #top .nav-list {
    position: absolute;
    top: 8vh;
    right: 0;
    width: 70vw;
    height: 88vh;
    background: rgba(255, 255, 255, 0.9);
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    transform: translateX(100%);
    transition: transform 0.3s ease-in;
  }

  #top .nav-list li {
    margin-left: 0;
    opacity: 0;
  }

  #top .mobile-menu {
    display: block;
  }
  #top .contop span{display: none;}

}

#top .nav-list.active {
  transform: translateX(0);
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

#top .mobile-menu.active .line1 {
  transform: rotate(-45deg) translate(-8px, 8px);
}

#top .mobile-menu.active .line2 {
  opacity: 0;
}

#top .mobile-menu.active .line3 {
  transform: rotate(45deg) translate(-5px, -7px);
}
.bg-pri{background:#FCF3DF;}

footer{ background-color: #8FBDD3; color: #41444B; }
footer hr {background-color: rgba(0, 129, 201, 0.25); height:2px !important;}
footer img {width: 126px; height: 125px;}
footer nav a {
  margin-top: 1rem;
text-decoration: none;
font-family: 'Mont-Serrat';
font-style: normal;
font-weight: 600;
font-size:1rem;
line-height: 29px;
letter-spacing: 0.2em;
color: #41444B;
}
footer nav a:hover{font-weight: 300;}
footer .copy{font-family: 'Bebas-Neue';font-style: normal;font-weight: 400;font-size: 1.5rem;color:#1E1E1E; letter-spacing: 0.2em; text-align: center;}

@media only screen and (min-width:2560px) {
  #main .r-social {
    right: 34rem;
  }

  #main .r-social ul li a {
    font-size: 5rem;
  }
}

@media only screen and (max-width:1024px) {

}

@media only screen and (max-width:991px) {
  .footernav{display: block !important;}
}

@media only screen and (max-width:768px) {
  .menu-resp {
    display: block !important;
  }

  .menu-exp {
    display: none !important;
  }
  footer .footernav{display: none !important;}
 footer .copy {
    font-size: 1.3rem;
  }

}

@media only screen and (max-width:600px) {

}

@media only screen and (max-width:500px) {

}

@media only screen and (max-width:425px) {
  footer .copy {
    font-size: 1rem;
    
  }
}

@media only screen and (max-width:375px) {

}

@media only screen and (max-width:320px) {
  
}