@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Poppins:300,400,500,600,700);
/*=====================================
1. Theme Default CSS  
=======================================*/
html,
body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  vertical-align: baseline;
  background: #ffffff;
  color: #444444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 20px 0;
  color: #212121;
}
h1 {
  font-size: 56px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
p {
  line-height: 1.5;
  margin: 0 0 20px 0;
}
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.seo-box-layout {
  margin: 0 100px;
}
.clear:after {
  clear: both;
  content: "";
  display: block;
}
.wrapper {
  overflow: hidden;
}
.bg-accent {
  background: #ededed;
}
@media only screen and (max-width: 479px) {
  .col-xs-full-width {
    width: 100%;
  }
}
.lead {
  text-align: center;
  color: #808080;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.75;
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .lead {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .lead {
    width: 95%;
  }
}
.item-vertical-center {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.margin-top-default {
  margin-top: 50px;
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .margin-top-default {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin-top-default {
    margin-top: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .margin-top-default {
    margin-top: 20px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .margin-top-default {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 320px) {
  .margin-top-default {
    margin-top: 5px;
  }
}
.margin-bottom-default {
  margin-bottom: 60px;
}
.section-space {
  padding: 100px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-space {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-space {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-space {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 479px) {
  .section-space {
    padding: 60px 0;
  }
}
/*-------------------------------------
1.5 ScrollUp Area Styles 
---------------------------------------*/
#scrollUp {
  background-color: rgba(217, 14, 21, 0.8);
  bottom: 5px;
  color: #ffffff !important;
  display: block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
  width: 50px;
  z-index: 99999;
  border-radius: 50%;
}
#scrollUp i {
  color: #FFFFFF;
}
#scrollUp:hover,
#scrollUp:focus {
  background-color: rgba(255, 255, 255, 0.8);
}
#scrollUp:hover i,
#scrollUp:focus i {
  color: #d90e15;
}
/*-------------------------------------
1.6 Preloader Area Styles
---------------------------------------*/
#preloader {
  background: #fff url('img/loading.gif') no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
/*-------------------------------------
1.6 Button Styles
---------------------------------------*/
.buy-btn {
  padding: 14px 40px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  border-radius: 40px;
  color: #212121;
  background-color: #ffffff;
  border: 2px solid #FFFFFF;
  transition: all 0.3s ease-out;
  box-shadow: 0px 2px 0px 0px rgba(190, 48, 4, 0.75);
}
.buy-btn:hover {
  color: #FFFFFF;
  background: transparent;
  box-shadow: none;
}
.buy-btn2 {
  padding: 14px 40px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  border-radius: 40px;
  color: #FFFFFF;
  background-color: #d90e15;
  border: 2px solid #d90e15;
  transition: all 0.3s ease-out;
  box-shadow: 0px 2px 0px 0px rgba(190, 48, 4, 0.75);
}
.buy-btn2:hover {
  border: 2px solid #d90e15;
  color: #212121;
  background: transparent;
  box-shadow: none;
}
.myisotop {
  text-align: center;
  margin-bottom: 75px;
}
.myisotop:after {
  display: none;
}
.myisotop a {
  background: #FFFFFF;
  padding: 12px 30px;
  font-size: 15px;
  color: #222222;
  border-radius: 45px;
  margin: 0 2px 7px;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 600;
  box-shadow: 0px 2px 0px 0px rgba(205, 205, 205, 0.75);
  transition: all 0.5s ease-out;
}
.myisotop a:hover {
  background: #2a353b;
  color: #FFFFFF;
  transition: all 0.5s ease-out;
  box-shadow: 0px 2px 0px 0px rgba(64, 73, 77, 0.75);
}
.myisotop .current {
  background: #2a353b;
  color: #FFFFFF;
  box-shadow: 0px 2px 0px 0px rgba(64, 73, 77, 0.75);
}
.title-default-textPrimary {
  text-align: center;
  font-size: 40px;
  color: #000000;
  font-weight: 700;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .title-default-textPrimary {
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .title-default-textPrimary {
    font-size: 34px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .title-default-textPrimary {
    font-size: 32px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .title-default-textPrimary {
    font-size: 28px;
  }
}
@media only screen and (max-width: 320px) {
  .title-default-textPrimary {
    font-size: 23px;
  }
}
.sub-title-default-textPrimary {
  text-align: center;
  font-size: 36px;
  color: #3a3a3a;
  font-weight: 300;
  margin-bottom: 50px;
}
.sub-title-default-textPrimary span {
  background: #d90e15;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  color: #FFFFFF;
  font-size: 26px;
  font-weight: 700;
  position: relative;
}
.sub-title-default-textPrimary span:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 20px solid #d90e15;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 2px;
  right: -6px;
  z-index: 2;
  -webkit-transform: rotate(75deg);
  transform: rotate(75deg);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sub-title-default-textPrimary {
    font-size: 34px;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sub-title-default-textPrimary {
    font-size: 24px;
    margin-bottom: 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sub-title-default-textPrimary {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .sub-title-default-textPrimary {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .sub-title-default-textPrimary {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
/*****************************************************************/
.preview-banner-area {
  position: relative;
}
.preview-banner-inner {
  text-align: center;
  background: url(img/banner/1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: block;
  padding: 50px 0 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .preview-banner-inner {
    padding: 40px 0 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .preview-banner-inner {
    padding: 30px 0 80px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .preview-banner-inner {
    padding: 20px 0 70px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .preview-banner-inner {
    padding: 10px 0 60px;
  }
}
@media only screen and (max-width: 320px) {
  .preview-banner-inner {
    padding: 10px 0 50px;
  }
}
.preview-banner-inner .preview-banner-content {
  position: relative;
  z-index: 1;
}
.preview-banner-inner .preview-banner-content .logo-area {
  text-align: center;
  margin-bottom: 50px;
}
.preview-banner-inner .preview-banner-content .logo-area img {
  margin: 0 auto;
}
.preview-banner-inner .preview-banner-content h1 {
  color: #FFFFFF;
  font-size: 46px;
  display: block;
  margin: 0 auto 15px;
}
.preview-banner-inner .preview-banner-content h1 span {
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .preview-banner-inner .preview-banner-content h1 {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .preview-banner-inner .preview-banner-content h1 {
    font-size: 34px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .preview-banner-inner .preview-banner-content h1 {
    font-size: 32px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .preview-banner-inner .preview-banner-content h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 320px) {
  .preview-banner-inner .preview-banner-content h1 {
    font-size: 26px;
  }
}
.preview-banner-inner .preview-banner-content h2 {
  color: #FFFFFF;
  font-size: 26px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .preview-banner-inner .preview-banner-content h2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .preview-banner-inner .preview-banner-content h2 {
    font-size: 22px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .preview-banner-inner .preview-banner-content h2 {
    font-size: 20px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .preview-banner-inner .preview-banner-content h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 320px) {
  .preview-banner-inner .preview-banner-content h2 {
    font-size: 17px;
  }
}
.preview-banner-inner .preview-banner-content ul {
  margin: 50px 0 40px;
}
.preview-banner-inner .preview-banner-content ul li {
  margin: 0 10px 20px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .preview-banner-inner .preview-banner-content ul li {
    margin: 0 10px 10px;
  }
}
@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.featured-banner-area {
  padding: 75px 0 70px;
  text-align: center;
  background: url(img/banner/2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.featured-banner-area p {
  text-transform: capitalize;
  color: #FFFFFF;
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 1.1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .featured-banner-area p {
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .featured-banner-area p {
    font-size: 32px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .featured-banner-area p {
    font-size: 28px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .featured-banner-area p {
    font-size: 26px;
  }
}
@media only screen and (max-width: 320px) {
  .featured-banner-area p {
    font-size: 24px;
  }
}
.featured-banner-area p span {
  text-transform: uppercase;
  font-weight: 700;
}
/*****************************************************************/
.theme-options-area {
  padding: 70px 0 170px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .theme-options-area {
    padding: 60px 0 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .theme-options-area {
    padding: 55px 0 130px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .theme-options-area {
    padding: 50px 0 110px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .theme-options-area {
    padding: 40px 0 90px;
  }
}
@media only screen and (max-width: 320px) {
  .theme-options-area {
    padding: 35px 0 70px;
  }
}
.theme-options-area .theme-options-img {
  padding: 0 10px;
}
.theme-options-area .theme-options-content h3 {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .theme-options-area .theme-options-content h3 {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .theme-options-area .theme-options-content h3 {
    font-size: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .theme-options-area .theme-options-content h3 {
    font-size: 20px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .theme-options-area .theme-options-content h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 320px) {
  .theme-options-area .theme-options-content h3 {
    font-size: 18px;
  }
}
.theme-options-area .theme-options-content h4 {
  color: #d90e15;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .theme-options-area .theme-options-content h4 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .theme-options-area .theme-options-content h4 {
    font-size: 18px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .theme-options-area .theme-options-content h4 {
    font-size: 17px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .theme-options-area .theme-options-content h4 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 320px) {
  .theme-options-area .theme-options-content h4 {
    font-size: 16px;
  }
}
/*****************************************************************/
.main-body-area {
  padding: 85px 0;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-body-area {
    padding: 75px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-body-area {
    padding: 65px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .main-body-area {
    padding: 55px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .main-body-area {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 320px) {
  .main-body-area {
    padding: 35px 0;
  }
}
.main-body-area .product-box {
  margin-bottom: 30px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.main-body-area .product-box:hover .product-box-img:before {
  opacity: 1;
  visibility: visible;
  top: 1px;
  transition: all 0.5s ease-out;
}
.main-body-area .product-box:hover .product-box-img a.view-icon {
  opacity: 1;
  visibility: visible;
  top: 45%;
  transition: all 0.6s ease-out;
}
.main-body-area .product-box:hover .product-box-img a.view-text {
  opacity: 1;
  visibility: visible;
  top: 70%;
  transition: all 0.7s ease-out;
}
.main-body-area .product-box .product-box-img {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.main-body-area .product-box .product-box-img img {
  width: 100%;
}
.main-body-area .product-box .product-box-img:before {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 3;
  background-image: linear-gradient(transparent, #000000), linear-gradient(transparent, #000000);
  background-size: 100%;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  transition: all 0.3s ease-out;
}
.main-body-area .product-box a.view-icon {
  border-radius: 50%;
  left: 0;
  right: 0;
  width: 33px;
  height: 33px;
  line-height: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  color: #FFFFFF;
  position: absolute;
  top: 110%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  z-index: 7;
  font-size: 36px;
  transition: all 0.4s ease-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-body-area .product-box a.view-icon {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-body-area .product-box a.view-icon {
    font-size: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .main-body-area .product-box a.view-icon {
    font-size: 28px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .main-body-area .product-box a.view-icon {
    font-size: 26px;
  }
}
@media only screen and (max-width: 320px) {
  .main-body-area .product-box a.view-icon {
    font-size: 24px;
  }
}
.main-body-area .product-box a.view-icon:hover {
  color: #d90e15;
}
.main-body-area .product-box a.view-text {
  left: 0;
  right: 0;
  width: 108px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  font-size: 18px;
  text-transform: uppercase;
  position: absolute;
  top: 110%;
  font-weight: 600;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  z-index: 7;
  color: #FFFFFF;
  transition: all 0.4s ease-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-body-area .product-box a.view-text {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-body-area .product-box a.view-text {
    font-size: 16px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .main-body-area .product-box a.view-text {
    font-size: 14px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .main-body-area .product-box a.view-text {
    font-size: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .main-body-area .product-box a.view-text {
    font-size: 12px;
  }
}
.main-body-area .product-box a.view-text:hover {
  color: #d90e15;
}
.main-body-area .product-box .product-box-content {
  padding: 14px 0;
  background: #d90e15;
}
.main-body-area .product-box .product-box-content div {
  font-weight: 600;
  font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-body-area .product-box .product-box-content div {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-body-area .product-box .product-box-content div {
    font-size: 14px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .main-body-area .product-box .product-box-content div {
    font-size: 14px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .main-body-area .product-box .product-box-content div {
    font-size: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .main-body-area .product-box .product-box-content div {
    font-size: 12px;
  }
}
.main-body-area .product-box .product-box-content div a {
  color: #FFFFFF;
  transition: all 0.5s ease-out;
}
.main-body-area .product-box .product-box-content div a:hover {
  color: #212121;
}
/*****************************************************************/
.responsive-area {
  padding-top: 70px;
  background: #252728;
  position: relative;
}
.responsive-area:before {
  content: url("img/banner/curve-back2.png");
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
  z-index: 1;
}
.responsive-area .responsive-content-holder {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
}
@media (min-width: 768px) and (max-width: 991px) {
  .responsive-area .responsive-content-holder {
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .responsive-area .responsive-content-holder {
    left: 15px;
    position: relative;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
.responsive-area .responsive-content-holder h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: capitalize;
  color: #FFFFFF;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .responsive-area .responsive-content-holder h2 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .responsive-area .responsive-content-holder h2 {
    font-size: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .responsive-area .responsive-content-holder h2 {
    font-size: 28px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .responsive-area .responsive-content-holder h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 320px) {
  .responsive-area .responsive-content-holder h2 {
    font-size: 24px;
  }
}
.responsive-area .responsive-content-holder p {
  text-align: left;
  width: 100%;
  margin: 0;
  color: #FFFFFF;
}
.responsive-area .responsive-img-holder img {
  margin: 0 auto;
}
/*****************************************************************/
.more-features-area {
  padding: 75px 0 55px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .more-features-area {
    padding: 65px 0 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .more-features-area {
    padding: 60px 0 45px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .more-features-area {
    padding: 55px 0 40px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .more-features-area {
    padding: 50px 0 35px;
  }
}
@media only screen and (max-width: 320px) {
  .more-features-area {
    padding: 45px 0 30;
  }
}
.more-features-area .more-features-box {
  text-align: center;
  margin-bottom: 10px;
  min-height: 275px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .more-features-area .more-features-box {
    margin-bottom: 30px;
    padding: 0 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .more-features-area .more-features-box {
    min-height: 240px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .more-features-area .more-features-box {
    min-height: 271px;
  }
}
@media only screen and (max-width: 767px) {
  .more-features-area .more-features-box {
    min-height: inherit;
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
.more-features-area .more-features-box img {
  margin: 0 auto 20px;
}
.more-features-area .more-features-box h3 {
  font-size: 18px;
  font-weight: 700;
  color: #222222;
}
/*****************************************************************/
.preview-footer-area {
  text-align: center;
  background: #1a252b;
  padding: 80px 0 55px;
}
.preview-footer-area .preview-logo-area img {
  margin: 0 auto 50px;
}
.preview-footer-area .preview-footer-social {
  margin: 50px 0 0;
}
.preview-footer-area .preview-footer-social li {
  display: inline-block;
  margin-right: 5px;
}
.preview-footer-area .preview-footer-social li:last-child {
  margin-right: 0;
}
.preview-footer-area .preview-footer-social li a {
  border-radius: 5px;
  line-height: 42px;
  background: transparent;
  width: 44px;
  height: 44px;
  display: block;
  text-align: center;
  border: 1px solid #404f57;
  transition: all 0.3s ease-out;
}
.preview-footer-area .preview-footer-social li a i {
  color: #FFFFFF;
  font-size: 16px;
}
.preview-footer-area .preview-footer-social li a:hover {
  background: #ffffff;
  transition: all 0.3s ease-out;
}
.preview-footer-area .preview-footer-social li a:hover i {
  color: #d90e15;
}
.preview-footer-area p {
  color: #5d676c;
}
.preview-footer-area p a {
  color: #b2bcc2;
  transition: all 0.3s ease-out;
}
.preview-footer-area p a:hover {
  color: #d90e15;
  transition: all 0.3s ease-out;
}
