.header_top .header {
  background: #e5513e;
}
.header_top .header .logo-name {
  font-size: 16px;
  letter-spacing: 2px;
}
@media (max-width: 479px) {
  .header_top .header .logo-name {
    font-size: 13px;
  }
}
.header_top .header .logo-name span {
  font-size: 14px;
  display: block;
}
@media (max-width: 479px) {
  .header_top .header .logo-name span {
    font-size: 12px;
  }
}
.header_top .navbar-menu {
  background: #667a8b;
}
.header_top .navbar-menu ul li {
  font-size: 15px;
  margin-right: 10px;
  text-transform: uppercase;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header_top .navbar-menu ul li {
    font-size: 14px;
    margin-right: 4px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .header_top .navbar-menu ul li {
    font-size: 12px;
    margin-right: 4px;
    font-weight: 600;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .header_top .navbar-menu ul li {
    font-size: 12px;
    margin-right: 4px;
    font-weight: 600;
  }
}
.header_top .navbar-menu ul li:last-child {
  margin-right: 0;
}
.header_top .navbar-menu ul li.active a {
  color: #000;
}
.header_top .navbar-menu ul li.active a:after {
  opacity: 1;
  top: 0;
}
.header_top .navbar-menu ul li a {
  color: #fff;
  padding: 8px 15px;
  display: block;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header_top .navbar-menu ul li a {
    padding: 8px 9px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .header_top .navbar-menu ul li a {
    padding: 8px 5px;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .header_top .navbar-menu ul li a {
    padding: 8px 5px;
    text-align: center;
  }
}
.header_top .navbar-menu ul li a span {
  position: relative;
  z-index: 3;
}
.header_top .navbar-menu ul li a:after {
  background: #e5513e;
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.header_top .navbar-menu ul li a:hover {
  color: #000;
}
.header_top .navbar-menu ul li:hover a:after {
  top: 0;
  opacity: 1;
}
.header_top .navbar-menu .tel_no {
  display: none;
}
.header_top .sticky {
  background: #e5513e;
  position: fixed;
  top: -42px;
  width: 100%;
  z-index: 99;
  transform: translateY(42px);
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transform: translateY(42px);
  -moz-transform: translateY(42px);
  padding-bottom: 0;
}
.header_top .sticky ul li a:after {
  background: #fff;
}
.product-heading {
  background-image: url(../images/bg-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.product-heading:before {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  content: "";
  top: 0;
  z-index: -1;
}
.product-heading .diploma-lg {
  flex-wrap: wrap;
}
.product-heading .diploma-lg .custom-img {
  width: 17%;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .product-heading .diploma-lg .custom-img {
    width: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .product-heading .diploma-lg .custom-img {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .product-heading .diploma-lg .custom-img {
    width: 17%;
  }
}
.product-heading .diploma-lg .custom-img ul li {
  width: 23%;
}
@media (max-width: 991px) {
  .product-heading .diploma-lg .custom-img ul li {
    width: 47%;
  }
}
@media (max-width: 667px) {
  .product-heading .diploma-lg .custom-img ul li {
    width: 22%;
  }
}
.product-heading .diploma-lg .custom-img span {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 991px) {
  .product-heading .diploma-lg .custom-img span {
    font-size: 14px;
  }
}
@media (max-width: 667px) {
  .product-heading .diploma-lg .custom-img {
    width: 47.4%;
    height: 115px;
  }
}
@media (max-width: 575px) {
  .product-heading .diploma-lg .custom-img {
    width: 46.8%;
  }
}
@media (max-width: 479px) {
  .product-heading .diploma-lg .custom-img {
    width: 49.8%;
    height: 105px;
  }
}
.product-heading .diploma-lg .topinfo {
  width: 60%;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .product-heading .diploma-lg .topinfo {
    width: 58%;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .product-heading .diploma-lg .topinfo {
    width: 58%;
  }
}
.product-heading .diploma-lg .topinfo .top-text {
  font-size: 23px;
  color: #e5513e;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .product-heading .diploma-lg .topinfo .top-text {
    font-size: 23px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .product-heading .diploma-lg .topinfo .top-text {
    font-size: 23px;
  }
}
@media (max-width: 991px) {
  .product-heading .diploma-lg .topinfo .top-text {
    font-size: 18px;
  }
}
.product-heading .diploma-lg .topinfo a {
  color: #e5513e;
  font-weight: 600;
}
.product-heading .diploma-lg .topinfo p {
  color: #fff;
}
@media (max-width: 991px) {
  .product-heading .diploma-lg .topinfo p {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .product-heading .diploma-lg .topinfo {
    width: 60%;
  }
}
@media (max-width: 667px) {
  .product-heading .diploma-lg .topinfo {
    width: 100%;
    order: 3;
  }
}
.product-heading .diploma-lg .custom-pad {
  width: 15%;
}
@media (max-width: 667px) {
  .product-heading .diploma-lg .custom-pad {
    width: 47.3%;
    height: 115px;
    order: 2;
  }
}
@media (max-width: 575px) {
  .product-heading .diploma-lg .custom-pad {
    width: 46.8%;
  }
}
@media (max-width: 479px) {
  .product-heading .diploma-lg .custom-pad {
    width: 42%;
    height: 105px;
  }
}
@media (max-width: 991px) {
  .product-heading .diploma-lg .custom-pad img {
    height: 70px;
  }
}
@media (max-width: 667px) {
  .product-heading .diploma-lg .custom-pad img {
    height: auto;
  }
}
.home-page .sections-main {
  background: #eee;
}
.home-page .sections-main .heading-sec h1 {
  color: #667a8b;
  font-weight: 600;
  line-height: 45px;
}
@media (max-width: 767px) {
  .home-page .sections-main .heading-sec h1 {
    line-height: 35px;
  }
}
.home-page .prod-row > div {
  margin-top: 30px;
}
.home-page .box {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.home-page .box .product-img {
  overflow: hidden;
  height: 300px;
}
@media (max-width: 575px) {
  .home-page .box .product-img {
    height: auto;
    padding: 15px;
  }
}
.home-page .box .product-img img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.home-page .box:hover .product-img img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.home-page .box .new {
  position: absolute;
  top: 2px;
  right: 15px;
  background: #667a8b;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  font-size: 15px;
  line-height: 58px;
}
.home-page .box .new a {
  color: #fff;
}
.home-page .box .product-info {
  background: #e7e7e7;
  border-radius: 2px;
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.home-page .box .product-info h5 {
  font-size: 18px;
}
.home-page .box .product-info h5 a {
  color: #667a8b;
}
.home-page .box .product-info p {
  font-size: 14px;
}
.home-page .box .product-info .price span {
  color: #e5513e;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .home-page .box .product-info {
    position: initial;
    opacity: 1;
    margin-top: -5px;
    height: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .home-page .box .product-info {
    position: initial;
    opacity: 1;
    margin-top: -5px;
    height: 100%;
  }
  .home-page .box .product-info h5 {
    font-size: 18px;
  }
  .home-page .box .product-info p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .home-page .box .product-info {
    position: initial;
    opacity: 1;
    margin-top: -5px;
    height: 100%;
  }
  .home-page .box .product-info h5 {
    font-size: 17px;
    line-height: 25px;
  }
}
.home-page .box:hover .product-info {
  opacity: 1;
  bottom: 0;
}
.home-page .box .sold_out {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  transform: translatey(-50%);
}
.home-page .sections-main .inner-page {
  overflow-x: hidden;
  background: #fff;
  padding: 15px;
  border: 4px solid #cccccc;
  border-radius: 5px;
}
.home-page .sections-main .inner-page .box {
  height: auto;
}
.home-page .sections-main .inner-page .box .product-img {
  padding: 10px;
  overflow: hidden;
  height: 250px;
  border: 1px solid #cccccc;
}
@media (max-width: 767px) {
  .home-page .sections-main .inner-page .box .product-img {
    height: auto;
    padding: 15px;
  }
}
.home-page .sections-main .inner-page .box ul li {
  width: 48.8%;
  border: 1px solid #cccccc;
  height: 115px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 7px 0 #cccccc;
  -webkit-box-shadow: 0 0 7px #cccccc;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .home-page .sections-main .inner-page .box ul li {
    width: 48.1%;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .home-page .sections-main .inner-page .box ul li {
    width: 48.1%;
  }
}
@media (max-width: 991px) {
  .home-page .sections-main .inner-page .box ul li {
    width: 48%;
  }
}
.home-page .sections-main .inner-page .box ul.item-img li {
  height: 160px;
}
.home-page .sections-main .inner-page .right-sec h3 {
  font-size: 25px;
  color: #667a8b;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .home-page .sections-main .inner-page .right-sec h3 {
    font-size: 22px;
    margin-top: 35px;
  }
}
.home-page .sections-main .inner-page .right-sec h5 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin: 10px 0;
}
.home-page .sections-main .inner-page .right-sec p u {
  color: #e5513e;
}
.home-page .sections-main .inner-page .right-sec p span {
  color: #e5513e;
}
.home-page .sections-main .inner-page .right-sec p a {
  color: #000;
}
.home-page .sections-main .inner-page .right-sec .item {
  font-size: 16px;
  font-weight: 600;
  color: #f67171;
}
.home-page .sections-main .inner-page .right-sec .product-item {
  display: inline-block;
  margin: 10px 0 15px;
  width: 100%;
}
.home-page .sections-main .inner-page .right-sec .product-item ul li {
  text-align: center;
  padding: 10px;
  border: 1px solid #dcdada;
  width: 19%;
  box-shadow: 0 0 8px 0 #cccccc;
  -webkit-box-shadow: 0 0 8px 0 #cccccc;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.home-page .sections-main .inner-page .right-sec .product-item ul li img {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.home-page .sections-main .inner-page .right-sec .product-item ul li:hover img {
  transform: scale(1.1);
}
.home-page .sections-main .inner-page .right-sec .product-item ul li span {
  font-size: 16px;
  color: #667a8b;
  margin-top: 10px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .home-page .sections-main .inner-page .right-sec .product-item ul li span {
    font-size: 13px;
  }
}
.home-page .sections-main .inner-page .right-sec .product-item ul li:hover span {
  color: #e5513e;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .home-page .sections-main .inner-page .right-sec .product-item ul li {
    width: 18.9%;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .home-page .sections-main .inner-page .right-sec .product-item ul li {
    width: 18.9%;
  }
}
@media (max-width: 991px) {
  .home-page .sections-main .inner-page .right-sec .product-item ul li {
    width: 18.6%;
    padding: 5px;
  }
}
@media (max-width: 575px) {
  .home-page .sections-main .inner-page .right-sec .product-item ul li {
    width: 32%;
  }
}
@media (max-width: 479px) {
  .home-page .sections-main .inner-page .right-sec .product-item ul li {
    width: 31.8%;
  }
}
@media (max-width: 414px) {
  .home-page .sections-main .inner-page .right-sec .product-item ul li {
    width: 31.5%;
  }
}
@media (max-width: 375px) {
  .home-page .sections-main .inner-page .right-sec .product-item ul li {
    width: 48%;
  }
}
.home-page .sections-main .inner-page .right-sec .product-item.color-img ul li {
  width: 9.3%;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .home-page .sections-main .inner-page .right-sec .product-item.color-img ul li {
    width: 11.7%;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .home-page .sections-main .inner-page .right-sec .product-item.color-img ul li {
    width: 11.7%;
  }
}
@media (max-width: 991px) {
  .home-page .sections-main .inner-page .right-sec .product-item.color-img ul li {
    width: 13.3%;
  }
}
@media (max-width: 767px) {
  .home-page .sections-main .inner-page .right-sec .product-item.color-img ul li {
    width: 13.1%;
  }
}
@media (max-width: 640px) {
  .home-page .sections-main .inner-page .right-sec .product-item.color-img ul li {
    width: 15.3%;
  }
}
@media (max-width: 575px) {
  .home-page .sections-main .inner-page .right-sec .product-item.color-img ul li {
    width: 23.4%;
  }
}
@media (max-width: 479px) {
  .home-page .sections-main .inner-page .right-sec .product-item.color-img ul li {
    width: 23.3%;
  }
}
@media (max-width: 414px) {
  .home-page .sections-main .inner-page .right-sec .product-item.color-img ul li {
    width: 31.4%;
  }
}
@media (max-width: 360px) {
  .home-page .sections-main .inner-page .right-sec .product-item.color-img ul li {
    width: 31%;
  }
}
.home-page .sections-main .inner-page .right-sec form {
  margin: 15px 0;
  padding: 10px;
  box-shadow: 0 0 7px 0 #cccccc;
  -webkit-box-shadow: 0 0 7px 0 #cccccc;
}
.home-page .sections-main .inner-page .right-sec form .ordernow {
  font-size: 18px;
  color: #e5513e;
  font-weight: 600;
  margin-bottom: 15px;
}
.home-page .sections-main .inner-page .right-sec form .form-select {
  font-size: 14px;
  height: 48px;
}
.home-page .sections-main .inner-page .right-sec form label {
  color: #e5513e;
}
.home-page .sections-main .inner-page .right-sec form .form-control {
  height: 48px;
}
.home-page .sections-main .inner-page .right-sec form .form-control.float-start {
  width: 112px;
  height: 48px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home-page .sections-main .inner-page .right-sec form .form-control.float-start {
    width: 95px;
  }
}
@media (max-width: 991px) {
  .home-page .sections-main .inner-page .right-sec form .form-control.float-start {
    width: 90px;
  }
}
@media (max-width: 575px) {
  .home-page .sections-main .inner-page .right-sec form .form-control.float-start {
    width: 77px;
  }
}
@media (max-width: 479px) {
  .home-page .sections-main .inner-page .right-sec form .form-control.float-start {
    width: 46%;
  }
}
.home-page .sections-main .inner-page .right-sec form .submit_btn {
  background: #667a8b;
  color: #fff;
  border: none;
  text-transform: uppercase;
  padding: 12px 22px;
  margin-right: 10px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.home-page .sections-main .inner-page .right-sec form .submit_btn:hover {
  background: #e5513e;
  color: #000;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home-page .sections-main .inner-page .right-sec form .submit_btn {
    padding: 13px 15px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .home-page .sections-main .inner-page .right-sec form .submit_btn {
    padding: 13px 13px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .home-page .sections-main .inner-page .right-sec form .submit_btn {
    padding: 13px 6px;
  }
}
@media (max-width: 479px) {
  .home-page .sections-main .inner-page .right-sec form .submit_btn {
    width: 48%;
    margin-right: 0;
  }
}
@media (max-width: 360px) {
  .home-page .sections-main .inner-page .right-sec form .submit_btn {
    width: 47%;
  }
}
.home-page .sections-main .inner-page .right-sec form .checkout_btn {
  background: #667a8b;
  color: #fff;
  padding: 12px 20px;
  border: none;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.home-page .sections-main .inner-page .right-sec form .checkout_btn:hover {
  background: #e5513e;
  color: #000;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home-page .sections-main .inner-page .right-sec form .checkout_btn {
    padding: 13px 15px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .home-page .sections-main .inner-page .right-sec form .checkout_btn {
    padding: 13px 13px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .home-page .sections-main .inner-page .right-sec form .checkout_btn {
    padding: 13px 5px;
  }
}
@media (max-width: 479px) {
  .home-page .sections-main .inner-page .right-sec form .checkout_btn {
    width: 100%;
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .home-page .sections-main .inner-page .right-sec .table tr td {
    font-size: 14px;
  }
}
@media (max-width: 667px) {
  .home-page .sections-main .inner-page .right-sec .product-price {
    display: none;
  }
}
.home-page .sections-main .inner-page .right-sec .order {
  font-size: 17px;
  color: #667a8b;
  font-weight: 600;
  margin-bottom: 10px;
}
.home-page .sections-main .inner-page .right-sec .order span {
  color: #e5513e;
}
.home-page .sections-main .inner-page .right-sec .mobile-price {
  display: none;
}
@media (max-width: 667px) {
  .home-page .sections-main .inner-page .right-sec .mobile-price {
    display: block;
  }
}
.footer {
  background: #000;
}
.footer .icon-adders ul li {
  font-size: 15px;
}
.footer .icon-adders ul li a {
  color: #e5513e;
}
.footer .icon-adders ul li a:hover {
  color: #fff;
}
@media (max-width: 991px) {
  /********************** mobile-css *************/
  .container {
    max-width: inherit;
  }
  .wow {
    visibility: visible !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
  .header_top {
    padding-top: 45px;
    position: relative;
    z-index: 2;
  }
  .header_top .navbar-menu .tel_no {
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1;
  }
  .header_top .navbar-menu .tel_no a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
  }
  .header_top .navbar-menu .tel_no a img {
    margin-right: 7px;
    width: 25px;
  }
  .header_top .navbar-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: normal;
    height: 45px;
  }
  .header_top .navbar-menu.sticky {
    position: fixed;
    top: -42px;
  }
  .header_top .navbar-menu .navbar-toggler {
    border: none;
    padding: 0 5px;
    background: #fff;
    border-radius: 0;
  }
  .header_top .navbar-menu .navbar-toggler:focus {
    box-shadow: none;
  }
  .header_top .navbar-collapse {
    position: absolute;
    top: 45px;
    background: #667a8b;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .header_top .navbar-collapse ul li {
    font-size: 15px;
    margin-right: 0;
    padding: 9px 0 9px 30px;
    background: #e5513e;
    margin-bottom: 3px;
  }
  .header_top .navbar-collapse ul li a {
    color: #fff;
    padding: 0;
    display: inline-block;
  }
  .header_top .navbar-collapse ul li a:after {
    background: none;
    position: absolute;
    top: 13px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    left: 9px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    opacity: 1;
  }
  .header_top .navbar-collapse ul li.active a {
    color: #000;
  }
  .header_top .navbar-collapse ul li.active a:after {
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    top: 13px;
  }
  .header_top .navbar-collapse ul li:hover a:after {
    top: 13px;
  }
}
.home-page .sections-main .contact-pag ul li {
  background: #fff;
  width: 24%;
  padding: 10px;
  font-weight: 600;
  box-shadow: 0 0 6px 0 #ccc;
  -webkit-box-shadow: 0 0 6px 0 #ccc;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.home-page .sections-main .contact-pag ul li:hover {
  background: #667a8b;
  color: #fff;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .home-page .sections-main .contact-pag ul li {
    width: 24.3%;
    padding: 10px 4px;
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .home-page .sections-main .contact-pag ul li {
    width: 24.3%;
    padding: 10px 5px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .home-page .sections-main .contact-pag ul li {
    width: 48.8%;
  }
}
@media (max-width: 767px) {
  .home-page .sections-main .contact-pag ul li {
    width: 48.5%;
  }
}
@media (max-width: 575px) {
  .home-page .sections-main .contact-pag ul li {
    width: 48.2%;
    font-size: 14px;
    padding: 10px 5px;
  }
}
@media (max-width: 479px) {
  .home-page .sections-main .contact-pag ul li {
    width: 100%;
    font-size: 14px;
    padding: 10px 5px;
  }
}
.home-page .sections-main .contact-pag ul li figure {
  margin-bottom: 10px;
}
.home-page .sections-main .contact-pag ul li figure .icon-hover {
  display: none;
}
.home-page .sections-main .contact-pag ul li:hover figure .icon {
  display: none;
}
.home-page .sections-main .contact-pag ul li:hover figure .icon-hover {
  display: block;
  margin: 0 auto;
}
.home-page .sections-main .contact-pag ul li span {
  display: block;
  font-size: 18px;
  color: #667a8b;
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .home-page .sections-main .contact-pag ul li span {
    font-size: 16px;
  }
}
.home-page .sections-main .contact-pag ul li:hover span {
  color: #fff;
}
.home-page .sections-main .contact-pag ul li a {
  color: #e5513e;
}
.home-page .sections-main .contact-pag ul li:hover a {
  color: #fff;
}
.home-page .sections-main .contact-pag h4 {
  font-size: 25px;
  color: #e5513e;
  font-weight: 600;
  margin-bottom: 15px;
}
.home-page .sections-main .contact-pag p strong {
  color: #667a8b;
}
body {
  color: #000;
  overflow-x: hidden;
  font-family: 'Lato';
  font-weight: normal;
}
p {
  margin-bottom: 7px;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BlackItalic.eot');
  src: url('../fonts/Lato-BlackItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-BlackItalic.ttf') format('truetype'), url('../fonts/Lato-BlackItalic.svg#Lato-BlackItalic') format('svg');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.eot');
  src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bold.ttf') format('truetype'), url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.eot');
  src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Black.ttf') format('truetype'), url('../fonts/Lato-Black.svg#Lato-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.eot');
  src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('Lato-Italic.eot');
  src: url('../fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Italic.ttf') format('truetype'), url('../fonts/Lato-Italic.svg#Lato-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.eot');
  src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Light.ttf') format('truetype'), url('../fonts/Lato-Light.svg#Lato-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-LightItalic.eot');
  src: url('../fonts/Lato-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-LightItalic.ttf') format('truetype'), url('../fonts/Lato-LightItalic.svg#Lato-LightItalic') format('svg');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato Hairline';
  src: url('../fonts/Lato-Hairline.eot');
  src: url('../fonts/Lato-Hairline.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Hairline.ttf') format('truetype'), url('../fonts/Lato-Hairline.svg#Lato-Hairline') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato Hairline';
  src: url('../fonts/Lato-HairlineItalic.eot');
  src: url('../fonts/Lato-HairlineItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-HairlineItalic.ttf') format('truetype'), url('../fonts/Lato-HairlineItalic.svg#Lato-HairlineItalic') format('svg');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BoldItalic.eot');
  src: url('../fonts/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-BoldItalic.ttf') format('truetype'), url('../fonts/Lato-BoldItalic.svg#Lato-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
