/*Default css*/
body{
  margin: 0;
  padding: 0;
  font-size: 18px;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}
/* Default CSS */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, span, video {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
   background: transparent;
}
p a{
  background: transparent !important;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
   display: block;
}
textarea{
  outline:none !important;
}

audio,
canvas,
video {
   display: inline-block;
}
a{
  outline: none !important;
}
audio:not([controls]) {
   display: none;
   height: 0;
}

[hidden] { display: none; }

code, kbd, pre, samp {
   font-family: monospace, serif;
   font-size: 1em;
}

pre {
   white-space: pre;
   white-space: pre-wrap;
   word-wrap: break-word;
}

blockquote:before, blockquote:after,
q:before, q:after {
   content: '';
   content: none;
}

ins {
   background-color: #ff9;
   color: #000;
   text-decoration: none;
}

mark {
   background-color: #A7F4F6;
   color: #555;
}

del { text-decoration: line-through; }

abbr[title], dfn[title] {
   border-bottom: 1px dotted;
   cursor: help;
}

table {
   border-collapse: collapse;
   border-spacing: 0;
}
button{
  outline: none !important;
}
input
{
    outline:none !important;
}
/******************************** End default css*******************************************/

h1,h2,h3,h4,h5,h6,p{
  margin:0;
  padding:0;
}
ul{
  margin:0;
  padding: 0;
  list-style: none;
}
a{
  margin:0;
  padding:0;
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
h1 {
  color: #333333;
  font-weight: 700;
  font-size: 35px;
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
}

h2 {
  color: #4CA7DD;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 29px;
   font-family: 'Montserrat', sans-serif;
}
h3 {
  color: #000000;
  font-weight: 500;
  font-size: 18px;
   font-family: 'Montserrat', sans-serif;
}

p {
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
   font-family: 'Montserrat', sans-serif;
}

.button{
  display: inline-block;
  margin-top: 35px;
}
.button a {
  color: #333333;
  font-weight: 500;
  font-size: 13px;
  display: inline-block;
  border: 2px solid #4CA7DD;
  padding: 5px 20px;
  box-shadow: 0px 5px 14px #ECDBDB;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  text-transform: uppercase;
}
.button a:hover {
  background: #4CA7DD;
  color: #fff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

/*.video-btn a{
  padding: 5px 50px 5px 15px;
}*/
.ex-btn a{
  padding: 5px 26px;
}




/**************************************/
/************ Header  Area*************/
/************************************/
.header-area {
  box-shadow: 0 0 13px #707070;
  padding: 20px 0px;
  position: relative;
}
.main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo img {
  width: 115px;
  height: auto;
}
.login > ul > li > a {
  color: #B9B9B9;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: inline-block;
  padding-right: 50px;
}

.login > ul > li:hover a{
  color: #4CA7DD;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.login ul li:last-child a{
  padding-right: 0px;
}
.banner-area{
  overflow: hidden;
  padding-top:100px;
  padding-bottom:110px;
}
.banner-content{
  text-align: center;
}
.border-img {
  padding-left: 24px;
}
.border-img img {
  width: 315px;
  height: auto;
  margin: 0 auto;
}
.banner-content p {
  width: 40%;
  margin: 0 auto;
  color: #4CA7DD;
}
.video-area {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 90px;
  background: #F8F9FA;
}
.video-content h2 {
  position: relative;
  padding-bottom: 9px;
}
.video-content h2:after{
  position: absolute;
  content: "";
  width: 350px;
  height: 2px;
  background: #4CA7DD;
  left: 0;
  bottom: 0;
}
.video-content p {
  margin-top: 9px;
}
.main-video {
  position: relative;
  padding-top: 54%;
}
.main-video iframe {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.video-content span {
  color: #333333;
  font-weight: 200;
  font-style: italic;
  font-size: 13px;
  position: relative;
  padding-left: 90px;
  padding-bottom: 10px;
  display: inline-block;
}
.video-content span:before {
  position: absolute;
  content: "";
  background: #B4DAEE;
  width: 86px;
  height: 2px;
  left: 0;
  top: 10px;
}

.video-content {
  padding-left: 7%;
}

.video-area2{
  background: #fff;
}
.video-content2.video-content {
  padding-left: 0px;
  padding-right: 7%;
}

.faqs-area{
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 100px;
}
.heading-faq {
  text-align: center;
  margin-bottom: 30px;
}
.single-faq-content {
  margin-bottom: 30px;
}
.single-faq-content h3 span {
  display: block;
  padding: 3px 0px;
}
.faq-btn {
  display: inline-block;
  margin-top: 10px;
}
.faq-btn a img {
  width: 90px;
  height: auto;
}
.app-pd{
  margin-left: 5px;
}
.single-faq-content a {
  color: #4CA7DD;
}
.login ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-btn-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 70px;
}
.ex-btn-2.button {
  margin-top: 25px;
}
.video-area4 {
  padding-bottom: 60px;
}
.mobile-menu {
  display: none;
}
.mobile-menu img {
  width: 23px;
  height: auto;
}

.banner_video {
  margin-top: 30px;
}
.banner_video iframe {
  width: 650px;
  height: 360px;
}
.banner_video p {
  margin-bottom: 15px;
  width: 100%;
}