/*font awesome 4 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal
}
/*font awesome 5 */
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  src: url(../webfonts/fa-brands-400.eot);
  src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.woff) format("woff"), url(../webfonts/fa-brands-400.ttf) format("truetype"), url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")
}
.fab {
  font-family: "FontAwesome"
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/fa-regular-400.eot);
  src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.woff) format("woff"), url(../webfonts/fa-regular-400.ttf) format("truetype"), url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")
}
.far {
  font-weight: 400
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 900;
  src: url(../webfonts/fa-solid-900.eot);
  src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.woff) format("woff"), url(../webfonts/fa-solid-900.ttf) format("truetype"), url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")
}
/* reset css */
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: sfui;
}
p {
  line-height: 32px;
  color: #313234;
  font-size: 18px;
  text-transform: capitalize;
}
h2{
    text-transform: capitalize;
}
.error{
  color: red !important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
* {
  padding: 0;
  margin: 0;
}
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;
}
.btn {
  outline: none !important;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
a, label {
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */ /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}
a:hover {
  cursor: pointer;
  text-decoration: none;
  color: #2ba8e0;
}

strong {
  font-weight: 700;
}
.font21 {
  font-size: 21px;
}
.gray-text {
  color: #484848;
}
.blue_text {
  color: #2ba8df;
}
.font18 {
  font-size: 18px;
  line-height: 30px;
}
.font12 {
  font-size: 12px;
  line-height: 20px;
}
.mb5 {
  margin-bottom: 5px;
}
.form-control {
  border: 1px solid #C5C5C5;
  border-radius: 7px;
}
.font14 {
  font-size: 14px;
  line-height: 24px;
}
.font22 {
  font-size: 21px;
}
.form-group {
  margin-bottom: 2rem;
}
.font16 {
  font-size: 16px !important;
}
.font20 {
  font-size: 20px;
  line-height: 30px;
}
.bold {
  font-family: 'SFUIText-Bold';
}
.light {
  font-family: 'SFUIText-Semibold';
}
.font60 {
  font-size: 60px;
}
i.far.fa-circle {
  color: #24bff0;
}
textarea {
  resize: none;
  height: auto !important;
}
.form-control[readonly] {
  background-color: transparent;
  color: #484848;
  opacity: 0.5;
}
.text-center {
  text-align: center;
}
img {
  width: auto;
  height: auto;
}
img.image {
  width: 100%;
}
.font_book {
  font-family: 'FuturaStd-Book';
}
::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}
.wrapper {
  flex: 1 0 auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
.navbar-expand-md .navbar-nav .nav-link {
      margin-right: 1.9rem;
    margin-left: 1.9rem;
    font-family: 'SFUIText-Semibold';
    color: black !important;
    padding: 0;
    padding-bottom: 5px;margin-top: 10px;
}
.navbar-dark .navbar-nav .active>.nav-link{
    color:#f6902a !important;
}
.navbar-dark .navbar-nav .nav-link:focus{
      color:#6884F5 !important;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: black !important;
}
input[type=checkbox], input[type=radio] {
    margin-right: 5px;
}
.top-bulit {
    display: table;
    text-align: center;
    margin: -10px auto;
    padding: 0px;
    /* width: 192px; */
    /* background: red; */
}
.top-bulit li {
    color: #313234;
    font-size: 17px;
    /* margin: 0px auto; */
    padding: 10px 0 10px 40px;
    /*background: url(../images/logo-bulit.png)no-repeat left center;*/
    display: inline-block;
    text-align: 0;
}
ul.top-bulit li i {
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 50%;
    padding-top: 9px;
    color: #f6902a;
    font-size: 16px;
}
.multi_phone {
  padding: 30px 0;
}
.mr25 {
  margin-right: 25px;
}
.pt30 {
  padding-top: 30px;
}
footer {
  padding: 20px 0 0px 0;
  background-color: #f6902a;
}
.footer-top {
  padding-bottom: 30px;
}
.mb15 {
  margin-bottom: 15px;
}
.pb30 {
  padding-bottom: 30px;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.ml12 {
  margin-left: 12px;
}
.font42 {
  font-size: 40px;
}
.purple {
  color: #f6902a;
}
.pt15rem {
  padding-top: 15rem;
}
.mt10rem {
  margin-top: 10rem;
}
.pt10rem {
  padding-top: 10rem;
}
.mt5rem {
  margin-top: 5rem;
}
.mt80 {
  margin-top: 80px;
}
.mt120 {
  margin-top: 90px;
}

.logo {
  width: 110px;
}
.shrink.navbar-dark .navbar-toggler {
  color: white;
  border-color: white;
  background-color: #2b4ac9;
}
.logo {
  display: none;
}
.shrink .logo {
  display: none;
}
.logo_white { width: 110px;
  display: block;
}
.shrink .logo_white {
  display: none;
}
.shrink .logo {
  display: block;
}
.view {
  background: url("../images/banner_img.png")no-repeat center center;
  background-size: cover;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  height: 100vh;
}
.bg_shape {
  background: url(../images/bg_shape.png)no-repeat center center;
  background-size: cover;
  justify-content: center;
  align-items: center;
  background-size: 80% 100%;
  background-repeat: no-repeat;
  background-position: left;
  color: white;
}
.shape {
  background: url(../images/shape.png)no-repeat center center;
  background-size: cover;
  justify-content: center;
  align-items: center;
  background-size: 90% 100%;
  background-repeat: no-repeat;
  background-position: right;
  color: white;
}
.round {
  background: url(../images/round.png)no-repeat center center;
  background-size: cover;
  justify-content: center;
  align-items: center;
  background-size: 100% 70%;
  background-repeat: no-repeat;
  background-position: top;
  color: white;
}
navbar-dark .navbar-nav .nav-link {
    color: #000 !important;
}
.blue_bg {
  background: url(../images/download.png)no-repeat center center;
  background-size: cover;
  justify-content: center;
  align-items: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  margin-top: -150px;
  poisition: relative;
}

.fixed-top {
 
    background-color: #fff !important;
}

.blue_big_bg {
  background: url(../images/01download.png)no-repeat center center;
  background-size: cover;
  justify-content: center;
  align-items: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  margin-top: -150px;
  poisition: relative;
}
.social_icon {
  padding: 5px 0;
}
.blue_big_bg img {
  box-shadow: -30px 30px 60px rgba(0, 0, 0, 0.3);
  border-radius: 31px;
  width: 80%;
}
nav.navbar.fixed-top.navbar-expand-md.navbar-dark.indigo.shrink {
  background-color: white;
  box-shadow: 1.634px 2.516px 4px 0px rgba(0, 0, 0, 0.05);    transform: translateY(-00%);
    transition: all 300ms ease-in-out;
}
.navbar-dark.shrink .nav-link:focus, .navbar-dark.shrink .navbar-dark .navbar-dark.shrink .navbar-nav .nav-link:hover {
  color: black;
}
.navbar-expand-md.shrink .navbar-nav .nav-link {
  color: black;margin-top: 10px;
}
button.btn.btn-purple {
  background-color: #6884F5;
  min-width: 223px;
  height: 43px;
  box-shadow: 0px 10px 20px rgba(104, 132, 245, 0.36);
}
.blue-bg-phone {
  position: absolute;
  bottom: -190px;
}
.pt60{padding-top: 60px;}
html, body, header {
  height: 100%;
}
.blue_bg_text {
  padding-bottom: 80px;
}
.banner-text {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  text-align: left;
}
.footer-bottom {
  border-top: 1px solid white;
}
.mt70{margin-top: 70px;}
li.nav-item.active a {border-bottom:2px solid #f6902a;}
/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* -------------------------------- 

Back to Top - by CodyHouse.co

-------------------------------- */
main p {
  line-height: 1.6;
  margin: 2em 0;
}
@media only screen and (min-width: 1024px) {
  main p {
    font-size: 2rem;
  }
}
.cd-top {
  display: inline-block;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #f6902a url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}
.cd-top.cd-top--show, .cd-top.cd-top--fade-out, .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}
.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
}
.cd-top:hover {
  background-color: #6884F5;
  opacity: 1;
}
.bg_shape, .shape,  .white_bg,  div#contact {
  width: 100%;
  overflow: hidden;
}
.img-set{bottom: -77px;
    position: absolute;
    display: block;
    width: 100%;
    float: left;}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 38px;
    width: 38px;
    right: 30px;
    bottom: 30px;
  }
}
@media (max-width: 1199.98px) {
	.mt70 {
    margin-top: 30px;
}
	
  .pt15rem {
    padding-top: 10rem;
  }
  .blue-bg-phone {
    bottom: -101px;
  }
  .font60 {
    font-size: 50px;
  }
  .font42 {
    font-size: 34px;
  }
}
@media (max-width: 991.98px) {
  .pt15rem {
    padding-top: 5rem;
  }
  .font42 {
    font-size: 30px;
  }
  p {
    line-height: 28px;
    color: #313234;
    font-size: 16px;
  }
  .blue-bg-phone {
    bottom: 0;
    top: 0;
  }
  div#contact {
    padding-top: 0rem;
  }
  .white_bg {
    margin: 20px 0 60px 0;
  }
  .font60 {
    font-size: 48px;
  }
  .shape {
    padding: 20px 0 50px 0;
  }
}
@media (max-width: 767.98px) {
	.navbar-expand-md.shrink .navbar-nav .nav-link , .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link , .navbar-expand-md .navbar-nav .nav-link  {
    color: black;
    text-align: center;
    width: 20%;
    margin: 0 auto;
    padding: 10px 0;
}

div#navbarSupportedContent  {
    background-color: white;
}
	
	
	
  h3.footer_title {
    padding-top: 30px;
  }
	.blue_big_bg .img-set ,.blue_big_bg  position-relative{position: relative !important;    bottom: unset;}
  .text {
    order: 2;
  }
  .image {
    order: 1;
  }
  .font60 {
    font-size: 32px;
  }
  .font21 {
    font-size: 18px;
  }
  .blue_big_bg img {
    position: unset !important;
  }
  .blue_big_bg, .blue_bg {
    background: unset !important;
    margin-top: 0;
    background-color: #6884f5 !important;
  }
  .blue-bg-phone {
    position: unset;
  }
  .bg_shape, .shape  ,.round {
    background: unset;
  }
  .pt15rem {
    padding-top: 0;
  }
  .blue_big_bg img {
    margin: 0 auto;
    text-align: center;
  }
  p, .font18 {
    line-height: 26px;
    font-size: 15px;
  }
  .blue_big_bg .col-md-4 {
    text-align: center;
  }
  .pt10rem {
    padding-top: 1rem;
  }
  .pb30 {
    padding-bottom: 10px;
  }
  .pt30 {
    padding-top: 10px;
  }
  .blue_bg_text {
    padding-bottom: 20px;
  }
  .white_bg {
    margin: 20px 0;
  }
  div#contact {
    padding: 2rem 0;    margin: 2rem 0;
  }
  .blue_big_bg row {
    padding: 20px 0;
  }
  .multi_phone .col-md-4 {
    padding: 20px 0;
  }
}
@media (max-width: 575.98px) {
  .blue_big_bg img {
    width: auto;
  }
}



@media (max-width: 360.98px){.font60 {
    font-size: 28px;
}

.font21 {
    font-size: 16px;
}

.full-bg-img .img-fluid {
    width: 120px;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: black !important;
}


}
