/*
@File: Pixis  HTML Template

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************
** - Default Btn Style 
** - Section Title Style
** - Navbar Area Style
** - Navbar Area Style
** - Home Page One Style
** - Banner Section Style 
** - About Area Style 
** - Service Area Style 
** - Product Area Style 
** - Price Section Style 
** - Designer Card Style 
** - Testimonial Section Style 
** - Blog Area Style 
** - Footer Area Style 
** - Preloader CSS Style 
** - Back To Top Button Style 

*******************************************
/*

/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400&display=swap");

body {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Poppins", sans-serif;
  color: #8d8d90;
}

p {
  color: #8d8d90;
}

a {
  display: inline-block;
  transition: all 0.5s;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  outline: 0;
}

button:focus {
  outline: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1d3557;
  font-weight: 600;
  line-height: 1.3;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-20 {
  padding-top: 20px;
}

.ml-50 {
  margin-left: 50px;
}

.text-white {
  color: #fff;
}

.bg-color-in {
  background-color: #fafbff;
}

.border-radius-5 {
  border-radius: 75px 5px 75px 5px !important;
}

/*================================
Default Btn Style 
===================================*/
.default-btn {
  background-color: #279db9;
  padding: 12px 42px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.default-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  width: 50%;
  height: 50%;
  background-color: #279db9;
  z-index: -1;
  transition: all 0.5s;
}

.default-btn::after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 0%;
  width: 50%;
  height: 50%;
  background-color: #279db9;
  z-index: -1;
  transition: all 0.5s;
}

.default-btn:hover {
  color: #fff;
}

.default-btn:hover::before {
  top: 0;
  background-color: #1d3557;
  color: #fff;
}

.default-btn:hover::after {
  bottom: 0;
  background-color: #1d3557;
  color: #fff;
}

.default-btn.active {
  margin-left: 20px;
  color: #1d3557;
  background-color: transparent;
  border: 1px solid #1d3557;
  overflow: hidden;
}

.default-btn.active:hover {
  color: #fff;
  background-color: #1d3557;
}

.default-btn.active::before {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.default-btn.active::after {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

/*================================
Default Btn Style End
===================================*/
/*================================
Default Btn small Style 
===================================*/
.default-btn-sm {
  background-color: #279db9;
  padding: 6px 16px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.default-btn-sm::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  width: 50%;
  height: 50%;
  background-color: #279db9;
  z-index: -1;
  transition: all 0.5s;
}

.default-btn-sm::after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 0%;
  width: 50%;
  height: 50%;
  background-color: #279db9;
  z-index: -1;
  transition: all 0.5s;
}

.default-btn-sm:hover {
  color: #fff;
}

.default-btn-sm:hover::before {
  top: 0;
  background-color: #1d3557;
  color: #fff;
}

.default-btn-sm:hover::after {
  bottom: 0;
  background-color: #1d3557;
  color: #fff;
}

.default-btn-sm.active {
  margin-left: 20px;
  color: #1d3557;
  background-color: transparent;
  border: 1px solid #1d3557;
  overflow: hidden;
}

.default-btn-sm.active:hover {
  color: #fff;
  background-color: #1d3557;
}

.default-btn-sm.active::before {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.default-btn-sm.active::after {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

/*================================
Default Btn small Style End
===================================*/
/*================================
Floating get quote
===================================*/
.hero-section {
  background-image: linear-gradient(90deg, #1d355733 0%, #31a8fa33 100%);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* CSS */

.button-85 {
  padding: 6px 16px;
  margin-left: 20px;
  border: none;

  outline: none;

  color: #ffffff;

  background: #111;

  cursor: pointer;

  position: relative;

  z-index: 0;

  border-radius: 5px;

  user-select: none;

  -webkit-user-select: none;

  touch-action: manipulation;
}

.button-85:before {
  content: "";

  background: linear-gradient(45deg,
      #ff0000,
      #ff7300,
      #fffb00,
      #48ff00,
      #00ffd5,
      #002bff,
      #7a00ff,
      #ff00c8,
      #ff0000);

  position: absolute;

  top: -2px;

  left: -2px;

  background-size: 400%;

  z-index: -1;

  filter: blur(5px);

  -webkit-filter: blur(5px);

  width: calc(100% + 2px);

  height: calc(100% + 2px);

  animation: glowing-button-85 20s linear infinite;

  transition: opacity 0.3s ease-in-out;

  border-radius: 10px;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}

.button-85:after {
  z-index: -1;

  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  background: #1d3557;

  left: 0;

  top: 0;

  border-radius: 10px;
}

.hero-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2c3e50;

  text-transform: uppercase;
  letter-spacing: 1px;
}

.separator {
  height: 3px;
  background: linear-gradient(90deg, #1d3557, #279db9);
  border-radius: 2px;
  margin: 20px 0;
  width: 90%;
}

.separator2 {
  height: 2px;
  background: #1d3557;
  border-radius: 2px;
  margin-bottom: 20px;
  width: 30%;
}

.service-cards2 {
  margin: 30px 0 30px 0;
}

.service-card2 {
  margin: auto;
  width: 45%;
  background: linear-gradient(90deg, #dc000c 0%, #31a8fa 100%);
  border-radius: 16px;
  padding: 2px;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.service-card2::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #ffffff;
  border-radius: 14px;
  z-index: 0;
}

.service-card2 div {
  position: relative;
  z-index: 1;
}

.service-card2:hover {
  transform: translateY(-10px) scale(1.01);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 0 30px rgba(79, 172, 254, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.service-card2:hover .arrow {
  transform: rotate(45deg) scale(1.05);
}

.service-card2 div .service-name {
  font-size: 15px;
  margin: 20px;
}

.service-card2 div img {
  margin-top: 20px;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
  position: relative;
  z-index: 1;
}

/*================================
floating get quote end 
===================================*/
/*================================
why choose us grid  
===================================*/
.service-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-grid1 {
  gap: 20px;
}

.service-grid1card {
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;

  z-index: 1;
  /* ✅ fixed */
  background: linear-gradient(90deg, #dc000c 0%, #31a8fa 100%);
  border-radius: 16px;
  padding: 15px;

  position: relative;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.service-grid1card::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #ffffff;
  border-radius: 14px;
  z-index: -1;
}

.service-grid1card img {
  height: 50px;
}

.service-content2 {
  margin-top: 15px;
}

.service-content2 a h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.service-content2 p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
}

.service-content2 ul li {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
}

/*================================
Section Title Style 
===================================*/
.section-title span {
  color: #279db9;
  font-weight: 500;
  line-height: 0;
}

.section-title h2 {
  font-size: 35px;
  margin: auto;
}

.section-title p {
  padding-top: 15px;
  max-width: 620px;
  margin: 0 auto;
  font-size: 15px;
}

.navbar-area {
  background-color: transparent;
  transition: 0.3s;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

.navbar-light {
  padding-left: 0;
  padding-right: 0;
}

.navbar-light .navbar-brand img {
  float: left;
}

.navbar-light .navbar-brand .logo-two {
  display: none;
}

.navbar-light .navbar-brand-sticky {
  display: none;
}

.sticky-nav {
  position: fixed;
  animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
  transition: 0.9s;
  width: 100% !important;
  z-index: 999;
}

.sticky-nav .top-nav {
  width: 100% !important;
  background-color: #fff;
  position: fixed;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  border-radius: 0;
}

.sticky-nav .main-nav {
  background-color: #fff;
  position: fixed;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

/* Main nav */
.main-nav {
  position: inherit;
  background: transparent;
  top: 0;
  left: 0;
  padding: 7px 0;
  width: 100%;
  z-index: 999;
  height: auto;
}

.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .active {
  color: #279db9;
}

.main-nav nav .navbar-nav .nav-item a {
  text-transform: capitalize;
  color: #222222;
  font-weight: 500;
  margin-left: 12px;
  margin-right: 12px;
}

.main-nav nav .navbar-nav .nav-item a i {
  line-height: 0;
  position: relative;
  top: 3px;
}

.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a :focus {
  color: #279db9;
}

.main-nav nav .navbar-nav .nav-item a.active {
  color: #279db9 !important;
}

.main-nav nav .navbar-nav .nav-item a.active i {
  transform: rotate(90deg);
}

.main-nav nav .navbar-nav .nav-item a:hover i {
  transform: rotate(90deg);
  transition: 0.7s;
}

.main-nav nav .navbar-nav .nav-item a:focus i {
  transform: rotate(90deg);
}

.main-nav nav .navbar-nav .nav-item a .active::before {
  transform: scale(1);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  border: none;
  padding: 0;
  border-radius: 0;
  background-color: #fff !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px dotted #279db9;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: none;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  color: black !important;
  position: relative;
  transition: 0.7s;
  font-weight: 500;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  background-color: #f3f3f3;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  background-color: #f3f3f3;
  border-radius: 0.25rem;
  color: #279db9 !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #279db9;
  transition: all 0.5s;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
  width: 100%;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
  color: #279db9 !important;
  letter-spacing: 0.5px;
  background-color: #f3f3f3;
  border-radius: 0.25rem;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
  color: #279db9 !important;
}

.menu-btn {
  display: inline-block;
  position: relative;
  top: 5px;
}

.menu-btn .phone-btn {
  background-color: #1d3557;
  padding: 10px 16px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.menu-btn .phone-btn i {
  font-size: 22px;
  color: #fff;
  position: relative;
  top: 3px;
}

.menu-btn .phone-btn::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0%;
  width: 50%;
  height: 100%;
  background-color: #1d3557;
  z-index: -1;
  transition: all 0.5s;
}

.menu-btn .phone-btn::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0%;
  width: 50%;
  height: 100%;
  background-color: #1d3557;
  z-index: -1;
  transition: all 0.5s;
}

.menu-btn .phone-btn:hover {
  color: #fff;
}

.menu-btn .phone-btn:hover::before {
  top: 0;
  background-color: #279db9;
  color: #fff;
}

.menu-btn .phone-btn:hover::after {
  bottom: 0;
  background-color: #279db9;
  color: #fff;
}

.cart-area {
  display: inline-block;
  color: #ffffff;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.cart-area a {
  color: #1d3557;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 48px;

  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: 0.7s;
  position: relative;
}

.cart-area a:hover {
  background-color: #1d3557;
  color: #fff;
}

.cart-area a span {
  position: absolute;
  top: 10px;
  right: 0;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 10px;
  background-color: #1d3557;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
}

.modal-menu {
  float: right;
  margin-top: 0px;
}

.modal-menu a {
  color: #1d3557;
  border-radius: 3px;
  font-size: 30px;
  font-weight: bold;
  width: 50px;
  height: 50px;
  line-height: 55px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: 0.7s;
}

.modal-menu a:hover {
  background-color: #1d3557;
  color: #fff;
}

/* Sidebar Modal */
.sidebar-modal {
  position: relative;
}

.sidebar-modal .navbar-nav li a {
  padding: 10px 0px 10px 15px;
}

.sidebar-modal .modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 450px;
  height: 100%;
  transform: translate3d(0%, 0, 0);
}

.sidebar-modal .modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0;
  border: none;
  background-color: #fff;
}

.sidebar-modal .modal.right .modal-content .modal-header .modal-title .modal-logo2 {
  display: none;
}

.sidebar-modal .modal.right .modal-body {
  padding: 30px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget {
  margin-bottom: 35px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
  color: #1d3557;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 5px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 70px;
  height: 2px;
  border-radius: 5px;
  background: #4356d6;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget:last-child {
  margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li {
  margin-bottom: 10px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a {
  font-size: 16px;
  color: #8d8d90;
  font-weight: 600;
  text-transform: capitalize;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a:hover {
  color: #279db9;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a img {
  width: 80px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .modal-widget-blog ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 0;
  margin-top: -10px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .modal-widget-blog ul li {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .contact-info li {
  position: relative;
  font-weight: 500;
  padding-left: 45px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  color: #8d8d90;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .contact-info li span {
  font-size: 16px;
  display: block;
  font-weight: 400;
  color: #1d3557;
  margin-top: 5px;
  text-transform: initial;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .contact-info li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 29px;
  transition: all 0.5s;
  background-color: #4356d6;
  border-radius: 4px;
  font-size: 15px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .contact-info li:hover i {
  color: #ffffff;
  background: #279db9;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .contact-info li:last-child {
  margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list {
  text-align: left;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li {
  display: inline-block;
  padding-right: 5px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a i {
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  border-radius: 4px;
  color: #ffffff;
  background-color: #8d8d90;
  font-size: 12px;
  transition: all 0.5s;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a i:hover {
  background-color: #279db9;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a:hover {
  color: #279db9;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li:hover {
  color: #fff;
}

.sidebar-modal .modal.right.fade.show .modal-dialog {
  right: 0;
  animation: fadeInRight 0.6s linear;
}

.sidebar-modal .modal-header {
  display: inline;
  padding: 0;
  border: none;
}

.sidebar-modal .modal-header .close {
  height: 110px;
  width: 60px;
  color: #8d8d90;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none;
  opacity: 1;
  position: absolute;
  right: 0;
}

.sidebar-modal .modal-header .close i {
  margin-left: 0;
  font-size: 40px;
}

.sidebar-modal .modal-header h2 {
  background-color: #fff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px 25px;
}

.sidebar-modal button:focus {
  outline: 0px;
}

.sidebar-modal .modal.right.fade.show .modal-dialog {
  right: 0;
  animation: fadeInRight 0.6s linear;
}

.sidebar-modal .modal.right.fade .modal-dialog {
  right: 0;
}

.price-shape {
  background-image: url(../img/shape/price-shape.html);
  background-position: center center;
  background-size: cover;
}

.top-nav {
  position: fixed;
  width: 1230px;
  margin: 0 auto 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/* Mobile Nav */
.mobile-nav .mean-container .mean-nav ul li a .active {
  color: #279db9;
}

.mean-container a.meanmenu-reveal {
  color: #000000;
}

.mean-container a.meanmenu-reveal span {
  background-color: #000000;
}

/*=================================
Navbar Area End
====================================*/
/*=================================
Home Page One Style
====================================*/
/*=================================
Banner Section
====================================*/
.banner-content {
  max-width: 550px;
  margin-left: auto;
}

.banner-content h1 {
  font-size: 65px;
  font-family: "Playfair Display", serif;
  margin-bottom: 30px;
}

.banner-content p {
  max-width: 530px;
  margin-bottom: 40px;
}

.banner-img {
  position: relative;
  margin-bottom: 100px;
}

.banner-img .banner-into-slider {
  position: absolute;
  bottom: -110px;
  left: -40px;
}

.banner-img .banner-into-slider .banner-item img {
  border-radius: 10px;
}

.banner-img .owl-dots {
  margin-top: 40px !important;
}

.banner-img .owl-dots .owl-dot span {
  background-color: #1d3557 !important;
}

.banner-img .owl-dots .owl-dot.active span {
  background-color: #279db9 !important;
}

.banner-img .owl-dots .owl-dot:hover span {
  background-color: #279db9 !important;
}

.banner-width {
  max-width: 670px;
  margin-top: 150px;
}

.banner-img-two {
  position: relative;
}

.banner-img-two .banner-into-img {
  position: absolute;
  bottom: -50px;
  left: -120px;
  z-index: 1;
}

.banner-img-two .banner-into-img img {
  max-width: 500px;
  height: 500px;
}

/*=================================
Banner Section End
====================================*/
/*=================================
About Area
====================================*/
.about-area {
  position: relative;
}

.about-img {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  text-align: center;
  margin-bottom: 30px;
  z-index: 1;
}

.about-img img {
  text-align: center;
  max-width: 450px;
}

.about-img .about-bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.about-img .about-bg-shape img {
  max-width: 500px;
  border: 1px solid #dadade;
  border-radius: 15px;
}

.about-content {
  margin-left: 40px;
  margin-top: 187px;
  margin-bottom: 30px;
}

.about-content span {
  color: #279db9;
  font-weight: 500;
  line-height: 0;
}

.about-content h2 {
  font-size: 35px;
  margin-bottom: 30px;
}

.about-content p {
  max-width: 680px;
}

.about-content .about-btn {
  margin-top: 25px;
  display: inline-block;
}

.about-content .about-btn .know-more-btn {
  background-color: #1d3557;
  padding: 12px 40px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.about-content .about-btn .know-more-btn i {
  font-size: 22px;
  color: #fff;
  position: relative;
  top: 3px;
}

.about-content .about-btn .know-more-btn::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0%;
  width: 50%;
  height: 50%;
  background-color: #1d3557;
  z-index: -1;
  transition: all 0.5s;
}

.about-content .about-btn .know-more-btn::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0%;
  width: 50%;
  height: 50%;
  background-color: #1d3557;
  z-index: -1;
  transition: all 0.5s;
}

.about-content .about-btn .know-more-btn:hover {
  color: #fff;
}

.about-content .about-btn .know-more-btn:hover::before {
  top: 0;
  background-color: #279db9;
  color: #fff;
}

.about-content .about-btn .know-more-btn:hover::after {
  bottom: 0;
  background-color: #279db9;
  color: #fff;
}

.about-shape {
  position: absolute;
  top: -100px;
  left: 0;
}

.about-width {
  margin-top: 30px;
  max-width: 670px;
  margin-left: auto;
}

.about-img-2 {
  margin-bottom: 30px;
}

/*=================================
About Area End
====================================*/
/*=================================
Service Area 
====================================*/
.service-area {
  position: relative;
}

.service-area .owl-nav {
  margin-top: 0;
}

.service-area .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-16px);
  left: -5%;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px;
  color: #fff !important;
  font-size: 24px !important;
  background-color: #279db9 !important;
  opacity: 0.5;
  transition: 0.7s;
}

.service-area .owl-nav .owl-prev:hover {
  opacity: 1;
}

.service-area .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-16px);
  right: -5%;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px;
  color: #fff !important;
  font-size: 24px !important;
  background-color: #279db9 !important;
  opacity: 0.5;
  transition: 0.7s;
}

.service-area .owl-nav .owl-next:hover {
  opacity: 1;
}

.service-card {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin-bottom: 30px;
}

.service-card:hover .service-content a h3 {
  color: #279db9;
}

.service-card:hover .service-content .more-btn {
  background-color: #279db9;
}

.service-card a {
  display: block;
}

.service-card a img {
  max-width: 100%;
}

.service-card .service-content {
  padding: 20px;
}

.service-card .service-content a {
  display: block;
}

.service-card .service-content a h3 {
  font-size: 24px;
}

.service-card .service-content p {
  max-width: 300px;
  margin-bottom: 15px;
}

.service-card .service-content .more-btn {
  width: 40px;
  height: 40px;
  line-height: 45px;
  background-color: #1d3557;
  color: #fff;
  font-size: 24px;
  text-align: center;
  border-radius: 5px;
  transition: 0.7s;
}

.service-card .service-content .more-btn:hover {
  background-color: #279db9;
}

.service-bg {
  background-color: #fafbff;
  padding-top: 150px;
  position: relative;
}

/*=================================
Service Area End
====================================*/
/*=================================
Product Area 
====================================*/
.product-area {
  position: relative;
  z-index: 1;
}

.product-card {
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.product-card a {
  display: block;
}

.product-card a img {
  max-width: 100%;
}

.product-card .product-content {
  padding: 24px 20px;
  position: relative;
}

.product-card .product-content a {
  display: block;
}

.product-card .product-content a h3 {
  font-size: 24px;
  line-height: 1;
}

.product-card .product-content p {
  color: #1d3557;
  margin: 0;
  font-weight: 600;
}

.product-card .product-content p span {
  color: #279db9;
  font-size: 20px;
}

.product-card .product-content .product-cart {
  position: absolute;
  right: 20px;
  top: 38px;
}

.product-card .product-content .product-cart ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-card .product-content .product-cart ul li {
  display: inline-block;
  margin-left: 15px;
}

.product-card .product-content .product-cart ul li a {
  padding: 5px;
  font-size: 16px;
  border-radius: 5px;
  color: #1d3557;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: 0.7s;
}

.product-card .product-content .product-cart ul li a:hover {
  background-color: #1d3557;
  color: #fff;
}

.product-shape {
  position: absolute;
  top: 150px;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*=================================
Product Area End
====================================*/
/*=================================
Price Section 
====================================*/
.price-area {
  position: relative;
  z-index: 1;
}

.tabs-item-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: auto;
}

.tabs-item-list ul li {
  display: inline-block;
}

.tabs-item-list ul li.active a {
  background-color: #279db9;
  color: #fff;
}

.tabs-item-list ul li a {
  color: #279db9;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
  background-color: #279db911;
  padding: 10px 50px;
  border-radius: 5px;
}

#prices-content {
  margin-top: 50px;
}

#prices-content .prices-content-area {
  display: none;
}

#prices-content .active {
  display: block;
}

.single-price {
  padding-top: 38px;
  padding-bottom: 30px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(146, 145, 145, 0.1);
  border-radius: 15px;
  transition: 0.7s;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.single-price::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/shape/1.png);
  background-position: center center;
  top: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
}

.single-price:hover {
  background-color: #1d3557;
}

.single-price:hover .get-btn {
  background-color: #279db9;
  color: #fff;
}

.single-price:hover ul li,
.single-price:hover .single-price-title h2 {
  color: #fff;
}

.single-price.current {
  background-color: #1d3557;
}

.single-price.current .get-btn {
  background-color: #fff;
  color: #279db9;
}

.single-price.current ul li,
.single-price.current .single-price-title h2 {
  color: #fff;
}

.single-price.current .get-btn {
  background-color: #279db9;
  color: #fff;
}

.single-price span {
  color: #1d3557;
  background-color: #fffbfb;
  padding: 10px 20px;
  border-radius: 50px;
}

.single-price .single-price-title {
  margin-top: 20px;
  margin-bottom: 30px;
}

.single-price .single-price-title h2 {
  font-size: 40px;
  color: #1d3557;
  font-weight: 700;
}

.single-price .single-price-title h2 sup {
  font-size: 22px;
  line-height: 0;
  margin-right: 5px;
  color: #279db9;
  font-weight: 600;
}

.single-price .single-price-title h2 sub {
  font-size: 22px;
  font-weight: 500;
}

.single-price ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-price ul li {
  color: #1d3557;
  display: block;
  margin-top: 10px;
}

.single-price ul li.color-gray {
  color: #b4b4b4;
}

.single-price .get-btn {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  background-color: #1d3557;
  text-align: center;
  padding: 10px 40px;
  color: #fff;
  border-radius: 5px;
  transition: 0.7s;
}

.single-price .get-btn:hover {
  background-color: #ffe5db;
  color: #279db9;
}

/*=================================
Price Section End
====================================*/
/*=================================
Designer Card 
====================================*/
.designer-card {
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 0 0;
}

.designer-card .designer-img {
  position: relative;
  height: auto;
}

.designer-card .designer-img a {
  display: block;
}

.designer-card .designer-img a img {
  max-width: 100%;
  border-radius: 10px 10px 0 0;
}

.designer-card .designer-content {
  position: relative;
  margin-top: -70px;
  padding-top: 25px;
  padding-bottom: 22px;
  text-align: center;
  background-color: #fff;
  border-radius: 15px 15px 0 0;
  width: 100%;
  transition: 0.7s;
}

.designer-card .designer-content a {
  display: block;
}

.designer-card .designer-content a h3 {
  font-size: 20px;
  line-height: 0.7;
  color: #1d3557;
}

.designer-card .designer-content span {
  font-size: 14px;
  line-height: 0;
  color: #707070;
  margin-bottom: 15px;
}

.designer-card .designer-content .social-icon {
  margin-top: 10px;
}

.designer-card .designer-content .social-icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.designer-card .designer-content .social-icon ul li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 45px;
  margin-right: 5px;
  border-radius: 50px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: 0.7s;
}

.designer-card .designer-content .social-icon ul li a {
  color: #4356d6;
  font-size: 20px;
}

.designer-card .designer-content .social-icon ul li a:hover {
  color: #fff;
}

.designer-card .designer-content .social-icon ul li:hover {
  background-color: #4356d6;
}

/*=================================
Designer Card End
====================================*/
/*=================================
Testimonial Section
====================================*/
.testimonial-content {
  max-width: 750px;
  margin: auto;
}

.testimonial-item {
  background-color: #1d3557;
  position: relative;
  padding: 30px 20px 70px 20px;
  padding-bottom: 70px;

  border-radius: 15px;
  z-index: 1;
}

.testimonial-item::before {
  content: "";
  position: absolute;

  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../img/testimonial/shape1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-item h3 {
  font-size: 24px;
  color: #fff;
}

.testimonial-item p {
  color: #fff;
  /* max-width: 500px;
  margin-left: auto;
  margin-right: auto; */
  margin-bottom: 30px;
}

.testimonial-slider {
  position: relative;
}

.testimonial-slider .owl-nav .owl-prev {
  position: absolute;
  bottom: 35px;
  left: 41.5%;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px;
  color: #fff !important;
  font-size: 24px !important;
  background-color: #279db9 !important;
  opacity: 0.5;
  transition: 0.7s;
}

.testimonial-slider .owl-nav .owl-prev:hover {
  opacity: 1;
}

.testimonial-slider .owl-nav .owl-next {
  position: absolute;
  bottom: 35px;
  right: 41.5%;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px;
  color: #fff !important;
  font-size: 24px !important;
  background-color: #279db9 !important;
  opacity: 0.5;
  transition: 0.7s;
}

.testimonial-slider .owl-nav .owl-next:hover {
  opacity: 1;
}

.testimonial-img {
  position: relative;
  text-align: center;
  margin-top: 60px;
  max-width: 500px;
}

.testimonial-img .testimonial-bg-shape {
  position: relative;
  z-index: 1;
}

.testimonial-img .testimonial-man {
  position: absolute;
  top: 10%;
  left: 9%;
  margin: 0 auto;
}

.testimonial-img .testimonial-man img {
  max-width: 330px;
  border-radius: 50%;
}

/*=================================
Testimonial Section End
====================================*/
/*=================================
Blog Area
====================================*/
.blog-card {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  transition: 0.7s;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-card:hover .blog-content a h3 {
  color: #279db9;
}

.blog-card a {
  display: block;
}

.blog-card a img {
  max-width: 100%;
  border-radius: 15px 15px 0 0;
}

.blog-card .blog-content {
  padding: 25px 20px;
}

.blog-card .blog-content a {
  display: block;
}

.blog-card .blog-content a h3 {
  font-size: 22px;
  transition: 0.7s;
}

.blog-card .blog-content .blog-admin {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.blog-card .blog-content .blog-admin li {
  display: inline-block;
  color: #279db9;
  font-weight: 500;
  margin-right: 15px;
}

.blog-card .blog-content .blog-admin li i {
  margin-right: 5px;
}

.blog-card .blog-content .blog-admin li a {
  color: #279db9;
}

.blog-card .blog-content .blog-admin li a i {
  margin-right: 5px;
}

.blog-card .blog-content p {
  margin: 10px 0;
}

.blog-card .blog-content .read-more-btn {
  font-weight: 600;
  color: #8d8d90;
  font-size: 15px;
}

.blog-card .blog-content .read-more-btn i {
  position: relative;
  top: 2px;
}

.blog-card .blog-content .read-more-btn:hover {
  color: #279db9;
  letter-spacing: 1px;
}

.blog-area-two {
  position: relative;
  z-index: 1;
  padding-top: 50px;
}

/*=================================
Blog Area End
====================================*/
/*=================================
Footer Area End
====================================*/
.footer-card {
  background: linear-gradient(135deg, #1D3557, #279CB8);
}

.footer-card h2,
.footer-card p {
  color: #fff;
}

.footer-card .btn {
  color: #1D3557;
  background-color: #fff;
  border: none;
  transition: all 0.3s ease;
}

.footer-card .btn:hover {
  background-color: #f1f1f1;
}

.footer-area {
  background-color: #1c243c;
  margin-top: 100px;
}

.footer-contact {
  top: -100px;
  position: relative;
}

.footer-card {
  background-color: #1c2b41;
  border-radius: 15px;
  text-align: center;
  padding: 50px 15px 45px 15px;
}

.footer-card i {
  width: 50px;
  height: 50px;
  background-color: #279db9;
  border-radius: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  color: #fff;
}

.footer-card h3 {
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}

.footer-card h3 a {
  color: #fff;
}

.footer-top-list {
  max-width: 760px;
  margin: 0 auto;
}

.footer-list {
  margin-bottom: 30px;
}

.footer-list h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}

.footer-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-list ul li {
  margin-top: 10px;
  display: block;
  font-size: 17px;
  color: #fff;
}

.footer-list ul li i {
  font-size: 15px;
}

.footer-list ul li a {
  color: #fff;
  position: relative;
  transition: 0.7s;
}

.footer-list ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  opacity: 0;
  background-color: #279db9;
  transition: 0.5s;
}

.footer-list ul li a:hover::before {
  width: 100%;
  opacity: 1;
}

.footer-list ul li a:hover {
  color: #279db9;
}

.footer-side-list {
  margin-bottom: 30px;
  float: right;
}

.footer-side-list h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}

.footer-side-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-side-list ul li {
  margin-top: 10px;
  display: block;
  font-size: 17px;
  color: #fff;
}

.footer-side-list ul li:hover i {
  border-radius: 50px;
  background-color: #279db9;
}

.footer-side-list ul li i {
  font-size: 20px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #1d3557;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  transition: 0.9s;
}

.footer-side-list ul li a {
  color: #fff;
  transition: 0.7s;
}

.footer-side-list ul li a:hover {
  color: #279db9;
}

.footer-bottom {
  border-top: 1px solid #3e4559;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-logo {
  float: left;
  margin: 0;
}

.footer-logo img {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.bottom-text {
  float: right;
}

.bottom-text p {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  margin: 0;
  padding: 10px 0;
  padding-right: 30px;
  position: relative;
}

.bottom-text p a {
  color: #279db9;
}

.bottom-text p a:hover {
  color: #fff;
}

.bottom-text p::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #3e4559;
  top: 7px;
  right: 0;
}

.bottom-text .social-bottom {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding-left: 15px;
}

.bottom-text .social-bottom li {
  display: inline-block;
  margin-right: 10px;
}

.bottom-text .social-bottom li a {
  font-size: 20px;
  color: #fff;
}

.bottom-text .social-bottom li a:hover {
  color: #279db9;
}

/*=================================
Footer Area End
====================================*/
/*=================================
Home Page One Style End
====================================*/
/*=================================
Home Page Two Style End
====================================*/
/*=================================
Home Slider 
====================================*/
.home-slider {
  position: relative;
}

.home-slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-16px);
  left: 40px;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px;
  color: #fff !important;
  font-size: 24px !important;
  background-color: #504741 !important;
  transition: 0.7s;
}

.home-slider .owl-nav .owl-prev:hover {
  background-color: #ff743c !important;
}

.home-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-16px);
  right: 40px;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px;
  color: #fff !important;
  font-size: 24px !important;
  background-color: #504741 !important;
  transition: 0.7s;
}

.home-slider .owl-nav .owl-next:hover {
  background-color: #ff743c !important;
}

.slider-item {
  height: 800px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.slider-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
}

.slider-item .slider-content {
  text-align: center;
  position: relative;
}

.slider-item .slider-content h1 {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  font-size: 65px;
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
  margin-bottom: 30px;
  color: #fff;
}

.slider-item .slider-content p {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  color: #fff;
}

.slider-item .slider-content .slider-btn .default-btn.active {
  border: 1px solid #fff !important;
  color: #fff;
}

.slider-item .slider-content .slider-btn .default-btn.active:hover {
  border: 1px solid #1d3557 !important;
}

.bg-item1 {
  background-image: url(../img/home2/1.jpg);
}

.bg-item2 {
  background-image: url(../img/home2/2.jpg);
}

.bg-item3 {
  background-image: url(../img/home2/3.jpg);
}

/*=================================
Home Slider End
====================================*/
/*=================================
Product-images Slider 
====================================*/
.product-images {
  position: relative;
}

.product-images .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -5%;
  transform: translateY(-16px);
  font-size: 35px !important;
  color: #ff743c !important;
}

.product-images .owl-nav .owl-prev:hover {
  color: #1d3557 !important;
  background-color: transparent !important;
}

.product-images .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -5%;
  transform: translateY(-16px);
  font-size: 35px !important;
  color: #ff743c !important;
}

.product-images .owl-nav .owl-next:hover {
  color: #1d3557 !important;
  background-color: transparent !important;
}

/*=================================
Product-images Slider End
====================================*/
/*=================================
Choose Area 
====================================*/
.choose-area {
  background-color: #fafbff;
}

.choose-card {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.choose-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #279db9;
  width: 100%;
  height: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.9s;
}

.choose-card:hover::before {
  opacity: 1;
  height: 100%;
  border-radius: 10px;
}

.choose-card:hover i,
.choose-card h3 {
  color: #fff;
}

.choose-card:hover h3 {
  color: #fff;
}

.choose-card i {
  font-size: 45px;
  margin-bottom: 10px;
  color: #279db9;
}

.choose-card h3 {
  font-size: 20px;
  color: #1d3557;
}

/* choose card 2 */
.choose-card2 {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border: 2px solid #279db9;
  padding: 20px 0;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.choose-card2 i {
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 10px;
  color: #279db9;
}

.choose-card2 p {
  font-size: 22px;
  color: #1d3557;
  line-height: 27px;
}

/*=================================
Choose Area End
====================================*/
/*=================================
Testimonial Area Two 
====================================*/
.testimonial-area-two {
  position: relative;
  background-color: #1d3557;
}

.testimonial-area-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(../img/testimonial/bg-shape2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.testimonial-area-two .owl-nav .owl-prev {
  position: absolute;
  bottom: 15%;
  left: 30%;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px;
  color: #fff !important;
  font-size: 24px !important;
  background-color: #279db9 !important;
  opacity: 0.5;
  transition: 0.7s;
}

.testimonial-area-two .owl-nav .owl-prev:hover {
  opacity: 1;
}

.testimonial-area-two .owl-nav .owl-next {
  position: absolute;
  bottom: 15%;
  right: 60%;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px;
  color: #fff !important;
  font-size: 24px !important;
  background-color: #279db9 !important;
  opacity: 0.5;
  transition: 0.7s;
}

.testimonial-area-two .owl-nav .owl-next:hover {
  opacity: 1;
}

.testimonial-card-content {
  text-align: center;
  margin-left: 115px;
}

.testimonial-card-content h3 {
  font-size: 24px;
  color: #279db9;
}

.testimonial-card-content p {
  color: #fff;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.testimonial-img-2 img {
  border-radius: 15px;
  width: 370px !important;
}

.testimonial-icon {
  position: absolute;
  top: 40%;
  left: 22%;
}

.testimonial-icon i {
  font-size: 110px;
  color: #3e4660;
}

.testimonial-bottom {
  border-radius: 0 0 0 170px;
  position: relative;
  padding-bottom: 200px;
}

.testimonial-bottom::before {
  content: "";
  left: 0;
  top: auto;
  position: absolute;
  background: #ffffff;
  height: 17%;
  bottom: -100px !important;
  transform: skewY(175deg);
  width: 100%;
  z-index: 1;
}

/*=================================
Testimonial Area Two End
====================================*/
/*=================================
newsletter Area 
====================================*/
.newsletter-area {
  padding: 50px 0;
  text-align: center;
  border-radius: 15px;
  background-color: #1d3557;
}

.newsletter-area h2 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 30px;
}

.newsletter-form {
  position: relative;
  max-width: 575px;
  margin: 0 auto;
  border-radius: 50px;
}

.newsletter-form .form-control {
  background: #fff;
  height: 55px;
  line-height: 55px;
  margin: 0;
  border-radius: 5px;
  border: none;
  padding: 0 25px;
}

.newsletter-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.newsletter-form .subscribe-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  margin: 0;
  background-color: #279db9;
  color: #fff;
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  border: 0;
  border-radius: 5px;
  font-size: 14px;
}

.newsletter-form .subscribe-btn:hover {
  background: #1d3557;
  color: #ffffff;
}

.newsletter-form .validation-danger {
  font-size: 18px;
  margin-top: 5px;
  color: red;
}

/*=================================
newsletter Area  End
====================================*/
/*=================================
Home Page Two Style End
====================================*/
/*=================================
Home Page Three Style 
====================================*/
.about-service-text {
  margin-left: auto;
  max-width: 560px;
}

.about-service-img {
  margin-top: 90px;
  position: relative;
  max-width: 600px;
}

.about-service-img .about-man-img {
  position: relative;
  text-align: center;
  z-index: 1;
}

.about-service-img .about-man-img img {
  max-width: 350px;
  margin-right: 90px;
  height: 470px;
  z-index: 1;
}

.about-service-img .about-man-img::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 15%;
  left: 0;
  right: 15%;
  margin: 0 auto;
  width: 370px;
  height: 370px;
  background-color: #1d3557;
  border-radius: 50%;
}

.about-service-img .about-man-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.about-service-img .about-man-bg img {
  max-width: 600px;
}

/*=================================
Home Page Three Style End
====================================*/
/*================================
Inner Banner
==================================*/
.inner-banner {
  background-image: url("../img/shape/1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.inner-banner .inner-title {
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}

.inner-banner .inner-title h3 {
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
}

.inner-banner .inner-title p {
  font-size: 18px;
  font-weight: 300;
  color: white;
}

.inner-banner .inner-title ul li {
  font-size: 18px;
  color: #279db9;
  display: inline-block;
  margin-right: 10px;
}

.inner-banner .inner-title ul li:last-child {
  margin-right: 0;
}

.inner-banner .inner-title ul li i {
  font-size: 16px;
  color: #fff;
}

.inner-banner .inner-title ul li a {
  color: #fff;
}

.inner-banner .inner-title ul li a:hover {
  color: #279db9;
}

.inner-bg1 {
  background-image: url(../img/inner-banner/1.jpg);
}

.inner-bg2 {
  background-image: url(../img/inner-banner/2.jpg);
}

.inner-bg3 {
  background-image: url(../img/inner-banner/3.jpg);
}

.inner-bg4 {
  background-image: url(../img/inner-banner/4.jpg);
}

.inner-bg5 {
  background-image: url(../img/inner-banner/5.jpg);
}

.inner-bg6 {
  background-image: url(../img/inner-banner/6.jpg);
}

.inner-bg7 {
  background-image: url(../img/inner-banner/7.jpg);
}

.inner-bg8 {
  background-image: url(../img/inner-banner/8.jpg);
}

.inner-bg9 {
  background-image: url(../img/inner-banner/9.jpg);
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;

}

.inner-bg10 {
  background-image: url(../img/inner-banner/10.jpg);
}

.inner-bg11 {
  background-image: url(../img/inner-banner/11.jpg);
}

.inner-bg12 {
  background-image: url(../img/inner-banner/12.jpg);
}

/*================================
Inner Banner End
==================================*/
/*================================
Contact Pages End
==================================*/
.contact-form-section {
  transform: translateY(15%);
}

.contact-wrap-form {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 50px;
}

.contact-wrap-form p {
  text-align: center;
  color: #000;
  margin-bottom: 0;
}

.contact-wrap-form .form-group {
  margin-bottom: 25px;
}

.contact-wrap-form .form-group .form-control {
  height: 50px;
  color: #1d3557;
  border: 1px solid #e8e8e8;
  background-color: #fcfcff;
  border-radius: 0;
  padding: 10px 20px;
  width: 100%;
}

.contact-wrap-form .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #1d3557;
}

.contact-wrap-form .form-group textarea.form-control {
  height: auto;
}

.contact-wrap-form .with-errors {
  float: left;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 25px;
  color: #f00;
  font-weight: 400;
  display: block;
}

.contact-wrap-form .default-btn {
  border: 0;
  outline: none;
}

.contact-wrap-form .text-danger {
  font-size: 18px;
  margin-top: 15px;
}

.contact-wrap-form .sing-social-icon {
  list-style: none;
  margin: 30px 0;
  padding: 0;
}

.contact-wrap-form .sing-social-icon li {
  display: inline-block;
  margin: 0 10px;
}

.contact-wrap-form .sing-social-icon li a {
  font-size: 24px;
  height: 50px;
  line-height: 55px;
  width: 120px;
  background-color: #1d3557;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  transition: 0.7s;
}

.contact-wrap-form .sing-social-icon li a:hover {
  background-color: #279db9;
}

.contact-wrap-form .agree-label label {
  font-weight: 600;
  color: #000;
  margin-left: 10px;
}

.contact-wrap-form .forget {
  margin-bottom: 15px;
  float: right;
  color: #279db9;
  font-weight: 600;
}

.contact-wrap-form .forget:hover {
  color: #4356d6;
}

.contact-wrap-form .account-desc {
  margin-top: 15px;
  font-weight: 600;
}

.contact-wrap-form .account-desc a {
  color: #279db9;
}

.contact-wrap-form .account-desc a:hover {
  color: #4356d6;
}

.contact-wrap-form .sing-btn {
  padding: 12px 70px;
}

.contact-wrap-form .recover-login {
  color: #ff4a35;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-wrap-form .recover-login:hover a {
  color: #4356d6;
}

.contact-wrap-form .recover-register {
  color: #000000;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-wrap-form .recover-register a {
  color: #279db9;
}

.contact-wrap-form .recover-register a:hover {
  color: #4356d6;
}

.contact-wrap-form .section-title .recover-text {
  color: #000;
  margin-bottom: 25px;
}

.contact-wrap-form .section-title .recover-text a {
  color: #279db9;
  font-weight: 600;
}

.contact-wrap-form .section-title .recover-text a:hover {
  color: #4356d6;
}

.contact-wrap-form .form-group .form-control::-moz-placeholder {
  color: #1d3557;
}

.contact-wrap-form .form-group .form-control::placeholder {
  color: #1d3557;
}

.sing-in-width {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

/*================================
Contact Pages End
==================================*/
/*================================
Blog Details Page
==================================*/
.blog-dtls-content .blog-dtls-img {
  margin-bottom: 30px;
}

.blog-dtls-content .blog-dtls-img img {
  border-radius: 10px;
}

.blog-dtls-content .blog-text {
  margin-bottom: 30px;
}

.blog-dtls-content .blog-text h2 {
  font-size: 35px;
  color: #1d3557;
  margin-bottom: 15px;
}

.blog-dtls-content .blog-text ul {
  list-style: none;
  margin-bottom: 20px;
  padding: 0;
}

.blog-dtls-content .blog-text ul li {
  display: inline-block;
  margin-right: 15px;
}

.blog-dtls-content .blog-text ul li a {
  color: #1d3557;
}

.blog-dtls-content .blog-text ul li a i {
  font-size: 20px;
  color: #279db9;
  margin-right: 5px;
}

.blog-dtls-content .blog-text blockquote {
  overflow: hidden;
  background-color: #f7f7f7;
  padding: 50px !important;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 4px;
}

.blog-dtls-content .blog-text blockquote p {
  color: #0e0129;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 600;
  font-size: 17px !important;
  text-align: left;
}

.blog-dtls-content .blog-text blockquote cite {
  display: none;
}

.blog-dtls-content .blog-text blockquote::before {
  color: #279db9;
  content: "\ee83";
  position: absolute;
  left: 50px;
  top: -50px;
  z-index: -1;
  font-family: "boxicons";
  font-size: 140px;
  font-weight: 900;
  opacity: 0.1;
}

.blog-dtls-content .blog-text blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #4356d6;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-dtls-content h3 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-dtls-content .blog-gallery-item {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

.blog-dtls-content .article-footer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.blog-dtls-content .article-footer .article-tags {
  flex: 0 0 50%;
  max-width: 50%;
}

.blog-dtls-content .article-footer .article-tags a {
  display: inline-block;
  color: #666666;
  font-weight: 600;
}

.blog-dtls-content .article-footer .article-tags a:hover {
  color: #279db9;
}

.blog-dtls-content .article-footer span {
  display: inline-block;
  color: #279db9;
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 4px;
}

.blog-dtls-content .article-footer .article-share {
  flex: 0 0 50%;
  max-width: 50%;
}

.blog-dtls-content .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}

.blog-dtls-content .article-footer .article-share .social li {
  display: inline-block;
}

.blog-dtls-content .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 2px;
  font-weight: 500;
  color: #666666;
}

.blog-dtls-content .article-footer .article-share .social li a {
  display: block;
  color: #ffffff;
  width: 32px;
  height: 32px;
  line-height: 33px;
  border-radius: 50%;
  background-color: #279db9;
  text-align: center;
  font-size: 14px;
}

.blog-dtls-content .article-footer .article-share .social li a:hover {
  animation: tada 1s linear;
}

.blog-dtls-content .post-navigation {
  margin-top: 30px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog-dtls-content .post-navigation .navigation-links {
  display: flex;
  flex-wrap: wrap;
}

.blog-dtls-content .post-navigation .navigation-links .nav-previous {
  flex: 0 0 50%;
  max-width: 50%;
}

.blog-dtls-content .post-navigation .navigation-links .nav-next {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}

.blog-dtls-content .post-navigation .navigation-links div a {
  display: inline-block;
  font-weight: 600;
  color: #4356d6;
  padding: 8px 32px;
  background-color: transparent;
  border: 1px solid #4356d6;
  border-radius: 50px;
  transition: 0.9s;
}

.blog-dtls-content .post-navigation .navigation-links div a:hover {
  color: #fff;
  background-color: #4356d6;
}

.blog-dtls-content .comment-area .comment-title {
  font-size: 24px;
  color: #1d3557;
}

.blog-dtls-content .comment-area .comment-card {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}

.blog-dtls-content .comment-area .comment-card:last-child {
  border-bottom: none;
}

.blog-dtls-content .comment-area .comment-card .comment-author-img {
  display: inline-block;
}

.blog-dtls-content .comment-area .comment-card .comment-author-img img {
  max-width: 80px;
  border-radius: 50%;
  margin-right: 20px;
}

.blog-dtls-content .comment-area .comment-card .comment-author-title {
  display: inline-block;
  position: relative;
  top: 10px;
}

.blog-dtls-content .comment-area .comment-card .comment-author-title h3 {
  font-size: 16px;
  margin: 0;
}

.blog-dtls-content .comment-area .comment-card .comment-author-title span {
  font-size: 12px;
  font-weight: 500;
  color: #8d8d90;
}

.blog-dtls-content .comment-area .comment-card .comment-body {
  margin-left: 100px;
  margin-top: 15px;
}

.blog-dtls-content .comment-area .comment-card .comment-body .reply-btn {
  border: 1px solid #ded9d9;
  color: #1d3557;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.blog-dtls-content .comment-area .comment-card .comment-body .reply-btn:hover {
  background-color: #4356d6;
  color: #fff;
}

.blog-dtls-content .comment-area .comment-respond {
  background-color: #f9f9f9;
  padding: 30px;
}

.blog-dtls-content .comment-area .comment-respond .comment-respond-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
}

.blog-dtls-content .comment-area .comment-respond .comment-form .form-group {
  margin-bottom: 25px;
}

.blog-dtls-content .comment-area .comment-respond .comment-form .form-group label {
  color: #1d3557;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.blog-dtls-content .comment-area .comment-respond .comment-form .form-group .form-control {
  font-size: 16px;
  border: none;
  padding: 13px 18px;
  color: #b3b3b3;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #f7f7f7;
}

.blog-dtls-content .comment-area .comment-respond .comment-form .form-group .form-control:focus {
  border-color: #1d3557;
  outline: none;
  box-shadow: none;
}

.blog-dtls-content .comment-area .comment-respond .comment-form .post-com-btn {
  padding: 12px 30px;
  background-color: #279db9;
  color: #fff;
  text-align: center;
  outline: none;
  border: none;
  transition: 0.7s;
}

.blog-dtls-content .comment-area .comment-respond .comment-form .post-com-btn:hover {
  background-color: #1d3557;
}

.widget-area .widget {
  margin-top: 35px;
}

.widget-area .widget:first-child {
  margin-top: 0;
}

.widget-area .widget .widget-title {
  text-transform: capitalize;
  position: relative;
  font-size: 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  color: #1d3557;
  position: relative;
}

.widget-area .widget .post-wrap {
  padding-top: 20px;
}

.widget-area .widget_search form {
  position: relative;
}

.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.widget-area .widget_search form .screen-reader-text {
  display: none;
}

.widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  transition: 0.5s;
}

.widget-area .widget_search form .search-field:focus {
  border-color: #1d3557;
}

.widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  font-size: 20px;
  border: none;
  color: #fff;
  background-color: #279db9;
  transition: 0.5s;
  cursor: pointer;
}

.widget-area .widget_search form button:hover {
  background-color: #1d3557;
}

.widget-area .widget-popular-post {
  position: relative;
  overflow: hidden;
}

.widget-area .widget-popular-post .item {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}

.widget-area .widget-popular-post .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.widget-area .widget-popular-post .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.widget-area .widget-popular-post .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  position: relative;
  background-color: #1d3557;
}

.widget-area .widget-popular-post .item .thumb .fullimage.bg1 {
  background-image: url(../img/blog/4.jpg);
}

.widget-area .widget-popular-post .item .thumb .fullimage.bg2 {
  background-image: url(../img/blog/5.jpg);
}

.widget-area .widget-popular-post .item .thumb .fullimage.bg3 {
  background-image: url(../img/blog/6.jpg);
}

.widget-area .widget-popular-post .item .thumb .fullimage.bg4 {
  background-image: url(../img/blog/1.jpg);
}

.widget-area .widget-popular-post .item .info {
  overflow: hidden;
}

.widget-area .widget-popular-post .item .info span {
  display: block;
  color: #8d8d90;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
}

.widget-area .widget-popular-post .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 600;
}

.widget-area .widget-popular-post .item .info .title a {
  display: inline-block;
  color: #1d3557;
}

.widget-area .widget-popular-post .item .info .title a:hover {
  color: #4356d6;
}

.widget-area .widget_categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.widget-area .widget_categories ul li {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #8d8d90;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #efefef;
}

.widget-area .widget_categories ul li::before {
  background: #279db9;
  position: absolute;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 10px;
  transform: rotate(45deg);
}

.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.widget-area .widget_categories ul li a {
  display: block;
  color: #8d8d90;
  font-weight: normal;
}

.widget-area .widget_categories ul li a span {
  float: right;
  font-size: 13px;
}

.widget-area .widget_categories ul li a:hover {
  color: #279db9;
}

.widget-area .widget_tag ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.widget-area .widget_tag ul li {
  display: inline-block;
}

.widget-area .widget_tag ul li a {
  color: #8d8d90;
  font-weight: normal;
  padding: 7px 18px;
  border-radius: 50px;
  background-color: #f0f0f0;
  margin-top: 10px;
  margin-right: 10px;
  text-transform: capitalize;
}

.widget-area .widget_tag ul li a:hover {
  background-color: #279db9;
  color: #fff;
}

/*================================
Blog Details Page End
==================================*/
/*================================
Pagination Area
==================================*/
.pagination-area {
  text-align: center;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  display: table;
}

.pagination-area .pagination-item {
  margin-bottom: 30px;
}

.pagination-area .page-link {
  color: #279db9;
  background-color: #ffffff;
  box-shadow: 0 0 15px #d0d0d0;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  line-height: 24px;
  transition: all 0.5s;
  font-weight: 700;
}

.pagination-area .page-link i {
  margin-right: -4px;
  font-size: 21px;
}

.pagination-area .page-link i::before {
  margin-left: -4px;
}

.pagination-area .page-link.current,
.pagination-area .page-link:hover,
.pagination-area .page-link:focus {
  color: #ffffff;
  background-color: #279db9;
  border: 1px solid #279db9;
}

.pagination-area .page-item {
  padding: 0 8px 0;
}

.pagination-area .page-item:first-child .page-link {
  border-radius: none;
}

.pagination-area .page-item:last-child .page-link {
  border-radius: none;
}

.pagination-area .page-item.current .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #279db9;
  border-color: #279db9;
}

/*================================
Pagination Area End
==================================*/
/*=================================
Cart Page 
===================================*/
.cart-wraps-area .cart-table table {
  margin-bottom: 0;
}

.cart-wraps-area .cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 15px 0;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  font-size: 18px;
}

.cart-wraps-area .cart-table table tbody tr td {
  vertical-align: middle;
  color: #1d3557;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  border-color: #eeeeee;
  border-left: none;
  border-right: none;
}

.cart-wraps-area .cart-table table tbody tr td.product-thumbnail a {
  display: block;
}

.cart-wraps-area .cart-table table tbody tr td.product-thumbnail a img {
  width: 60px;
  height: 60px;
}

.cart-wraps-area .cart-table table tbody tr td.product-name a {
  color: #1d3557;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
}

.cart-wraps-area .cart-table table tbody tr td.product-name a:hover {
  color: #ff743c !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove {
  color: #1d3557;
  float: right;
  position: relative;
  top: 1px;
  transition: all 0.5s;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove i {
  font-size: 24px;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove:hover {
  color: #279db9;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal span {
  font-weight: 600;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #1d3557;
  width: 40px;
  height: 100%;
  line-height: 48px;
  transition: 0.5s;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #8d8d90 !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn {
  left: 0;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn:hover {
  color: #8d8d90 !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn {
  right: 0;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn:hover {
  color: #8d8d90 !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #1d3557;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.cart-wraps-area .cart-table .table> :not(:first-child) {
  border-top: 0;
}

.cart-wraps-area .cart-buttons {
  margin-top: 30px;
}

.cart-wraps-area .cart-totals {
  background: #ffffff;
  padding: 40px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0;
  margin: auto;
  margin-top: 50px;
}

.cart-wraps-area .cart-totals h3 {
  font-size: 24px;
  margin-bottom: 25px;
}

.cart-wraps-area .cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}

.cart-wraps-area .cart-totals ul li {
  border: 1px solid #ffd3d3;
  padding: 10px 15px;
  color: #1d3557;
  overflow: hidden;
  font-weight: 700;
}

.cart-wraps-area .cart-totals ul li:first-child {
  border-bottom: none;
}

.cart-wraps-area .cart-totals ul li:nth-child(3) {
  border-top: none;
}

.cart-wraps-area .cart-totals ul li:last-child {
  border-top: none;
}

.cart-wraps-area .cart-totals ul li span {
  float: right;
  color: #8d8d90;
  font-weight: normal;
}

.cart-wraps-area .cart-calc {
  margin-top: 50px;
  background-color: #ffffff;
  padding: 40px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.cart-wraps-area .cart-calc .cart-wraps-form h3 {
  font-size: 24px;
  color: #1d3557;
  padding-bottom: 20px;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group {
  margin-bottom: 20px;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select {
  height: 50px;
  padding: 7px 18px;
  color: #6c777d;
  border: 1px solid #ffd3d3;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select:focus,
.cart-wraps-area .cart-calc .cart-wraps-form .form-group select :hover {
  outline: 0;
  box-shadow: none;
  border: 1px solid #8d8d90;
  background-color: #ff743c !important;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select option {
  padding: 10px;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select option:hover {
  background-color: #ff743c !important;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control {
  font-size: 16px;
  border: 1px solid #ffd3d3;
  color: #6c777d;
  padding: 13px 18px;
  font-weight: 400;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control:focus,
.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control :hover {
  outline: 0;
  box-shadow: none;
  border: 1px solid #8d8d90;
}

.cart-wraps-area .cart-calc .nice-select {
  height: 50px;
  width: 100%;
  margin-bottom: 19px;
  border: 1px solid #ffd3d3;
}

.cart-wraps-area .cart-calc .nice-select .list {
  width: 100%;
}

.cart-wraps-area .cart-calc .nice-select .option {
  color: #1d3557 !important;
}

.cart-wraps-area .cart-calc .nice-select .option :hover {
  color: #ffffff !important;
  background-color: #ff743c !important;
}

.cart-wraps-area .cart-calc .nice-select .current {
  position: relative;
  top: 4px;
}

.cart-wraps-area .nice-select .option.focus,
.cart-wraps-area .nice-select .option.selected.focus,
.cart-wraps-area .nice-select .option:hover {
  background-color: #ff743c !important;
  color: #fff !important;
  font-weight: 600;
}

.cart-wraps-area .cart-calc select .option.focus,
.cart-wraps-area .cart-calc .nice-select .option.selected.focus {
  background-color: #ff743c !important;
  color: #ffffff !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::-moz-placeholder {
  color: #1d3557;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #1d3557;
}

.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input::-moz-placeholder {
  color: #495057;
}

.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input::placeholder {
  color: #495057;
}

/*=================================
Cart Page End
===================================*/
/*=================================
Checkout Page 
===================================*/
.checkout-area .checkout-user {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 20px 15px;
  margin-bottom: 65px;
  border-top: 3px solid #279db9;
  color: #279db9;
}

.checkout-area .checkout-user span {
  color: #1d3557;
  font-size: 20px;
}

.checkout-area .checkout-user span a {
  color: #279db9;
}

.checkout-area .checkout-user span a:hover {
  color: #4356d6;
}

.billing-details {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 50px 30px 25px 30px;
  box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
}

.billing-details h3 {
  font-size: 24px;
  color: #1d3557;
  margin-bottom: 15px;
  font-weight: 600;
}

.billing-details .form-group {
  margin-bottom: 25px;
}

.billing-details .form-group label {
  color: #1d3557;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

.billing-details .form-group label span {
  color: #279db9;
}

.billing-details .form-group .form-control {
  height: 50px;
  color: #1d3557;
  border: 1px solid #e8e8e8;
  background-color: #fcfcff;
  border-radius: 0;
  padding: 10px 20px;
  width: 100%;
}

.billing-details .form-group .form-control:focus,
.billing-details .form-group .form-control :hover {
  outline: 0;
  box-shadow: none;
  border: 1px solid #8d8d90;
}

.billing-details .form-group .form-message {
  font-size: 16px;
  border: 1px solid #e8e8e8;
  background-color: #fcfcff;
  padding: 18px 18px;
  font-weight: 400;
  width: 100%;
}

.billing-details .form-group .form-message:focus,
.billing-details .form-group .form-message :hover {
  outline: 0;
  box-shadow: none;
  border: 1px solid #8d8d90;
}

.billing-details .form-group .nice-select {
  float: unset;
  line-height: 48px;
  color: #1d3557;
  padding-top: 0;
  padding-bottom: 0;
}

.billing-details .form-group .nice-select .list {
  background-color: #ffffff;
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.billing-details .form-group .nice-select .list .option {
  transition: 0.5s;
  padding-left: 20px;
  padding-right: 20px;
}

.billing-details .form-group .nice-select .list .option:hover {
  background-color: #ff743c !important;
  color: #ffffff;
}

.billing-details .form-group .nice-select .list .option:focus {
  border: none;
  outline: none;
}

.billing-details .form-group .nice-select .list .option .selected {
  background-color: transparent;
}

.billing-details .form-group .nice-select:after {
  right: 20px;
}

.billing-details .form-check {
  margin-bottom: 15px;
}

.billing-details .form-check .form-check-input {
  width: 15px;
  height: 15px;
}

.billing-details .form-check .form-check-label {
  color: #1d3557;
  margin-left: 5px;
  font-weight: 500;
}

.checkout-area .billing-details .form-group .nice-select .option:hover,
.checkout-area .billing-details .form-group .nice-select .option.focus,
.checkout-area .billing-details .form-group .nice-select .option.selected.focus {
  background-color: #ff743c !important;
  color: #ffffff !important;
  border: none;
  outline: none;
}

.order-details .order-table {
  background-color: #fff;
  padding: 50px 30px;
  box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
}

.order-details .order-table h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.order-details .order-table table {
  margin-bottom: 0;
}

.order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  border-color: #eaedff;
  padding-left: 20px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  font-weight: 600;
  color: #1d3557;
  font-size: 18px;
}

.order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #1d3557;
  border-color: #eaedff;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
}

.order-details .order-table table tbody tr td.product-name a {
  color: #6e768f;
  display: inline-block;
  font-weight: 600;
}

.order-details .order-table table tbody tr td.product-name a:hover {
  color: #279db9;
}

.order-details .order-table table tbody tr td.order-subtotal span {
  color: #1d3557;
  font-weight: 600;
}

.order-details .order-table table tbody tr td.order-shipping span {
  color: #1d3557;
  font-weight: 700;
}

.order-details .order-table table tbody tr td.total-price span {
  color: #1d3557;
  font-weight: 700;
}

.order-details .order-table table tbody tr td.shipping-price {
  font-weight: 700;
}

.order-details .order-table table tbody tr td.order-subtotal-price {
  font-weight: 700;
}

.order-details .order-table table tbody tr td.product-subtotal {
  font-weight: 700;
}

.order-details .order-table .table> :not(:first-child) {
  border-top: 0;
}

.order-details .payment-box {
  background-color: #fff;
  box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 50px 30px;
}

.order-details .payment-box .payment-method p [type="radio"]:checked {
  display: none;
}

.order-details .payment-box .payment-method p [type="radio"]:checked+label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #279db9;
  position: relative;
  margin-bottom: 8px;
}

.order-details .payment-box .payment-method p [type="radio"]:checked+label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.order-details .payment-box .payment-method p [type="radio"]:checked+label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #279db9;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
  display: none;
}

.order-details .payment-box .payment-method p [type="radio"]:not(:checked)+label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #172541;
  position: relative;
  margin-bottom: 8px;
}

.order-details .payment-box .payment-method p [type="radio"]:not(:checked)+label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.order-details .payment-box .payment-method p [type="radio"]:not(:checked)+label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #279db9;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}

.order-details .payment-box .default-btn {
  margin-top: 20px;
  display: block;
  text-align: center;
  width: 100%;
}

.billing-details .form-group .nice-select .option:hover,
.billing-details .form-group .nice-select .option.focus,
.billing-details .form-group .nice-select .option.selected.focus {
  background-color: #ff743c !important;
  color: #ffffff !important;
}

/*=================================
Checkout Page End
===================================*/
/*==================================
Product Details Page
====================================*/
.product-detls-image {
  margin-bottom: 30px;
}

.product-desc h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
}

.product-desc .price {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}

.product-desc .price .old-price {
  text-decoration: line-through;
  color: #1d3557;
  margin-left: 10px;
}

.product-desc .product-review {
  margin-bottom: 15px;
}

.product-desc .product-review .rating {
  display: inline-block;
  padding-right: 5px;
  font-size: 14px;
}

.product-desc .product-review .rating i {
  color: #279db9;
}

.product-desc .product-review .rating-count {
  margin-left: 5px;
  display: inline-block;
  color: #1d3557;
  border-bottom: 1px solid #1d3557;
  line-height: initial;
}

.product-desc .product-review .rating-count:hover {
  color: #279db9;
  border-color: #279db9;
}

.product-desc p {
  margin-bottom: 0;
}

.product-desc .input-count-area h3 {
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  margin-right: 15px;
}

.product-desc .input-count-area .input-counter {
  margin-top: 10px;
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

.product-desc .input-count-area .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #1d3557;
  width: 50px;
  height: 100%;
  line-height: 45px;
  transition: 0.5s;
}

.product-desc .input-count-area .input-counter span:hover {
  color: #279db9;
}

.product-desc .input-count-area .input-counter .minus-btn {
  left: 0;
}

.product-desc .input-count-area .input-counter .plus-btn {
  right: 0;
}

.product-desc .input-count-area .input-counter input {
  height: 45px;
  color: #1d3557;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}

.product-desc .product-add {
  margin-top: 20px;
}

.product-desc .product-add .default-btn {
  border: none;
  outline: none;
  margin-right: 20px;
  border-radius: 0;
}

.product-desc .product-share {
  margin-top: 30px;
}

.product-desc .product-share ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.product-desc .product-share ul li {
  display: inline-block;
  margin: 0 3px;
}

.product-desc .product-share ul li span {
  color: #8d8d90;
  margin-right: 5px;
  font-size: 16px;
}

.product-desc .product-share ul li a {
  width: 35px;
  height: 35px;
  background-color: #279db9;
  font-size: 16px;
  color: #fff;
  line-height: 35px;
  border-radius: 50px;
  text-align: center;
}

.product-desc .product-share ul li a:hover {
  background-color: #1d3557;
}

.product .input-count-area .input-counter input::-moz-placeholder {
  color: #1d3557;
}

.product .input-count-area .input-counter input::placeholder {
  color: #1d3557;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.product-detls-tab {
  margin-top: 30px;
}

.product-detls-tab .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-detls-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 5px;
}

.product-detls-tab .tabs li a {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #1d3557;
  border: 1px dashed #eeeeee;
  padding: 17px 30px 13px 30px;
}

.product-detls-tab .tabs li a:focus {
  color: #fff;
  background-color: #279db9;
  border-color: #279db9;
}

.product-detls-tab .tabs li.active a {
  color: #fff;
  background-color: #279db9;
  border-color: #279db9;
}

.product-detls-tab .tabs li.current a {
  color: #fff;
  background-color: #279db9;
  border-color: #279db9;
}

.product-detls-tab .tab_content {
  border: 1px dashed #eeeeee;
  padding: 30px;
}

.product-detls-tab .tab_content .tabs_item .product-detls-tab-content p {
  color: #1d3557;
  margin-bottom: 20px;
}

.product-detls-tab .tab_content .tabs_item .product-detls-tab-content p:last-child {
  margin-bottom: 0;
}

.product-detls-tab .tab_content .tabs_item .product-detls-tab-content .additional-information {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: left;
}

.product-detls-tab .tab_content .tabs_item .product-detls-tab-content .additional-information li {
  border: 1px solid #eeeeee;
  border-bottom: none;
  padding: 10px 15px 7px;
  color: #737b9a;
}

.product-detls-tab .tab_content .tabs_item .product-detls-tab-content .additional-information li:last-child {
  border-bottom: 1px solid #eeeeee;
}

.product-detls-tab .tab_content .tabs_item .product-detls-tab-content .additional-information li span {
  display: inline-block;
  width: 40%;
  color: #212529;
  font-weight: 600;
}

.product-detls-tab .tab_content .tabs_item .product-detls-tab-content h3 {
  margin-bottom: 15px;
  font-size: 24px;
  color: #1d3557;
}

.product-detls-tab .tab_content .tabs_item .product-detls-tab-content .product-review-form .review-title {
  position: relative;
}

.product-detls-tab .tab_content .tabs_item .product-detls-tab-content .product-review-form .review-title .rating {
  display: inline-block;
}

.product-detls-tab .tab_content .tabs_item .product-detls-tab-content .product-review-form .review-title .rating i {
  color: #279db9;
  font-size: 14px;
}

.product-detls-tab .tab_content .tabs_item .product-detls-tab-content .product-review-form .review-title .rating p {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 5px;
  line-height: initial;
}

.product-detls-tab .tab_content .tabs_item .product-detls-tab-content .product-review-form .review-title .btn-right {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  color: #fff;
  background-color: #279db9;
  padding: 7px 15px;
  border-radius: 5px;
}

.product-detls-tab .tab_content .tabs_item .product-detls-tab-content .product-review-form .review-title .btn-right:hover {
  background-color: #4356d6;
  color: #fff;
}

.product-detls-tab .tab_content .tabs_item .product-detls-tab-content .product-review-form .review-comments {
  margin-top: 35px;
}

.product-detls-tab .tab_content .tabs_item .product-detls-tab-content .product-review-form .review-comments .review-item {
  margin-top: 30px;
  position: relative;
  padding-right: 200px;
  border-top: 1px dashed #eeeeee;
  padding-top: 30px;
}

.product-detls-tab .tab_content .tabs_item .product-detls-tab-content .product-review-form .review-comments .review-item .rating i {
  color: #279db9;
  font-size: 14px;
}

.product-detls-tab .tab_content .tabs_item .product-detls-tab-content .product-review-form .review-comments .review-item h3 {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #1d3557;
}

.product-detls-tab .tab_content .tabs_item .product-detls-tab-content .product-review-form .review-comments .review-item span {
  margin-bottom: 10px;
  font-size: 16px;
  display: block;
  font-weight: 500;
}

.product-detls-tab .tab_content .tabs_item .product-detls-tab-content .product-review-form .review-comments .review-item span strong {
  font-weight: 600;
}

.product-detls-tab .tab_content .tabs_item .product-detls-tab-content .product-review-form .review-comments .review-item p {
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}

.product-detls-tab .tab_content .tabs_item .product-detls-tab-content .product-review-form .review-comments .review-item .review-report-link {
  position: absolute;
  right: 0;
  color: #737b9a;
  top: 40px;
  text-decoration: underline;
  font-weight: 600;
  font-size: 15px;
}

.product-detls-tab .tab_content .tabs_item .product-detls-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
  color: #279db9;
}

.product-detls-tab .tab_content .tabs_item .product-detls-tab-content .product-review-form .review-form {
  margin-top: 30px;
}

.product-detls-tab .tab_content .tabs_item .product-detls-tab-content .product-review-form .review-form h3 {
  margin-bottom: 20px;
}

.product-detls-tab .tab_content .tabs_item .product-detls-tab-content .product-review-form .review-form .contact-wrap-form {
  box-shadow: none;
  padding: 0;
}

/*==================================
Product Details Page End
====================================*/
/*==================================
Service Details Page
====================================*/
.service-dtls-slider {
  position: relative;
  margin-bottom: 30px;
}

.service-dtls-slider .owl-nav {
  margin-top: 0;
}

.service-dtls-slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-25px);
  left: -1%;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px;
  color: #1d3557 !important;
  font-size: 24px !important;
  background-color: #fff !important;
  opacity: 0.5;
  transition: 0.7s;
}

.service-dtls-slider .owl-nav .owl-prev:hover {
  opacity: 1;
}

.service-dtls-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-25px);
  right: -1%;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px;
  color: #1d3557 !important;
  font-size: 24px !important;
  background-color: #fff !important;
  opacity: 0.5;
  transition: 0.7s;
}

.service-dtls-slider .owl-nav .owl-next:hover {
  opacity: 1;
}

.service-dtls-title {
  margin-bottom: 30px;
}

.service-dtls-title h3 {
  font-size: 30px;
  color: #1d3557;
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
}

.service-dtls-title h3::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #279db9;
}

.service-dtls-title p {
  margin-bottom: 15px;
}

.service-dtls-title p:last-child {
  margin-bottom: 0;
}

.service-sidebar-widget {
  margin-bottom: 30px;
}

.service-sidebar-widget h3 {
  font-size: 20px;
  color: #1d3557;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.service-sidebar-widget h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #279db9;
}

.service-sidebar-widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.service-sidebar-widget ul li {
  display: block;
  margin: 7px 0;
  color: #1d3557;
  font-weight: 500;
}

.service-sidebar-widget ul li a {
  color: #1d3557;
  font-weight: 500;
}

.service-sidebar-widget ul li a:hover {
  color: #279db9;
  transform: translateX(25px);
}

.service-sidebar-tag h3 {
  font-size: 20px;
  color: #1d3557;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.service-sidebar-tag h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 3px;
  background-color: #279db9;
}

.service-sidebar-tag ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.service-sidebar-tag ul li {
  display: inline-block;
}

.service-sidebar-tag ul li a {
  color: #8d8d90;
  font-weight: normal;
  padding: 7px 18px;
  border-radius: 50px;
  border: 1px dashed #eeeeee;
  margin-top: 7px;
  margin-right: 10px;
  text-transform: capitalize;
}

.service-sidebar-tag ul li a:hover {
  background-color: #279db9;
  color: #fff;
}

/*==================================
Service Details Page End
====================================*/
/*==================================
Faq Page 
====================================*/
.faq-accordion {
  margin-right: auto;
  margin-bottom: 30px;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin: 0;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  background-color: #ffffff;
  margin-bottom: 15px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 20px 60px 17px 25px;
  color: #232350;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.faq-accordion .accordion .accordion-title i {
  border-radius: 50px;
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 25px;
  transition: 0.5s;
  font-size: 24px;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background-color: #1d3557;
}

.faq-accordion .accordion .accordion-title.active i {
  transform: rotate(180deg);
  top: 15px;
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -5px;
  padding-bottom: 10px;
  padding-right: 30px;
  padding-left: 30px;
}

.faq-accordion .accordion .accordion-content p {
  line-height: 1.8;
}

.faq-accordion .accordion .accordion-content ul li {
  line-height: 1.8;
  color: #8d8d90;
  list-style: inside;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

/*==================================
Faq Page End
====================================*/
/*==================================
Testimonials Page End
====================================*/
.client-card {
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 15px;
}

.client-card img {
  max-width: 80px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.client-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.client-card span {
  font-size: 14px;
}

.client-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.client-card ul li {
  display: inline-block;
  font-size: 16px;
  color: #279db9;
}

.client-card p {
  margin-top: 15px;
  margin-bottom: 15px;
}

/*==================================
Testimonials Page End
====================================*/
/*=================================
404 Error page
===================================*/
.error-area {
  padding: 140px 0;
  height: 100vh;
}

.error-area .error-content {
  text-align: center;
}

.error-area .error-content h1 {
  font-size: 300px;
  line-height: 0.5;
  font-weight: 700;
  color: #1d3557;
}

.error-area .error-content h1 span {
  color: #279db9;
}

.error-area .error-content h3 {
  margin: 50px 0 0;
  position: relative;
  color: #279db9;
}

.error-area .error-content p {
  margin: 20px 0 20px;
  font-size: 18px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

/*=================================
404 Error page End
===================================*/
/*==================================
Single Content CSS
====================================*/
.single-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.single-content p {
  margin-bottom: 15px;
}

.single-content p:last-child {
  margin-bottom: 0;
}

/*==================================
Single Content CSS End
====================================*/
/*================================== 
Coming Soon Area Style
====================================*/
.coming-soon-area {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.coming-soon-area .coming-soon-content {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 70px 30px;
}

.coming-soon-area .coming-soon-content h1 {
  margin-bottom: 0;
  color: #232350;
  font-size: 60px;
  margin-top: -18px;
}

.coming-soon-area .coming-soon-content p {
  font-size: 16px;
  max-width: 600px;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.coming-soon-area .coming-soon-content #timer {
  margin-top: 30px;
}

.coming-soon-area .coming-soon-content #timer div {
  display: inline-block;
  color: #232350;
  position: relative;
  margin-left: 35px;
  margin-right: 35px;
  font-size: 45px;
  font-weight: 700;
}

.coming-soon-area .coming-soon-content #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -15px;
  font-size: 16px;
  font-weight: normal;
}

.coming-soon-area .coming-soon-content #timer div:last-child {
  margin-right: 0;
}

.coming-soon-area .coming-soon-content #timer div:last-child::before {
  display: none;
}

.coming-soon-area .coming-soon-content #timer div:first-child {
  margin-left: 0;
}

.coming-soon-area .coming-soon-content #timer div::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -10px;
  font-size: 70px;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  background-color: rgba(255, 255, 255, 0.3);
  padding-left: 15px;
  color: #ffffff;
  outline: 0;
  transition: 0.5s;
  border-radius: 10px;
  border: 1px solid #232350;
  color: #5d5d5d;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
  border-color: #190f3c;
}

.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
  border: 0;
  outline: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  padding: 0 30px;
  text-transform: uppercase;
  outline: 0;
  color: #ffffff;
  transition: 0.5s;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}

.coming-soon-area .coming-soon-content .newsletter-form button::after {
  border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button::before {
  border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button:hover {
  color: #ffffff;
  background-color: #190f3c;
}

.coming-soon-area .coming-soon-content .newsletter-form #validator-newsletter {
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: 0 auto;
}

.coming-soon-area .coming-soon-content ul {
  list-style: none;
  margin-top: 30px;
  padding: 0;
}

.coming-soon-area .coming-soon-content ul li {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 50px;
  font-size: 18px;
  background-color: #1d3557;
  color: #fff;
  border-radius: 50px;
  margin-right: 10px;
}

.coming-soon-area .coming-soon-content ul li a {
  color: #fff;
}

.coming-soon-area .coming-soon-content ul li:hover {
  background-color: #279db9;
}

.coming-soon-area #validator-newsletter {
  text-align: left;
  color: #dc3545 !important;
}

/*================================== 
Coming Soon Area Style End
====================================*/
/*==============================
Preloader CSS
=================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #1d3557;
}

.pre-img {
  text-align: center;
}

.pre-img img {
  margin-bottom: 30px;
  vertical-align: middle;
  text-align: center;
}

.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}

.spinner>div {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  animation: circle-in 1.4s infinite ease-in-out both;
}

.spinner .circle1 {
  animation-delay: -0.32s;
}

.spinner .circle2 {
  animation-delay: -0.16s;
}

/*==============================
Preloader CSS End
=================================*/
/*==================================
Back To Top Button 
=====================================*/
#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
  z-index: 99;
}

.top-btn {
  background-color: #279db9;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 0 15px #279db9;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  transition: 0.9s;
}

.top-btn:hover {
  background: #1d3557;
  box-shadow: 0 0 15px #1d3557;
  color: #fff;
}

/*==============================
Back To Top Button 
=================================*/
/*=================================
Buy Now Btn
====================================*/
.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  box-shadow: 0 1px 20px 1px #82b440;
  font-size: 13px;
  font-weight: 600;
}

.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  transform: translateY(-50%);
}

.buy-now-btn:hover {
  color: #fff;
  background-color: #94be5d;
}

/*==============================
Animation  CSS 
=================================*/
@keyframes circle-in {

  0%,
  80%,
  100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

/*==============================
Animation  CSS End
=================================*/
/*# sourceMappingURL=style.css.map */
/* service page */
.service-card-mains-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.cards-row {
  display: flex;
  transform: translateY(-20%);
  gap: 15px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.service-card-main {
  background: white;
  border-radius: 8px;
  padding: 10px 25px;
  text-align: center;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  flex: 1;
  min-width: 200px;
  max-width: 280px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #e9ecef;
}

.service-card-main:hover {
  transform: translateY(-10px);
}

.card-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;

  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #279db9;
  font-size: 24px;
}

.service-card-title {
  font-size: 16px;
  font-weight: 500;
  color: #2c3e50;
  margin-bottom: 12px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.service-card-description {
  color: #6c757d;

  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 18px;
}

.materials-section {
  background: linear-gradient(135deg, #1d355722, #279db944);
  border: 2px solid #1d3557;
  border-radius: 8px;
  padding: 50px 40px;
  text-align: center;
  margin-top: 20px;
}

.materials-title {
  font-size: 28px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.materials-description {
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 1.5;
}

.services-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
}

.service-tabs {
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.nav-tabs {
  display: flex;
  /* Added */
  border: none;
  height: 55px;
  padding: 0;
  margin: 0;
  width: 100%;
}

.nav-tabs .nav-item {
  flex: 1 1 0;
  /* Equal width */
  margin: 0;
  /* Remove spacing */
  text-align: center;
}

.nav-tabs .nav-link {
  border: none;
  background: #279db999;
  color: black;
  border-radius: 0 !important;
  font-weight: 500;
  padding: 15px 0;
  /* Adjusted to fit equal widths */
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  width: 100%;
  /* Ensure button fills the item */
}

.nav-tabs .nav-link:hover {
  background: white;
  color: #1d3557;
}

.nav-tabs .nav-link.active {
  background: white;
  color: #1d3557;
}

.service-content3 {
  background: white;

  padding: 40px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

  margin-bottom: 30px;
}

.service-header {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

.service-image {
  width: 300px;
  height: 300px;
  background: #666;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  flex-shrink: 0;
}

.service-info h2 {
  color: #333;
  margin-bottom: 15px;
  font-size: 2.2rem;
  font-weight: 700;
}

.service-info p {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
}

.service-frame {
  background: #666;
  box-shadow: #279db944 0px 54px 55px, #279db944 0px -12px 30px,
    #279db944 0px 4px 6px, #279db944 0px 12px 13px, #279db944 0px -3px 5px;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
}

/* ######################## Timer ######################### */
.choose-card2 h2 .timer {
  font-size: 60px;
  font-weight: 500;
}

.choose-card2 h2 .suffix_timer {
  font-size: 60px;
  font-weight: 500;
}

.get-in-touch {
  background: linear-gradient(135deg, #1d355722, #279db944);

  padding: 50px 40px;
  text-align: center;
  margin-top: 50px;
}

.ast_contact_info {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ast_contact_info span {
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 75px;
  font-size: 36px;
  border-radius: 100%;
  border: 5px solid #ffffff;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ast_contact_info span i {
  font-size: 36px;
  color: #279db9;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ast_contact_info:hover #media-link {
  background-color: #279db9;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 0px 30px -10px #000000;
  -moz-box-shadow: 0px 0px 30px -10px #000000;
  -o-box-shadow: 0px 0px 30px -10px #000000;
  -ms-box-shadow: 0px 0px 30px -10px #000000;
  box-shadow: 0px 0px 30px -10px #000000;
}

.ast_contact_info:hover #media-link i {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ast_contact_info h4 {
  float: left;
  width: 100%;
  text-transform: capitalize;
  font-size: 20px;
  margin: 18px 0px 8px 0px;
}

.ast_contact_info p a {
  color: gray;

  width: 100%;
}

.ast_contact_info:hover p a {
  color: #279db9;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.contact-area iframe {
  width: 100%;
  height: 550px;
  border: 0px;
}

/* testimonials */

.testimonial-area {
  background-color: #f9f9f9;
  padding: 70px 0 100px;
}

.testimonial-rating {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
}

.testimonial-rating img {
  height: 45px;
  margin-bottom: 20px;
}

.testimonial-rating h3 {
  font-size: 24px;
  margin-bottom: 5px;
}

.testimonial-rating p {
  margin-bottom: 5px;
  font-size: 15px;
}

.testimonial-content {
  padding-left: 30px;
}

.testimonial-slider .testimonial-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 25px;
  margin: 15px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.testimonial-slider .testimonial-item h3 {
  font-size: 18px;
  color: #1D3557;
  font-weight: 600;
}

.testimonial-slider .testimonial-item p {
  color: #555;
  font-size: 15px;
}

.testimonial-slider .text-warning i {
  color: #f1c40f;
}

@media (max-width: 768px) {
  .testimonial-content {
    padding-left: 0;
    padding-top: 30px;
  }

  .testimonial-rating {
    text-align: center;
  }
}

/* why choose us */

.why-choose-section {
  background-color: #f5f7fa;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.why-choose-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  z-index: 0;
  opacity: 0.1;
}

.why-choose-title {
  position: relative;
  z-index: 1;
}

.why-choose-title span {
  color: #279CB8;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
}

.why-choose-title h2 {
  font-weight: 700;
  color: #1D3557;
  font-size: 32px;
  margin-bottom: 15px;
}

.why-choose-title p {
  max-width: 700px;
  margin: 0 auto 40px;
  color: #555;
  font-size: 16px;
}

.why-choose-grid {
  position: relative;
  z-index: 1;
}

.why-choose-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-bottom: 30px;
  transition: transform 0.3s ease;
  padding: 25px 20px;
  height: 100%;
}

.why-choose-card:hover {
  transform: translateY(-5px);
}

.why-choose-card img {
  height: 50px;
  width: auto;
  margin-bottom: 15px;
}

.why-choose-content h3 {
  font-size: 18px;
  color: #1D3557;
  font-weight: 600;
  margin-bottom: 10px;
}

.why-choose-content p {
  font-size: 14px;
  color: #555;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .why-choose-title h2 {
    font-size: 24px;
  }

  .why-choose-content h3 {
    font-size: 16px;
  }

  .why-choose-content p {
    font-size: 13px;
  }
}

/* step section  */

.getting-started-section {
  background-color: #f5f5f5;
  padding: 60px 0;
}

.step-icon {
  width: 70px;
  height: 70px;
  background-color: #97b9d4ff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.step-icon-blue {
  background-color: #279cb8 !important;
}

.step-icon img {
  width: 35px;
}

.step-title {
  font-weight: bold;
  color: #1d3557;
  font-size: 16px;
  margin-bottom: 5px;
}

.step-desc {
  font-size: 14px;
  color: #555;
  max-width: 200px;
  margin: 0 auto;
}

.steps-line {
  position: absolute;
  top: 35px;
  left: 10%;
  right: 10%;
  height: 2px;
  background-image: linear-gradient(to right, #ccc 33%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 20px 2px;
  background-repeat: repeat-x;
  z-index: 0;
}

.step-col {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .steps-line {
    display: none;
  }

  .step-desc {
    font-size: 13px;
  }

  .step-title {
    font-size: 15px;
  }
}

/* hero & service section  */

.hero-grey {
  background: url('../img/hero.png') no-repeat center center/cover;
  background-color: #f4f4f4;
  /* fallback */
  padding: 100px 20px;
  font-family: 'Poppins', sans-serif;
  position: relative;
  color: #1d3557;
}

.hero-grey::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  /* light overlay for readability */
  z-index: 0;
}

.hero-content {
  position: relative;
  max-width: 900px;
  margin: 0;
  /* margin-left: auto; */
  margin-right: auto;
  color: #1d3557;
  text-align: left;
  z-index: 1;
}

.hero-subtitle {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 15px;
  color: #555;
}

.hero-title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 20px;
}

.hero-title span {
  color: #279cb8;
}

.hero-description {
  font-size: 18px;
  color: #333;
  margin-bottom: 40px;
}

.hero-buttons .hero-btn {
  display: inline-block;
  padding: 12px 22px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  margin: 0 10px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.hero-btn.primary {
  background-color: #279cb8;
  color: #fff;
}

.hero-btn.primary:hover {
  background-color: #1d3557;
}

.hero-btn.secondary {
  background-color: transparent;
  color: #279cb8;
  border: 2px solid #279cb8;
}

.hero-btn.secondary:hover {
  background-color: #279cb8;
  color: #fff;
}

/* Glow button */
.glow-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #1d3557;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: background 0.3s ease, color 0.3s ease;
}

.glow-btn::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  border-radius: 12px;
  background: linear-gradient(45deg, #279cb8, #3473cad8, #32c8edff);
  background-size: 400% 400%;
  animation: glowAnimation 6s ease infinite;
  opacity: 0.8;
  filter: blur(4px);
}

@keyframes glowAnimation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.icon {
  font-size: 18px;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-title {
    font-size: 28px;
  }

  .hero-description {
    font-size: 16px;
  }

  .hero-buttons .hero-btn,
  .glow-btn {
    margin: 10px 5px;
    padding: 10px 20px;
  }

  .hero-content {
    padding: 0 15px;
  }
}


/* glow btn */
.glow-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #1d3557;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: background 0.3s ease, color 0.3s ease;
}

/* Glow border using pseudo-element */
.glow-btn::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  border-radius: 12px;
  background: linear-gradient(45deg, #279cb8, #3473cad8, #32c8edff);
  background-size: 400% 400%;
  animation: glowAnimation 6s ease infinite;
  opacity: 0.8;
  filter: blur(4px);
}

.icon {
  font-size: 18px;
}

/* Glow animation */
@keyframes glowAnimation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* services  */
.services-section {
  padding: 80px 20px;
  background-color: #ffffffff;
  font-family: 'Poppins', sans-serif;
}

.section-header {
  margin-bottom: 50px;
}

.section-title {
  font-size: 36px;
  color: #1d3557;
  font-weight: 700;
}

.section-description {
  font-size: 16px;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 30px;
  justify-items: center;
}

.service-item {
  text-align: center;
  text-decoration: none;
  transition: transform 0.3s ease;
      align-items: center;
    justify-content: center;
    display: flex
;
    flex-direction: column;
}

.service-item:hover {
  transform: translateY(-6px);
}

.circle-glow {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  padding: 15px;
  background: #fff;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-glow::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  background: linear-gradient(270deg, #279cb8, #3473cad8, #32c8edff);
  background-size: 400% 400%;
  animation: borderGlow 6s ease infinite;
  z-index: -1;
}

@keyframes borderGlow {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.circle-glow img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.service-title {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #1d3557;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }

  .section-description {
    font-size: 14px;
  }

  .circle-glow {
    width: 90px;
    height: 90px;
    padding: 10px;
  }

  .circle-glow img {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 576px) {
  .circle-glow {
    width: 80px;
    height: 80px;
    padding: 8px;
  }

  .circle-glow img {
    width: 35px;
    height: 35px;
  }

  .service-title {
    font-size: 13px;
  }
}


/* quote section */
.quote-cta-section {
  background: linear-gradient(to right, #3075a3ff, #edf8ffff);
  padding: 40px 20px;
  border-radius: 16px;
  margin: 10px auto 60px auto;
  max-width: 1200px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  font-family: 'Poppins', sans-serif;
}

@media (max-width : 576px) {
  .quote-cta-section {
    background: linear-gradient(to right, #3075a3ff, #3075a3ff);
    padding: 40px 20px;
    border-radius: 16px;
    margin: 10px 8px 60px 8px;
    max-width: 1200px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    font-family: 'Poppins', sans-serif;
  }
}

.quote-cta-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.quote-text h3 {
  font-size: 28px;
  font-weight: 700;
  color: #ffffffff;
  margin-bottom: 8px;
}

.quote-text h3 span {
  color: #eef4f5ff;
}

.quote-text p {
  font-size: 16px;
  color: #ffffff;
  margin: 0;
}

.quote-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.phone-btn,
.quote-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

/* Phone button */
.phone-btn {
  background-color: #1d3557;
  color: #fff;
}

.phone-btn:hover {
  background-color: #2b8fbaff;
}

/* Quote button with red & icon */
.quote-btn {
  background-color: #e63946;
  color: #fff;
}

.quote-btn span {
  font-size: 16px;
}

.quote-btn:hover {
  background-color: #132b3aff;
}

/* Responsive */
@media (max-width: 768px) {
  .quote-cta-container {
    flex-direction: column;
    align-items: center;
  }

  .quote-text h3 {
    font-size: 22px;
  }

  .phone-btn,
  .glow-btn {
    width: 100%;
    justify-content: center;

  }
}

/* 24 Hours  */
.fast-print-section {
  background: linear-gradient(to right, #fefeffff, #8bc0e6ff);
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
}

.fast-print-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

.fast-print-text {
  flex: 1 1 500px;
  color: #1d3557;
}

.fast-print-text h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.fast-print-text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #279cb8;
}

.fast-print-text .highlight {
  font-weight: 600;
  margin-bottom: 18px;
  color: #000;
}

.fast-print-text p {
  color: #333;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.6;
}

.fast-print-image {
  flex: 1 1 300px;
  text-align: center;
}

.fast-print-image img {
  max-width: 600px;
  width: 100%;
}

/* Responsive */
@media (max-width: 768px) {
  .fast-print-row {
    flex-direction: column;
    text-align: left;
  }

  .fast-print-image img {
    margin-top: 30px;
  }
}

/* manufracturing  */
.manufactured-section {
  background: linear-gradient(to right, #3075a3ff, #edf8ffff);
  padding: 60px 20px;
}

.manufactured-section .title {
  font-weight: 800;
  font-size: 2rem;
  color: #1D3557;
}

.manufactured-section .line {
  width: 60px;
  height: 4px;
  background: linear-gradient(to right, #d62828, #279CB8);
  border-radius: 2px;
}

.manufactured-section .description {
  font-size: 1.1rem;
  color: #333;
  max-width: 500px;
}

.manufactured-section .australia-img {
  max-width: 100%;
  height: auto;
}

/* whatsapp */
/* Floating WhatsApp Button */
.whatsapp-support-container {
  position: fixed;
  bottom: 60px;
  right: 35px;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 10px;
}

.whatsapp-message {
  background: #25D366;
  color: white;
  font-weight: 500;
  padding: 10px 14px;
  border-radius: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  animation: slideIn 0.6s ease-out;
}

.whatsapp-float img {
  width: 50px;
  height: 50px;
  animation: bounce 2s infinite;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(40px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-6px);
  }
}

/* Banner Styles */
.custom-banner-section {
  background: linear-gradient(135deg, #1c1c2e, #3a1d33);
  color: white;
  padding: 60px 20px;
  border-radius: 20px;
  margin: 0 20px;
  text-align: center;
}

.custom-banner-title {
  font-size: 2.5rem;
  font-weight: 700;
}

.custom-banner-subtitle {
  font-size: 1rem;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.custom-banner-buttons a {
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.custom-btn-call {
  background-color: #e63946;
  color: white;
}

.custom-btn-quote {
  background: linear-gradient(to right, #3a86ff, #8338ec);
  color: white;
}

.custom-btn-call:hover,
.custom-btn-quote:hover {
  opacity: 0.85;
}

/* Cards Section */
.custom-service-cards {
  max-width: 1300px;
}

.custom-card {
  background: white;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
  text-align: center;
  height: 100%;
  transition: transform 0.3s;
}

.custom-card:hover {
  transform: translateY(-5px);
}

.custom-card-icon {
  font-size: 2rem;
  color: #e63946;
  margin-bottom: 10px;
}

.custom-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.custom-card-desc {
  font-size: 0.95rem;
  color: #555;
}

/* Responsive Adjustments */
@media (max-width: 576px) {
  .custom-banner-title {
    font-size: 1.75rem;
  }

  .custom-banner-subtitle {
    font-size: 0.95rem;
  }

  .custom-banner-buttons a {
    width: 100%;
    margin-bottom: 10px;
  }
}