.topbar {
  background: #c30e59;
  padding: 0 60px;
  font-size: 16px;
  color: #e5e3e3;
  margin: 0;
}

.topbar ul {
  overflow: hidden;
  list-style: none;
  float: right;
  margin-bottom: 0;
}

.topbar ul li {
    font-size: 16px;
    float: left;
    padding: 10px 10px;
    color: #fff;
    line-height: 1em;
}

.topbar .contact_info ul li a {
  color: #fff;
}

.topbar .contact_info ul li a:hover {
  color: #c30e59;
}

.topbar ul li:first-child {
  padding-left: 0;
}

.topbar .contact_intro ul {
  float: left;
  margin-bottom: 0;
}

.topbar ul .fi {
  position: relative;
  top: 2px;
  display: inline-block;
  padding-right: 6px;
}

.topbar ul .fi:before {
  font-size: 15px;
  font-size: 1rem;
  color: #fff;
}

.site_header {
  background-color: #fff;
}

.site_header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -400px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  box-shadow: 0 -5px 15px #086ad84a;
}

.sticky-on {
  opacity: 1;
  top: 0;
  visibility: visible;
}

.site_header .navigation > .container {
  position: relative;
}

.site_header .row {
  width: 100%;
}

.site_header #navbar {
  transition: all 0.5s;
}

.site_header #navbar > ul li a:hover,
.site_header #navbar > ul li a:focus {
  text-decoration: none;
  color: #c30e59;
}

.site_header .container-fluid {
  padding-right: 0;
}

.site_header #navbar ul {
  list-style: none;
}

.site_header .menu-close {
  display: none;
}

.site_header .navbar-header .navbar-brand img {
  max-width: 50px;
}

.site_header .navigation.sticky-header {
  padding: 0 130px;
}

@media screen and (min-width: 992px) {
  .site_header #navbar {
    justify-content: center;
  }

    .navbar-brand img {
        width: 40px;
        margin-bottom: -5px;
    }

    .site_header #navbar li {
        position: relative;
    }

  .site_header #navbar > ul > li > a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #c30e59;
    content: "";
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    border-radius: 3px;
  }

  .site_header #navbar > ul > li > a:hover:before,
  .site_header #navbar > ul > li.current-menu-item a:before,
  .site_header #navbar > ul > li > a.active:before {
    opacity: 1;
    visibility: visible;
  }

  .site_header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }

  .site_header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }

  .site_header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }

  .site_header #navbar li {
    position: relative;
  }

    .site_header #navbar > ul > li > a {
        font-size: 16px;
        padding: 10px 10px;
        display: block;
        color: #c30e59;
        font-weight: 600;
        position: relative;
        text-transform: uppercase;
    }

  .site_header #navbar > ul .sub-menu {
    background-color: #fff;
    box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
    width: 240px;
    position: absolute;
    padding: 20px;
    left: 0;
    top: 110%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
  }

  .site_header #navbar > ul > li .sub-menu a {
    font-size: 1.0666666667rem;
    display: inline-block;
    padding: 5px 0px;
    color: #c30e59;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    transition: all 0.5s;
  }

  .site_header #navbar > ul > li .sub-menu a:after {
    position: absolute;
    left: 0px;
    bottom: 5px;
    width: 0px;
    height: 1px;
    content: "";
    background: #c30e59;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
  }

  .site_header #navbar > ul > li .sub-menu a.active {
    color: #c30e59;
    font-weight: 700;
  }

  .site_header #navbar > ul > li .sub-menu a:hover:after {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }

  .site_header #navbar > ul > li > .sub-menu .sub-menu {
    left: 120%;
    top: 0;
  }

  .site_header #navbar > ul > li > .sub-menu > .menu-item-has-children {
    position: relative;
  }

  .site_header #navbar > ul > li > .sub-menu > .menu-item-has-children:before {
    font-family: "themify";
    content: "";
    font-size: 11px;
    font-size: 0.7333333333rem;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .site_header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }

  .site_header #navbar .sub-menu > li:hover > .sub-menu {
    left: 110%;
    visibility: visible;
    opacity: 1;
  }

  .site_header .navbar-header .open-btn {
    display: none;
  }
}

@media screen and (max-width: 980px) {
    .topbar ul li {
        font-size: 16px;
        float: left;
        padding: 5px 0px;
        color: #fff;
        line-height: 1em;
    }

    .statistic_section .statistic_grids .grid {
        width: 120% !important;
        margin-left: -40px;
    }

    .hero_slider .slide-title h2 {
        font-size: 50px !important;
    }

    .register_website_section .register_website_section_wrapper .vector-1 {
        left: 0% !important;
        margin-right: -100px !important;
        max-width: 400px;
        margin-left: -100px;
    }

        .register_website_section .register_website_section_wrapper .vector-1 img {
            max-width: 200px !important;
        }

    .register_website_section .register_website_section_wrapper .register_form_area {
        padding: 0px 0px !important;
    }

    .site_footer .upper_footer {
        padding: 10px 10px 10px 10px !important;
    }
}
