@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
body
{
    font-family: 'Lato', sans-serif;

  padding: 0; 
  margin: 0 

}

.top_50
{
    top:50px;
}
.prog
{
    display:none;
}
#toplist li a
{
    text-decoration:none;
    color:#444;
}



#footer li a 
{
    text-decoration:none;
    color:#fff;
}

.fs-8
{
    font-size:2vw;
}

.h1
{
    font-size:4vw;
}

.h4
{
    font-size:2vw;
}

.h5
{
    font-size:2vw;
}
.blur_bg
{
    background: rgba(0, 0, 0, 0.7);
}

.blur_bg_2
{
    background: rgba(0, 0, 0, 0.4);
}
.bg-theme
{
  background: rgb(45,51,55);
background: linear-gradient(90deg, rgba(45,51,55,1) 0%, rgba(15,200,195,1) 43%, rgba(23,227,255,1) 100%);
}

.parent
{
    display: flex;
  align-items: center;
}
.top_form
{
    background: rgba(0, 0, 0, 0.7);
}

.header{
  padding:50px;
}

.divider{
  border-bottom: 4px solid #444;
  line-height:1.6em;
}

.carousel-inner
{
    width:100%;
}
.carousel-item
{
    width:100%;
}
.top_img
{
  width: 100%;
  height: auto;
  opacity: 0.3;
}

.bg-contact
{
     background-image:url('../images/top_banner.jpg');
  width: 100%;
  background-size: cover;
  background-position: fixed center;
  background-repeat: no-repeat;
    
}
.text-crimson {
      color: crimson;
    }
    
    .fs-45 {
      font-size: 45px;
    }
    .fs-25
    {
        font-size:25px;
    }
    .border-bottom {
      border-color: black;

    }
    
    .text-navy
    {
        color:navy;
    }
    .center {
  line-height: 40px;
  height: 80px;
  text-align: center;
}

p.comm_heading {
    color: #e2ac0a;
    /* font-size: 42px; */
    font-weight: 600;
}

.jkh {
    background-color: #f2f2f2;
    width: 38%;
    padding: 10px;
}

    .v-center
    {
      position: relative;
      top:30%;
    }
    .c-text2
    {
      text-align: center;
color: #fff;
line-height:20px;
font-size: 45px;
font-weight:bolder;

    }
    .c-text
    {
      text-align: center;
        color: #fff;
        font-size:20px;
    }
    
    
    .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

  .float2{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#5b39c6;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
 .float3{
     transform:rotate(-90deg);
	position:fixed;
	text-decoration:none;
	padding:5px 10px;
	bottom:200px;
	right:-50px;
	color:#FFF;
	text-align:center;
  font-size:15px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.my-float{
	margin-top:16px;
}


.fa-social {
  padding: 13px;
  font-size: 15px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}


.fa-social:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}

.nav-item
{
    font-weight:bold;
}
@media (max-width: 768px) {
    
    .fs-8
{
    font-size:4vw;
}

.h1
{
    font-size:5vw;
}
    
    #clock
    {
        display:none;
    }
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 3 */
@media (min-width: 768px) {
    
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(33.333%);
    }
    
    .carousel-inner .carousel-item-left.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-33.333%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{ 
  transform: translateX(0);
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

