section.navbar.custom-navbar.navbar-fixed-top {
   background: #fff;
    padding: 20px 0;
}
.collapse.navbar-collapse h2 {
    float: right;
    margin: 0;
}
  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

  .section-btn {
    background: #29ca8e;
    border: 0;
    border-radius: 50px;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    padding: 12px 30px;
    transition: 0.5s 0.2s;
  }

  .section-btn:hover,
  .section-btn:focus {
    background: #202020;
    color: #ffffff;
  }

.collapse.navbar-collapse h2 {
    color: #fff;
}

  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .custom-navbar {
    border: none;
    margin-bottom: 0;
    padding: 25px 0;
  }

  .custom-navbar .navbar-brand {
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -1px;
  }

  .top-nav-collapse {
    background: #ffffff;
  }

  .custom-navbar .navbar-nav {
    margin-left: 6em;
  }

  .custom-navbar .nav li a {
    font-size: 16px;
    font-weight: normal;
    color: #f0f0f0;
    padding-right: 22px;
    padding-left: 22px;
  }

  .custom-navbar .nav li a:hover {
    background: transparent;
    color: #29ca8e;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #29ca8e;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #29ca8e;
    border-color: transparent;
  }

  @media(min-width:768px) {
    .custom-navbar {
      border-bottom: 0;
      background: 0 0; 
    }

    .custom-navbar.top-nav-collapse {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
    }

    .top-nav-collapse .navbar-brand {
      color: #252525;
    }

    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .top-nav-collapse .nav .section-btn a {
      color: #ffffff;
    }
  }



  /*---------------------------------------
      HOME          
  -----------------------------------------*/


section#banner-section {
    margin-top: 100px;
    background: url('../images/home-bg.jpg') no-repeat center center;
    background-size: cover;
    height: 570px;
    background-attachment: fixed;
}
.shared-hosting {
   padding-top: 70px;
    overflow: hidden;
    display: block;
}
.shared-hosting h1 {
   color: #fff;
    font-family: poppins;
    font-weight: 500;
    border-left: 3px solid #d11c27;
    padding-left: 11px;
    margin-bottom: 40px;

}
.shared-hosting ul {
  padding-left: 0px;
    margin: 0;
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
        list-style: none;
}
.shared-hosting ul li {
    color: #fff;
    font-size: 16px;
    font-family: poppins;
    font-weight: 300;
    line-height: 40px;
    width: 50%;
    float: left;
}
.shared-hosting h1 span {
    color: #d11c27;
}

.shared-btn a {
    background: #d11c27;
    padding: 17px 30px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-family: poppins;
    font-weight: 500;
}
.shared-hosting ul li:before {
    content: "\26AC";
    color: #d11c27;
    padding-right: 7px;
    font-size: 20px;
}
a.navbar-brand img {
        width: 250px;
    margin-top: -10px;
}
.collapse.navbar-collapse h2 {
    color: #d11c27;
    font-size: 25px;
    padding-top: 13px;

}
section#about-company {
    padding: 50px 0;
}
.about-heading h1 {
    text-align: center;
    font-size: 32px;
    font-family: poppins;
    padding-bottom: 50px;
}
.about-points-list ul {
    padding: 0;
    margin: 0;
}
.about-points-list ul li {
    overflow: hidden;
    line-height: 50px;
    display: block;
    font-size: 18px;
    padding: 10px 0;
}
.points-img img {
    width: 40px;
    float: left;
    margin-top: 6px;
    margin-right: 24px;
}
.about-points-list {
    padding-left: 110px;
}
section#convinced {
    background: #f7f7f7;
    text-align: center;
    padding: 10px 0;
}
section#convinced h1 {
    font-size: 50px;
    padding: 12px 0;
}

section#discount-offer {
    padding: 50px 0;
    background-color: #d11c27;
    background-image: -webkit-linear-gradient(-30deg, #d11c27 50%, #012134 50%);
}
.shared-discount {
    padding: 40px 20px;
}
.shared-discount h2 {
    color: #fff;
    font-size: 27px;
    font-family: poppins;
    line-height: 40px;
    font-weight: 400;
}
.coupon-code h3 {
    color: #fff;
    background: #012134;
    width: 29%;
    padding: 10px 30px;
    border: 2px dotted;
}
.shared-discount button {
       padding: 10px 20px;
    font-size: 17px;
    border: none;
    background: #fff;
    margin-top: 20px;
}
.vps-discount {
    padding: 40px 0px 0 80px;
}
.vps-discount h2 {
    font-size: 27px;
    color: #fff;
    font-family: poppins;
    font-weight: 400;
    line-height: 40px;
}
.vps-coupon-code h3 {
    color: #fff;
    background: #012134;
    width: 45%;
    padding: 10px 30px;
    border: 2px dotted;
}

.shared-discount button a {
    color: #d11c27;
    text-decoration: none;
}
.vps-discount button {
    padding: 10px 20px;
    font-size: 17px;
    border: none;
    background: #d11c27;
    margin-top: 20px;
}
.vps-discount button a {
    color: #fff;
    text-decoration: none;
}


/*------- repsonsive css ----------*/

@media only screen and (max-width: 1024px) {

.shared-hosting ul li {
  
    font-size: 14px;
}
.coupon-code h3 {
    width: 40%;
}
.vps-coupon-code h3 {
    width: 57%;
}

}
@media only screen and (max-width: 768px) {

.shared-hosting ul li {
    width: 100%;
    float: none;
}
section#banner-section {
    height: 720px;
}
.about-points-list{
	padding:0px;
}
.about-points-list ul li {
    line-height: 30px;
    }
   
   .shared-discount h2 {
    font-size: 21px;
    line-height: 30px;
}
.vps-discount h2 {
    font-size: 21px;
    line-height: 30px;
}
.vps-coupon-code h3 {
    padding: 14px 26px;
    font-size: 15px;
}
.coupon-code h3 {
    font-size: 15px;
}

}

@media only screen and (max-width: 736px) {
	
.navbar-header {
    width: 30%;
    float: left;
}
section#banner-section {
    height: 1040px;
}
.shared-hosting ul li {
    width: 45%;
    float: left;
}
section#discount-offer {
    background-image: -webkit-linear-gradient(-90deg, #d11c27 50%, #012134 50%);
}
.vps-coupon-code h3 {
    width: 27%;
}
.collapse {
    display: block;
}

.coupon-code h3 {
    width: 20%;
}
.vps-discount {
    padding: 40px 0px 0 20px;
}
.shared-discount {
    padding: 0px 20px;
}

}
@media only screen and (max-width: 480px) {

a.navbar-brand img {
    margin-left: 90px;
}
.collapse.navbar-collapse h2 {
    float: none;
    text-align: center;
}
.shared-hosting ul li {
    width: 100%;
    float: none;
}
section#banner-section {
    height: 1360px;
}

section#convinced h1 {
    font-size: 40px;
}
.coupon-code h3 {
    width: 30%;
}
.vps-coupon-code h3 {
    width: 37%;
}
.navbar-header {
    width: 100%;
    float: none;
}

}

@media only screen and (max-width: 414px) {

	a.navbar-brand img {
    margin-left: 60px;
}
.collapse.navbar-collapse h2 {
    font-size: 21px;
    float: none;
}
.collapse.navbar-collapse {
    text-align: center;
}

.shared-hosting ul li {
    width: 100%;
    float: none;
}
section#banner-section {
    height: 1391px;
}
.coupon-code h3 {
    width: 40%;
}

.vps-coupon-code h3 {
    width: 47%;
}
.navbar-header {
    width: 100%;
    float: none;
}
section#convinced h1 {
    font-size: 30px;
}
}

@media only screen and (max-width: 360px) {
a.navbar-brand img {
    margin-left: 30px;
}
section#banner-section {
    height: 1431px;
}
}

@media only screen and (max-width: 320px) {

.collapse.navbar-collapse h2 {
    font-size: 16px;
}
.shared-btn a {
    padding: 13px 20px;
    font-size: 14px;
}
a.navbar-brand img {
    margin-left: 0px;
}

.about-heading h1 {
    font-size: 22px;
    padding-bottom: 20px;
}
.about-points-list ul li {
    line-height: 26px;
        font-size: 15px;
}
.points-img {
    float: left;
    margin-top: -8px;
}
.shared-discount h2 {
    font-size: 14px;
    line-height: 25px;
}
.coupon-code h3 {
    width: 54%;
}
.shared-discount button {
    padding: 12px 21px;
    font-size: 14px;
}
.vps-discount h2 {
    font-size: 14px;
    line-height: 25px;
}

.vps-coupon-code h3 {
    width: 67%;
}


}