@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Instrument Sans", sans-serif;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Instrument Sans", sans-serif;
}

a {
  text-decoration: none;
}

.clear {
  clear: both;
}

.ovh {
  overflow: hidden;
}

.error {
  color: red;
}

.success {
  color: green;
}

a:hover {
  text-decoration: none;
}

.headline {
  text-align: center;
  margin-bottom: 50px;
}

.headline h2 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0;
}

.headline h3 {
  font-size: 18px;
  margin-top: 0;
}

.headline-white {
  color: #fff;
}

.bg-gray {
  background: #f2f3f3 !important;
}

.bg-white {
  background: #ffffff !important;
}

.top {
  width: 100%;
  height: 40px;
  /* background: #ececec; */
  background: #131921;
}

.top .left {
  float: left;
}

.top .left ul {
  padding-top: 8px;
}

.top .left ul li {
  list-style-type: none;
  float: left;
  margin-right: 14px;
  /* color: #0d1452; */
  color: white;
}

.top .left ul li i {
  /* color: #0d1452; */
  color: white;
}

.top .right {
  float: right;
}

.top .right ul {
  padding-top: 8px;
}

.top .right ul li {
  list-style-type: none;
  float: left;
  margin-left: 5px;
}

.top .right ul li a {
  /* color: #0d1452; */
  color: white;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  display: block;
  transition: all 0.4s ease;
}

.top .right ul li a:hover {
  background: #1c257e;
  color: #fff;
}

.header {
  width: 100%;
  height: auto;
  background: none;
  margin-bottom:-150px;
  position: relative;
  margin-top:20px;
  z-index:9999;
}
.header .container{
  background:#ffffff;
 
  border-radius:100px;
  padding:10px 20px;
}
.header .inner {
  height: auto;
  display: table;
}

.header .logo {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.header .logo img {
  max-width: 100%;
  height: auto;
}

.header .navbar-form .form-control {
  width: 300px;
}

.header .search-area {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.header .search-area .form-group {
  width: calc(100% - 84px);
}

.header .search-area button {
  width: 80px;
}

.header .search-area form {
  width: 100%;
}

.header .right {
  float: none;
  display: table-cell;
  vertical-align: middle;
  padding-right: 0;
}

.header .right ul {
  margin-bottom: 0;
  width:fit-content;
  margin:auto;
}

.header .right ul li {
  list-style-type: none;
  float: left;
  margin-left: 0px;
  color: #000;
  border-radius:100px;

}
.header .right ul li:hover .header .right ul li{
color:#fff;
}
.header .right ul li a {
  color: #000;
  border-radius:100px;
}

.header .navbar-form .search-top {
  width: 100%;
}

.nav {
  /* background: #0d1452; */
  background: #232f3e;
}

.menu-container {
  width: 100%;
  margin: 0 auto;
  /* background: #0d1452; */
  background: #232f3e;
}

.menu-mobile {
  display: none;
  padding: 20px;
  color: #fff;
}

.menu-mobile:hover {
  color: #fff;
}

.menu-mobile:after {
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}

.menu-dropdown-icon:before {
  content: "\f067";
  font-family: "FontAwesome";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}

.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
}

.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}

.menu > ul:after {
  clear: both;
}

.menu > ul > li {
  float: left;
  /*background: #76767e;*/
  padding: 0;
  margin: 0;
}

.menu > ul > li a {
  text-decoration: none;
  padding: 10px 17px!important;
  display: block;
  color: #fff;
}

.menu > ul > li:hover {
  background: #000000;
  color:#fff !important;
}

.menu > ul > li:hover a{
 
  color:#fff !important;
}
.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #f0f0f0;
  padding: 20px;
  position: absolute;
  z-index: 999999;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}

.menu > ul > li > ul:after {
  clear: both;
}

.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}

.menu > ul > li > ul > li a {
  color: #777;
  padding: 0.2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  color: #333;
}

.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}

.menu > ul > li > ul > li > ul:after {
  clear: both;
}

.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: 0.8em;
}

.menu > ul > li > ul > li > ul > li a {
  border: 0;
}

.menu > ul > li > ul.normal-sub {
  width: 220px;
  left: auto;
  padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
  .menu-container {
    width: 100%;
  }
  .menu-mobile {
    display: block;
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu > ul {
    display: none;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
  .menu > ul > li a {
    padding: 1.5em;
    width: 100%;
    display: block;
  }
  .menu > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
  }
}

.bx-wrapper {
  position: relative;
  box-shadow: none;
  border: 0;
  margin-bottom: 0;
}

.bx-controls {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
}

.welcome {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #333;
  text-align: center;
  padding: 70px 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.welcome .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #333;
}

.welcome h2 {
  color: #fff;
  margin-bottom: 25px;
}

.welcome p {
  color: #fff;
}

.welcome p.button {
  color: #fff;
  margin-top: 35px;
}

.welcome p.button a {
  background: #0d1452;
  color: #fff;
  padding: 10px 14px;
  transition: all 0.4s ease;
  text-decoration: none;
}

.welcome p.button a:hover {
  background: #fff;
  color: #0d1452;
}

.service {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 70px 0;
}

.service .item {
  text-align: center;
}
.service .icon {
  text-align: center;
}

.service .icon i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #0d1452;
  color: #fff;
  font-size: 38px;
  border-radius: 50%;
}

.product .product-carousel {
  position: relative;
}

.product .owl-controls {
  position: absolute;
  top: -60px;
  right: 0;
}

.product .owl-controls .owl-prev,
.product .owl-controls .owl-next {
  background: #353535;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-left: 13px;
  padding-right: 13px;
}

.product .owl-controls .owl-prev i,
.product .owl-controls .owl-next i {
  font-size: 14px;
}

.product .owl-controls .owl-prev:hover,
.product .owl-controls .owl-next:hover {
  background: #0d1452;
}

.product .item {
  border: 2px solid #e5e5e5;
}

.product .text {
  background: #f2f3f3;
  padding: 14px;
  overflow: hidden;
}

.product .text del {
  color: #9d9d9d;
}

.product .text h3 {
  font-weight: 700;
  text-align: center;
  color: #353535;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 0;
}

.product .text h3 a {
  color: #333;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.product .text h3 a:hover {
  text-decoration: none;
}

.product .text h4 {
  color: #0d1452;
  text-align: center;
  font-size: 18px;
}

.product .text p {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 14px;
}

.product .text p a {
  /* background: #0d1452; */
  background: #e7a340;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
  transition: all 0.4s ease;
}
.product .out-of-stock {
  width: 100%;
  text-align: center;
}

.product .out-of-stock .inner {
  display: inline-block;
  background: #0d1452;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
  transition: all 0.4s ease;
  text-decoration: line-through;
}

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

.product .text p a:hover {
  background: #333;
}

.product .item .thumb {
  position: relative;
  overflow: hidden;
}

.product .item .thumb .photo {
  width: 100%;
  height: 280px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.product .item .thumb .overlay {
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: rgba(255, 255, 255, 0.6);
}

.product .item:hover .thumb .overlay {
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.product-cat {
  padding-top: 14px;
}

.product-cat .item {
  margin-bottom: 30px;
}

.product .item-product-cat {
  border: 0;
}
.product .item-product-cat .inner {
  border: 2px solid #e5e5e5;
}

.product .item-search-result {
  border: 0;
}
.product .item-search-result .inner {
  border: 2px solid #e5e5e5;
}
.product .item-search-result:nth-of-type(4n + 1) {
  clear: both;
}
.product .item-product-cat:nth-of-type(3n + 1) {
  clear: both;
}

.testimonial-v1 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.testimonial-v1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #353535;
  opacity: 0.7;
}

.testimonial-v1 .container {
  position: relative;
  z-index: 9999;
}

.testimonial-v1 .heading {
  margin-bottom: 50px;
}

.testimonial-v1 .heading h2 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.testimonial-v1 .heading p {
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.testimonial-v1 .testimonial-carousel {
  text-align: center;
  position: relative;
  width: 70%;
  margin: 0 auto;
}

.testimonial-v1 .content .comment {
  color: #fff;
  padding: 14px 50px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  position: relative;
}

.testimonial-v1 .content .comment p {
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
}

.testimonial-v1 .author {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.testimonial-v1 .photo {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
}

.testimonial-v1 .photo img {
  width: 80px;
  height: 80px;
  float: right;
  margin-right: 25px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.testimonial-v1 .text {
  display: inline-block;
  vertical-align: top;
}

.testimonial-v1 .text h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  margin-top: 10px;
}

.testimonial-v1 .text h4 {
  font-size: 13px;
  color: #fff;
  text-align: left;
}

.testimonial-v1 .owl-nav {
  margin-top: 20px;
}

.testimonial-v1 .owl-nav i {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 20px;
  text-align: center;
}

.testimonial-v1 .owl-nav .owl-prev,
.testimonial-v1 .owl-nav .owl-next {
  color: #fff;
  background: none;
  position: absolute;
  top: 14%;
}

.testimonial-v1 .owl-nav .owl-prev i,
.testimonial-v1 .owl-nav .owl-next i {
  font-size: 30px;
  font-weight: bold;
}

.testimonial-v1 .owl-nav .owl-prev {
  left: -80px;
}

.testimonial-v1 .owl-nav .owl-next {
  right: -80px;
}

.testimonial-v1 .owl-nav .owl-prev:hover,
.testimonial-v1 .owl-nav .owl-next:hover {
  background: none;
}

.home-blog {
  width: 100%;
  height: auto;
  padding: 70px 0;
  overflow: hidden;
}

.home-blog .item {
}

.home-blog .item .photo {
  width: 100%;
  height: 300px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.home-blog .text {
  padding: 14px;
  background: #f2f3f3;
}

.home-blog .text h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
}

.home-blog .text p.button {
  margin-top: 25px;
}

.home-blog .text p.button a {
  background: #0d1452;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
  transition: all 0.4s ease;
}

.home-blog .text p.button a:hover {
  background: #333;
}

.footer-main {
  width: 100%;
  height: auto;
  padding: 50px 0;
  background: #2a2a2a;
}
.footer-main h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 25px;
  border-bottom: 1px solid #525252;
}
.footer-main h3:after {
  content: "";
  position: absolute;
  width: 50px;
  background: #0d1452;
  left: 0;
  bottom: -2px;
  height: 4px;
}
.footer-main .footer-col p {
  color: #a3a3a3;
  font-size: 14px;
  line-height: 22px;
}
.footer-main .footer-col p a {
  color: #a3a3a3;
}
.footer-main .footer-col p span {
  display: block;
  color: #a3a3a3;
}
.footer-main .footer-col ul li {
  color: #a3a3a3;
  font-size: 14px;
  line-height: 22px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  list-style-type: none;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}
.footer-main .footer-col ul li a {
  color: #a3a3a3;
  font-size: 14px;
  line-height: 22px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.footer-main .footer-col ul li a:hover {
  color: #fff;
}
.footer-main .footer-col ul li:before {
  color: #a3a3a3;
  content: "\f0a4";
  font-family: "FontAwesome";
  left: 0;
  position: absolute;
  top: 0;
}
.footer-main .footer-col .contact-item {
  color: #a3a3a3;
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 10px;
  display: table;
}
.footer-main .footer-col .contact-item .icon {
  width: 35px;
  display: table-cell;
  vertical-align: top;
  font-size: 14px;
  margin-right: 10px;
}
.footer-main .footer-col .contact-item .icon i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #dedede;
  color: #2a2a2a;
  border-radius: 50%;
}
.footer-main .footer-col .contact-item .text {
  display: table-cell;
  vertical-align: top;
  line-height: 22px;
  display: block;
}
.footer-main .footer-col p.social {
  margin-bottom: 10px;
}

.footer-bottom {
  width: 100%;
  height: auto;
  background: #141314;
  padding: 14px 0;
}
.footer-bottom .copyright {
  font-size: 13px;
  color: #a3a3a3;
  text-align: center;
}

.scrollup {
  position: fixed;
  z-index: 99999;
  bottom: 20px;
  right: 20px;
  display: none;
}
.scrollup i {
  width: 50px;
  height: 50px;
  line-height: 40px;
  border-radius: 50%;
  background: #0d1452;
  color: #fff;
  border: 4px solid #0d1452;
  text-align: center;
  font-size: 26px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.scrollup i:hover {
  opacity: 1;
  filter: alpha(opacity=1);
}

ul.prod-slider li {
  height: 450px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
  position: relative;
}
ul.prod-slider li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 99999999;
}
.bx-controls {
  display: none;
}
.prod-pager-thumb {
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
}
#prod-pager {
  margin-top: 20px;
}

#prod-pager a {
  float: left;
  margin-right: 3px;
}

ul.nav-tabs {
  margin-top: 50px;
}
.product .p-title h2 {
  color: #0d1452;
  margin-top: 0;
  font-size: 24px;
  font-weight: 700;
}

.product .p-status {
  margin-bottom: 10px;
}

.product .p-review {
  margin-bottom: 10px;
}

.product .p-price {
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.product .p-price span {
  font-size: 30px;
}

.product .p-price del {
  color: #c7c7c7;
}

.product .p-short-des {
  margin-bottom: 30px;
}

.product .p-quantity {
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 35px;
  font-size: 14px;
}

.product .p-quantity input[type="number"] {
  height: 30px;
  width: 100px;
  border: 2px solid #c7c7c7;
}

.product .btn-cart {
  margin-bottom: 30px;
}

.product .btn-cart a {
  padding: 10px 14px;
  /* background: #0d1452; */
  background: #f19000;
  color: #fff;
}

.product .btn-cart1 input[type="submit"] {
  border: 0;
  padding: 10px 14px;
  /* background: #0d1452; */
  background: #f19000;
  color: #fff;
}

.product .share {
  line-height: 30px;
  font-weight: 700;
}

.product .nav {
  background: transparent;
}

.product .nav-tabs li a {
  font-weight: 700;
  color: #333;
}

.product .tab-content > .tab-pane {
  padding-top: 20px;
}

.review-form h2 {
  font-size: 24px;
  font-weight: 700;
}
.review-form .btn-default {
  background: #0d1452;
  color: #fff;
  border-radius: 0;
  border: 0;
  padding: 10px 14px;
}
.rating-section {
  margin-bottom: 14px;
}

.page-banner {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  /* padding-top: 80px;
  padding-bottom: 80px; */
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}

.page-banner .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  /* background: #333; */
  background: #131921;
}

.page-banner h1 {
  color: #fff;
  text-align: center;
  z-index: 999;
  position: relative;
}

.page {
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.page h3.special {
  font-size: 22px;
  font-weight: 600;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 25px;
  border-bottom: 1px solid #b9b9b9;
  position: relative;
}

.page h3.special:after {
  content: "";
  position: absolute;
  width: 50px;
  background: #0d1452;
  left: 0;
  bottom: -2px;
  height: 4px;
}

.cart {
  width: 100%;
  height: auto;
}

.cart table img {
  width: 100px;
}

.cart table tr td {
  vertical-align: middle;
}

.cart input[type="number"] {
  height: 30px;
  width: 70px;
  border: 2px solid #c7c7c7;
  padding-left: 10px;
  padding-right: 10px;
}

.cart table tr td .trash {
  color: #0d1452;
  font-size: 18px;
}

.cart table tr td.total-text,
.cart table tr th.total-text {
  text-align: right;
  font-size: 14px;
}

.cart table tr td.total-amount,
.cart table tr th.total-amount {
  text-align: right;
  font-size: 14px;
}

.cart-buttons {
  width: 100%;
  float: right;
  margin-top: 40px;
}

.cart-buttons ul {
  float: right;
}

.cart-buttons li {
  float: left;
  list-style-type: none;
  margin-left: 14px;
}

.cart-buttons li input[type="submit"],
.cart-buttons li a {
  background: #0628B8;
  border: 0;
  border-radius: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 18px;
  padding: 10px 40px;
  color: #fff;
}

.cart-buttons li input[type="submit"]:hover,
.cart-buttons li a:hover {
  background: #000000;
  color: #fff;
}

.cform input[type="submit"] {
  background: #0d1452;
  border: 0;
}

.cform address span,
.cform address a span {
  color: #0d1452;
}

.page iframe {
  width: 100%;
}

.gal-container {
  padding: 12px;
}
.gal-item {
  overflow: hidden;
  padding: 3px;
}
.gal-item .box {
  height: 350px;
  overflow: hidden;
}
.box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.gal-item a:focus {
  outline: none;
}
.gal-item a:after {
  content: "\e003";
  font-family: "Glyphicons Halflings";
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 3px;
  left: 3px;
  top: 3px;
  bottom: 3px;
  text-align: center;
  line-height: 350px;
  font-size: 30px;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after {
  opacity: 1;
}
.modal-open .gal-container .modal {
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-open .gal-item .modal-body {
  padding: 0px;
}
.modal-open .gal-item button.close {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #000;
  opacity: 1;
  color: #fff;
  z-index: 999;
  right: -12px;
  top: -12px;
  border-radius: 50%;
  font-size: 14px;
  border: 2px solid #fff;
  line-height: 25px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}
.modal-open .gal-item button.close:focus {
  outline: none;
}
.modal-open .gal-item button.close span {
  position: relative;
  top: -3px;
  font-weight: lighter;
  text-shadow: none;
}
.gal-container .modal-dialogue {
  width: 80%;
}
.gal-container .description {
  position: relative;
  height: 40px;
  top: -40px;
  padding: 10px 25px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: left;
}
.gal-container .description h4 {
  margin: 0px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  top: 100px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  opacity: 1;
}
@media (min-width: 768px) {
  .gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
  }
}
@media (max-width: 768px) {
  .gal-container .modal-content {
    height: 250px;
  }
}
/* Footer Style */
i.red {
  color: #bc0213;
}
.gal-container {
  padding-top: 0px;
  padding-bottom: 75px;
}

.videos {
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
}
.videos .adv img {
  width: 100%;
  height: auto;
}
.videos .prop-4-col:nth-of-type(4n + 1) {
  clear: both;
}
.videos .prop-3-col:nth-of-type(3n + 1) {
  clear: both;
}
.videos h2 {
  color: #464646;
  font-family: "Open Sans", serif;
  font-size: 26px;
  font-weight: 800;
  position: relative;
  text-transform: uppercase;
}
.videos h3 {
  color: #464646;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 20px;
}
.single-room {
  position: relative;
  margin-bottom: 30px;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.75);
}
.single-room .photo-col2 {
  width: 100%;
  height: 360px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.single-room .photo-col3 {
  width: 100%;
  height: 150px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.single-room-text {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.single-room-text h2 {
  background: #fff;
  font-size: 13px;
  line-height: 1.4;
  text-transform: none;
  margin-bottom: 0;
}
.single-room-text h2 a {
  color: #333;
  padding: 8px !important;
  font-weight: 600;
  display: block;
}

table.bill-address tr td:nth-of-type(1) {
  font-weight: bold;
  width: 200px;
}

.user-sidebar ul {
  text-align: center;
}

.user-sidebar ul li {
  list-style-type: none;
  border-bottom: 1px solid #fff;
  display: inline-block;
}

.user-sidebar ul li a {
  padding: 7px 20px;
  min-height: 40px;
  line-height: 40px;
  background: #444;
  color: #fff;
}

.user-content h3 {
  margin-bottom: 20px;
}

.blog {
  background: #fff;
}

.blog .post-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.blog .image-holder {
  width: 285px;
  float: left;
  position: relative;
  margin-right: 15px;
}

.blog .image-holder-single {
  width: 100%;
  float: none;
  position: relative;
}

.blog .image-holder-single img {
  width: 100%;
  height: auto;
}

.blog .image-holder .date {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  z-index: 999;
}

.blog .image-holder .day {
  width: 60px;
  height: 40px;
  line-height: 40px;
  background: #0d1452;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 16px;
}

.blog .image-holder .day:before {
  position: absolute;
  top: 22px;
  left: 24px;
  color: #0d1452;
  font-family: "FontAwesome";
  content: "\f0d7";
  font-size: 24px;
}

.blog .image-holder .month {
  width: 60px;
  height: 40px;
  line-height: 40px;
  background: #333;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
}

.blog .text {
  width: calc(100% - 300px);
  float: left;
}

.blog .text-single {
  width: 100%;
  float: none;
}

.blog .text-single h3 {
  font-family: "Instrument Sans", sans-serif;
  margin-top: 20px;
}

.blog .text .inner {
  padding: 0 20px 20px 20px;
}

.blog h3 {
  font-family: "Instrument Sans", sans-serif;
  text-align: left;
  color: #333;
  font-weight: 700;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.5;
  text-transform: uppercase;
}

.blog h3 a {
  font-family: "Instrument Sans", sans-serif;
  color: #333;
}

.blog h3 a:hover {
  color: #0d1452;
}

.blog .text ul.status {
  overflow: hidden;
  margin-bottom: 15px;
}

.blog .text ul.status li {
  text-align: left;
  margin-bottom: 15px;
  color: #0d1452;
  font-size: 14px;
  float: left;
  list-style-type: none;
  margin-right: 15px;
  line-height: 18px;
  margin-bottom: 5px;
  padding-left: 0;
}

.blog .text ul.status li a {
  color: #0d1452;
}

.blog .text ul.status li i {
  margin-right: 8px;
}

.blog ul.status li:before {
  content: "";
}

.blog ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  list-style-type: none;
}

.blog ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "FontAwesome";
  content: "\f044";
  color: #333;
}

.blog h1 {
  font-size: 24px;
  color: #0d1452;
  font-weight: bold;
}

.blog h2 {
  font-size: 20px;
  color: #0d1452;
  font-weight: bold;
}

.blog h3 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.blog h4 {
  font-size: 16px;
  color: #0d1452;
  font-weight: bold;
}

.blog h5 {
  font-size: 14px;
  color: #0d1452;
  font-weight: bold;
}

.blog h6 {
  font-size: 12px;
  color: #0d1452;
  font-weight: bold;
}

.blog p {
  margin-bottom: 15px;
  font-size: 14px;
}

.blog p.button {
  margin-top: 20px;
}

.blog p.button a {
  font-family: "Instrument Sans", sans-serif;
  background: #0d1452;
  color: #fff;
  padding: 10px 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog p.button a:hover {
  background: #444;
}

.blog .pagination {
  margin-top: 20px;
}

.blog .pagination ul {
  width: 100%;
  height: auto;
  text-align: center;
}

.blog .pagination ul li {
  display: inline-block;
  color: #333;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  padding-left: 0;
}

.blog .pagination ul li:before {
  content: "";
}

.blog .pagination ul li a {
  background: #0d1452;
  color: #fff;
  display: block;
  font-size: 16px;
}

.blog .pagination ul li a i {
  margin-right: 0;
}

.blog .pagination ul li a:hover {
  background: #333;
}

.blog .pagination ul li a.active {
  background: #333;
}

.blog .gallery-carousel {
  position: relative;
  z-index: 999;
}

.blog .owl-controls {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 999;
}

.blog .owl-controls .owl-prev,
.blog .owl-controls .owl-next {
  background: #333;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-left: 13px;
  padding-right: 13px;
}

.blog .owl-controls .owl-prev i,
.blog .owl-controls .owl-next i {
  font-size: 16px;
}

.blog .owl-controls .owl-prev:hover,
.blog .owl-controls .owl-next:hover {
  background: #0d1452;
}

.blog .video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.blog .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog .audio {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

/**
 * ---------------------------------------------------
 * Sidebar Style
 * ---------------------------------------------------
 */
.sidebar {
  width: 100%;
}

.widget {
  overflow: hidden;
  margin-bottom: 30px;
}

.widget-search input {
  height: 36px;
  border: 2px solid #afafaf;
  float: left;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.widget-search input:focus {
  border: 2px solid #0d1452;
}

.widget-search button {
  width: 42px;
  height: 36px;
  float: left;
  border: 2px solid #0d1452;
  background: #0d1452;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-left: 5px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.widget-search button:hover {
  background: #333;
  color: #fff;
  border-color: #333;
}

.widget h4 {
  font-family: "Instrument Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 6px;
  margin-bottom: 15px;
  border-bottom: 2px solid #0d1452;
}

.widget ul li {
  display: block;
  float: none;
  color: #333;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

.widget ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  color: #333;
  top: 1px;
  left: 3px;
}

.widget ul li a {
  color: #333;
  font-size: 14px;
}

.widget ul li a:hover {
  color: #0d1452;
}

.widget ul.tag-cloud li {
  display: inline-block;
  padding-left: 0;
  padding: 4px 10px;
  border: 2px solid #afafaf;
  font-size: 12px;
  margin-right: 5px;
}

.widget ul.tag-cloud li:before {
  content: "";
}

.widget ul.tag-cloud li:hover {
  background: #0d1452;
  border: 2px solid #0d1452;
}

.widget ul.tag-cloud li:hover a {
  color: #fff;
}

.card .nav-tabs {
  border-bottom: 2px solid #ddd;
  background: #fff;
}
.card .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
}
.card .nav-tabs > li > a {
  border: none;
  color: #666;
}
.card .nav-tabs > li.active > a,
.card .nav-tabs > li > a:hover {
  border: none;
  color: #0d1452 !important;
  background: transparent;
}
.card .nav-tabs > li > a::after {
  content: "";
  background: #0d1452;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}
.card .nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
  transform: scale(1);
}
.tab-nav > li > a::after {
  background: #21527d none repeat scroll 0% 0%;
  color: #fff;
}
.tab-pane {
  padding: 14px 0;
}
.tab-content {
  padding: 20px;
}

.card {
  background: #fff none repeat scroll 0% 0%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.vid iframe {
  width: 100%;
  height: 250px;
}

div.pagination {
  padding: 3px;
  margin: 3px;
  z-index: 1000;
  font-size: 14px;
  margin-bottom: 20px;
}

div.pagination a {
  padding: 5px 7px;
  margin: 2px;
  border: 1px solid #cf0d42;
  text-decoration: none; /* no underline */
  background-color: #0d1452;
  color: #fff;
  font-weight: bold;
}

div.pagination a:hover,
div.pagination a:active {
  border: 1px solid #cf0d42;
  color: #fff;
  background-color: #b20b39;
}

div.pagination span.current {
  padding: 5px 7px;
  margin: 2px;
  border: 1px solid #cf0d42;
  font-weight: bold;
  background-color: #b20b39;
  color: #fff;
  font-weight: bold;
}

div.pagination span.disabled {
  padding: 5px 7px;
  margin: 2px;
  border: 1px solid #929693;
  color: #929693;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../img/1.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

.ad-section img {
  width: 100% !important;
  height: auto !important;
}

.breadcrumb {
  background: #fff;
  margin-top: 0px;
  padding:0px !important;
}

.breadcrumb ul li {
  float: left;
  list-style-type: none;
  margin-right: 10px;
  color: #0d1452;
}
.breadcrumb ul li:last-child {
  color: #333;
}

.breadcrumb ul li a {
  color: #0d1452;
}

.bs-slider .item {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 600px;
}

.home-newsletter {
  padding: 80px 0;
  /* background: #0d1452; */
  background: #232f3e;
}

.home-newsletter .single {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.home-newsletter .single h2 {
  font-size: 22px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 0;
}
.home-newsletter .single .form-control {
  height: 50px;
  border-color: #333;
  outline: none;
}
.home-newsletter .single .btn {
  min-height: 50px;
  background: #333;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

/* about homepage */

.custom-about-section {
  padding: 40px 0;
  background: #ffffff;
 
}

.custom-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.custom-about-wrapper {
  display: flex;
  gap: 60px;
  align-items: center;
}

/* Images */
.custom-about-images {
  position: relative;
  width: 50%;
  display:flex;
  gap:15px;
}

.custom-image {
  border-radius: 0px ;
  overflow: hidden;
}
.custom-image.large{
  width:50%;
}
.custom-image.large img {
  width: 100%;
  height: auto;
}

.custom-image.small {
 
  width: 50%;
  padding-top:30px;
 
}

.custom-image img {
  width: 235px;
  display: block;
}

/* Content */
.custom-about-content {
  width: 50%;
}

.custom-subtitle {
  font-family: 'Instrument Sans', sans-serif;
  color: #000000;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  font-size:20px;
}

.custom-title {
 font-family: 'Instrument Sans', sans-serif;
  font-size: 38px !important;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px!important;
  margin-top: 0px;
  line-height: 1.2;
}

.custom-description {
  font-family: 'Instrument Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
  padding-left:20px;
  border-left:3px solid #6FC15F;
}

/* CTA */
.custom-cta-box {
  background: #eef7e9;
  padding: 25px 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-cta-text {
  display: block;
  color: #000000;
  font-weight: 600;
  font-size: 14px;
}

.custom-cta-number {
  font-size: 25px;
  font-weight: 700;
  color: #000;
  letter-spacing: 2px;
}

.custom-btn {
  background: #000000;
  color: #fff;
  padding: 14px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.custom-btn:hover {
  background: #5aa53c;
}
.custom-cta-text,
.custom-cta-number,
.custom-btn {
  font-family: 'Instrument Sans', sans-serif;
}
/* Responsive */
@media (max-width: 992px) {
  .custom-about-wrapper {
    flex-direction: column;
  }

  .custom-about-images,
  .custom-about-content {
    width: 100%;
  }

  .custom-image.small {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 20px;
    width: 70%;
  }
}




/* service section */

.custom-services-header {
  padding: 20px 0;
  background: #ffffff;
  font-family: 'Instrument Sans', sans-serif;
}

.custom-services-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
    width: 100%;
}

/* Left Content */
.custom-services-subtitle {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}

.custom-services-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  margin: 0;
}

/* Right Button */
.custom-services-btn {
  background: #000000;
  color: #fff;
  padding: 16px 36px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  float:right!important;
}

.custom-services-btn:hover {
  background: #5aa53c;
}

/* Responsive */
@media (max-width: 992px) {
  .custom-services-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .custom-services-btn {
    margin-top: 20px;
  }

  .custom-services-title {
    font-size: 38px;
  }
}


/* service slider */

/* ===== SECTION ===== */
.custom-services-slider-section {
  padding: 0px 0px 70px 0px;
  background: #fff;
  font-family: 'Instrument Sans', sans-serif;
  overflow: hidden;
}

.custom-container {
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;
}
.swiper-slide{
  margin-right:0px!important;
}
/* ===== CARD ===== */
.custom-service-card {
  text-align: center;
}

.custom-service-image {
  border-radius: 28px;
  overflow: hidden;
  pointer-events: none;
}

.custom-service-image img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

/* ===== TEXT ===== */
.custom-service-title {
  margin-top: 22px;
  font-size: 28px;
  font-weight: 700;
  color: #000;
}

.custom-service-desc {
  font-size: 16px;
  color: #666;
  margin-top: 8px;
  line-height: 1.6;
}

/* ===== SLIDER SPACING ===== */
.swiper-slide {
  padding: 0 12px;
}

/* ===== ARROWS ===== */
.custom-swiper-prev,
.custom-swiper-next {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  background: #0b3bdc;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  font-size: 22px;
  transition: 0.3s ease;
  pointer-events: auto;
}

.custom-swiper-prev:hover,
.custom-swiper-next:hover {
  background: #082ea8;
}

.custom-swiper-prev {
  left: -28px;
}

.custom-swiper-next {
  right: -28px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
  .custom-service-image img {
    height: 300px;
  }
}

@media (max-width: 992px) {
  .custom-swiper-prev,
  .custom-swiper-next {
    display: none;
  }

  .custom-service-image img {
    height: 260px;
  }
}

@media (max-width: 576px) {
  .custom-service-image img {
    height: 230px;
  }
}


/* why choose us */
.traffic-section {
  width:100%;
   background:#F6F6F6; 
   padding:30px 0px;
}

.traffic-section-child {
  max-width: 1200px;
  margin: 10px auto;
  padding: 0 20px;
  font-family: 'Instrument Sans', sans-serif;
 
}

.traffic-header {
  text-align: center;
  margin-bottom: 60px;
}

.traffic-header span {
  font-size: 22px;
  color: #000;
}

.traffic-header h2 {
  font-size: 40px;
  font-weight: 700;
  margin-top: 10px;
}

.traffic-card {
  display: flex;
  align-items: center;
  gap: 45px;
  padding: 20px;
  margin-bottom: 25px;
  border: 1.5px solid #7ED957;
  border-radius: 30px;
  background: #fff;
}

.traffic-card.reverse {
  flex-direction: row-reverse;
}

.traffic-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 22px;
}

.traffic-content {
  flex: 1;
}

.traffic-badge {
  width: 48px;
  height: 48px;
  background: #0B2BD6;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.traffic-content h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 14px;
  color:#000000;
}

.traffic-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #000;
}

/* Responsive */
@media (max-width: 900px) {
  .traffic-card,
  .traffic-card.reverse {
    flex-direction: column;
    text-align: center;
  }

  .traffic-image img {
    width: 100%;
    height: auto;
  }

  .traffic-badge {
    margin: 0 auto 18px;
  }
}


/* our journey */



/* HERO */
.hero-section {
  position: relative;
  background: url("why-3.png") center/cover no-repeat;
  padding: 40px 0 160px;
  color: #fff;

}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 0 20px;
}

.hero-left h1 {
  font-size: 40px;
  line-height: 1.3;
  font-weight:700;
}
.hero-right p{
  text-align:right;
  font-size:20px;
  font-family: 'Instrument Sans',sans-serif;
}
.hero-right {
  max-width: 420px;
  text-align:right;
}

.hero-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  background: #000;
  color: #fff;
  font-size:20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

/* STATS OVERLAP FIX */
.stats-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -90px; /* 🔥 THIS creates overlap */
  z-index: 5;
  display: flex;
  justify-content: center;
}

.stats-box {
  background: #0628B8;
  border-radius: 30px;
  padding: 40px 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  width: 92%;
  max-width: 1200px;
}

.stat-item {
  text-align: center;
  color: #fff;
}

.stat-item .icon {
  font-size: 36px;
  display: block;
  margin-bottom: 12px;
}

.stat-item h3 {
  font-size: 40px;
  margin: 0;
  font-weight: 700;
}

.stat-item p {
  margin-top: 6px;
  font-size: 20px;
  opacity: 0.9;
  font-weight:500;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .hero-content {
    flex-direction: column;
    text-align: center;
  }

  .stats-box {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .stats-box {
    grid-template-columns: 1fr;
    padding: 30px;
  }
}


.custom-sec-icon img{
  width:56px;
  height:56px;

}


/* section  */

:root {
    --green: #6bc851;
    --blue-text: #1a23ff;
    --black: #000000;
    --gray: #666666;
}

.custom-sec {
    padding: 120px 20px 60px 20px;
    display: flex;
    justify-content: center;
    background-color: #ffffff;
}

.custom-container {
    display: flex;
    align-items: center;
    max-width: 1100px;
    gap: 80px; /* Space between image and text */
}

/* Image Section Styling */
.image-wrapper {
    position: relative;
    width: 380px;
    height: 380px;
}

.green-shape {
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 25px;
    z-index: 1;
}

.profile-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 380px;
    height: 380px;
    z-index: 2;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Content Section Styling */
.content-wrapper {
    flex: 1;
}

.badge-text {
    color: #6bc851;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.main-title {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    margin: 0 0 15px 0;
}

.quote-text {
    color:#1a23ff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 20px;
    max-width: 500px;
}

.desc-text {
    color: #000000C7;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 550px;
}

.explore-btn {
    background-color: #6bc851;
    color: #fff;
    padding: 14px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size:18px;
    display: inline-block;
    transition: 0.3s;
}

.explore-btn:hover {
    background-color: #5ab142;
    transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 991px) {
    .custom-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }
    .image-wrapper {
        width: 320px;
        height: 320px;
    }
    .profile-img {
        width: 280px;
        height: 280px;
    }
    .green-shape {
        width: 180px;
        height: 230px;
    }
}

/* blog section */

/* General Styles */
.custom-news-section {
    font-family: 'Arial', sans-serif;
    padding: 30px 20px;
    background-color: #f9f9f9;
}

.custom-container-blog {
    max-width: 1200px;
    margin: 0 auto;
}

/* Header & Divider */
.custom-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.custom-title {
    font-size: 40px;
    margin: 0;
    font-weight:600;
    
    color: #1a1a1a;
}

.custom-view-more {
    background-color: #000;
    color: white;
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Instrument Sans',sans-serif;
}

.custom-divider {
    border: none;
    height: 1px;
    background-color: #0628B8;
    margin-bottom: 40px;
}

/* Grid System */
.custom-news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

/* Card Design */
.custom-card {
    background: #fff;
    border-radius: 10px;
    padding:15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

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

.custom-image-wrapper {
    position: relative;
    height: 220px;
}

.custom-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius:10px;
}

.custom-date-badge {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #0628B8;
    color: white;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    font-family:'Instrument Sans',sans-serif;
}

/* Card Body */
.custom-content {
    padding: 25px;
}

.custom-card-title {
    margin: 0 0 15px 0;
    font-size: 26px;
    color: #000;
    font-weight:500;
    font-family:'Instrument Sans',sans-serif;

}

.custom-card-text {
    color: #000000C7;
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 20px;
    font-family:'Instrument Sans',sans-serif;

}

/* Read More Button */
.custom-read-more {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    gap: 10px;
    font-size:20px;
    font-family:'Instrument Sans',sans-serif;

}

.custom-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #72cc5a;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 12px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .custom-title { font-size: 1.8rem; }
    .custom-news-grid { grid-template-columns: 1fr; }
}



/* partner section start */

/* Global Container */
.custom-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- Section 1 Styles --- */
.custom-partners-section {
    padding: 20px 0;
    text-align: center;
    background-color: #fff;
}

.custom-partners-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #1a1a1a;
}

.custom-blue-text {
    color: #0033cc; /* Brand Blue Color */
}

.custom-logo-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.custom-partner-logo {
    max-height: 92px;
    width: auto;
    filter: grayscale(0%); /* Zarurat ho toh grayscale(100%) kar sakte hain */
    transition: transform 0.3s ease;
}

.custom-partner-logo:hover {
    transform: scale(1.1);
}

/* --- Section 2 Styles --- */
.custom-trust-banner-section {
    padding-bottom: 40px;
}

.custom-banner-card {
    background-color: #002db3; /* Deep Blue */
    border-radius: 25px;
    padding: 60px;
    color: #ffffff;
}

.custom-banner-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.custom-left-col {
    flex: 1;
}

.custom-right-col {
    flex: 1;
}

.custom-banner-heading {
    font-size: 40px;
    font-weight:700;
    line-height: 1.2;
    margin: 0;
}

.custom-banner-description {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    font-weight:500;
    opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 992px) {
    .custom-banner-content {
        flex-direction: column;
        text-align: left;
    }
    
    .custom-logo-grid {
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .custom-partners-title { font-size: 24px; }
    .custom-banner-heading { font-size: 28px; }
    .custom-banner-card { padding: 30px; }
}


/* why us section */


.custom-guiding-section {
    padding: 10px 20px 30px 20px;
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
}

.custom-main-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    align-items: center;
}

/* Left Content */
.custom-left-hero {
    flex: 1.5;
}

.custom-sub-tag {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    font-family:'Instrument Sans',sans-serif;
}

.custom-main-heading {
    font-size: 40px;
    font-weight: 600;
    font-family:'Instrument Sans',sans-serif;
    color: #000;
    line-height: 1.2;
    margin-bottom: 25px;
}

.custom-main-desc {
    color: #000;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    font-family:'Instrument Sans',sans-serif;

}

.custom-explore-btn {
    display: inline-block;
    background-color: #000;
    color: white;
    padding: 12px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    font-family:'Instrument Sans',sans-serif;
    transition: 0.3s;
}

/* Features Grid */
.custom-features-wrapper {
    flex: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.custom-feature-item {
    display: flex;
    padding: 20px 40px;
    gap: 15px;
}

.custom-feature-icon img {
    width: 45px;
    height: 45px;
}

.custom-feature-title {
    margin: 0 0 10px 0;
    font-size: 21px;
    font-weight: 600;

}

.custom-feature-text {
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    margin: 0;
    font-weight:400;
    font-family:'Instrument Sans',sans-serif;

}

/* Border Logic to match image */
.custom-border-bottom {
    border-bottom: 1px solid #323232;
}

.custom-border-left {
    border-left: 1px solid #323232; /* Darker vertical line */
}

.custom-border-top {
    border-top: 1px solid #323232;
}

/* Responsive */
@media (max-width: 1024px) {
    .custom-main-container {
        flex-direction: column;
    }
    .custom-main-heading { font-size: 32px; }
}

@media (max-width: 600px) {
    .custom-features-wrapper {
        grid-template-columns: 1fr;
    }
    .custom-border-left {
        border-left: none;
        border-top: 1px solid #ccc;
    }
    .custom-feature-item {
        padding: 20px 0;
    }
}

/* testimonials css */


/* --- Testimonials Section Styling --- */
.custom-testimonials-section {
    padding: 30px 0;
    background-color: #F6F6F6;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    overflow: hidden;
}

.custom-container-testimonials {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.custom-section-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #000;
}

/* --- Slider & Navigation Layout --- */
.custom-slider-outer {
    position: relative;
    padding: 0 50px;
    height:330px;
}

.custom-nav-btn {
    color: #72cc5a !important;
    background: #fff;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    top: 50% !important;
    transform: translateY(-50%);
    transition: 0.3s ease;
}

.custom-nav-btn:hover {
    background: #72cc5a;
    color: #fff !important;
}

.custom-nav-btn::after {
    font-size: 20px !important;
    font-weight: bold;
}

/* --- Layered Card Design (Screenshot 2 Match) --- */
.custom-card-wrapper {
    position: relative;
    padding: 15px 0 45px 15px; /* Offset for the background layer */
}

/* The light green background box */
.custom-bg-layer {
    position: absolute;
    top: 0;
    left: 25px;
    width: 90%;
    height: 90%;
    background: linear-gradient(90deg, #e4f3e5, #fff);; /* Exact light green shade */
    border-radius: 15px;
    z-index: 1;
}

.main-quote-and-text{
  background: #ffffff;
    border: 1px solid #72cc5a;
    border-radius: 15px;
    padding: 20px;
    padding-bottom:0px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}
/* The main white card with green border */
.custom-content-card {
    position: relative;
    z-index: 2;
    
    margin-top: 0px;
    margin-left: 0px;
    min-height: 280px;
    display: flex;
    flex-direction: column;
}

.custom-quote {
    text-align: right;
    margin-bottom: 5px;
}

.custom-quote img {
    width: 40px;
    opacity: 0.4;
}

.custom-text {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 30px;
    flex-grow: 1;
    text-align:left;
}

/* --- User Profile Row --- */
.custom-profile-row {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 10px;
    padding-left: 20px;
}

.custom-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.custom-details h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.custom-details p {
    margin: 2px 0;
    font-size: 13px;
    color: #777;
}

.custom-stars {
    color: #ffb400;
    font-size: 14px;
    letter-spacing: 1px;
}

/* --- Pagination (Horizontal Lines) --- */
.custom-slider-pagination {
    position: relative !important;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.custom-slider-pagination .swiper-pagination-bullet {
    width: 60px;
    height: 5px;
    border-radius: 0;
    background: #e0e0e0;
    opacity: 1;
    margin: 0 !important;
    transition: 0.3s;
}

.custom-slider-pagination .swiper-pagination-bullet-active {
    background: #000;
    width: 60px;
}

/* --- Mobile Fixes --- */
@media (max-width: 1024px) {
    .custom-slider-outer { padding: 0 10px; }
    .custom-nav-btn { display: none !important; } /* Hide arrows on mobile for better space */
    .custom-container-testimonials { padding: 0 15px; }
}


/* footer css */


    .main-footer {
        background: url('../../assets/img/images/footer-bg.png') no-repeat center center; /* Replace with your bg path */
        background-size: cover;
        position: relative;
        color: #ffffff;
        padding: 0;
        font-family: 'Arial', sans-serif;
    }
    .main-footer::before {
        content: "";
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
        background: rgba(0, 0, 0, 0.85); /* Dark Overlay */
        z-index: 1;
    }
    .footer-container { position: relative; z-index: 2; padding: 60px 0 20px; }
    
    /* Newsletter Bar */
    .newsletter-row {
        border-bottom: 1px solid #FFFFFFB5;
        padding-bottom: 30px;
        margin-bottom: 40px;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }
    .newsletter-title { width:33.33%;font-size: 40px; font-weight: 700; margin: 0; flex: 1.5; }
    .newsletter-text { width:33.33%; font-size: 20px;font-weight: 400; color: #fff; flex: 1.5; padding: 0 20px; }
    .newsletter-form-col { width:33.33%; flex: 1.5;text-align:right; }
    
    .custom-input-group { display: flex; border-bottom: 1px solid #fff; }
    .custom-input-group input { 
        background: transparent; border: none; color: #fff; padding: 10px; width: 100%; outline: none; 
    }
    .btn-subscribe { 
        background: #0628B8;width:238px; font-size:16px;font-family:'Instrument Sans',sans-serif; font-weight:600;color: #fff; border: none; padding: 10px 30px; cursor: pointer;
    }

    /* Footer Columns */
    .footer-col p{
      font-size:15px;
      font-weight:400;
      line-height:27px;
      font-family:'Instrument Sans',sans-serif;
    }
    footer .contact-item span{
      font-size:18px;
      line-height: 33px;
      font-weight: 400;
      font-family:'Instrument Sans',sans-serif;

    }
    .footer-col h4 { font-size: 26px; font-weight: 700; margin-bottom: 25px; text-transform: uppercase; }
    .footer-links { list-style: none; padding: 0; }
    .footer-links li { margin-bottom: 12px; }
    .footer-links li a { color: #ccc; text-decoration: none; transition: 0.3s;font-size: 18px; font-weight: 400;  }
    .footer-links li a:hover { color: #fff; padding-left: 5px; }
    
    .contact-item { display: flex; margin-bottom: 15px; color: #ccc; align-items: flex-start; }
    .contact-item i { margin-right: 12px; margin-top: 4px; color: #fff; }

    .footer-bottom-border {
        border-top: 1px solid #FFFFFFB5;
        margin-top: 40px;
        padding-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .social-icons a {
        color: #fff; border: 1px solid #fff; width: 35px; height: 35px;
        display: inline-flex; align-items: center; justify-content: center;
        border-radius: 50%; margin-left: 10px; transition: 0.3s;
    }
    .social-icons a:hover { background: #fff; color: #000; }
    .footer-logo-box { background: #fff; padding: 10px; display: inline-block; margin-bottom: 20px; }
.contact-item img{
  width:19px;
  margin-top:8px;
  margin-right:10px;
}
.copyright{
  font-size: 20px;
  font-weight: 400;
  font-family:'Instrument Sans',sans-serif;
}
.custom-image-img {
  width:100% !important;
}

.main-menu-custom{
  font-size:16px !important;
  font-weight:500;
}

.menu-cart{
  list-style-type:none;
  display:flex;
  gap:20px;
  margin-left:auto;
  width:fit-content;
}
.menu-cart a{
  font-size:20px;
  background:#000!important;
  color:#fff;
  border-radius:100px;
  padding:10px 12px;
}
.menu-cart a:hover{
  background:#000;
}

.social-right{
  float:none !important;
  display: table-cell !important;
    vertical-align: middle !important;
    padding-top:10px;
}


.social-container-custom .text-right ul{
        list-style-type: none;
        position: absolute;
    right: 50px;
    top: 250px;
    z-index: 9999;
    
}

.social-container-custom .text-right ul a{
    color:#ffffff;
    border:1px solid #fff;
    border-radius:100px;
    padding:5px;
}





/*extra css*/


.custom-services-left,.custom-services-right{
    width:50%!important;
}


.core-services-dark{
    padding-top:0px !important;
}

