﻿
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/*
@font-face {
    font-family: 'segoe';
    src: url('@{font-path}/SegoeUIHistoric.eot?#iefix') format('embedded-opentype'),
         url('@{font-path}/SegoeUIHistoric.woff') format('woff'),
         url('@{font-path}/SegoeUIHistoric.ttf') format('truetype'),
         url('@{font-path}/SegoeUIHistoric.svg#font') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
body {
  position: relative;
  color: #989898;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}
img.center {
  margin: auto;
  display: inherit;
}
p {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 20px;
}
p:last-child {
  margin-bottom: 0 !important;
}
a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
}
a.btn {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
a.btn:hover {
  background: white;
  color: #0b3d6c !important;
}
a.btn-white {
  background: white;
  color: #0b3d6c;
}
a.btn-white:hover {
  background: transparent;
  color: white;
}
a.btn-blue {
  background: #0292d9;
  color: white;
  border-color: #0292d9;
}
a.btn-blue:hover {
  background: #027ebb;
  border-color: #027ebb;
  color: white !important;
}
a.btn-black {
  background: #282828;
  color: white;
  border-color: #282828;
}
a.btn-black:hover {
  background: #151515;
  border-color: #151515;
  color: white !important;
}
a.btn-more {
  position: relative;
  color: #0292d9;
}
a.btn-more:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 1px;
  left: 100%;
  margin-left: 5px;
}
a.btn-more:hover {
  color: #027ebb;
  text-decoration: underline;
}
a.btn-more:hover:after {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
}
h1 {
  font-size: 58px;
}
h2 {
  font-size: 42px;
  color: #414141;
  margin-bottom: 30px;
}
h3 {
  font-size: 30px;
  color: #414141;
  margin-bottom: 30px;
}
h4 {
  font-size: 20px;
  color: #414141;
  margin-bottom: 30px;
}
h5 {
  font-size: 18px;
  color: #0292d9;
  margin-bottom: 15px;
}
.wrapper {
  overflow: hidden;
}
.blue {
  color: #0292d9;
}
.heading {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 4px;
  width: 50px;
  background: #0292d9;
  transform: translate(-50%, 0);
}
.eq,
.eq-1,
.eq-2,
.eq-3,
.eq-4 {
  margin-bottom: 30px;
}
header {
  padding: 15px 0;
  position: fixed;
  z-index: 9;
  margin: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header.scrolled {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  background: white;
  padding: 5px 0;
}
header.scrolled nav .navbar-brand img {
  height: 35px;
  width: auto;
}
header.scrolled nav .navbar-brand img:not(.scrolled) {
  display: none;
}
header.scrolled nav .navbar-brand img.scrolled {
  display: inline-block;
}
header.scrolled nav#spy .navbar-nav li a {
  color: #414141;
}
header nav {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
header nav .navbar-brand img {
  max-width: 200px;
  height: auto;
}
header nav .navbar-brand img.scrolled {
  display: none;
}
header nav .navbar-toggler {
  padding: 0;
  outline: none;
  border: none;
}
header nav .navbar-toggler span {
  color: white;
  background: none !important;
  font-size: 20px;
  margin-top: 10px;
}
header nav .navbar-toggler span .fa-times {
  display: none;
}
header nav#spy .navbar-nav li {
  margin-left: 30px;
}
header nav#spy .navbar-nav li a {
  padding: 0;
  font-size: 17px;
  color: white;
}
header nav#spy .navbar-nav li a:hover,
header nav#spy .navbar-nav li a.active {
  color: #0292d9;
  text-decoration: underline;
}
.hero {
  background: #0b3d6c url('https://c82cc6930f2f194a0208-57d85b8e10a5c70b320e1b86a00e79e4.ssl.cf2.rackcdn.com/img/hero.jpg') top center no-repeat;
  background-size: cover;
  color: white;
}
.hero .container,
.hero .container-fluid {
  padding-top: 200px;
  padding-bottom: 200px;
}
.hero .container h1,
.hero .container-fluid h1 {
  margin-bottom: 30px;
  text-transform: uppercase;
}
.hero .container p,
.hero .container-fluid p {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 40px;
}
.hero .container .btn,
.hero .container-fluid .btn {
  font-size: 16px;
}
.hero .container ul,
.hero .container-fluid ul {
  display: flex;
  flex-wrap: wrap;
}
.hero .container ul li,
.hero .container-fluid ul li {
  flex: 1;
}
.hero .container ul li:first-child,
.hero .container-fluid ul li:first-child {
  margin-right: 15px;
  max-width: 180px;
}
.hero .container ul li:first-child > a,
.hero .container-fluid ul li:first-child > a {
  margin-bottom: 40px;
}
.hero .container ul li:first-child .small,
.hero .container-fluid ul li:first-child .small {
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 10px;
}
.hero .container ul li:first-child .small a,
.hero .container-fluid ul li:first-child .small a {
  color: #0292d9;
}
.hero .container ul li:first-child .small a:hover,
.hero .container-fluid ul li:first-child .small a:hover {
  color: #66c1ff;
  text-decoration: underline;
}
.hero .container ul li a,
.hero .container-fluid ul li a {
  color: white;
}
.hero .container ul li a.btn-white,
.hero .container-fluid ul li a.btn-white {
  color: #0b3d6c;
}
.hero .container ul li a.btn-white:hover,
.hero .container-fluid ul li a.btn-white:hover {
  color: white !important;
}
.logos {
  padding: 20px 0;
  border-bottom: 1px solid #c4cdde;
}
.logos ul {
  text-align: center;
}
.logos ul li {
  display: inline-block;
  margin: 0 10px;
}
.logos ul li img {
  height: 35px;
  width: auto;
}
.connect {
  padding: 80px 0;
}
.connect .icons > div:first-child .icon:before {
  display: none;
}
.connect .icons > div:last-child .icon:after {
  display: none;
}
.connect .icon {
  border: 5px solid #f5f5f5;
  box-shadow: inset 0 0 1px #989898;
  height: 100px;
  width: 100px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.connect .icon:before,
.connect .icon:after {
  content: "";
  width: 80%;
  height: 1px;
  background: #f5f5f5;
  position: absolute;
}
.connect .icon:before {
  right: 100%;
  transform: translateX(-50%);
}
.connect .icon:after {
  left: 100%;
  transform: translateX(50%);
}
.connect .icon span img {
  width: 45px;
  height: auto;
}
.connect .more {
  margin: 60px 0 0;
}
.connect .more a:hover {
  color: #0b3d6c;
}
.signup {
  padding: 80px 0;
  background: #f5f5f5;
}
.signup .on-left {
  text-align: right;
}
.signup .on-middle {
  text-align: center;
}
.signup .on-middle h2 {
  margin-top: -10px;
}
.signup .on-middle p {
  color: #414141;
  font-size: 18px;
  margin: 50px 0;
}
.features {
  padding: 80px 0;
  border-bottom: 1px solid #c4cdde;
}
.features img.phone {
  margin-bottom: 30px;
}
.features .feature {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
.features .feature .icon {
  flex: 0 0 40px;
}
.features .feature .icon span {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0292d9;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.features .feature .icon span img {
  height: auto;
  width: 30px;
}
.features .feature .text {
  flex: 1;
}
.features .on-left .feature .icon {
  order: 2;
  padding-left: 20px;
}
.features .on-left .feature .text {
  text-align: right;
}
.features .on-right .feature .icon {
  padding-right: 20px;
}
.features .more {
  margin-top: 30px;
}
.features .more ul {
  text-align: center;
  margin-top: 30px;
}
.features .more ul li {
  display: inline-block;
  margin: 0 10px;
}
.features .more ul li img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}
.awesome {
  padding: 80px 0;
}
.awesome .image-text {
  margin-top: 30px;
  position: relative;
}
.awesome .image-text .text {
  position: absolute;
}
.awesome .image-text .text.t-1 {
  top: 0;
  left: 60px;
  width: 140px;
  text-align: right;
}
.awesome .image-text .text.t-2 {
  top: 0;
  right: 0;
  width: 160px;
}
.cloud {
  padding: 80px 0;
  position: relative;
  border-bottom: 1px solid #c4cdde;
}
.cloud:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 85%;
  background: #121318;
}
.cloud > * {
  position: relative;
  z-index: 2;
}
.cloud h2 {
  color: white;
}
.cloud ul {
  text-align: center;
}
.cloud ul li {
  display: inline-block;
  margin: 0 10px;
  font-size: 14px;
  padding-left: 20px;
  position: relative;
  color: white;
}
.cloud ul li:last-child {
  padding-left: 0;
}
.cloud ul li:last-child:before {
  display: none !important;
}
.cloud ul.check li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  bottom: 0;
  background: transparent url('https://c82cc6930f2f194a0208-57d85b8e10a5c70b320e1b86a00e79e4.ssl.cf2.rackcdn.com/img/check-list.png') left center no-repeat;
  background-size: 70% auto;
  filter: brightness(0) invert(1);
}
.cloud ul.ring li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 1px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  display: block;
  border: 1px solid #0292d9;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cloud .btn-more:hover {
  color: #66c1ff;
}
.cloud .laptop {
  margin-top: 50px;
  position: relative;
}
.cloud .laptop .slick-img {
  position: absolute;
  top: 7.2%;
  left: 12.3%;
  right: 12.3%;
  bottom: 14.2%;
  display: block;
}
.cloud .laptop .slick-img .img-box {
  background-size: cover;
}
.cloud .laptop .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 48px;
  width: 48px;
  border: none;
  font-size: 0;
  cursor: pointer;
  outline: none !important;
  padding: 0;
  margin-bottom: -5px;
  color: #0292d9;
  background: none;
}
.cloud .laptop .slick-arrow.slick-next:before,
.cloud .laptop .slick-arrow.slick-prev:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .6;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cloud .laptop .slick-arrow.slick-next:hover:before,
.cloud .laptop .slick-arrow.slick-prev:hover:before {
  opacity: 1;
}
.cloud .laptop .slick-arrow.slick-next {
  right: 0;
  margin-right: -100px;
}
.cloud .laptop .slick-arrow.slick-next:before {
  font-size: 40px;
  content: "";
  background: url('https://c82cc6930f2f194a0208-57d85b8e10a5c70b320e1b86a00e79e4.ssl.cf2.rackcdn.com/img/arrow.png') center center no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.cloud .laptop .slick-arrow.slick-prev {
  left: 0;
  margin-left: -100px;
}
.cloud .laptop .slick-arrow.slick-prev:before {
  font-size: 40px;
  content: "";
  background: url('https://c82cc6930f2f194a0208-57d85b8e10a5c70b320e1b86a00e79e4.ssl.cf2.rackcdn.com/img/arrow.png') center center no-repeat;
  background-size: contain;
}
.price {
  padding: 80px 0;
}
.price .box {
  padding: 0 40px 40px;
  background: #f5f5f5;
}
.price .box h6 {
  margin: 0 -40px 20px;
  background: #282828;
  color: white;
  font-size: 30px;
  padding: 20px;
  text-align: center;
}
.price .box .amount {
  position: relative;
  font-size: 40px;
  color: #414141;
  text-align: center;
}
.price .box .amount sup {
  font-size: 14px;
  position: relative;
  top: -15px;
  margin: 0 5px;
}
.price .box .amount span {
  font-size: 14px;
  position: relative;
  top: -3px;
  left: -20px;
}
.price .box .link {
  margin: 20px 0 40px;
  text-align: center;
}
.price .box ul {
  margin-bottom: 30px;
}
.price .box ul li {
  font-size: 16px;
  line-height: 20px;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #414141;
  position: relative;
}
.price .box ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  bottom: 0;
  background: transparent url('https://c82cc6930f2f194a0208-57d85b8e10a5c70b320e1b86a00e79e4.ssl.cf2.rackcdn.com/img/check-list.png') left top 5px no-repeat;
  background-size: 70% auto;
  filter: brightness(0);
  opacity: .7;
}
.price .box .small {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.price .box.blue-bg {
  background: #f0f9fd;
}
.price .box.blue-bg h6 {
  background: #0292d9;
}
.price .box.blue-bg ul li:before {
  filter: none;
  opacity: 1;
}
.business {
  background: #f5f5f5;
}
.business .text {
  padding: 50px 50px 50px 0;
}
.business .text h2 {
  position: relative;
  padding-bottom: 20px;
}
.business .text h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: #73ebfb;
}
.business .text p {
  line-height: 28px;
}
.business .text p .btn-find-more {
  background: #0b1829;
  color: #73ebfb;
  border: none;
}
.business .text p .btn-find-more:after {
  font-family: FontAwesome;
  content: "\f178";
  margin-left: 10px;
}
.business .text p .btn-find-more:hover {
  background: #060e19;
  color: #73ebfb !important;
}
.business .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: transparent url('https://c82cc6930f2f194a0208-57d85b8e10a5c70b320e1b86a00e79e4.ssl.cf2.rackcdn.com/img/enterprise-email.jpg') no-repeat center center;
  background-size: cover;
}
.business .image span {
  display: inline-block;
  padding: 8px 15px;
  background: rgba(255, 255, 255, 0.5);
  color: #040404;
  position: absolute;
  top: 0;
  left: 0;
}
footer {
  background: #282828;
  padding: 50px 0;
}
footer .footer-top {
  border-bottom: 1px solid #a2a2a2;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
footer .footer-top ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .footer-top ul li {
  margin-right: 15px;
  color: white;
}
footer .footer-top ul li a {
  color: #7c7c7d;
}
footer .footer-top ul li a:hover {
  color: #a7a7a8;
}
footer .footer-top ul li .fa {
  font-size: 30px;
}
footer .footer-top .dropdown .btn {
  padding-left: 40px;
  background: transparent url('https://c82cc6930f2f194a0208-57d85b8e10a5c70b320e1b86a00e79e4.ssl.cf2.rackcdn.com/img/icon-globe.png') no-repeat left center;
  background-size: auto 70%;
  color: white;
  outline: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 18px;
}
footer .footer-top .dropdown .btn:after {
  content: "\f107";
  font-family: FontAwesome;
  border: none;
  vertical-align: 0;
}
footer .footer-middle h6 {
  font-size: 18px;
  color: white;
  margin-bottom: 20px;
}
footer .footer-middle ul li {
  margin-bottom: 10px;
}
footer .footer-middle ul li img {
  width: 100%;
  max-width: 150px;
  height: auto;
  border: 1px solid #989898;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
footer .footer-middle ul li a {
  font-size: 14px;
  color: #7c7c7d;
}
footer .footer-middle ul li a:hover {
  color: #a7a7a8;
}
footer .quick-links {
  margin: 30px 0;
  border-bottom: 1px solid #a2a2a2;
  padding-bottom: 20px;
}
footer .quick-links li {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
}
footer .quick-links li:first-child {
  color: white;
}
footer .quick-links li a {
  color: #7c7c7d;
}
footer .quick-links li a:hover {
  color: #a7a7a8;
}
footer .copy {
  text-align: center;
  color: #7c7c7d;
}
footer .copy p {
  font-size: 12px;
}
.to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: block;
  padding: 5px 10px;
  background: #0292d9;
  color: white;
  font-size: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: none;
}
.to-top:hover {
  color: white;
}
@media (max-width: 1200px) {
  header nav#spy .navbar-nav li {
    margin-left: 20px;
  }
  header nav#spy .navbar-nav li a {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  header.drop {
    background: white;
  }
  header.drop nav .navbar-toggler span {
    color: #414141;
  }
  header.drop nav .navbar-toggler span .fa-times {
    display: inline-block;
  }
  header.drop nav .navbar-toggler span .fa-bars {
    display: none;
  }
  header.drop nav .navbar-brand img:not(.scrolled) {
    display: none;
  }
  header.drop nav .navbar-brand img.scrolled {
    display: inline-block;
  }
  header nav#spy .navbar-nav {
    margin-top: 10px;
    z-index: 9999;
  }
  header nav#spy .navbar-nav li {
    margin-left: 0;
  }
  header nav#spy .navbar-nav li a {
    color: #0292d9;
    padding: 5px 20px;
    display: block;
  }
  header nav#spy .navbar-nav li a:hover {
    color: #0b3d6c;
    background: #f5f5f5;
  }
  header.scrolled nav .navbar-toggler span {
    color: #414141;
  }
  header.scrolled nav .navbar-nav li {
    border-color: #f5f5f5;
  }
  header.scrolled nav .navbar-nav li a {
    color: #0292d9;
  }
  header.scrolled nav .navbar-nav li a:hover {
    color: #0b3d6c;
  }
  header.scrolled nav .navbar-nav li:last-child {
    border: none;
  }
  .logos ul li {
    margin: 0 5px;
  }
  .logos ul li img {
    height: 25px;
  }
  .connect .icons > div:nth-child(1),
  .connect .icons > div:nth-child(2) {
    margin-bottom: 30px;
  }
  .connect .icons > div .icon:before,
  .connect .icons > div .icon:after {
    width: 100%;
  }
  .connect .icons > div:nth-child(1) .icon:before,
  .connect .icons > div:nth-child(3) .icon:before {
    display: none;
  }
  .connect .icons > div:nth-child(2) .icon:after,
  .connect .icons > div:nth-child(4) .icon:after {
    display: none;
  }
  .signup .on-left {
    text-align: left;
  }
  .signup .on-middle {
    margin-bottom: 30px;
  }
  .signup .on-middle h2 {
    margin-top: 0;
  }
  .signup .on-middle p {
    margin: 30px 0;
  }
  .features .on-left .feature .icon {
    order: 1;
    padding-right: 20px;
    padding-left: 0;
  }
  .features .on-left .feature .text {
    order: 2;
    text-align: left;
  }
  .features .feature img.phone {
    max-width: 400px;
    margin-bottom: 30px;
  }
  .awesome .image-text .text.t-1 {
    left: 0;
  }
  .awesome .image-text .text.t-2 {
    width: 120px;
  }
  .awesome .image-text img {
    position: relative;
    top: 20px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .connect,
  .signup,
  .features,
  .awesome,
  .cloud,
  .price {
    padding: 40px 0;
  }
  .hero .container {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .logos ul li {
    margin: 5px;
  }
  .connect .icons > div {
    margin-bottom: 30px;
  }
  .connect .icons > div:last-child {
    margin-bottom: 0;
  }
  .connect .icons > div .icon {
    margin-bottom: 20px;
  }
  .connect .icons > div .icon:before,
  .connect .icons > div .icon:after {
    display: none;
  }
  .signup .col-12 {
    text-align: center;
  }
  .awesome .image-text .text {
    position: relative;
  }
  .awesome .image-text .text.t-1 {
    width: 45%;
    float: left;
  }
  .awesome .image-text .text.t-2 {
    float: right;
    width: 45%;
  }
  .awesome .image-text img {
    position: relative;
    top: 20px;
  }
  .price .box {
    margin-bottom: 30px;
  }
  .business .text {
    padding: 50px 15px;
  }
  .business .image {
    min-height: 200px;
    position: relative;
    width: 100% !important;
  }
  .cloud .laptop .slick-arrow.slick-next,
  .cloud .laptop .slick-arrow.slick-prev {
    height: 30px;
    width: 30px;
  }
  .cloud .laptop .slick-arrow.slick-prev {
    margin-left: -50px;
  }
  .cloud .laptop .slick-arrow.slick-next {
    margin-right: -50px;
  }
  footer .footer-middle ul {
    margin-bottom: 30px;
  }
}
