* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: "Ubuntu", sans-serif;
  letter-spacing: 0.2pt;
  font-size: 15px;
  overflow-x: hidden; }

.sticky-menu {
  position: fixed;
  bottom: 125px;
  right: 30px;
  z-index: 999; }
  .sticky-menu ul li {
    margin-bottom: 10px; }
    .sticky-menu ul li img {
      width: 50px; }

.row {
  margin-bottom: 0 !important; }

.container {
  width: 90% !important; }

#scroll-top-button {
  text-align: center;
  position: fixed;
  bottom: 70px;
  right: 30px;
  background-color: rgba(85, 44, 134, 0.5);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  cursor: pointer;
  z-index: 100;
  color: #eee;
  font-size: 32px; }

#scroll-top-button:hover {
  background-color: #e7322b; }

.heading {
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  text-transform: uppercase;
  color: #302c83; }

.heading_gray {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 30px; }

.heading_white {
  padding-top: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  text-transform: uppercase;
  position: relative;
  color: #302c83;
  z-index: 10; }

.owl-prev {
  position: absolute;
  top: 40%;
  left: -37px; }
  .owl-prev .fa-angle-left {
    font-size: 40px; }

.owl-next {
  position: absolute;
  top: 40%;
  right: -37px; }
  .owl-next .fa-angle-right {
    font-size: 40px; }

#header-main nav {
  background-color: #ede7d9; }
  #header-main nav .nav-wrapper .logo a {
    line-height: 55px; }
    #header-main nav .nav-wrapper .logo a img {
      width: 350px; }
  #header-main nav .nav-wrapper ul li a {
    text-decoration: none;
    color: #302c83; }
  #header-main nav .nav-wrapper ul li a:hover {
    background: #020024;
    background: linear-gradient(94deg, #020024 0%, #302c83 0%, #6f3271 47%, #e03433 100%);
    color: #fff; }
  #header-main nav .nav-wrapper ul li .active {
    color: #fff;
    background: #020024;
    background: linear-gradient(94deg, #020024 0%, #302c83 0%, #6f3271 47%, #e03433 100%); }

#header-main #slide-out .user-view .logo img {
  width: 270px; }

#header-main #slide-out li a {
  text-decoration: none; }
  #header-main #slide-out li a i {
    color: #302c83; }
  #header-main #slide-out li a .fa-home {
    font-size: 18px; }
  #header-main #slide-out li a .fa-box-open {
    font-size: 18px; }
  #header-main #slide-out li a .fa-female {
    font-size: 25px; }
  #header-main #slide-out li a .fa-phone-alt {
    font-size: 20px; }

#header-main .right-icon {
  display: none;
  right: 15px;
  position: absolute;
  float: right;
  line-height: 68px; }
  #header-main .right-icon a {
    text-decoration: none;
    color: #fff; }
  #header-main .right-icon a:hover {
    color: #e7322b; }

#homebanner {
  background: url(../img/bg.jpg); }
  #homebanner .owl-nav .owl-prev,
  #homebanner .owl-nav .owl-next {
    color: #fff; }
  #homebanner .owl-nav .owl-prev:hover,
  #homebanner .owl-nav .owl-next:hover {
    color: #e7322b;
    background: none; }
  #homebanner .owl1 {
    background-color: #fff; }
    #homebanner .owl1 .item {
      position: relative; }
      #homebanner .owl1 .item .img1 {
        border: 1px solid #e5e5e5;
        height: 400px;
        background: url("../img/banner/img2.jpg");
        background-size: cover;
        background-position: center; }
      #homebanner .owl1 .item .carousel-caption {
        left: 3% !important;
        width: 40% !important;
        top: 130px;
        bottom: auto;
        background-color: rgba(255, 255, 255, 0.8);
        text-align: left;
        padding-left: 20px;
        line-height: 40px;
        padding-top: 10px;
        padding-bottom: 10px; }
        #homebanner .owl1 .item .carousel-caption .title {
          text-transform: uppercase;
          font-size: 40px;
          font-weight: 800;
          color: #e7322b; }
          #homebanner .owl1 .item .carousel-caption .title .green_text {
            color: #302c83; }
        #homebanner .owl1 .item .carousel-caption .desc {
          color: #000; }
        #homebanner .owl1 .item .carousel-caption .button {
          margin-top: 20px; }

#home-features {
  margin-top: 90px; }
  #home-features .feature-cont {
    border: 1px solid #e6e6e6;
    padding: 30px 20px;
    min-height: 350px;
    text-align: center;
    border-radius: 5px;
    border-bottom: 5px solid #302c83; }
    #home-features .feature-cont .icon {
      background: #020024;
      background: linear-gradient(94deg, #020024 0%, #302c83 0%, #6f3271 47%, #e03433 100%);
      width: 100px;
      height: 105px;
      border-radius: 100px;
      position: relative;
      left: 50%;
      transform: translate(-50%); }
      #home-features .feature-cont .icon img {
        width: 70px;
        padding-top: 15px; }
      #home-features .feature-cont .icon .ic3 {
        padding-top: 28px; }
    #home-features .feature-cont .title {
      margin-top: 20px;
      font-weight: 500;
      font-size: 18px;
      text-transform: uppercase; }
      #home-features .feature-cont .title span {
        display: block; }
    #home-features .feature-cont .text {
      margin-top: 20px; }

#feature-products {
  margin-top: 90px;
  background-color: #f5f5f5;
  padding-bottom: 3rem !important;
  background-size: cover;
  background-position: center;
  position: relative; }
  #feature-products .products-card {
    margin-bottom: 30px; }
    #feature-products .products-card .title {
      text-align: center;
      font-weight: 500;
      font-size: 18px;
      text-transform: capitalize;
      padding-top: 10px;
      background-color: #fff;
      padding-bottom: 20px;
      border-top: 1px solid #efefef; }
  #feature-products .owl-nav [class*="owl-"]:hover {
    background: none; }
  #feature-products .owl-nav .owl-prev,
  #feature-products .owl-nav .owl-next {
    border-radius: 50px;
    display: block;
    width: 40px;
    height: 40px;
    color: #e7322b; }
  #feature-products .owl-nav .owl-prev:hover,
  #feature-products .owl-nav .owl-next:hover {
    color: #44246b; }
  #feature-products .product-carousel .item .product-types {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 30px;
    border-radius: 5px;
    min-height: 290px; }
    #feature-products .product-carousel .item .product-types .title {
      margin-top: 10px;
      text-align: center;
      font-weight: 500; }

#footer-main {
  margin-top: -47px;
  background-color: #1b2024;
  height: 300px; }
  #footer-main .footer-contact {
    z-index: 2;
    position: relative;
    margin-top: 40px; }
    #footer-main .footer-contact .title {
      color: #fff;
      font-size: 25px; }
    #footer-main .footer-contact .address {
      margin-top: 20px; }
      #footer-main .footer-contact .address ul li {
        color: #fff; }
        #footer-main .footer-contact .address ul li a {
          color: #fff;
          font-size: 18px;
          font-weight: 500;
          text-decoration: none; }
        #footer-main .footer-contact .address ul li a:hover {
          color: #e7322b; }
  #footer-main .footer-social {
    z-index: 2;
    position: relative;
    float: right;
    margin-top: 40px; }
    #footer-main .footer-social .title {
      color: #fff;
      font-size: 25px; }
    #footer-main .footer-social .social {
      margin-top: 20px; }
      #footer-main .footer-social .social .text {
        color: #fff; }
      #footer-main .footer-social .social ul {
        margin-top: 10px; }
        #footer-main .footer-social .social ul li {
          color: #fff;
          margin-bottom: 10px; }
          #footer-main .footer-social .social ul li a {
            color: #fff; }
            #footer-main .footer-social .social ul li a i {
              font-size: 30px; }
          #footer-main .footer-social .social ul li a:hover {
            color: #e7322b; }
  #footer-main #footer-copyrights {
    z-index: 2;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }
    #footer-main #footer-copyrights .copyrights-text {
      padding-top: 15px;
      text-align: center;
      color: #fff;
      font-size: 13px; }

@media only screen and (max-width: 768px) {
  #header-main nav .sidenav-icon a {
    color: #302c83; }
  #header-main nav .sidenav-trigger {
    margin: 0;
    margin-left: -15px; }
  #header-main nav .nav-wrapper .logo a {
    line-height: 50px; }
    #header-main nav .nav-wrapper .logo a img {
      width: 270px; }
  #header-main .right-icon {
    display: block; }
    #header-main .right-icon .icon a {
      color: #302c83; }
  #homebanner .container {
    width: 100% !important;
    padding-right: 0;
    padding-left: 0; }
    #homebanner .container .col-md-12 {
      padding-right: 0;
      padding-left: 0; }
  #homebanner .owl1 .item .img1 {
    border: 1px solid #e5e5e5;
    height: 200px;
    background: url("../img/banner/img1_mb.jpg");
    background-size: cover;
    background-position: center; }
  #homebanner .owl1 .item .carousel-caption {
    top: 33% !important;
    left: 0% !important;
    width: 54% !important;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px; }
    #homebanner .owl1 .item .carousel-caption .title {
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 600; }
      #homebanner .owl1 .item .carousel-caption .title .green_text {
        color: #302c83; }
    #homebanner .owl1 .item .carousel-caption .desc {
      margin-bottom: 20px; }
    #homebanner .owl1 .item .carousel-caption .button {
      margin-top: 20px; }
  #home-features {
    margin-top: 60px; }
    #home-features .feature-cont {
      margin-bottom: 30px; }
  #feature-products {
    margin-top: 40px;
    height: auto;
    background-position: right; }
    #feature-products .product-carousel .item .product-types {
      min-height: 340px; }
  #footer-main {
    height: auto;
    text-align: center; }
    #footer-main .footer-social {
      float: none; }
    #footer-main #footer-copyrights {
      height: 59px; }
      #footer-main #footer-copyrights .copyrights-text {
        padding-top: 20px;
        padding-bottom: 0;
        font-size: 12px; }
  .heading {
    font-size: 20px; }
  .heading_gray {
    font-size: 16px; }
  .heading_white {
    font-size: 20px; } }
