@import url(https://fonts.googleapis.com/css?family=Nunito:400,600,700);
body {
  font-family: nunito, sans-serif;
  overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: nunito, sans-serif
}

h1.font-weight-bold,
h2.font-weight-bold,
h3.font-weight-bold,
h4.font-weight-bold,
h5.font-weight-bold,
h6.font-weight-bold {
  font-weight: 600!important
}

a,
a:focus,
a:hover,
button,
button:focus {
  text-decoration: none!important;
  outline: 0!important;
  box-shadow: none!important
}

::selection {
  background: rgba(166, 175, 189, .3)
}

::-moz-selection {
  background: rgba(166, 175, 189, .3)
}

.back_top {
  text-align: center;
  position: fixed;
  bottom: 15px;
  height: 35px;
  width: 35px;
  background-color: #5584ff;
  display: none;
  z-index: 10000;
  border-radius: 3px;
  right: 20px;
  transition: all .5s
}

.back_top i {
  color: #fff;
  line-height: 35px;
  font-size: 32px;
  display: block
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background-color: #fff
}

.sec_small_title {
  font-size: 14px
}

.sec_subtitle {
  max-width: 550px;
  font-size: 15px
}

.bg-custom {
  background-color: #5584ff
}

.text-muted {
  color: #646f79!important
}

.text-custom {
  color: #5584ff!important
}

.z-index {
  z-index: 2
}

.bg-custom {
  background-color: #000
}

.btn {
  padding: 10px 24px
}

.btn-rounded {
  border-radius: 30px!important
}

.btn-custom {
  background-color: #5584ff;
  border: 2px solid #5584ff;
  color: #fff;
  transition: all .5s;
  border-radius: 5px;
  letter-spacing: 1px;
  text-transform: capitalize
}

.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover {
  background-color: #4e74d6;
  border-color: #4e74d6;
  color: #fff
}

.vertical-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row
}

.custom-nav {
  padding: 22px 0;
  width: 100%;
  border-radius: 0;
  z-index: 999;
  margin-bottom: 0;
  transition: all .5s ease-in-out;
  background-color: transparent
}

.custom-nav.stickyadd {
  background-color: #fff;
  padding: 15px 0;
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, .1)
}

.custom-nav .navbar-nav li a {
  color: #fff;
  font-size: 15px;
  background-color: transparent!important;
  padding: 7px 0!important;
  position: relative;
  margin: 0 12px;
  font-weight: 400;
  transition: all .4s
}

.navbar-toggler {
  font-size: 28px;
  margin-top: 2px;
  margin-bottom: 0;
  color: #000
}

.custom-nav.stickyadd .navbar-nav li a {
  color: #000
}

.navbar-toggle {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0;
  color: #fff
}

.custom-nav.stickyadd .navbar-nav li a:after,
.custom-nav .navbar-nav li a:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #5584ff;
  margin: auto;
  transition: all .5s ease
}

.custom-nav.stickyadd .navbar-nav li.active a,
.custom-nav.stickyadd .navbar-nav li:hover a,
.custom-nav.stickyadd .navbar-nav li:active a,
.custom-nav .navbar-nav li.active a,
.custom-nav .navbar-nav li:hover a,
.custom-nav .navbar-nav li:active a {
  color: #5584ff
}

.custom-nav.stickyadd .navbar-nav li.active a:after,
.custom-nav.stickyadd .navbar-nav li:hover a:after,
.custom-nav.stickyadd .navbar-nav li:active a:after,
.custom-nav .navbar-nav li.active a:after,
.custom-nav .navbar-nav li:hover a:after,
.custom-nav .navbar-nav li:active a:after {
  width: 100%
}

h2 {
  font-size: 25px;
}

.navbar-toggle {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0;
  color: #fff
}

.custom-nav .navbar-nav li a:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #5584ff;
  margin: auto;
  transition: all .5s ease
}

.custom-nav .navbar-nav li:active a,
.custom-nav .navbar-nav li:hover a {
  color: #5584ff
}

.custom-nav .navbar-nav li:active a:after,
.custom-nav .navbar-nav li:hover a:after {
  width: 100%
}

.custom-nav .navbar-brand.logo img {
  height: 28px
}

.custom-nav .sign_btn {
  background-color: rgba(19, 206, 103, .19);
  color: #5584ff
}

.home-bg-color {
  background-color: #22232f;
  padding-top: 200px
}

.home-table-center {
  display: table-cell;
  vertical-align: middle
}

.home-table {
  display: table;
  width: 100%;
  height: 100%
}

.header_title {
  font-size: 44px;
  line-height: 1.2;
  max-width: 680px;
  text-transform: capitalize
}

.home-desk {
  position: relative;
  top: 60px;
  z-index: 100;
  max-width: 900px
}

.header_subtitle {
  line-height: 1.8;
  max-width: 650px;
  color: rgba(255, 255, 255, .6)!important
}

.home-bg-img {
  background-image: url(../images/home-bg1.jpg);
  background-size: cover;
  padding-top: 200px;
  position: relative;
  background-position: center center
}

.about_boxes {
  border: 1px dotted #e7e7e7
}

.about_boxes .about_icon i {
  font-size: 42px
}

.about_boxes .about_btn a {
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  font-size: 18px;
  line-height: 48px;
  height: 50px;
  width: 50px;
  display: inline-block;
  color: #000!important
}

.features_img {
  border: 10px solid #fff
}

.features_col .features_heading h2 {
  line-height: 1.4;
  font-size: 24px
}

.features_list .features_icon i {
  font-size: 24px;
  height: 52px;
  border-radius: 10px;
  width: 52px;
  line-height: 52px;
  background-color: rgba(85, 132, 255, .15);
  color: #5584ff;
  display: inline-block
}

.features_list .features_heading h2 {
  line-height: 1.4;
  font-size: 24px
}

.features_list p {
  font-size: 15px
}

.features_desc .features_heading h2 {
  line-height: 1.4;
  font-size: 24px
}

.features_divider {
  height: 2px;
  width: 60px;
  background-color: #5584ff
}

.features_desc .features {
  position: relative;
  margin-top: 32px
}

.features_desc .features-icon {
  font-size: 18px;
  width: 26px;
  text-align: center;
  height: 26px;
  position: absolute;
  border-radius: 50%;
  top: 19%;
  transform: translateY(-50%);
  background: rgba(85, 132, 255, .19);
  color: #5584ff;
  line-height: 26px
}

.features_desc .features-desc {
  margin-left: 8%
}

.features_desc .features-title {
  font-size: 18px
}

.bg-contact-color {
  background-color: #171721;
  padding-top: 100px
}

.copy-rights {
  color: #d0d0d0;
  font-size: 18px
}

.copy-rights a {
  color: #f0f0f0;
}

.header_subtitle {
  font-size: 17px;
}

@media (max-width:768px) {
  .custom-nav {
    margin-top: 0;
    padding: 10px 0!important;
    background-color: #fff!important
  }
  .custom-nav .navbar-nav li a:before {
    content: '';
    display: none
  }
  .custom-nav .navbar-nav li a {
    margin: 0 0;
    padding: 6px 0;
    color: #000
  }
  .custom-nav>.container {
    width: 90%
  }
  .navbar-nav {
    margin-top: 0
  }
  .header_title {
    font-size: 32px;
    line-height: 1.2
  }
  .header_subtitle {
    line-height: 1.8
  }
  .vertical-content {
    display: inherit
  }
  .home-desk {
    max-width: 100%!important;
    top: 35px
  }
  .features_desc .features-icon {
    top: 13%
  }
  .features_desc .features-desc {
    margin-left: 13%
  }
  .features_desc .features-heading {
    line-height: 1.4;
    font-size: 24px
  }
  .copy-rights {
    padding-top: 10px
  }
  .home-bg-color,
  .home-bg-img {
    padding-top: 110px
  }
}

@media (max-width:768px) and (min-width:426px) {
  .features_desc .features-desc {
    margin-left: 7%!important
  }
  .features_desc .features-icon {
    top: 20%!important
  }
}