body {
  font-family: "Inter", sans-serif;
}

#top-bar {
  background-color: rgb(246, 246, 246);
  padding: 6px 0;
}
@media (max-width: 767.98px) {
  #top-bar .phone-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#top-bar .phone-nav li a {
  color: rgb(100, 117, 137);
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (max-width: 991.98px) {
  #top-bar .phone-nav li a {
    font-size: 13px;
  }
}
#top-bar .phone-nav li a:hover {
  color: #faa41a;
}
#top-bar .phone-nav li a i {
  color: #153661;
  font-size: 16px;
}
#top-bar .social-nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767.98px) {
  #top-bar .social-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#top-bar .social-nav li a {
  color: #153661;
  font-size: 17px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
#top-bar .social-nav li a:hover {
  color: #faa41a;
}

#header-content .navbar .navbar-brand img {
  max-width: 300px;
}
@media (max-width: 1199.98px) {
  #header-content .navbar .navbar-brand img {
    max-width: 200px;
  }
}
#header-content .navbar .offcanvas-body {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#header-content .navbar .navbar-nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  #header-content .navbar .navbar-nav {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}
#header-content .navbar .navbar-nav li a {
  color: #647589;
  padding: 10px 10px;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (max-width: 1199.98px) {
  #header-content .navbar .navbar-nav li a {
    padding: 8px 5px;
    font-size: 13px;
  }
}
#header-content .navbar .navbar-nav li a:hover {
  color: #faa41a;
}
#header-content .navbar .navbar-nav li .btn-search {
  background-color: #faa41a;
  color: #fff !important;
  border-radius: 5px;
  padding: 14px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (max-width: 1199.98px) {
  #header-content .navbar .navbar-nav li .btn-search {
    padding: 10px 9px;
    font-size: 11px;
    margin-left: 4px;
  }
}
#header-content .navbar .navbar-nav li .btn-search:hover {
  background-color: #153661;
}
@media (max-width: 991.98px) {
  #header-content .navbar .navbar-nav li .btn-search {
    display: none;
  }
}
#header-content .navbar .navbar-nav li .btn-main {
  background-color: #153661;
  color: #fff !important;
  margin-left: 10px;
  border-radius: 5px;
  padding: 14px 40px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (max-width: 1199.98px) {
  #header-content .navbar .navbar-nav li .btn-main {
    padding: 10px 9px;
    font-size: 11px;
    margin-left: 4px;
  }
}
#header-content .navbar .navbar-nav li .btn-main:hover {
  background-color: #faa41a;
}
#header-content .navbar .navbar-nav .dropdown .dropdown-menu {
  padding: 0;
}
#header-content .navbar .navbar-nav .dropdown li a {
  font-size: 15px;
  padding: 10px 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
#header-content .navbar .navbar-nav .dropdown li a:hover {
  color: #fff;
  background-color: #153661;
}
#header-content .sticky {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  right: 0;
  z-index: 1024;
  background-color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
#header-content .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
  border: none;
}
#header-content .navbar-light .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#header-content .navbar-toggler-icon {
  background-image: none;
}
#header-content .navbar-toggler-icon i {
  color: #153661;
  font-size: 31px;
}

#banner-area .carousel-control-prev {
  opacity: 1;
  text-align: center;
  left: 30px;
}
#banner-area .carousel-control-prev i {
  background-color: #153661;
  padding: 20px 20px;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  #banner-area .carousel-control-prev i {
    padding: 10px 10px;
  }
}
#banner-area .carousel-control-next {
  opacity: 1;
  text-align: center;
  right: 30px;
}
#banner-area .carousel-control-next i {
  background-color: #153661;
  padding: 20px 20px;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  #banner-area .carousel-control-next i {
    padding: 10px 10px;
  }
}

.banner-area {
  padding: 210px 0;
  background-image: url("../img/1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner-area h1 {
  color: #000;
  font-size: 50px;
  font-weight: 700;
}
.banner-area h1 span {
  color: #153661;
}
.banner-area .btn-quote {
  background-color: #153661;
  color: #fff;
  border-radius: 50px;
  padding: 12px 30px;
  margin-top: 60px;
  font-size: 18px;
  font-weight: 600;
}
.banner-area .btn-quote i {
  background-color: #fff;
  padding: 8px 12px;
  margin-left: 10px;
  border-radius: 60px;
  color: #153661;
}
.banner-area .breadcrumb {
  color: #fff;
}
.banner-area .breadcrumb li a {
  color: #fff;
  text-decoration: none;
}
.banner-area .breadcrumb .active {
  color: #faa41a;
}

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  height: 100%;
  text-align: center;
  padding: 400px 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
          transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}
#search .btn-diss {
  background-color: #153661;
  color: #faa41a;
  position: absolute;
  top: 5%;
  right: 50px;
  font-size: 26px;
  padding: 13px 21px;
}
#search .input-group {
  max-width: 700px;
  margin: 0 auto;
}
#search .input-group .form-control {
  padding: 13px 20px;
}
#search .input-group .btn-sear {
  background-color: #153661;
  color: #fff;
  padding: 10px 20px;
}

.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1) !important;
          transform: translate(0px, 0px) scale(1, 1) !important;
  opacity: 1 !important;
}

.sec-1 {
  padding: 90px 0;
}
@media (max-width: 767.98px) {
  .sec-1 {
    padding: 40px 0;
  }
}
.sec-1 .icons-area .icon-box {
  position: relative;
  padding: 20px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  border: 2px solid #153661;
  border-radius: 78px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (max-width: 991.98px) {
  .sec-1 .icons-area .icon-box {
    margin-bottom: 35px;
  }
}
.sec-1 .icons-area .icon-box:hover {
  border-color: #faa41a;
}
.sec-1 .icons-area .icon-box img {
  max-width: 90px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .sec-1 .icons-area .icon-box img {
    max-width: 50px;
  }
}

.sec-2 {
  padding: 60px 0;
  padding-top: 0;
}
.sec-2 h1 {
  color: #000;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767.98px) {
  .sec-2 h1 {
    font-size: 34px;
  }
}
.sec-2 p {
  color: #647589;
  font-size: 16px;
  text-align: center;
}
.sec-2 .popular-products {
  margin-top: 60px;
}
.sec-2 .popular-products .nav-pills {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec-2 .popular-products .nav-pills .nav-link {
  background-color: #ececec;
  color: #153661;
  border-radius: 0;
  font-weight: 600;
  margin: 0 0px;
  padding: 15px 40px;
}
@media (max-width: 991.98px) {
  .sec-2 .popular-products .nav-pills .nav-link {
    padding: 10px 20px;
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .sec-2 .popular-products .nav-pills .nav-link {
    padding: 8px 9px;
    margin-bottom: 5px;
  }
}
.sec-2 .popular-products .nav-pills .nav-link.active,
.sec-2 .popular-products .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #153661;
}
.sec-2 .popular-products .product-area {
  margin-top: 45px;
}
.sec-2 .popular-products .product-card {
  border: none;
  text-align: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.sec-2 .popular-products .product-card:hover .img-1 {
  opacity: 0;
}
.sec-2 .popular-products .product-card .img-2 {
  position: absolute;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.sec-2 .popular-products .product-card .img-1 {
  z-index: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}
.sec-2 .popular-products .product-card .product-title h2 {
  color: #000;
  font-size: 20px;
  padding-top: 26px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .sec-2 .popular-products .product-card .product-title h2 {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .sec-2 .popular-products .product-card .product-title h2 {
    padding: 15px 0;
  }
}

.sec-3 {
  padding: 60px 0;
  padding-top: 30px;
}
@media (max-width: 767.98px) {
  .sec-3 {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .sec-3 .text-content {
    text-align: center;
  }
}
.sec-3 .text-content h1 {
  color: #000;
  font-size: 45px;
  font-weight: 700;
  padding-bottom: 30px;
}
@media (max-width: 991.98px) {
  .sec-3 .text-content h1 {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .sec-3 .text-content h1 {
    font-size: 28px;
  }
}
.sec-3 .text-content p {
  color: #647589;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .sec-3 .text-content p {
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  .reverse {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .reverse .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.sec-4 {
  padding: 10px 0;
}
.sec-4 .brand-box {
  background-color: #153661;
  border-radius: 10px;
  padding: 30px;
}
.sec-4 .brand-box h1 {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}
.sec-4 .brand-box h1 span {
  color: #faa41a;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .sec-4 .brand-box h1 {
    font-size: 20px;
  }
}
.sec-4 .brand-box .inner-brands {
  margin-top: 50px;
}
.sec-4 .brand-box .inner-brands .brand-img {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
.sec-4 .brand-box .inner-brands .brand-img:hover .b-img-1 {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.sec-4 .brand-box .inner-brands .brand-img:hover .b-img-2 {
  top: 0%;
}
.sec-4 .brand-box .inner-brands .brand-img img {
  max-width: 100px;
  max-height: 150px;
  display: block;
  margin: 0 auto;
}
.sec-4 .brand-box .inner-brands .brand-img .b-img-1 {
  text-align: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.sec-4 .brand-box .inner-brands .brand-img .b-img-2 {
  top: 150%;
  position: absolute !important;
  display: block;
  margin: 0 auto;
  text-align: center;
  left: 0;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  right: 0;
}

.sec-5 {
  padding: 70px 0;
  padding-top: 50px;
}
.sec-5 h1 {
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 38px;
}
@media (max-width: 991.98px) {
  .sec-5 h1 {
    font-size: 25px;
  }
}
@media (max-width: 767.98px) {
  .sec-5 h1 {
    font-size: 20px;
  }
}
.sec-5 .hub-area {
  margin-top: 45px;
}
.sec-5 p {
  color: #647589;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .sec-5 p {
    text-align: center;
  }
}
.sec-5 .button-area {
  margin-top: 50px;
  text-align: center;
}
.sec-5 .button-area .btn-read {
  color: #fff;
  padding: 12px 50px;
  background-color: #153661;
  font-size: 17px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sec-5 .button-area .btn-read:hover {
  background-color: #faa41a;
}

.sec-6 {
  padding: 70px 0;
}
.sec-6 .reviews-area {
  background-image: url("../img/bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 30px 0;
  position: relative;
}
.sec-6 .elipse {
  position: relative;
}
@media (max-width: 991.98px) {
  .sec-6 .elipse {
    display: none;
  }
}
.sec-6 .elipse img {
  position: absolute;
  border: 2px solid #faa41a;
  border-radius: 60px;
  max-width: 90px;
  -webkit-animation: zoomAndUpDown 4s ease-in-out infinite;
          animation: zoomAndUpDown 4s ease-in-out infinite;
}
.sec-6 .elipse .e1 {
  top: -75px;
  left: 0;
}
.sec-6 .elipse .e2 {
  top: 146px;
  left: -80px;
}
.sec-6 .elipse .e3 {
  top: 460px;
  left: 80px;
}
.sec-6 .elipse .e4 {
  right: 0;
  top: -75px;
}
.sec-6 .elipse .e5 {
  top: 146px;
  right: -80px;
}
.sec-6 .elipse .e6 {
  top: 460px;
  right: 80px;
}
@-webkit-keyframes zoomAndUpDown {
  0%, 100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  25% {
    -webkit-transform: scale(1.1) translateY(-15px);
            transform: scale(1.1) translateY(-15px);
  }
  50% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  75% {
    -webkit-transform: scale(0.9) translateY(15px);
            transform: scale(0.9) translateY(15px);
  }
}
@keyframes zoomAndUpDown {
  0%, 100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  25% {
    -webkit-transform: scale(1.1) translateY(-15px);
            transform: scale(1.1) translateY(-15px);
  }
  50% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  75% {
    -webkit-transform: scale(0.9) translateY(15px);
            transform: scale(0.9) translateY(15px);
  }
}
.sec-6 .review-card {
  border: none;
  text-align: center;
  background-color: transparent;
  max-width: 580px;
  margin: 0 auto;
}
.sec-6 .review-card .review-img {
  position: relative;
}
.sec-6 .review-card .review-img img {
  max-width: 130px;
  display: block;
  margin: 0 auto;
}
.sec-6 .review-card .review-img i {
  color: #faa41a;
  font-size: 50px;
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
}
.sec-6 .review-card .review-content {
  padding: 40px 0;
  margin-top: 20px;
}
.sec-6 .review-card .review-content p {
  color: #647589;
  font-size: 19px;
}
.sec-6 .review-card .reviewer-info h3 {
  color: #153661;
  font-size: 26px;
  font-weight: 700;
}
.sec-6 .review-card .reviewer-info p {
  color: #faa41a;
  font-size: 14px;
  padding-top: 15px;
}

.sec-7 {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .sec-7 {
    padding: 50px 0;
  }
}
.sec-7 .contact-box {
  background-color: #153661;
  padding: 30px;
  border-radius: 20px;
}
.sec-7 .contact-box p {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 991px) {
  .sec-7 .contact-box p {
    font-size: 15px;
  }
}
.sec-7 .cta-button {
  text-align: right;
}
.sec-7 .cta-button .btn-cont {
  background-color: #faa41a;
  padding: 16px 45px;
  color: #153661;
  font-weight: 600;
  font-size: 21px;
  border: 1px solid #faa41a;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (max-width: 991px) {
  .sec-7 .cta-button .btn-cont {
    padding: 12px 35px;
  }
}
.sec-7 .cta-button .btn-cont:hover {
  color: #faa41a;
  background-color: #153661;
}

.sec-8 {
  padding: 40px 0;
}
.sec-8 .faq-img {
  background-color: #ececec;
  padding: 15px;
}
.sec-8 h4 {
  color: #faa41a;
  font-size: 17px;
}
@media (max-width: 991px) {
  .sec-8 h4 {
    padding-top: 20px;
  }
}
.sec-8 h1 {
  color: #153661;
  font-weight: 700;
  font-size: 47px;
}
@media (max-width: 991px) {
  .sec-8 h1 {
    font-size: 25px;
  }
}
.sec-8 .faq-inner {
  margin-top: 40px;
}
.sec-8 .accordion {
  border: none;
}
.sec-8 .accordion .accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 6px;
}
.sec-8 .accordion .accordion-button {
  background-color: #f9f8ff;
  border: none;
  padding: 22px 20px;
  font-size: 17px;
  font-weight: 600;
}
.sec-8 .accordion .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sec-8 .accordion-button:not(.collapsed) {
  color: #faa41a;
}

.sec-9 {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .sec-9 {
    padding: 25px 0;
  }
}
.sec-9 h1 {
  color: #153661;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 991px) {
  .sec-9 h1 {
    font-size: 35px;
  }
}
.sec-9 .boxes-area {
  margin-top: 40px;
}
.sec-9 .box-card {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border: none;
  margin: 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.sec-9 .box-card:hover .title {
  background-color: #faa41a;
}
.sec-9 .box-card:hover .title h2 {
  color: #153661;
}
.sec-9 .box-card .box-img {
  overflow: hidden;
}
.sec-9 .box-card img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.sec-9 .box-card .title {
  background-color: #153661;
  padding: 12px 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sec-9 .box-card h2 {
  color: #faa41a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}
.sec-9 .owl-nav {
  display: block !important;
}
.sec-9 .owl-carousel .owl-prev {
  background-color: #153661 !important;
  position: absolute;
  top: 40%;
  color: #fff !important;
  width: 40px;
  height: 40px;
  border: 1px solid #faa41a !important;
  border-radius: 34px;
}
.sec-9 .owl-carousel .owl-next {
  background-color: #153661 !important;
  position: absolute;
  top: 40%;
  right: 0;
  color: #fff !important;
  width: 40px;
  height: 40px;
  border: 1px solid #faa41a !important;
  border-radius: 34px;
}

.sec-10 {
  padding: 60px 0;
  background-color: #e8ecff;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.sec-10 h1 {
  color: #153661;
  font-size: 50px;
  font-weight: 700;
}
.sec-10 h1 span {
  display: block;
}
@media (max-width: 991px) {
  .sec-10 h1 {
    font-size: 30px;
  }
}
.sec-10 .featured-blog {
  margin-top: 40px;
  border: none;
  background-color: #f4f5ff;
  border-radius: 10px;
  padding: 30px;
}
.sec-10 .featured-blog .blog-info {
  margin-top: 20px;
}
.sec-10 .featured-blog .blog-info p {
  color: #647589;
  font-size: 16px;
}
@media (max-width: 991px) {
  .sec-10 .featured-blog .blog-info p {
    font-size: 14px;
  }
}
.sec-10 .featured-blog .blog-info p .category {
  color: #faa41a;
  font-weight: 700;
}
.sec-10 .featured-blog .blog-body h3 {
  color: #153661;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .sec-10 .featured-blog .blog-body h3 {
    font-size: 20px;
  }
}
.sec-10 .side-area {
  height: 600px;
  overflow: hidden;
  overflow-y: scroll;
}
.sec-10 ::-webkit-scrollbar {
  width: 6px;
}
.sec-10 ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.sec-10 ::-webkit-scrollbar-thumb {
  background-color: #153661;
  border-radius: 10px;
}
.sec-10 ::-webkit-scrollbar-thumb:hover {
  background-color: #faa41a;
}
.sec-10 .side-blog {
  margin-top: 10px;
  border: none;
  background-color: #f4f5ff;
  border-radius: 10px;
  padding: 20px;
}
.sec-10 .side-blog .blog-info {
  margin-top: 0px;
}
.sec-10 .side-blog .blog-info p {
  color: #647589;
  font-size: 16px;
}
.sec-10 .side-blog .blog-info p .category {
  color: #faa41a;
  font-weight: 700;
}
.sec-10 .side-blog .blog-body h3 {
  color: #153661;
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .sec-10 .side-blog .blog-body h3 {
    font-size: 18px;
  }
}

.main-blog .btn-read {
  background-color: #153661;
  color: #fff;
  font-size: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  padding: 8px 30px;
}
.main-blog .recent-post {
  margin-bottom: 30px;
}
.main-blog .recent-post h2 {
  color: #153661;
  position: relative;
  font-size: 26px;
  font-weight: 700;
}
.main-blog .recent-post h2:after {
  content: "";
  background-color: #faa41a;
  position: absolute;
  width: 82px;
  height: 2px;
  top: 40px;
  left: 5px;
}
.main-blog .category-box {
  margin-bottom: 60px;
}
.main-blog .category-box .btn-col:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.main-blog .category-box h2 {
  color: #153661;
  position: relative;
  font-size: 26px;
  font-weight: 700;
}
.main-blog .category-box h2:after {
  content: "";
  background-color: #faa41a;
  position: absolute;
  width: 82px;
  height: 2px;
  top: 40px;
  left: 5px;
}
.main-blog .category-box .category-nav {
  margin-top: 20px;
}
.main-blog .category-box .category-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #153661;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
}
.main-blog .category-box .inner-category {
  height: 400px;
  background-color: #f4f5ff;
  padding: 20px;
  overflow: hidden;
  margin-top: 30px;
  border-radius: 15px;
  overflow-y: scroll;
}
.main-blog .blog-body h3 {
  font-size: 25px !important;
}
.main-blog .side-blog h3 {
  font-size: 18px !important;
}

.sec-11 {
  padding: 70px 0;
}
.sec-11 h1 {
  color: #153661;
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .sec-11 h1 {
    font-size: 20px;
  }
}
.sec-11 p {
  padding: 10px 0;
  color: #647589;
}
@media (max-width: 991.98px) {
  .sec-11 p {
    font-size: 15px;
  }
}
.sec-11 .phone-nav li a {
  color: #153661;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .sec-11 .phone-nav li a {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec-11 .phone-nav li a i {
  background-color: #153661;
  color: #faa41a;
  padding: 10px 10px;
  margin-right: 10px;
  border-radius: 8px;
  text-align: center;
  width: 37px;
}
.sec-11 .payments {
  margin-top: 50px;
}
.sec-11 .payments img {
  max-width: 400px;
}
@media (max-width: 991.98px) {
  .sec-11 .payments img {
    max-width: 100%;
  }
}
.sec-11 .form-box label {
  color: #153661;
  font-size: 16px;
  font-weight: 700;
}
.sec-11 .form-box .form-control {
  padding: 14px 20px;
  border-radius: 7px;
  margin-bottom: 14px;
}
.sec-11 .form-box .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #faa41a;
}
.sec-11 .form-box .btn-sub {
  background-color: #faa41a;
  color: #153661;
  font-weight: 600;
  margin-top: 20px;
  font-size: 20px;
  padding: 14px 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.sec-11 .form-box .btn-sub:hover {
  background-color: #153661;
  color: #faa41a;
}

.sec-12 {
  padding: 60px 0;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.sec-12 ::-webkit-scrollbar {
  width: 6px;
}
.sec-12 ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.sec-12 ::-webkit-scrollbar-thumb {
  background-color: #153661;
  border-radius: 10px;
}
.sec-12 ::-webkit-scrollbar-thumb:hover {
  background-color: #faa41a;
}
.sec-12 .aside-area .category-box .btn-col:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sec-12 .aside-area .category-box h2 {
  color: #153661;
  position: relative;
  font-size: 26px;
  font-weight: 700;
}
.sec-12 .aside-area .category-box h2:after {
  content: "";
  background-color: #faa41a;
  position: absolute;
  width: 82px;
  height: 2px;
  top: 40px;
  left: 5px;
}
.sec-12 .aside-area .category-box .category-nav {
  margin-top: 20px;
}
.sec-12 .aside-area .category-box .category-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #153661;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
}
.sec-12 .aside-area .category-box .inner-category {
  height: 400px;
  overflow: hidden;
  overflow-y: scroll;
}
.sec-12 .aside-area .form-box {
  background-color: #faa41a;
  padding: 20px;
  text-align: center;
  margin-top: 30px;
}
.sec-12 .aside-area .form-box h2 {
  color: #153661;
  font-size: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  text-align: center;
}
.sec-12 .aside-area .form-box label {
  color: #153661;
  font-size: 16px;
  font-weight: 700;
}
.sec-12 .aside-area .form-box .form-control {
  padding: 10px 20px;
  border-radius: 7px;
  margin-bottom: 14px;
}
.sec-12 .aside-area .form-box .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #faa41a;
}
.sec-12 .aside-area .form-box .form-select {
  padding: 10px 20px;
  border-radius: 7px;
  margin-bottom: 14px;
}
.sec-12 .aside-area .form-box .form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #faa41a;
}
.sec-12 .aside-area .form-box .btn-submit {
  background-color: #153661;
  color: #faa41a;
  font-weight: 600;
  margin: 0 auto;
  margin-top: 20px;
  width: 100%;
  font-size: 17px;
  padding: 10px 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.sec-12 .product-banner {
  margin-bottom: 40px;
}
.sec-12 .filter-area .nav-tabs {
  border: none;
}
.sec-12 .filter-area .nav-tabs li .nav-link {
  background-color: #e8ecff;
  border-radius: 0;
  border: none;
  color: #153661;
  font-weight: 600;
}
.sec-12 .filter-area .nav-tabs li .active {
  color: #faa41a;
}
.sec-12 .filter-area .sort-box label {
  color: #153661;
  font-weight: 700;
}
.sec-12 .filter-area .form-select {
  border-radius: 0;
}
.sec-12 .filter-area .form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sec-12 .product-content .product-area {
  margin-top: 45px;
}
.sec-12 .product-content .product-card {
  border: none;
  text-align: center;
  margin-bottom: 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.sec-12 .product-content .product-card:hover .img-1 {
  opacity: 0;
}
.sec-12 .product-content .product-card .img-2 {
  position: absolute;
  top: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.sec-12 .product-content .product-card .img-1 {
  z-index: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}
.sec-12 .product-content .product-card .product-title h2 {
  color: #000;
  font-size: 20px;
  padding-top: 20px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .sec-12 .product-content .product-card .product-title h2 {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .sec-12 .product-content .product-card .product-title h2 {
    padding: 15px 0;
  }
}
.sec-12 .product-content .list-view .img-2 img {
  max-width: 224px;
}
.sec-12 .product-content .list-view .product-body p {
  color: #647589;
  font-size: 15px;
  padding: 14px 0;
}

.sec-13 {
  padding: 70px 0;
}
.sec-13 .cards-nav .open {
  width: 556px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.sec-13 .cards-nav li {
  margin: 20px;
  overflow: hidden;
  width: 277px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.sec-13 .cards-nav li .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 556px;
}
.sec-13 .cards-nav li .thumbnail {
  width: 50%;
  height: 100%;
}
.sec-13 .cards-nav li .thumbnail img {
  height: 100%;
}
.sec-13 .cards-nav li .content {
  background-color: #f3f3f3;
  width: 50%;
  height: 279px;
  padding: 25px;
}
.sec-13 .cards-nav li .content h3 {
  color: #153661;
  font-size: 19px;
  font-weight: 700;
}
.sec-13 .cards-nav li .content p {
  color: #000;
  font-size: 13px;
}
.sec-13 .cards-nav li .content .btn-pro {
  background-color: #153661;
  color: #e8ecff;
  padding: 8px 20px;
  font-size: 14px;
  border-radius: 10px;
}

.archive-section {
  padding: 80px 0;
}
.archive-section .form-box .form-header {
  background-color: #153661;
  text-align: center;
  padding: 10px 20px;
}
.archive-section .form-box .form-header h2 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
}
.archive-section .form-box .form-body {
  padding: 20px;
  background-color: #ededed;
}
.archive-section .form-box .form-body .form-control {
  margin-bottom: 5px;
  border-radius: 0;
}
.archive-section .form-box .form-body .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #faa41a;
}
.archive-section .form-box .form-body .form-control::-webkit-input-placeholder {
  font-size: 15px;
}
.archive-section .form-box .form-body .form-control::-moz-placeholder {
  font-size: 15px;
}
.archive-section .form-box .form-body .form-control:-ms-input-placeholder {
  font-size: 15px;
}
.archive-section .form-box .form-body .form-control::-ms-input-placeholder {
  font-size: 15px;
}
.archive-section .form-box .form-body .form-control::placeholder {
  font-size: 15px;
}
.archive-section .form-box .form-body label {
  color: #000;
  font-size: 15px;
}
.archive-section .form-box .form-body .btn-sub {
  background-color: #153661;
  color: #fff;
  border-radius: 0;
  padding: 12px 20px;
  width: 100%;
  margin-top: 30px;
}
.archive-section .product-card {
  border: none;
  text-align: center;
}
@media (max-width: 767.98px) {
  .archive-section .product-card {
    margin-top: 20px;
  }
}
.archive-section .product-card h2 {
  color: #153661;
  font-size: 25px;
  padding: 13px 0;
}
.archive-section .description-area .description-title h2 {
  color: #153661;
  font-weight: 700;
  font-size: 40px;
  padding: 40px 0;
}
.archive-section .description-area .description-content {
  background-color: #f3f3f3;
  padding: 30px;
  border-radius: 20px;
}
.archive-section .description-area .description-content p {
  color: #000;
  font-size: 15px;
  padding: 12px 0;
}
.archive-section .description-area .description-content h1,
.archive-section .description-area .description-content h2,
.archive-section .description-area .description-content h3,
.archive-section .description-area .description-content h4,
.archive-section .description-area .description-content h5,
.archive-section .description-area .description-content h6 {
  color: #153661;
  font-size: 25px;
  font-weight: 700;
  padding: 20px 0;
}

.ordering-process {
  padding: 70px 0;
  background-color: #f3f3f3;
  margin-top: 160px;
}
.ordering-process h2 {
  color: #000;
  font-size: 36px;
  font-weight: 700;
}
.ordering-process p {
  color: #000;
  font-size: 16px;
  padding: 10px 0;
}
.ordering-process .order-box {
  margin-top: 50px;
}
.ordering-process .order-box .order-card {
  padding: 20px;
  border: none;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 20px;
}
.ordering-process .order-box .order-card h4 {
  color: #153661;
  font-weight: 700;
}

.experience-sec {
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  .experience-sec {
    padding: 30px 0;
  }
}
.experience-sec .title-area {
  text-align: center;
}
.experience-sec .title-area h2 {
  font-weight: 700;
  color: #000;
  font-size: 40px;
}
@media (max-width: 767.98px) {
  .experience-sec .title-area h2 {
    font-size: 30px;
  }
}
.experience-sec .title-area p {
  color: #000;
  padding: 12px 0;
  font-size: 17px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .experience-sec .title-area p {
    font-size: 15px;
  }
}
.experience-sec .title-area .btn-start {
  background-color: #153661;
  color: #fff;
  font-weight: 700;
  padding: 12px 30px;
  font-size: 20px;
}
.experience-sec .packaging-row {
  margin-top: 90px;
}
.experience-sec .packaging-row .content-box {
  border: 1px solid #000;
  border-radius: 13px;
  padding: 20px;
}
.experience-sec .packaging-row .content-box h4 {
  font-size: 17px;
  color: #666;
}
.experience-sec .packaging-row .content-box h2 {
  color: #000;
  font-size: 40px;
  padding: 20px 0;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .experience-sec .packaging-row .content-box h2 {
    font-size: 22px;
  }
}
.experience-sec .packaging-row .content-box p {
  color: #000;
  font-size: 16px;
  padding: 12px 0;
}
.experience-sec .packaging-row .content-box .info-nav {
  margin-left: 30px;
}
.experience-sec .packaging-row .content-box .info-nav li {
  list-style-type: circle;
  padding: 10px 0;
}
.experience-sec .packaging-row .content-box .btn-start {
  background-color: #153661;
  color: #fff;
  font-weight: 700;
  padding: 10px 30px;
  font-size: 20px;
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .experience-sec .packaging-row .img-box {
    margin-top: 50px;
  }
}
.experience-sec .packaging-row .image-text h4 {
  font-size: 17px;
  color: #666;
  padding-top: 20px;
}
.experience-sec .packaging-row .image-text h2 {
  color: #000;
  font-size: 30px;
  padding: 10px 0;
  margin-bottom: 0;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .experience-sec .packaging-row .image-text h2 {
    font-size: 20px;
  }
}
.experience-sec .packaging-row .image-text p {
  color: #000;
  font-size: 16px;
  padding: 12px 0;
}
@media (max-width: 767.98px) {
  .experience-sec .packaging-row .image-text p {
    font-size: 15px;
  }
}

.place-sec {
  padding: 50px 0;
  background-color: #fff4e2;
}
.place-sec .title-area {
  text-align: center;
}
.place-sec .title-area h2 {
  color: #000;
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .place-sec .title-area h2 {
    font-size: 20px;
  }
}
.place-sec .title-area p {
  color: #000;
  font-size: 15px;
  padding-top: 10px;
  font-weight: 400;
}
.place-sec .icons-area {
  margin-top: 50px;
  font-weight: 700;
}
.place-sec .icons-area .icon-box {
  text-align: center;
}
.place-sec .icons-area .icon-box img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
}
@media (max-width: 767.98px) {
  .place-sec .icons-area .icon-box img {
    max-width: 70px;
  }
}
.place-sec .icons-area .icon-box h4 {
  color: #000;
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .place-sec .icons-area .icon-box h4 {
    font-size: 17px;
  }
}

.cat-area {
  padding: 70px 0;
}
.cat-area .title-area {
  text-align: center;
}
.cat-area .title-area h2 {
  color: #000;
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .cat-area .title-area h2 {
    font-size: 28px;
  }
}
.cat-area .title-area p {
  color: #000;
  font-size: 17px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .cat-area .title-area p {
    font-size: 15px;
    padding-top: 20px;
  }
}
.cat-area .cat-box {
  margin-top: 60px;
}
.cat-area .cat-card {
  border: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.cat-area .cat-card:hover .cat-body {
  opacity: 0.8;
}
.cat-area .cat-card .cat-body {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  padding: 12px 0;
  bottom: 0;
  opacity: 0;
  text-align: center;
  border: 1px solid #b4b4b4;
  background-color: #fff;
}
.cat-area .cat-card .cat-body h4 {
  color: #000;
  font-size: 20px;
  margin-bottom: 0;
}

.cta-section {
  background-color: #e0f6ff;
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .cta-section .quote-text {
    text-align: center;
  }
}
.cta-section .quote-text h2 {
  color: #153661;
  font-size: 37px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .cta-section .quote-text h2 {
    font-size: 30px;
  }
}
.cta-section .quote-text p {
  color: #000;
  font-size: 17px;
  padding: 15px 0;
}
@media (max-width: 767.98px) {
  .cta-section .quote-text p {
    font-size: 15px;
  }
}
.cta-section .quote-button {
  text-align: right;
}
@media (max-width: 767.98px) {
  .cta-section .quote-button {
    text-align: center;
  }
}
.cta-section .btn-quote {
  background-color: #153661;
  font-size: 20px;
  padding: 12px 40px;
  color: white;
  border: 2px solid #153661;
  font-weight: 700;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.cta-section .btn-quote:hover {
  background-color: transparent;
  color: #153661;
}
.cta-section .btn-contact {
  border: 2px solid #153661;
  font-size: 20px;
  padding: 12px 40px;
  color: #153661;
  font-weight: 700;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.cta-section .btn-contact:hover {
  background-color: #153661;
  color: #fff;
}
@media (max-width: 767.98px) {
  .cta-section .btn-contact {
    margin-top: 20px;
  }
}

.about-sec {
  padding: 70px 0;
}
.about-sec .text-content h2 {
  color: #153661;
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .about-sec .text-content h2 {
    font-size: 26px;
    padding-top: 40px;
  }
}
.about-sec .text-content p {
  color: #666;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .about-sec .text-content p {
    font-size: 15px;
  }
}
.about-sec .second {
  margin-top: 60px;
}

.customer-sec {
  padding: 60px 0;
  background-color: #f3f3f3;
}
.customer-sec .title-area h2 {
  color: #153661;
  font-size: 35px;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .customer-sec .title-area h2 {
    font-size: 26px;
  }
}
.customer-sec .title-area p {
  color: #000;
  text-align: center;
  padding: 15px 0;
}
@media (max-width: 767.98px) {
  .customer-sec .title-area p {
    font-size: 15px;
  }
}
.customer-sec .customer-area {
  margin-top: 50px;
}
.customer-sec .customer-area .customer-card {
  border: none;
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 30px;
  text-align: center;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.customer-sec .customer-area .customer-card .icon-box img {
  max-width: 100px;
  margin-bottom: 30px;
}
.customer-sec .customer-area .customer-card h4 {
  color: #000;
  font-size: 23px;
  font-weight: 700;
}
.customer-sec .customer-area .customer-card p {
  padding: 8px 0;
  color: #666;
}
.customer-sec .customer-area .c1 {
  background-color: #153661;
}
.customer-sec .customer-area .c1 h4 {
  color: white;
}
.customer-sec .customer-area .c1 p {
  color: #fff;
}

.start-area {
  padding: 70px 0;
  text-align: center;
}
.start-area h2 {
  color: #000;
  font-size: 34px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .start-area h2 {
    font-size: 20px;
  }
}
.start-area p {
  color: #666;
  padding-top: 13px;
}
.start-area .btn-start {
  border: 2px solid #153661;
  font-size: 20px;
  padding: 12px 40px;
  background-color: #153661;
  color: #fff;
  margin-top: 20px;
  font-weight: 700;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.start-area .btn-start:hover {
  background-color: #fff;
  color: #153661;
}

.btn-start {
  border: 2px solid #153661;
  font-size: 20px;
  padding: 12px 40px;
  background-color: #153661;
  color: #fff;
  margin-top: 20px;
  font-weight: 700;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.btn-start:hover {
  background-color: #fff;
  color: #153661;
}

.image-section {
  padding: 140px 0;
  background-image: url("https://place-hold.it/1920x600/");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .image-section {
    padding: 60px 0;
  }
}
.image-section .text-box {
  background-color: rgba(255, 255, 255, 0.79);
  padding: 40px;
  border-radius: 15px;
}
.image-section .text-box h2 {
  color: #153661;
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .image-section .text-box h2 {
    font-size: 23px;
  }
}
.image-section .text-box p {
  color: #000;
  padding-top: 30px;
  font-size: 15px;
}

.request-area {
  padding: 70px 0;
  background-color: #f3f3f3;
}
@media (max-width: 767.98px) {
  .request-area {
    padding: 40px 0;
  }
}
.request-area h2 {
  color: #000;
  font-weight: 700;
  font-size: 36px;
}
@media (max-width: 767.98px) {
  .request-area h2 {
    font-size: 26px;
  }
}
.request-area .request-box {
  margin-top: 60px;
}
.request-area .request-card {
  text-align: center;
  padding: 20px;
  border-radius: 15px;
  border: none;
}
@media (max-width: 767.98px) {
  .request-area .request-card {
    margin: 15px 0;
  }
}
.request-area .request-card img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
}
.request-area .request-card h4 {
  color: #000;
  font-size: 25px;
  padding: 20px 0;
  font-weight: 600;
}
.request-area .request-card p {
  color: #666;
  font-size: 15px;
}
.request-area .request-card .btn-req {
  background-color: #153661;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.contact-area {
  padding: 70px 0;
}
.contact-area .contact-box .contact-inner .contact-title h2 {
  color: #000;
  font-size: 56px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .contact-area .contact-box .contact-inner .contact-title h2 {
    font-size: 26px;
  }
}
.contact-area .contact-box .contact-inner .contact-title p {
  color: #666;
  padding: 15px 0;
  font-size: 16px;
}
.contact-area .contact-box .contact-inner .contact-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 12px 0;
}
.contact-area .contact-box .contact-inner .contact-nav li .icon-box {
  text-align: center;
}
.contact-area .contact-box .contact-inner .contact-nav li i {
  color: #153661;
  font-size: 40px;
}
.contact-area .contact-box .contact-inner .contact-nav li p {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  padding-left: 20px;
  margin-bottom: 0;
}
.contact-area .contact-box .c-form-box .form-control {
  border-radius: 0;
  padding: 14px 20px;
  margin: 10px 0;
}
.contact-area .contact-box .c-form-box .btn-submit {
  background-color: #153661;
  color: white;
  font-weight: 700;
  font-size: 20px;
  margin-top: 26px;
  padding: 12px 40px;
}

.product-banner-area {
  background-color: #f3f3f3;
  padding: 40px 0;
}
.product-banner-area h1 {
  color: #000;
  font-size: 45px;
  font-weight: 700;
}
.product-banner-area p {
  color: #000;
  padding: 16px 0;
  font-size: 15px;
  font-weight: 400;
}
.product-banner-area .btn-quote {
  background-color: #153661;
  color: #fff;
  border-radius: 50px;
  padding: 12px 30px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
}
.product-banner-area .btn-quote i {
  background-color: #fff;
  padding: 8px 12px;
  margin-left: 10px;
  border-radius: 60px;
  color: #153661;
}

.single-product-area {
  padding: 90px 0;
}
.single-product-area .product-gallery .reviews-button {
  margin-top: 40px;
}
.single-product-area .product-gallery .reviews-button img {
  display: block;
  margin: 0 auto;
}

.service-area {
  padding: 50px 0;
}
.service-area .service-card {
  border: none;
  text-align: center;
}
.service-area .service-card img {
  display: block;
  margin: 0 auto;
}
.service-area .service-card h4 {
  font-weight: 600;
  padding: 20px 0;
  margin-bottom: 0;
  color: #333333;
}
.service-area .service-card p {
  font-weight: 400;
  font-size: 17px;
  color: #666;
}

.description-area {
  padding: 80px 0;
}
.description-area .nav-pills .nav-link {
  background-color: #ececec;
  color: #153661;
  border-radius: 0;
  font-weight: 600;
  margin: 0 0px;
  padding: 15px 40px;
}
@media (max-width: 991.98px) {
  .description-area .nav-pills .nav-link {
    padding: 10px 20px;
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .description-area .nav-pills .nav-link {
    padding: 8px 9px;
    margin-bottom: 5px;
  }
}
.description-area .nav-pills .nav-link.active,
.description-area .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #153661;
}
.description-area .content-box {
  padding: 40px 0;
}
.description-area .content-box p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.description-area .content-box h1, .description-area .content-box h2, .description-area .content-box h3, .description-area .content-box h4, .description-area .content-box h5, .description-area .content-box h6 {
  color: #000;
  font-size: 20px;
  padding: 14px 0;
  margin-bottom: 0;
  font-weight: 700;
}

.lamination-area {
  padding: 80px 0;
}
.lamination-area .nav-pills {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lamination-area .lamination-card {
  border: none;
  text-align: center;
  padding: 20px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.lamination-area .nav-pills .nav-link {
  background-color: #ececec;
  color: #153661;
  border-radius: 0;
  font-weight: 600;
  margin: 0 0px;
  padding: 15px 40px;
}
@media (max-width: 991.98px) {
  .lamination-area .nav-pills .nav-link {
    padding: 10px 20px;
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .lamination-area .nav-pills .nav-link {
    padding: 8px 9px;
    margin-bottom: 5px;
  }
}
.lamination-area .nav-pills .nav-link.active,
.lamination-area .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #153661;
}
.lamination-area .content-box {
  padding: 40px 0;
}
.lamination-area .content-box p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.lamination-area .content-box h1, .lamination-area .content-box h2, .lamination-area .content-box h3, .lamination-area .content-box h4, .lamination-area .content-box h5, .lamination-area .content-box h6 {
  color: #000;
  font-size: 20px;
  padding: 14px 0;
  margin-bottom: 0;
  font-weight: 700;
}

#footer-content {
  background-color: #ececec;
}
#footer-content .footer-top {
  padding: 50px 0;
}
#footer-content .footer-info {
  margin-right: 60px;
}
#footer-content p {
  color: #647589;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 0;
}
#footer-content .social-nav li a {
  color: #faa41a;
  font-size: 17px;
  margin: 4px 3px;
  border-radius: 4px;
  background-color: #153661;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
#footer-content .social-nav li a:hover {
  color: #faa41a;
}
#footer-content h4 {
  color: #153661;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 24px;
}
@media (max-width: 767.98px) {
  #footer-content h4 {
    font-size: 22px;
    padding: 20px 0;
    margin-bottom: 0;
  }
}
#footer-content .contact-nav {
  margin-left: -10px;
}
#footer-content .contact-nav li a {
  color: #153661;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
#footer-content .contact-nav li a i {
  background-color: #153661;
  color: #faa41a;
  padding: 10px 10px;
  margin-right: 10px;
  border-radius: 8px;
  text-align: center;
  width: 37px;
}
#footer-content .newsletter .form-control {
  border: none;
  padding: 12px 20px;
}
#footer-content .newsletter .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#footer-content .newsletter .btn-subs {
  color: #faa41a;
  padding: 12px 20px;
  background-color: #153661;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#footer-content .footer-nav li a {
  color: #647589;
  font-size: 15px;
  padding: 5px 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
#footer-content .footer-nav li a:hover {
  color: #153661;
}
#footer-content .footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #c9c9c9;
}
#footer-content .footer-bottom p {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #footer-content .footer-bottom p {
    text-align: center;
  }
}
#footer-content .footer-bottom .terms-nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767.98px) {
  #footer-content .footer-bottom .terms-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#footer-content .footer-bottom .terms-nav li a {
  font-size: 15px;
  color: #153661;
}