@import url('https://fonts.cdnfonts.com/css/neue-haas-grotesk-display-pro');
@import url('https://fonts.cdnfonts.com/css/georgia-2');
                

body{
  background: #fff;
  font-family: Montserrat, sans-serif;
}

header {
  background: #fff;
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  height: 70px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .1);
}

header img {
  margin: 22px 0px 0px;
}

.main_menu {
  margin:8px 0px;
}

.navbar-light .navbar-nav .nav-item {
  padding: 0px 10px;
}
.navbar-light .navbar-nav .nav-item {
  color: #282828;
  font-size: 14px;
  font-weight: 500;
}

.navbar-light .navbar-nav .nav-link {
  color: #959595;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.container-fluid{
  padding: 0px 60px;
}

section.home-slider {
  margin-top: 0px;
  padding: 60px 0px 100px;
  background: #1E2337;
  position: relative;
  overflow: hidden;
}

.home-slider::after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom: 350px solid #fff;
  border-left: 1600px solid transparent;
  content: '';
  background: none;
  z-index: 99;
  right: 0px;
  bottom: -50px;
}

.slider_sec{
  width: 100%;
  display: inline-block;
  padding: 40px 20px;
  position: relative;
  text-align: left;
  z-index: 999;
  height: 450px;
}

.slider_sec img.slider-img {
  width: 100%;
  display: inline-block;
}

.slider_sec h1 {
  font-size: 36px;
  color: #fff;
  padding: 0px;
  width: 100%;
  font-weight: 600;
  line-height: 40px;
  margin-top: 35px;
}

.slider_sec p{
  font-size: 14px;
  color: #BABABA;
  font-weight: 500;
  line-height: 30px;
}

.slider_sec a.mobileapp-btn {
  border: 2px solid #FFFFFF;
  margin: 0px 15px 0px 0px;
  width: 200px;
  display: inline-block;
  padding: 15px;
  border-radius: 6px;
  text-align: center;
}

.slider_sec a.mobileapp-btn img{
  width: auto;
  height: 35px;
}

h2 {
  font-size: 32px;
  color: #1E2337;
  text-align: center;
  margin: 0px 0px 15px;
  line-height: 36px;
  font-weight: 600;
                                                
}

h4 {
  font-size: 24px;
  color: #717171;
  margin: 0px 0px 15px;
  line-height: 30px;
  font-weight: 500;
                                                
}

p {
  font-size: 15px;
  color: #737373;
  margin: 0px 0px 15px;
  line-height: 26px;
  font-weight: 500;
}


.heading{
  text-align: center;
  margin-bottom: 50px;
}

.heading p{
  width: 45%;
  display: inline-block;
  margin-bottom: 0px;
}

.HowItWorks{
  background: #fff;
  padding: 40px 0px 60px;
}

.howitworks_cont{
  text-align: center;
}

.howitworks_cont p{
  margin-bottom: 50px;
}

.howitworks_cont img{
  width: 80%;
  display: inline-block;
}


.features_sec {
  background: #FBFBFB;
  padding: 60px 0px;
}

.features_sec img{
  width: 90%;
  display: inline-block;
}

.featur_left{
  text-align: right;
}

.featur_img{
  text-align: center;
}

.featur_right{
  text-align: left;
}

.featur_col{
  width: 100%;
  display: inline-block;
}

.featur_col .icon{
  width: 50px;
  float: left;
  margin-right: 15px;
}

.featur_col .text_cont{
  width: calc(100% - 70px);
  float: left;
}

.featur_left .featur_col .icon{
  width: 50px;
  float: right;
  margin-left: 15px;
  margin-right: 0px;
}



.discover_sec{
  width: 100%;
  display: inline-block;
  padding: 60px 0px;
}

.discover_sec img{ 
  width: 100%;
}

.discover_sec h2{ 
  text-align: left;
}

a.more-btn {
  background: #FF5E1A;
  padding: 0px 20px;
  height: 40px;
  width: auto;
  display: inline-block;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
}

.watchvideo {
  padding: 20px 0px 60px;
}

.video_cont{
  background: url(../images/watchvideo.png) left top no-repeat;
  height: 350px;
  width: 100%;
  text-align: center;
  display: table;
  border-radius: 10px;
}

.video_cont span{
  vertical-align: middle;
  display: table-cell;
}

.video_cont .ic svg{
  width: 80px;
  height: auto;
}

.video_cont h3{
  font-size: 34px;
  color: #fff;
  padding: 0px;
  width: 50%;
  display: inline-block;
  font-weight: 600;
  line-height: 40px;
  margin-top: 15px;
  text-align: center;
}

.owl-dots {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 30px 0px; 
}

.owl-dot {
  width: 50px;
  height: 3px;
  background: #D9D9D9;
  display: inline-block;
  margin: 0px 10px;
}

.owl-dot.active {
  background: #FF5E1A;
}




.footer-main{
  padding: 60px 0px 0px;
  background: #1E2337;
}

.footer-main h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 25px;
} 

.footer-main ul {
  margin: 0px;
  padding: 0px;
  text-align: left;
  list-style: none;
}

.footer-main ul li {
  margin: 0px;
  padding: 0px 0px 25px;
  text-align: left;
  color: #EAEAEA;
  display: inline-block;
  width: 100%;
  font-size: 14px;
}

.footer-main ul li svg{
  margin-right: 10px;
  float: left;
  width: auto;
}

.footer-main p {
  font-size: 14px;
  color: #EAEAEA;
  font-weight: 400;
  text-align: left;
  margin: 0px 0px 30px;
  line-height: 24px;
}

.footer-main  h2 {
  font-size: 32px;
  color: #fff;
  text-align: left;
  margin: 0px 0px 15px;
  line-height: 36px;
  font-weight: 600;
}

.footer-main input {
  border: 1px solid #626A8D;
  background: none;
  height: 50px;
  padding: 0px 15px;
  border-radius: 8px;
  margin: 0px 0px 20px;
  width: 100%;
  display: inline-block;
  color: #fff;
  font-size: 14px;
}

.footer-main input[type="submit"] {
  border: 1px solid #FF5E1A;
  background: #FF5E1A;
  height: 50px;
  padding: 0px 15px;
  border-radius: 8px;
  margin: 0px 0px 20px;
  width: 100%;
  display: inline-block;
  color: #fff;
  font-size: 16px;
}

.copyright{
  width: 100%;
  display: inline-block;
  background: #1A1F34;
  padding: 30px 0px;
  margin-top: 40px;
}

.copyright p{
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #EAEAEA;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
}


.inner_new_banner {
  background: #1E2337;
  width: 100%;
  display: inline-block;
  height: 200px;
  margin-top: 70px;
}

.inner_new_banner .banner_cont{
  width: 100%;
  display: table;
  height: 200px;
}

.inner_new_banner .banner_cont span{
  display: table-cell;
  vertical-align: middle;
}

.inner_new_banner .banner_cont h2 {
  color: #fff;
  text-align: left;
}
.aboutus_sec{
  padding: 60px 0px 40px;
}

.aboutus_sec img {
  width: 95%;
}

.aboutus_sec h3{
    font-size: 32px;
    color: #1E2337;
    margin: 0px 0px 20px;
    line-height: 36px;
    font-weight: 600;
}

.aboutus_sec p{
    font-size: 16px;
    color: #737373;
    margin: 0px 0px 20px;
    line-height: 30px;
    font-weight: 500;
    text-align: justify;
    text-align-last: left;
}

.about-img{
  position: relative;
}


.teams_sec{
  padding: 0px 0px 40px;
  text-align: center;
}


.teams_sec h3{
  text-align: center;
  width: 100%;
  font-size: 32px;
  font-weight: 600;
  
  color: #1E2337;
}

.teams_sec p{
  text-align: center;
  width: 50%;
  display: inline-block;
  margin-bottom: 30px;
}

.teams_col{
  text-align: left;
}

.teams_col img{
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

.teams_col h4{
  font-size: 21px;
  color: #1E2337;
  margin: 10px 0px 0px;
  line-height: 24px;
  font-weight: 600;
}

.teams_col h4 span{ 
  font-size: 16px;
  color: #A9A9A9;
  width: 100%;
  display: inline-block;
  font-weight: 500;
}


.features_page_sec{
  padding: 50px 0px;
}

.features_page_sec .feature-img{
 text-align: center;
}

.features_page_sec .feature-img img {
  width: 60%;
  display: inline-block;
}

.features_page_sec h4{
  color: #626A8D;
  font-size: 24px;
  font-weight: 600;
}

.features_page_sec h4 span{
  color: #FF5E1A;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}

.features_page_sec ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.features_page_sec ul li {
  font-size: 15px;
  color: #737373;
  margin: 0px 0px 10px;
  padding: 0px 0px 0px 15px;
  line-height: 26px;
  font-weight: 500;
  background: url(../images/li-ic.png) 0px 12px no-repeat;
}

