body {
  padding-top: 119px;
}


#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
          box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
}
#header .header-top {
  width: 100%;
  border-bottom: 1px solid rgba(102, 112, 147, 0.2);
}

.header-top .top-left {
  margin-right: auto;
}
#header .header-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  padding: 0 !important;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between !important;
}

#header .header-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .header-top ul li {
  display: inline-block;
  font-size: 14px;
  border-right: 1px solid rgba(102, 112, 147, 0.2);
  vertical-align: middle;
  line-height: 20px;
}

#header .header-top ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 24px 10px 48px;
  color: #667093;
  font-weight: 600;
}

#header .header-top ul li a i {
  margin-right: 5px;
}

#header .header-top ul li a:first-child {
  padding-left: 24px;
}

#header .header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header .header-main > ul {
  font-size: 0;
  text-align: right !important;
  margin-left: auto;
}

#header .header-main > ul > li {
  display: inline-block;
  vertical-align: top;
}

/*

@media only screen and (min-width: 992px) {


  #header .header-main > ul > li:hover > div {
    display: block;
  }
}

*/
#header .header-main > ul > li > a {
  position: relative;
  display: block;
  color: #081131;
  line-height: 24px;
  padding: 24px 20px;
  font-weight: 500;
}
#header .header-main > ul > li:hover > a {
  background: #fafafa;
}
#header .header-main > ul > li:hover > a::before {
 opacity: 1;
}
#header .header-main > ul > li > a i{
  display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      padding-left: 4px;
      -moz-transition-duration: .3s;
      -o-transition-duration: .3s;
      -webkit-transition-duration: .3s;
      transition-duration: .3s;
      -moz-transition-timing-function: ease-in;
      -o-transition-timing-function: ease-in;
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
}

#header .header-main > ul > li > a span {
  font-size: 15px;
  vertical-align: middle;
  display: inline-block;
}

#header .header-main > ul > li > a::before {
  position: absolute;
  content: "";
  z-index: 8;
  left: 0;
  bottom: -1px;
  right: 0;
  height: 1px;
    background: linear-gradient(315deg, #6a93cb 0%, #a4bfef 74%);
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#header .header-main > ul > li > div {
  position: absolute;
  z-index: 6;
  width: 100vw;
  background: #fff;
  left: 50%;
  margin-left: -50vw;
  top: 100%;
  font-size: 14px;
  -webkit-box-shadow: 0 64px 64px rgba(0, 0, 0, 0.24);
          box-shadow: 0 64px 64px rgba(0, 0, 0, 0.24);
  border-top: 1px solid rgba(102, 112, 147, 0.2);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#header .header-main > ul > li > div > div {
  text-align: left !important;
  padding: 10px 14px;
  overflow: hidden;
}

#header .header-main > ul > li > div > div .col {
  padding: 10px 5px;
}

#header .header-main > ul > li > div > div .col > strong {
  display: block;
  font-weight: 500;
  color: #667093;
}

#header .header-main > ul > li > div > div .col ul li {
  padding-top: 12px;
}

#header .header-main > ul > li > div > div .col ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  justify-content: center;
  background: #e8ebef;
  border-radius: 8px;
  padding: 12px 12px 12px 12px;
  font-size: 11px;
  line-height: 16px;
  min-height: 230px;
}
#header .header-main > ul > li > div > div .col ul li a:hover {
    background: #fff;
    box-shadow: 0 0 8px rgb(0 0 0 / 23%);
}

#header .header-main > ul > li > div > div .col ul li a:hover i {
    border-radius: 50%;
    background: #0887fd;
    color: #fff;
}
#header .header-main > ul > li > div > div .col ul li a img {
  margin-bottom: 10px;
}

#header .header-main > ul > li > div > div .col ul li a i {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  text-align: center !important;
  background: #fff;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0887fd;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#header .header-main > ul > li > div > div .col ul li a strong {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 8px;
  color: #30313f;
}


#header .header-main .sepet {
border-left: 1px solid rgba(102,112,147,.2);
}
#header .header-main .sepet a {
  color: #081131;
      font-size: 15px;
      text-align: right!important;
      display: flex;
      align-items: center;
      justify-content: space-between;
      line-height: 72px;
      padding: 0 0 0 20px;
}

#header .header-main > a {
  position: absolute;
    right: 15px;
    top: 50%;
    width: 48px;
    border-radius: 4px;
    background: #081131;
    color: #fff;
    text-align: center!important;
    font-size: 24px;
    margin-top: -24px;
    display: none;
}

#header .header-main .sepet a b {
      min-width: 24px;
      padding: 0 4px;
      text-align: center!important;
      background: #00b57f;
      border-radius: 4px;
      color: #fff;
      font-weight: 600;
}


#header .header-main ol {
  padding-top: 4px;
}

#header .header-main ol li {
      padding-top: 12px;
}

#header .header-main ol li a {
  position: relative;
color: #00104b;
font-size: 15px;
font-weight: 400;
padding-left: 24px;
}
#header .header-main ol li a i {
  position: absolute;
      left: 0;
      top: 0;
      font-size: 16px;
      color: #00b57f;
}


.carousel-item {
  height: 600px !important;
  background-position: center;
}


.homeSliderContent {
    max-width: 430px;
    position: absolute;
    z-index: 5;
    margin-top: 50px;
    left: 0;
}

.fw {
    width: 100%;
    display: inline-block;
    float: left;
}

.homeSliderContentTop ul {
    width: 100%;
    display: inline-block;
    float: left;
}

.homeSliderContentTop ul li {
    width: 25%;
    float: left;
    text-align: center;
}

.homeSliderContentTop ul li a {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    padding: 16px 15px;
    text-align: center;
    background: #667093;
    font-weight: 400;
    height: 60px;
    position: relative;
}

.homeSliderContentTop ul li a:after {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    top: -10px;
    background: #fff;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3 ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all .3s ease-in-out;
    max-width: 107.5px;
}

.homeSliderContentTop ul .prese.active li a {
    background: #fff!important;
    color: #343646!important;
    position: relative;
}



.homeSliderContentBot {
    background: #fff;
    padding: 20px;
}

.homeSliderContentBot ul {
    width: 100%;
    display: inline-block;
    float: left;
}

.homeSliderContentBot ul li {
    width: 100%;
    display: inline-block;
    float: left;
}

.homeSliderContentBot ul li.title {
    position: relative;
    color: #5d6068;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 50px;
    padding-top: 20px;
    text-align: left;
}


.homeSliderContentBot ul li.desc {
    color: #5d6068;
    font-size: 14px;
    line-height: 23px;
    height: 150px;
}

.homeSliderContentBot ul li.price {
    color: #888e96;
    font-size: 20px;
    line-height: 29px;
    height: 60px;
}

.homeSliderContentBot ul li {
    width: 100%;
    display: inline-block;
    float: left;
}

.homeSliderContentBot ul li.title:after {
    content: "";
    width: 78px;
    height: 3px;
    background: #0887fd;
    display: inline-block;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.homeSliderContentBot .tab-pane:nth-of-type(3) ul li.title:after {
    background: #21b058;
}

.homeSliderContentBot ul li.title img {
    position: absolute;
    right: 0;
    top: 10px;
}

.homeSliderContentBot ul li.price span {
    color: #21b058;
    font-size: 30px;
    line-height: 29px;
    display: inline-block;
    position: relative;
    font-weight: 400;
}

.homeSliderContentBot .tab-pane:nth-of-type(3) ul li.price span {
    color: #0887fd;
}

.homeSliderContentBot ul li.link a {
    width: 100%;
    float: left;
    display: inline-block;
    line-height: 64px;
    color: #fff;
    background-color: #0887fd;
    border-color: #0887fd;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.homeSliderContentBot .tab-pane:nth-of-type(3) ul li.link a {
    color: #fff;
    background-color: #0887fd;
    border-color: #0887fd;
}


.carousel-item {
  position: relative;
}

.carousel-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background: rgba(0,0,0,0.5);
}


.menu-banner-box {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 20px;
  justify-content: center;
  background: linear-gradient(315deg, #6a93cb 0%, #a4bfef 74%);
  color: #fff;
}

.menu-banner-box strong {
  font-size: 20px;
}

.menu-banner-box p {
  font-size: 16px;
}

.menu-banner-box a {
  width: 120px;
  height: 45px;
  border-radius: 5px;
  background: #fff;
  color: #7ce497;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
}


.domain-price {
  padding: 15px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.domain-price b {
  font-size: 26px;
  font-weight: 700;
  color: #0887fd;
}
.grid-content {
  overflow-x: hidden;
}
.grid-content .grid-img {
  height: 600px;
}
.grid-content .grid-img:hover img {
  filter: none;
}
.grid-content .grid-img img {
  width: 100%;
  height: 100%;
  transition: .2s all;
  filter: brightness(70%);
  object-fit: cover;
}
.grid-content .grid-text {
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 100px;
  overflow: hidden;
}

.grid-content .grid-text p {
  font-size: 14px;
  margin: 20px 0;
}

.grid-packs {
  display: flex;
}

.grid-pack {
  padding: 24px;
  background: #fafafa;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #eee;
  width: 100%;
}
.grid-pack .iconn {
  font-size: 60px;
  color: #0887fd;
  height: 65px;
}
.grid-pack h5 {
  font-size: 20px;
    line-height: 25px;
    padding: 12px 0;
    font-weight: 600;
    color: #00104b;
}
.grid-pack strong {
  display: block;
    font-size: 16px;
    font-weight: 400!important;
}

.grid-pack span {
  color: #667093;
    display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.grid-pack .price {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.grid-pack .price b {
font-weight: 700;
color: #0887fd;
font-size: 30px;
margin-right: 5px;
}
.grid-pack a {
  width: 100%;
  margin: 15px 0;
}
.grid-pack ul {
  padding-top: 15px;
  border-top: 1px solid #eee;
  width: 100%;
}

.grid-pack ul li {
    color: #667093;
    display: flex;
    align-items: center;
}
.grid-pack ul li span {
  width: 20px;
  height: 10px;
  display: flex;
  align-items: center;
}

.c-blog-wrapper {
  padding: 50px 0;
}


.c-blog-wrapper .container {
  max-width: 1350px;
}

.c-blog-wrapper .c-img-wrap {
  width: 100%;
  height: 613px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.c-blog-wrapper .c-img-wrap .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 20px;
  color: #fff;
  z-index: 9;
}

.c-blog-wrapper .c-img-wrap .overlay p {
  font-weight: 600;
  font-size: 24px;
}

.c-blog-wrapper .c-img-wrap:hover img {
  transform: scale(1.1);
}

.c-blog-wrapper .c-img-wrap:hover .overlay p {
  text-decoration: underline;;
}

.c-blog-wrapper .c-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s all;
}

.c-blog-wrapper .c-img-wrap.small {
  height: 300px;
}

.c-blog-wrapper .c-img-wrap.small .overlay p {
  font-size: 17px;
}


.refSliderWrap {
    background: #f0f5fb;
    padding: 30px 0;
}

.refSliderItem {
  display: flex;
  align-items: center;
  justify-content: center;
}
.refSliderItem img {
transition: .2s all;
  filter: grayscale(1);
}
.refSliderItem:hover img {
  filter: none;
}

.news-bar {
  background: #d94a68 !important;
}

.vdsBoxTop {
    background: #fafafa;
    border-radius: 5px 5px 0 0;
    padding: 20px;
    position: relative;
    border-bottom: 2px solid #eaedf3;
}

.vdsBox.pro {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
}

.vdsBox.pro .vdsBoxTop .title {
    color: #404257;
}
.vdsBoxTop .title {
    color: #878691;
    font-size: 20px;
    border-radius: 5px 5px 0 0;
    font-weight: 800;
    width: 100%;
    display: inline-block;
    float: left;
    text-align: center;
    margin-bottom: 5px;
    line-height: 20px;
}
.vdsBoxTop .desc {
    color: #878691;
    font-size: 11px;
    font-weight: 600;
    width: 100%;
    display: inline-block;
    float: left;
    text-align: center;
    letter-spacing: 2px;
    line-height: 20px;
}
.vdsBoxTop .dots {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -3px;
    text-align: center;
}
.vdsBoxBot {
    background: #fafafa;
}
.vdsBoxBot ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.vdsBoxBot ul li {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
    text-align: center;
    border-right: 2px solid #eaedf3;
    border-bottom: 2px solid #eaedf3;
}

.vdsBoxBot ul li:first-child {
border-left: 2px solid #eaedf3;
}

.vdsBoxBot ul li:nth-child(3) {
border-left: 2px solid #eaedf3;
}
.vdsBoxBot ul li:nth-child(5) {
border-left: 2px solid #eaedf3;
}
.vdsBoxBot ul li .icon {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 40px;
    color: #878691;
    line-height: 40px;
    margin-bottom: 20px;
}
.vdsBoxBot ul li .title {
    width: 100%;
    display: inline-block;
    float: left;
    color: #878691;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
.vdsPrice {
    background: #eaedf3;
    padding: 10px;
}
.vdsBoxBot ul li .title strong {
    width: 100%;
    display: inline-block;
}
.vdsPrice .text {
    float: left;
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #404257;
    font-size: 34px;
    font-weight: 300;
    line-height: 40px;
}
.vdsPrice .text i {
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
}
.purchaseButton {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 30px;
    border-radius: 0 0 5px 5px;
    color: #fff;
        background: linear-gradient(315deg, #6a93cb 0%, #a4bfef 74%);
}
.c-tab-buttons {
  border-top: 1px solid rgba(102,112,147,.2);
border-bottom: 1px solid rgba(102,112,147,.2);
display: flex;
align-items: center;
}

.c-tab-buttons button {
  flex: 1;
  height: 50px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  background: none;
  border: none;
  font-weight: 600;
  border-left: 1px solid rgba(102,112,147,.2);
}

.c-tab-buttons button.active {
    background: linear-gradient(315deg, #6a93cb 0%, #a4bfef 74%);
    color: #fff;
}


.c-tab-buttons button:hover {
  background: #fafafa;
}


.c-tab-buttons button:last-child {
border-right: 1px solid rgba(102,112,147,.2);
}


.sss {
  border-radius: 5px;
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
  box-shadow: 4px 7px 21px 0 rgba(0, 0, 0, 0.09);
}
.sssTop {
  position: relative;
  padding-bottom: 25px;
  border-bottom: 2px solid #e3e6ed;
  margin-bottom: 30px;
}
.sssTop:after {
  content: "";
  width: 80px;
  height: 2px;
  background: #e3e6ed;
  position: absolute;
  left: 0;
  bottom: -2px;
  display: inline-block;
}
.sssTop ul {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  padding-left: 6px;
}
.sssTop ul li {
  width: 100%;
  display: inline-block;
  float: left;
}
.sssTop ul li.icon {
  font-size: 40px;
  color: #1dcc5b;
  position: absolute;
  left: 0;
  top: 0;
}
.sssTop ul li.title {
  color: #3b5b7a;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 3px;
}
.sssTop ul li.title strong {
  font-weight: 800;
}
.sssTop ul li.desc {
  color: #3c4d5d;
  font-size: 14px;
  line-height: 20px;
}
.sssBot .sssTab:last-child {
  margin-bottom: 0;
}
.sssTab {
  background: #f1f3f8;
  border-radius: 3px;
  margin-bottom: 10px;
}
.sssTabTop {
  position: relative;
  cursor: pointer;
}
.sssTabTop .title {
  float: left;
  color: #3b5b7a;
  font-size: 17px;
  line-height: 28px;
  display: inline-block;
  float: left;
  position: relative;
  padding-left: 25px;
  padding-right: 50px;
}
.sssTabTop .icon {
  position: absolute;
  right: 30px;
  width: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  top: 50%;
  margin-top: -10px;
  color: #8f8f94;
}
.sssTabTop .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 4px;
  height: 20px;
  background: #8f8f94;
  border-radius: 4px;
  display: inline-block;
}
.sssTabTop {
  padding: 20px 30px;
}
.sssTabBot, .sssTabBot2 {
  color: #404257;
  font-size: 17px;
  line-height: 28px;
  padding: 20px 30px;
  border-top: 2px solid #e6e8ee;
  display: none;
  float: left;
  width: 100%;
}

.sssTabTop .icon.iconMinus {
  display: none;
}
.sssTab.active .sssTabTop .title {
  color: #404257;
}
.sssTab.active .icon {
  display: none;
}
.sssTab.active .icon.iconMinus {
  display: inline-block;
}



.domain__price {
  padding: 0 10px;
  border-radius: 5px;
  margin-top: 30px;
  background: linear-gradient(to right,#0a5075a8,#4dc4ff82);
}

.why-header h2 {
    font-size: 40px;
    color: #333;
    letter-spacing: 0px;
    font-weight: 900;
    margin-bottom: 0px;
    display: inline-block;
}

.why-header p {
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #333;
}

.box-section {
    margin-bottom: 50px;
}
.box-image {
    min-height: 110px;
}

.box-section .head-text {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    padding: 10px 0px;
}

.box-section p {
    font-size: 14px;
    font-weight: 400;
    color: #222;
}
.bg-dark-blue {
    background-image: linear-gradient(315deg, #6a93cb 0%, #a4bfef 74%);
}

.domainPrice {
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 60px;
    padding: 30px;
}

.domainPriceTitle {
    background: #404257;
    padding: 20px 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.domainPriceTitle i {
    float: left;
    font-size: 24px;
    line-height: 20px;
    margin-right: 15px;
    display: inline-block;
    color: #1dcc5b;
}

.domainPriceTitle .title {
    float: left;
    font-size: 17px;
    line-height: 20px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
}

.domainPriceListTop {
    background: #4f5164;
}

.domainPriceListTop ul {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 10px 0;
}

.domainPriceListTop ul li {
    width: 25%;
    float: left;
    color: #e7e7ef;
    font-size: 11px;
    line-height: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 600;
}

.domainPriceList {
    border: 2px solid #f1f3f8;
}

.domainPriceList ul {
    width: 100%;
    display: inline-block;
    float: left;
    background: #fff;
    border-bottom: 2px solid #f1f3f8;
    padding: 16px 0;
}

.domainPriceList ul li {
    width: 25%;
    float: left;
    color: #404257;
    font-size: 14px;
    line-height: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.domainPriceList ul:nth-of-type(2n) {
    background: #f7f9fd;
}

.domain-use-box {
    padding: 42px;
    background: #fff;
    height: 100%;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 -3px 0 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: inset 0 -3px 0 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -3px 0 0 rgb(0 0 0 / 15%);
}

.bg-grey {
  padding: 100px 0;
}
