@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; }
.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, #1E90FF, #00BFFF);
  height: 40px;
  width: 40px;
  display: inline-block;
  color: #ffffff !important;
  border-radius: 50%;
  line-height: 40px; }
.section_title .section_subtitle {
  max-width: 500px;
  font-size: 16px;
  padding-top: 6px;
  line-height: 1.8;
  color: #7F8C8D; }

.bg-overlay-gradient {
  background: linear-gradient(to right, #1E90FF, #00BFFF);
  opacity: 0.9;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.bg-gradient {
  background: linear-gradient(to right, #1E90FF, #00BFFF) !important; }

.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; }

body {
  font-family: "Nunito", sans-serif;
  overflow-x: hidden;
  background-color: #ffffff;
  font-size: 15px;
  color: #000000;
  line-height: 1.6; }

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-weight: 600; }

p {
  font-size: 15px;
  line-height: 1.6;
  color: #7F8C8D; }

*.row {
  position: relative; }

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

::selection {
  background: rgba(30, 144, 255, 0.2);
  color: #000000; }

::-moz-selection {
  background: rgba(30, 144, 255, 0.2);
  color: #000000; }

.back_top {
  text-align: center;
  position: fixed;
  bottom: 15px;
  height: 35px;
  width: 35px;
  background: linear-gradient(to right, #1E90FF, #00BFFF);
  display: none;
  z-index: 10000;
  border-radius: 8px;
  right: 20px;
  transition: all 0.3s ease; }
  .back_top:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); }

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

.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center; }

.loader {
  height: 3px;
  background: linear-gradient(to right, #1E90FF, #00BFFF);
  width: 100px;
  border-radius: 2px;
  position: relative;
  animation: loader 1.5s ease-in-out infinite; }

@keyframes loader {
  0% {
    transform: scaleX(0); }
  50% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(0); } }
@media (min-width: 1400px) {
  .container {
    max-width: 1140px; } }
.bg-dark {
  background-color: #000000 !important; }

.bg-custom {
  background-color: #1E90FF !important; }

.bg-gradient {
  background: linear-gradient(to right, #1E90FF, #00BFFF) !important; }

.text-muted {
  color: #7F8C8D !important; }

.text-dark {
  color: #000000 !important; }

.text-custom {
  color: #1E90FF !important; }

.text-custom-blue {
  color: #3498DB !important; }

.text-white {
  color: #ffffff !important; }

.btn {
  padding: 12px 28px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease; }

.btn-sm {
  padding: 8px 15px;
  font-size: 14px; }

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

.btn-custom {
  background: linear-gradient(to right, #1E90FF, #00BFFF);
  border: 2px solid transparent;
  color: #ffffff;
  font-size: 14px;
  transition: all 0.3s ease;
  border-radius: 8px;
  letter-spacing: 0.5px; }
  .btn-custom:hover, .btn-custom:active, .btn-custom:focus, .btn-custom.active, .btn-custom.focus {
    background: linear-gradient(to right, #00BFFF, #1E90FF);
    border-color: transparent;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); }

.btn-gradient {
  background: linear-gradient(to right, #1E90FF, #00BFFF);
  color: #ffffff;
  font-size: 14px;
  transition: all 0.3s ease;
  border-radius: 8px;
  letter-spacing: 0.5px;
  border: none; }
  .btn-gradient:hover, .btn-gradient:active, .btn-gradient:focus, .btn-gradient.active, .btn-gradient.focus {
    background: linear-gradient(to right, #00BFFF, #1E90FF);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); }

.z-index {
  z-index: 2; }

.custom-nav {
  padding: 22px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.3s 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.3s ease;
    font-weight: 500; }
    .custom-nav .navbar-nav li a i {
      margin-right: 5px;
      color: #ffffff !important; }
  .custom-nav .navbar-nav li.active a, .custom-nav .navbar-nav li:hover a, .custom-nav .navbar-nav li:active a {
    color: rgba(255, 255, 255, 0.9); }
    .custom-nav .navbar-nav li.active a i, .custom-nav .navbar-nav li:hover a i, .custom-nav .navbar-nav li:active a i {
      color: rgba(255, 255, 255, 0.9) !important; }
  .custom-nav .navbar-toggler {
    font-size: 28px;
    margin-top: 2px;
    margin-bottom: 0px;
    color: #ffffff;
    border: none; }
  .custom-nav .navbar-brand.logo img {
    height: 28px; }
  .custom-nav .sign_btn {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    transition: all 0.3s ease; }
    .custom-nav .sign_btn:hover {
      background-color: rgba(255, 255, 255, 0.25); }
  .custom-nav .log_btn {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    transition: all 0.3s ease; }
    .custom-nav .log_btn:hover {
      background-color: rgba(255, 255, 255, 0.1); }

.custom-nav.stickyadd {
  background-color: #ffffff;
  padding: 16px 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }
  .custom-nav.stickyadd .navbar-nav li a {
    color: #000000; }
    .custom-nav.stickyadd .navbar-nav li a i {
      color: #1E90FF !important; }
    .custom-nav.stickyadd .navbar-nav li a:hover {
      color: #1E90FF; }
      .custom-nav.stickyadd .navbar-nav li a:hover i {
        color: #1E90FF !important; }
  .custom-nav.stickyadd .navbar-nav li.active a {
    color: #1E90FF; }
    .custom-nav.stickyadd .navbar-nav li.active a i {
      color: #1E90FF !important; }
  .custom-nav.stickyadd .logo .logo-dark {
    display: inline-block; }
  .custom-nav.stickyadd .logo .logo-light {
    display: none; }
  .custom-nav.stickyadd .navbar-toggler {
    color: #000000; }
  .custom-nav.stickyadd .sign_btn {
    background-color: linear-gradient(to right, #1E90FF, #00BFFF);
    color: #ffffff; }
    .custom-nav.stickyadd .sign_btn:hover {
      background: linear-gradient(to right, #00BFFF, #1E90FF); }
  .custom-nav.stickyadd .log_btn {
    color: #000000;
    border-color: #1E90FF; }
    .custom-nav.stickyadd .log_btn:hover {
      background-color: #1E90FF;
      color: #ffffff; }

.home-bg {
  background: linear-gradient(to right, #1E90FF, #00BFFF);
  position: relative;
  padding-top: 180px; }

.header_title {
  font-size: 44px;
  line-height: 1.2;
  max-width: 850px;
  text-transform: capitalize;
  color: #ffffff; }

.small_title p {
  font-size: 16px;
  border-radius: 30px;
  padding: 4px 18px;
  background-color: rgba(255, 255, 255, 0.1);
  display: inline-block;
  color: #ffffff; }

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

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

.bg-overlay-home {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  background-size: auto;
  -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; } }
.curv-img {
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 1; }
  .curv-img svg {
    display: block; }

/*---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;
    background: linear-gradient(to right, #1E90FF, #00BFFF);
    color: #ffffff;
    border: none; }
    .subcribe-home form button:hover {
      background: linear-gradient(to right, #00BFFF, #1E90FF); }
  .subcribe-home form input {
    padding: 14px 15px;
    width: 100%;
    font-size: 14px;
    color: #000000 !important;
    outline: none !important;
    padding-right: 150px;
    padding-left: 20px;
    border-radius: 30px;
    border: 1px solid #e9ecef;
    background: #ffffff; }

/*---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, #1E90FF, #00BFFF);
  display: flex;
  align-items: center;
  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 rgba(30, 144, 255, 0.8);
      padding: 50px 40px;
      background: linear-gradient(to right, #1E90FF, #00BFFF); }
      .home-table .home-table-center .account_box h5 {
        font-size: 20px;
        max-width: 300px;
        line-height: 1.4;
        color: #ffffff; }
      .home-table .home-table-center .account_box .form-control {
        box-shadow: none !important;
        color: #ffffff;
        height: 46px;
        border: none;
        border-radius: 8px;
        font-size: 14px;
        background-color: rgba(255, 255, 255, 0.1);
        transition: all 0.3s ease; }
        .home-table .home-table-center .account_box .form-control::placeholder {
          color: rgba(255, 255, 255, 0.6); }
        .home-table .home-table-center .account_box .form-control:focus {
          background-color: rgba(255, 255, 255, 0.15); }

.about_boxes.active {
  border: 1px solid rgba(30, 144, 255, 0.2);
  background: rgba(30, 144, 255, 0.02); }
.about_boxes .about_icon i {
  font-size: 32px;
  background: linear-gradient(to right, #1E90FF, #00BFFF);
  height: 60px;
  width: 60px;
  line-height: 60px;
  display: inline-block;
  border-radius: 8px;
  box-shadow: 6px -6px 0 0 rgba(30, 144, 255, 0.18);
  color: #ffffff !important; }
.about_boxes .about_btn a {
  border: 1px solid #1E90FF;
  border-radius: 50%;
  font-size: 18px;
  line-height: 48px;
  height: 50px;
  width: 50px;
  display: inline-block;
  border-color: #1E90FF;
  color: #1E90FF !important;
  transition: all 0.3s ease; }
  .about_boxes .about_btn a:hover {
    background: #1E90FF;
    color: #ffffff !important;
    transform: translateX(5px); }

.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: 8px;
    box-shadow: 0px 0px 0px 4px rgba(30, 144, 255, 0.25);
    background: linear-gradient(to right, #1E90FF, #00BFFF);
    color: #ffffff !important;
    transition: all 0.3s ease; }
  .features_one .features_detail h6 {
    font-size: 12px;
    letter-spacing: 4px;
    color: #7F8C8D;
    text-transform: uppercase; }
  .features_one .features_border {
    height: 3px;
    background: linear-gradient(to right, #1E90FF, #00BFFF);
    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: #1E90FF;
    transition: all 0.3s ease; }
  .features_one .features_more a {
    font-size: 13px;
    color: #1E90FF;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease; }
    .features_one .features_more a:hover {
      color: #00BFFF; }
  .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, #1E90FF, #00BFFF);
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -2px; }

.hit_box {
  z-index: 10;
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  transition: all 0.3s ease; }
  .hit_box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); }
  .hit_box .hit_icon {
    font-size: 46px;
    color: #1E90FF; }
  .hit_box .hit_number h1 {
    position: absolute;
    top: 50%;
    left: 0px;
    font-size: 80px;
    z-index: -1;
    color: rgba(30, 144, 255, 0.05);
    right: 0px;
    transform: translateY(-50%); }

.working_icons_left i,
.working_icons_right i {
  font-size: 22px;
  position: absolute;
  background: linear-gradient(to right, #1E90FF, #00BFFF);
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  z-index: 9;
  margin-top: 122px;
  color: #ffffff !important; }

.video_hit .hit_video_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  transform: translateY(-50%);
  outline: none !important;
  width: 65px;
  height: 65px;
  padding-left: 2px;
  border-radius: 50%;
  z-index: 4;
  background: #1E90FF;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  color: #ffffff !important;
  font-size: 35px;
  line-height: 65px;
  transition: all 0.3s ease; }
  .video_hit .hit_video_icon:hover {
    background: #00BFFF;
    transform: translateY(-50%) scale(1.1); }

.working_icons_left i {
  left: 64%; }

.working_icons_right i {
  left: 32%; }

.counter_bg {
  background-image: url(../images/counter_bg.jpg);
  background: linear-gradient(to bottom, #1E90FF, #00BFFF);
  background-position: center center;
  background-size: cover;
  position: relative; }
  .counter_bg .sof_count {
    font-size: 100px;
    letter-spacing: 18px;
    background: linear-gradient(135deg, #ffffff, rgba(255, 255, 255, 0.8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800; }

.screenshot_box {
  background: #ffffff;
  border-radius: 8px;
  transition: all 0.3s ease; }
  .screenshot_box:hover {
    transform: translateY(-5px); }
  .screenshot_box img {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    transition: all 0.3s ease; }
  .screenshot_box:hover img {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); }

.logo_img {
  opacity: 0.7;
  transition: all 0.3s ease; }
  .logo_img:hover {
    opacity: 1;
    transform: scale(1.05); }

.testi_boxes {
  padding: 30px 20px;
  margin: 0px 15px;
  border: 1px dashed rgba(30, 144, 255, 0.2);
  border-radius: 12px;
  background: #ffffff;
  transition: all 0.3s ease; }
  .testi_boxes:hover {
    border-color: #1E90FF;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); }
  .testi_boxes .bus_testi_icon i {
    font-size: 26px;
    line-height: 50px;
    color: #ffffff !important;
    text-align: center;
    background: linear-gradient(to right, #1E90FF, #00BFFF);
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    width: 50px; }
  .testi_boxes .client_user {
    font-size: 14px;
    position: relative;
    top: -5px;
    color: #7F8C8D; }
  .testi_boxes .client_star {
    line-height: 0px; }
    .testi_boxes .client_star .mdi-star {
      color: #1E90FF !important; }
  .testi_boxes .client_name {
    font-size: 16px;
    color: #000000; }

.price_box {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  padding: 40px 30px;
  border-radius: 12px;
  background: #ffffff;
  transition: all 0.3s ease;
  border: 1px solid #e9ecef; }
  .price_box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); }
  .price_box.active {
    border-color: #1E90FF;
    transform: scale(1.05); }
    .price_box.active .lable {
      background: #1E90FF;
      padding: 6px 0;
      text-align: center;
      width: 200px;
      position: absolute;
      top: 20px;
      right: -65px;
      transform: rotate(45deg); }
      .price_box.active .lable h6 {
        color: #ffffff;
        font-size: 12px;
        font-weight: 600; }
  .price_box .price_name {
    background: linear-gradient(to right, #1E90FF, #00BFFF);
    border-radius: 30px;
    padding: 6px 18px;
    font-size: 14px;
    display: inline-block;
    color: #ffffff;
    font-weight: 600; }
  .price_box .plan_price {
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 20px; }
    .price_box .plan_price h1 {
      font-size: 54px;
      color: #000000;
      font-weight: 700; }
      .price_box .plan_price h1 sub {
        font-size: 14px;
        color: #7F8C8D;
        font-weight: normal; }
  .price_box .price_features p i {
    color: #1E90FF;
    margin-right: 8px; }

.subcribe-newslatter form {
  max-width: 450px;
  position: relative; }
  .subcribe-newslatter form input {
    padding: 14px 15px;
    width: 100%;
    font-size: 14px;
    color: #000000 !important;
    outline: none !important;
    padding-right: 150px;
    padding-left: 20px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    background: #ffffff;
    transition: all 0.3s ease; }
    .subcribe-newslatter form input:focus {
      border-color: #1E90FF;
      box-shadow: 0 0 0 2px rgba(30, 144, 255, 0.1); }
  .subcribe-newslatter form button {
    position: absolute;
    top: 4px;
    right: 4px;
    outline: none !important;
    border-radius: 8px;
    font-size: 14px;
    padding: 10px 30px;
    color: #ffffff !important;
    background: linear-gradient(to right, #1E90FF, #00BFFF);
    border: none;
    transition: all 0.3s ease; }
    .subcribe-newslatter form button:hover {
      background: linear-gradient(to right, #00BFFF, #1E90FF);
      transform: translateY(-1px); }

.contact_form {
  max-width: 800px;
  padding: 30px;
  box-shadow: 10px -10px 0 4px rgba(30, 144, 255, 0.8);
  border-radius: 12px;
  background: linear-gradient(to right, #1E90FF, #00BFFF); }
  .contact_form .form-group {
    margin-bottom: 1rem; }
    .contact_form .form-group label {
      color: rgba(255, 255, 255, 0.9);
      margin-bottom: 0.5rem;
      font-weight: 500; }
    .contact_form .form-group .form-control {
      box-shadow: none !important;
      height: 44px;
      color: #ffffff;
      border: none;
      border-radius: 8px;
      font-size: 14px;
      background-color: rgba(255, 255, 255, 0.1);
      transition: all 0.3s ease; }
      .contact_form .form-group .form-control::placeholder {
        color: rgba(255, 255, 255, 0.6); }
      .contact_form .form-group .form-control:focus {
        background-color: rgba(255, 255, 255, 0.15); }
    .contact_form .form-group textarea.form-control {
      height: auto !important;
      resize: vertical; }
  .contact_form .error {
    margin: 8px 0px;
    display: none;
    color: #e74c3c;
    font-size: 14px; }
  .contact_form .error_msg {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    color: #976008;
    background-color: #fdedd4;
    border: 1px solid #fad9a4;
    border-radius: 8px;
    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: #27ae60;
      font-size: 22px; }

.footer {
  background-color: #000000; }
  .footer .footer_detail .footer_logo {
    background: linear-gradient(to right, #1E90FF, #00BFFF);
    color: #ffffff;
    display: inline-block;
    height: 65px;
    width: 65px;
    line-height: 65px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 24px; }
  .footer .footer_detail .footer_desc {
    color: rgba(255, 255, 255, 0.6);
    max-width: 380px;
    line-height: 1.8; }
  .footer .footer_detail .fot_div {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    width: 100%;
    margin: 30px 0px; }
  .footer .footer_detail .fot_social .social-icon {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    width: 38px;
    color: rgba(255, 255, 255, 0.6);
    height: 38px;
    display: block;
    font-size: 18px;
    line-height: 38px;
    text-align: center; }
    .footer .footer_detail .fot_social .social-icon:hover {
      color: #ffffff !important;
      background: linear-gradient(to right, #1E90FF, #00BFFF);
      transform: translateY(-3px); }
  .footer .footer_detail .copy-right {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px; }

@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 !important;
        font-weight: 500; }
        .custom-nav .navbar-nav li a:hover {
          color: #1E90FF !important; }
      .custom-nav .navbar-nav li.active a {
        color: #1E90FF !important; }
    .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: linear-gradient(to right, #1E90FF, #00BFFF) !important;
      color: #ffffff !important;
      display: inline-block;
      margin: 5px 0; }
      .custom-nav .sign_btn:hover {
        background: linear-gradient(to right, #00BFFF, #1E90FF) !important; }
    .custom-nav .log_btn {
      background-color: transparent;
      color: #000000 !important;
      border: 1px solid #1E90FF !important;
      display: inline-block;
      margin: 5px 0; }
      .custom-nav .log_btn:hover {
        background-color: #1E90FF !important;
        color: #ffffff !important; }
    .custom-nav .navbar-toggler {
      color: #000000 !important;
      border: none; }

  .home-bg {
    padding: 140px 0 0; }
    .home-bg .home-table .home-table-center .header_title {
      font-size: 30px;
      line-height: 1.2;
      color: #ffffff; }
    .home-bg .home-table .home-table-center .header_subtitle {
      font-size: 14px !important;
      line-height: 1.8;
      color: rgba(255, 255, 255, 0.8) !important; }
    .home-bg .home-table .home-table-center .header_btn span {
      display: block;
      margin: 10px 0; }
    .home-bg .home-table .home-table-center .btn-custom {
      margin: 5px 0; }

  .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 20px;
    margin: 0 15px; }
    .home-table .home-table-center .account_box h5 {
      font-size: 18px;
      color: #ffffff; }
    .home-table .home-table-center .account_box .form-control {
      background-color: rgba(255, 255, 255, 0.1);
      color: #ffffff; }
      .home-table .home-table-center .account_box .form-control::placeholder {
        color: rgba(255, 255, 255, 0.6); }

  .counter_bg .sof_count {
    font-size: 58px;
    letter-spacing: 10px;
    background: linear-gradient(135deg, #ffffff, rgba(255, 255, 255, 0.8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; }

  .section_title h3 {
    font-size: 22px;
    color: #000000; }
  .section_title .section_subtitle {
    line-height: 1.6;
    color: #7F8C8D; }

  .price_box {
    padding: 30px 20px;
    margin-bottom: 20px; }
    .price_box .text-end {
      text-align: left !important; }
    .price_box.active {
      transform: none; }
      .price_box.active .lable {
        top: 15px;
        right: -70px; }
    .price_box .price_name {
      background: linear-gradient(to right, #1E90FF, #00BFFF);
      color: #ffffff; }
    .price_box .plan_price h1 {
      font-size: 42px;
      color: #000000; }
      .price_box .plan_price h1 sub {
        color: #7F8C8D; }

  .hide_phone {
    display: none; }

  .about_boxes {
    margin-bottom: 20px; }
    .about_boxes:hover {
      transform: translateY(-5px); }

  .features_one {
    margin-bottom: 30px;
    max-width: 100%; }
    .features_one .features_icon {
      margin-bottom: 15px; }

  .testi_boxes {
    margin: 0 5px;
    padding: 20px 15px; }

  .contact_form {
    margin: 0 15px;
    padding: 20px; }
    .contact_form .form-group {
      margin-bottom: 1rem; }

  .footer .footer_detail .footer_logo {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 20px; }
  .footer .footer_detail .footer_desc {
    font-size: 14px; }

  .btn-custom,
  .btn-gradient {
    width: 100%;
    margin: 5px 0; } }
@media (max-width: 576px) {
  .header_title {
    font-size: 26px !important; }

  .small_title p {
    font-size: 14px;
    padding: 3px 12px; }

  .section {
    padding-top: 60px;
    padding-bottom: 60px; }

  .counter_bg .sof_count {
    font-size: 42px;
    letter-spacing: 5px; }

  .price_box {
    padding: 20px 15px; }
    .price_box .plan_price h1 {
      font-size: 36px; }

  .logo_img {
    margin-bottom: 20px; }

  .subcribe-newslatter form input {
    padding-right: 20px; }
  .subcribe-newslatter form button {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    margin-top: 10px; }

  .back_top {
    bottom: 10px;
    right: 10px;
    height: 30px;
    width: 30px; }
    .back_top i {
      line-height: 30px;
      font-size: 16px; } }
@media (max-width: 375px) {
  .home-bg {
    padding: 120px 0 0; }

  .header_title {
    font-size: 24px !important; }

  .counter_bg .sof_count {
    font-size: 36px;
    letter-spacing: 3px; }

  .price_box.active .lable {
    top: 10px;
    right: -75px; } }

/* Validation du formulaire de contact */
/*.contact_form .form-control:invalid {
    border: 1px solid #ff6b6b !important;
}

.contact_form .form-control:valid {
    border: 1px solid #51cf66 !important;
}

.contact_form .invalid-feedback {
    display: none;
    color: #ff6b6b;
    font-size: 12px;
    margin-top: 5px;
}

.contact_form .was-validated .form-control:invalid ~ .invalid-feedback {
    display: block;
}

.contact_form .was-validated .form-control:valid {
    border-color: #51cf66 !important;
}

.contact_form .is-invalid {
    border-color: #ff6b6b !important;
}

.contact_form .is-valid {
    border-color: #51cf66 !important;
}*/

/* Indicateurs de champs obligatoires */
.contact_form .required-star {
    color: #ff6b6b;
    margin-left: 3px;
}

/* Messages de succès/erreur améliorés */
#success_msg {
    background: rgba(39, 174, 96, 0.1);
    border: 1px solid #27ae60;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

#success_msg h3 {
    color: #27ae60;
    margin-bottom: 10px;
}

#success_msg p {
    color: #2c3e50;
    margin-bottom: 5px;
}

.error_msg {
    background: rgba(231, 76, 60, 0.1);
    border: 1px solid #e74c3c;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
}

.error_msg p {
    color: #c0392b;
    margin-bottom: 5px;
}
