
  @import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

*{
padding:0;
margin:0;
}
.row{
margin:0;
}

/* ================================Section 1 ========================== */
.section_1{
  padding-top:20px;
  height: 85vh;
  background-image: url('../images/landing_bg_image_2.jpg');
  background-size: cover;
}
.landing_page_div{
margin-top:80px;
/* font-family: 'Lato', sans-serif; */
}
.landing_img{
  max-height: 80vh;
  max-width: 100%;
  height: 100%;
  display:block;
  margin: auto;
}

.landing_page_div .landing_heading{
  font-size:50px;
  background-image: linear-gradient(to right, #265B8C, #00395D);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom:20px;
}
.landing_page_div .landing_para{
  font-size:16px;
  margin-bottom:20px;
}
.landing_page_div .landing_btn{
  padding:3px 10px;
  display: flex;
  align-items: center;
  grid-gap: 5px;
}
.landing_page_div .landing_btn img{
  height: 15px;
  width: 15px;
}
.landing_page_div .landing_btn span{
  font-size:20px;
}
.landing_line{
  height:2px;
  margin-top:50px;
 background-image: linear-gradient(to right, #265B8C, #00395D);
}


/* CSS */
.button-15 {
  background-image: linear-gradient(#42A1EC, #0070C9);
  border: 1px solid #0077CC;
  border-radius: 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  direction: ltr;
  display: block;
  font-family: "SF Pro Text","SF Pro Icons","AOS Icons","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -.022em;
  line-height: 1.47059;
  min-width: 30px;
  overflow: visible;
  padding: 4px 15px;
  text-align: center;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
}

.button-15:disabled {
  cursor: default;
  opacity: .3;
}

.button-15:hover {
  background-image: linear-gradient(#51A9EE, #147BCD);
  border-color: #1482D0;
  text-decoration: none;
}

.button-15:active {
  background-image: linear-gradient(#3D94D9, #0067B9);
  border-color: #006DBC;
  outline: none;
}

.button-15:focus {
  box-shadow: rgba(131, 192, 253, 0.5) 0 0 0 3px;
  outline: none;
}
/* =========================================section_youtube============================= */
.section_youtube{
  padding-top:30px;
  padding-bottom:20px;
}
.section_youtube .section_youtube_div_1,.section_youtube .section_youtube_div_2{
  display:flex;
  justify-content:center;
  flex-direction:column;
  align-items: center;
}
.section_youtube .heading_style{
  margin-bottom:30px;
  font-size:30px!important;
}
.section_youtube_div_1 {}
.section_youtube_div_1 .img_1{
  width:90%;
  margin: auto;
}
.section_youtube_div_1 .img_2{
  width:200px;
  margin: auto;
}
.section_youtube_div_2 iframe{
  width: 80%!important;
  max-height: 350px!important;
  margin:auto;
}
/* ======================================= section 2=================================== */
.section_2{
 background: linear-gradient(271deg, #E6F0FF 0%, #FFFFFF 57%);
}
.section_2_div_1 h2,.section_3_div_1 h2{
  font-size:30px;
  font-weight:bold;
  margin-bottom:20px;
}
.section_2_div_1 p,.section_3_div_1 p{
  font-size:18px;
}
.section_2_div_2 img,.section_3_div_2 img{
  width: 100%;
  display: block;
  margin: auto;
}
/* ----------------------------------section 3----------------------- */
.section_3{
  background: linear-gradient(91deg, #E6F0FF 0%, #FFFFFF 57%)

}
/* ----------------------------------section 4----------------------- */
.section_4{
  background-image: url('../images/landing_bg_image_2.jpg');
  background-size: cover;
  padding-top: 30px;
}
.heading_style{
  background-image: linear-gradient(to right, #265B8C, #00395D);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align:center;
  font-weight: bold;
   font-size:35px!important;
}
.section_4 .feature_head,.section_5 .section_5_div_1 h2{
  margin-top:20px;
  margin-bottom:30px;

}
.feature_main_div h2{
  font-weight: bold;
  font-size:18px;
}
.feature_main_div p{
  text-align: justify;
  font-size: 15px;
  margin-top:25px;
}
/* =================================section 5======================== */
.section_5{

}
.section_5 .section_5_div_1{
  text-align: center;
  width: 50%;
  margin: auto;
}
.section_5 .section_5_div_1 h2{
  margin-bottom:10px;
}
.section_5 .section_5_div_1 p{
  font-size: 16px;
  font-weight: 500;
}
.interface_slider li img{
  margin: auto;
}
/* ====================================section 6 ---------------------------- */
.section_6{
  background: #F2F3F7;
  padding-top:5px;
  margin-top:20px;
}
/* ==================================================== */
@media only screen and (max-width:1100px){
.section_5 .section_5_div_1{
  width: 100%!important;
  padding:10px 20px;
}
}
@media only screen and (max-width:768px){
.section_1{
  padding-top:20px;
  height: auto;
}
.section_youtube_div_2{
  margin-top:30px;
}
.section_youtube_div_2 iframe{
  width: 100%!important
}
.landing_page_div{
  margin-top:20px;
}
.landing_page_div .landing_heading{
  font-size:30px;
}

.section_2_div_1 h2, .section_3_div_1 h2{
  font-size:22px;
}
.section_2_div_1 p, .section_3_div_1 p{
 font-size:14px;
 text-align:justify;
}

.section_2_div_2 img,.section_3_div_2 img{
  width:90%;
}
.heading_style,.section_youtube .heading_style{
  font-size:25px!important;
}

.feature_main_div h2{
  font-size:18px;
}
.feature_main_div p{
  font-size:14px;
  margin-top:15px;
}

@media only screen and (max-width:600px){
  .landing_heading{
  font-size: 30px!important;
}

}
