html,
body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Plus Jakarta Sans' !important;
}
#preloader img{    position: absolute;    top: 42%;    left: 42%;    width: 200px;}      
body > #preloader {    position: fixed;    top: 0;    left: 0;    right: 0;    bottom: 0;    background-color: #fff;    z-index: 9999;}
  
.ot-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.nolt-mobile {
   margin-top: 14%;
}
.prodcts-items {
 margin-top: -30px;
}
a.btn.section-btn {
    color: rgba(31, 150, 208, 1) !important;
        margin-bottom: 20px;
}
#banner {
  margin-top: -8% !important;
}
.ot-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: rgba(28, 185, 200, 0.1);
}

.ot-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}

.ot-menu-wrapper .ot-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 35px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}

.ot-menu-wrapper .ot-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.ot-menu-wrapper .ot-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}
ul.menu li{
    list-style: none !important;
}
.ot-menu-wrapper.ot-body-visible {
  opacity: 1;
  visibility: visible;
}

.ot-menu-wrapper.ot-body-visible .ot-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.ot-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}

.ot-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}

.ot-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.ot-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}

.ot-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
  padding-left: 18px;
}

.ot-mobile-menu ul li a:before {
  content: "\f105";
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 12px;
  margin-right: 10px;
  display: inline-block;
}

.ot-mobile-menu ul li.ot-active > a {
  color: var(--theme-color);
}

.ot-mobile-menu ul li.ot-active > a:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ot-mobile-menu ul li ul li {
  padding-left: 20px;
}

.ot-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.ot-mobile-menu ul .ot-item-has-children > a {
  position: relative;
}

.ot-mobile-menu ul .ot-item-has-children > a .ot-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}

.ot-mobile-menu ul .ot-item-has-children > a .ot-mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font);
}

.ot-mobile-menu ul .ot-item-has-children > a:after {
  content: "\f067";
  font-family: var(--icon-font);
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  background-color: var(--smoke-color);
  float: right;
  margin-top: 1px;
}

.ot-mobile-menu ul .ot-item-has-children.ot-active > a .ot-mean-expand:before {
  content: "\f068";
}

.ot-mobile-menu ul .ot-item-has-children.ot-active > a:after {
  content: "\f068";
}

.ot-mobile-menu > ul {
  padding: 0 40px;
}

.ot-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.ot-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 20px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 5px;
}

.ot-menu-toggle:hover {
  background-color: var(--title-color);
}

@media (max-width: 400px) {
  .ot-menu-wrapper .ot-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .ot-mobile-menu > ul {
    padding: 0 20px;
  }
}

/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--title-color);
}

.preloader .ot-btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
}

.preloader-inner img {
  display: block;
  margin: 0 auto 10px auto;
}

.loader {
  width: 48px;
  height: 48px;
  border: 3px dotted #fff;
  border-style: solid solid dotted dotted;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  -webkit-animation: rotation 2s linear infinite;
  animation: rotation 2s linear infinite;
}

.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px dotted var(--theme-color);
  border-style: solid solid dotted;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-animation: rotationBack 1s linear infinite;
  animation: rotationBack 1s linear infinite;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

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

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

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

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



/* ADDED ON -28-05-2024 - Responsive Check */
.wpb_raw_code.wpb_raw_html.wpb_content_element > .wpb_wrapper > section.box-section{
  padding-bottom: 0;
}
.sec-title {
  margin-bottom: 30px;
}
h2.mt-3.text-center {
  font-size: 32px;
  margin-bottom: 20px;
}
.h2-new {
  margin-bottom: 30px;
}
/* .title_subtitle_holder .breadcrumb .breadcrumbs_inner span.current, .breadcrumb_container p{
  color: #fff !important;
} */
section.home_main_heading {
  margin-top: 40px !important;
  padding-bottom: 20px !important;
}

a.carousel-control-prev, a.carousel-control-next {
  top: 60%;
  transform: translateY(-50%);
}
.owl-nav button.owl-next span,
 .owl-nav button.owl-prev span{
  position: relative;
  top: -20px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  background-color: #000;
}
.breadcrumb .current {
  color: #fff !important;
}












.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.scroll-top:after {
  content: "\f062";
  font-family: var(--icon-font);
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid var(--theme-color);
  box-shadow: none;
  border-radius: 50%;
}

.scroll-top svg {
  color: var(--theme-color);
  border-radius: 50%;
  background: var(--white-color);
}

.scroll-top svg path {
  fill: none;
}

.scroll-top .progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 18px;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.ot-social a {
  display: inline-block;
  width: var(--icon-size, 56px);
  height: var(--icon-size, 56px);
  line-height: var(--icon-size, 56px);
  background-color: transparent;
  color: var(--body-color);
  font-size: 16px;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
  border: 1px solid var(--body-color);
}

.ot-social a:last-child {
  margin-right: 0;
}

.ot-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

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

.info-list li {
  color: var(--white-color);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 14px;
  padding-top: 14px;
}
.nav-link {
    color: black !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: rgba(31, 150, 208, 1) !important;
}
.img-fluid{
    width:75% !important;
}
.info-list li:first-child {
  padding-top: 0;

}
.owl-imgg{
    width:100px !important;
        height: 75px !important;
}
.info-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: -0.4em;
}

.info-list strong {
  font-weight: bold;
  color: var(--theme-color);
  margin-right: 10px;
}

.footer-widget {
  margin-bottom: 40px;
}

.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}

.footer-widget input,
.footer-widget select {
  height: 55px;
  background-color: transparent;
  border: 1px solid #283752;
}

.footer-widget input:focus,
.footer-widget select:focus {
  border-color: var(--theme-color);
  background-color: transparent;
}
footer {
  display: block;
  width: 100%;
  margin: 0 auto;
  z-index: 99;
  position: relative;
  font-size: 15px !important;
  font-weight: 500;
}
.footer-widget .form-group > i {
  color: var(--theme-color);
  top: 18px;
}
ul.menu {
  padding-left: 3px;
}
.footer-widget .widget_title {
  max-width: 209px !important;
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--white-color);
  border-bottom: 2px solid rgba(31, 150, 208, 1);
    padding-bottom: 5px;
    font-size: 24px !important;
}

.ot-widget-about .about-logo {
  margin-bottom: 30px;
}

.ot-widget-about .about-text {
  margin-bottom: 25px;
  margin-top: -0.46em;
}

.footer-text {
  margin-top: -0.46em;
  margin-bottom: 30px;
}

/*------------------- 4.2. Header  -------------------*/
.ot-header {
  position: relative;
  z-index: 41;
}

.ot-header .icon-btn {
  color: var(--title-color);
  background-color: transparent;
}

.ot-header .icon-btn:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}

.sticky-wrapper {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--theme-color);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: stickyAni 0.4s ease-in-out;
  animation: stickyAni 0.4s ease-in-out;
}

@-webkit-keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

@keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

.main-menu a {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
}

.main-menu a:hover {
  color: #5f7374;
}

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

.main-menu > ul > li > a {
  padding: 37px 0;
}

.main-menu ul {
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.main-menu ul li.menu-item-has-children > a:after {
  content: "\f078";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 5px;
  top: 0;
}

.main-menu ul li:last-child {
  margin-right: 0 !important;
}

.main-menu ul li:first-child {
  margin-left: 0 !important;
}

.main-menu ul li:hover > ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  z-index: 9;
}

.header-button {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-left: 15px;
}

.header-button .icon-btn {
  position: relative;
}

.header-button .call-btn {
  border-left: 1px solid var(--body-color);
  padding-left: 30px;
  margin-left: 20px;
}

.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-links li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.header-links li:not(:last-child) {
  padding: 0 20px 0 0;
  margin: 0 17px 0 0;
}

.header-links li:not(:last-child):before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background-color: var(--body-color);
  opacity: 0.5;
  width: 1px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-links li > i {
  margin-right: 10px;
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
  font-family: var(--body-font);
  color: var(--body-color);
}

.header-links i {
  color: var(--body-color);
}

.header-links b,
.header-links strong {
  font-weight: 600;
}

.header-social .social-title {
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
}

.header-social a {
  font-size: 14px;
  display: inline-block;
  color: var(--body-color);
  margin: 0 32px 0 0;
}

.header-social a:last-child {
  margin-right: 0;
}

.header-social a:hover {
  color: var(--theme-color);
}

.header-logo {
  padding-top: 16px;
  padding-bottom: 16px;
}

/* Header 1 ---------------------------------- */
.header-layout1 {
  --main-container: 1640px;
}

.header-layout1 .header-top {
  --body-color: #fff;
  background-color: var(--theme-color);
  padding: 11px 0;
  position: relative;
}

.header-layout1 .menu-area {
  position: relative;
}

.header-layout1 .logo-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 24.5%;
  background-color: var(--smoke-color2);
  -webkit-clip-path: polygon(0 0, calc(100% - 50px) 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, calc(100% - 50px) 0%, 100% 100%, 0% 100%);
}

.header-layout1 .header-logo {
  position: relative;
  z-index: 3;
}

.header-layout1 .main-menu {
  margin-left: 140px;
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .header-layout1 .logo-bg {
    width: 29.8%;
  }
}

/* Extra large devices */
@media (max-width: 1700px) {
  .header-layout1 .main-menu {
    margin-left: 30px;
  }
  .header-layout1 .logo-bg {
    width: 22%;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout1 .logo-bg {
    width: 25%;
  }
  .header-layout1 .main-menu {
    margin-left: 0;
  }
  .header-layout1 .header-button .ot-btn {
    display: none;
  }
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .header-layout1 .logo-bg {
    width: 22%;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .header-layout1 .logo-bg {
    width: 30%;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .header-layout1 .logo-bg {
    width: 50%;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .header-layout1 .header-logo {
    max-width: 180px;
  }
  .header-layout1 .logo-bg {
    width: 58%;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .header-layout1 .logo-bg {
    width: 70%;
  }
}

/* Header 2 ---------------------------------- */
.header-layout2 {
  --main-container: 1760px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout2 .header-button .ot-btn {
    display: none;
  }
  .header-layout2 .container {
    max-width: 100%;
  }
}

/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper {
  position: relative;
  z-index: 2;
}

.footer-wrapper .newsletter-title {
  color: var(--white-color);
}

.copyright-wrap {
  padding: 29px 0;
  background-color: transparent;
  border-top: 1px solid #313d54;
  /* Large devices */
}

@media (max-width: 1199px) {
  .copyright-wrap {
    padding: 24px 0;
  }
}

.copyright-wrap.style2 {
  background-color: #212a37;
  border-top: none;
  padding: 16px 0;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .ot-social a {
    margin-right: 12px;
  }
  .ot-social a:last-child {
    margin-right: 0;
  }
}

.footer-links ul {
  padding: 0;
  margin: 0;
}

.footer-links li {
  font-family: var(--body-font);
  display: inline-block;
  padding-right: 15px;
  margin-right: 10px;
  position: relative;
}

.footer-links li:after {
  content: "";
  height: 20px;
  width: 1px;
  background-color: var(--white-color);
  position: absolute;
  top: 50%;
  right: 0;
  margin: -10px 0;
}

.footer-links li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.footer-links li:last-child:after {
  display: none;
}

.footer-links a {
  font-family: inherit;
  color: var(--body-color);
}

.ot-widget-contact {
  max-width: 260px;
}

.info-box {
  margin-bottom: 22px;
  padding-left: 35px;
  position: relative;
}

.info-box:last-child {
  margin-bottom: -5px;
}

.info-box_icon {
  font-size: 16px;
  width: 25px;
  height: 25px;
  text-align: center;
  color: var(--white-color);
  background-color: var(--theme-color);
  font-size: 10px;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  top: 2px;
  left: 0;
}

.info-box_text {
  display: block;
  color: var(--white-color);
  margin-top: -0.45em;
  margin-bottom: 0;
}

.info-box_link {
  display: inline-block;
  color: var(--body-color);
}

.info-box_link:hover {
  color: var(--theme-color);
}

/* Medium devices */
@media (max-width: 991px) {
  .footer-layout1 .widget-area {
    padding-top: var(--section-space-mobile);
    padding-bottom: 38px;
  }
  .copyright-text {
    text-align: center;
  }
}

.social-links a {
  display: inline-block;
  margin-right: 20px;
  color: var(--body-color);
}

.social-links a:last-child {
  margin-right: 0;
}

.social-links a:hover {
  color: var(--theme-color);
}

.ot-team {
  position: relative;
}

.ot-team .team-img {
  position: relative;
  overflow: hidden;
}

.ot-team .team-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.ot-team .team-desig {
  font-size: 14px;
  display: block;
  margin-bottom: -0.5em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: var(--theme-color);
}

.ot-team .team-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 20px;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 4;
}

.ot-team .team-social a {
  color: var(--white-color);
}

.ot-team .team-social a:hover {
  color: var(--theme-color);
}

.ot-team .ot-social a {
  --icon-size: 36px;
  background-color: var(--white-color);
  color: var(--theme-color);
}

.ot-team .ot-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.ot-team .box-title {
  margin-bottom: 3px;
}

.ot-team:hover .team-img img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.ot-team:hover .team-social {
  visibility: visible;
  opacity: 1;
}

/* Team Box ---------------------------------- */
.team-box {
  position: relative;
  background-color: var(--smoke-color);
  border-radius: 10px;
  text-align: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.team-box .team-img {
  border-radius: 10px 10px 0 0;
}

.team-box .ot-social {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.team-box .ot-social a {
  --icon-size: 36px;
  line-height: 37px;
  color: var(--theme-color);
  background-color: var(--white-color);
  border: none;
  font-size: 14px;
}

.team-box .ot-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

/*ul {*/
/*  list-style-type: none !important;*/
/*}*/

.menu-footer a {
  color: var(--white-color);
}
.menu-footer a:hover {
  color: var(--theme-color);
}
.menu-footer a:hover .fa-chevron-right:before {
  color: var(--white-color);
}
.header-logo {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .ot-social a {
    margin-right: 12px;
  }
  .ot-social a:last-child {
    margin-right: 0;
  }
}

.footer-links ul {
  padding: 0;
  margin: 0;
}

.footer-links li {
  font-family: var(--body-font);
  display: inline-block;
  padding-right: 15px;
  margin-right: 10px;
  position: relative;
}

.footer-links li:after {
  content: "";
  height: 20px;
  width: 1px;
  background-color: var(--white-color);
  position: absolute;
  top: 50%;
  right: 0;
  margin: -10px 0;
}

.footer-links li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.footer-links li:last-child:after {
  display: none;
}

.footer-links a {
  font-family: inherit;
  color: var(--body-color);
}

.ot-widget-contact {
  max-width: 260px;
}

.info-box {
  margin-bottom: 22px;
  padding-left: 35px;
  position: relative;
}

.info-box:last-child {
  margin-bottom: -5px;
}


.info-box_text {
  display: block;
  color: var(--white-color);
  margin-top: -0.45em;
  margin-bottom: 0;
  font-size: 16px;
  text-decoration: none !important;
}

.info-box_link {
  display: inline-block;
  color: var(--body-color);
}

.info-box_link:hover {
  color: var(--theme-color);
}

.social-links a {
  display: inline-block;
  margin-right: 20px;
  color: var(--body-color);
}

.social-links a:last-child {
  margin-right: 0;
}

.social-links a:hover {
  color: var(--theme-color);
}

.ot-team {
  position: relative;
}

.ot-team .team-img {
  position: relative;
  overflow: hidden;
}

.ot-team .team-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.ot-team .team-desig {
  font-size: 14px;
  display: block;
  margin-bottom: -0.5em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: var(--theme-color);
}

.ot-team .team-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 20px;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 4;
}

.ot-team .team-social a {
  color: var(--white-color);
}

.ot-team .team-social a:hover {
  color: var(--theme-color);
}

.ot-team .ot-social a {
  --icon-size: 36px;
  background-color: var(--white-color);
  color: var(--theme-color);
}

.ot-team .ot-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.ot-team .box-title {
  margin-bottom: 3px;
}

.ot-team:hover .team-img img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.ot-team:hover .team-social {
  visibility: visible;
  opacity: 1;
}

/* Team Box ---------------------------------- */
.team-box {
  position: relative;
  background-color: var(--smoke-color);
  border-radius: 10px;
  text-align: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.team-box .team-img {
  border-radius: 10px 10px 0 0;
}

.team-box .ot-social {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.team-box .ot-social a {
  --icon-size: 36px;
  line-height: 37px;
  color: var(--theme-color);
  background-color: var(--white-color);
  border: none;
  font-size: 14px;
}

.team-box .ot-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

/*ul {*/
/*  list-style-type: none !important;*/
/*}*/

.menu-footer a {
  color: var(--white-color);
}
.menu-footer a:hover {
  color: var(--theme-color);
}
.menu-footer a:hover .fa-chevron-right:before {
  color: var(--white-color);
}
.header-logo {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* keerthana style */
:root {
  --theme-color: rgba(31, 150, 208, 1);
  --title-color: #161921;
  --body-color: #687179;
  --smoke-color: #f5f5f5;
  --smoke-color2: #ebfff4;
  --black-color: #000000;
  --white-color: #ffffff;
  --light-color: #72849b;
  --yellow-color: #ffb539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #e4e4e4;
  /* --title-font: "Playfair Display", serif; */
  /* --body-font: "Roboto", sans-serif; */
  /* --style-font: "Dancing Script", cursive; */
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1320px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}
:root {
  --input-height: 56px;
}
.footer-wrapper .ot-social a {
  --icon-size: 45px;
  font-size: 14px;
  background-color: rgba(31, 150, 208, 1);
  border-color: rgba(31, 150, 208, 1);
}

.footer-wrapper .ot-social a:hover {
  border-color: #e0e2d0;
  background-color: #e0e2d0;
}
.footer-links a:hover {
  color: rgba(31, 150, 208, 1);
}
.copyright-text a {
  color: rgba(31, 150, 208, 1);
}
.footer-layout1 {
  background: rgba(32, 44, 50, 1);

  --body-color: #fff;
  overflow: hidden;
}
.copyright-text {
  margin: 0;
  color: #fff;
}
.copyright-text a:hover {
  color: var(--white-color);
}
.border-f {
  border-bottom: 1px rgba(31, 150, 208, 1) solid;
}
.widget-area {
  padding-top: 44px;
}
.box-section {
  margin-top: -18%;
}
.Why-section {
  background-image: url(../img/home-page.png);
}
a.nav-link:hover {
  color: rgba(31, 150, 208, 1) !important;
  /* text-decoration: underline; */
  background-color: transparent;
}
.pro-back {
  background-image: url(../img/project-back.png);
}
#owl-carousel-2 .owl-nav .owl-prev,
#owl-carousel-2 .owl-nav .owl-next {
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  font-size: 30px;
  border: 1px solid rgba(31, 150, 208, 1);
  z-index: 2;
  border-radius: 999px;
  padding: -5px;
  width: 56px;
  height: 56px;
  background: #ffffff;
  line-height: 20px;
  /* border-radius: 100%; */
}
.owl-prev {
  left: -104%;
}
.owl-next {
  left: -90% !important;
}
#owl-carousel-2 .owl-nav .owl-prev:hover {
  color: rgba(31, 150, 208, 1) !important;
}
.far:hover {
  color: rgba(31, 150, 208, 1) !important;
}
.far {
  color: rgba(31, 150, 208, 1) !important;
}
.owl-theme .owl-dots .owl-dot span {
  display: none !important;
}
a {
  color: #ffffff;
  text-decoration: none;
}
.menu li a:hover {
  color: rgba(31, 150, 208, 1) !important;
  /* text-decoration: underline; */
}
.fa-solid,
.fas {
  font-family: "Font Awesome\ 6 Pro";
  font-weight: 900;
  padding: 8px;
}
.why-p {
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(62, 73, 78, 1);
  
}
.why-phh {
  font-family: "Plus Jakarta Sans";
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(62, 73, 78, 1);
}
.align-p{
  padding-left: 39px;
}
h2 {
  font-family: "Plus Jakarta Sans";
  font-size: 47px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(19, 92, 127, 1) !important;
}
.ward-img {
  width: 10%;
}
#owl-carousel-1 .owl-nav button.owl-next,
#owl-carousel-1 .owl-nav button.owl-prev {
  color: rgba(19, 92, 127, 1) !important;
  font-size: 40px;
  width: 30px;
  height: 30px;
  background-color: #fff !important;
}
#owl-carousel-3 .owl-nav button.owl-next,
#owl-carousel-3 .owl-nav button.owl-prev {
  color: rgba(19, 92, 127, 1) !important;
  font-size: 40px;
  width: 30px;
  height: 30px;
  background-color: #fff !important;
}

#owl-carousel-4 .owl-nav button.owl-next,
#owl-carousel-4 .owl-nav button.owl-prev {
  color: rgba(19, 92, 127, 1) !important;
  font-size: 40px;
  width: 30px;
  height: 30px;
  background-color: #fff !important;
}
#owl-carousel-5 .owl-nav button.owl-next,
#owl-carousel-5 .owl-nav button.owl-prev {
  color: rgba(19, 92, 127, 1) !important;
  font-size: 40px;
  width: 30px;
  height: 30px;
  background-color: #fff !important;
}
.award-ground {
  background-image: url(../img/award-back-1.png);
  padding-top: 12%;
  padding-left: 13%;
}
.award-ground-1 {
  background-image: url(../img/award-back-2.png);
  padding-top: 11%;
  padding-left: 13%;
}
.brand-section{
  margin-top: 1px;
}
.award-ground-2 {
  background-image: url(../img/award-back-3.png);
  padding-top: 12%;
  padding-left: 13%;
}
.testi-img {
  width: 10% !important;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: rgba(245, 246, 246, 1);
  background-clip: border-box;
  border: 1px solid rgba(245, 246, 246, 1);

  border-radius: 0.25rem;
}
.custom {
  padding: 62px !important;
}
.font-class{
  font-size: 14px !important;
}
.testimonial-section {
  margin-top: -19%;
}
.menu li {
  padding: 10px;
}
.mobile-footer {
  display: none;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: 0 !important;
}
/* Owl Carousel 1 */
#owl-carousel-1 {
  position: relative;
}

#owl-carousel-1 .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 100%;
}

#owl-carousel-1 .owl-prev {
  margin-right: auto;
}

#owl-carousel-1 .owl-next {
  margin-left: auto;
}

/* Owl Carousel 3 */
#owl-carousel-3 {
  position: relative;
}

#owl-carousel-3 .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 100%;
}

#owl-carousel-3 .owl-prev {
  margin-right: auto;
}

#owl-carousel-3 .owl-next {
  margin-left: auto;
}

/* Owl Carousel 4 */
#owl-carousel-4 {
  position: relative;
}

#owl-carousel-4 .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 100%;
}

#owl-carousel-4 .owl-prev {
  margin-right: auto;
}

#owl-carousel-4 .owl-next {
  margin-left: auto;
}
/* Owl Carousel 5 */
#owl-carousel-5 {
  position: relative;
}

#owl-carousel-5 .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 100%;
}

#owl-carousel-5 .owl-prev {
  margin-right: auto;
}

#owl-carousel-5 .owl-next {
  margin-left: auto;
}

.about-logo img{
  width: 59%;
}
.desktitle{
  margin-bottom: 23px !important;
}
header.ot-header.header-layout1.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}
.bathroom-section{
  height: 452px;
}
.desktop-bancontent{
  margin-top: 10%;
}
.why-port {
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(62, 73, 78, 1);
}
.dropdown-item.active, .dropdown-item:active {
  color: rgba(31, 150, 208, 1) !important;
  text-decoration: none;
  background-color: transparent !important;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(62, 73, 78, 1);
  text-transform: uppercase;
}
.dropdown-item:hover{
  color: rgba(31, 150, 208, 1) !important;
    /* text-decoration: underline; */
    font-size: 16px;
}
.dropdown-item{
    font-size: 16px;
    color: rgba(62, 73, 78, 1);
    text-transform: uppercase;
    font-weight: 500;

}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 3.5rem !important;
    padding-left: 0.5rem;
  }
.mar-desk{
margin-top: 12%;
}
}
@media (max-width: 768px) {
  .header-links li {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 400;
  }
  .prodcts-items {
        margin-top: -81px !important;
}
  section.Why-section {
    margin-top: -45px !important;
}
  .header-social {
    text-align: center;
}
  section#banner {
    margin-top: 22% !important;
}
  .content-p {
    position: absolute;
    top: 107px !important;
    padding: 0px 76px 61px 100px !important;
}
  .desktop-one {
    display: none;
  }
  .content-setting{
    padding: 21px;
  }
 .img-home{
     margin-top: 18px;
 }
.product-section {
  margin-top: 50% !important;
}
  .header-links li:not(:last-child):before {
    display: none;
  }
  .desktop-bancontent {
    margin-top: 39% !important;
}
  h2 {
    text-align: center;
  }
  .logo-img {
    width: 100%;
  }
  .blue-box img {
    width: 100%;
  }
  .box-section {
   margin-top: -39%;
  }
  .owl-prev {
    left: initial !important;
  }
  .owl-next {
    left: 0% !important;
  }
  #owl-carousel-2 .owl-nav .owl-prev,
  #owl-carousel-2 .owl-nav .owl-next {
    position: relative;
    top: -55%;
    transform: translateY(-50%);
    font-size: 24px;
    border: 1px solid rgba(31, 150, 208, 1);
    z-index: 2;
    border-radius: 999px;

    width: 45px;
    height: 45px;
    background: #ffffff;
    line-height: 35px;

    margin-top: 23px;
  }
  .ward-img {
    width: 20%;
  }
  .footer-widget .widget_title {
    max-width: 139px;
  }
  .footer-layout1 {
    text-align: center;
  }
  .info-box_icon {
    left: 36px;
  }
  .info-box {
    margin-bottom: 22px;
    padding-left: 72px;
    position: relative;
  }
  /* .menu li {
    padding: 10px;
    margin-right: 28px;
  } */
  .desktop-footer {
    display: none;
  }
  .mobile-footer {
    display: block;
        margin-top: -66px;
  }
  .mobile-flex {
    flex-direction: column-reverse;
  }
  .mobile-p {
    margin-top: -18px;
  }
  .mobi-text {
    text-align: center;
  }
  .why-phh {
    text-align: center !important;
  }
  .info-box_text {
    text-align: center;
  }
  .menu li {
    margin-right: 2px;
    padding: 5px 0 0 0;
  }
  .footer-widget .widget_title {
    margin-bottom: 20px;
  }
  h3.widget_title {
    margin-top: -16px;
}
.copyright-text {
  margin: -22px;
  color: #fff;
}
.about-logo img{
  width: 100%;
}
.mobilver{
padding-right: 33% !important;
}
.footer-widget {
  margin-bottom: 28px;
}
.menu li {
  text-align: left;
}
.mbtle{
  margin-left: 75px;
    margin-bottom: 30px !important;
    margin-top: 8px !important;
}
.align-p {
  padding-left: 15px;
}
ul.menu {
  padding-left: 22px;
}
.padng {
  padding-left: 4%;
}
.about-section {
 margin-top: 25% !important;
}
.bathroom-section {
  margin-top: 50% !important;
}
.truly-img{
  padding-top: 20px;
}
.select-p{
  padding-top: 40px;
}
.furn-img{
  width: 100%;
}
.button-align {
  /*margin-left: 25% !important;*/
 
}
}
@media (min-width: 769px) {
  .mobile-one {
    display: none;
  }
  
.box-section {
   margin-top: -17%;
}
}
