@charset "UTF-8";
/*Theme default CSS*/
:root {
  --jh-font:"DM Sans", sans-serif;
  --jh-title:"Plus Jakarta Sans", sans-serif;
  --jh-text:"DM Sans", sans-serif;
  --jh-primary:#1a4383;
  --jh-secondary:#01a0e2;
  --jh-tertiary:#ff4718;	
  --jh-base:#61CE70;
  --jh-accent:#ff781f;
  --jh-black:#000229;
  --jh-white:#ffffff;
  --jh-text-body:#363636;
  --jh-text-dark:#1d1e20;
  --jh-text-light:#d27bfd;
  --jh-text-primary:#391e6c;
  --jh-text-secondary:#1e0f3a;	
  --jh-bg-dark:#23013c;
  --jh-bg-primary:#f0f8fb;
  --jh-bg-secondary:#f4f2f9;
  --jh-bg-light:#f4f5ff;
  --jh-bg-light-2:#F3F7FA;
  --jh-bg-light-3:#f5f6fc;
  --jh-border-dark:#212529;
  --jh-border-light:#eeebf2;
  --bg-purple-gradiunt: linear-gradient(313deg, #186ef2 0%, #6d18ef 100%);	
  --jh-blackish-color-rgb: 0, 17, 46;
}
body {
  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  font-family:var(--jh-font);
  color:var(--jh-text-body);
}
h1, h2, h3, h4, h5, h6 {
  font-family:var(--jh-title);	
  color:var(--jh-black);
  font-weight: bold;
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
}
a, i, button, img, input, span,
*:before, *:after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
*:focus {
  outline: 0px solid;
}

a:focus {
  color: inherit;
  outline: medium none;
  -webkit-transform: scale(1);
          transform: scale(1);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.rotate-315 {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.opacity-60 {
  opacity: 0.6 !important;
}
/*Common Class*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.float-start {
  float: left;
}

.float-end {
  float: right;
}

.section {
  width: 100%;
  overflow:hidden;	
}
.bg-gray {background-color:var(--jh-bg-light-2);}
.section.bg-white {background-color: #fff;}
.primary-bg {background: var(--jh-bg-primary);}
.secondary-bg {background:var(--jh-accent);}
.section-primary-bg {background:var(--jh-bg-primary);}

/*-- Input Placeholder --*/
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*-- Section Title --*/
.section-title .title {
  font-size: 42px;
  color:var(--jh-secondary);
  line-height: 28px;
  padding-bottom: 20px;
  margin: 0;
  position: relative;
  font-weight: 600;
}
.section-title .title span {color:var(--jh-secondary);}
.section-title p {
  color: var(--jh-black);
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}
@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
.section-title .title {font-size: 36px;}
}
@media only screen and (max-width: 479px) {
  .section-title .title {
    font-size:32px;
    line-height:32px;
    padding-bottom: 15px;
  }
}
.section-title.title-white h1 {
  color: #fff;
}
.section-title.title-white h1::before {
  border-color: #fff;
}

.page-banner-area {
  background: var(--jh-bg-light-2);
  border-bottom: 1px solid #e3ecf2;
  border-top: 1px solid #e3ecf2;
}
.page-banner-area .page-banner h2 {
  color:var(--jh-secondary);
  text-transform: uppercase;
  font-weight: 700;
  font-family: Montserrat;
}
.page-banner-area .page-banner .breadcrumb {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
}
.page-banner-area .page-banner .breadcrumb li a {
  font-size: 16px;
  color:var(--jh-black);
}
.page-banner-area .page-banner .breadcrumb li a:hover {
  color:var(--jh-tertiary);
}
.page-banner-area .page-banner .breadcrumb li + li::before {
  font-size:12px;
   color:var(--jh-black);
  content: "/Â ";
  padding: 0 5px;
	
}

form {
  margin-left: -10px;
  margin-right: -10px;
}

.input-box {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 20px;
  float: left;
  display: block;
}
.input-box input[type=text] {
  display: block;
  width: 100%;
  border: 1px solid rgba(82, 82, 82, 0.5);
  color: #858585;
  background-color: transparent;
  height: 40px;
  line-height: 24px;
  padding: 7px 15px;
}
.input-box input[type=email] {
  display: block;
  width: 100%;
  border: 1px solid rgba(82, 82, 82, 0.5);
  color: #858585;
  background-color: transparent;
  height: 40px;
  line-height: 24px;
  padding: 7px 15px;
}
.input-box textarea {
  display: block;
  width: 100%;
  border: 1px solid rgba(82, 82, 82, 0.5);
  color: #858585;
  background-color: transparent;
  height: 150px;
  line-height: 24px;
  padding: 7px 15px;
}
.input-box input[type=submit] {
  display: block;
  border: 1px solid rgba(82, 82, 82, 0.5);
  color: #858585;
  background-color: transparent;
  height: 40px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 7px 45px;
  text-transform: uppercase;
}
.input-box input[type=submit]:hover {
  background-color: #26547c;
  color: #fff;
}

.submit-box {
  width: auto;
  margin-bottom: 0;
}

.input-box-2 {
  width: 100%;
  float: left;
  display: block;
}
.input-box-2 .input-box {
  width: 50%;
}
@media only screen and (max-width: 479px) {
  .input-box-2 .input-box {
    width: 100%;
  }
}

.primary-btn {
  background:var(--jh-primary);
  color:var(--jh-white);
  display: inline-block;
  padding:22px 45px;
  border: 0;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  border-radius:3px;
  font-weight: 600;
  font-size:18px;
  line-height:18px;
}
.primary-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius:3px;
  background:var(--jh-secondary);
  opacity: 0;
  z-index: -1;
}
.primary-btn:hover, .primary-btn:focus, .primary-btn:active  {
  background:var(--jh-secondary);
  color: var(--jh-white);
}
.primary-btn:hover:after {
  opacity: 1;
}
@media (max-width: 991px) {
  .primary-btn {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .primary-btn {
    padding:18px 32px;
    font-size: 14px;
  }
}
.secondary-btn {
  background:var(--jh-secondary);
  color:var(--jh-white);
  display: inline-block;
  padding:16px 26px;
  border-radius:3px;
  font-weight: 600;	
  text-transform:uppercase;
  font-size:15px;	
  line-height:18px;
  border: none;	
}
@media (max-width: 991px) {
  .secondary-btn {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
.secondary-btn:hover, .secondary-btn:focus, .secondary-btn:active {
  background:var(--jh-primary);
  color: var(--jh-white);
}

@media (max-width: 767px) {
  .secondary-btn {
    padding:18px 32px;
    font-size: 13px;
  }
}
.tertiary-btn {
  background:var(--jh-primary);
  color:var(--jh-white);
  display: inline-block;
  padding: 18px 45px;
  border: 0;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  border-radius:3px;
  font-weight: 600;
  font-size:18px;
  line-height:18px;
}
.tertiary-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius:18px;
  background:#2d0e8c;
  opacity: 0;
  z-index: -1;
}
.tertiary-btn:hover, .tertiary-btn:focus, .tertiary-btn:active  {
  background:#2d0e8c;
  color:var(--jh-white);
}
.tertiary-btn:hover:after {
  opacity: 1;
}
@media (max-width: 991px) {
  .tertiary-btn {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .tertiary-btn {
    padding:18px 36px;
    font-size: 14px;
  }
}
.main-btn {
  display: inline-block;
  font-weight:600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0px;
  padding: 0 50px;
  font-size:16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height:64px;
  border-radius:3px;
  color:var(--jh-white);
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color:var(--jh-secondary);
  position: relative; 
}
.main-btn::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 17px;
    width: 17px;
    background:var(--jh-primary);
	 border-radius:3px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: -1; 
}
.main-btn:hover {
    background-color:var(--jh-primary);
    color: #fff; 
}
.main-btn:hover::before {
      width: 100%;
      height: 100%;
}
.main-btn.main-btn-2 {
    background-color: #1b1f2e;
    color: #fff;
}
.main-btn.main-btn-2::before {
      background: #fff;
}
.main-btn.main-btn-2:hover {
      background-color: #fff;
      color: #1b1f2e;
}

@media only screen and (max-width:767px) {
	.main-btn {padding: 0 35px;}
}
/*Bootstrap Custom Container*/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
.container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
.container-md,
.container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
.container-lg,
.container-md,
.container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1140px;
  }
}
@media (min-width: 1600px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1440px;
  }
}
.row {
  --bs-gutter-x: 30px;
}
/*Header Area Start Here*/
/*-- Header Area --*/
.header-area {
  float: left;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top:0;
  background-color: #fff;
  z-index: 99999;
  padding-right: 60px;
  padding-left: 60px;	
  border-top: 3px solid var(--jh-secondary);
}
.header-area.stick {
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
.header-area.stick .header-search {
  padding: 26px 0;
}
@media only screen and (max-width: 767px) {
  .header-area.stick .header-search {
    padding: 16px 0;
  }
}
.header-area.stick .main-menu {
  margin: 26px 0;
}
@media only screen and (max-width: 767px) {
  .header-area.stick .main-menu {
    margin: 0;
  }
}
.header-area .logo {
  display: inline-block;
  margin: 15px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .logo {
    width: 140px;
  }
}
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.header-area {padding-right: 0px;padding-left: 0px;}
}
@media only screen and (max-width: 767px) {
  .header-area .logo {
    width:160px;
  }
  .header-area {
  padding-right:10px;
  padding-left:10px;	
}
.header-contact-info {display:none !important;}	
}
.header-area .logo img {
  width: 100%;
}
@media only screen and (max-device-width: 480px) {
	.header-contact-info {display:none !important;}	
}
/*-- Animation For Stick Menu --*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: none;
    transform: none;
  }
}
/*-- Menu Toggle --*/
.header-buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-buttons .mobile-login-btn {
  border: 1px solid var(--jh-primary);
  border-radius: 3px;
  padding:5px 7px;
  color: var(--jh-primary);
  font-weight: 600;
}
.header-buttons .mobile-call {
  color: var(--jh-primary);
  margin-top:4px;
  margin-right:12px;	
  font-size:24px;	
}

.menu-toggle {
  margin-left: 20px;
  width:45px;
  height:40px;
  border:none;
  background-color:var(--jh-primary);
  border-radius:3px;
  color: #fff;
  padding: 0;
  overflow: hidden;
}
.menu-toggle:hover {
  background-color:var(--jh-primary);
}
@media only screen and (max-width: 767px) {
  .menu-toggle {
    margin-left: 15px;
  }
}
.menu-toggle i {
  display: block;
  font-size: 16px;
  line-height: 28px;
}
/*-- Call Us --*/
.header-contact-info {
  padding:24px 0;
  position: relative;
  display: flex;
  align-items: center;	
}
.header-contact-info .info__item--call {
  display:flex;
  align-items:center;
  gap: 18px;
  z-index: 1;
}
.header-contact-info .info__item__icon {
  font-size:21px;
  color:var(--jh-white);
  line-height:50px;
  width:55px;
  height:55px;
  border-radius:500px;
  margin-left:0;
  display:flex;
  justify-content: center;
  align-items:center;
  border: 5px solid var(--jh-secondary);
  background-color:var(--jh-secondary);
  box-shadow: 0px 10px 30px 0px rgba(226, 226, 226, 0.78);
  position:relative;
  
}
.header-contact-info .info__item__icon .fa-phone {
  transform: scaleX(-1);
}

.header-contact-info .info__item__content__text {
  color:var(--jh-black);
  font-family:var(--jh-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: -3px;
}
.header-contact-info .info__item__content__call {
  margin-top: -9px;
  color:var(--jh-primary);
  font-family:var(--jh-font);
  font-size:21px;
  font-style: normal;
  font-weight: 700;
  line-height: 166.667%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.header-contact-info .call-btn {
	font-weight:700;
	padding: 6px 12px;
	font-size:18px;
	color: var(--jh-black);
}
.header-contact-info .call-btn i {font-size:24px;}
.header-contact-info .call-btn:hover {
	color: var(--jh-primary)
}
.header-contact-info .call-btn .fa-phone {
  transform: scaleX(-1);
}
.header-contact-info .login-btn {
  background: var(--jh-accent);
  color: var(--bs-black);
  padding: 6px 24px;
  border-radius: 16px;
  font-weight: 500;
}
.header-contact-info .login-btn:hover {
	background:var(--jh-secondary);
}
@media only screen and (max-width: 767px) {
	.header-call {
    padding: 26px 0;
    position: static;
  }
}
/*-- Menu --*/
.main-menu {
  margin: 36px 0;
}

@media only screen and (max-width: 767px) {
  .main-menu {
    margin: 0;
    width: 100%;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .main-menu nav {
    padding-bottom: 10px;
  }
}
.main-menu nav ul li {
  display: block;
  float: left;
  margin-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu nav ul li {
    margin-left: 18px;
  }
  .header-contact-info .info__item__content__call {font-size: 16px}	
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu nav ul li {margin-left:10px;}
  .login-btn {display:none;}
  .header-contact-info .info__item__icon{line-height:42px;width:42px;height:42px;font-size:16px;}
  .header-contact-info .info__item--call{margin-right:5px;gap:6px;}
  .header-contact-info .info__item__content__call {font-size:16px;margin-right:5px !important;}	
}
@media only screen and (max-width: 767px) {
  .main-menu nav ul li {
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.main-menu nav ul li:first-child {
  margin-left: 0;
}
.main-menu nav ul li a {
  border-top: 1px solid transparent;
  display: block;
  font-size:16px;
  color:var(--jh-black);
  line-height: 22px;
  font-weight:600;
  margin: 3px 0 2px;
  text-transform: uppercase;
	position: relative;
}
.main-menu nav ul li a:hover {
   color:var(--jh-secondary);
}
.main-menu nav ul li a:hover::before {
    width: 100%;
}

.main-menu nav ul li a:before {
    left: 0;
    bottom: 0;
    width: 0;
    height:2px;
    content: '';
    position: absolute;
    background:var(--jh-secondary);
    transition: ease-in-out 0.6s;
}



.main-menu nav ul li a:hover::after {
    width: 0;
}



/*.main-menu nav ul li a span {
  position: absolute;
  right: 10px;
  top: 3px;
  width: 42px;
  height: 16px;
  font-weight: 600;
  line-height: 1.6em;
  border-radius: 50px;
  letter-spacing: 1px;
  font-size: 11px;
  text-transform: uppercase;
  color: var(--jh-base);
  background-color: var(--jh-primary);
  text-align: center;
}*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu nav ul li a {
    font-size: 13px;
  }
}
.main-menu nav ul li a:hover {
  color:var(--jh-primary);
}
@media only screen and (max-width: 767px) {
  .main-menu nav ul li a:hover {
    border-color: transparent;
  }
}
.main-menu nav ul li.active a {
  color:var(--jh-secondary);
}
@media only screen and (max-width: 767px) {
  .main-menu nav ul li.active a {
    border-color: transparent;
  }
}
/*Hero Section Start Here*/
.hero-section-3{
  background-image: url("../images/hero-banner.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
  margin-top: 118px;
  position:relative;
}
.hero-section-3:before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(to bottom right, rgba(2, 81, 112, 0.39) 0%, rgba(1, 81, 112, 0.43) 80%);	
  /*background: rgba(0, 0, 0, 0.36); /* Dark overlay for text readability */
  /*linear-gradient(to bottom right, rgba(2, 81, 112, 1) 0%, rgba(55, 173, 184, 0) 80%)*/
  z-index: 1;
}
/* Zoom Background Animation */
@-webkit-keyframes zoom-a {
	0% { background-size: 100% auto; }
	100% { background-size: 120% auto; }
}
@-moz-keyframes zoom-a {
	0% { background-size: 100% auto; }
	100% { background-size: 120% auto; }
}
@-o-keyframes zoom-a {
	0% { background-size: 100% auto; }
	100% { background-size: 120% auto; }
}
@keyframes zoom-a {
	0% { background-size: 100% auto; }
	100% { background-size: 120% auto; }
}
.zoom-x {
  -webkit-animation: zoom-a 10s linear infinite alternate; /* Safari 4+ */
  -moz-animation:    zoom-a 10s linear infinite alternate; /* Fx 5+ */
  -o-animation:      zoom-a 10s linear infinite alternate; /* Opera 12+ */
  animation:         zoom-a 10s linear infinite alternate; /* IE 10+, Fx 29+ */
}

.hero-content-2{
  text-align: center;
  max-width: 900px;
  margin: auto;
}

.hero-content-2{
  text-align: center;
  max-width: 900px;
  margin: auto;
	position: relative;
  z-index: 999;
}

.hero-content-2 h1{
  font-size: 75px;
  font-weight: 800;    
  margin-bottom: 40px;
  color:var(--jh-white);
	-webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--jh-secondary);
	text-shadow: -1px 3px 2px rgba(0,0,0,0.6);
}

.hero-content-2 h2.sub-head{
  color: var(--jh-white);
  text-shadow: -1px 3px 2px rgba(0,0,0,0.6);
  font-size: 24px;
	margin-bottom: 40px;
}
/* Responsive Hero Section Adjustments */
@media (max-width: 1199.98px) {
  .hero-content-2 h1 {
    font-size: 60px;
  }
}

@media (max-width: 991.98px) {
  .hero-section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-content-2 h1 {
    font-size: 48px;
  }

  .hero-content-2 h2.sub-head {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .hero-section-3 {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 80px;
  }

  .hero-content-2 h1 {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .hero-content-2 h2.sub-head {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .hero-section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top:90px;
  }

  .hero-content-2 h1 {
    font-size:41px;
    margin-bottom: 20px;
  }

  .hero-content-2 h2.sub-head {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .hero-content-2 .primary-btn {
    font-size: 16px;
    padding: 10px 20px;
  }
   .zoom-x {
    animation: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
  }	
}
/*Hero Section End Here*/
/*About Us Start Here*/
.jh-about-section {
  position: relative;
  padding:90px 0px;
}
@media (max-width: 991.98px) {
  .jh-about-section {
    padding-bottom: 90px;
  }
}
.jh-about-section .image-1 {
  position: relative;
}
.jh-about-section .image-1:before {
  background-color:var(--jh-secondary);
  bottom: -20px;
  content: "";
  height:12px;
  left: 0;
  position: absolute;
  width: 60%;
}
.jh-about-section .image-2 {
  border:6px solid var(--jh-secondary);
  bottom: -130px;
  position: absolute;
  right: 0;
}
@media (max-width: 1199.98px) {
  .jh-about-section .image-2 {
    bottom: -170px;
  }
}
@media (max-width: 991.98px) {
  .jh-about-section .image-2 {
    bottom: -110px;
  }
}
@media (max-width: 991.98px) {
  .jh-about-section .image-column {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
	.jh-about-section .image-2 {display:none;}
}
.jh-about-section .sec-title .sub-title {
  position: relative;
  top: -5px;
  display: inline-block;
  font-size:24px;
  color:var(--jh-primary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.jh-about-section .sec-title h2 {
  position: relative;
  font-size:36px;
  line-height: 1.2em;
  color:var(--jh-secondary);
  font-weight: 700;
  margin-top: 0;
}
.jh-about-section .sec-title .text {
  font-size: 16px;
  line-height: 27px;
  color:var(--jh-black);
  margin-top: 20px;
}
.jh-about-section h4{
  font-size: 18px;
  color: var(--jh-accent);
  font-weight: 700;
}
.jh-about-section .inner-column{margin-left:20px;}

.jh-about-section blockquote {
  background-color: var(--jh-bg-primary);
  color: var(--jh-primary);
  padding:30px 60px;
  position: relative;
  border-radius:5px;
  font-size: 21px;
  font-weight: 500;
}

.jh-about-section blockquote i {
  position: absolute;
  content: '';
  top: 36px;
  left: 25px;
  color: var(--blackColor);
  font-weight: 500;
  font-size: 20px;
}

@media only screen and (max-width:767px) {
	.jh-about-section .image-column{margin-bottom:10px;}
	.jh-about-section .inner-column {margin-left:0;}
	.jh-about-section .sec-title {text-align:center;}
	.jh-about-section .sec-title h2 {font-size:36px;}
	.jh-about-section {padding-bottom:0;}
}
@media only screen and (max-width: 767.98px) {
  .jh-about-section {
    padding: 60px 15px 30px; /* Adjust padding for small screens */
  }

  .jh-about-section .sec-title {
    text-align: center;
  }

  .jh-about-section .sec-title h2 {
    font-size: 28px;
  }

  .jh-about-section .sec-title .sub-title {
    font-size: 18px;
  }

  .jh-about-section .sec-title .text {
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
  }

  .jh-about-section blockquote {
    font-size: 18px;
    padding: 20px 30px;
  }

  .jh-about-section .inner-column {
    margin-left: 0;
    padding: 0;
  }

  .jh-about-section .image-column {
    margin-bottom: 30px;
    text-align: center;
  }

  .jh-about-section .image-1 img,
  .jh-about-section .image-2 img {
    max-width: 100%;
    height: auto;
  }

  .jh-about-section .image-2 {
    display: none; /* Already included but reaffirmed for clarity */
  }
}

/*About Us End Here*/
/*Project Section Start Here*/
.project-section{
	padding:90px 0;
	position:relative;
}
.project-card {position: relative;border-radius: 12px;overflow: hidden;box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);transition: transform 0.3s ease, box-shadow 0.3s ease;}
.project-card img {width: 100%;height: 100%;object-fit: cover;transition: transform 0.5s ease;}
.project-card:hover img {transform: scale(1.08);}
.project-info {position:absolute;left:25px;right:25px;bottom:25px;background:var(--jh-white);padding:16px 20px;border-radius:12px;box-shadow:0 -6px 15px rgba(0, 0, 0, 0.08);transform:none;opacity:1;}
.project-info h4 {margin: 0;font-weight:700;color:var(--jh-primary); font-size: 18px; margin-bottom: 10px;}
.project-info h5 {margin: 0;font-weight: 700;color:var(--jh-primary);font-size: 16px;}
.project-info p {margin: 2px 0 0;color:var(--jh-text-body);font-size:16px;font-weight:500;}
/* Optional: remove the arrow and hover lift if you had them */
.project-info h5::after { content: " →";font-size: 1.2rem;color: #007bff;font-weight: bold;margin-left: 5px;transition: margin-left 0.3s ease;}
.project-card:hover .project-info { transform: none; background:var(--jh-white); }
/*Project Section End Here*/
/*Testimonials Section Start Here*/
.testimonials-con {padding:60px 0}
.testimonials-con .white-box {padding:45px 49px;background-color:#f8f3ed;box-shadow: 0 9px 56px rgb(0 0 0 / 4%);border-radius: 25px;min-height: 320px;}
.testimonials-con .owl-carousel .owl-stage-outer {padding-top: 30px;padding-bottom: 30px;}
.testimonials-con .owl-carousel .owl-item .white-box img {width: auto;margin-bottom: 18px;}
.testimonials-con .owl-carousel .owl-item .white-box p {line-height:25px;margin-bottom:21px;}
.testimonials-con .testimonial-detail {gap: 16px;}
.testimonials-con .owl-carousel .owl-item .white-box .testimonial-detail .name-outer ul {margin-bottom: 11px;}
.testimonials-con .owl-carousel .owl-item .white-box .testimonial-detail .name-outer ul,
.testimonials-con .owl-carousel .owl-item .white-box .testimonial-detail .name-outer li {line-height:14px;}
.testimonials-con .owl-carousel .owl-item .white-box .testimonial-detail .name-outer ul li i {font-size: 13px;color:#ffc045;}
.testimonials-con .owl-dots {margin-top: 18px;text-align: center;}
.testimonials-con .owl-dots button {border: none;outline: none;box-shadow: none;text-align: center;margin: 0 auto;}
.testimonials-con .owl-dots button:focus, .testimonials-con .owl-dots button:focus-visible {border: none;outline: none;box-shadow: none;}
.testimonials-con .owl-dots button.active span {background:var(--jh-primary); /* fallback orange */color: var(--jh-primary);width: 18px;height: 18px;}
.testimonials-con .owl-dots button span {background: #e3d6d2;width: 13px;height: 13px;display: block;margin-right: 5px;margin-left: 5px;cursor: pointer;margin-bottom: 0;border-radius: 100%;}
.testimonials-con h6 {font-weight: 700;margin-bottom:4px;}
/*Testimonials Section End Here*/
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
  position: relative;
  z-index: 1;
  padding: 200px 0 120px;
  margin-bottom: 0;
  background-color:#f8f3ed;	
  /*background-image: url("../images/breadcrumb.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;*/
}
@media screen and (max-width: 991px) {
  .breadcrumb {
    padding: 115px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 105px 0 40px;
  }
}
/*.breadcrumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: hsl(180 2% 8%/0.8);
  width: 100%;
  height: 100%;
  z-index: -1;
}*/
.breadcrumb__wrapper {
  text-align: center;
}
.breadcrumb__title {
  margin-bottom: 10px;
  color:var(--jh-secondary);
  font-size: 3.125rem;
}
@media screen and (max-width: 991px) {
  .breadcrumb__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb__title {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 424px) {
  .breadcrumb__title {
    font-size: 1.875rem;
  }
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Jost";
}
.breadcrumb__item {
  color:var(--jh-text-body);
  padding: 0 5px;
  font-weight: 400;
  font-size: 1.25rem;
}
@media screen and (max-width: 991px) {
  .breadcrumb__item {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb__item {
    font-size: 1rem;
  }
}
.breadcrumb__item-text {
  color:var(--jh-text-body);
}
.breadcrumb__item i {
  transform: translateY(3px);
}
.breadcrumb__link {
  color:var(--jh-primary);
  font-weight: 400;
}
.breadcrumb__link:hover {
  color:var(--jh-secondary);
}
.breadcrumb__date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 5px 0 0;
}
.breadcrumb__date li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}
.breadcrumb__date li::before {
  content: "\f111";
  font-family: "Font Awesome 6 pro";
  font-weight: 900;
  font-size: 7px;
  color:var(--jh-text-body);
}
/* ======================  Contact Start  ======================*/
.contact-map {
  width: 100%;
  height: 500px;
  border-radius: 15px;
}
@media screen and (max-width: 991px) {
  .contact-map {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .contact-map {
    height: 300px;
  }
}
/** Contact Form**/
.contact-section{
	position:relative;
    padding:120px 0;
}
.contact-info-list li {
     padding-left:75px;
     margin-bottom:40px;
}
 .contact-info-list li:last-child {
     margin-bottom: 0;
}
 .contact-info-list .icon-box {
     width:64px;
     height:64px;
     border-radius: 50%;
     background:linear-gradient( 289deg, var(--jh-secondary) 0%, var(--jh-secondary) 100% );
     background: linear-gradient( 161deg, var(--jh-secondary) 0%, var(--jh-secondary) 100% );
     position: absolute;
     top: 0;
     left: 0;
     text-align: center;
     line-height:64px;
     font-size:27px;
     color: var(--jh-white);
}
 .contact-info-list .text-box p {
    margin-bottom:3px;
    color:var(--jh-black);
    font-weight:600;
}
 .contact-info-list .text-box a {
     font-size: 16px;
  font-weight: 400;
  color: var(--jh-black);
  text-decoration: none;
  transition: all 0.4s ease-in-out 0s;
  line-height: 24px;
}
 .contact-info-list .text-box a:hover {
    color:var(--jh-primary);
}

.contact-form-area{
    margin-top: 45px;
}
.contact-form-area .form-group{
    margin-bottom: 20px;
}
.contact-form-area input,
.contact-form-area textarea{
    font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  height: 65px;
  padding: 15px 25px;
  font-family: var(--jh-font);
  color: var(--jh-text-body);
  background: #F7F7F7;
  border-radius: 5px;
  width: 100%;
  border: none;	
}
.contact-form-area textarea{
    height: 235px;
}
.contact-form-area .checkbox-button{
    display: inline-flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    margin-bottom: 30px;
}
/*Contact End*/
.services-section {
	padding: 80px 0;
}
.services-section .content-box {
	padding: 20px;
}
.services-section .content-box p {
	font-size: 16px;
  line-height: 27px;
  color: var(--jh-black);
}
.services-section .img-box img {
      border-radius: 12px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
      width: 100%;
      height: auto;
    }
/* Responsive tweaks */
    @media (max-width: 768px) {
.services-section .content-box {
        text-align: center;
      }


.services-section {
        padding: 50px 0;
      }
    }
/*CTA Section Start Here*/
.cta-section {
background:var(--jh-secondary);
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.cta-text {
  font-size: 1.5rem;
  font-weight: 600;
  color:var(--jh-white);
}

.cta-btn {
	background:var(--jh-primary);
}

.cta-btn:hover {
  color:var(--jh-secondary);
}

/* 📱 Mobile (max-width: 767px) */
@media (max-width: 767px) {
  .cta-text {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 15px;
  }

  .cta-btn {
    width: 100%;
    padding: 12px;
  }
}

/* 💻 Large screens (min-width: 992px) */
@media (min-width: 992px) {
  .cta-text {
    font-size: 1.8rem;
  }

  .cta-btn {
    font-size: 1.1rem;
    padding: 12px 28px;
  }
}
/*CTA Section End Here*/	
/*Footer Section Start Here*/
.site-footer{
	background-color:#191919;
	color:rgb(255, 255, 255, 1);
	padding-top:40px;
	font-size:14px; 
	position:relative;
}
.site-footer .jh-footer-big-area .container{
	border-bottom:1px solid #162557;
	padding: 0 0 75px 0;
}
.site-footer .jh-footer-left h3 {
	font-size:36px;
	line-height:60px;
	margin: 0;
	color: var(--jh-white);
	padding-bottom:45px;
}
.site-footer .jh-footer-left h3 span{
	color:var(--jh-secondary);
}
.site-footer .jh-footer-left p{font-size: 32px;
  font-family: var(--jh-title);
  font-weight: 500;}
.site-footer .jh-footer-widget-area{
	padding-bottom: 60px;
}

.site-footer .widget ul>li{
	line-height: 20px;
	padding: 0 0 16px 0;
	font-size: 16px;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 38px;
}
@media only screen and (max-width: 1199px) {
  .footer-social {
    margin-top: 30px;
  }
}
.footer-social a {
  height: 40px;
  width: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.footer-social a:hover {
  background-color: #1D92CD;
}

.site-footer .menu li>a:hover{
	color:rgba(255, 255, 255, 0.8);
}
.site-footer .widget-title{
	font-size: 20px;
    line-height: 30px;
	text-transform: capitalize;
    font-style: normal;
	margin-bottom: 15px;
	color: var(--jh-white);
	font-family: var(--jh-title);
}
.site-footer .widget-contact {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  padding-top: 7px;
}
.site-footer .widget-contact address {
  opacity: .7;
  line-height:36px;	
  font-size: 18px;
}
@media only screen and (max-width: 1199px) {
  .site-footer .widget-contact {
    margin-bottom: 0px;
  }
}
.site-footer .widget-contact:last-child {
  margin-bottom: 0;
}
.site-footer .widget-contact span {
  height: 40px;
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1019607843);
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}
.site-footer .widget-contact .phone-num h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #ffffff;
}
.site-footer .widget-contact .phone-num a, .site-footer .widget-contact .phone-num p {
  font-weight: 500;
  font-size:21px;
  line-height: 23px;
  color:var(--jh-white);
  margin-bottom: 0;
}
.site-footer .widget-contact .phone-num a.email {color: rgba(255, 255, 255, 0.6);}
.site-footer .widget-contact .phone-num a:hover {
  color: #ffffff;
}
.site-footer .menu li>a{
	color:rgba(255, 255, 255, 0.6);
}
.site-footer .jh-footer-text-area{
	color: #666666;
}
.site-footer .jh-footer-text-inner{
	position: relative;
	font-size:15px;
	padding: 20px 0;
	border-top:1px solid rgba(255,255,255,0.1) !important;
}
.site-footer .jh-footer-text-inner:before,
.site-footer .jh-footer-text-inner:after{
	content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 var(--jh-light-color);
}
.site-footer .jh-footer-copyright-text-area, .site-footer .jh-footer-text-inner p{
	text-align: left;
  color:var(--jh-white);
	font-weight: 500;
}
.site-footer .jh-footer-text-area a, .site-footer .jh-footer-text-inner p a{
	color:var(--jh-white)
}
.site-footer .jh-footer-text-area a:hover, .site-footer .jh-footer-text-inner p a:hover{
	color:var(--jh-secondary);
}
@media (max-width: 1400px){
	/*=== Footer ===*/ 
	.site-footer .jh-footer-big-area-wrapper .container{
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media(max-width:1024px) {
	/*=== Footer ===*/
	.site-footer .jh-footer-left h3{
		font-size: 42px;
		line-height: 52px;
		margin-bottom: 15px;
	}
	.site-footer .jh-footer-left h3 br{
		display: none;
	}
}


@media(max-width:991px) {
	/*=== Footer ===*/
	.site-footer{
		padding-top: 80px;
	}
}
@media(max-width:767px) {
	/*=== Footer ===*/
	.site-footer{
		padding-top: 60px;
	}
	.site-footer .widget{
		padding-top: 40px;
	}
}

@media(max-width:575px) {
	/*=== Footer ===*/ 
	.site-footer .jh-footer-big-area .container{
		padding-bottom: 40px;
	}
	.site-footer .jh-footer-left h3{
		font-size: 32px;
		line-height: 42px;
		margin-bottom:0px;
	}
	.site-footer .jh-footer-left p{margin-bottom: 25px;line-height: 41px;}
	.site-footer .jh-footer-newsletter{
		padding: 30px;
	}
	.site-footer .jh-footer-newsletter .jh-news-wrap{
		display: block;
	}
	.site-footer .jh-footer-newsletter .jh-news-wrap input{
		padding: 0px;
	}
	.site-footer .jh-news-wrap button{
		position: relative;
		right: 0;
		bottom: 0;
		margin-top: 20px;
	}
	.site-footer .jh-footer-text-inner{text-align: center !important;}
}

/*WhatsChat Start Here*/
#whatsapp-button {
    position: fixed;
    right:40px;
    bottom:30px;
    z-index: 9999;
    animation: bounce 1s infinite;
}

#whatsapp-button img {
    width:55px;
    height:55px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #25D366;
    padding: 10px;
}
 /* Floating Call Button Styling */
  .floating-call-button {
    position: fixed;
    bottom:110px;
    right:40px;
    background-color:var(--tna-secondary);
    padding: 15px;
    border-radius: 50%;
    color:var(--tna-white);
    font-size: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 1000;
  }

  .floating-call-button:hover {
    background-color:var(--tna-secondary);
	color:var(--tna-white);  
    cursor: pointer;
  }
@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
/*WhatsChat Button*/
