@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@300;400;600;700&display=swap");
body {
  font-family: 'Open Sans', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
  padding-top: 100px;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

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

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

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

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

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
}

.heading_container h2 span {
  color: #0a97b0;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

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

a:hover,
a:focus {
  color: initial;
}

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

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .header_section {
  margin-top: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.header_section {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
}

.header_section .header_top {
  padding: 15px 0;
  background-color: #0a97b0;
}

.header_section .header_top .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_section .header_top .contact_nav a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
}

.header_section .header_top .contact_nav a i {
  margin-right: 5px;
  border-radius: 100%;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  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;
  color: #0a97b0;
}

.header_section .header_top .contact_nav a:hover i {
  color: #04233b;
}

.header_section .header_bottom {
  background-color: #ffffff;
  padding: 15px 0;
}

.header_section .header_bottom .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #000000;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #0a97b0;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}

.custom_nav-container .nav_search-btn:hover {
  color: #000000;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.slider_section .slider_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.slider_section .slider_bg_box img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

.slider_section .slider_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(37, 37, 37, 0.9)), to(rgba(37, 37, 37, 0.7)));
  background: linear-gradient(to right, rgba(37, 37, 37, 0.9), rgba(37, 37, 37, 0.7));
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #04233b;
  text-align: center;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
}

.slider_section .detail-box p {
  color: #fefefe;
  font-size: 14px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -5px;
  margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #0a97b0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: #065968;
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: black;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #0a97b0;
}

.service_section {
  position: relative;
}

.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  background-color: #f8f8f9;
  padding: 20px;
  border-radius: 5px;
}

.service_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 125px;
  min-width: 75px;
  height: 75px;
  margin-right: 25px;
}

.service_section .box .img-box img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.service_section .box .detail-box a {
  color: #04233b;
  font-weight: 600;
}

.service_section .box .detail-box a:hover {
  color: #0a97b0;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
}

.about_section .img-box img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.about_section .img-box::before, .about_section .img-box::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 45px;
  height: 70%;
  background-color: #04233b;
  z-index: 3;
}

.about_section .img-box::before {
  left: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about_section .img-box::after {
  right: 0;
  z-index: 1;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.about_section .detail-box p {
  color: #1f1f1f;
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #0a97b0;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #065968;
}

.track_section {
  position: relative;
  color: #ffffff;
}

.track_section .track_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.track_section .track_bg_box img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

.track_section .track_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(37, 37, 37, 0.95)), to(rgba(37, 37, 37, 0.55)));
  background: linear-gradient(to right, rgba(37, 37, 37, 0.95), rgba(37, 37, 37, 0.55));
}

.track_section p {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.track_section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.track_section form input {
  background-color: #ffffff;
  border: none;
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
  outline: none;
  color: #000000;
  min-height: 42.4px;
  padding-left: 15px;
}

.track_section form input ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.track_section form input :-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.track_section form input ::-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.track_section form input ::placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.track_section form button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  padding: 9px 30px;
  background-color: #0a97b0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  font-size: 15px;
  text-transform: uppercase;
}

.track_section form button:hover {
  background-color: #065968;
}

.client_section .client_container {
  width: 75%;
  margin-top: 45px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 5px;
}

.client_section .box .detail-box {
  border: 1px solid #dddddd;
  padding: 25px;
  margin-bottom: 25px;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .box .client_id .img-box {
  position: relative;
  width: 75px;
  height: 75px;
}

.client_section .box .client_id .img-box img {
  width: 100%;
}

.client_section .box .client_id .name {
  margin-left: 15px;
}

.client_section .box .client_id .name h6 {
  color: #23242a;
  font-size: 18px;
  margin-bottom: 0;
}

.client_section .box .client_id .name p {
  margin-bottom: 0;
}

.client_section .carousel-wrap {
  margin: 0 auto;
  position: relative;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -15%;
  outline: none;
  background-color: #0a97b0;
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  background-color: #161825;
}

.client_section .owl-carousel .owl-nav .owl-prev {
  top: 25%;
  background-image: url(../images/prev.png);
}

.client_section .owl-carousel .owl-nav .owl-next {
  top: calc(25% + 65px);
  background-image: url(../images/next.png);
}

.contact_section {
  position: relative;
  padding-bottom: 90px;
}

.contact_section .heading_container {
  margin-bottom: 25px;
}

.contact_section .heading_container h2 {
  text-transform: uppercase;
}

.contact_section .form_container {
  margin-right: 15px;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #04233b;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #04233b;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #04233b;
}

.contact_section .form_container input::placeholder {
  color: #04233b;
}

.contact_section .form_container input.message-box {
  height: 120px;
}

.contact_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: #0a97b0;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.contact_section .form_container button:hover {
  background-color: #065968;
}

.contact_section .map_container {
  height: 420px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
}

.contact_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

.info_section {
  background-color: #0a97b0;
  color: #ffffff;
  padding: 45px 0 15px 0;
}

.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.info_section .info_col {
  margin-bottom: 30px;
}

.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #0a97b0;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}

.info_section .info_social a {
  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;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #0a97b0;
}

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
}

.info_section .info_links a:hover {
  color: #0a97b0;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::placeholder {
  color: #ffffff;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #0a97b0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  margin-top: 15px;
}

.info_section form button:hover {
  background-color: #065968;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: #0a97b0;
  text-align: center;
}

.footer_section p {
  color: #04233b;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}

/* Login Modal Styles */
.modal-dialog {
  max-width: 500px;
}

.modal-content {
  border: none;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.modal-header {
  background: linear-gradient(135deg, #0a97b0 0%, #04233b 100%);
  padding: 25px 30px 20px;
  text-align: center;
}

.modal-title {
  width: 100%;
  margin: 0;
}

.modal-header .close {
  position: absolute;
  top: 42px;
  right: 32px;
  color: #ffffff;
  opacity: 0.8;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  line-height: 1;
}

.modal-header .close:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}

.modal-body {
  padding: 30px;
}

.login-form .nav-tabs {
  border: none;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
}

.login-form .nav-tabs .nav-link {
  border: 2px solid #e9ecef;
  border-radius: 25px;
  padding: 10px 20px;
  margin: 0 5px;
  color: #6c757d;
  font-weight: 500;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.login-form .nav-tabs .nav-link i {
  font-size: 14px;
}

.login-form .nav-tabs .nav-link.active {
  background: #0a97b0;
  color: #ffffff;
  border-color: #0a97b0;
}

.login-form .nav-tabs .nav-link:hover {
  background: #f8f9fa;
  border-color: #0a97b0;
  color: #0a97b0;
}

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

.login-form .form-group label {
  font-weight: 600;
  color: #1f1f1f;
  margin-bottom: 8px;
  display: block;
}

.login-form .form-control {
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.login-form .form-control:focus {
  border-color: #0a97b0;
  box-shadow: 0 0 0 0.2rem rgba(10, 151, 176, 0.25);
}

.login-form .btn-primary {
  background: linear-gradient(135deg, #0a97b0 0%, #04233b 100%);
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
}

.login-form .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(10, 151, 176, 0.3);
}

.login-form .text-primary {
  color: #0a97b0 !important;
  text-decoration: none;
  font-weight: 500;
}

.login-form .text-primary:hover {
  text-decoration: underline;
}

.login-form .custom-control-label {
  font-size: 14px;
  color: #6c757d;
}

.modal-footer {
  background: #f8f9fa;
  padding: 15px 30px;
}

/* Categories Section Styles */
.categories_section {
  padding: 120px 0;
  background: #ffffff;
}

.categories_container {
  margin-top: 50px;
}

.category-box {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  border: 2px solid transparent;
}

.category-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-color: #0a97b0;
  background: #ffffff;
}

.category-box .category-icon {
  background: linear-gradient(135deg, #0a97b0 0%, #04233b 100%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.category-box:hover .category-icon {
  transform: scale(1.1);
}

.category-box .category-icon i {
  font-size: 28px;
  color: #ffffff;
}

.category-box .category-detail h5 {
  color: #1f1f1f;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.category-box .category-detail p {
  color: #666666;
  margin-bottom: 15px;
  font-size: 0.9rem;
  line-height: 1.5;
  min-height: 45px;
}

.category-box .category-detail .count {
  color: #0a97b0;
  font-weight: 600;
  font-size: 0.85rem;
  display: inline-block;
  padding: 5px 15px;
  background: rgba(10, 151, 176, 0.1);
  border-radius: 20px;
}

.category-box:hover .category-detail .count {
  background: #0a97b0;
  color: #ffffff;
}

/* Features Section Styles */
.features_section {
  padding: 120px 0;
  background: #f8f9fa;
}

.features_container {
  margin-top: 50px;
}

.feature-box {
  background: #ffffff;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.feature-box .icon-box {
  background: linear-gradient(135deg, #0a97b0 0%, #04233b 100%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-box .icon-box i {
  font-size: 24px;
  color: #ffffff;
}

.feature-box .detail-box {
  flex: 1;
}

.feature-box .detail-box h5 {
  color: #1f1f1f;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.feature-box .detail-box p {
  color: #666666;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.blog_section {
  padding: 120px 0;
}

.blog_box {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog_box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.blog_img-box {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.blog_img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog_box:hover .blog_img-box img {
  transform: scale(1.05);
}

.blog_date {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #0a97b0;
  color: #ffffff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1;
}

.blog_date h3 {
  margin: 0;
  font-size: 1.1rem;
}

.blog_detail {
  padding: 25px;
}

.blog_detail h5 {
  color: #1f1f1f;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 1.1rem;
  line-height: 1.4;
}

.blog_detail p {
  color: #666666;
  margin-bottom: 20px;
  font-size: 0.95rem;
  line-height: 1.6;
}

.blog_detail a {
  color: #0a97b0;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease;
}

.blog_detail a:hover {
  color: #04233b;
}

.blog_detail a i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.blog_detail a:hover i {
  transform: translateX(3px);
}

.breadcrumb_section {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.breadcrumb_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

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

.breadcrumb_bg_box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.breadcrumb_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
}

.breadcrumb_detail h1 {
  color: #ffffff;
  font-size: 3.5rem;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.breadcrumb_detail h1 span {
  color: #0a97b0;
}

.breadcrumb_detail p {
  color: #ffffff;
  font-size: 1.1rem;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.breadcrumb_detail p a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb_detail p a:hover {
  color: #0a97b0;
}

.breadcrumb_detail p span {
  color: #0a97b0;
}

.contact_nav:hover {
  color: #fff !important;
  
}

/* Suppliers Page Styles */

/* Search Section Styles */
.search_section {
  background: #f8f9fa;
  padding: 60px 0;
}

.search_container h2 {
  color: #1f1f1f;
  font-weight: 700;
  margin-bottom: 15px;
}

.search_container p {
  color: #666666;
  font-size: 1.1rem;
}

.search_bar {
  max-width: 800px;
  margin: 0 auto;
}

.search_bar .form-control {
  height: 50px;
  border: 2px solid #e9ecef;
  border-radius: 25px 0 0 25px;
  padding: 0 20px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.search_bar .form-control:focus {
  border-color: #0a97b0;
  box-shadow: 0 0 0 0.2rem rgba(10, 151, 176, 0.25);
}

.search_bar .btn-search {
  background: linear-gradient(135deg, #0a97b0 0%, #04233b 100%);
  border: none;
  border-radius: 0 25px 25px 0;
  padding: 0 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.search_bar .btn-search:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(10, 151, 176, 0.3);
}

.search_filters {
  text-align: center;
}

.filter_tags {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-label {
  color: #666666;
  font-weight: 600;
  margin-right: 10px;
}

.filter-btn {
  background: #ffffff;
  border: 2px solid #e9ecef;
  border-radius: 20px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  transition: all 0.3s ease;
  cursor: pointer;
}

.filter-btn:hover,
.filter-btn.active {
  background: #0a97b0;
  color: #ffffff;
  border-color: #0a97b0;
  transform: translateY(-2px);
}

/* Suppliers Section Styles */
.suppliers_section {
  background: #ffffff;
}

.section_header h2 {
  color: #1f1f1f;
  font-weight: 700;
  margin-bottom: 15px;
}

.section_header h2 span {
  color: #0a97b0;
}

.section_header p {
  color: #666666;
  font-size: 1.1rem;
}

.supplier_box {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.supplier_box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.supplier_header {
  position: relative;
  padding: 20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.supplier_logo {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.supplier_badge .badge {
  padding: 5px 12px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.supplier_badge .badge.verified {
  background: #28a745;
  color: #ffffff;
}

.supplier_badge .badge.premium {
  background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
  color: #ffffff;
}

.supplier_body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.supplier_body h4 {
  color: #1f1f1f;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.supplier_category {
  color: #0a97b0;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 12px;
}

.supplier_description {
  color: #666666;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 15px;
  flex: 1;
}

.supplier_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}

.supplier_tags .tag {
  background: rgba(10, 151, 176, 0.1);
  color: #0a97b0;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
}

.supplier_info {
  border-top: 1px solid #e9ecef;
  padding-top: 15px;
  margin-bottom: 15px;
}

.supplier_info .info_item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #666666;
  font-size: 0.9rem;
}

.supplier_info .info_item:last-child {
  margin-bottom: 0;
}

.supplier_info .info_item i {
  color: #0a97b0;
  margin-right: 8px;
  width: 16px;
}

.supplier_footer {
  padding: 15px 20px;
  border-top: 1px solid #e9ecef;
  display: flex;
  gap: 10px;
}

.supplier_footer button {
  flex: 1;
  padding: 10px 15px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-contact {
  background: linear-gradient(135deg, #0a97b0 0%, #04233b 100%);
  color: #ffffff;
}

.btn-contact:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(10, 151, 176, 0.3);
}

.btn-view {
  background: #f8f9fa;
  color: #666666;
  border: 2px solid #e9ecef;
}

.btn-view:hover {
  background: #e9ecef;
  color: #1f1f1f;
}

/* No Results Styles */
.no-results {
  text-align: center;
  padding: 60px 20px;
  color: #666666;
}

.no-results i {
  color: #0a97b0;
  margin-bottom: 20px;
}

.no-results h4 {
  color: #1f1f1f;
  margin-bottom: 10px;
}

/* Load More Button */
.btn-load-more {
  background: linear-gradient(135deg, #0a97b0 0%, #04233b 100%);
  color: #ffffff;
  border: none;
  border-radius: 25px;
  padding: 12px 40px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-load-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(10, 151, 176, 0.3);
}

/* Stats Section Styles */
.stats_section {
  background: linear-gradient(135deg, #0a97b0 0%, #04233b 100%);
  color: #ffffff;
}

.stat_box {
  padding: 30px 20px;
}

.stat_number {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
}

.stat_label {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}

/* Responsive Design */
@media (max-width: 768px) {
  .search_bar .form-control {
    border-radius: 25px;
    margin-bottom: 10px;
  }
  
  .search_bar .btn-search {
    border-radius: 25px;
    width: 100%;
  }
  
  .filter_tags {
    justify-content: center;
  }
  
  .supplier_footer {
    flex-direction: column;
  }
  
  .stat_number {
    font-size: 2rem;
  }
}

/* Supplier Profile Modal Styles */
#supplierProfileModal .modal-dialog {
  max-width: 600px;
}

#supplierProfileModal .modal-content {
  border: none;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

#supplierProfileModal .modal-header {
  background: linear-gradient(135deg, #0a97b0 0%, #04233b 100%);
  padding: 20px;
  border: none;
}

.profile-header {
  display: flex;
  align-items: center;
  gap: 15px;
}

.profile-logo {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

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

.profile-title h4 {
  color: #ffffff;
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
}

.profile-title .badge {
  margin-top: 5px;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

#supplierProfileModal .modal-header .close {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #ffffff;
  opacity: 0.8;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  line-height: 1;
}

#supplierProfileModal .modal-header .close:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}

#supplierProfileModal .modal-body {
  padding: 0;
  max-height: 70vh;
  overflow-y: auto;
}

.supplier-profile {
  padding: 20px;
}

.profile-section {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9ecef;
}

.profile-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.profile-section h6 {
  color: #1f1f1f;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.profile-section h6 i {
  color: #0a97b0;
  width: 18px;
  text-align: center;
}

.profile-section p {
  color: #666666;
  line-height: 1.5;
  margin-bottom: 15px;
  font-size: 0.9rem;
}

.profile-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.stat-item {
  flex: 1;
  min-width: 120px;
}

.stat-item strong {
  color: #1f1f1f;
  display: block;
  margin-bottom: 3px;
  font-size: 0.85rem;
}

.stat-item span {
  color: #0a97b0;
  font-weight: 600;
  font-size: 0.9rem;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.contact-item i {
  color: #0a97b0;
  width: 18px;
  text-align: center;
  margin-top: 2px;
  font-size: 0.9rem;
}

.contact-item div {
  flex: 1;
}

.contact-item strong {
  color: #1f1f1f;
  display: block;
  margin-bottom: 2px;
  font-size: 0.85rem;
}

.contact-item span,
.contact-item a {
  color: #666666;
  font-size: 0.85rem;
}

.contact-item a {
  color: #0a97b0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: #04233b;
  text-decoration: underline;
}

.products-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px !important;
}

.product-item {
  background: rgba(10, 151, 176, 0.1);
  color: #0a97b0;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 500;
  border: 1px solid rgba(10, 151, 176, 0.2);
  transition: all 0.3s ease;
  margin-bottom: 20px !important;
}

.product-item:hover {
  background: #0a97b0;
  color: #ffffff;
  transform: translateY(-2px);
}

.certifications {
  display: flex;
  flex-direction: column;
  gap: 8px !important;
}

.cert-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 3px solid #28a745;
}

.cert-item i {
  color: #28a745;
  font-size: 1rem;
}

.cert-item span {
  color: #1f1f1f;
  font-weight: 500;
  font-size: 0.85rem;
}

.business-hours {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hours-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background: #f8f9fa;
  border-radius: 6px;
}

.hours-item strong {
  color: #1f1f1f;
  font-size: 0.85rem;
}

.hours-item span {
  color: #666666;
  font-size: 0.85rem;
  font-weight: 500;
}

#supplierProfileModal .modal-footer {
  background: #f8f9fa;
  padding: 20px;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

#supplierProfileModal .modal-footer .btn {
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 13px;
  transition: all 0.3s ease;
  border: none;
}

#supplierProfileModal .modal-footer .btn-secondary {
  background: #6c757d;
  color: #ffffff;
}

#supplierProfileModal .modal-footer .btn-secondary:hover {
  background: #5a6268;
  transform: translateY(-2px);
}

#supplierProfileModal .modal-footer .btn-primary {
  background: linear-gradient(135deg, #0a97b0 0%, #04233b 100%);
  color: #ffffff;
}

#supplierProfileModal .modal-footer .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(10, 151, 176, 0.3);
}

#supplierProfileModal .modal-footer .btn-success {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  color: #ffffff;
}

#supplierProfileModal .modal-footer .btn-success:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
}

/* Responsive Design for Profile Modal */
@media (max-width: 768px) {
  #supplierProfileModal .modal-dialog {
    margin: 15px;
    max-width: 100%;
  }
  
  .profile-header {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  
  .profile-stats {
    flex-direction: column;
    gap: 15px;
  }
  
  .contact-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  
  .business-hours .hours-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  
  #supplierProfileModal .modal-footer {
    flex-direction: column;
    gap: 10px;
  }
  
  #supplierProfileModal .modal-footer .btn {
    width: 100%;
  }
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    padding: 0px;
    color: rgba(255, 255, 255, 0.6);
}


.contact_section_new{
    background:#fff;
    padding:80px 0;
}

.contact_left_content h2{
    font-size:58px;
    font-weight:700;
    color:#0a97b0;
    margin-bottom:40px;
}

.contact_left_content p{
    font-size:16px;
    line-height:42px;
    color:#000;
    text-align:justify;
    margin-bottom:35px;
}

/* Form */

.contact_form_box{
    background:#0a97b0;
    padding:35px;
}

.contact_form_box h3{
    color:#fff;
    font-size:36px;
    font-weight:700;
    margin-bottom:30px;
}

.contact_form_box .form-control{
    height:55px;
    border-radius:0;
    border:none;
    box-shadow:none;
    font-size:18px;
    padding-left:18px;
}

.contact_form_box textarea.form-control{
    height:150px;
    resize:none;
    padding-top:15px;
}

.contact_submit_btn{
    width:100%;
    height:55px;
    border:none;
    background:#f58213;
    color:#fff;
    font-size:26px;
    font-weight:600;
    transition:.3s;
}

.contact_submit_btn:hover{
    background:#df740b;
}

/* Responsive */

@media(max-width:991px){

.contact_left_content{
    margin-bottom:40px;
}

.contact_left_content h2{
    font-size:42px;
}

.contact_left_content p{
    font-size:18px;
    line-height:32px;
}

.contact_form_box{
    padding:25px;
}

.contact_form_box h3{
    font-size:28px;
}

}

@media(max-width:576px){

.contact_section_new{
    padding:60px 0;
}

.contact_left_content h2{
    font-size:34px;
}

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

.contact_form_box{
    padding:20px;
}

.contact_form_box h3{
    font-size:24px;
}

.contact_submit_btn{
    font-size:22px;
}

}





.contact_info_section{
    background:#000;
    padding:80px 0;
}

.contact_info_box{
    display:flex;
    align-items:flex-start;
    gap:25px;
}

.contact_icon{
    width:80px;
    height:80px;
    background:#0a97b0;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-shrink:0;
}

.contact_icon i{
    font-size:22px;
    color:#ff8a00;
}

.contact_details h4{
    color:#ff8a00;
    font-size:28px;
    font-weight:700;
    margin-bottom:12px;
}

.contact_details p{
    color:#fff;
    font-size:16px;
    line-height:38px;
    margin:0;
}

.contact_details a{
    color:#fff;
    text-decoration:none;
}

.contact_details a:hover{
    color:#ff8a00;
}

/* Tablet */

@media(max-width:991px){

.contact_info_section{
    padding:60px 0;
}

.contact_info_box{
    gap:20px;
}

.contact_icon{
    width:70px;
    height:70px;
}

.contact_icon i{
    font-size:28px;
}

.contact_details h4{
    font-size:28px;
}

.contact_details p{
    font-size:18px;
    line-height:32px;
}

}

/* Mobile */

@media(max-width:767px){

.contact_info_box{
    flex-direction:column;
    align-items:center;
    text-align:center;
}

.contact_details h4{
    font-size:24px;
}

.contact_details p{
    font-size:17px;
    line-height:30px;
}

.contact_icon{
    margin-bottom:10px;
}

}




        .social-section{
            padding:70px 0;
        }

        .social-title{
            font-size:52px;
            font-weight:700;
            color:#000;
            text-align:center;
            margin-bottom:70px;
        }

        .qr-box{
            text-align:center;
            transition:0.3s;
        }

        .qr-box img{
            width:200px;
            max-width:100%;
            height:auto;
        }

        .qr-box:hover{
            transform:translateY(-6px);
        }

        /* Tablet */
        @media(max-width:991px){
            .social-title{
                font-size:42px;
                margin-bottom:50px;
            }

            .qr-box img{
                width:170px;
            }
        }

        /* Mobile */
        @media(max-width:767px){

            .social-section{
                padding:50px 0;
            }

            .social-title{
                font-size:34px;
                margin-bottom:35px;
            }

            .qr-box{
                margin-bottom:35px;
            }

            .qr-box img{
                width:180px;
            }
        }

        /* Small Mobile */
        @media(max-width:480px){

            .social-title{
                font-size:28px;
            }

            .qr-box img{
                width:160px;
            }

        }



        