*{
  padding:0;
  margin:0;
  font-family: "Baloo Bhai 2", cursive;
}
.darkblue{
  background:#18516f !important;
}
.whitesmoke{
  background:whitesmoke !important;
}
.darkblue li{
  color:white !important;
}
  ul.checkmark li{
    font-size: 18px;
    color: black;
    font-family: 'Baloo Bhai 2', cursive;
    font-weight: bold;
    font-size: 16px;
    list-style-type: none;
    margin-bottom: 1em;
    padding: 0 0 0 2rem;
    position: relative;
  }
  ul.checkmark li:after{
    content: "\2713";
    color:white;
    display: block;
    position: absolute;
    padding:0.8rem;
    left:0;
    top:0;
    width:1rem;
    height:1rem;
    background:#0dcaf0;
    display:flex;
    align-items:center;
    justify-content: center;
    border-radius:50%;
  }
  .navicons{
    color:white;
    font-size:1.5rem;
    text-decoration:none;
    margin:0 0.2rem;
  }
  .navicons:hover{
    color:#78BDE4 !important;
  }
  .footerlink{
    color:white;
    list-style:none;
  }
  .footerlink a{
    text-decoration:none;
    color:white;
  }
  .footerlink a:hover{
    color:white;
  }
  .titlecolor{
    color:#78BDE4 !important;
    text-shadow:1px 1px #18516F;
    font-size:2rem;
    letter-spacing: 1px;
    text-transform:uppercase !important;
  }
  .titlewhite{
    color:white !important;
    text-shadow:1px 1px #d9e7ff;
    font-size:2rem;
    letter-spacing: 1px;
    text-transform:uppercase !important;
  }
  .titleblack{
    color:black !important;
    text-shadow:1px 1px #adadad;
    font-size:2rem;
    letter-spacing: 1px;
    text-transform:uppercase !important;
  }
header.main-header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.form-section {
    background: rgba(0,0,0,.5);
    padding: 20px 30px;
}
.form-section h2.titlewhite {
    font-size: 23px;
}
section.banner-section {
    padding: 40px 0;
}
section#firstpage {
    margin-top: 0 !important;
}
.main-para {
    font-size: 1.1rem;
    text-align: center;
}
header.main-header.fixed img {
    width: 64px;
    height: 64px;
}
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.two {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
header.main-header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    z-index: 999999999;
}
.services-block-three{
  margin-bottom: 30px;
}
.services-block-three i {
    font-size: 32px;
}
.services-block-three>a {
    display: block;
    border: 2px solid #d5d5d5;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    padding: 30px;
    position: relative;
  margin-bottom:30px;

}
.services-block-three>a:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-bottom: 2px solid #03a9f5;
    border-right: 2px solid #03a9f5;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-block-three>a:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 2px solid #03a9f5;
    border-left: 2px solid #03a9f5;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.padding-15px-bottom {
    padding-bottom: 15px;
}
.services-block-three h4 {
    color: #6f6f6f;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}
.services-block-three p {
    margin-bottom: 0;
  color: #757575;
}
.services-block-three>a:hover {
    opacity: 1;
    border-color: #d5d5d5;
}
a:hover, a:active {
    color: #03a9f5;
    text-decoration: none;
}

.services-block-three>a:hover:before, .services-block-three>a:hover:after {
    width: 95%;
    height: 90%;
}
.services-block-three img {
    margin-bottom: 11px;
}
.timeline {
  padding: 3rem 2rem;
  max-width: 100%;
  border-radius: 12px;
}

.tl-content .tl-header, 
.tl-content .tl-body {
  padding-left: 25.6px;
  border-left: 3px solid gainsboro;
}

.tl-body {
  padding-bottom:1rem;
}

.tl-content:last-child .tl-body {
  border-left: 3px solid transparent;
}

.tl-header {
  position: relative;
  display: grid;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.tl-title {
  font-weight: 600;
  font-size: 1em;
  border-bottom: 1px solid gainsboro;
}

.tl-time {
  font-size: 0.7em;
}

.tl-marker {
  display:block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50% / 50%;
  background: gainsboro;
  left: -1.1rem;
  top: 50%;
  transform: translate(50%,-50%);
}

.tl-content-active .tl-marker {
  padding: 1.6px;
  left: -1.25rem;
  width: 18px;
  height: 18px;
  border: 2px solid limegreen;
  background-color: limegreen;
  background-clip: content-box;
  box-shadow: 0 0 15px -2px limegreen;
}

.tl-content-active .tl-title {
  font-weight: 700;
  color: green;
}

.custom-btn {
    width: auto;
    height: auto;
    color: #000;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
    text-decoration: none !important;
    font-size: 18px;
}
.btn-10 {
background: #31D2F2;
  color: #000;
  border: none;
  transition: all 0.3s ease;
  overflow: hidden;
}
.btn-10:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-transform: scale(.1);
  transform: scale(.1);
}
.btn-10:hover {
  color: #fff;
  border: none;
  background: transparent;
}
.btn-10:hover:after {

background: #18516F;
  -webkit-transform: scale(1);
  transform: scale(1);
  color:#fff;
}

ul.joinus-ul {
    margin-top: 20px;
}
ul.joinus-ul li {
    margin-bottom: 15px;
    font-size: 20px;
}
.m-r-6 {
    margin-right: 38px;
}

@media only screen and (max-width: 640px) {
.navbar-brand img {
	width: 50px !important;
	height: auto !important;
}
.navbar-brand {
	margin-right: 0 !important;
	margin-left: 50px;
}

}