*{
	margin: 0;
	padding:0;
	box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
}
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}
.navbar img{
	height: 45px;
	width: 45px;
}
.navbar ul li{
	padding-right: 20px;


}
.navbar ul li :last-child{
	padding-right: 0px;
    /*color: red !important;*/
    font-weight: bold;
}
.navbar ul li :first-child{
	padding-right: 0px;
	color: #37517E;
}
.applink{
font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  /*margin: 10px 0 0 0;*/
  color: #fff !important;
  background: #47b2e4;
  text-decoration: none;
  /*color: #fff;*/
  transition: 1s ease-in;
}
.applink:hover{
  background: gold;
  border: 2px solid #47b2e4;
  color: #000 !important; 
}
/*--------------------------------HERO SECTION CSS START----------------------*/
.hero{
	height: 86vh;
	width: 100%;
	background-color: #31517e;
}
.hero .hero-header{
margin-top: 22vh;
}
.hero h1 {
  margin: 0 0 30px 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}
.hero .animate {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
.hero h1 span{
	color: gold;
}
.hero .get-started-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
  text-decoration: none;
}
.hero .get-started-btn:hover{
  background: gold;
  border: 2px solid #47b2e4;
  color: #000 !important; 
}

.hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 22px;
  transition: 0.3s;
  margin-top: 30px;
  padding-left: 25px;
  margin-right: 10px;
}
.hero .btn-watch-video{
	color: #fff;
    text-decoration: none;
}

.hero .btn-watch-video:hover i {
  color: #47b2e4;
}
.hero .btn-get-started:hover {
  background: #209dd8;
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}
/*--------------------------------HERO SECTION CSS END----------------------*/

/*----------------------------------key feature css start-------------------*/
.keyfeature{
	background-color: #F3F5FA;
}
.fa-thin{
	color: red;
}

/*-----------------------------keyfeature css end----------------------------*/
.aboutus{
	height: 105vh;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
.all-title h1{
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
  text-align: center;
}
.all-title h1::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.all-title h1::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}
.aboutus h3 {
  font-weight: 600;
  font-size: 26px;
  font-size: 2rem;
  padding-bottom: 10px;
  padding-top: 20px;


}
.aboutus p {
/*font-family: "Poppins", sans-serif;*/
text-align: justify;
color: grey;
line-height: 25px;
}

.feature{
	height: 110vh;
	width: 100%;
	 background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("https://images.pexels.com/photos/8428053/pexels-photo-8428053.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2")  center center;
  background-size: cover;
  /*background-attachment: fixed;*/
}
.feature p{
  padding-left: 10px;
}
.abtfeature p{
  padding-left: 10px;
}
.abtfeature{
  padding-top: 10px !important;
}
.abtfeature .fa-square-check{
  color: #31517E;
}
 .fa-square-check{
  color: gold;
}
.featuresec{
  padding-top: 40px;
}
.feature h2{
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}
.feature-text{
    font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}
.feature span{
  color: gold;
}

/*contactus css start*/
.contactus{
	height: auto;
	width: 100%;
	background-color: #F3F5FA;
  padding-bottom: 100px;

}
.contactus .address-sec{
  border-top: 4px solid #47B2E4;
  border-bottom: 4px solid #47B2E4;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}
.contactus .icon{
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-color: #E7F5FB;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #47B2E4;
}
.contactus .info h4{
padding: 0 0 0 25px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}
.contactus .info p{
   padding: 0 0 10px 25px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contactus label{
  padding-bottom: 8px;
}
.contactus  input,
.contactus  textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}
.contactus input:focus,
.contactus textarea:focus {
  border-color: #47b2e4;
}

.contactUS  input {
  height: 44px;
}

.contactus  textarea {
  padding: 10px 12px;
}
.contactus button[type=submit] {
  background: #47b2e4;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.contactus button[type=submit]:hover {
  background: #209dd8;
}

/*contactus css end*/

/* footer section start */
  .footter{
      height: auto;
      width: 100%;
      padding: 4.37rem 0;
      background-color: #31517e;
  }
  .footter h1{
      color: #fff;
      font-size: 1.25rem;
      text-transform: capitalize;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 500;
      letter-spacing: 1px;
      padding-bottom: 0.93rem;
      position: relative;
  }
  .footter h1::before{
      content: '';
      top: 1.875rem;
      left: 0;
      height: 3px;
      width:2.5rem;
      background-color:gold;
      position: absolute;
  }
  .footter p{
      line-height:1.875rem;
      color: #fff;
      font-family: Arial, Helvetica, sans-serif;
  }
  .footter ul li{
      padding-top:0.625rem;
      text-transform: capitalize;
      font-family: Arial, Helvetica, sans-serif;
  }
  .footter ul li a{
      text-decoration: none;
      color: #fff;
      padding-left:0.625rem;
  }
  .footter ul li .fas{
      color: #fff;
      font-size:0.75rem;
  }
  .footter ul li:first-child{
      padding-top: 0px;
  }
  .footter .fab{
      padding:0.625rem;
      font-size: 14px;
      background-color: #fff;
      border-radius:0.625rem;
      margin-right:0.625rem;
      margin-bottom: 30px !important;
  }
  .footter .fa-youtube{
      color: #FF0000;
  }
  .footter .fa-instagram{
      color: #EF7370;
  }
  .footer .fa-linkedin-in{
    color: #31517E;
  }
  .copyright span{
      color: #FF5821;
      font-weight: 600;
      text-transform: capitalize;
      letter-spacing: 1px;
  }
  .copyright a{
      text-decoration: none;
      font-weight: 600;
      color: #FF5821;
      letter-spacing: 1px;
  }
  /* footer section end */
  #myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color:#47B2E4;
  color: white;
  cursor: pointer;
  padding: 12px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: #31517E;
}

  @media only screen and (max-width: 600px) {
    .hero{
      height: auto;
      padding-top: 100px;
      padding-bottom: 100px;

    }
    .hero h1 {
  margin: 30px 0 30px 0;
  font-size:36px;
  font-weight: 700;
  line-height: 46px;
}
.all-title h1{
  font-size: 26px;
}
    .animate{
      padding-top: 100px;
      padding-bottom: 60px;
    }
    .feature{
      height: auto;
    }
    .getstartedsec{
      padding-top: 80px;
      padding-bottom: 80px;
    }
    .aboutus{
  height:auto;
}
  }