/*======================================
    Normalize CSS
========================================*/
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Jost", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #888;
  overflow-x: hidden;
  font-size: 15px;
}

p {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
}

* {
  margin: 0;
  padding: 0;
}


.form-check-input:checked {
  background-color: #0B72B9;
  border-color: #0B72B9;
}

select {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: #081828;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  background-color: -internal-light-dark(white, #3b3b3b);
  cursor: default;
  margin: 0em;
  font: 400 14px;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: -internal-light-dark(#767676, #858585);
  -o-border-image: initial;
  border-image: initial;
}

span,
a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0px;
  color: #081828;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-205 {
  margin-top: 205px;
}

.mt-210 {
  margin-top: 210px;
}

.mt-215 {
  margin-top: 215px;
}

.mt-220 {
  margin-top: 220px;
}

.mt-225 {
  margin-top: 225px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-225 {
  margin-bottom: 225px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
}

/* Bread Crumbs */
.breadcrumbs {
  position: relative;
  padding-bottom: 45px;
  padding-top: 140px;
  background: #081828;
  z-index: 2;
  text-align: left;
}

.breadcrumbs .breadcrumbs-content {
  position: relative;
  text-align: left;
}

.breadcrumbs .breadcrumbs-content .page-title {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  position: relative;
  line-height: 50px;
}

.breadcrumbs .breadcrumbs-content .breadcrumb-nav {
  background: transparent;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  display: inline-block;
}

.breadcrumbs .breadcrumb-nav {
  text-align: right;
}

.breadcrumbs .breadcrumb-nav li {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
  text-transform: capitalize;
}

.breadcrumbs .breadcrumb-nav li:after {
  content: "\ea5c";
  font-family: lineIcons;
  font-size: 10px;
  position: absolute;
  top: 4px;
  right: -7px;
}

.breadcrumbs .breadcrumb-nav li:last-child {
  margin: 0;
  padding: 0;
}

.breadcrumbs .breadcrumb-nav li:last-child::after {
  display: none;
}

.breadcrumbs .breadcrumb-nav li,
.breadcrumbs .breadcrumb-nav li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.breadcrumbs .breadcrumb-nav li a {
  position: relative;
}

.breadcrumbs .breadcrumb-nav li a:hover {
  color: #0B72B9;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

/* Section Title */
.section-title {
  text-align: center;
  margin-bottom: 80px;
  padding: 0 300px;
  position: relative;
  z-index: 5;
  
}

.section-title h2 {
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 45px;
  text-transform: capitalize;
  position: relative;
  font-weight: 600;
  padding-bottom: 20px;
}

.section-title h2:before {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: -2px;
  height: 4px;
  width: 50px;
  border-radius: 5px;
  background: #0B72B9;
  content: "";
}

.section-title p {
  font-size: 16px;
  line-height: 26px;
}

.section-title.align-right {
  padding: 0;
  padding-left: 600px;
}

.section-title.align-right h2:before {
  display: none;
}

.section-title.align-right h2:after {
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 2px;
  width: 50px;
  background: #0B72B9;
  content: "";
}

.section-title.align-left {
  padding: 0;
  padding-right: 600px;
}

.section-title.align-left h2:before {
  left: 0;
  margin-left: 0;
}

/* One Click Scrool Top Button*/
.scroll-top {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #0B72B9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #fff !important;
  border-radius: 0;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  border-radius: 4px;
}

.scroll-top:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  background-color: #081828;
}

/* Overlay */
.overlay {
  position: relative;
}

.overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #081828;
  content: "";
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 5;
}

/* Pagination CSS */
.pagination {
  text-align: left;
  margin: 30px 0 0 0;
  display: block;
}

.pagination.center {
  text-align: center;
}

.pagination.right {
  text-align: right;
}

.pagination.left {
  text-align: left;
}

.pagination .pagination-list {
  display: inline-block;
  overflow: hidden;
}

.pagination .pagination-list li {
  margin-right: 5px;
  display: inline-block;
  margin-top: 10px;
}

.pagination .pagination-list li:last-child {
  margin-right: 0px;
}

.pagination .pagination-list li a {
  background: #fff;
  color: #081828;
  font-weight: 500;
  font-size: 15px;
  border-radius: 0;
  line-height: 38px;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #eee;
}

.pagination .pagination-list li.active a,
.pagination .pagination-list li:hover a {
  background: #0B72B9;
  color: #fff;
  border-color: transparent;
}

.pagination .pagination-list li a i {
  font-size: 13px;
}

.blog-grids.pagination {
  margin-top: 50px;
  text-align: center;
}

.button .btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 30px;
  background-color: #0B72B9;
  color: #fff;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 4px;
}

.button .btn:hover {
  background-color: #081828;
  color: #fff;
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
}

.button .btn-alt {
  background-color: #081828;
  color: #fff;
}

.button .btn-alt:hover {
  background-color: #0B72B9;
  color: #fff;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

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

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}

.preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0px;
}

.preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #0B72B9;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

/*======================================
	01. Start Header CSS
========================================*/
.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  border-bottom: 1px solid rgba(173, 173, 173, 0.37);
}

.header .login-button {
  margin-left: 40px;
}

.header .login-button ul {
  padding: 14px 20px;
  border-radius: 30px;
}

.header .login-button ul li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #eee;
  height: 100%;
}

.header .login-button ul li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.header .login-button ul li a {
  color: #081828;
  font-size: 14px;
  font-weight: 500;
}

.header .login-button ul li a:hover {
  color: #0B72B9;
}

.header .login-button ul li a i {
  display: inline-block;
  color: #0B72B9;
  margin-right: 4px;
  font-size: 15px;
}

.sticky {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  top: 0;
}







@media only screen and (min-width: 768px) and (max-width: 991px) {
 
.ads-tabs {
  width: 70% !important;
  padding: 5px !important;
}

}




/*======================================
     End Header CSS
  ========================================*/

.hero-area {
    position: relative;
    overflow: hidden;
    padding: 10px;

}

.hero-slider {
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 10px;

}

.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slide.active {
    opacity: 1;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;

}
/* Arrows */
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.4);
    border: none;
    color: #fff;
    font-size: 28px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
}

.arrow.prev {
    left: 20px;
}

.arrow.next {
    right: 20px;
}

/* Dots */
.dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 10;
}

.dots span {
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    cursor: pointer;
}

.dots span.active {
    background: #0B72B9;
}
/* Hero Search Form */
.search-form {
  margin-top: 0px;
  background: #fff3;
  border-radius: 6px;
  padding: 10px;
  /* padding-right: 45px; */
}

.search-form.style2 {
  padding: 0;
  padding: 50px;
  background-color: #fff;
}

.search-form.style2 .heading-title {
  font-size: 24px;
  margin-bottom: 8px;
}

.search-form.style2 .sub-heding-text {
  margin-bottom: 40px;
  font-size: 16px;
}

.search-form.style2 .search-input {
  padding: 0;
  margin-bottom: 18px;
}

.search-form.style2 .btn {
  margin: 0;
}

.search-form.style2 .btn:hover {
  background-color: #081828;
  color: #fff;
}

.search-form .search-input {
  position: relative;
  padding: 0px 8px;
}

.search-form .search-input input {
  width: 100%;
  background: #fff;
  border-radius: 6px;
  border: none;
  padding: 0 25px;
  padding-right: 45px;
  height: 55px;
  font-size: 15px;
  border: 1px solid #eee;
}

.search-form .search-input input:focus {
  outline: none !important;
}

.search-form .search-input label {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-form .search-input select {
  width: 100%;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #000000;
  padding: 0 25px;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
}

.search-form .search-input select:focus {
  outline: none !important;
}

.search-form button {
  width: 100%;
  border-radius: 6px;
  border: none;
  padding: 0 25px;
  height: 55px;
  margin-left: 5px;
}

.search-form button.btn:hover {
  background: #fff;
  color: #081828;
}

.search-form button i {
  display: inline-block;
  margin-right: 5px;
}

/*======================================
    About Us CSS
========================================*/
.about-us .content-left {
  position: relative;
}

.about-us .content-left img {
  width: 100%;
  border-radius: 6px;
}

.about-us .content-left .video {
  position: absolute;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  color: #0B72B9;
  background-color: #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  font-size: 16px;
  padding-left: 3px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.about-us .content-left .video:hover {
  color: #fff;
  background-color: #0B72B9;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.about-us .content-right {
  padding-right: 70px;
  padding-left: 40px;
}

.about-us .content-right .sub-heading {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
  color: #0B72B9;
  background-color: #f9f9f9;
  padding: 5px 20px;
  border-radius: 4px;
}

.about-us .content-right h2 {
  display: block;
  font-size: 32px;
  margin-bottom: 25px;
  line-height: 40px;
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
}

.about-us .content-right h3 {
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 8px;
  line-height: 45px;
  text-transform: capitalize;
  position: relative;
  font-weight: 600;
}

.about-us .content-right p {
  font-size: 16px;
  line-height: 26px;
}

/*======================================
    Our Achievement CSS
========================================*/
.our-achievement {
  background-color: #0B72B9;
  padding-top: 70px;
  padding: 90px 0 120px 0;
}

.our-achievement .single-achievement {
  margin-top: 30px;
  text-align: center;
  padding: 0px 50px;
}

.our-achievement .single-achievement h3 {
  font-size: 40px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  color: #fff;
}

.our-achievement .single-achievement p {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  font-family: 'Jost',
    sans-serif;
}

/*======================================
    Testimonial CSS
========================================*/
.testimonials {
  background-color: #081828;
  padding-bottom: 180px;
}

.testimonials .section-title h2 {
  color: #fff;
}

.testimonials .section-title p {
  color: #fff;
}

.testimonials .testimonial-slider {
  margin: 0;
}

.testimonials .tns-nav {
  text-align: center;
  position: absolute;
  bottom: 90px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  left: 50%;
  z-index: 9;
}

.testimonials .tns-nav button {
  height: 5px;
  width: 30px;
  background-color: #fff;
  border-radius: 5px;
  display: inline-block;
  border: none;
  margin: 0px 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.testimonials .tns-nav button:hover {
  background: #0B72B9;
}

.testimonials .tns-nav button.tns-nav-active {
  background: #0B72B9;
}

.testimonials .single-testimonial {
  background: #fff;
  border: 1px solid #ececec;
  padding: 50px 40px;
  margin: 20px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}

.testimonials .single-testimonial .quote-icon {
  position: absolute;
  right: 30px;
  top: 10px;
}

.testimonials .single-testimonial .quote-icon i {
  font-size: 70px;
  color: #cccccc3b;
}

.testimonials .single-testimonial:hover {
  -webkit-box-shadow: 0px 0px 13px #0000001a;
  box-shadow: 0px 0px 13px #0000001a;
}

.testimonials .single-testimonial:hover .author img {
  border-color: #0B72B9;
}

.testimonials .single-testimonial .author {
  position: relative;
  padding-left: 90px;
  min-height: 70px;
  margin-bottom: 25px;
  padding-top: 10px;
}

.testimonials .single-testimonial .author img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  border: 5px solid #ececec;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.testimonials .single-testimonial .author .name {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

.testimonials .single-testimonial .author .name .deg {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #888;
}

.testimonials .single-testimonial .text p {
  font-size: 16px;
}


/*======================================
    Faq CSS
========================================*/
.faq {
  padding-bottom: 80px;
}

.accordion-item .accordion-button {
  border-radius: 5px;
  font-size: 17px;
  font-weight: 500;
  width: 100%;
  display: block;
  overflow: hidden;
  border: none;
  border: 1px solid #eee;
}

.accordion-item .accordion-button span {
  float: left;
}

.accordion-item .accordion-button i {
  float: right;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #0B72B9;
  border-color: transparent;
  border-radius: 5px 5px 0 0;
}

.accordion-button:not(.collapsed) i::before {
  content: "\eb2c";
  font-family: lineIcons;
}

.accordion-button::after {
  display: none;
}

.accordion-collapse {
  border: none;
}

.accordion-body {
  border: 1px solid #eee;
  border-radius: 0 0 5px 5px;
  padding: 30px 20px;
}

.accordion-body p {
  margin: 0;
  margin-bottom: 20px;
  font-size: 16px;
}

.accordion-body p:last-child {
  margin: 0;
}

.accordion-item {
  margin-bottom: 20px;
}

/*======================================
    Blog CSS
========================================*/
.latest-news-area .single-news {
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
}

.latest-news-area .single-news .image {
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 100%;
}

.latest-news-area .single-news .image a {
  width: 100%;
}

.latest-news-area .single-news .image:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0%;
  height: 50px;
  width: 2px;
  background: #fff;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.latest-news-area .single-news .image:after {
  position: absolute;
  content: "";
  left: 0%;
  top: 50%;
  height: 2px;
  width: 50px;
  background: #fff;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.latest-news-area .single-news .image img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}

.latest-news-area .single-news:hover .image::before {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.latest-news-area .single-news:hover .image::after {
  left: 50%;
  opacity: 1;
  visibility: visible;
}

.latest-news-area .single-news:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.latest-news-area .single-news .content-body {
  padding: 40px 30px 30px 30px;
  border-radius: 6px;
  border-radius: 0 0 6px 6px;
  border: 1px solid #ececec;
}

.latest-news-area .single-news .content-body .title {
  line-height: 30px;
}

.latest-news-area .single-news .content-body .title a {
  font-size: 20px;
  font-weight: 700;
  color: #081828;
  margin-bottom: 20px;
}

.latest-news-area .single-news .content-body .title a:hover {
  color: #0B72B9;
}

.latest-news-area .single-news .content-body p {
  font-size: 16px;
}

.latest-news-area .single-news .content-body .meta-details {
  padding-top: 15px;
  margin-top: 30px;
  border-top: 1px solid #eee;
}

.latest-news-area .single-news .content-body .meta-details ul li {
  display: inline-block;
  margin-right: 17px;
  padding-right: 17px;
  position: relative;
}

.latest-news-area .single-news .content-body .meta-details ul li::before {
  position: absolute;
  content: "";
  right: -4px;
  top: 9px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #0B72B9;
}

.latest-news-area .single-news .content-body .meta-details ul li:last-child {
  margin: 0;
  padding: 0;
}

.latest-news-area .single-news .content-body .meta-details ul li:last-child::before {
  display: none;
}

.latest-news-area .single-news .content-body .meta-details ul li a {
  font-size: 14px;
  color: #081828;
  font-weight: 500;
}

.latest-news-area .single-news .content-body .meta-details ul li a:hover {
  color: #0B72B9;
}

.blog-list {
  background: #f9f9f9;
}

.blog-list .single-news {
  margin: 0;
}

.blog-list .single-news {
  margin-bottom: 40px;
}

/* News Details */
.blog-single {
  background: #f9f9f9;
}

.blog-single .post-thumbnils {
  position: relative;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}

.blog-single .post-thumbnils img {
  width: 100%;
}

.post-details .detail-inner {
  background-color: #fff;
  padding: 40px;
  margin-bottom: 40px;
  border: 1px solid #eee;
  border-radius: 0 0 6px 6px;
  border-top-color: transparent;
}

.post-details .post-thumbnils {
  margin-bottom: 30px;
}

.post-details .post-title {
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 32px;
}

.post-details .post-title a {
  font-size: 25px;
  font-weight: 600;
}

.post-details .post-title a:hover {
  color: #0B72B9;
}

ul.custom-flex {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-details .post-meta li {
  font-weight: 500;
  font-size: 15px;
  margin-right: 25px;
}

.post-details .post-meta li a i {
  font-weight: 400;
  margin-right: 3px;
}

.post-details .post-meta li a:hover {
  color: #0B72B9;
}

.post-details p {
  font-size: 15px;
  margin: 30px 0;
}

.post-details h3 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 28px;
}

.post-details p:last-child {
  margin-bottom: 0;
}

blockquote {
  position: relative;
  color: #fff;
  font-weight: 400;
  clear: both;
  z-index: 1;
  margin: 40px 0;
  text-align: left;
  padding: 40px;
  background-color: #0B72B9;
  border-radius: 5px;
  overflow: hidden;
}

blockquote .icon i {
  font-size: 40px;
  color: #fff;
  display: block;
  margin-bottom: 20px;
}

blockquote h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

blockquote span {
  font-size: 13px;
  display: block;
  margin-top: 20px;
}

blockquote .shape {
  position: absolute;
  right: -90px;
  top: -91px;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.post-details .list {
  margin: 40px;
}

.post-details .list li {
  color: #888;
  font-weight: 400;
  position: relative;
  padding-left: 40px;
  display: block;
  margin-bottom: 20px;
  position: relative;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}

.post-details .list li i {
  display: block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  font-size: 10px;
  color: #fff;
  background-color: #0B72B9;
  position: absolute;
  left: 0;
  top: -1px;
  text-align: center;
  border-radius: 3px;
}

.post-details .list li:last-child {
  margin: 0;
}

.post-social-media {
  margin-top: 40px;
}

.post-social-media .share-title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
}

.post-details .post-social-media ul {
  display: inline-block;
  margin-left: 30px;
}

.post-details .post-social-media ul li {
  display: inline-block;
  margin-right: 13px;
}

.post-details .post-social-media ul li a {
  font-size: 15px;
  color: #999;
  position: relative;
}

.post-details .post-social-media ul li a:hover {
  color: #0B72B9;
}

.post-details .post-social-media ul li a span {
  background-color: #0B72B9;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.post-details .post-social-media ul li a span::before {
  position: absolute;
  content: "";
  left: 50%;
  margin-left: -5px;
  bottom: -10px;
  border: 5px solid #0B72B9;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}

.post-details .post-social-media ul li a:hover span {
  opacity: 1;
  visibility: visible;
  top: -35px;
}

.post-details .post-meta li {
  font-weight: 500;
  margin-right: 25px;
}

.post-details .post-meta li a {
  font-size: 13px;
  font-weight: 400;
  font-weight: 500;
  color: #081828;
}

.post-details .post-meta li a i {
  font-weight: 400;
  margin-right: 5px;
  color: #0B72B9;
}

.post-details p {
  font-size: 16px;
  line-height: 28px;
}

.post-details .post-image {
  margin: 40px 0 20px 0;
  width: 100%;
}

.post-details .post-image img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 5px;
}

.post-details>ul>li {
  font-weight: 500;
}

.detail-post-navigation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  padding: 30px;
  border: 1px solid #eee;
}

/*comments*/
.post-comments {
  background-color: #fff;
  padding: 40px;
  margin-top: 40px;
  border: 1px solid #eee;
  border-radius: 5px;
}

.comment-title {
  font-size: 22px !important;
  font-weight: 500 !important;
  margin-bottom: 40px !important;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}

.comment-title span {
  background-color: white;
  padding-right: 15px;
}

.comment-title::before {
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  background-color: #eee;
  content: '';
  z-index: -1;
}

.comment-reply-title {
  font-size: 22px !important;
  font-weight: 500 !important;
  margin-bottom: 40px !important;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}

.comment-reply-title span {
  background-color: white;
  padding-right: 15px;
}

.comment-reply-title::before {
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  background-color: #eee;
  content: '';
  z-index: -1;
}

.post-comments .comments-list li {
  padding-left: 130px;
  position: relative;
  font-size: 14px;
}

.post-comments .comments-list li .comment-img {
  position: absolute;
  left: 0;
  width: 100px;
  height: 100px;
}

.post-comments .comments-list li .comment-img img {
  max-width: 100px;
  max-height: 100px;
}

.post-comments .comments-list li .comment-desc .desc-top {
  margin-bottom: 20px;
  position: relative;
  display: block;
}

.post-comments .comments-list li .comment-desc .desc-top h6 {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 500;
}

.post-comments .comments-list li .comment-desc .desc-top h6 .saved {
  color: #0B72B9;
  font-size: 14px;
  margin-left: 10px;
}

.post-comments .comments-list li .comment-desc .desc-top span.date {
  font-size: 14px;
  font-weight: 400;
}

.post-comments .comments-list li .comment-desc .desc-top .reply-link {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 10px 22px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
  border-radius: 4px;
  border: 1px solid #eee;
  color: #0B72B9;
}

.post-comments .comments-list li .comment-desc .desc-top .reply-link:hover {
  background-color: #0B72B9;
  color: #fff;
  border-color: transparent;
}

.post-comments .comments-list li .comment-desc .desc-top .reply-link i {
  margin-right: 5px;
}

.post-comments .comments-list li .comment-desc p {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 16px;
}

.post-comments .comments-list li.children {
  margin-left: 130px;
}

.post-comments .comments-list li:not(:first-child) {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #eee;
}

/*Comment form*/
.comment-form {
  background-color: #fff;
  padding: 40px;
  margin-top: 40px;
  border: 1px solid #eee;
  border-radius: 5px;
}

.comment-form form .form-box {
  position: relative;
}

.comment-form form .form-box .icon {
  position: absolute;
  top: 17px;
  right: 25px;
  font-size: 16px;
}

.comment-form form .form-box .form-control-custom {
  border: none;
  background: #fff;
  font-size: 14px;
  color: #081828;
  padding: 0 25px;
  font-weight: 500;
  height: 55px;
  border: 1px solid #eee;
  margin-bottom: 25px;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  border-radius: 5px;
}

.comment-form form .form-box textarea.form-control-custom {
  height: 200px;
  padding: 25px;
}

.comment-form form .form-box .form-control-custom::-webkit-input-placeholder {
  font-size: 15px;
  color: #081828;
  font-weight: 400;
  padding: 25px !important;
}

.comment-form form .form-box .form-control-custom:-ms-input-placeholder {
  font-size: 15px;
  color: #081828;
  font-weight: 400;
  padding: 25px !important;
}

.comment-form form .form-box .form-control-custom::-ms-input-placeholder {
  font-size: 15px;
  color: #081828;
  font-weight: 400;
  padding: 25px !important;
}

.comment-form form .form-box .form-control-custom::placeholder {
  font-size: 15px;
  color: #081828;
  font-weight: 400;
  padding: 25px !important;
}

/* News sidebar */
.sidebar .widget {
  padding: 40px;
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 5px;
  border: 1px solid #eee;
}

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

.sidebar .widget .widget-title {
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 1;
  position: relative;
  font-weight: 600;
  line-height: 28px;
  z-index: 1;
}

.sidebar .widget .widget-title span {
  background-color: white;
  padding-right: 18px;
}

.sidebar .widget .widget-title::before {
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  background-color: #eee;
  content: '';
  z-index: -1;
}

.sidebar .widget.search-widget form {
  position: relative;
}

.sidebar .widget.search-widget form input {
  width: 100%;
  background-color: transparent;
  height: 55px;
  border: none;
  padding: 0 80px 0 30px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 0;
  border: 1px solid #eee;
  border-radius: 5px;
}

.sidebar .widget.search-widget form input::-webkit-input-placeholder {
  color: #333;
}

.sidebar .widget.search-widget form input:-ms-input-placeholder {
  color: #333;
}

.sidebar .widget.search-widget form input::-ms-input-placeholder {
  color: #333;
}

.sidebar .widget.search-widget form input::placeholder {
  color: #333;
}

.sidebar .widget.search-widget form button {
  border: none;
  position: absolute;
  right: 7px;
  top: 6px;
  width: 55px;
  height: 42px;
  z-index: 1;
  color: #fff !important;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #fff;
  border-radius: 0;
  border-radius: 3px;
  padding: 0 !important;
  border: none;
  background: #0B72B9;
}

.sidebar .widget.search-widget form button:hover {
  background-color: #081828;
  color: #fff;
}

.sidebar .widget.popular-feeds .single-popular-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.sidebar .widget.popular-feeds .single-popular-feed:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-img {
  width: 80px;
  margin-right: 20px;
  border-radius: 50%;
  height: 80px;
  border-radius: 50% !important;
  overflow: hidden;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.5;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a {
  font-size: 16px;
  font-weight: 500;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a:hover {
  color: #0B72B9;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time {
  font-weight: 400;
  font-size: 14px;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time>i {
  margin-right: 4px;
}

.sidebar .widget.categories-widget ul li {
  margin-bottom: 10px;
}

.sidebar .widget.categories-widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar .widget.categories-widget ul li a {
  font-size: 15px;
  height: 35px;
  background-color: transparent;
  display: block;
  position: relative;
  line-height: 35px;
  color: #081828;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 500;
  padding: 0;
  padding-right: 40px !important;
  display: inline-block;
  line-height: 22px;
  width: 100%;
}

.sidebar .widget.categories-widget ul li a span {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: transparent;
  color: #333;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 50%;
  border: 1px solid #eee;
  font-size: 12px;
}

.sidebar .widget.categories-widget ul li a:hover {
  color: #0B72B9;
}

.sidebar .widget.categories-widget ul li a:hover span {
  background: #0B72B9;
  color: #fff;
  border-color: transparent;
}

.sidebar .widget.popular-tag-widget {
  padding-bottom: 30px;
}

.popular-tag-widget .tags>a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 20px;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
  background: #0B72B9;
  margin-right: 7px;
  margin-bottom: 10px;
  color: #fff;
  background: transparent;
  color: #888;
  border: 1px solid #eee;
  border-radius: 4px;
}

.popular-tag-widget .tags>a:hover {
  background-color: #0B72B9;
  color: #fff;
  border-color: transparent;
}

.sidebar-as img {
  width: 100%;
}

/*======================================
   Clients CSS
========================================*/
.client-logo-section {
  background: #fff;
  padding: 50px 0;
}

.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo {
  padding: 10px 20px;
  text-align: center;
  margin: auto;
}

.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo img {
  max-width: 220px;
  width: 100%;
  opacity: .3;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo img:hover {
  opacity: 1;
}

/*======================================
    Job Category CSS
========================================*/
.categories {
  background-color: transparent;  
  height: 0;
  margin-top: 100px;
}

.categories .tns-controls button {
  width: 46px;
  height: 46px;
  cursor: pointer;
  z-index: 2;
  color: #fff;
  font-size: 17px;
  background: #0B72B9;
  border: none;
  padding: 2px 5px;
  border-radius: 50%;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  position: absolute;
  z-index: 99;
  top: 50%;
  font-size: 14px;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.categories .tns-controls button:hover {
  background-color: #081828;
  color: #fff;
}

.categories:hover .tns-controls button {
  opacity: 1;
  visibility: visible;
}

.categories .tns-controls button:first-child {
  left: -23px;
}

.categories .tns-controls button:last-child {
  right: -23px;
}

.categories .cat-inner {
  padding: 30px 40px;
  border: 1px solid #eee;
  border-radius: 6px;
  position: relative;
  z-index: 9;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.categories.style2 {
  height: auto;
  padding: 100px 0;
}

.categories.style2 .section-title {
  margin-bottom: 50px;
}

.categories.style2 .cat-inner {
  -webkit-transform: none;
  transform: none;
  padding: 0;
  border: none;
}

.categories.style2 .single-cat {
  margin-top: 30px;
  border: 1px solid #eee;
  padding: 25px 10px;
}

.categories.style2 .single-cat:hover {
  -webkit-box-shadow: 0px 10px 15px #00000012;
  box-shadow: 0px 10px 15px #00000012;
  background-color: #fff;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.categories .single-cat {
  text-align: center;
  padding: 15px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border: none;
  border-radius: 6px;
}

.categories .single-cat:hover {
  background-color: #f9f9f9;
}

.categories .single-cat .icon img {
  width: 40px;
}

.categories .single-cat h3 {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  color: #081828;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.categories .single-cat:hover h3 {
  color: #0B72B9;
}

.categories .single-cat .total {
  font-size: 13px;
  padding: 5px 10px;
  font-weight: 500;
  text-align: center;
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 5px;
  color: #081828;
  display: inline-block;
  margin-top: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.categories .single-cat:hover .total {
  background-color: #0B72B9;
  color: #fff;
  border-color: transparent;
}

.all-categories {
  border-bottom: 1px solid #eee;
  padding-bottom: 70px;
}

.all-categories .categories-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.all-categories .cat-title {
  font-size: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding: 15px 20px;
  border-radius: 4px;
  background: #0B72B9;
  color: #fff;
}

.all-categories .cat-title span {
  font-weight: 400;
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
}

.all-categories ul {
  margin-bottom: 30px;
}

.all-categories ul li {
  display: block;
  margin-bottom: 7px;
}

.all-categories ul li:last-child {
  margin: 0;
}

.all-categories ul li a {
  color: #888;
  padding: 10px 15px;
  border: 1px solid #eee;
  display: block;
  border-radius: 4px;
}

.all-categories ul li a:hover {
  color: #fff;
  background-color: #0B72B9;
  border-color: transparent;
}

/* Category Page*/
.category-page {
  background-color: #f9f9f9;
}

.category-page .single-ad-grid {
  background-color: #fff;
}

.category-page .category-grid-topbar {
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #eee;
  padding-right: 15px;
}

.category-page .category-grid-topbar .title {
  font-size: 15px;
  font-weight: 500;
  color: #888;
  float: left;
}

.category-page .category-grid-topbar .nav {
  border: none;
  float: right;
}

.category-page .category-grid-topbar .nav button {
  border: none;
  padding: 5px 10px 3px 10px;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-right: 6px;
}

.category-page .category-grid-topbar .nav button.active {
  background-color: #0B72B9;
  border-color: transparent;
  color: #fff;
}

.category-page .category-grid-topbar .nav button:last-child {
  margin: 0;
}

.category-sidebar .single-widget {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 6px;
  margin-bottom: 30px;
}

.category-sidebar .single-widget:last-child {
  margin-bottom: 0;
}

.category-sidebar .single-widget h3 {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 25px;
}

.category-sidebar .single-widget.search form {
  position: relative;
}

.category-sidebar .single-widget.search form input {
  height: 50px;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 6px;
  color: #081828;
  padding: 0px 15px;
  padding-right: 50px;
}

.category-sidebar .single-widget.search form button {
  height: 40px;
  width: 40px;
  text-align: center;
  display: block;
  border-radius: 6px;
  border: none;
  background-color: transparent;
  color: #081828;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.category-sidebar .single-widget.search form button:hover {
  color: #0B72B9;
}

.category-sidebar .single-widget.range input {
  color: #081828;
  cursor: pointer;
}

.category-sidebar .single-widget.range ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #081828;
  opacity: 1;
  /* Firefox */
}

.category-sidebar .single-widget.range :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #081828;
  opacity: 1;
  /* Firefox */
}

.category-sidebar .single-widget.range ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #081828;
  opacity: 1;
  /* Firefox */
}

.category-sidebar .single-widget.range ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #081828;
  opacity: 1;
  /* Firefox */
}

.category-sidebar .single-widget.range :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #081828;
}

.category-sidebar .single-widget.range ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #081828;
}

.category-sidebar .single-widget.range .range-inner {
  position: relative;
  padding-left: 15px;
}

.category-sidebar .single-widget.range label {
  color: #081828;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
}

.category-sidebar .single-widget.range #rangePrimary {
  display: inline-block;
  border: none;
}

.category-sidebar .single-widget.range input[type="range"]::-webkit-slider-thumb {
  background: #0B72B9 !important;
}

.category-sidebar .single-widget.range input[type="range"]::-moz-range-thumb {
  background: #0B72B9 !important;
}

.category-sidebar .single-widget.range input[type="range"]::-ms-thumb {
  background: #0B72B9 !important;
}

.category-sidebar .single-widget.condition .form-check {
  display: block;
  margin-bottom: 10px;
}

.category-sidebar .single-widget.condition .form-check:last-child {
  margin: 0;
}

.category-sidebar .single-widget.condition .form-check-label {
  cursor: pointer;
}

.category-sidebar .single-widget.condition .form-check-input {
  cursor: pointer;
}

.category-sidebar .single-widget.condition .form-check-input:checked {
  background-color: #0B72B9;
  border-color: #0B72B9;
}

.category-sidebar .single-widget .list li {
  margin-bottom: 25px;
}

.category-sidebar .single-widget .list li:last-child {
  margin: 0;
}

.category-sidebar .single-widget .list li a {
  color: #888;
  display: block;
  position: relative;
  padding-right: 35px;
}

.category-sidebar .single-widget .list li a i {
  display: inline-block;
  margin-right: 5px;
}

.category-sidebar .single-widget .list li a span {
  height: 30px;
  width: 30px;
  line-height: 28px;
  text-align: center;
  display: block;
  border: 1px solid #eee;
  border-radius: 50%;
  font-size: 13px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.category-sidebar .single-widget .list li a:hover {
  color: #0B72B9;
}

.category-sidebar .single-widget .list li a:hover span {
  color: #fff;
  background-color: #0B72B9;
  border-color: transparent;
}

.category-sidebar .single-widget.banner-ad a img {
  width: 100%;
}

/*======================================
    Ads Grid CSS
========================================*/
.items-grid {
  background: #f9f9f9;
}

.items-grid.custom-padding {
  /* padding-top: 220px; */
}

.items-grid .section-title {
  margin-bottom: 50px;
}

.items-grid .single-grid {
  -webkit-box-shadow: 0 10px 30px rgba(35, 38, 45, 0.14) !important;
  box-shadow: 0 10px 30px rgba(35, 38, 45, 0.14) !important;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 30px;
}

.items-grid .single-grid .image {
  position: relative;
}

.items-grid .single-grid .image .author {
  background: transparent;
  padding: 15px 20px;
  border-radius: 0;
  position: absolute;
  left: 0;
  bottom: 5px;
  overflow: visible;
  width: 100%;
  z-index: 2 !important;
}

.items-grid .single-grid .image .author::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 150px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000e3));
  background: linear-gradient(transparent, #000000e3);
  z-index: -1;
  overflow: visible;
}

.items-grid .single-grid .image .author .author-image {
  float: left;
}

.items-grid .single-grid .image .author .author-image a {
  color: #ffffff;
}

.items-grid .single-grid .image .author .author-image a:hover {
  color: #0B72B9;
}

.items-grid .single-grid .image .author .author-image a:hover span {
  color: #0B72B9;
}

.items-grid .single-grid .image .author .author-image a span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-left: 5px;
  color: #fff;
}

.items-grid .single-grid .image .author .author-image img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: inline-block;
}

.items-grid .single-grid .image .author .author-image p {
  display: inline-block;
  margin-left: 5px;
}

.items-grid .single-grid .image .author .sale {
  display: inline-block;
  background: #0B72B9;
  color: #fff;
  font-size: 14px;
  float: right;
  font-weight: 500;
  padding: 7px 15px;
  border-radius: 6px;
  font-family: 'Jost',
    sans-serif;
}

.items-grid .single-grid .image .item-position {
  display: inline-block;
  background: #0B72B9;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 8px 15px;
  border-radius: 6px;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(35, 38, 45, 0.14) !important;
  box-shadow: 0 5px 10px rgba(35, 38, 45, 0.14) !important;
  font-family: 'Jost',
    sans-serif;
}

.items-grid .single-grid .image .item-position i {
  display: inline-block;
  margin-right: 3px;
}

.items-grid .single-grid .image img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.items-grid .single-grid .image .thumbnail {
  overflow: hidden;
}

.items-grid .single-grid:hover .image .thumbnail img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.items-grid .single-grid .content .top-content {
  padding: 30px 30px 25px 30px;
}

.items-grid .single-grid .content .top-content .tag {
  display: inline-block;
  margin-bottom: 5px;
  color: #888;
  font-size: 14px;
  font-weight: 500;
}

.items-grid .single-grid .content .top-content .tag i {
  display: inline-block;
  margin-right: 5px;
  color: #0B72B9;
}

.items-grid .single-grid .content .top-content .tag:hover {
  color: #0B72B9;
}

.items-grid .single-grid .content .top-content .title {
  display: block;
  margin-bottom: 10px;
  line-height: 30px;
}

.items-grid .single-grid .content .top-content .title a {
  color: #081828;
  font-size: 20px;
  font-weight: 600;
}

.items-grid .single-grid .content .top-content .title a:hover {
  color: #0B72B9;
}

.items-grid .single-grid .content .top-content .update-time {
  font-size: 14px;
}

.items-grid .single-grid .content .top-content .rating {
  margin-top: 10px;
}

.items-grid .single-grid .content .top-content .rating li {
  display: inline-block;
  color: #FFAB02;
}

.items-grid .single-grid .content .top-content .rating li a {
  color: #888;
  font-weight: 400;
  font-size: 13px;
}

.items-grid .single-grid .content .top-content .rating li a:hover {
  color: #0B72B9;
}

.items-grid .single-grid .content .top-content .info-list {
  margin-top: 10px;
  overflow: hidden;
}

.items-grid .single-grid .content .top-content .info-list li {
  display: block;
  float: left;
  width: 50%;
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
}

.items-grid .single-grid .content .top-content .info-list li a {
  color: #888;
  font-weight: 500;
}

.items-grid .single-grid .content .top-content .info-list li a:hover {
  color: #0B72B9;
}

.items-grid .single-grid .content .top-content .info-list li a i {
  color: #0B72B9;
  display: inline-block;
  margin-right: 3px;
}

.items-grid .single-grid .content .top-content .info-list li:last-child {
  margin: 0;
}

.items-grid .single-grid .content .bottom-content {
  padding: 15px 30px;
  border-top: 1px solid #eee;
  overflow: hidden;
}

.items-grid .single-grid .content .bottom-content .price {
  float: left;
  font-size: 14px;
  position: relative;
  font-weight: 500;
  top: 8px;
  font-family: 'Jost',
    sans-serif;
}

.items-grid .single-grid .content .bottom-content .price span {
  color: #0B72B9;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  margin-left: 5px;
}

.whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #ffffff;
  font-size: 16px;
  border-radius: 6px;
  background: #42cf00;
   padding: 6px 10px;
  text-decoration: none;
   
}

 .whatsapp:hover {
  color: #fff;
  background-color: #2f9600;
}


/*======================================
    Responsive CSS
========================================*/
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .section-title {
    margin-bottom: 50px;
    padding: 0 220px;
  }

  .header .header .login-button {
    margin-left: 20px;
  }

  .header .login-button ul {
    padding: 0;
  }

  .header .nav-item {
    margin-right: 30px;
  }

  .header .nav-item a {
    padding: 32px 0 !important;
  }

  .header .nav-item .sub-menu li a {
    padding: 12px 15px !important;
  }

  .header .nav-item .sub-menu.mega-menu {
    width: 460px;
  }

  /* .hero-area {
    padding-top: 170px;
    padding-bottom: 200px;
  } */

  .hero-area .hero-text h2 {
    font-size: 38px;
  }

  .hero-area .hero-text .button .btn {
    padding: 12px 10px;
  }

  .hero-area.style2 .hero-text h2 {
    font-size: 42px;
  }
}

/* Tablet Screen */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section {
    padding: 60px 0px;
  }

  .section-title {
    margin-bottom: 30px;
    padding: 0px 90px;
  }

  .section-title h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .section-title p {
    font-size: 16px;
  }

  .section-title.align-left {
    padding: 0;
    padding-right: 200px;
  }

  .breadcrumbs {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .breadcrumbs .page-title {
    font-size: 28px;
  }

  .button .btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
  }

  #scrollUp {
    bottom: 55px;
  }



 
  .breadcrumbs .bread-list {
    margin-top: 8px;
  }

  /* .hero-area {
    padding-top: 135px;
    padding-bottom: 185px;
  } */

  .hero-area .hero-text h2 {
    font-size: 38px;
  }

  .hero-area .hero-text .button .btn {
    padding: 12px 10px;
  }

  .hero-area.style2 .hero-text {
    text-align: center;
  }

  .hero-area.style2 .hero-text h2 {
    font-size: 38px;
  }

  .hero-area.style2 .hero-text h2::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .hero-area.style3 {
    padding-top: 135px;
  }

  .hero-area.style3 .hero-text {
    text-align: center;
  }

  .hero-area.style3 .hero-text h2 {
    font-size: 38px;
  }

  .hero-area.style3 .hero-text h2::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .hero-area.style3 .search-form {
    margin-top: 30px;
  }

  .ads-tab.custom-padding {
    padding-top: 120px;
  }

  .categories.style2 {
    height: auto;
    padding: 60px 0;
  }

  .categories .single-cat .icon img {
    width: 35px;
  }

  .our-achievement {
    padding-top: 30px;
  }

  .our-achievement .single-achievement {
    padding: 0;
  }

  .our-achievement .single-achievement h3 {
    font-size: 30px;
  }

  .our-achievement .single-achievement p {
    font-size: 16px;
  }

  .single-ad-grid .align-items-center {
    -webkit-box-align: inherit !important;
    -ms-flex-align: inherit !important;
    align-items: inherit !important;
  }

  .single-ad-grid .image {
    height: 100%;
  }

  .single-ad-grid .image a {
    height: 100%;
  }

  .single-ad-grid .image img {
    height: 100%;
  }

  .items-grid.custom-padding {
    padding-top: 150px;
  }

  .items-grid .section-title {
    margin-bottom: 30px;
  }

  .items-grid .single-grid .content .top-content .info-list li a {
    line-height: 20px;
  }

  .browse-cities .section-title {
    margin-bottom: 30px;
  }

  .pricing-table .section-title {
    margin-bottom: 30px;
  }

  .testimonials {
    padding-bottom: 100px !important;
  }

  .testimonials .tns-nav {
    bottom: 50px;
  }

  .how-works .single-work {
    padding: 25px 15px;
    margin-top: 30px;
  }

  .how-works .single-work .serial {
    height: 70px;
    width: 70px;
    line-height: 60px;
    border: 4px solid #b29cfb;
    margin-bottom: 25px;
    font-size: 22px;
  }

  .how-works .single-work h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .how-works .single-work p {
    font-size: 15px;
  }

  .ads-details .product-info {
    padding-left: 0;
    margin-top: 40px;
  }

  .latest-news-area .single-news {
    margin-top: 30px;
  }

  .newsletter .newsletter-form {
    padding-left: 0;
  }

  .newsletter .newsletter-form input {
    padding-right: 135px;
  }

  .about-us .content-right {
    margin-top: 30px;
    padding-right: 0;
    padding-left: 0;
  }

  .post-ad-tab nav .nav-tabs {
    border: none;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 6px;
  }

  .post-ad-tab .step-two-content .upload-input {
    margin-bottom: 20px;
  }

  .post-ad-tab nav button {
    border-radius: 6px !important;
    width: 100%;
  }

  .contact-us .form-main {
    margin-top: 30px;
  }

  .map-section .mapouter {
    height: 400px;
  }

  .map-section .gmap_canvas {
    height: 400px;
  }

  .map-section iframe {
    height: 400px;
  }

  .faq {
    padding-bottom: 40px;
  }

  .coming-soon .soon-content .text h2 {
    font-size: 35px !important;
  }

  .dashboard .main-content .details-lists .single-list {
    padding: 0;
    padding: 20px;
    text-align: center;
  }

  .dashboard .main-content .details-lists .single-list .list-icon {
    height: 55px;
    width: 55px;
    line-height: 55px;
    -webkit-transform: translateY(-50%);
    transform: translateY(0%);
    text-align: center;
    position: relative;
    text-align: center;
    left: 0;
    top: 0;
    display: inline-block;
    margin-bottom: 15px;
  }

  .dashboard .main-content .details-lists .single-list .list-icon i {
    font-size: 20px;
  }

  .dashboard-sidebar {
    margin-bottom: 30px;
  }

  .messages-body .chat-search-form {
    border-right: none;
  }

  .messages-body .form-head .username-title {
    text-align: left;
    padding-left: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #eee;
    padding-top: 30px;
  }

  .messages-body .user-list {
    border-right: none;
  }

  .messages-body .chat-list {
    padding-left: 30px;
    border-top: 1px solid #eee;
  }

  .messages-body .chat-list .reply-block input {
    width: 240px;
  }

  .close-content h2 {
    font-size: 26px;
  }

  .latest-news-area.blog-list {
    padding-top: 30px !important;
  }

  .blog-grid-page {
    margin-top: 30px;
  }

  .blog-grid-page.pagination {
    margin-top: 10px !important;
  }

  .footer .footer-top {
    padding: 50px 0 !important;
    padding-top: 45px !important;
  }

  .footer .single-footer h3 {
    margin-bottom: 10px !important;
  }

  .footer .single-footer {
    margin-top: 40px;
  }

  .footer .footer-bottom .footer-social {
    margin-top: 30px !important;
  }
}

/* Mobile Screen */
@media only screen and (max-width: 767px) {
  .items-grid .single-grid .image img {
  width: 250px;
}
.info-list a{
  font-size: 10px;
}
.items-grid .single-grid .image .author {
  padding: 5px;
}
.author-image a{
    font-size: 10px;
}
.items-grid .single-grid .image .author .author-image img{
  width: 20px;
  height: 20px;
}
.items-grid .single-grid .image .author .author-image a span{
      font-size: 10px;

}
.items-grid .single-grid .image .item-position {
  font-size: 8px;
  padding: 5px;
}

  .section {
    padding: 50px 0px;
  }
  .hero-area {
    position: relative;
    /* height: 35vh; */
    height: 21vh;
    overflow: hidden;
}
.slide img {
    /* width: 100% !important;
    height: 100% !important; */
    /* object-fit: cover; */
}
.ads-tabs {
  width: 100% !important;
  padding: 2px !important;
}
  .section-title {
    margin-bottom: 25px;
    padding: 0px 10px;
  }

  .section-title h2 {
    font-size: 25px;
    margin-top: 3px;
    line-height: 35px;
  }

  .section-title p {
    font-size: 16px;
  }

  .section-title.align-left {
    padding: 0;
    padding-right: 0;
  }

  .breadcrumbs {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .breadcrumbs .breadcrumbs-content {
    text-align: center;
  }

  .breadcrumbs .page-title {
    font-size: 22px;
    line-height: 30px !important;
  }

  .breadcrumbs .breadcrumb-nav {
    float: none !important;
    margin-top: 15px;
    text-align: center;
  }

  .button .btn {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    margin: 10px ;
  }

  #scrollUp {
    bottom: 55px;
  }


  .breadcrumbs .bread-list {
    margin-top: 8px;
  }


  .breadcrumbs .bread-list {
    margin-top: 8px;
  }


  .hero-area .hero-text h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .hero-area .hero-text .button .btn {
    padding: 12px 10px;
  }

  .hero-area .search-form {
    margin-top: 30px;
    background: #fff3;
    border-radius: 6px;
    padding: 40px;
  }

  .hero-area .search-form .search-input {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
  }

  .hero-area .search-form .btn {
    margin: 0;
  }

  .hero-area.style2 {
    padding-top: 130px;
    padding-bottom: 60px;
  }

  .hero-area.style2 .hero-text {
    text-align: center;
  }

  .hero-area.style2 .hero-text h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .hero-area.style2 .hero-text h2::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .hero-area.style2 .search-form {
    background-color: #fff;
    padding: 25px;
  }

  .hero-area.style3 {
    padding-top: 135px;
    padding-bottom: 50px;
  }

  .hero-area.style3 .hero-text {
    text-align: center;
  }

  .hero-area.style3 .hero-text h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .hero-area.style3 .hero-text h2::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .hero-area.style3 .categories {
    margin-top: 20px;
  }

  .hero-area.style3 .categories .single-cat {
    margin-top: 20px;
  }

  .hero-area.style3 .search-form {
    margin-top: 30px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding-right: 40px;
  }

  .ads-tab.custom-padding {
    padding-top: 50px;
  }

  .categories.style2 {
    height: auto;
    padding: 60px 0;
  }

  .category-page .category-grid-topbar {
    margin-top: 30px;
  }

  .category-page .category-grid-topbar .nav {
    float: none;
    margin-top: 15px;
  }

  .our-achievement {
    padding-top: 20px;
  }

  .our-achievement .single-achievement {
    padding: 0;
  }

  .our-achievement .single-achievement h3 {
    font-size: 30px;
  }

  .our-achievement .single-achievement p {
    font-size: 16px;
  }

  .categories .tns-controls button {
    width: 30px;
    height: 46px;
    border-radius: 0;
  }

  .categories .tns-controls button:first-child {
    left: 0;
    border-radius: 0 6px 6px 0;
  }

  .categories .tns-controls button:last-child {
    right: 0;
    border-radius: 6px 0 0 6px;
  }

  .categories .single-cat .icon img {
    width: 35px;
  }

  .items-grid.custom-padding {
    padding-top: 20px;
  }

  .items-grid .section-title {
    margin-bottom: 30px;
  }

  .items-grid .single-grid .content .top-content .info-list li a {
    line-height: 20px;
  }

  .browse-cities .section-title {
    margin-bottom: 30px;
  }

  .call-action .content h2 {
    font-size: 28px;
  }

  .ads-tab .nav {
    border: none;
    margin: 0 !important;
  }

  .ads-tab .nav-tabs .nav-link {
    padding: 12px 40px;
    display: block !important;
    text-align: center !important;
    width: 100%;
    background: #eee !important;
    margin-bottom: 7px;
    border-radius: 6px 6px 0 0;
  }

  .pricing-table .section-title {
    margin-bottom: 30px;
  }

  .testimonials {
    padding-bottom: 80px !important;
  }

  .testimonials .single-testimonial {
    padding: 35px 30px;
  }

  .testimonials .single-testimonial .quote-icon i {
    font-size: 35px;
  }

  .testimonials .tns-nav {
    bottom: 45px;
  }

  .how-works .single-work {
    padding: 25px 15px;
    margin-top: 30px;
  }

  .how-works .single-work .serial {
    height: 70px;
    width: 70px;
    line-height: 60px;
    border: 4px solid #b29cfb;
    margin-bottom: 25px;
    font-size: 22px;
  }

  .how-works .single-work h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .how-works .single-work p {
    font-size: 15px;
  }

  .newsletter .title {
    text-align: center;
    padding: 0;
  }

  .newsletter .title i {
    position: relative;
    top: 0 !important;
    display: inline-block;
    text-align: center;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 15px;
  }

  .newsletter .newsletter-form {
    margin-top: 20px;
  }

  .newsletter .newsletter-form .button {
    position: relative;
    margin-top: 15px;
    width: 100%;
  }

  .newsletter .newsletter-form .button .btn {
    width: 100%;
    border-radius: 6px;
  }

  .faq-area {
    padding-bottom: 20px !important;
  }

  .faq-area .single-faq {
    margin-bottom: 45px;
  }

  .faq-area .heading {
    font-size: 15px;
    line-height: 25px;
  }

  .brand-area .section-title.align-left {
    padding-right: 0;
    margin-bottom: 40px !important;
  }

  .client-logo-section {
    padding: 0 !important;
  }

  .client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo img {
    max-width: 170px;
  }

  .about-us .content-right {
    margin-top: 30px;
    padding-right: 0;
    padding-left: 0;
  }

  .about-us .content-right h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .about-us .content-right h3 {
    margin-top: 30px;
  }

  .latest-news-area .section-title {
    margin-bottom: 10px;
  }

  .latest-news-area .single-news {
    margin-top: 30px;
  }

  .latest-news-area .single-news .content-body .title {
    line-height: 24px !important;
  }

  .latest-news-area .single-news .content-body .title a {
    font-size: 17px !important;
  }

  .post-details .post-meta li {
    margin-bottom: 8px;
  }

  .post-details p {
    margin: 20px 0;
  }

  .post-image .blog-inner-big-img {
    margin-bottom: 1.5rem !important;
  }

  .post-details .list {
    margin-left: 0 !important;
  }

  .post-details .list li i {
    top: 6px !important;
  }

  .post-comments {
    padding: 30px;
  }

  .post-comments .comments-list {
    padding: 0 !important;
  }

  .post-comments .comments-list li {
    padding: 0 !important;
  }

  .post-comments .comments-list li .comment-img {
    position: relative !important;
  }

  .comment-form {
    padding: 30px;
  }

  .comment-form form .form-box .form-control-custom {
    height: 50px;
    margin-bottom: 15px;
  }

  .post-comments .comments-list li.children {
    margin-left: 0 !important;
  }

  .post-comments .comments-list li {
    padding-top: 30px !important;
  }

  .post-comments .comments-list li .comment-desc {
    margin-top: -15px;
  }

  .post-comments .comments-list li .comment-img img {
    max-width: 70px;
    max-height: 70px;
    display: inline-block !important;
    margin-bottom: -15px !important;
  }

  .post-comments .comments-list li .comment-desc .desc-top .reply-link {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 8px 25px;
    position: relative;
    margin-top: 15px;
  }

  .post-comments .comments-list li {
    padding-left: 100px;
  }

  .latest-news-area.blog-list {
    padding-top: 20px;
  }

  .blog-list .single-news {
    margin-bottom: 0 !important;
  }

  .sidebar {
    margin-top: 30px;
  }

  .sidebar .widget.search-widget form input {
    padding: 0 80px 0 20px;
  }

  .sidebar .widget.social-widget ul li {
    margin-bottom: 10px;
  }

  .post-details .post-title {
    line-height: 30px;
  }

  .post-details .post-title a {
    font-size: 24px;
    font-weight: 600;
  }

  .error-area .error-content h1 {
    font-size: 60px !important;
    line-height: 80px !important;
  }

  .error-area .error-content h2 {
    font-size: 18px !important;
  }

  .maill-success .success-content h1 {
    font-size: 28px !important;
  }

  .maill-success .success-content h2 {
    font-size: 18px !important;
  }

  .ads-details .product-info {
    padding-left: 0;
    margin-top: 30px;
  }

  .ads-details .product-info .contact-info ul li {
    margin: 0;
    width: 100%;
  }

  .ads-details .product-info .contact-info ul li:last-child {
    width: 100%;
    text-align: center;
    margin-top: 8px;
  }

  .ads-details .product-info .contact-info ul li:last-child a {
    width: 100%;
  }

  .ads-details .product-info .social-share h4 {
    display: block;
    margin-bottom: 15px;
  }

  .ads-details-blocks .single-block.comments .single-comment {
    position: relative;
    padding-left: 0;
    margin-top: 30px;
  }

  .ads-details-blocks .single-block.comments .single-comment img {
    position: relative;
    margin-bottom: 15px;
  }

  .ads-details .product-images .images {
    display: -ms-grid;
    display: grid;
    Grid-template-columns: repeat(4, 1fr);
    Grid-gap: 1em 1em;
    Margin-top: 1em;
  }

  .ads-details .product-info .social-share ul li {
    margin-bottom: 8px;
  }

  .ads-details .product-info .title {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .latest-news-area .single-news {
    margin-top: 30px;
  }

  .newsletter .newsletter-form {
    padding-left: 0;
  }

  .newsletter .newsletter-form input {
    padding-right: 135px;
  }

  .post-ad-tab nav .nav-tabs {
    border: none;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 6px;
  }

  .post-ad-tab .step-two-content .upload-input {
    margin-bottom: 20px;
  }

  .post-ad-tab nav button {
    border-radius: 6px !important;
    width: 100%;
  }

  .login .form-head {
    padding: 30px;
  }

  .login .form-head .title {
    font-size: 25px;
  }

  .login .form-head .alt-option {
    margin: 20px 0;
  }

  .login .form-head form .form-group {
    margin-bottom: 18px;
  }

  .contact-us .form-main {
    margin-top: 30px;
  }

  .contact-us .single-head {
    padding: 30px !important;
  }

  .contact-us .form-main {
    padding: 30px !important;
  }

  .contact-us .contant-inner-title h2 {
    font-size: 22px;
  }

  .map-section .mapouter {
    height: 300px;
  }

  .map-section .gmap_canvas {
    height: 300px;
  }

  .map-section iframe {
    height: 300px;
  }

  .contact-us .form-main .form-title h2 {
    font-size: 25px;
  }

  .faq {
    padding-bottom: 30px;
  }

  .login .form-head form .check-and-pass .form-check {
    float: none;
    text-align: center;
    display: block;
    margin-top: 10px;
  }

  .login .form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    float: none;
    text-align: center;
  }

  .login .form-head form .check-and-pass .lost-pass {
    float: right;
    color: #777;
    position: relative;
    top: -2px;
    float: none;
    margin-top: 10px;
    text-align: center;
    display: block;
  }

  .coming-soon .soon-content .text h2 {
    font-size: 28px !important;
    margin-bottom: 10px !important;
    line-height: 32px !important;
  }

  .coming-soon .soon-content .text {
    margin-bottom: 10px !important;
  }

  .coming-soon .soon-content .box {
    margin-top: 18px !important;
  }

  .dashboard .main-content .details-lists .single-list {
    margin-top: 30px;
  }

  .dashboard-sidebar {
    margin-bottom: 30px;
  }

  .profile-settings-block .profile-setting-form .form-group {
    margin-bottom: 20px !important;
  }

  .my-ads-items .ad-list-title {
    text-align: left;
  }

  .my-ads-items .ad-list-title p {
    padding: 5px 0;
  }

  .my-ads-items .ad-list-title .align-right {
    float: none;
    text-align: left !important;
  }

  .my-ads-items .single-ad-list p {
    padding: 8px 0;
  }

  .my-ads-items .single-ad-list .ad-image {
    margin-bottom: 10px;
  }

  .my-ads-items .single-ad-list .action-btn {
    margin-top: 10px;
  }

  .my-ads-items .single-ad-list .align-right {
    text-align: left !important;
  }

  .messages-body .chat-search-form {
    border-right: none;
  }

  .messages-body .form-head .username-title {
    text-align: left;
    padding-left: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #eee;
    padding-top: 30px;
  }

  .messages-body .user-list {
    border-right: none;
  }

  .messages-body .chat-list {
    padding-left: 30px;
    border-top: 1px solid #eee;
  }

  .messages-body .chat-list .reply-block input {
    width: 100%;
    padding: 20px;
    border: 1px solid #eee;
    margin-top: 10px;
    padding-right: 75px;
    border-radius: 6px;
  }

  .messages-body .chat-list .reply-block {
    position: relative;
  }

  .messages-body .chat-list .reply-block button {
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    background: #0B72B9;
    border-radius: 6px;
    border: none;
    font-size: 18px;
    position: absolute;
    top: -4px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-left: 3px;
    padding-bottom: 3px;
    right: 8px;
    top: 87px;
  }

  .messages-body .chat-list .single-chat-head li.right .text {
    padding: 20px;
    font-size: 15px;
  }

  .messages-body .chat-list .single-chat-head li.left .text {
    padding: 20px;
    font-size: 15px;
  }

  .close-content h2 {
    font-size: 22px;
  }

  .close-content {
    padding: 50px 30px;
  }

  .close-content .button .btn {
    width: 75%;
    margin: 0;
    margin-bottom: 10px;
  }

  .close-content .button .btn:last-child {
    margin: 0;
  }

  .ads-details .product-info .contact-info ul li .call {
    width: 100%;
  }

  .default-list-style .default-list-title p {
    padding: 3px 0;
  }

  .default-list-title .align-right {
    text-align: left;
  }

  .default-list-style .single-list p {
    padding: 3px 0;
  }

  .default-list-style .single-list .action-btn {
    margin-top: 5px;
  }

  .default-list-style .single-list .align-right {
    text-align: left;
  }

  .post-details .detail-inner {
    padding: 20px;
    margin-bottom: 30px;
  }

  .post-details .post-title a {
    font-size: 22px;
    font-weight: 600;
  }

  blockquote {
    margin: 30px 0;
    padding: 20px;
  }

  blockquote .icon i {
    font-size: 30px;
  }

  .post-social-media .share-title {
    margin-bottom: 25px;
  }

  .comment-title {
    margin-bottom: 0px !important;
  }

  .sidebar .widget {
    padding: 30px;
  }

  .post-details .post-image img {
    margin-top: 20px;
  }

  .post-details .post-social-media ul {
    margin-left: 0;
  }

  .footer .footer-top {
    padding: 30px 0 !important;
    padding-top: 25px !important;
  }

  /* .footer .footer-bottom .inner {
    padding: 30px 0 !important;
  } */

  .footer .single-footer h3 {
    margin-bottom: 10px !important;
  }

  /* .footer .single-footer {
    margin-top: 40px;
    text-align: center;
  } */

  .footer .footer-bottom .footer-social {
    margin-top: 30px !important;
  }
}

/*======================================
	Contact CSS
========================================*/
.contact-us {
  position: relative;
  background-color: #f9f9f9;
}

.contact-us .contact-head {
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.contact-us .title {
  margin-bottom: 30px;
}

.contact-us .contant-inner-title {
  margin-bottom: 45px;
}

.contact-us .contant-inner-title h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #081828;
  text-transform: capitalize;
}

.contact-us .contant-inner-title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-top: 10px;
  display: block;
}

.contact-us .single-head {
  padding: 50px;
  height: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
}

.contact-us .single-info {
  text-align: left;
  margin-bottom: 35px;
  position: relative;
}

.contact-us .single-info:last-child {
  margin: 0;
}

.contact-us .single-info h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.contact-us .single-info ul {
  display: inline-block;
}

.contact-us .single-info ul li {
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #888;
}

.contact-us .single-info ul li:last-child {
  margin: 0;
}

.contact-us .single-info ul li a {
  font-weight: 400;
  color: #7E8890;
  display: inline-block;
  font-size: 15px;
}

.contact-us .single-info ul li a:hover {
  color: #0B72B9;
}

.contact-us .contact-social {
  display: block;
  margin-top: 65px;
}

.contact-us .contact-social h5 {
  color: #081828;
  font-weight: 600;
  font-size: 18px;
}

.contact-us .contact-social ul li {
  display: inline-block;
  margin-right: 6px;
}

.contact-us .contact-social ul li:last-child {
  margin-right: 0;
}

.contact-us .contact-social ul li a {
  font-size: 14px;
  color: #555;
  height: 40px;
  width: 40px;
  text-align: center;
  display: block;
  line-height: 40px;
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 50%;
  position: relative;
  z-index: 3;
}

.contact-us .contact-social ul li a:hover {
  color: #fff;
  background-color: #0B72B9;
  border-color: transparent;
}

.contact-us .single-info .title {
  margin-bottom: 10px;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
}

.contact-us .form-main {
  padding: 45px 50px 50px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  height: 100%;
}

.contact-us .form-main .form-title {
  margin-bottom: 30px;
}

.contact-us .form-main .form-title h2 {
  margin-bottom: 20px;
  font-size: 30px;
}

.contact-us .form-main .form-title p {
  font-size: 16px;
}

.contact-us .form .form-group {
  margin-bottom: 15px;
  display: block;
}

.contact-us .form .form-group input {
  height: 55px;
  line-height: 55px;
  width: 100%;
  border: 1px solid #e6e2f5;
  padding: 0px 20px;
  color: #333;
  border-radius: 0px;
  font-weight: 400;
  border-radius: 5px;
}

.contact-us .form .form-group textarea {
  height: 180px;
  width: 100%;
  border: 1px solid #e6e2f5;
  padding: 15px 20px;
  color: #333;
  border-radius: 0px;
  resize: none;
  font-weight: 400;
  border-radius: 5px;
  resize: vertical;
}

.contact-us .form .button {
  margin: 0;
}

.contact-us .form .button .btn {
  height: 50px;
  border: none;
}

.map-section {
  background-color: #f9f9f9;
}

/*======================================
	Error 404 CSS
========================================*/
.error-area {
  height: 100vh;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.d-table {
  display: table !important;
}

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

.d-table-cell {
  display: table-cell !important;
}

.error-area .error-content h1 {
  font-size: 100px;
  color: #0B72B9;
  margin-bottom: 8px;
  font-weight: 800;
  line-height: 100px;
}

.error-area .error-content h2 {
  font-size: 25px;
  margin-bottom: 8px;
  color: #081828;
}

.error-area .error-content p {
  font-weight: 500;
  margin-bottom: 40px;
}

/*======================================
	Mail Success CSS
========================================*/
.maill-success {
  height: 100vh;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.d-table {
  display: table !important;
}

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

.d-table-cell {
  display: table-cell !important;
}

.maill-success .success-content h1 {
  font-size: 40px;
  color: #0B72B9;
  margin-bottom: 10px;
  font-weight: 700;
}

.maill-success .success-content h2 {
  font-size: 25px;
  margin-bottom: 10px;
  color: #081828;
}

.maill-success .success-content p {
  font-weight: 500;
  margin-bottom: 20px;
}

/*======================================
	Coming Soon CSS
========================================*/
.coming-soon {
  height: 100vh;
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: #f9f9f9;
  z-index: 2;
}

.coming-soon .verticle-lines .vlines {
  width: 3px;
  height: 100%;
  background: #9b9b9b;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-animation-name: lineanim;
  animation-name: lineanim;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  opacity: 0.05;
  z-index: -1;
}

.coming-soon .verticle-lines .vlines.one {
  left: 20%;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.coming-soon .verticle-lines .vlines.two {
  left: 40%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.coming-soon .verticle-lines .vlines.three {
  left: 60%;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.coming-soon .verticle-lines .vlines.four {
  left: 80%;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

@-webkit-keyframes lineanim {
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }

  50.1% {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }

  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
}

@keyframes lineanim {
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }

  50.1% {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }

  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
}

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

.d-table {
  display: table !important;
}

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

.d-table-cell {
  display: table-cell !important;
}

.coming-soon .soon-content {
  text-align: center;
}

.coming-soon .soon-content .text {
  margin-bottom: 60px;
}

.coming-soon .soon-content .text h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  color: #081828;
  display: block;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.coming-soon .soon-content .text p {
  color: #888;
  font-size: 16px;
}

.coming-soon .soon-content .box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  width: 100px;
  height: 100px;
  margin: 0 5px;
  display: inline-block;
  padding-top: 25px;
}

.coming-soon .soon-content h2 {
  text-align: center;
  padding-top: 2px;
  color: #081828;
  font-size: 15px;
  font-weight: 400;
}

.coming-soon .soon-content .box h1 {
  font-size: 26px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
  color: #0B72B9;
}

.coming-soon .soon-content .alert {
  display: none;
}

/*======================================
	Footer CSS
========================================*/
.footer {
  background: #ffffff;
}

.footer .footer-top {
  padding: 100px 0;
  padding-top: 70px;
  border-bottom: 1px solid #ebebeb s;
}

.footer .single-footer {
  margin-top: 0px;
}

.footer .single-footer.mobile-app .app-button .btn {
  border: 1px solid #eeeeee4a;
  border-radius: 6px;
  padding: 12px 35px;
  position: relative;
  text-align: left;
  padding-left: 70px;
  margin-bottom: 12px;
  min-width: 192px;
  color: #e1e1e1;
}

.footer .single-footer.mobile-app .app-button .btn:hover {
  border-color: transparent;
  background: #0B72B9;
  color: #fff;
}

.footer .single-footer.mobile-app .app-button .btn:last-child {
  margin: 0;
}

.footer .single-footer.mobile-app .app-button .btn i {
  font-size: 28px;
  position: absolute;
  left: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer .single-footer.mobile-app .app-button .btn .text {
  font-size: 14px;
  font-weight: 500;
}

.footer .single-footer.mobile-app .app-button .btn .text .small-text {
  font-weight: 400;
  font-size: 13px;
  display: block;
  margin-bottom: -1px;
}

.footer .single-footer.f-link li {
  display: block;
  margin-bottom: 10px;
}

.footer .single-footer.f-link li:last-child {
  margin: 0;
}

.footer .single-footer.f-link li a {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
}

.footer .single-footer.f-link li a:hover {
  color: #0B72B9;
}

.footer .single-footer.f-contact ul li {
  display: block;
  /* margin-bottom: 25px; */
  line-height: 25px;
  color: #000000;
}

.footer .single-footer.f-contact ul li:last-child {
  margin-bottom: 0;
}

.footer .single-footer h3 {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  color: #000000;
}

.footer .footer-bottom {
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: #0B72B9;
}

.footer .footer-bottom .inner {
  border-top: 1px solid #ebebeb4f;
}

.footer .footer-bottom .footer-bottom-links li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  padding-right: 15px;
}

.footer .footer-bottom .footer-bottom-links li::before {
  position: absolute;
  content: "";
  right: -3px;
  top: 50%;
  height: 1px;
  width: 5px;
  background: #888;
}

.footer .footer-bottom .footer-bottom-links li:last-child {
  margin: 0;
  padding: 0;
}

.footer .footer-bottom .footer-bottom-links li:last-child::before {
  display: none;
}

.footer .footer-bottom .footer-bottom-links li a {
  color: #e1e1e1;
  font-weight: 400;
}

.footer .footer-bottom .footer-bottom-links li a:hover {
  color: #0B72B9;
}

.footer .footer-bottom .copyright-text {
  margin-top: 15px;
  color: #ffffff;
  font-family: 'Jost',
    sans-serif;
}

.footer .footer-bottom .copyright-text a {
  color: #ffffff;
}

.footer .footer-bottom .copyright-text a:hover {
  color: #000000;
}

.footer .footer-bottom .footer-social {
  margin-top: 10px;
}

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

.footer .footer-bottom .footer-social li:last-child {
  margin: 0;
}

.footer .footer-bottom .footer-social li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .footer-bottom .footer-social li a:hover {
  color: #fff;
  background: #0B72B9;
  border-color: transparent;
}


.categories-section {
    background: #f8f9fb;
    padding: 60px 0;
    font-family: Arial, sans-serif;
    /* margin-top: 100px; */
}




.view-btn {
    background: #ff4d6d;
    color: #fff;
    padding: 12px 22px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
}

/* Grid */
.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 25px;
}

/* Card */
.category-card {
    background: #fff;
    border-radius: 12px;
    padding: 10px 10px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    cursor: pointer;
    transition: all 0.35s ease;
}

.category-card img {
    width: 50px;
    transition: 0.35s ease;
}

.category-card span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #4a4a4a;
    transition: 0.35s ease;
}

/* 🔥 HOVER EFFECT */
.category-card:hover {
    background: #0B72B9;
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(33, 90, 214, 0.4);
}

.category-card:hover i,
.category-card:hover span {
    color: #fff;
}
.locations-section1 {
    padding: 40px 0;
    background: #ffffff;
    font-family: Arial, sans-serif;
}
/* 🔹 Responsive */
@media (max-width: 992px) {
    .section-header h2 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .locations-section1 {
    padding: 20px 0;
    background: #ffffff;
    font-family: Arial, sans-serif;
}
.arrow {
    font-size: 15px;
    width: 20px;
    height: 20px;
}
.dots {
    bottom: 5px;
}

.dots span {
    width: 5px;
    height: 5px;
}
    .categories-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 480px) {
    .categories-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 5px;
    }
    .category-card img {
    width: 20px;
}
.category-card span {
    font-size: 10px;
}
.category-card {
    padding: 5px 2px;
}

    .section-header h2 {
        font-size: 26px;
    }
 .categories-section {
    padding: 20px 0;
}
    /* RIGHT 30% */
.col-right {
    width: 100% !important;
    padding-left: 20px;
}
/* Right Sidebar Boxes */
.sidebar-box {
    background: #f1f1f1;
    border-radius: 10px;
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {
    .single-footer.f-link ul {
        display: flex;
        gap: 15px; /* items ke beech space */
        padding: 0;
        margin: 0;
    }

    .single-footer.f-link ul li {
        list-style: none;
    }
}

.ads-tabs {
    background: #0B72B9;
    padding: 6px;
    border-radius: 8px;
    gap: 5px;
    width: 50%;
}

.tab-btn {
    background: transparent;
    border: none;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    border-radius: 6px;
    transition: 0.3s;
}

.tab-btn.active {
    background: #fff;
    color: #0B72B9;
}

/* Responsive */
@media (max-width: 768px) {
    .ads-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .footer .single-footer h3 {
  margin-top: 20px;
}
}


.locations-grid1 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

.location-card1 {
    position: relative;
    height: 100%px;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
}

.location-card1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Dark overlay */
.location-card1::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.1));
}

/* Text */
.overlay1 {
    position: absolute;
    bottom: 3px;
    left: 10px;
    z-index: 2;
    color: #fff;
}

.overlay1 h3 {
    font-size: 22px;
    margin-bottom: 5px;
}



/* Hover */
.location-card1:hover img {
    transform: scale(1.08);
}

/* Responsive */
@media (max-width: 992px) {
    .locations-grid1 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .locations-grid1 {
        grid-template-columns: repeat(4, 1fr);
    }

    .location-card1 {
        height: 76px;
    }
    .locations-grid1 {
    gap: 5px;
}
.overlay1 h3 {
    font-size: 10px;
    margin-bottom: 2px;
}
.footer-logo1 img{
  width: 50%;
}
.footer-logo1 {
  text-align: center;
  margin-bottom: 20px;
}
}
.footer-logo{
  width: 80%;
}

.contact-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: Arial, sans-serif;
}

/* Call Button */
.call-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #0d6efd;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    text-decoration: none;

}

.call-btn i {
    font-size: 15px;
}

.call-text span {
    display: block;
    font-weight: 700;
    font-size: 15px;
}

.call-text small {
    font-size: 12px;
    opacity: 0.9;
}

/* Mail Button */
.mail-btn {
    width: 52px;
    height: 52px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d6efd;
    text-decoration: none;
    font-size: 20px;
    background: #fff;
}

/* Hover */
.call-btn:hover {
  color: white;
    background: #0155d3;
}

.mail-btn:hover {
  color: #fff;
    background: #0d6efd;
}


/* Header */
.header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    position: sticky;
    z-index: 1000;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
}

.logo img {
    height: 40px;
}

/* Toggle */
.menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
}

.menu-toggle span {
    width: 26px;
    height: 2px;
    background: #000;
    display: block;
    margin: 5px 0;
}

/* Overlay */
.menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 999;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Side Menu */
.side-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background: #fff;
    padding: 25px 20px;
    transition: 0.4s ease;
    z-index: 1000;
}

.side-menu.active {
    right: 0;
}
/* Close Button */
.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
}

.side-menu ul {
    list-style: none;
    padding: 50px 0 0;
    margin: 0;
}

.side-menu ul li {
    margin-bottom: 10px;
}

.side-menu ul li a {
    display: block;              /* 👈 full width */
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    padding: 5px 15px;
    border-radius: 6px;
    transition: 0.3s;
}

/* Active Link */
.side-menu ul li a.active {
    background: #0d6efd;        /* Bootstrap blue */
    color: #fff;
}

/* Hover (optional, same as active) */
.side-menu ul li a:hover {
    background: #0d6efd;
    color: #fff;
}

.vendorlist{
  /* display: flex; */
  /* gap: 20px; */
  width: 70%;
  position: relative;
}

.vendorlistiner{
  border: 1px solid rgb(226, 226, 226);
  border-radius: 10px;
  padding: 20px;
  /* display: flex; */
  /* gap: 20px; */
  width: 100%;
  position: relative;
}
.vendorlist img{
  border-radius: 10px;
}
.vendorlist i{
  padding-right: 10px;
}
 .item-position {
  display: inline-block;
  background: #0B72B9;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 8px 15px;
  border-radius: 6px;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(35, 38, 45, 0.14) !important;
  box-shadow: 0 5px 10px rgba(35, 38, 45, 0.14) !important;
  font-family: 'Jost',
    sans-serif;
}
 .item-position-ai {
  display: inline-block;
  background: #469300;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 8px 15px;
  border-radius: 6px;
  position: absolute;
  right: 10px;
  top: 40px;
  -webkit-box-shadow: 0 5px 10px rgba(35, 38, 45, 0.14) !important;
  box-shadow: 0 5px 10px rgba(35, 38, 45, 0.14) !important;
  font-family: 'Jost',
    sans-serif;
}

 .item-position i {
  display: inline-block;
  margin-right: 0px;
}
 .item-position {
  font-size: 8px;
  padding: 5px;
}
@media (max-width: 767px) {
  .vendorlist{
    width: 100%;
        margin: 0px;
        padding: 10px;
        
  }
    .vendorlist h4 {
      font-size: 15px;
    }
    .vendorlist img{
      height: 70px;
    }
     .vendorlist p {
      font-size: 10px;
    }
     .vendorlist label {
      font-size: 10px;
    }

    .contact-actions a {
        /* display: block; */
        margin-bottom: 6px;
        font-size: 10px;
    }
    .contact-actions i {
        /* display: block; */
        font-size: 10px;
        padding: 0;
    }
    .desktop{
      display: none;
    }
    .contact-actions  {
      padding: 0;
      gap: 10px;
    }
    .call-btn{
      padding: 6px;
      gap: 5px;
    }
    .whatsapp{
        padding: 6px;
      gap: 5px;
    }

}


@media only screen and (min-width: 768px) and (max-width: 991px) {
 
.ads-tabs {
  width: 70% !important;
  padding: 5px !important;
}
    .desktop{
      display: none;
    }
        .contact-actions  {
      padding: 0;
      gap: 10px;
    }
    .call-btn{
      padding: 6px;
      gap: 5px;
    }
    .whatsapp{
        padding: 6px;
      gap: 5px;
    }
    .custom-padding {
      padding: 20px !important;
    }
}

  .business-card {
    position: relative;
}

.image-box {
    padding: 10px;
    height: 100%;
}
.image-box img{
    border-radius: 6px;
}
.info-box {
    border: 1px solid #333;
    padding: 6px 10px;
    font-size: 13px;
    background: #fff;
}

.contact-actions {
    display: flex;
    gap: 10px;
}

.contact-actions .btn {
    flex: 1;
    color: #fff;
    font-size: 13px;
    padding: 8px 0;
    text-align: center;
}


/* Mobile */
@media (max-width: 767px) {
    .contact-actions {
        gap: 6px;
    }

    .info-box {
        font-size: 12px;
    }
    .business-card h4{
        margin-bottom: 30px !important;
    }
}

/* RIGHT 30% */
.col-right {
    width: 30%;
    padding-left: 20px;
}
/* Right Sidebar Boxes */
.sidebar-box {
    background: #f1f1f1;
    border-radius: 10px;
    margin-bottom: 20px;
}

/* vendordetails page */

.vendorhead{
  padding: 10px 20px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  margin-bottom: 20px;

}

.product-container {
position: relative;
gap: 20px;
}
.product-image img {
    width: 100%;
    border-radius: 10px;
}

.product-details {
    flex: 1;
}

.product-details h2 {
    font-size: 28px;
    margin-bottom: 8px;
}

.location {
    color: #777;
    font-size: 14px;
}

.service {
    font-size: 16px;
    color: #0B72B9;
    font-weight: bold;
    margin: 5px 0;
}



.info-list li {
    justify-content: start;
    padding: 4px 0;
    color: #555;
}

.info-list span {
    font-weight: 600;
}

.features-box {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    border: 1px solid #e6e6e6;
    font-family: Arial, sans-serif;
    margin: 20px 0;
}

.features-title {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 600;
}

.feature-tags {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.feature-tags span {
    background: #f5f7fa;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
}

.feature-tags strong {
    color: #555;
}

.feature-desc {
    background: #f5f7fa;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}
.description-box {
    background: #fff;
    border-radius: 8px;
    padding: 18px;
    border: 1px solid #e6e6e6;
    font-family: Arial, sans-serif;
}

.description-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.description-content p {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 16px;
}

@media (max-width: 768px) {
 

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

    .product-details h2 {
        font-size: 22px;
    }

    .price {
        font-size: 26px;
    }
     .description-content p {
        font-size: 13px;
        line-height: 1.7;
    }
 
}


/* vendor profile */
  .profile-wrapper {
    background: #f5f7fb;
    padding: 30px;
    font-family: Arial, sans-serif;
}

.profile-card {
    background: #fff;
    border-radius: 10px;
    display: flex;
    padding: 25px;
    gap: 25px;
}

/* Left */
.profile-left {
    width: 25%;
    text-align: center;
}

.profile-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

.upload-btn {
    display: inline-block;
    background: #0B72B9;
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}

/* Right */
.profile-right {
    width: 75%;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.form-group {
    width: 100%;
}

.form-group.full {
    width: 100%;
}

.form-group label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 500;
}

.form-group input {
    width: 100%;
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.form-actions {
    margin-top: 20px;
}

.form-actions button {
    background: #0B72B9;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
}
.tags-box {
    border-radius: 8px;
    padding: 15px;
    background: #fff;
    font-family: Arial, sans-serif;
    margin: 20px 0;
}

.tags-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.tags-row {
    display: flex;
    gap: 20px;
    margin-bottom: 12px;
}

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

.tag-field label {
    font-size: 14px;
    white-space: nowrap;
}

.tag-field select {
    background: #e0e0e0;
    border: none;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 14px;
    min-width: 180px;
}

/* Selected Tags */
.selected-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.tag-pill {
    background: #9e9e9e;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.tag-pill .remove {
    cursor: pointer;
    font-weight: bold;
}
.desc-box {
   border-radius: 8px;
    padding: 15px;
    background: #fff;
    font-family: Arial, sans-serif;
    margin: 20px 0;
}

.desc-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}

.desc-textarea {
    width: 100%;
    height: 90px;
    background-color: #ffffff;
    outline: none;
    border: none;
    resize: none;
    padding: 8px;
    font-size: 14px;
}



@media (max-width: 768px) {
    .profile-card {
        flex-direction: column;
    }

    .profile-left,
    .profile-right {
        width: 100%;
    }

    .form-row {
        flex-direction: column;
    }
    .profile-wrapper{
        padding: 10px;
    }
    .tags-row {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* support page */

/* Common Box Style */
.contact-info,
.contact-form {
  background: #ffffff;
  padding: 40px;
  border-radius: 10px;
}



.sub-text {
  color: #777;
  font-size: 14px;
  margin-bottom: 25px;
}

/* Left Section */
.info-block {
  margin-bottom: 25px;
}

.info-block h4 {
  margin-bottom: 10px;
  font-size: 16px;
}

.info-block p {
  font-size: 14px;
  color: #555;
  margin-bottom: 5px;
}

.contact-form h3 {
  font-size: 30px;
  margin-bottom: 12px;
}

/* Form */
.form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

input,
textarea,
select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 6px;
  border: 1px solid #e0e0ff;
  outline: none;
  font-size: 14px;
}

textarea {
  resize: none;
  height: 120px;
  margin-bottom: 20px;
}
.file-upload {
  width: 100%;
  cursor: pointer;
}

.file-upload input {
  display: none;
}

.upload-box {
  border: 2px dashed #c7c9ff;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  transition: all 0.3s ease;
  background: #fafaff;
}

.upload-box:hover {
  background: #f0f1ff;
  border-color: #0B72B9;
}


.upload-text {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.upload-sub {
  display: block;
  font-size: 12px;
  color: #777;
  margin-top: 5px;
}

/* RIGHT INFO */
.support-info {
  /* background: linear-gradient(
    135deg,
    rgba(0,166,199,0.95),
    rgba(0,141,177,0.95)
  ); */
  padding: 40px;
}

.support-info h3 {
  font-size: 30px;
  margin-bottom: 12px;
}

.info-desc {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.info-box p {
  font-size: 14px;
  margin-bottom: 10px;
}

.benefits {
  list-style: none;
  margin: 20px 0;
}

.benefits li {
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
  font-size: 14px;
}

.benefits li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #888888;
  font-weight: bold;
}

.process h4 {
  margin-bottom: 10px;
}

.process ol {
  padding-left: 18px;
  font-size: 14px;
}

.process ol li {
  margin-bottom: 6px;
}

/* Responsive */
@media (max-width: 900px) {

  .contact-info,
.contact-form,
.support-info {
  background: #ffffff;
  padding: 10px;
  border-radius: 10px;
}
}


/* about us */

.about-section {
  padding: 20px 20px;
}


/* Card Design */
.about-card {
  background: #fff;
  padding: 30px 35px;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.about-card h3 {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}



.about-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 15px;
  text-align: justify;
}

/* List */
.about-card ul {
  padding-left: 20px;
}

.about-card ul li {
  font-size: 15px;
  color: #555;
  margin-bottom: 10px;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 600px) {
  .about-card {
    padding: 25px 20px;
  }

  .about-card h2 {
    font-size: 20px;
  }
}


/* SIGN IN/UP */


/* Make checkbox bigger */
.custom-checkbox input[type="checkbox"] {
  width: 20px;  /* Adjust size */
  height: 20px; /* Adjust size */
  vertical-align: middle; /* Align with text */
  margin-right: 10px; /* Space between checkbox and text */
}

/* Optional: align text perfectly */
.custom-checkbox {
  display: flex;
  align-items: center;
  font-size: 14px; /* Adjust text size if needed */
  color: #555;
  margin-bottom: 15px;
}


.auth-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.6);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:9999;
    display: none; /* hidden by default */

}

.auth-popup{
  background: #fff;
  border-radius: 12px;
  width: 500px;
  max-width: 90%;
  padding: 30px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  position: relative;
  text-align: center;
}
.btn-secondary {
  width: 100%;
  border: 1px solid #ccc !important;
  background: #fff !important;
  padding: 10px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #000 !important;
  font-size: 14px;
  cursor: pointer;
}

/* OR LOGIN TEXT */
.or-login {
  font-size: 12px;
  color: #999;
  margin: 10px 0;
}
/* HEADER */
.auth-header .logo {
  width: 80px;
  margin-bottom: 10px;
}
.auth-header h2 {
  margin: 5px 0;
  font-size: 22px;
  font-weight: 600;
}
.auth-header p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}
.close-btn1{
  position:absolute;
  top:10px;
  right:15px;
  font-size:22px;
  cursor:pointer;
}

.auth-tabs{
  display:flex;
  margin-bottom:15px;
}
.auth-tabs .tab{
  flex:1;
  padding:10px;
  border:none;
  background:#f3f4ff;
  cursor:pointer;
}
.auth-tabs .tab.active{
  background:#fff;
  color:#0B72B9;
  border-bottom:2px solid #0B72B9;
}
.auth-form {
  text-align: center;
}
.auth-form a{
  padding-bottom: 20px;
}
.auth-form{ display:none; }
.auth-form.active{ display:block; }

.auth-form input,
.auth-form select{
  width:100%;
  padding:10px;
  margin-bottom:10px;
}

.auth-form button{
  width:100%;
  padding:10px;
  background:#0B72B9;
  color:#fff;
  border:none;
  border-radius:6px;
}


/* contact us */
.contact-section {
  padding: 20px;
}


/* CARD STYLE */
.contact-form,
.contact-info {
  background: #fff;
  border-radius: 12px;
  /* flex: 1; */
}



.field {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.field i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #0B72B9;
}




/* INFO */
.contact-info p {
  color: #666;
  font-size: 14px;
}

.contact-info ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.contact-info ul li {
  margin-bottom: 15px;
  color: #555;
}

.contact-info ul li i {
  color: #0B72B9;
  margin-right: 10px;
}




/* CENTER MENU */
.main-menu {
  list-style: none;
  display: flex;
  gap: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.main-menu a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}

/* RIGHT */
.nav-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* BUTTON */
.sign-btn {
  background: #0B72B9;
  color: #fff;
  padding: 8px 30px;
  border-radius: 8px;
  text-decoration: none;
}
.nav-right a {
  color: #fff;
  text-decoration: none;
}



.dropdown-menu {
  background: #fff;
  list-style: none;
  border: 1px solid #ddd;
  display: none;
  min-width: 180px;
  padding: 10px;
  line-height: 2;
}

.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu a:hover  {
  background-color: #0B72B9;
  border-radius: 6px;
  min-width: 100%;
  padding-left: 5px;
  color: #fff;
}

/* HAMBURGER */
.menu-toggle {
  display: block;
  background: none;
  border: none;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #000;
  margin: 4px 0;
}

span.selection {
    width: 100%;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .main-menu {
    position: static;
    transform: none;
    flex-direction: column;
    display: none;
    width: 100%;
    background: #fff;
    margin-top: 15px;
  }

  .main-menu.active {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }
  .sign-btn {
  background: #0B72B9;
  color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  text-decoration: none;
}

}


@media (min-width: 901px) and (max-width: 1200px) {
    ul.main-menu {
        gap: 40px;
    }
}


@media (min-width: 1201px) and (max-width: 1440px) {
    ul.main-menu {
        gap: 45px;
    }
}