﻿/*------------------------------------------------------- CSS INDEX ===================

0. Preloader 
1. Theme Default CSS 
2. Header 
3. Banner 
4. About 
5. Service 
6. Cta 
7. How it works 
8. Why us 
9. Testimonial 
10. Pricing 
11. Blog 
12. Cta 
13. Footer 
14. Team 
15. Video area 
16. Clents logo 
17. Faq area 
18. Portfolio 
19. About Us 
20. Blog Standared 
21. Blog Details 
22. Contact us 
23. Portfolio 
24. Service 
25. Service details 
26. Error 
27. Login Signup 
28. Coming soon 
29. Partners 
30. Portfolio details 
31. Shop listing 
32. Cart 
33. Checkout 
34. Product detail 
35. Cost Calculator 
36.Team
37.Gallery -------------------------------------------------------*/

/*Importing Font*/

@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;1,500;1,600;1,700;1,800;1,900&display=swap");

/* .................................... 
0. Preloader
 .......................................*/
.loader-out {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 110;
  background-color: #fff;
  background-image: url("../img/bg/cleanitems2.webp");
}
.container {
  max-width: 1480px;
}
.loader {
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation:
    load6 1.7s infinite ease,
    round 1.7s infinite ease;
  animation:
    load6 1.7s infinite ease,
    round 1.7s infinite ease;
}
a {
  color: rgb(32 84 179);
}
@-webkit-keyframes load6 {
  0% {
    -webkit-box-shadow:
      0 -0.83em 0 -0.4em,
      0 -0.83em 0 -0.42em,
      0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em,
      0 -0.83em 0 -0.477em;
    box-shadow:
      0 -0.83em 0 -0.4em,
      0 -0.83em 0 -0.42em,
      0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em,
      0 -0.83em 0 -0.477em;
  }

  5%,
  95% {
    -webkit-box-shadow:
      0 -0.83em 0 -0.4em,
      0 -0.83em 0 -0.42em,
      0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em,
      0 -0.83em 0 -0.477em;
    box-shadow:
      0 -0.83em 0 -0.4em,
      0 -0.83em 0 -0.42em,
      0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em,
      0 -0.83em 0 -0.477em;
  }

  10%,
  59% {
    -webkit-box-shadow:
      0 -0.83em 0 -0.4em,
      -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em,
      -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
    box-shadow:
      0 -0.83em 0 -0.4em,
      -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em,
      -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }

  20% {
    -webkit-box-shadow:
      0 -0.83em 0 -0.4em,
      -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em,
      -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
    box-shadow:
      0 -0.83em 0 -0.4em,
      -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em,
      -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }

  38% {
    -webkit-box-shadow:
      0 -0.83em 0 -0.4em,
      -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em,
      -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
    box-shadow:
      0 -0.83em 0 -0.4em,
      -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em,
      -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }

  100% {
    -webkit-box-shadow:
      0 -0.83em 0 -0.4em,
      0 -0.83em 0 -0.42em,
      0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em,
      0 -0.83em 0 -0.477em;
    box-shadow:
      0 -0.83em 0 -0.4em,
      0 -0.83em 0 -0.42em,
      0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em,
      0 -0.83em 0 -0.477em;
  }
}

@keyframes load6 {
  0% {
    -webkit-box-shadow:
      0 -0.83em 0 -0.4em,
      0 -0.83em 0 -0.42em,
      0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em,
      0 -0.83em 0 -0.477em;
    box-shadow:
      0 -0.83em 0 -0.4em,
      0 -0.83em 0 -0.42em,
      0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em,
      0 -0.83em 0 -0.477em;
  }

  5%,
  95% {
    -webkit-box-shadow:
      0 -0.83em 0 -0.4em,
      0 -0.83em 0 -0.42em,
      0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em,
      0 -0.83em 0 -0.477em;
    box-shadow:
      0 -0.83em 0 -0.4em,
      0 -0.83em 0 -0.42em,
      0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em,
      0 -0.83em 0 -0.477em;
  }

  10%,
  59% {
    -webkit-box-shadow:
      0 -0.83em 0 -0.4em,
      -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em,
      -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
    box-shadow:
      0 -0.83em 0 -0.4em,
      -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em,
      -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }

  20% {
    -webkit-box-shadow:
      0 -0.83em 0 -0.4em,
      -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em,
      -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
    box-shadow:
      0 -0.83em 0 -0.4em,
      -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em,
      -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }

  38% {
    -webkit-box-shadow:
      0 -0.83em 0 -0.4em,
      -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em,
      -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
    box-shadow:
      0 -0.83em 0 -0.4em,
      -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em,
      -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }

  100% {
    -webkit-box-shadow:
      0 -0.83em 0 -0.4em,
      0 -0.83em 0 -0.42em,
      0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em,
      0 -0.83em 0 -0.477em;
    box-shadow:
      0 -0.83em 0 -0.4em,
      0 -0.83em 0 -0.42em,
      0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em,
      0 -0.83em 0 -0.477em;
  }
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
} /* .................................... 1. Theme Default CSS .......................................*/
body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.4px;
}

body,
html {
  width: 100%;
  overflow-x: hidden;
}

body.modal-open {
  position: fixed;
}

*:focus {
  outline: 0;
}

.img,
img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

a:focus,
a:hover {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #000;
}

a,
button {
  outline: medium none;
}

button {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: 0.3s;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.3;
  color: #142137;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  line-height: 1.3;
}

h1 {
  font-size: 52px;
  line-height: 1.2;
  font-weight: bold;
}
h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 46px;
  line-height: 119%;
  letter-spacing: -0.02em;
  color: #142137;
}
h2 {
  font-size: 35px;
}
.bg-light-white {
  background: #ecf2fe;
}
h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}

li {
  list-style: none;
}

p {
  font-weight: 500;
  font-size: 17px;
  line-height: 167%;
  color: rgba(20, 33, 55, 0.7);
  margin-top: 12px;
}

label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
  opacity: 1;
}

*::placeholder {
  font-size: 14px;
  font-weight: 500;
  opacity: 1;
}

.input-border::-moz-placeholder {
  color: #201c15;
  font-weight: normal;
}

.input-border::placeholder {
  color: #201c15;
  font-weight: normal;
}

.btn.focus,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control {
  border-radius: 0px;
}

.underline {
  text-decoration: underline;
}

.white {
  color: #fff;
}

.bg-white {
  background: #ffffff;
}

.input-white {
  border: none;
  position: relative;
  border-radius: 5px;
  height: 51px;
  padding: 0px 25px;
}

.input-white + i {
  position: absolute;
  right: 25px;
  font-size: 17px;
  opacity: 0.4;
} /*Buttons*/
.btn,
.btn:hover {
  border-radius: 0px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-blue {
  min-width: 185px;
  text-align: center;
  color: #fff;
  padding: 13px 25px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
}

.btn-blue:hover {
  color: #fff;
  border-radius: 6px;
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.btn-white {
  min-width: 185px;
  text-align: center;
  color: #2054b3;
  padding: 17px 25px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  background-color: #fff;
}
.btn-white:hover {
  background-color: #2054b3;
  color: #fff;
  border-radius: 5px;
}

.btn-blue:hover {
  color: #fff;
  border-radius: 6px;
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.btn-blue-border {
  min-width: 185px;
  text-align: center;
  padding: 13px 25px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid;
}

.btn-blue-border:hover {
  color: #fff;
  border-radius: 6px;
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.btn-white-border {
  min-width: 185px;
  text-align: center;
  padding: 13px 25px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: 2px solid #fff;
}

.btn-white-border:hover {
  color: #fff;
  border-radius: 6px;
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.btn-black {
  min-width: 185px;
  text-align: center;
  color: #fff;
  padding: 13px 25px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
}

.btn-black:hover {
  color: #fff;
  border-radius: 6px;
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.btn-lg {
  min-width: 150px;
  font-size: 14px;
  padding: 10px 24px;
} /*shine effect*/
.shine-btn {
  transition: 0.6s;
  overflow: hidden;
  position: relative;
}

.shine-btn:focus {
  outline: 0;
}

.shine-btn:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 60px;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -webkit-transform: translateX(-100px) skewX(-15deg);
  transform: translateX(-100px) skewX(-15deg);
}

.shine-btn:after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  width: 30px;
  height: 100%;
  left: 30px;
  top: 0;
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: translateX(-100px) skewX(-15deg);
  transform: translateX(-100px) skewX(-15deg);
}

.shine-btn:hover {
  cursor: pointer;
}

.shine-btn:hover:before {
  -webkit-transform: translateX(300px) skewX(-15deg);
  transform: translateX(300px) skewX(-15deg);
  opacity: 0.6;
  transition: 0.7s;
}

.shine-btn:hover:after {
  -webkit-transform: translateX(300px) skewX(-15deg);
  transform: translateX(300px) skewX(-15deg);
  opacity: 1;
  transition: 0.7s;
}

.sub-head {
  font-size: 14px;
  margin-bottom: 12px;
} /* .................................... 2. Header .......................................*/
.social-icons li {
  display: inline-block;
  margin-right: 20px;
}

.social-icons li:last-child {
  margin-right: 0px;
}

.email-head,
.social-head {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.main-menu-1 ul li {
  display: inline-block;
  margin-right: 6px;
  position: relative;
}

.main-menu-1 > div > ul > li {
  padding: 7px 0px;
  padding-top: 9px;
}

.main-menu-1 > ul > li {
  padding: 15px 0px;
}

.line-after-1 .main-menu-1 ul li a.active:after {
  bottom: -30px;
}

.head-type-1.fixed-nav .line-after-1 .main-menu-1 ul li a.active:after {
  bottom: -23px;
}

.bottom-head .row > div.col-12,
.head-type-1 .row > div.col-12 {
  display: none;
}

.main-menu-1 ul > li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  left: 0;
}

.main-menu-1 ul > li:hover > .submenu.right-align {
  left: initial;
}

.main-menu-1 > ul > li > a:hover,
.main-menu-1 > ul > li > a.active {
  border-radius: 50px;
}

.main-menu-1 > ul > li a:hover {
  border-radius: 50px;
}

.main-menu-1 li .submenu li a {
  font-size: 13px;
  width: 100%;
  display: block;
  padding: 7px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-menu-1 li .submenu li {
  width: 100%;
  margin-right: 0px;
}

.main-menu-1 li .submenu li:not(:last-child) {
  border-bottom: 1px solid #f7f7f7;
}

.main-menu-1 li .submenu li:last-child a {
  border: none;
}

.main-menu-1 ul li a span {
  margin-left: 5px;
}

.main-menu-1 li .submenu li a:hover {
  border-radius: 0px;
}

.emergency {
  padding: 15px 40px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
/*==========================================
 Header Top
==========================================*/

.head-type-1 {
  position: relative;
  width: 100%;
  z-index: 999;
  background: #fff;
}
/*==========================
HEADER RESPONSIVE
==========================*/

/* Desktop */
.header-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-menu-1 {
  flex: 1;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.logo img {
  max-width: 120px;
  height: auto;
}

/*==========================
Top Header
==========================*/

.contact_info_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact_info {
  display: flex;
  align-items: center;
  gap: 30px;
}

.contact_info_wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social_media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.social_media ul {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
}
.file-upload {
    position: relative;
}

.file-upload input[type="file"] {
    padding-right: 45px;
    cursor: pointer;
}

.file-upload .fa-paperclip {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #777;
    pointer-events: none;
}
/*==========================
Laptop
==========================*/

@media (max-width: 1199px) {
  .logo {
    margin-bottom: 15px;
  }

  .contact_info_area {
    justify-content: center;
    gap: 15px;
  }

  .contact_info {
    justify-content: center;
    flex-wrap: wrap;
  }

  .social_media {
    justify-content: center;
  }
}

/*==========================
Tablet
==========================*/

@media (max-width: 991px) {
  .header_area_contains {
    padding: 10px 0;
  }

  .contact_info {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .contact_info_wrapper {
    justify-content: center;
  }

  .social_media {
    margin-top: 10px;
  }

  .logo img {
    max-width: 110px;
  }

  .mobile-menu {
    margin-top: 0;
  }
}

/*==========================
Mobile
==========================*/

@media (max-width: 767px) {
  .contact_info_wrapper a:last-child {
    font-size: 14px;
    line-height: 1.6;
  }

  .contact_info_wrapper {
    flex-wrap: wrap;
  }

  .social_media span {
    display: none;
  }
  .footer-1 .social_media span {
    display: block;
    width: 120px;
  }
 .footer-1 .social_media ul{
  justify-content: flex-start;
}
  .social_media ul {
    justify-content: center;
  }

  .logo img {
    max-width: 95px;
  }

  .header_area_contains {
    padding: 12px 0;
  }
}

/*==========================
Small Mobile
==========================*/

@media (max-width: 575px) {
  .contact_info_wrapper {
    flex-direction: column;
    gap: 5px;
  }

  .contact_info {
    gap: 15px;
  }

  .social_media {
    width: 100%;
  }

  .social_media ul {
    width: 100%;
    justify-content: center;
  }

  .logo {
    margin: 8px 0;
  }
}
.header_area_contains {
  background: #0f5db8;
  color: #fff;
  font-size: 14px;
}

.contact_info_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 48px;
}

.gglmap {
  margin-bottom: -10px;
}
.social_media {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: flex-end;
}

.social_media span {
  color: #fff;
  font-weight: 600;
  margin-right: 8px;
}

.social_media ul {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.social_media ul li a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: 0.35s;
}

.social_media ul li a:hover {
  background: #b21e35;
  transform: translateY(-3px);
}

.contact_info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}

.contact_info_wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact_info_wrapper span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_info_wrapper a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.contact_info_wrapper a:hover {
  color: #ffdada;
}

/*==========================================
 Main Header
==========================================*/

/* Parent */
.main-menu-1 ul li {
  position: relative;
}

/* Dropdown */
.main-menu-1 ul li .submenu {
  position: absolute;
  top: 90%;
  left: 0;
  width: 320px;
  min-width: 320px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
  padding: 15px 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: 0.35s;
  z-index: 999;
}

/* Show */
.main-menu-1 ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Remove flex from submenu */
.main-menu-1 ul li .submenu li {
  display: block;
  width: 100%;
}

/* Links */
.main-menu-1 ul li .submenu li a {
  display: block;
  width: 100%;
  padding: 8px 20px !important;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  transition: 0.3s;
}

/* Hover */
.main-menu-1 ul li .submenu li a:hover {
/*   background: #f4f8fc; */
  color: #0f5db8;
  padding-left: 35px !important;
}
.header-1 {
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  width: 100%;
  max-width: 115px;
  transition: 0.35s;
}

/*==========================================
 Navigation
==========================================*/

.main-menu-1 ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu-1 ul li {
  position: relative;
}

.main-menu-1 ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 36px 18px;
  color: #222;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  text-transform: uppercase;
  margin-left: 15px;
}

.main-menu-1 ul li a span {
  font-size: 12px;
}

.main-menu-1 ul li:hover > a,
.main-menu-1 ul li > a.active {
  color: #0f5db8;
}

/*==========================================
 Dropdown
==========================================*/

/*==========================================
 Button
==========================================*/

.head-1-book {
  background: #d51c39;
  color: #fff;
  padding: 14px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.35s;
  white-space: nowrap;
  font-size: 15px;
  text-transform: uppercase;
}

.head-1-book:hover {
  background: #0f5db8;
  color: #fff;
  transform: translateY(-2px);
  border-radius: 5px;
}

/*==========================================
 Remove Emergency Box
==========================================*/

.emergency {
  display: none;
}

/*==========================================
 Sticky Header
==========================================*/

.head-type-1.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  animation: headerDown 0.4s ease;
}

.head-type-1.sticky .header-1 {
  height: 75px;
}
.head-type-1 .logo {
  width: 100%;
}
.head-type-1.sticky .logo img {
  max-height: 65px;
}

@keyframes headerDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/*==========================================
 Responsive
==========================================*/

@media (max-width: 1399px) {
  .main-menu-1 ul li a {
    padding: 31px 12px;
  }
}

@media (max-width: 1199px) {
  .contact_info {
    justify-content: center;
    gap: 20px;
  }

  .header-1 {
    height: 80px;
  }

  .head-1-book {
    /* display:none; */
  }
}

@keyframes shine {
  0% {
    background-position: right;
  }

  100% {
    background-position: left;
  }
}

.head-type-1.fixed-nav,
.head-type-2.fixed-nav {
  position: fixed;
  -webkit-transition: all 0.4s;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.4s;
  box-shadow: 0 4px 10px rgba(40, 47, 65, 0.06);
  z-index: 20;
  -webkit-animation: showHeader 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  -moz-animation: showHeader 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  -o-animation: showHeader 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  animation: showHeader 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

.head-type-2.fixed-nav {
  box-shadow: 0 4px 10px rgba(40, 47, 65, 0.26);
  padding: 8px 0px;
}

.mean-container .mean-nav ul li a.mean-expand {
  height: 28px;
}

.head-type-1.fixed-nav .emergency {
  padding: 21px 40px;
}

.mean-container .mean-nav {
  max-height: 80vh;
  overflow: hidden;
}

.head-type-1.fixed-nav .main-menu-1 ul li a.active:after {
  bottom: -18px;
}

.mobile-menu .mean-nav {
  margin: 0;
  margin-top: 13px;
  background-color: #fff;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}



.mean-container a.meanmenu-reveal {
  top: -75px;
  margin-right: 10px;
  -webkit-transition: none;
  transition: none;
}

.mean-container .mean-bar {
  min-height: 0px;
  padding: 0px;
  background-color: #fff;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 99;
}

.head-type-2.head-type-3 .mean-container .mean-bar {
  background: none;
}

.head-type-2 .mean-container .mean-nav {
  background: none;
  height: 0;
}

.head-type-2 .meanmenu-reveal.meanclose + .mean-nav {
  height: auto;
  overflow: auto;
}

.bottom-head .meanmenu-reveal.meanclose + .mean-nav {
  margin-top: 43px;
  overflow: auto;
}

.mean-container a.meanmenu-reveal span.close-menu {
  background: none;
  font-size: 21px;
} /*header type 2*/
.head-type-2 {
  padding: 15px 0px;
}

.head-1-book-2 {
  padding: 9px 18px;
  font-size: 15px;
  color: #fff;
  height: 42px;
}

.head-1-book-2:hover {
  color: #fff;
  background: #14287b;
}

.head-1-book-call {
  border: 1px solid #fff;
  padding: 7px 18px;
  font-size: 15px;
  color: #fff;
}

.head-type-2 .main-menu-1 ul li a {
  color: #fff;
}

.head-type-2 .main-menu-1 ul li a.active {
  color: #fff;
}

.head-type-2 .main-menu-1 li .submenu li:not(:last-child) {
  border-bottom: 1px solid rgba(247, 247, 247, 0.05);
}

.head-type-2 .main-menu-1.menu-2 ul li a.active:after {
  position: absolute;
  content: close-quote;
  left: 13px;
  right: 17px;
  bottom: -24px;
  height: 1px;
  background-color: #fff;
}

.head-type-2.fixed-nav .main-menu-1.menu-2 ul li a.active:after {
  bottom: -15px;
}

.head-type-2.head-type-3.fixed-nav .main-menu-1.menu-2 ul li a.active:after {
  position: absolute;
  content: close-quote;
  left: 13px;
  right: 17px;
  bottom: -10px;
  height: 2px;
  background-color: #fff;
}

.head-type-2 .main-menu-1 ul li {
  display: inline-block;
  margin-right: 2px;
  position: relative;
}

.head-1-book-call:hover {
  color: #fff;
} /*header type 3*/
.head-type-2.head-type-3 {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 32px 0px;
}

.head-type-2.head-type-3 .main-menu-1 ul > li:hover > .submenu,
.head-type-2.head-type-3 .main-menu-1 ul > li > .submenu {
  background-color: #fff;
  padding: 10px 0px;
}

.head-type-2.head-type-3 .main-menu-1 li .submenu li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.head-type-2.head-type-3.fixed-nav {
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(40, 47, 65, 0.1);
  padding: 12px 0px;
}

.head-type-2.head-type-3 .container-fluid,
.slider-3 .container-fluid {
  max-width: 1200px;
}

.head-type-2.head-type-3 .head-1-book-call {
  padding: 9px 18px;
}

.head-type-2.head-type-3 .main-menu-1 > div > ul > li > a {
  padding: 15px 12px;
}

.head-type-2.head-type-3 .main-menu-1 li .submenu {
  top: 45px;
}

.head-type-2.head-type-3 .main-menu-1 li .submenu:after {
  width: 0px;
  position: absolute;
  content: close-quote;
  height: 0px;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  top: -9px;
  transform: translateY(-50%);
  left: 23px;
  opacity: 1;
}

.head-type-2.head-type-3 .head-1-book-call:hover {
  color: #fff;
} /*header type 4*/
.left-head .social-head ul {
  display: inline-block;
}

.topheader {
  padding: 19px 0px;
}

.social-head ul li a {
  font-size: 16px;
}

.social-head ul li {
  margin-right: 14px;
}

.left-head .email {
  font-size: 15px;
}

.right-head .btn.btn-blue {
  padding: 8px 17px;
  font-weight: 500;
}

.bottom-head .header-1 ul li a {
  color: #fff;
}

.bottom-head .main-menu-1 > div > ul > li {
  margin-right: 10px;
  padding: 0;
}

.ns-header-1 .main-menu-1 ul li.mega-menu-dropdown,
.head-type-1 .main-menu-1 ul li.mega-menu-dropdown,
.head-type-2 .main-menu-1 ul li.mega-menu-dropdown,
.bottom-head .main-menu-1 > div > ul > li.mega-menu-dropdown {
  position: static;
}

.bottom-head .main-menu-1 li .submenu li:not(:last-child) {
  border-bottom: 1px solid rgba(247, 247, 247, 0.1);
}

.bottom-head .main-menu-1 > div > ul > li > a.active,
.bottom-head .main-menu-1 > div > ul > li > a:hover {
  color: #fff;
  border-radius: 0px;
}

.bottom-head .main-menu-1 > div > ul > li > a {
  padding: 12px 15px;
  display: block;
}

.bottom-head .main-menu-1 li .submenu {
  top: 100%;
}

.search-popup .modal-content {
  background: none;
  border: none;
}

.search-popup .modal-dialog {
  max-width: 1000px;
  width: 100%;
}

.input-search {
  height: 70px;
  background: #fff;
  border-radius: 0;
  border: 2px solid;
  padding-left: 40px;
  border: none;
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  font-weight: 400;
}

.input-search + i {
  position: absolute;
  right: 40px;
  font-size: 20px;
}

.close-search-modal {
  position: absolute;
  right: 50px;
  top: 50px;
  font-size: 25px;
  color: #fff;
  opacity: 0.5;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 14px;
}

.main-menu-1 li .mega-menu.exd-mega-menu {
  width: 950px;
  right: 0;
  left: auto;
}

.main-menu-1 ul > li:hover > .exd-mega-menu {
  left: auto;
} /* .................................... 3. Banner .......................................*/

/*====================================================
 HERO SLIDER
====================================================*/

.slider-3 {
  position: relative;
  overflow: hidden;
}

.slider-3 .each-slider {
  position: relative;
  min-height: 850px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}

.slider-3 .each-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgb(0 0 0 / 95%) 0%,
    rgb(0 0 0 / 85%) 35%,
    rgb(181 181 181 / 15%) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: -1;
}

/*========================================
 Content
========================================*/

.banner-text-start {
    max-width: 750px;
    margin: 0 auto 40px;
}

.banner-check-list {
  display: flex;
  gap: 25px;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
  justify-content: center;
}

.banner-check-list li {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.banner-check-list li i {
  margin-right: 8px;
}

.banner-text-start h2 {
  font-size: 55px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 25px;
}

.banner-text-start h2 span {
  color: #256ced;
}

.banner-text-start p {
  max-width: 580px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 35px;
}
.section-space {
  padding-top: 85px;
  padding-bottom: 85px;
}
/*========================================
 Buttons
========================================*/

.btn-blue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 36px;
  border-radius: 50px;
  background: #d51c39;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.35s;
  text-transform: capitalize;
}

.btn-blue:hover {
  background: #2054b3;
  color: #fff;
  transform: translateY(-3px);
}

.btn-blue-border {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* padding: 16px 36px; */
  /* border-radius: 50px; */
  /* border: 2px solid #0F5DB8; */
  color: #df263c;
  text-decoration: none;
  transition: 0.35s;
  /* background: #df263c; */
  border: none;
  font-size: 18px;
}

.btn-blue-border:hover {
  background: #ffffff;
  color: #df263c;
}

/*========================================
 Owl Navigation
========================================*/

.main-slider .owl-nav {
  margin: 0;
}

.main-slider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.9) !important;
  color: #0f5db8 !important;
  font-size: 22px !important;
  transition: 0.3s;
}

.main-slider .owl-nav button:hover {
  background: #0f5db8 !important;
  color: #fff !important;
}

.main-slider .owl-prev {
  left: 40px;
}

.main-slider .owl-next {
  right: 40px;
}

/*========================================
 Owl Dots
========================================*/

.main-slider .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 35px;
  transform: translateX(-50%);
}

.main-slider .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px;
  background: rgba(15, 93, 184, 0.3);
  transition: 0.3s;
}

.main-slider .owl-dot.active span {
  width: 40px;
  border-radius: 30px;
  background: #0f5db8;
}

/*========================================
 Decorative Dots
========================================*/

.dots-img {
  position: absolute;
  right: 100px;
  bottom: 60px;
  width: 140px;
  opacity: 0.15;
}

/*========================================
 Responsive
========================================*/

@media (max-width: 991px) {
  .slider-3 .each-slider {
    min-height: 650px;
    text-align: center;
  }

  .banner-check-list {
    justify-content: center;
    flex-wrap: wrap;
  }

  .banner-text-start {
    margin: auto;
  }

  .banner-text-start h1 {
    font-size: 46px;
  }

  .main-slider .owl-nav {
    display: none;
  }
}

@media (max-width: 576px) {
  .slider-3 .each-slider {
    min-height: 550px;
  }

  .banner-text-start h1 {
    font-size: 34px;
  }

  .banner-text-start p {
    font-size: 16px;
  }

  .btn-blue,
  .btn-blue-border {
    width: auto;
    margin-bottom: 15px;
  }
}
.slider-3 .owl-carousel .owl-item.active .banner-text-left ul li {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.6s;
}

.slider-3 .owl-carousel .owl-item.active .banner-text-left h1 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.8s;
}

.slider-3 .owl-carousel .owl-item.active .banner-text-left p {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 1s;
}

.slider-3 .owl-carousel .owl-item.active .banner-text-left a {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 1.3s;
}

.dots-img {
  position: absolute;
  max-width: 111px;
  left: -20px;
  top: 0;
}

.main-slider.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  color: #fff;
  border: 2px solid;
}

.main-slider.owl-carousel .owl-nav button:hover i {
  color: #fff;
}
.slider-2 {
  min-height: 710px;
}

.banner-check-list.white li i {
  color: #fff;
}

.banner-text-left.slide-type-2 {
  margin-left: 0px;
}

.banner-quote-form {
  padding: 38px 28px;
  text-align: center;
  border-radius: 6px;
  padding-top: 26px;
}

.input-white.select-nice {
  width: 100%;
  padding: 0 19px !important;
}

.banner-quote-form .input-white {
  padding: 6px 14px;
}

.banner-quote-form .mb-3 {
  margin-bottom: 15px;
}

.banner-quote-form .input-white:focus + i {
  opacity: 1;
}

.banner-quote-form .input-white + i {
  font-size: 14px;
}

.banner-quote-form .btn-blue {
  font-size: 14px;
  box-shadow: none;
}

.sp-padd-sel1 {
  padding-right: 7px;
}

.sp-padd-sel2 {
  padding-left: 7px;
}
.slider-3.vector-slide {
  min-height: 785px;
  background-position: 50%;
  background-repeat: no-repeat;
}

.zip-code-input {
  max-width: 400px;
  height: 55px;
}

.slider-3.vector-slide .banner-text-left {
  margin-top: 65px;
}

.zip-code-input .input-white {
  height: 55px;
}

.zip-code-input .btn-black {
  min-width: 72px;
}

.zip-code-input .input-white + i {
  position: absolute;
  right: 93px;
  font-size: 15px;
  z-index: 9;
  opacity: 0.3;
}

.slider-3 .banner-text-left {
  margin: 0;
}

.banner-3-check li img {
  max-width: 23px;
}

.banner-3-check li h5 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
}

.banner-3-check {
  max-width: 550px;
}

.banner-3-check.check-list2 li {
  padding-left: 40px;
}

/*banner type 4*/

.banner-type-4 {
  min-height: 573px;
}

.play-btn-white {
  height: 62px;
  width: 62px;
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  line-height: 62px;
  border-radius: 50%;
}

.play-btn-white:hover {
  color: #fff;
}

.banner-form-4 {
  background-color: rgba(19, 27, 35, 0.3);
  padding: 20px 20px;
  border-radius: 8px;
  max-width: 800px;
  margin: auto;
}

.banner-form-4 .select-nice:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  height: 9px;
  width: 9px;
  right: 20px;
  top: 48%;
}

.banner-form-4 ul.list {
  width: 100%;
}

.banner-form-4 .form-control {
  padding: 7px 19px;
  font-weight: normal;
}

.banner-form-4 .btn.btn-black {
  min-width: 80px;
}

.feature-bg-icon2 {
  opacity: 0.03;
  position: absolute;
  right: 40vw;
  top: 20px;
  z-index: -1;
}
/* .................................... 4. About .......................................*/
.about-image {
  padding-right: 15px;
}
.about-image img {
  border-radius: 12px;
  box-shadow: 1px 1px 10px #d2d2d2;
}
.about-count {
  position: absolute;
  top: -10px;
  left: -10px;
  text-align: center;
  padding: 40px 30px;
  border-radius: 6px;
  padding-top: 30px;
}

.about-count p {
  margin-bottom: 0;
}

.about-count h3 {
  margin-bottom: 0px;
  margin-top: 0px;
}

.about-count a {
  margin-top: 8px;
}

.about-count:before {
  position: absolute;
  content: close-quote;
  left: 7px;
  right: 7px;
  bottom: 7px;
  top: 7px;
  border: 1px solid #fff;
  border-radius: 6px;
  opacity: 0.5;
}

.sub-head span {
  position: relative;
  top: -4px;
  margin: 0px 15px;
  display: inline-block;
}
.sub-head {
  color: #0f5db8;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
}
.about-div .check-list {
  margin-top: 24px;
  margin-bottom: 21px;
}
.about-div h1 {
  font-size: 46px;
}
.check-list li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 12px;
  font-size: 17px;
}

.check-list li span {
  position: absolute;
  left: 0;
  width: 23px;
  height: 23px;
  border: 2px solid;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  top: 2px;
}

.check-list.half-list li {
  width: 46%;
  vertical-align: top;
  display: inline-block;
}

.bg-dot-right {
  background-image: url(../img/other/dots2.webp);
  background-repeat: repeat-y;
  background-position: right top;
  background-size: 330px;
}

.bg-dot-full {
  background-image: url(../img/other/dots2.webp);
  background-size: 330px;
}

.bg-dot-full2 {
  background-image: url(../img/other/dots3.webp);
  background-size: 330px;
}
.highlight-text{
        color: #2054b3;
    margin-left: 15px;
    font-weight: 600;
}

.about-bg-icon {
  position: absolute;
  top: -150px;
  right: 131px;
  opacity: 0.03;
} /*about type 2*/
.about-2 {
  position: relative;
  overflow: hidden;
}

.about-bg-dot-icon {
  position: absolute;
  right: -17vw;
  top: 0;
}

.vector-abt-img {
  position: absolute;
  right: 49vw;
  top: 0;
  width: 973px;
}

.vector-abt-img img {
  width: 973px;
} /*about type 3*/
.abt-brush {
  position: absolute;
  right: 70px;
  top: -2px;
  z-index: -1;
  max-width: 130px;
  opacity: 0.04;
}

.abt-bubble {
  position: absolute;
  left: 6px;
  bottom: -25px;
  z-index: -1;
  max-width: 150px;
  opacity: 0.04;
} /*about type 4*/
.lady-img {
  float: right;
} /* .................................... 5. Service .......................................*/

.service-cg-icon {
  position: absolute;
  left: -30px;
  top: 10px;
  opacity: 0.04;
}

.btn-blue.btn-md {
  min-width: 150px;
  font-size: 14px;
  padding: 10px 24px;
}

.service-text h3 {
  line-height: 1.2;
}

.service-each .service-text h3 {
  margin-bottom: 8px;
  font-size: 22px;
  margin-top: 24px;
}

.service-each .service-text p {
  margin-bottom: 2px;
} /*service type 2*/
.service-2-each {
  text-align: center;
  position: relative;
  background-color: #fff;
}

.service2-img .icon {
  display: inline-block;
  width: 74px;
  height: 74px;
  padding: 18px;
  border-radius: 50%;
  position: absolute;
  bottom: -36px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.service2-content {
  padding: 25px 30px;
  padding-top: 57px;
}

.service2-img {
  position: relative;
}

.service2-img img {
  width: 100%;
}

.service2-content .line {
  width: 41px;
  height: 2px;
  display: block;
  margin: auto;
  margin-bottom: 7px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.service-2-each:hover .service2-content .line {
  width: 60px;
}

.service-2-each .service2-content h3 {
  margin-bottom: 8px;
}

.service-2-each .service2-content p {
  margin-bottom: 23px;
}

.service-2-each .service2-content h3 a {
  font-size: 26px;
}
/*==========================
 Service Card
==========================*/

.service-each-3 {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.35s ease;
  height: 100%;
}

.service-each-3:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(15, 93, 184, 0.15);
}

/* Image */

.service-each-3 img {
  width: 100% !important;
  height: 250px;
  object-fit: cover;
  transition: 0.5s;
}

.service-each-3:hover img {
  transform: scale(1.08);
}

/* Image Wrapper */

.service-each-3 > div:first-child {
  overflow: hidden;
}

/* Button */
.service-text-3 {
  padding: 20px 30px;
}
.service-text-3 p {
  font-size: 16px;
  min-height: 88px;
}
.service-text-3 h3 {
  font-size: 22px;
  font-weight: 600;
}
.service-text-3 .btn {
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
}
.service-each-3 > div:first-child {
  position: relative;
  overflow: hidden;
}

.service-each-3 > div:first-child::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.25), transparent);
  opacity: 0;
  transition: 0.35s;
}

.service-each-3:hover > div:first-child::after {
  opacity: 1;
}
/* Responsive */

@media (max-width: 767px) {
  .service-each-3 img {
    height: 220px;
  }

  .service-text-3 {
    padding: 25px;
  }
}
/*=========================================
 WHY CHOOSE US / USP SECTION
=========================================*/

.service {
  background: #edf5ff70;
  position: relative;
}

.service-each {
  background: #fff;
  border-radius: 18px;
  padding: 40px 30px;
  border: 1px solid #edf2f7;
  transition: 0.35s;
  position: relative;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

.service-each::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #0f5db8;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.35s;
}

.service-each:hover::before {
  transform: scaleX(1);
}

.service-each:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 45px rgba(15, 93, 184, 0.12);
}

/*=========================
 Icon
=========================*/

.service-icn {
  width: 90px;
  height: 90px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: #eef6ff;
  border: 2px solid #d9eaff;
  transition: 0.35s;
}

.service-icn img {
  width: 45px;
  transition: 0.35s;
}

.service-each:hover .service-icn {
  background: #0f5db8;
  border-color: #0f5db8;
}

.service-each:hover .service-icn img {
  transform: scale(1.08);
  filter: brightness(0) invert(1);
}

/*=========================
 Text
=========================*/

.service-text h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 15px;
  transition: 0.3s;
}

.service-text p {
  color: #6b7280;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 0;
}

.service-each:hover .service-text h3 {
  color: #0f5db8;
}

/*=========================
 Bottom Line
=========================*/

.line-servcie {
  display: block;
  width: 45px;
  height: 4px;
  background: #0f5db8;
  margin: 22px auto 0;
  border-radius: 30px;
  transition: 0.35s;
}

.service-each:hover .line-servcie {
  width: 90px;
  background: #b21e35;
}

/*=========================
 Section Heading
=========================*/

.service .sub-head {
  color: #0f5db8;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
}

.service h2 {
  font-size: 46px;
  font-weight: 700;
  color: #1f2937;
}

/*=========================
 View All Area
=========================*/

.service .row.mt-20 {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #e5e7eb;
}

/*=========================
 Responsive
=========================*/

@media (max-width: 991px) {
  .service {
    padding: 80px 0;
  }

  .service h1 {
    font-size: 36px;
  }

  .service-each {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .service-icn {
    width: 75px;
    height: 75px;
  }

  .service-icn img {
    width: 38px;
  }

  .service-text h3 {
    font-size: 20px;
  }
}
/*=============================
 Service Slider
==============================*/

.service-slider .item {
  padding: 15px;
}

.service-slider .service-each-3 {
  margin: 0;
  height: 100%;
  min-height: 485px;
}
.owl-carousel .owl-item img {
  width: auto;
}
/* Navigation */

.service-slider .owl-nav {
  display: block !important;
}

.service-slider .owl-prev,
.service-slider .owl-next {
  position: absolute;
  top: -90px;
  width: 48px;
  height: 48px;
  border-radius: 50% !important;
  background: #fff !important;
  border: 1px solid #e5e5e5 !important;
  color: #0f5db8 !important;
  font-size: 18px !important;
  transition: 0.3s;
}

.service-slider .owl-prev:hover,
.service-slider .owl-next:hover {
  background: #0f5db8 !important;
  color: #fff !important;
  border-color: #0f5db8 !important;
}

.service-slider .owl-prev {
  right: 65px;
  left: auto;
}
.service-slider .owl-prev span {
  font-size: 35px;
  line-height: 30px;
}
.service-slider .owl-next span {
  font-size: 35px;
  line-height: 30px;
}
.service-slider .owl-next {
  right: 0;
}

/* Dots */

.service-slider .owl-dots {
  margin-top: 40px;
  text-align: center;
}

.service-slider .owl-dot span {
  width: 12px;
  height: 12px;
  background: #d9d9d9;
  transition: 0.3s;
}

.service-slider .owl-dot.active span {
  width: 35px;
  border-radius: 20px;
  background: #0f5db8;
}

@media (max-width: 991px) {
  .service-slider .owl-prev,
  .service-slider .owl-next {
    display: none;
  }
}
/* .................................... 6. Cta .......................................*/

.cta.bg-blue.pt-100 {
  padding-bottom: 100px;
}

.callback-form .form-control {
  min-width: 340px;
}

.callback-footer-2 {
  max-width: 545px;
  width: 100%;
  text-align: right;
  margin-left: auto;
}

.cta-footer .cta-cl-bg {
  right: 39vw;
  max-width: 230px;
  top: -42px;
}

.cta-footer h2 {
  margin-bottom: 0px;
}
/*==========================================
 CTA SECTION
==========================================*/

.cta {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(15, 93, 184, 0.95) 0%,
    rgb(15 93 184 / 67%) 45%,
    rgb(178 30 53 / 67%) 100%
  );
  z-index: 1;
}

.cta .container {
  position: relative;
  z-index: 2;
}

/* Left Content */

.cta-line-after h2 {
  color: #fff;
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 18px;
  text-align: left;
}

.cta-line-after p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 17px;
  line-height: 1.9;
  text-align: left;
}

/* Right Buttons */

.cta-inline-btn {
  display: inline-block;
  margin: 10px 8px;
}

.cta-inline-btn .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 34px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.35s;
}

/* Phone Button */

.btn-white-border {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.7);
}

.btn-white-border:hover {
  background: #fff;
  color: #0f5db8;
  border-color: #fff;
  transform: translateY(-3px);
}

/* Quote Button */

.btn-black {
  background: #fff;
  color: #0f5db8;
  border: 2px solid #fff;
}

.btn-black:hover {
  background: #b21e35;
  border-color: #b21e35;
  color: #fff;
  transform: translateY(-3px);
}

/* Optional Decorative Circles */

.cta::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  right: -120px;
  top: -120px;
  z-index: 1;
}

/* Responsive */

@media (max-width: 991px) {
  .cta {
    text-align: center;
    padding: 80px 0;
  }

  .cta-line-after {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .cta-line-after h1 {
    font-size: 38px;
  }

  .cta-inline-btn {
    display: block;
    margin: 15px 0;
  }

  .cta-inline-btn .btn {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .cta-line-after h1 {
    font-size: 30px;
  }

  .cta-line-after p {
    font-size: 15px;
  }
}
/* .................................... 7. How it works .......................................*/
.each-hw-works {
  padding: 0px 60px;
}

.each-hw-works .hw-text h3 {
  margin-bottom: 5px;
}

.hw-steps {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  width: 44px;
  height: 44px;
  position: relative;
  border-radius: 50%;
  line-height: 43px;
  font-weight: bold;
  background: #df263c;
}
/* 
.hw-steps:after {
  position: absolute;
  content: '...................................................................';
  height: 31px;
  width: 360px;
  top: -4px;
  left: 37px;
  font-size: 17px;
  overflow: hidden;
} */

.each-hw-works .hw-steps {
  margin-top: 20px;
  margin-bottom: 20px;
}

.hw-steps.no-line:after {
  display: none;
} /*how it works 2*/
.hw-it-wrks2 {
  position: relative;
}

.hw-it-wrks2:before {
  position: absolute;
  content: close-quote;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../img/other/dots2.webp);
  background-size: 330px;
  background-repeat: repeat;
} /*how it works 3*/
.how-work-img {
  position: relative;
  width: 134px;
  height: 134px;
  border-radius: 50%;
  border: 2px solid;
  margin: auto;
  background-color: #fff;
}

.how-work-img .step-count {
  right: -7px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  width: 38px;
  height: 38px;
  position: absolute;
  border-radius: 50%;
  line-height: 38px;
  font-weight: bold;
}

.how-works-2 {
  padding: 0px 40px;
}
.hw-it-wrks2 h2 {
  font-size: 46px;
  line-height: 1.2;
  font-weight: bold;
}
.how-work-img:after {
  position: absolute;
  content: close-quote;
  width: 360px;
  top: 50%;
  font-size: 17px;
  overflow: hidden;
  height: 1px;
  z-index: -1;
}

.how-works-2 .how-work-text h3 {
  margin-bottom: 6px;
  margin-top: 22px;
}

.how-work-img:before {
  width: 0px;
  position: absolute;
  content: close-quote;
  height: 0px;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 17px solid;
  top: 50%;
  right: -9px;
  transform: translateY(-50%);
  left: 192%;
  opacity: 0;
}

.no-step-border .how-work-img:before,
.no-step-border .how-work-img:after {
  display: none;
}

.how-work-img img {
  max-width: 59px;
}

.why-brush {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.04;
  max-width: 150px;
}

.why-bubble {
  position: absolute;
  bottom: 0;
  max-width: 160px;
  left: 29%;
  opacity: 0.04;
}

.why-choose-3 .check-list2 {
  margin-top: 25px;
  margin-bottom: 29px;
}
.why-choose-3 h2 {
  font-size: 46px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 18px;
  text-align: left;
}

.why-choose-3 .check-list2 h5 {
  font-size: 17px;
} /* .................................... 8. Why us .......................................*/
.play-btn {
  width: 75px;
  height: 75px;
  text-align: center;
  border-radius: 50%;
}

.play-btn i {
  color: #fff;
  line-height: 75px;
}

.why-video {
  border: 7px solid;
  border-left: 0;
}

.check-list2 li {
  position: relative;
  margin-bottom: 12px;
  display: flex;
  gap: 12px;
}

.why-us-content .btn {
  margin-top: 0;
}

.check-list2 h5 {
  margin-bottom: 0px;
}

.why-bg-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.04;
}

.why-us-content .check-list2 h5 {
  font-size: 17px;
}

.why-us-content .check-list2 p {
  line-height: 1.5;
  margin-top: 4px;
} /*why us 2*/
.why-choose-2 {
  overflow: hidden;
}

.why-us-bg-2 img {
  min-width: 583px;
  position: relative;
  left: -180px;
  top: 13px;
}

.why-bg-icon2 {
  position: absolute;
  left: -90px;
  top: -110px;
  opacity: 0.04;
}

.why-bg-icon2a {
  position: absolute;
  right: 129px;
  bottom: -210px;
  opacity: 0.04;
}

.why-choose-2 .check-list2 h5 {
  font-size: 18px;
  font-weight: 500;
}

.why-choose-2 .check-list2 {
  margin-top: 27px;
  margin-bottom: 16px;
}
/*==========================
 Premium USP Strip
==========================*/
/*=============================
    PREMIUM USP SECTION
==============================*/

.usp-strip {
  position: relative;
  margin-top: -70px;
  z-index: 1;
}

.usp-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 45px;
}

/* Card */

.usp-item {
  background: #fff;
  border-radius: 18px;
  padding: 20px 14px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: 0.4s ease;
  cursor: pointer;
  border-top: 4px solid #0f5db8;
}

.usp-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #0f5db8, #0051b5);
  transform: translateY(100%);
  transition: 0.45s;
  z-index: 0;
}

.usp-item:hover::before {
  transform: translateY(0);
}

.usp-item > * {
  position: relative;
  z-index: 2;
}

.usp-item:hover {
  transform: translateY(-12px);
}

/* Icon */

.usp-icon {
  width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 50%;
    background: #eef6ff;
    color: #0f5db8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    transition: 0.4s;
    box-shadow: 0 10px 25px rgb(15 93 184 / 35%);
}

.usp-item:hover .usp-icon {
  background: #fff;
  color: #0f5db8;
  transform: rotateY(360deg) scale(1.08);
}

/* Heading */

.usp-item h4 {
      margin-top: 22px;
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    transition: 0.35s;
}

.usp-item:hover h4 {
  color: #fff;
}

/* Small line */

.usp-item::after {
  content: "";
  width: 55px;
  height: 3px;
  background: #df263c;
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  border-radius: 20px;
  transition: 0.35s;
  z-index: 2;
}

.usp-item:hover::after {
  width: 90px;
  background: #fff;
}

/* Responsive */

@media (max-width: 1200px) {
  .usp-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .usp-strip {
    margin-top: 40px;
  }

  .usp-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .usp-item {
    padding: 26px 12px;
  }

  .usp-icon {
    width: 48px;
    height: 48px;
    font-size: 21px;
  }

  .usp-item h4 {
    font-size: 14px;
    font-weight: 500;
  }
}

@media (max-width: 576px) {
  .usp-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* .................................... 9. Testimonial .......................................*/
.link-line {
  border-bottom: 1px solid;
  padding-bottom: 6px;
  display: inline-block;
  color: #2054b3;
  font-size: 18px;
  font-weight: 500;
}

.client-image img {
  max-width: 50px;
}

.testimonial-quote {
  padding: 20px 30px;
  padding-top: 40px;
  border-radius: 30px;
  position: relative;
}
.testimonial-quote p {
  font-size: 15px;
}
.testimonial-quote .fa-quote-left {
  font-size: 35px;
  margin-bottom: 20px;
}
.testimonial-each .testimonial-quote h4 {
  margin-bottom: 7px;
  font-size: 22px;
}

.cta-callback h1 {
  margin-bottom: 30px;
}
/*=========================================
 BLOG CARD
=========================================*/

.each-blog {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
  position: relative;
}

.each-blog:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 60px rgba(15, 93, 184, 0.15);
}

/*=========================
 Image
=========================*/

.blog-imgs {
  position: relative;
  overflow: hidden;
}

.blog-imgs img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  transition: 0.6s;
  display: block;
}

.each-blog:hover .blog-imgs img {
  transform: scale(1.08);
}

/* Dark Overlay */

.blog-imgs::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45), transparent);
  opacity: 0;
  transition: 0.35s;
}

.each-blog:hover .blog-imgs::after {
  opacity: 1;
}

/*=========================
 Date & Category
=========================*/

.blog-image-info p {
  display: inline-block;
  background: #b21e35;
  color: #fff;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 13px;
  margin-bottom: 12px;
  font-weight: 600;
}

.date-tag {
  display: inline-block;
  background: #0f5db8;
  color: #fff;
  padding: 10px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
}

/*=========================
 Content
=========================*/

.blog-content {
  padding: 30px;
  background: #fff;
}

.blog-content h4 {
  margin-bottom: 18px;
}

.blog-content h4 a {
  color: #1f2937;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  transition: 0.3s;
}

.each-blog:hover h4 a {
  color: #0f5db8;
}

.blog-content p {
  color: #6b7280;
  line-height: 1.9;
  margin-bottom: 24px;
  font-size: 16px;
}

/* Divider */

.blog-content .hr-1 {
  height: 1px;
  background: #ececec;
  margin: 25px 0;
}

/*=========================
 Read More
=========================*/

.read-blog {
  display: inline-flex;
  align-items: center;
  color: #0f5db8;
  text-decoration: none;
  font-weight: 700;
  transition: 0.35s;
  font-size: 16px;
}

.read-blog i {
  margin-left: 10px;
  transition: 0.35s;
}

.read-blog:hover {
  color: #b21e35;
}

.read-blog:hover i {
  transform: translateX(8px);
}

/*=========================
 Responsive
=========================*/

@media (max-width: 767px) {
  .blog-imgs img {
    height: 220px;
  }

  .blog-content {
    padding: 22px;
  }

  .blog-content h4 a {
    font-size: 20px;
  }
}
.testimonial-quote .client-name {
  margin-top: 12px;
  text-align: right;
  font-weight: 600;
}
.testimonial-quote:after {
  width: 0px;
  height: 0px;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #eef4f8;
  position: absolute;
  content: close-quote;
  bottom: -16px;
  left: 42px;
} /*testimonial type 2*/
.testimonial-2-each {
  padding: 55px 45px;
}

.quote-testimonial-2 {
  position: absolute;
  right: 45px;
  top: -10px;
  font-size: 74px;
  opacity: 0.13;
}

.testimonial-2-each h3 {
  line-height: 1.6;
  margin-bottom: 2px;
  margin-top: 5px;
}

.blog-image-2 img {
  width: 100%;
}

.owl-carousel.testimonial-2-slide .owl-nav {
  position: absolute;
  right: 45px;
  bottom: 58px;
}

.owl-carousel.testimonial-2-slide .owl-nav button {
  width: 35px;
  height: 35px;
  border: 2px solid;
  border-radius: 50%;
}

.owl-carousel.testimonial-2-slide .owl-nav .owl-prev {
  margin-right: 15px;
}

.owl-carousel.testimonial-2-slide .owl-nav button:hover {
  color: #fff;
} /*testimonial type 3*/
.testi-by-img {
  max-width: 75px;
  margin: auto;
}

.testimonial-3-tp:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 0.92;
  background-color: #fff;
}

.testimonial-3-tp {
  position: relative;
  background-size: 90%;
}

.testimonial-3-slide .owl-nav {
  top: 21px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

.owl-carousel.testimonial-3-slide .owl-nav button {
  width: 35px;
  height: 35px;
  border: 1px solid;
  border-radius: 50%;
  margin: 0px 133px;
}

.owl-carousel.testimonial-3-slide .owl-nav button:hover {
  color: #fff;
}

.each-quote-3 {
  padding: 0px 35px;
}

.testimonial-3-text .testimonial-3-by {
  margin-top: 22px;
} /* .................................... 10. Pricing .......................................*/
.price-row-width {
  max-width: 1017px;
  margin: auto;
}

.each-price {
  background-color: #fff;
  padding: 40px 45px;
  border-radius: 6px;
  overflow: hidden;
}

.lined-head span {
  font-size: 15px;
  margin: 0px 13px;
  position: relative;
  top: -5px;
}

.price-features li {
  font-size: 15px;
  font-weight: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.price-features li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.main-price {
  font-size: 50px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.each-price h4 {
  font-size: 26px;
}

.main-price .sup,
.main-price .sub {
  font-size: 13px;
  font-weight: normal;
}

.main-price .sup {
  position: absolute;
  top: 5px;
  left: -14px;
}

.main-price .sub {
  margin-left: 2px;
}

.lined-head {
  display: inline-block;
  position: relative;
}

.lined-head:before {
  position: absolute;
  content: "........";
  left: -49px;
  font-size: 14px;
  top: 2px;
}

.lined-head:after {
  position: absolute;
  content: "........";
  right: -49px;
  font-size: 14px;
  top: 2px;
}

.each-price.active .price-features li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.each-price.active .lined-head:after,
.each-price.active .lined-head:before {
  color: #fff;
}

.each-price.active {
  transform: scale(1.03);
  z-index: 4;
  box-shadow: 0 12px 12px -6px rgba(41, 137, 216, 0.38);
}

.price-cl-bg {
  position: absolute;
  right: 140px;
  top: 37px;
  z-index: 1;
  opacity: 0.04;
}

.price-cl-bg2 {
  position: absolute;
  left: 200px;
  top: 67px;
  z-index: 1;
  opacity: 0.04;
} /*price type 2*/
.each-price-2 {
  padding: 35px 27px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  border-radius: 6px;
  padding-bottom: 42px;
}

.each-price-2:after {
  position: absolute;
  content: close-quote;
  width: 250px;
  height: 250px;
  opacity: 0.15;
  border-radius: 50%;
  right: -100px;
  top: -90px;
}

.price-2-heads img {
  position: absolute;
  right: 27px;
}

.price-2-heads .line {
  display: block;
  width: 33px;
  height: 2px;
  margin-top: 26px;
  margin-bottom: 23px;
}

.price-2-heads p {
  line-height: 1;
}

.prive-2-list li {
  position: relative;
  padding-left: 24px;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 3px;
}

.prive-2-list li i {
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 12px;
  color: #3dba69;
}

.prive-2-list li span {
  font-weight: bold;
}

.price-row-width2 {
  max-width: 916px;
  margin: auto;
}

.each-price-2 .btn-block {
  padding: 13px 25px;
  font-size: 14px;
}

.each-price-2.active {
  color: #fff;
}

.each-price-2.active .line {
  background-color: #fff;
}

.each-price-2.active .prive-2-list li i {
  color: #fff;
}

.each-price-2.active:after {
  background-color: #fff;
  z-index: 10;
}

.each-price-2.active .price-2-heads img {
  right: 0;
} /* .................................... 11. Blog .......................................*/
.blog-imgs img {
  width: 100%;
}

.blog-imgs {
  position: relative;
}

.date-tag {
  color: #fff;
  padding: 4px 15px;
  border-radius: 50px;
}

.blog-image-info {
  position: absolute;
  left: 25px;
  bottom: 11px;
}

.blog-content {
  padding: 30px 25px;
  padding-bottom: 30px;
}

.read-blog {
  display: block;
  margin-top: 16px;
}

.read-blog i {
  float: right;
  margin-top: 4px;
}

.blog-imgs:after {
  position: absolute;
  content: close-quote;
  left: 0;
  top: 30%;
  opacity: 0.5;
  bottom: 0;
  right: 0;
  background: rgb(19, 27, 35);
  background: -moz-linear-gradient(
    0deg,
    rgba(19, 27, 35, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(19, 27, 35, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(19, 27, 35, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#131b23", endColorstr="#ffffff", GradientType=1);
}

.blog-nav-icon,
.service-nav-icon,
.team-nav-icon,
.prdt-nav-left,
.prdt-nav-right {
  width: 38px;
  height: 38px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  border-radius: 50px;
  border: 1px solid;
}

.blog-nav-icon:hover,
.service-nav-icon:hover,
.team-nav-icon:hover {
  color: #fff;
}

.each-blog:hover .read-blog {
  letter-spacing: 1px;
}

.each-blog:hover {
  box-shadow: none;
} /*blog type 2*/
.blog-image-2 {
  position: relative;
}

.blog-date-bg {
  position: absolute;
  top: 24px;
  left: 21px;
}

.blog-date-bg .date {
  color: #fff;
  position: absolute;
  top: 49px;
}

.blog-date-bg .date h3 {
  line-height: 0.9;
}

.blog-image-2:before {
  position: absolute;
  content: close-quote;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.reabmore-blog-2 {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.reabmore-blog-2:hover {
  color: #fff;
}

.each-blog-2:hover .blog-image-2:before {
  opacity: 0.5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.each-blog-2:hover .reabmore-blog-2 {
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.blog-text-2 {
  padding: 16px 25px;
  background-color: #fff;
}

.each-blog-2 .blog-text-2 h3 {
  line-height: 1;
  margin-bottom: 0px;
}

.each-blog-2 .blog-text-2 h3 a {
  font-size: 19px;
  font-weight: 500;
}

.blog-info-list {
  position: relative;
  padding: 12px 25px;
  background-color: rgba(255, 255, 255, 0.6);
}

.blog-info-list .list-inline-item:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  padding-right: 12px;
}

.blog-info-list:after {
  position: absolute;
  content: close-quote;
  width: 0%;
  height: 2px;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  left: 0;
}

.each-blog-2:hover .blog-info-list:after {
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.blog-info-list .list-inline-item {
  line-height: 0;
  font-weight: normal;
}

.sub-head {
  text-transform: uppercase;
}

.each-blog-2:hover {
  box-shadow: 0 13px 14px -10px rgba(0, 0, 0, 0.1);
}

.blog-bg-icon2 {
  position: absolute;
  right: 31%;
  top: -30px;
  max-width: 200px;
  opacity: 0.04;
}

section.blog-2 {
  overflow: hidden;
} /* .................................... 12. Cta .......................................*/
.cta-cl-bg {
  position: absolute;
  opacity: 0.05;
  right: 28vw;
  top: -2px;
  z-index: 1;
}

.cta-footer {
  overflow: hidden;
} /* .................................... 13. Footer .......................................*/
.contact-footer ul li {
  position: relative;
  font-size: 18px;
  color: #ffffff;
  text-align: left;
  padding-left: 35px;
}
.contact-footer ul li a {
  color: #ffffff;
}
.contact-footer ul li i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #fff;
}
.footer-1{
  position: relative;
}
.footer-1 .logo-footer img {
  max-width: 115px;
  width: 100%;
}
.footer-1 .section-space {
  padding-top: 70px;
  padding-bottom: 70px;
}
.footer-1 .social_media {
  justify-content: flex-start;
}
.footer-1:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background: #2054b3;
}
.footer-1 .footer-bottom {
  text-align: center;
  padding: 5px 0;
  background-color: #ffffff;
  color: #2054b3;
}
.footer-1 .footer-bottom p {
  color: #2054b3;
}
.footer-lines {
  width: 43px;
  height: 2px;
  display: inline-block;
  background-color: #b3bec5;
  margin-top: 22px;
  margin-bottom: 14px;
}

.footer-1 p {
  color: #ffffff;
  font-size: 16px;
}

.footer-1 p {
  color: #ffffff;
}
.footer-1 h3 {
  color: #ffffff;
}

.footer-links li a:hover i {
  margin-right: 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-links li {
  margin-bottom: 12px;
}

.footer-links li a:hover {
  color: #ffffff;
}

.nice-select .option {
  line-height: 30px;
  min-height: 30px;
}

.footer-links li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 2px;
}

.footer-links li a i {
  margin-right: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.footer-buttons .btn-white-border {
  border: 1px solid #b3bec5;
  color: #b3bec5;
}

.social-icons.footer a {
  color: #b3bec5;
}

.scroll-btn {
  width: 35px;
  height: 35px;
  position: fixed;
  right: 43px;
  bottom: 37px;
  border-radius: 50%;
  color: #fff;
  line-height: 36px;
  font-size: 12px;
  z-index: 50;
}

.scroll-btn:hover {
  color: #fff;
} /* .................................... 14. Team .......................................*/
.team-image-part {
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 7px solid;
}

.team-image-part img {
  width: 100%;
}

.plus-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 26px;
  text-align: center;
  top: 10px;
  border-radius: 50%;
  color: #fff;
  line-height: 50px;
  font-size: 29px;
  z-index: 5;
}

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

.each-teams {
  position: relative;
  max-width: 235px;
  margin: auto;
  margin-bottom: 75px;
}

.team.all-team .each-teams {
  margin-bottom: 60px;
}

.meanmenu-reveal.meanclose + .mean-nav {
  margin-bottom: 12px;
  margin-top: 13px;
  background: #212529;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.head-type-1 .meanmenu-reveal.meanclose + .mean-nav {
  margin-bottom: 0px;
}

.head-type-2 .meanmenu-reveal.meanclose + .mean-nav {
  margin-bottom: 0px;
}

.each-teams .plus-btn {
  right: 8px;
}

.owl-carousel .each-teams {
  margin-bottom: 0px;
}

.each-teams .team-text h4 {
  margin-bottom: 5px;
  font-size: 24px;
}

.team-image-part .social-icons {
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: 0.3s;
}

.team-image-part .social-icons li a {
  color: #fff;
}

.team-image-part .social-icons li a:hover i {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.team-image-part:before {
  position: absolute;
  content: close-quote;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: 0.3s;
}

.each-teams:hover .team-image-part:before {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: 0.3s;
}

.each-teams:hover .team-image-part .social-icons {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: 0.3s;
}

.each-teams:hover .plus-btn {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.each-teams:hover .team-image-part {
  box-shadow: 0 5px 10px 2px rgba(19, 27, 35, 0.1);
}

.team-bg-icon2 {
  position: absolute;
  top: -36px;
  left: 53%;
  max-width: 200px;
  opacity: 0.04;
} /*team type 2*/
.each-teams-2 {
  padding-top: 30px;
}

.each-teams-2 .team-text h4 {
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 24px;
}

.each-teams-2 .team-text p {
  margin-top: 5px;
}

.te-img-outer {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  max-width: 198px;
  margin: auto;
}

.te-img-outer .plus-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.team-img-2-outer .bg-team-img {
  position: absolute;
  top: -25px;
  z-index: -1;
  opacity: 0.15;
  max-width: 90%;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
}

.te-img-outer:after {
  position: absolute;
  content: close-quote;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.each-teams-2:hover .te-img-outer .plus-btn {
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.each-teams-2:hover .te-img-outer:after {
  opacity: 0.9;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.cta-video[data-overlay]::before {
  opacity: 0.94;
}

.play-btn-big {
  width: 84px;
  text-align: center;
  height: 84px;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}

.play-btn-big i {
  color: #fff;
  font-size: 20px;
  line-height: 84px;
}

.play-btn-big:after,
.play-btn-big:before {
  position: absolute;
  content: close-quote;
  width: 130px;
  height: 130px;
  border: 2px dashed rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.play-btn-big:before {
  width: 175px;
  height: 175px;
  border: 2px dashed rgba(255, 255, 255, 0.2);
} /* .................................... 15. Video area .......................................*/
.video-2 .play-btn {
  margin: auto;
  margin-bottom: 20px;
}

.video-2 h1 {
  font-size: 70px;
  margin-bottom: 7px;
}

.video-p {
  max-width: 600px;
  margin: auto;
  margin-bottom: 25px;
}

.video-im1 {
  position: absolute;
  left: -198px;
  top: -29px;
  z-index: 5;
}

.video-im2 {
  position: absolute;
  right: -120px;
  bottom: -72px;
  z-index: 5;
} /* .................................... 16. Clents logo .......................................*/
.each-client-img img {
  display: block;
  width: 100%;
  opacity: 0.5;
}

.each-client-img:hover img {
  opacity: 1;
}

.client-bg-icon2 {
  position: absolute;
  right: 38%;
  top: 2%;
  max-width: 230px;
  opacity: 0.04;
}

.each-count-f {
  position: relative;
}

.each-count-f:after {
  position: absolute;
  content: close-quote;
  width: 1px;
  top: 0;
  bottom: 0;
  background-color: #fff;
  right: 0;
  opacity: 0.25;
}

.each-count-f.no-border:after {
  opacity: 0;
  display: none;
} /* .................................... 17. Faq area .......................................*/
.faq-boxes .card-header {
 border: 1px solid rgb(39 85 199);
    border-radius: 7px;
    margin-bottom: 15px;
    box-shadow: none;
    position: relative;
    padding: 17px 16px;
    cursor: pointer;
    margin-bottom: 20px;
    background: #f7f8fa;
}

.faq-boxes .card {
  border: none;
}

.faq-boxes .card-header h5 {
  font-size: 16px;
  font-weight: normal;
}

.faq-boxes .card-body {
  padding: 21px;
  padding-top: 0px;
  line-height: 26px;
}

.faq-boxes .card-header:hover {
  background: none;
}

.each-count-f p {
  margin-bottom: 5px;
}

.each-count-f h1 {
  margin-bottom: 5px;
  font-weight: bold;
}

.faq-boxes .card-header h5 i {
  position: absolute;
  right: 15px;
}

.faq-boxes .card-header.collapsed h5 i {
  transform: rotate(0deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.faq-boxes .card-header h5 i {
  transform: rotate(45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.faq-boxes.white-faq .card-header {
  background-color: #fff;
} /* .................................... 18. Portfolio .......................................*/
.each-portfolio {
  position: relative;
}

.each-portfolio .portfolio-text h4 {
  margin-bottom: 4px;
  font-size: 25px;
}

.each-portfolio .portfolio-text p {
  margin-bottom: 12px;
}

.portfolio-text {
  text-align: center;
  width: 90%;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn.btn-md {
  padding: 8px 7px;
  min-width: 130px;
  font-size: 14px;
  font-weight: normal;
}

.each-portfolio:before {
  position: absolute;
  content: close-quote;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.each-portfolio:hover:before {
  opacity: 0.9;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.each-portfolio:hover .portfolio-text {
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.each-portfolio:after {
  position: absolute;
  content: close-quote;
  left: 10px;
  right: 10px;
  bottom: 10px;
  top: 10px;
  border: 1px solid #fff;
  opacity: 0;
  border-radius: 8px;
}

.each-portfolio:hover:after {
  opacity: 0.3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.owl-carousel.porfolio-slide .owl-nav {
  position: absolute;
  top: 43%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.owl-carousel.porfolio-slide .owl-nav .owl-prev {
  position: absolute;
  width: 40px;
  height: 54px;
  color: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  left: 0px;
  text-align: center;
}

.owl-carousel.porfolio-slide .owl-nav .owl-next {
  position: absolute;
  width: 40px;
  height: 54px;
  color: #fff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  right: 0px;
  text-align: center;
}

.each-feature {
  margin-bottom: 40px;
}

.features .each-feature h3 {
  margin-bottom: 2px;
  margin-top: 20px;
  font-size: 21px;
}
/*==============================
 Marquee Section
===============================*/

.marquee-section {
background: #123370;
  padding: 10px 0;
  overflow: hidden;
  position: relative;
}

.marquee {
  white-space: nowrap;
  overflow: hidden;
}

.marquee-content {
  display: inline-flex;
  align-items: center;
  animation: marqueeMove 50s linear infinite;
}

.marquee-content span {
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 40px;
}

.marquee-content i {
  color: #ffd54a;
  font-size: 12px;
}

@keyframes marqueeMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.marquee-section:hover .marquee-content {
  animation-play-state: paused;
}

@media (max-width: 767px) {
 .marquee-content span {
        font-size: 14px;
        margin: 0 25px;
    }
}
/* .................................... 19. About Us .......................................*/
.inner-banner {
  min-height: 375px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.inner-banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: #ffffff66;
}
.head-type-2.head-type-3.inner-header {
  border-bottom: 2px solid rgba(0, 0, 0, 0.07);
  padding: 25px 0px;
}

.head-type-2.head-type-3.inner-header.fixed-nav {
  padding: 12px 0px;
  border: none;
  z-index: 99;
}

.inner-bnr-nav li {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}

.inner-bnr-nav li:last-child {
  margin: 0;
  padding: 0;
}

.inner-bnr-nav li:after {
  position: absolute;
  content: "/";
  margin-left: 9px;
  top: 4%;
  right: -5px;
}

.inner-bnr-nav li:last-child:after {
  display: none;
}

.mission-bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0.04;
  max-width: 150px;
}

.mission-bg-2 {
  position: absolute;
  left: -40px;
  bottom: 0;
  z-index: -1;
  max-width: 150px;
  opacity: 0.04;
}

.each-feature h3 {
  line-height: 1.4;
  margin-bottom: 2px;
} /* .................................... 20. Blog Standared .......................................*/
.blog-standared-img {
  position: relative;
}

.blog-standared-img img {
  width: 100%;
}

.blog-standared-date {
  position: absolute;
  left: 30px;
  top: 30px;
  padding: 10px 19px;
  padding-top: 17px;
  border-radius: 8px;
  z-index: 5;
}

.blog-standared-content {
  padding: 16px 28px;
  border: 3px solid;
}

.blog-standared-content .blog-std-texts h2 {
  margin-bottom: 5px;
}

.tag-blog {
  padding: 5px 15px;
  border-radius: 50px;
  display: inline-block;
}

.blog-std-head ul li {
  position: relative;
}

.blog-std-head ul li:after {
  position: absolute;
  content: "|";
  right: 0;
  opacity: 0.4;
}

.blog-std-head ul li:last-child:after {
  display: none;
}

.blog-std-head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 13px;
  margin-bottom: 18px;
}

.slider-type-blog.owl-carousel .owl-nav button.owl-next,
.slider-type-blog.owl-carousel .owl-nav button.owl-prev {
  height: 50px;
  width: 50px;
  color: #fff;
  border-radius: 50%;
  opacity: 0.5;
}

.slider-type-blog .owl-prev,
.slider-type-blog .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider-type-blog .owl-prev {
  left: 30px;
}

.slider-type-blog .owl-next {
  right: 30px;
}

.right-box-head {
  padding: 20px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.right-box-head h4 {
  font-weight: bold;
  display: inline-block;
  position: relative;
}

.right-box-content {
  padding: 30px 30px;
}

.right-box-head h4:after {
  position: absolute;
  content: close-quote;
  left: 0;
  right: 0;
  height: 2px;
  bottom: -23px;
}

.search-white {
  height: 60px;
}

.search-white + i {
  position: absolute;
  right: 25px;
  opacity: 1;
}

.popular-post {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.popular-post-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 82px;
  flex: 0 0 82px;
  max-width: 82px;
  position: relative;
}

.popular-post-img .full-cover {
  color: #fff;
  opacity: 0;
}

.popular-post-text p {
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 0;
}

.popular-post-text span {
  font-weight: 500;
  font-size: 12px;
}

.popular-post:last-child {
  padding: 0;
  margin: 0;
  border: none;
}

a.popular-post:hover .full-cover {
  opacity: 1;
}

.right-box {
  border-radius: 8px;
}

.categories li {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.categories li a {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.categories li a span {
  float: right;
  display: inline-block;
  font-size: 11px;
  width: 24px;
  height: 24px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  margin-top: 1px;
  border-radius: 50%;
}

.categories li:last-child {
  padding: 0;
  margin: 0;
  border: none;
}

.tags-widget .tag-link {
  background-color: #fff;
  display: inline-block;
  padding: 5px 24px;
  font-size: 13px;
  font-weight: 400;
  border-radius: 70px;
  margin-bottom: 10px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
}

.tags-widget .tag-link:hover {
  color: #fff;
}

.social-profile-box {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 39px;
  text-align: center;
  border: 1px solid;
  font-size: 16px;
  margin-right: 8px;
  border-radius: 50%;
}

.social-profile-box:hover {
  color: #fff;
}

.pagination-type1 ul li {
  display: inline-block;
  margin-right: 15px;
}

.pagination-type1 ul li a {
  width: 42px;
  height: 42px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
font-size: 18px;
  font-weight: 600;
  line-height: 42px;
}

.pagination-type1 ul li a:hover,
.pagination-type1 ul li.active a {
     color: #fff;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.18);
    background: #2054b3;
}

.blog-grid-2 .blog-info-list {
  background-color: rgba(238, 244, 248, 0.5);
}

.pagination-type1 ul li:last-child {
  margin: 0px;
} /* .................................... 21. Blog Details .......................................*/
.block-quote-2 {
  padding: 35px;
  padding-left: 125px;
  position: relative;
}

.block-quote-2:before {
  position: absolute;
  content: close-quote;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.block-quote-by {
  display: inline-block;
  font-weight: bold;
  padding-left: 35px;
  position: relative;
}

.block-quote-by:before {
  position: absolute;
  content: close-quote;
  left: 0;
  height: 1px;
  background-color: #fff;
  width: 22px;
  top: 50%;
}

.block-quote-2 i.fas {
  font-size: 45px;
  position: absolute;
  left: 45px;
  top: 43px;
}

.blog-de-footer {
  border: 1px solid rgba(19, 27, 35, 0.1);
  border-left: none;
  border-right: none;
}

.tags-small a {
  display: inline-block;
  padding: 7px 18px;
  font-size: 13px;
  font-weight: 400;
  border-radius: 70px;
}

.tags-small a:hover {
  color: #fff;
}

.blog-social li a {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  line-height: 30px;
  font-size: 13px;
  color: #131b23;
}

.blog-social li {
  margin-right: 6px;
}

.blog-social li a:hover {
  color: #fff;
}

.ayther-img {
  min-width: 140px;
  margin-right: 20px;
}

.blog-auther-social li a {
  opacity: 0.5;
}

.blog-auther-social li a:hover {
  opacity: 1;
}

.blog-next-prev {
  border: 1px solid rgba(19, 27, 35, 0.1);
  border-left: none;
  border-right: none;
} /*comment*/
.comment-text .top-head h6 {
  display: inline-block;
}

.connent-lists > li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(19, 27, 35, 0.1);
}

.comment-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 77px;
  flex: 0 0 77px;
  max-width: 77px;
  margin-right: 30px;
}

.comment-date {
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 15px;
}

.name-replay .reply {
  float: right;
  font-size: 14px;
}

.name-replay .list-inline {
  display: inline-block;
  font-size: 14px;
}

.replay-comment {
  padding-left: 75px;
}

.green-border {
  border: 1px solid;
}

textarea.input-white {
  height: auto;
  padding-top: 20px;
}

.light-border {
  border: 2px solid;
}

.related-blogs .blog-info-list {
  background-color: rgba(238, 244, 248, 0.5);
} /* .................................... 22. Contact us .......................................*/

/*=========================================
 CONTACT SECTION
=========================================*/

.contact {
  background: #f6f6f7;
  position: relative;
}

/* Left Side */

.contact h3 {
  color: #1f2937;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 15px;
}

.contact h4 {
  color: #1f2937;
  font-weight: 700;
}

.contact p {
  color: #6b7280;
  line-height: 1.8;
}

.hr-1 {
  height: 1px;
  background: #e5e7eb;
}

/* Contact Info */

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

.contacts-list li {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}

.contacts-list .icon {
  width: 45px;
  height: 45px;
  min-width: 45px;
  border-radius: 50%;
  background: #0f5db8;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: 0.35s;
}
.contact-social-icon-wrapper a i {
  width: 45px;
  height: 45px;
  background-color: #df263c;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.35s;
  color: #fff;
}
.contacts-list li:hover .icon {
  background: #b21e35;
  transform: translateY(-4px);
}

.contacts-list .sub-head {
    display: block;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 4px;
}


.contacts-list p {
  margin: 0;
  color: #1f2937;
  font-weight: 500;
}

/*==========================
 Contact Form
==========================*/

.contact-form {
  background: #fff !important;
  padding: 45px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.contact-form h3 {
  color: #1f2937;
  font-size: 32px;
  margin-bottom: 30px;
}

/* Inputs */

.contact-form .form-control {
  height: 58px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 0 18px 0 50px;
  color: #1f2937;
  background: #fff;
  box-shadow: none;
  transition: 0.3s;
  line-height: 3.9;
}

.contact-form textarea.form-control {
  height: 170px;
  padding-top: 18px;
  resize: none;
  line-height: 1.8;
  padding-left: 20px;
}

.contact-form .form-control:focus {
  border-color: #0f5db8;
  box-shadow: 0 0 0 4px rgba(15, 93, 184, 0.1);
}

/* Icons */

.contact-form .relative {
  position: relative;
}

.contact-form .relative i {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #0f5db8;
  font-size: 16px;
}

.contact-form textarea + i {
  top: 24px;
  transform: none;
}

/* Select */

.contact-form select {
  cursor: pointer;
}

/* Button */

.contact-form .btn {
  padding: 16px 40px;
  border-radius: 50px;
  background: #0f5db8;
  border: none;
  color: #fff;
  font-weight: 600;
  transition: 0.35s;
}

.contact-form .btn:hover {
  background: #b21e35;
  transform: translateY(-3px);
}

/*==========================
 Responsive
==========================*/

@media (max-width: 991px) {
  .contact {
    padding: 80px 0;
  }

  .contact h3 {
    font-size: 30px;
  }

  .contact-form {
    margin-top: 40px;
    padding: 35px 25px;
  }
}

@media (max-width: 767px) {
  .contacts-list li {
    gap: 14px;
  }

  .contacts-list .icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }

  .contact-form {
    padding: 25px 20px;
  }

  .contact-form .form-control {
    height: 54px;
  }

  .contact-form textarea.form-control {
    height: 150px;
  }
} /* .................................... 23. Portfolio .......................................*/
.portfolio-item-img {
  position: relative;
}

.portfolio-overlay {
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  opacity: 0;
}

.portfolio-overlay {
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  z-index: 5;
  left: 8px;
  padding: 30px;
  color: #fff;
}

.portfolio-overlay:before {
  position: absolute;
  content: close-quote;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.9;
  z-index: 1;
}

.portfolio-overlay .date {
  position: absolute;
  top: 25px;
  left: 30px;
}

.portfolio-item-detail {
  position: absolute;
  bottom: 25px;
  left: 30px;
  right: 30px;
}

.plus-line-link {
  position: absolute;
  right: 0;
  width: 36px;
  height: 36px;
  bottom: 0;
  margin-top: -4px;
}

.plus-line-link:before {
  position: absolute;
  content: close-quote;
  height: 36px;
  width: 1px;
  background-color: #fff;
  left: 50%;
  top: 0;
}

.plus-line-link:after {
  position: absolute;
  content: close-quote;
  height: 1px;
  width: 36px;
  background-color: #fff;
  left: 0;
  top: 50%;
}

.portfolio-item-detail .filtered-name {
  position: relative;
}

.filter-gallery button:last-child {
  margin-right: 0px;
}

.portfolio-item {
  margin: 0px 15px;
  margin-bottom: 30px;
}

.portfolio-item.mar-0 {
  margin: 0px 0px;
  margin-bottom: 30px;
}

.portfolio-filter {
  margin-left: -15px;
  margin-right: -15px;
}

.portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-item-img img {
  width: 100%;
  height: auto;
}

.grid-item,
.grid-sizer {
  width: 33.33%;
}

.grid-item {
  float: left;
  height: auto;
}

.btn-filter {
  background: none;
  border: none;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 13px;
  margin-right: 10px;
  border-radius: 8px;
  border: 2px solid #fff;
}

.filter-gallery {
  text-align: center;
}

.btn-filter.active,
.btn-filter:hover {
  border: 2px solid;
}

.btn-filter:last-child {
  margin: 0;
  margin: 0px 15px;
  margin-bottom: 12px;
}

.portfolio-item-detail h5 a:hover {
  color: #fff;
} /* .................................... 24. Service .......................................*/
.quote-service {
  padding: 80px 70px;
  padding-bottom: 85px;
}

.quote-service .btn.btn-black {
  font-size: 15px;
}

.quote-service .input-white {
  padding: 7px 15px;
} /* .................................... 25. Service details .......................................*/
.servvice-link-list li a {
  display: block;
  border-bottom: 1px solid #fff;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  background: #f9fafc;
  color: #000;
}

.servvice-link-list li a i {
  margin-right: 10px;
  font-size: 13px;
}

.servvice-link-list li a:after {
  width: 0px;
  position: absolute;
  content: close-quote;
  height: 0px;
  border-top: 27px solid transparent;
  border-bottom: 27px solid transparent;
  border-left: 17px solid #ffffff;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  right: -24px;
}

.servvice-link-list li a:hover,
.servvice-link-list li.active a {
  color: #fff;
}

.servvice-link-list li a:hover:after,
.servvice-link-list li a:after,
.servvice-link-list li.active a:after {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
}

.servvice-link-list{
    background:#fff;
    border-radius:16px;
    padding:18px;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
}

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

.servvice-link-list li{
    margin-bottom:12px;
}

.servvice-link-list li:last-child{
    margin-bottom:0;
}

.servvice-link-list li a{
    display:flex;
    align-items:center;
    gap:14px;
    padding:15px 22px;
    border-radius:12px;
    text-decoration:none;
    color:#222;
    font-weight:600;
    font-size:16px;
    position:relative;
    overflow:hidden;
    transition:.35s ease;
    background:#f7f8fa;
    border:1px solid #ececec;
}

/* Left Accent */
.servvice-link-list li a::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
/*     width:4px; */
    height:100%;
    background:#2e4aae;
    transform:scaleY(0);
    transition:.35s;
}

/* Icon */
.servvice-link-list li a i{
    color:#2e4aae;
    transition:.35s;
    font-size:14px;
}

/* Hover */
.servvice-link-list li:hover a{
    background:#2e4aae;
    color:#fff;
    transform:translateX(8px);
    border-color:#2e4aae;
}

.servvice-link-list li:hover a i{
    color:#fff;
}

.servvice-link-list li:hover a::before{
    transform:scaleY(1);
    background:#fff;
}

/* Active Item */
.servvice-link-list li.current-menu-item a,
.servvice-link-list li.current_page_item a,
.servvice-link-list li.current-menu-parent a,
.servvice-link-list li.current-page-ancestor a{
    background: #2054b3;
    color:#fff;
}

.servvice-link-list li.current-menu-item a::before,
.servvice-link-list li.current_page_item a::before,
.servvice-link-list li.current-menu-parent a::before,
.servvice-link-list li.current-page-ancestor a::before{
    transform:scaleY(1);
    background:#fff;
}

.servvice-link-list li.current-menu-item a i,
.servvice-link-list li.current_page_item a i,
.servvice-link-list li.current-menu-parent a i,
.servvice-link-list li.current-page-ancestor a i{
    color:#fff;
}
.service  .custom-grid-box{
	    row-gap: 20px;
}
/* Responsive */

@media (max-width:767px){

    .servvice-link-list{
        padding:15px;
    }

    .servvice-link-list li a{
        padding:14px 18px;
        font-size:15px;
    }

}
.blue-contacts {
  padding: 40px 30px;
  padding-bottom: 40px;
  color: #ffff;
  padding-bottom: 35px;
	    background: #ecf1fd;
    border-radius: 8px;
}

.blue-contacts .icon {
  background-color: #2054b3;
}

.blue-contacts li:not(:last-child) {
  border-bottom: 1px solid rgb(92 89 89 / 30%);
  padding-bottom: 16px;
}

.blue-contacts li p {
  font-size: 18px;
}

.check-list.type-2-c li i {
  position: absolute;
  left: 0;
  top: 4px;
}

.check-list.type-2-c li {
  padding-left: 28px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 8px;
  padding-right: 10px;
} /* .................................... 26. Error .......................................*/
.error-bg-icon {
  position: absolute;
  left: -13vw;
  top: -22vw;
  opacity: 0.03;
  z-index: -1;
}

section.error:after {
  position: absolute;
  content: close-quote;
  width: 54vw;
  height: 54vw;
  right: -19vw;
  top: 0;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.5;
}

.error-texts h1 {
  font-size: 133px;
  font-weight: 900;
} /* .................................... 27. Login Signup .......................................*/
.form-area {
  padding: 80px 70px 60px 70px;
}

.label-check {
  position: relative;
  top: 1px;
} /* .................................... 28. Coming soon .......................................*/
.coming-soon {
  min-height: 500px;
  height: 100vh;
}

.week-count h1 {
  font-size: 100px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  line-height: 1;
  margin-bottom: 0px;
}

.clock {
  border-right: 2px solid rgba(255, 255, 255, 0.1);
}

.clock sup {
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
}

.week-count h1 sup {
  position: absolute;
  right: -55px;
  top: 9px;
  font-family: "Montserrat", sans-serif;
}

.hour-week h1 {
  font-weight: bold;
  position: relative;
  font-size: 32px;
  margin-right: 55px;
  font-family: "Montserrat", sans-serif;
  line-height: 67px;
}

.hour-week h1 sup {
  position: static;
  vertical-align: top;
}

.input-white + .input-group-append .btn {
  border: none;
  border-radius: 0px;
  color: #fff;
  width: 55px;
}

.coming-soon .input-group-append {
  border-radius: 8px;
  overflow: hidden;
} /* .................................... 29. Partners .......................................*/
.partner {
  text-align: center;
}

.partner-logo {
  position: relative;
  height: 132px;
  border: 3px solid;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 15px;
}

.partner-logo:after {
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid;
  position: absolute;
  content: close-quote;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.partner-name {
  margin-bottom: 60px;
}

.partner-name a {
  font-size: 19px;
  font-weight: 500;
  margin-top: 12px;
  display: inline-block;
  opacity: 0.6;
}

.partner:hover .partner-name a {
  opacity: 1;
}

.partner:hover .partner-logo {
  border: 3px solid;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.partner:hover .partner-logo:after {
  border-top: 10px solid;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.partner-logo img {
  opacity: 0.6;
}

.partner:hover .partner-logo img {
  opacity: 1;
} /* .................................... 30. Portfolio details .......................................*/
.line-right {
  position: relative;
}

.line-right:after {
  position: absolute;
  content: close-quote;
  height: 1px;
  width: 20px;
  top: 50%;
  margin-left: 15px;
}

.case-info p {
  margin: 0;
}

.case-quote a {
  text-decoration: underline;
}

.each-gallery.case-gallery-links {
  margin-bottom: 30px;
}

.gallery-links {
  position: relative;
  display: block;
}

.each-gallery {
  margin-right: 12px;
}

.gallery-links .full-cover {
  color: #fff;
}

.each-gallery:last-child {
  margin: 0;
}

.gallery-links .full-cover {
  opacity: 0;
}

.gallery-links:hover .full-cover {
  opacity: 0.9;
}

.each-gallery.case-gallery-links {
  margin-bottom: 30px;
} /* .................................... 31. Shop listing .......................................*/
.shop-prdt-img {
  position: relative;
}

.shop-prdt-img img {
  width: 100%;
}

.shop-prdt-img:before {
  position: absolute;
  content: close-quote;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  right: 0;
  opacity: 0;
}

.shop-buttons {
  opacity: 0;
  top: 55%;
  width: 100%;
  text-align: center;
}

.shop-buttons .btn {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 43px;
  padding: 0;
  margin: 0px 5px;
}

.shop-buttons .btn-view {
  border: 2px solid;
}

.shop-buttons .btn-cart {
  padding: 0px 11px;
  width: auto;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

.shop-prdt-data .stars-rate i {
  font-size: 14px;
  margin-right: 0px;
  color: #d0d0d0;
}

.shop-prdt-data {
  background-color: #fff;
  padding: 20px 17px;
  padding-bottom: 15px;
}

.shop-prdt-data .hr-1 {
  margin-bottom: 10px;
  margin-top: 13px;
}

.real-price,
.lined-price {
  font-weight: bold;
  font-size: 16px;
}

.shop-prdt-img span {
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 1px 10px;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}

.shop-prdt:hover:hover .shop-buttons {
  opacity: 1;
  top: 50%;
}

.shop-prdt:hover:hover .shop-prdt-img:before {
  opacity: 0.8;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.shop-buttons .btn-view:hover {
  border-color: #fff;
  color: #fff;
}

.lined-price {
  opacity: 0.4;
  text-decoration: line-through;
  font-size: 14px;
  margin-left: 5px;
}

.nice-select.sort-nice {
  float: right;
  padding: 0px 14px;
  min-width: 160px;
  height: auto;
}

.prdt-price {
  margin-top: 8px;
} /* .................................... 32. Cart .......................................*/
.cart-table {
  width: calc(100% - 3px);
  min-width: 680px;
}

.cart-table tbody tr td {
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  text-align: center;
  padding: 10px;
}

.cart-table thead tr th {
  border-bottom: 3px solid;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px;
  text-align: center;
  padding: 12px 10px;
}

.prdt-thumb img {
  max-width: 75px;
  border: 1px solid #c3c3c3;
}

.prdt-remove {
  height: 110px;
}

.prdt-quantity .form-control {
  width: 68px;
  display: inline-block;
  margin-left: 2px;
}

.bg-calendar {
  position: relative;
}

.bg-calendar i {
  position: absolute;
  right: 20px;
  top: 15px;
} /*custome date calendar*/
.datepicker td,
.datepicker th {
  font-size: 14px;
  width: 25px;
  height: 25px;
}

.datepicker {
  padding: 14px;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background-color: #201c15;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background-image: none;
  background: #201c15;
}

.clear-cart {
  font-weight: bold;
  margin-top: 13px;
  margin-left: 11px;
}

ul.total-table li span {
  float: left;
}

ul.total-table li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  text-align: right;
  font-weight: normal;
}

ul.total-table li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

ul.total-table li.total {
  font-size: 15px;
  font-weight: 700;
}

.cart-box-head {
  padding: 13px 25px;
  font-size: 18px;
}

.inner-cart-box {
  padding: 25px;
  border: 1px solid;
} /* .................................... 33. Checkout .......................................*/
.login-section .card-header.icon-change:after,
h4.ship-address.icon-change:after {
  content: "\f068";
}

.login-section .card-header:after,
h4.ship-address:after {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  position: absolute;
  top: 15px;
  right: 20px;
}

.login-section .card-header {
  border-radius: 0px;
  border: none;
  padding: 17px 25px;
}

.login-section .card {
  border-radius: 0px;
  border: none;
  margin-bottom: 20px;
  border-bottom: 2px solid;
}

select.form-control:not([size]):not([multiple]) {
  height: 50px;
}

.login-section .card-body {
  background-color: #f8f8f8;
  border-top: 1px solid #ccc;
}

.odered-items {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 74px;
}

.odered-items .details {
  padding-left: 80px;
  position: relative;
  top: 10px;
}

.odered-items img {
  position: absolute;
  width: 60px;
  top: 0;
  left: 0;
  border: 1px solid #b9b9b9;
}

.odered-items .details h4 {
  font-size: 14px;
  margin-bottom: 1px;
}

.odered-items .details p.category {
  margin-bottom: 0px;
}

.quantity {
  font-size: 14px;
}

.odered-items .details a {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.3;
}

.your-order {
  padding: 35px 31px;
}

.left-checkout .input-white {
  border: 1px solid #ccc;
}

.left-checkout .input-white {
  border: 1px solid #ccc;
  padding: 4px 25px;
}

.left-checkout .nice-select {
  width: 100%;
}

.price-detail ul li {
  text-align: right;
}

.payment-method .card {
  background: none;
  border: none;
  margin-bottom: 10px;
}

.odered-items:last-child {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.payment-method .card h5 {
  font-size: 15px;
  color: #223645;
}

.payment-method .card-header {
  padding: 0;
  background-color: #ffffff;
  border: none;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #201c15;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #201c15;
}

.price-detail ul {
  background-color: #fff;
  padding: 20px;
}

.top-login-sign .cart-top i {
  margin-right: 2px;
}

.login-section .card-header.icon-change:after,
h4.ship-address.icon-change:after {
  content: "\f068";
}

.left-checkout textarea.input-white {
  padding-top: 20px;
} /* .................................... 34. Product detail .......................................*/
.prdt-cat span {
  padding: 2px 9px;
  border-radius: 50px;
  font-weight: normal;
  font-size: 12px;
  background-color: #56dc95;
  color: #fff;
}

.prdt-reviews .stars-rate {
  font-size: 11px;
}

.rate-detail p {
  font-size: 22px;
  font-weight: 500;
  margin-top: 10px;
}

.rate-detail p .per-day {
  font-size: 13px;
  font-weight: normal;
}

.prdt-form .input-white {
  padding: 14px;
  border: 1px solid #ccc;
}

.prdt-form .input-white + i {
  top: 12px;
  font-size: 14px;
  right: 14px;
}

.rate-detail p .lined {
  text-decoration: line-through;
  opacity: 0.3;
  margin-right: 4px;
}

.prdt-form label {
  font-size: 13px;
  margin-bottom: 4px;
  font-weight: 500;
}

.prdt-detail-tab {
}

.prdt-tab {
  padding: 25px 25px;
}

.prdt-tab .nav-pills {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 25px;
}

.review-prdt {
  position: relative;
  padding-left: 75px;
  padding-bottom: 18px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.review-prdt .user-img {
  position: absolute;
  left: 0;
  width: 56px;
  border-radius: 50%;
  padding: 2px;
  border: 1px solid #ccc;
}

.review-prdt h4 {
  font-size: 15px;
  margin-bottom: 0px;
  font-weight: 600;
}

.review-prdt h4 span {
  font-size: 13px;
  font-weight: 400;
  margin-left: 5px;
}

.review-prdt p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

.prdt-tab .nav-pills .nav-item {
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 10px;
}

.prdt-tab .nav-pills .nav-item:last-child {
  margin-right: 0px;
}

.review-prdt ul.stars li i {
  font-size: 13px;
}

.review-prdt .stars-rate i {
  font-size: 12px;
}

.prdt-form .btn {
  padding: 12px 25px;
  font-size: 15px;
}

.blue-dot-list li {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  position: relative;
  padding-left: 25px;
}

.blue-dot-list li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f192";
  position: absolute;
  left: 0;
  top: 0px;
}

.inner-header.fixed-nav .main-menu-1.menu-2 ul li a.active:after {
  bottom: -11px;
  height: 2px;
}

.column-4-prtflo .grid-item {
  width: 25%;
} /* .................................... 35. Cost Calculator .......................................*/
.calculation .nice-select {
  width: 100%;
  float: none;
}

.calculation .input-white {
  padding: 9px 19px;
  height: 60px;
}

.calculation .nice-select .list {
  width: 100%;
}

.calculation .nice-select:after {
  right: 20px;
  height: 8px;
  width: 8px;
}

.calculation .mb-3 {
  padding: 23px 25px;
  padding-top: 18px;
  margin-bottom: 30px;
}

.total-cost-calc {
  max-width: 240px;
  margin: auto;
}

.right-box-content .check-list li:last-child {
  margin-bottom: 0px;
}

.right-box-content .check-list li {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 21px;
  padding-left: 46px;
}

.right-box-content .check-list li i {
  color: #fff;
}

.right-box-content .check-list li span {
  width: 27px;
  height: 27px;
  border: 1px solid #fff;
  line-height: 27px;
  top: 1px;
}

.right-box-content .check-list {
  margin-top: 8px;
  margin-bottom: 8px;
}

.book-service .input-white {
  border: 1px solid;
} /* .................................... 36.Team .......................................*/
.team-member-image img {
  width: 100%;
}

.experience li span {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.experience li {
  position: relative;
  padding-left: 41px;
  padding-bottom: 21px;
  font-size: 14px;
}

.experience li:after {
  content: close-quote;
  position: absolute;
  width: 10px;
  height: 10px;
  left: 1px;
  top: 10px;
  border-radius: 50%;
}

.experience li:before {
  content: close-quote;
  position: absolute;
  left: 5px;
  top: 10px;
  height: 100%;
  width: 2px;
}

.experience li:last-child:before {
  height: 0;
}

.experience {
  margin-top: 20px;
}

.team-detail .check-list li {
  font-size: 14px;
  font-weight: normal;
}

.team-detail .check-list li span {
  width: 21px;
  height: 21px;
  border: 1px solid;
  font-size: 9px;
  top: 4px;
} /* .................................... 37.Gallery .......................................*/
.each-work {
  position: relative;
}

.work-text {
  position: absolute;
  bottom: 35px;
  left: 50px;
  right: 50px;
  z-index: 10;
}

.each-work.center-plus .plus-btn .h-line {
  display: block;
  width: 2px;
  height: 50px;
  background-color: #ffffff;
  left: 49%;
  position: absolute;
}

.each-work.center-plus .plus-btn .v-line {
  display: block;
  width: 50px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.each-work.center-plus .plus-btn {
  top: 50px;
  left: 50px;
  position: absolute;
  height: 50px;
  width: 50px;
  z-index: 10;
}

.each-work:hover .plus-btn {
  transform: rotate(90deg);
}

.each-work .work-text {
  opacity: 0.7;
}

.each-work:hover .work-text {
  opacity: 1;
}

.each-work .work-text p {
  max-height: 0;
  opacity: 0;
  padding-top: 10px;
  -webkit-transition:
    max-height 0.4s ease-in,
    opacity 0.4s ease-in;
  transition:
    max-height 0.4s ease-out,
    opacity 0.4s ease-in;
  overflow: hidden;
}

.each-work.center-plus .plus-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.each-work.center-plus:hover .plus-btn {
  opacity: 1;
}

.each-work:hover img {
  opacity: 0.5;
}

.each-work:before {
  position: absolute;
  content: close-quote;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 6px solid;
  opacity: 0;
  z-index: 9;
}

.each-work:hover:before {
  opacity: 1;
} /* .................................... non use css .......................................*/ /*switch color css*/
.color-theme {
  position: fixed;
  top: 120px;
  z-index: 3333;
  left: -209px;
}

.theme-colors {
  width: 209px;
  background-color: #fff;
  padding: 18px 20px 15px 28px;
  padding-bottom: 6px;
  box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.25);
}

ul.theme-ul li {
  display: inline-block;
  width: 26%;
  margin-bottom: 13px;
  margin-right: 5%;
}

ul.theme-ul li img {
  width: 100%;
}

.theme-colors h4 {
  font-size: 15px;
  font-weight: bold;
  color: #16202b;
  margin-bottom: 10px;
}

.theme-switch {
  position: absolute;
  right: -50px;
  top: 0;
  background-color: #000;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

.color-theme:hover {
  left: 0;
}

.each-color {
  cursor: pointer;
  display: inline-block;
}

.theme-colors p {
  line-height: 19px;
} /*menu style */
.menu-tp-22 .main-link {
  font-size: 30px;
  font-weight: bold;
  padding: 13px 0px;
  display: block;
  position: relative;
}

.menu-tp-22 .main-link i {
  position: absolute;
  right: 0;
  font-size: 15px;
  top: 36%;
}

.menu-tp-22 .main-link.icon-change i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu-tp-22 .main-link + ul li {
  padding-left: 25px;
  padding-bottom: 4px;
}

.menu-tp-22 .main-link + ul li:last-child {
  margin-bottom: 1px;
}

/* BS4->BS5 VISUAL REGRESSION FIXES */
/* BS5 changed a{text-decoration} to underline; template expects none */
a {
  text-decoration: none;
}

/* ============================================================
   ARIA Accessibility Enhancements -- v1.1
   ============================================================ */

/* Skip Navigation Link */
.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  background: #1a1a1a;
  color: #fff !important;
  padding: 12px 24px;
  z-index: 99999;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: 0 0 6px 0;
  transition: top 0.2s ease;
}
.skip-link:focus {
  top: 0;
  color: #fff !important;
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* Keyboard Focus Indicators
   :focus-visible fires only on keyboard navigation, never on mouse click --
   so hover states and button shapes remain completely unaffected.            */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[role="button"]:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #0d6efd;
  outline-offset: 2px;
}
/*====================================
    TESTIMONIALS SLIDER NAVIGATION
====================================*/

.testimonials .owl-nav{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
    margin-top:40px;
}

.testimonials .owl-nav button{
    width:58px;
    height:58px;
    border-radius:50% !important;
    border:2px solid #0F5DB8 !important;
    background:#fff !important;
    color:#0F5DB8 !important;
    font-size:18px !important;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:all .35s ease;
    box-shadow:0 8px 20px rgba(15,93,184,.12);
}

.testimonials .owl-nav button:hover{
    background:#0F5DB8 !important;
    color:#fff !important;
    transform:translateY(-5px);
    box-shadow:0 15px 30px rgba(15,93,184,.25);
}

.testimonials .owl-nav button:focus{
    outline:none;
}

.testimonials .owl-nav button.disabled{
    opacity:.35;
    cursor:not-allowed;
}

.testimonials .owl-nav button i{
    transition:.3s;
}

.testimonials .owl-nav .owl-prev:hover i{
    transform:translateX(-3px);
}

.testimonials .owl-nav .owl-next:hover i{
    transform:translateX(3px);
}

/* Mobile */

@media (max-width:767px){

.testimonials .owl-nav{
    margin-top:25px;
    gap:12px;
}

.testimonials .owl-nav button{
    width:48px;
    height:48px;
    font-size:16px !important;
}

}






/*==============================
        PROCESS TIMELINE
===============================*/
/*==============================
        PROCESS TIMELINE
===============================*/

.process-section{
    padding:110px 0;
    position:relative;
    overflow:hidden;
}
.process-section .container{
  max-width: 1600px;
}

.process-timeline{
    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}

/* Base Line */
.process-timeline::before{
    content:"";
    position:absolute;
    left:5%;
    top:38%;
    width:90%;
    height:6px;
    background:#d8e4ff;
    border-radius:50px;
    transform:translateY(-50%);
}

/* Animated Progress Line */
.process-timeline::after{
      content: "";
    position: absolute;
    left: 5%;
    top: 38%;
    height: 4px;
    width: 0px;
    background: linear-gradient(90deg, rgb(223 38 60), rgb(223 38 60));
    border-radius: 50px;
    transform: translateY(-50%);
    animation: 9s linear 0s infinite normal none running progressLine;
}

@keyframes progressLine{
    from{width:0;}
    to{width:90%;}
}

.process-step{
    width:11%;
    text-align:center;
    position:relative;
    z-index:5;
}

/* Circle */

.process-circle{
    width:82px;
    height:82px;
    background:#fff;
    border:4px solid #0d6efd;
    border-radius:50%;
    margin:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
    font-weight:700;
    color:#0d6efd;
    transition:.4s;
    box-shadow:0 12px 30px rgba(13,110,253,.15);

    animation:stepPulse 9s infinite;
}

/* Different Delay */

.process-step:nth-child(1) .process-circle{animation-delay:0s;}
.process-step:nth-child(2) .process-circle{animation-delay:1s;}
.process-step:nth-child(3) .process-circle{animation-delay:2s;}
.process-step:nth-child(4) .process-circle{animation-delay:3s;}
.process-step:nth-child(5) .process-circle{animation-delay:4s;}
.process-step:nth-child(6) .process-circle{animation-delay:5s;}
.process-step:nth-child(7) .process-circle{animation-delay:6s;}
.process-step:nth-child(8) .process-circle{animation-delay:7s;}
.process-step:nth-child(9) .process-circle{animation-delay:8s;}

@keyframes stepPulse{

0%,80%,100%{
background:#fff;
color:#0d6efd;
transform:scale(1);
box-shadow:0 10px 30px rgba(13,110,253,.15);
}

15%,40%{
background:#0d6efd;
color:#fff;
transform:scale(1.15);
box-shadow:
0 0 0 10px rgba(13,110,253,.15),
0 0 0 20px rgba(13,110,253,.08);
}
}

.process-title{
    margin-top:28px;
    font-size:18px;
    font-weight:700;
    color:#222;
    transition:.35s;
}

.process-step:hover .process-circle{
    transform:translateY(-10px) scale(1.1);
    background:#0d6efd;
    color:#fff;
}

.process-step:hover .process-title{
    color:#0d6efd;
}

/* Responsive */

@media(max-width:991px){

.process-timeline{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:35px;
}

.process-timeline::before,
.process-timeline::after{
display:none;
}

.process-step{
width:100%;
}

}

@media(max-width:576px){

.process-timeline{
grid-template-columns:repeat(2,1fr);
}

.process-circle{
width:70px;
height:70px;
font-size:22px;
}

.process-title{
font-size:15px;
}

}

** bubble animation **/

.bubble-section{
  position: relative;
}
.bubbleContainer {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}
div[class^="bubble-"] {
  height: 1px;
  width: 1px;
  position: absolute;
  background: url("../img/home/buble.png") no-repeat center center;
  background-size: cover;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
.bubble-1 {
  bottom: 0px;
  left: 60%;
  -webkit-animation: bubble-movement 8s infinite ease-in -5.7s;
  animation: bubble-movement 8s infinite ease-in -5.7s;
}
.bubble-2 {
  bottom: 0px;
  left: 90%;
  -webkit-animation: bubble-movement 8s infinite ease-in -4.94s;
  animation: bubble-movement 8s infinite ease-in -4.94s;
}
.bubble-3 {
  bottom: 0px;
  left: 20%;
  -webkit-animation: bubble-movement 8s infinite ease-in -1.2s;
  animation: bubble-movement 8s infinite ease-in -1.2s;
}
.bubble-4 {
  bottom: 0px;
  left: 40%;
  -webkit-animation: bubble-movement 8s infinite ease-in -1.58s;
  animation: bubble-movement 8s infinite ease-in -1.58s;
}
.bubble-5 {
  bottom: 0px;
  left: 80%;
  -webkit-animation: bubble-movement 8s infinite ease-in -6.31s;
  animation: bubble-movement 8s infinite ease-in -6.31s;
}

.bubble-7 {
  bottom: 0px;
  left: 10%;
  -webkit-animation: bubble-movement 8s infinite ease-in -3.37s;
  animation: bubble-movement 8s infinite ease-in -3.37s;
}
.bubble-8 {
  bottom: 0px;
  left: 70%;
  -webkit-animation: bubble-movement 8s infinite ease-in -0.66s;
  animation: bubble-movement 8s infinite ease-in -0.66s;
}
.bubble-9 {
  bottom: 0px;
  left: 30%;
  -webkit-animation: bubble-movement 8s infinite ease-in -5.81s;
  animation: bubble-movement 8s infinite ease-in -5.81s;
}
.bubble-10 {
  bottom: 0px;
  left: 95%;
  -webkit-animation: bubble-movement 8s infinite ease-in -3.98s;
  animation: bubble-movement 8s infinite ease-in -3.98s;
}
.bubble-11 {
  bottom: 0px;
  left: 41%;
  -webkit-animation: bubble-movement 8s infinite ease-in -3.98s;
  animation: bubble-movement 8s infinite ease-in -3.98s;
}

.bubble-13 {
  bottom: 0px;
  left: 50%;
  -webkit-animation: bubble-movement 8s infinite ease-in -3.98s;
  animation: bubble-movement 8s infinite ease-in -3.98s;
}

.bubble-15 {
  bottom: 0px;
  left: 58%;
  -webkit-animation: bubble-movement 8s infinite ease-in -3.98s;
  animation: bubble-movement 8s infinite ease-in -3.98s;
}

@-webkit-keyframes bubble-movement {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px; }
  100% {
    -webkit-transform: translate3d(-50%, -280px, 0);
    transform: translate3d(-50%, -280px, 0);
    height: 75px;
    width: 75px; } }

@-moz-keyframes bubble-movement {
  0% {
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px; }
  100% {
    transform: translate3d(-50%, -280px, 0);
    height: 75px;
    width: 75px; } }

@-o-keyframes bubble-movement {
  0% {
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px; }
  100% {
    transform: translate3d(-50%, -280px, 0);
    height: 75px;
    width: 75px; } }

@keyframes bubble-movement {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px; }
  100% {
    -webkit-transform: translate3d(-50%, -280px, 0);
    transform: translate3d(-50%, -280px, 0);
    height: 75px;
    width: 75px; } }


/*** 
