/*
-------------------------------------------------------------------------
* Template Name    : Sofash - SaaS & Software Html5 Landing Page        * 
* Author           : ThemesBoss                                         *
* Version          : 1.0.0                                              *
* Created          : January 2019                                       *  
* File Description : Main Css file of the template                      *
*------------------------------------------------------------------------
*/
/***********************
    1. BASIC           *
    2. HELPER          *
    3. NAVBAR          *
    4. HOME            *
    5. ABOUT US        *
    6. FEATURES        *
    7. HOW IT WORK     *
    8. COUNTER         *
    9. SCREENSHOT      *
    10.CLIENT LOGO     *
    11.CLIENTS         *
    12.PRICING         *
    13.SUBCRIBE        *
    14.CONTACT         *
    15.FOOTER          *
    16.RESPONSIVE      *
************************/
@import url("https://fonts.googleapis.com/css?family=Nunito:400,600,700,900");
@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-light.eot");
  src: local("Cerebri-sans Light"), url("../fonts/cerebrisans-light.woff") format("woff");
  font-weight: 300; }
@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-regular.eot");
  src: local("Cerebri-sans Regular"), url("../fonts/cerebrisans-regular.woff") format("woff");
  font-weight: 400; }
@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-medium.eot");
  src: local("Cerebri-sans Medium"), url("../fonts/cerebrisans-medium.woff") format("woff");
  font-weight: 500; }
@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-semibold.eot");
  src: local("Cerebri-sans Semibold"), url("../fonts/cerebrisans-semibold.woff") format("woff");
  font-weight: 600; }
@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-bold.eot");
  src: local("Cerebri-sans Bold"), url("../fonts/cerebrisans-bold.woff") format("woff");
  font-weight: 700; }
body {
  font-family: "Nunito", sans-serif;
  overflow-x: hidden;
  background-color: #white;
  font-size: 15px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cerebri Sans,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: 500 !important; }

p {
  font-size: 15px;
  line-height: 1.6; }

a,
a:hover,
a:focus,
button,
button:focus {
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important; }

::selection {
  background: rgba(166, 175, 189, 0.3); }

::-moz-selection {
  background: rgba(166, 175, 189, 0.3); }

.back_top {
  text-align: center;
  position: fixed;
  bottom: 15px;
  height: 35px;
  width: 35px;
  /*background: linear-gradient(to right, #797cd2, #393e9e);*/
    background: rgb(2,0,36); background: linear-gradient(90deg, rgba(2,0,36,0.8167599803593313) 0%, rgba(69,69,131,1) 35%, rgba(0,212,255,1) 100%);
  display: none;
  z-index: 10000;
  border-radius: 3px;
  right: 20px;
  transition: all 0.5s; }

.back_top i {
  color: #0ebdca;
  line-height: 35px;
  font-size: 32px;
  display: block; }

.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999; }

.loader {
  height: 1px;
  /*background: linear-gradient(to right, #797cd2, #393e9e);*/
    background: rgb(2,0,36); background: linear-gradient(90deg, rgba(2,0,36,0.8167599803593313) 0%, rgba(69,69,131,1) 35%, rgba(0,212,255,1) 100%);
  position: absolute;
  z-index: 9999; }

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background-color: #ffffff; }

.section_title .section_title_icon {
  font-size: 18px;
  /*background: linear-gradient(to right, #797cd2, #393e9e);*/
    background: rgb(2,0,36); background: linear-gradient(90deg, rgba(2,0,36,0.8167599803593313) 0%, rgba(69,69,131,1) 35%, rgba(0,212,255,1) 100%);
  height: 40px;
  width: 40px;
  display: inline-block;
  color: #ffffff;
  border-radius: 50%;
  line-height: 40px; }
.section_title .section_subtitle {
  max-width: 500px;
  font-size: 16px;
  padding-top: 6px;
  line-height: 1.8; }

.bg-overlay-gradient {
  /*background: linear-gradient(to right, #797cd2, #393e9e);*/
    background: rgb(2,0,36); background: linear-gradient(90deg, rgba(2,0,36,0.8167599803593313) 0%, rgba(69,69,131,1) 35%, rgba(0,212,255,1) 100%);
  opacity: 0.9;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.bg-gradient {
  /*background: linear-gradient(to right, #797cd2, #393e9e);*/
    background: rgb(2,0,36); background: linear-gradient(90deg, rgba(2,0,36,0.8167599803593313) 0%, rgba(69,69,131,1) 35%, rgba(0,212,255,1) 100%);
}

.h-100vh {
  height: 100vh; }

.over_margin {
  margin: 20px; }

.bg-overlay {
  background: #000000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.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; }

.bg-dark {
  background-color: #000000; }

.bg-custom {
  background-color: #0ebdca; }

.text-muted {
  color: #94989a !important; }

.text-dark {
  color: #000000 !important; }

.text-custom {
  color: #0ebdca !important; }

.text-custom-blue {
  color: #4e74d6; }

.btn {
  padding: 12px 28px; }

.btn-sm {
  padding: 8px 15px; }

.btn-rounded {
  border-radius: 30px !important; }

.btn-custom {
  background-color: #0ebdca;
  border: 2px solid #0ebdca;
  color: #fff;
  font-size: 14px;
  transition: all 0.5s;
  border-radius: 5px;
  letter-spacing: 1px;
  text-transform: capitalize; }
  .btn-custom:hover {
    background: #0ca9b5;
    border-color: #0ca9b5 !important;
    color: #ffffff !important; }
  .btn-custom:active {
    background: #0ca9b5;
    border-color: #0ca9b5 !important;
    color: #ffffff !important; }
  .btn-custom:focus {
    background: #0ca9b5;
    border-color: #0ca9b5 !important;
    color: #ffffff !important; }
  .btn-custom.active {
    background: #0ca9b5;
    border-color: #0ca9b5 !important;
    color: #ffffff !important; }
  .btn-custom.focus {
    background: #0ca9b5;
    border-color: #0ca9b5 !important;
    color: #ffffff !important; }

.btn-gradient {
  background: #393e9e;
  /*background: -webkit-linear-gradient(to right, #797cd2, #393e9e);*/
  /*background: linear-gradient(to right, #797cd2, #393e9e);*/
    background: rgb(2,0,36); background: linear-gradient(90deg, rgba(2,0,36,0.8167599803593313) 0%, rgba(69,69,131,1) 35%, rgba(0,212,255,1) 100%);
  color: #fff;
  font-size: 14px;
  transition: all 0.5s;
  border-radius: 5px;
  letter-spacing: 1px;
  text-transform: capitalize; }
  .btn-gradient:hover {
    background: linear-gradient(to right, #393e9e, #797cd2);
    transition: all 0.5s; }
  .btn-gradient:active {
    background: linear-gradient(to right, #393e9e, #797cd2);
    transition: all 0.5s; }
  .btn-gradient:focus {
    background: linear-gradient(to right, #393e9e, #797cd2);
    transition: all 0.5s; }
  .btn-gradient.active {
    background: linear-gradient(to right, #393e9e, #797cd2);
    transition: all 0.5s; }
  .btn-gradient.focus {
    background: linear-gradient(to right, #393e9e, #797cd2);
    transition: all 0.5s; }

.custom-nav {
  padding: 22px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
  background-color: transparent; }
  .custom-nav .logo .logo-light {
    display: inline-block; }
  .custom-nav .logo .logo-dark {
    display: none; }
  .custom-nav .navbar-nav li a {
    color: #ffffff;
    font-size: 16px;
    background-color: transparent !important;
    padding: 7px 0 !important;
    position: relative;
    margin: 0 12px;
    transition: all 0.4s; }
  .custom-nav .navbar-nav li.active a {
    color: #0ebdca; }
  .custom-nav .navbar-nav li:hover a {
    color: #0ebdca; }
  .custom-nav .navbar-nav li:active a {
    color: #0ebdca; }
  .custom-nav .navbar-toggler {
    font-size: 28px;
    margin-top: 2px;
    margin-bottom: 0px;
    color: #000000; }
  .custom-nav .navbar-brand.logo img {
    height: 45px; }
  .custom-nav .sign_btn {
    background-color: rgba(255, 255, 255, 0.12);
    color: #ffffff; }
  .custom-nav .log_btn {
    background-color: transparent;
    color: #ffffff; }

.custom-nav.stickyadd {
  background-color: #ffffff;
  padding: 16px 0;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1); }
  .custom-nav.stickyadd .navbar-nav li a {
    color: rgba(0, 0, 0, 0.7); }
  .custom-nav.stickyadd .navbar-nav li.active a {
    color: #0ebdca; }
  .custom-nav.stickyadd .navbar-nav li:hover a {
    color: #0ebdca; }
  .custom-nav.stickyadd .navbar-nav li:active a {
    color: #0ebdca; }
  .custom-nav.stickyadd .logo .logo-dark {
    display: inline-block; }
  .custom-nav.stickyadd .logo .logo-light {
    display: none; }
  .custom-nav.stickyadd .sign_btn {
    background-color: rgba(14, 189, 202, 0.12);
    color: #0ebdca; }
  .custom-nav.stickyadd .log_btn {
    color: #000000; }

.home-bg {
  /*background: linear-gradient(to right, #797cd2, #393e9e);*/
    background: rgb(2,0,36); background: linear-gradient(90deg, rgba(2,0,36,0.8167599803593313) 0%, rgba(69,69,131,1) 35%, rgba(0,212,255,1) 100%);
  position: relative;
  padding-top: 180px; }
  .home-bg .bg-overlay-home {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.16;
    width: 100%;
    height: 100%;
    /*background-size: auto;*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-animation: bg-animation 7s ease-in-out infinite;
    animation: bg-animation 7s ease-in-out infinite; }
@-webkit-keyframes bg-animation {
  0% {
    background-position: top; }
  50% {
    background-position: bottom; }
  100% {
    background-position: top; } }
@keyframes bg-animation {
  0% {
    background-position: top; }
  50% {
    background-position: bottom; }
  100% {
    background-position: top; } }
  .home-bg .curv-img {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 1; }
    .home-bg .curv-img svg {
      display: block; }
  .home-bg .home-table {
    display: table;
    width: 100%;
    height: 100%; }
    .home-bg .home-table .home-table-center {
      display: table-cell;
      vertical-align: middle; }
      .home-bg .home-table .home-table-center .header_title {
        font-size: 44px;
        line-height: 1.2;
        max-width: 850px;
        text-transform: capitalize; }
      .home-bg .home-table .home-table-center .small_title p {
        font-size: 16px;
        border-radius: 30px;
        padding: 4px 18px;
        background-color: rgba(255, 255, 255, 0.1);
        display: inline-block; }
      .home-bg .home-table .home-table-center .header_subtitle {
        line-height: 1.8;
        max-width: 450px;
        color: rgba(255, 255, 255, 0.6) !important; }
      .home-bg .home-table .home-table-center .home-desk {
        position: relative;
        top: 60px;
        z-index: 100; }

/*---DEMO 2---*/
.home_side_img {
  padding: 160px 0px; }

/*---DEMO 3---*/
.home_clip {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%); }

/*---DEMO 4---*/
.subcribe-home form {
  max-width: 450px; }
  .subcribe-home form button {
    position: absolute;
    top: 3px;
    right: 3px;
    outline: none !important;
    border-radius: 30px;
    font-size: 14px;
    padding: 10px 30px; }
  .subcribe-home form input {
    padding: 14px 15px;
    width: 100%;
    font-size: 14px;
    color: #4c5667 !important;
    outline: none !important;
    padding-right: 150px;
    padding-left: 20px;
    border-radius: 30px;
    border: 1px solid #e7e7e7; }

/*---DEMO 5---*/
.home-bg-img {
  background-image: url("../images/bg_home.jpg");
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-top: 180px; }

/*---DEMO 11---*/
.home-full-gradient {
  /*background: linear-gradient(to right, #797cd2, #393e9e);*/
    background: rgb(2,0,36); background: linear-gradient(90deg, rgba(2,0,36,0.8167599803593313) 0%, rgba(69,69,131,1) 35%, rgba(0,212,255,1) 100%);
  position: relative; }

/*---DEMO 13---*/
.bg-dark-video {
  background-color: #000000;
  padding-top: 180px; }

/*--- LOGIN/SIGN IN/FORGOT---*/
.home-table {
  display: table;
  width: 100%;
  height: 100%; }
  .home-table .home-table-center {
    display: table-cell;
    vertical-align: middle; }
    .home-table .home-table-center .account_box {
      border-radius: 12px;
      box-shadow: 10px -10px 0 4px #0ebdca;
      padding: 50px 40px; }
      .home-table .home-table-center .account_box h5 {
        font-size: 20px;
        max-width: 300px;
        line-height: 1.4; }
      .home-table .home-table-center .account_box .form-control {
        box-shadow: none !important;
        color: #ffffff;
        height: 46px;
        border: none;
        border-radius: 3px;
        font-size: 14px;
        background-color: rgba(255, 255, 255, 0.1); }
        .home-table .home-table-center .account_box .form-control::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: rgba(255, 255, 255, 0.6); }
        .home-table .home-table-center .account_box .form-control::-moz-placeholder {
          /* Firefox 19+ */
          color: rgba(255, 255, 255, 0.6); }
        .home-table .home-table-center .account_box .form-control:-ms-input-placeholder {
          /* IE 10+ */
          color: rgba(255, 255, 255, 0.6); }
        .home-table .home-table-center .account_box .form-control:-moz-placeholder {
          /* Firefox 18- */
          color: rgba(255, 255, 255, 0.6); }

.about_boxes.active {
  border: 1px dotted #e7e7e7; }
.about_boxes .about_icon i {
  font-size: 32px;
  /*background: linear-gradient(to right, #797cd2, #393e9e);*/
    background: rgb(2,0,36); background: linear-gradient(90deg, rgba(2,0,36,0.8167599803593313) 0%, rgba(69,69,131,1) 35%, rgba(0,212,255,1) 100%);
  height: 60px;
  width: 60px;
  line-height: 60px;
  display: inline-block;
  border-radius: 5px;
  box-shadow: 10px -10px 0 0 rgba(14, 189, 202, 0.25); }
.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: #000000 !important; }

.features_one {
  max-width: 380px; }
  .features_one .features_icon {
    height: 46px;
    width: 46px;
    line-height: 46px;
    display: inline-block;
    font-size: 28px;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0px 0px 0px 4px rgba(14, 189, 202, 0.25); }
  .features_one .features_detail h6 {
    font-size: 12px;
    letter-spacing: 4px; }
  .features_one .features_border {
    height: 3px;
    /*background: linear-gradient(to right, #797cd2, #393e9e);*/
      background: rgb(2,0,36); background: linear-gradient(90deg, rgba(2,0,36,0.8167599803593313) 0%, rgba(69,69,131,1) 35%, rgba(0,212,255,1) 100%);
    width: 30px;
    border-radius: 6px; }
  .features_one .features_more .fea_border_more {
    height: 1px;
    display: inline-block;
    width: 15px;
    position: relative;
    top: -4px;
    background-color: #0ebdca;
    transition: all 0.5s; }
  .features_one .features_more a {
    font-size: 13px; }
  .features_one .features_more:hover .fea_border_more {
    width: 30px; }
  .features_one .features_list p span {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    /*background: linear-gradient(to right, #797cd2, #393e9e);*/
      background: rgb(2,0,36); background: linear-gradient(90deg, rgba(2,0,36,0.8167599803593313) 0%, rgba(69,69,131,1) 35%, rgba(0,212,255,1) 100%);
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -2px; }

.hit_box {
  z-index: 10;
  position: relative; }
  .hit_box .hit_icon {
    font-size: 46px; }
  .hit_box .hit_number h1 {
    position: absolute;
    top: 50%;
    left: 0px;
    font-size: 80px;
    z-index: -1;
    color: #efefef;
    right: 0px;
    transform: translateY(-50%); }

.working_icons_left i,
.working_icons_right i {
  font-size: 22px;
  position: absolute;
  top: 100px;
  /*background: linear-gradient(to right, #797cd2, #393e9e);*/
    background: rgb(2,0,36); background: linear-gradient(90deg, rgba(2,0,36,0.8167599803593313) 0%, rgba(69,69,131,1) 35%, rgba(0,212,255,1) 100%);
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  z-index: 9;
  margin-top: 40px; }

.working_icons_left i {
  left: 63%; }

.working_icons_right i {
  left: 30%; }

.video_hit .hit_video_icon {
  position: absolute;
  top: 50%;
  left: 51%;
  margin-left: -40px;
  transform: translateY(-50%);
  outline: none !important;
  width: 65px;
  height: 65px;
  padding-left: 2px;
  border-radius: 50%;
  z-index: 4;
  background: #0ebdca;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  color: #ffffff !important;
  font-size: 35px;
  line-height: 65px; }

.counter_bg {
  background-image: url(../images/counter_bg.jpg);
  background-position: center center; }
  .counter_bg .sof_count {
    font-size: 100px;
    letter-spacing: 18px; }

.screenshot_box img {
  box-shadow: 0 0px 23px 1px rgba(228, 228, 228, 0.88); }

.logo_img {
  opacity: 0.7;
  transition: all 0.5s; }
  .logo_img:hover {
    opacity: 1; }

.retail_logo_img {
  opacity: 0.9;
  transition: all 0.5s; }
  .logo_img:hover {
    opacity: 1; 
    }


.testi_boxes {
  padding: 30px 20px;
  margin: 0px 15px;
  border: 1px dashed #e6e6e6;
  border-radius: 10px; 
  }
  
  .testi_boxes .bus_testi_icon i {
    font-size: 26px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
      background: rgb(2,0,36); background: linear-gradient(90deg, rgba(2,0,36,0.8167599803593313) 0%, rgba(69,69,131,1) 35%, rgba(0,212,255,1) 100%);
    /*background: linear-gradient(to right, #797cd2, #393e9e);*/
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    width: 50px; }
  .testi_boxes .client_user {
    font-size: 14px;
    position: relative;
    top: -5px; }
  .testi_boxes .client_star {
    line-height: 0px; }
  .testi_boxes .client_name {
    font-size: 16px; }

.owl-theme .owl-controls .owl-page {
  margin: 20px 0px; }
  .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 6px;
    height: 6px;
    margin: 5px 4px;
    filter: Alpha(Opacity=50);
    opacity: 0.3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.5s;
    background: #0ebdca !important; }
  .owl-theme .owl-controls .owl-page.active span {
    width: 20px;
    opacity: 1; }

.price_box {
  box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
  position: relative;
  overflow: hidden;
  padding: 40px 58px; }
  .price_box.active {
    overflow: hidden;
    position: relative; }
    .price_box.active .lable {
      background: #0ebdca;
      padding: 6px 0;
      text-align: center;
      width: 200px;
      position: absolute;
      top: 20px;
      right: -65px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
      .price_box.active .lable h6 {
        color: #ffffff;
        font-size: 12px; }
  .price_box .price_name {
    /*background: linear-gradient(to right, #797cd2, #393e9e);*/
      background: rgb(2,0,36); background: linear-gradient(90deg, rgba(2,0,36,0.8167599803593313) 0%, rgba(69,69,131,1) 35%, rgba(0,212,255,1) 100%);
    border-radius: 30px;
    padding: 6px 18px;
    font-size: 14px;
    display: inline-block; }
  .price_box .plan_price {
    border-bottom: 1px solid #efefef; }
    .price_box .plan_price h1 {
      font-size: 54px; }
      .price_box .plan_price h1 sub {
        font-size: 12px; }

.subcribe-newslatter form {
  max-width: 450px; }
  .subcribe-newslatter form input {
    padding: 14px 15px;
    width: 100%;
    font-size: 14px;
    color: #4c5667 !important;
    outline: none !important;
    padding-right: 150px;
    padding-left: 20px;
    border-radius: 5px;
    border: 1px solid #e7e7e7; }
  .subcribe-newslatter form button {
    position: absolute;
    top: 4px;
    right: 4px;
    outline: none !important;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 30px;
    color: #ffffff !important; }

.contact_form {
  max-width: 800px;
  padding: 30px;
  box-shadow: 10px -10px 0 4px #0ebdca;
  border-radius: 12px; }
  .contact_form .form-group label {
    color: rgba(255, 255, 255, 0.8); }
  .contact_form .form-group .form-control {
    box-shadow: none !important;
    height: 44px;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.1); }
    .contact_form .form-group .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(255, 255, 255, 0.6); }
    .contact_form .form-group .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.6); }
    .contact_form .form-group .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(255, 255, 255, 0.6); }
    .contact_form .form-group .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.6); }
  .contact_form .form-group textarea.form-control {
    height: auto !important; }
  .contact_form .error {
    margin: 8px 0px;
    display: none;
    color: #ff5d48; }
  .contact_form .error_msg {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    color: #806027;
    background-color: #fdf1db;
    border-color: #fdebcd;
    border-radius: 5px;
    font-size: 14px; }
  .contact_form .gig_loader {
    display: none; }
  .contact_form #success_msg {
    text-align: center;
    margin-bottom: 20px; }
  .contact_form #success_msg h3 {
    color: #10c469;
    font-size: 22px; }

.footer {
  background-color: #1c1c1f; }
  .footer .footer_detail .footer_logo {
    /*background: linear-gradient(to right, #797cd2, #393e9e);*/
      background: rgb(2,0,36); background: linear-gradient(90deg, rgba(2,0,36,0.8167599803593313) 0%, rgba(69,69,131,1) 35%, rgba(0,212,255,1) 100%);
    color: #ffffff;
    display: inline-block;
    height: 65px;
    width: 65px;
    line-height: 65px;
    border-radius: 50%; }
  .footer .footer_detail .footer_desc {
    color: rgba(255, 255, 255, 0.35);
    max-width: 380px;
    line-height: 1.8; }
  .footer .footer_detail .fot_div {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.02);
    width: 100%;
    margin: 30px 0px; }
  .footer .footer_detail .fot_social .social-icon {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.04);
    transition: all 0.5s;
    width: 38px;
    color: rgba(255, 255, 255, 0.42);
    height: 38px;
    display: block;
    font-size: 18px;
    line-height: 38px;
    text-align: center; }
    .footer .footer_detail .fot_social .social-icon:hover {
      color: #ffffff !important; }
  .footer .footer_detail .copy-right {
    color: rgba(255, 255, 255, 0.35); }

@media (max-width: 2560px) {
  .home-bg .curv-img {
    bottom: -5px; } }
@media (max-width: 991px) and (min-width: 200px) {
  .working_icons_left i,
  .working_icons_right i {
    display: none; } }
@media (max-width: 768px) {
  .custom-nav {
    margin-top: 0px;
    padding: 10px 0px !important;
    background-color: #ffffff !important; }
    .custom-nav > .container {
      width: 90%; }
    .custom-nav .navbar-nav {
      margin-top: 0px; }
      .custom-nav .navbar-nav li a {
        margin: 0 0px;
        padding: 6px 0;
        color: #000000; }
      .custom-nav .navbar-nav li.active a {
        color: #0ebdca; }
    .custom-nav .logo {
      padding-top: 0px; }
      .custom-nav .logo .logo-light {
        display: none; }
      .custom-nav .logo .logo-dark {
        display: inline-block !important; }
    .custom-nav .sign_btn {
      background-color: rgba(14, 189, 202, 0.12);
      color: #0ebdca;
      display: inline-block; }
    .custom-nav .log_btn {
      background-color: transparent;
      color: #000000;
      display: inline-block; }

  .home-bg {
    padding: 140px 0 0; }
    .home-bg .home-table .home-table-center .header_title {
      font-size: 30px;
      line-height: 1.2; }
    .home-bg .home-table .home-table-center .header_subtitle {
      font-size: 14px !important;
      line-height: 1.8; }
    .home-bg .home-table .home-table-center .header_btn span {
      display: block; }

  .h-100vh {
    height: auto;
    padding: 125px 0 130px 0; }

  .home_clip {
    clip-path: none; }

  .home-bg-img {
    padding: 140px 0 0; }

  .home_side_img {
    padding: 110px 0px 84px; }

  .home-table .home-table-center .account_box {
    padding: 30px 10px; }

  .counter_bg .sof_count {
    font-size: 58px;
    letter-spacing: 10px; }

  .section_title h3 {
    font-size: 22px; }
  .section_title .section_subtitle {
    line-height: 1.6; }

  .price_box {
    padding: 30px; }
    .price_box .text-right {
      text-align: left !important; }

  .hide_phone {
    display: none; } }

/*# sourceMappingURL=style.css.map */



.logos_section{
		background: #111;
		padding-top: 55px;
		padding-bottom: 35px;
		 position: relative;
    	z-index: 1;
	}
	.logos_bgimage{
		position: absolute;
	    z-index: -1;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    opacity: .3;
	    width: 100%;
	    height: 100%;
		background: url("/corporate/content_images/mtNrf7oxS4uSxTzMBWfQ_DSC_0043.jpg") no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.logos_title{
		font-size: 24px;
		font-weight: 800;
		font-family: "OpenSans-light",sans-serif;
		color: #fff;
		line-height: 30px;
	}
	.logos_tagline{
		font-size: 16px;
		font-family: "OpenSans-light",sans-serif;
		color: #bbbbbb;
		line-height: 30px;
	}
	.logos_imgs{
		text-align: center;
	}
	.logo_item{
		padding: 30px 0;
	}
  .logo_item img {
    height:100px;
  }
