


body {
    color: #797979;
    background: #ffffff;
	font-family: 'Spinnaker', sans-serif !important;
}

a {
  color: #2487ce;
}

a:hover {
  color: #469fdf;
  text-decoration: none;
}




.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #2487ce;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #3e9bdd;
  color: #fff;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #2487ce;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


#header {
    transition: all 0.5s;
    background: #fff;
    z-index: 997;
    padding: 9px 0;
    box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.09);
}

#header.header-scrolled {
  border-color: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}


#header .logo img {
  max-height: 80px;
}


#banner {
  width: 100%;
  height:auto;
  position: relative;
background: linear-gradient(to right, #ffffff 0%, #ffffff 40%, rgb(231 227 235) 0%, #C1B5CC);
}

.tp_banner{
padding-bottom: 2%;
}


#banner .container-fluid {
padding-top: 6%;
padding-bottom: 0px;
}

#banner .container-fluid .midpoint{
background: rgb(57, 67, 86);
padding: 20% 0%;
}

#banner .container-fluid .midpoint_2{
position: relative;
text-align: center;
padding-right: 75px;
padding-top: 16%;
}


#banner .container-fluid .midpoint h1 {
margin: 0;
font-size: 44px;
line-height: normal;
font-weight: 400;
line-height: normal;
color: #ffffff;
text-align:center;
}

#banner .container-fluid .midpoint_2 h3 {
margin: 0;
font-size: 25px;
font-weight: 400;
line-height: 37px;
color: #394356;
text-align: center;
letter-spacing: 0.44px;
}

#video_bg{
	width:100%;
	background:#f00;
	height:219px;
	padding:0px;
}

.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  
}
video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom right,rgb(193 181 204 / 80%),rgb(193 181 204 / 80%));
  background-size: 3px 3px;
  z-index: 2;
}

section {
  padding: 40px 0;
  overflow: hidden;
}

.section-title h2 {
  font-size: 44px;
  font-weight:normal;
  color: #5e6e8d;
}

.about .content h3 {
font-weight: 400;
font-size: 22px;
color: #5e6e8d;
text-align: center;
line-height: 38px;
letter-spacing: 0.02em;
}

#bottom{
	background-color:#394356;
	padding:20px 0px;
}

.bt_para{
color: #C1B5CC;
font-size: 22px;
text-align: justify;
}

.hero-image{
margin: 0 auto;
text-align: center;
padding-right: 70px;
}

.hero_image_logo{
margin: 0 auto;
text-align: center;
padding-right: 70px;
display:block;	
}

.svgmid{
padding-top: 50px;
display:block;
}

.mob_image_logo{
	display:none;
}

.paramid{
padding-top: 50px;
padding-left: 40px;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}




@media (max-width: 767px) {
#banner .container-fluid .midpoint h1 {
font-size: 30px;}
	
	
#banner .container-fluid .midpoint {
background: rgb(57, 67, 86);
padding: 12% 0%;
}
	
#banner .container-fluid .midpoint_2 {
position: relative;
text-align: center;
padding-right:0px;
padding-top:10%;
padding-bottom:10%;
}

.hero_image_logo{
margin: 0 auto;
text-align: center;
padding-right: 70px;
display:none;	
}

.svgmid{
padding-top: 50px;
display:none;
}

.mob_image_logo{
	display:block;
}

.paramid{
padding-top: 50px;
padding-left:0px;
}


}


