/***********************************/
/*Improt Google Fonts*/
/***********************************/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,600,600i,700,700i');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}
.container {
  max-width: 1359px;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  padding: 0 15px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.col-one-2,
.col-one-3 {
  box-sizing: border-box;
  float: left;
}
.col-one-2 {
  width: 50%;
}
.col-one-3 {
  width: 33.333%;
}
#yobroWrapper img {
  max-width: 100%;
}
a.bg-btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #0a77fb;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.simple-btn,
a.simple-btn i.fa {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.simple-btn:hover i.fa {
  background-color: #0a77fb;
  color: #fff;
}
a.bg-btn:hover {
  background-color: transparent;
  color: #fff;
}
header.section-header {
  margin-top: 95px;
  margin-bottom: 56px;
}
.heading-text {
  max-width: 825px;
  margin: 0 auto;
}
.heading-text h3 {
  color: #323232;
  font-size: 44px;
  margin-bottom: 33px;
}
.heading-text p {
  color: #323232;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 36px;
  line-height: 32px;
}
a.simple-btn {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #2277ef;
  margin-top: 27px;
}
a.simple-btn i.fa {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  border: 1px solid #2277ef;
  margin-left: 10px;
  text-align: center;
}
.content-wrap {
  display: flex;
  max-width: 1630px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  align-items: center;
}
.platfrom-wrapper {
  max-width: 1156px;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  padding: 0 15px;
}
.menu-bar-wrap {
  display: none;
}
.platfrom-item {
  display: flex;
  align-items: center;
  padding-bottom: 81px;
}
.promo-image-wrap,
.promo-info-wrap,
.platfrom-img-wrap,
.platfrom-dis-wrap {
  flex: 1;
  box-sizing: border-box;
}
.padding-top {
  padding-top: 27px;
}
.promo-image img {
  border: 1px solid #f0f0f0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.promo-image img:hover {
  opacity: 0.85;
  cursor: pointer;
  border-color: transparent;
  box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.1);
}
.remodal-overlay.without-animation.remodal-is-opening,
.remodal-overlay.without-animation.remodal-is-closing,
.remodal.without-animation.remodal-is-opening,
.remodal.without-animation.remodal-is-closing,
.remodal-bg.without-animation.remodal-is-opening,
.remodal-bg.without-animation.remodal-is-closing {
  animation: none;
}

/***********************************/
/*Header Area*/
/***********************************/
header.yobro-header {
  display: block;
  width: 100%;
  background-image: url("../images/homePageBanner.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
nav.yobro-navbar {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.41);
  float: left;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.is-sticky nav#navbar {
  display: block;
  width: 100%;
  z-index: 999;
  background-color: #2277ef;
  box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 9999 !important;
}
nav.yobro-navbar .logo-area {
  display: block;
  width: 16%;
  float: left;
  box-sizing: border-box;
  padding-top: 20px;
}
nav.yobro-navbar .logo-area a {
  display: inline-block;
}
nav.yobro-navbar .main-menu-area {
  display: block;
  width: 60%;
  float: left;
  box-sizing: border-box;
}
nav.yobro-navbar ul.main-menu {
  display: block;
}
nav.yobro-navbar .top-right-menu {
  display: block;
  width: 24%;
  float: left;
  box-sizing: border-box;
  padding-top: 12px;
}
ul.main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.main-menu li {
  display: inline-block;
  position: relative;
}
ul.main-menu li a {
  outline: 0;
  display: block;
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: normal;
  padding: 24px 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.main-menu li:first-child a {
  padding-left: 0;
}
ul.main-menu li:last-child a {
  padding-right: 0;
}
ul.main-menu li a i.fa {
  padding-left: 18px;
}
ul.main-menu li:hover a {
  outline: none;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}
ul.main-menu li ul.submenu {
  display: block;
  width: 200px;
  background-color: #fdfdfd;
  position: absolute;
  top: 66px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 38px -4px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
ul.main-menu li:hover ul.submenu {
  visibility: visible;
  opacity: 1;
}
ul.main-menu li ul.submenu li {
  display: block;
}
ul.main-menu li ul.submenu li a {
  color: #2a7eef;
  display: block;
  padding: 15px 14px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
ul.main-menu li ul.submenu li:hover a {
  background-color: #2a7eef;
  color: #fff;
  border-color: #2a7eef;
  padding-left: 20px;
}
ul.registration-menu {
  margin: 0;
  padding: 0;
  float: right;
}
ul.registration-menu li {
  list-style: none;
  display: inline-block;
}
ul.registration-menu li a {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
  padding: 12px 20px;
  border-radius: 6px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
ul.registration-menu li:hover a {
  background-color: #fff;
  color: #2a7eef;
}
ul.registration-menu li:last-child a {
  margin-right: 0;
}
ul.registration-menu li.active a {
  border-color: #dfe9f4;
}

/***********************************/
/*Banner Area*/
/***********************************/
.banner-area {
  width: 100%;
  padding: 95px 0 59px;
  float: left;
}
.banner-area .banner-text {
  max-width: 882px;
  margin: 0 auto;
  color: #fff;
}
.banner-area .banner-text h1 {
  font-size: 44px;
  line-height: 50px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: -1.1px;
  margin-bottom: 20px;
  font-weight: 300;
}
.banner-area .banner-text p {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 32px;
  letter-spacing: -0.36px;
  font-weight: 300;
  margin-bottom: 40px;
  padding: 0 28px;
}
.banner-area .btn-wrap a.simple-btn {
  margin-top: 28px;
  color: #fff;
}
.banner-area .btn-wrap a.simple-btn i.fa {
  border: 1px solid #fff;
}

/***********************************/
/*Video Intro Area*/
/***********************************/
.video-intro-area {
  width: 100%;
  padding-bottom: 90px;
}
.video-intro-area .intro-box p {
  font-family: "Open Sans", sans-serif;
  color: #4a4a4a;
  font-size: 24px;
  line-height: 30px;
  margin-top: 46px;
}

/***********************************/
/*Leads Area*/
/***********************************/
section.leads-area {
  background-color: #fdfdfe;
  padding-bottom: 95px;
  border-bottom: 1px solid #f9f9f9;
  border-top: 1px solid #f9f9f9;
}

/***********************************/
/*Content Area*/
/***********************************/
.section-padding {
  width: 100%;
  float: left;
}
.promo-info h4 {
  font-size: 36px;
  color: #323232;
  line-height: 32px;
  letter-spacing: -1px;
  margin-bottom: 67px;
}
.promo-info p {
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  color: #4a4a4a;
}
.leads-area .promo-info {
  padding-left: 40px;
}
ul.user-sketch {
  margin-bottom: 58px;
}
ul.user-sketch li {
  display: inline-block;
  margin-right: 38px;
}
.unique-design-area .promo-info {
  padding-right: 40px;
}
.unique-design-area .promo-info h4 {
  line-height: 47px;
}

/***********************************/
/*Chat Platfrom Area*/
/***********************************/
.chat-platfrom-area .heading-text {
  padding-bottom: 30px;
}
.platfrom-dis h5 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.67px;
  margin-bottom: 13px;
  color: #4a4a4a;
}
.platfrom-dis p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 27px;
  color: #4a4a4a;
  font-weight: 300;
}
.more-feature {
  padding-top: 60px;
}

/***********************************/
/*Footer Area*/
/***********************************/
footer.yobro-footer {
  width: 100%;
  padding: 91px 0 58px;
  margin-top: 100px;
  background-image: url("../images/footerBackground.png");
  text-align: center;
}
footer.yobro-footer .footer-text,
footer.yobro-footer .copyright-text {
  max-width: 662px;
  margin: 0 auto;
}
footer.yobro-footer .footer-text p {
  color: #fff;
  font-size: 42px;
  line-height: 60px;
  margin-bottom: 60px;
}
footer.yobro-footer .footer-text p strong {
  font-weight: 600;
}
footer.yobro-footer .copyright-text {
  margin-top: 60px;
}
footer.yobro-footer .copyright-text p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
footer.yobro-footer .copyright-text p a {
  color: #fff;
  font-weight: 600;
}
