@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth !important;
}

body {
    width: 100%;
    overflow-x: hidden;
    font-family: 'Jost', sans-serif !important;
}

input:hover,
input:focus {
    outline: none !important;
}

textarea:hover,
textarea:focus {
    outline: none !important;
}

button:hover,
button:focus {
    outline: none !important;
}

select:hover,
select:focus {
    outline: none !important;
}

a:hover,
a:focus {
    outline: none !important;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

@font-face {
  font-family: conthrax-sb;
  src: url(../fonts/conthrax-sb.html);
}

/*Google Language translator start*/
#l-nav{
    position: relative;
    margin-right: 10px;
}
.nav__toggle {
    position: fixed;
    cursor: pointer;
    /* margin: 0rem 1rem; */
    bottom: 75px;
    right: 13px;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav__toggle span i{
    color: #151515;
    font-size: 34px !important;
  }
  .close{
    font-size: 20px !important;
    opacity: 1 !important;
    line-height: 25px;
  }
  .close,
  input[type="checkbox"] {
    display: none;
  }
  .hamburger {
    margin-top: 0;
    line-height: 25px;
  }
  .nav__menu {
    display: flex;
    flex-direction: column;
    /* gap: 2rem; */
    align-items: center;
    margin: 0;
    padding-left: 0;

  }
  .nav__menu li {
    list-style: none;
    display: none;
    line-height: 24px !important;
  }
  /* .nav__menu li:first-child {
    margin-right: auto;
    display: block;
  } */
  .nav__menu a {
    text-decoration: none;
    color: initial;
    font-size: 1.2rem;
  }
  #nav__checkbox:checked ~ ul.nav__menu li {
    display: block;
  }
  #nav__checkbox:checked ~ label.nav__toggle .hamburger {
    display: none;
  }
  #nav__checkbox:checked ~ label.nav__toggle .close {
    display: block;
  }
  
  /* .goog-te-gadget {
    color: #fff !important;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
    color: #fff !important;
} */
  @media (min-width: 992px) {
    .nav__toggle {
      display: none;
    }
    .nav__menu {
      flex-direction: row;
    }
    .nav__menu li {
      display: block;
    }
    
  }
  @media (max-width: 991px){
    .nav__menu {
        position: fixed;
        top: 100px;
        right: 0;
        background: #fff;
        width: 0;
        height: 75px;
        z-index: 99;
        margin: 0;
        padding: 15px 0;
        transition: 0.3s linear;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
      }
      #nav__checkbox:checked ~ ul.nav__menu {
        width: 200px;
        transition: 0.3s linear;
      }
      /* .goog-te-gadget {
        color: #444 !important;
    }
    .VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
        color: #444 !important;
    } */
  }



/* Google Language translator end*/


/*Header start*/

.header {
    width: 100%;
    height: auto;
    position: relative;
    color: #fff !important;
    z-index: 11111 !important;
/*    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);*/
}

/*Top header start*/

.top-header {
    position: relative;
    padding: 7px 0;
/*    padding: 0px 40px 0px 0;*/
    /*    border-bottom: 1px solid rgba(0,0,0,0.15);*/
}
.top-header::before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 70.2%;
    height: 44px;
    background-color: #F55B14;
    clip-path: polygon(0 0, 100% 0%, 98% 100%, 0 100%);
}
.top-header::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 44px;
    width: 70%;
    background-color: #08172e;
    clip-path: polygon(0 0, 100% 0%, 98% 100%, 0 100%);
}

.top-header-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.welcome-heading{
    color: #fff;
    position: relative;
    z-index: 1;
    font-family: conthrax-sb;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 8px;
}


.header .social_con {
    margin-top: 0;
    padding-left: 20px;
}

.header .social_con .social_icons {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0px;
    transition: 0.3s ease-in-out;
}

.header .social_con .social_icons .icons {
    width: 40px;
    height: 40px;
    display: grid;
  position: relative;
    place-items: center;
    color: #fff;
    border: 1px solid #fe0000;
/*    background-color: #fe0000;*/
    border-radius: 0;
    margin-right: 7px;
    transition: 0.3s ease-in-out;
/*    clip-path: polygon(20% 0, 100% 0%, 79% 100%, 0% 100%);*/
}
/*
.header .social_con .social_icons .icons::after{
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 52px;
    height: 38px;
    background: #fff;
    transition: 0.3s ease-in-out;
    clip-path: polygon(20% 0, 100% 0%, 79% 100%, 0% 100%);
}
*/
/*
.header .social_con .social_icons .icons:hover::after{
    display: none;
    transition: 0.3s ease-in-out;
}
*/
.header .social_con .social_icons .icons i {
    font-size: 16px;
    transition: 0.3s ease-in-out;
    color: #fe0000;
    position: relative;
    z-index: 1;
}

.header .social_con .social_icons .icons i:first-child {
    margin-left: 0;
    transition: 0.3s ease-in-out;
}

.header .social_con .social_icons .icons:hover {
    background: #fe0000;
    transition: 0.3s ease-in-out;
}

.header .social_con .social_icons .icons:hover i {
    color: #fff;
    transition: 0.3s ease-in-out;
}

/*Top header end*/

/*Middle header start*/

.header-middle {
    padding-top: 30px;
    padding-bottom: 30px;
}

.logobox{
    width: 270px;
    height: auto;
    margin-right: 0px;
}
.logobox img{
    width: 100%;
    height: auto;
}

.desk-logobox {
    display: block;
}

/*
.time-con {
    margin-left: 20px;
}
*/
/*
.email-con, .phone-con, .time-con {
    padding: 7px 32px;
}
*/
/*
.email-con{
    border-right: 1px solid #d9d9d9;
}
.phone-con{
    border-right: 1px solid #d9d9d9;
}
*/
.time-con{
    padding-right: 0;
}
.timebox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*    align-items: center;*/
}

.time-icon i {
    font-size: 30px;
    color: #b6702a;
}
.time-icon {
    width: auto;
}
.time-icon img {
    width: 100%;
    max-height: 45px;
}

.time_contentbox {
    margin-left: 7px;
}

.time_heading {
    color: #08172e;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.time_details {
    color: #7f7f8a;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
}

/*
.email-con {
    margin-left: 20px;
}
*/

.emailbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*    align-items: center;*/
}

.email-icon {
    width: auto;
}
.email-icon img {
    width: 100%;
    max-height: 45px;
}

.email-icon i {
    font-size: 18px;
    color: #3ab54a;
}

.email_contentbox {
    margin-left: 7px;
}

.email_heading {
    color: #08172e;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.email_contentbox span{
    color: #6ebf2f;
    font-weight: 600;
}
.emailid {
    color: #7f7f8a;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
    font-family: 'Poppins', sans-serif !important;
}

.emailid:hover {
    color: #F55B14;
}
.phone-con{
    padding-right: 20px;
}
.phonebox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.phone-icon i {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    color: #9a0518;
/*    transform: rotate(-45deg);*/
}

.phone-icon {
    width: auto;
}
.phone-icon img {
    width: 100%;
    max-height: 45px;
}

.phone_contentbox {
    margin-left: 7px;
}

.phone_heading {
    color: #fe0000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
}
.phone_contentbox span{
    color: #6ebf2f;
    font-weight: 600;
}
.phone-no {
    color: #0f0b44;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    font-family: 'Poppins', sans-serif !important;
}

.phone-no:hover {
    color: #F55B14;
}
/*Middle header end*/

/*Main header start*/
.main-header-section {
    width: 100%;
    position: relative;
    background: #fff;
    z-index: 1111 !important;
    transition: 0.3s ease-in-out;
}

.main-header {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
/*    background: #F55B14;*/
    height: 70px;
/*    line-height: 80px;*/
/*    margin-bottom: -40px;*/
    padding-left: 0;
    padding-right: 0;
/*    justify-content: center;*/
/*    border-bottom: 1px solid rgba(255,255,255,0.3);*/
/*
    padding-right: 40px;
    padding-left: 5%;
*/
    /*    justify-content: space-between;*/
    /*    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);*/
}
/*
.main-header::after {
    position: absolute;
    content: "";
    right: -220px;
    top: 0;
    height: 81px;
    width: 123%;
    background-color: #F55B14;
    z-index: -1;
    clip-path: polygon(30px 0, 100% 0%, 100% 100%, 0% 100%);
}
*/
.header_left-column {
    max-width: 360px;
    width: 100%;
    height: 145px;
    overflow: hidden;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mob-logobox {
    display: none;
}

/*
.logobox {
    width: 30%;
}
*/

.navbar-brand {
    max-width: 200px;
    margin-right: 0 !important;
    padding: 0 0 !important;
}

.navbar-brand img {
    width: 100%;
    height: auto;
}


.header_right-column {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.main_header-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #2acaa6;
    padding: 0 15px;
}

.header_group-button {
    display: flex;
}


.chat-button .btn1 {
    height: 79px;
    border-radius: 0;
    padding: 12px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f6fb;
    border: 1.5px solid #f2f6fb;
}

.chat-button .btn1:hover {
    color: #01cd61;
    background: #f2f6fb;
    border: 1.5px solid #f2f6fb;
}

.chat_iconbox {
    width: 50px;
    height: 50px;
    /*
    background: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
*/
}

.chat_iconbox img {
    width: 100%;
    height: auto;
}

.chat_iconbox i {
    color: #01cd61;
    font-size: 40px;
}

.chat_content {
    margin-left: 10px;
}

.chat-heading1 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #666666;
    text-align: left;
}

.chat-heading2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #101010;
    text-align: left;
}

.joinus-button .btn1 {
    height: 79px;
    font-size: 20px;
    border-radius: 0;
    padding: 12px 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.joinus-button .btn1 span {
    margin-left: 5px;
}

.joinus-button .btn1 span i {
    font-size: 16px;
}
.browchure_button .btn1{
    color: #76aa6f;
    background: transparent;
    border: 1.5px solid #8a8a8a;
}
.get-in-touch-button .btn1{
    border-radius: 8px;
}
/*
.get-in-touch .btn1:hover{
    background: #fff;
    border: 1.5px solid #fff;
}
*/
/*
.header-button{
    padding-left: 7%;
}
*/
.btn1 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    background: #9a0518;
    transition: 0.3s ease-in-out;
    border: 1.5px solid #9a0518;
    border-radius: 30px;
}

.btn1:hover {
    color: #fff;
    transition: 0.3s ease-in-out;
    background: #0f0b44;
    border: 1.5px solid #0f0b44;
}




/*
.sticky {
    background: #fff;
    width: 100%;
    position: fixed;
    color: #1e1e1e !important;
    z-index: 11111 !important;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    transition: 0.5s ease;
}
*/

.header-rightconbox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
/* Right Bar Toggler */

.rightbar_toggler-con{
    position: relative;
}
.rightbar_togglerbox{
	border: none;
	background-color: #fe0000;
	cursor: pointer;
    padding: 5px 15px;
    color: #fff;
    transition: 0.3s ease-in-out;
/*
    width: 70px;
    height: 70px;
*/
    display: grid;
    place-items: center;
/*
	top: 6px;
	position: absolute;
	right: 10px;
*/
}
.rightbar_togglerbox:hover{
    background-color: #012c5f;
}
.rightbar_togglerbox .btn{
    color: #fff;
    transition: 0.3s ease-in-out;
}
.rightbar_togglerbox:hover .btn{
    color: #fff;
}

/*
.rightbar_togglerbox .rightbarToggler {
	display: inline-block;
	cursor: pointer;
}
.rightbar_togglerbox .rightbarToggler span {
	position: relative;
	background-color: #fff;
	border-radius: 3px;
	display: block;
	height: 3px;
	margin-top: 5px;
	padding: 0;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	width: 30px;
	cursor: pointer;
}
.rightbar_togglerbox .rightbarToggler span:nth-child(1){
    margin-top: 0;
}
.rightbar_togglerbox .rightbarToggler.active span:nth-of-type(1) {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	top: 8px;
}
.rightbar_togglerbox .rightbarToggler.active span:nth-of-type(2) {
	opacity: 0;
}
.rightbar_togglerbox .rightbarToggler.active span:nth-of-type(3) {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	top: -8px;
}
*/


/*Header end*/

/*Whatsapp Icon*/
.phone-call {
    width: 50px;
    height: 50px;
    right: 13px;
    bottom: 15px;
    background: #10b418;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 115;
    display: block;
    line-height: 65px;
}

.phone-call img {
    vertical-align: baseline !important;
}

/*.phone-call:after {
    position: absolute;
    content: "Order On Whatsapp";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #10b418;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}*/

.phone-call::after {
    position: absolute;
    content: "Drop Your Message";
    z-index: -2;
    top: 11px;
    left: -150px;
    background-color: #fff;
    border-radius: 100%;
    line-height: 18px;
    color: #0c9212;
    font-size: 13px;
    font-weight: bolder;
    padding: 5px 14px 6px 14px;
    border-radius: 18px;
    box-shadow: 0px 5px 20px 0 rgb(80 80 80 / 20%);
    border: 1px solid #25d366;
    cursor: default;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease;
}

.whatsapp-container:hover .phone-call::after {
    visibility: visible;
    opacity: 1;
    transition: 0.5s ease;
}

.phone-call:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #10b418;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(0.6);
        opacity: 0.6;
    }

    75% {
        -webkit-transform: scale(0.9);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    25% {
        transform: scale(0.3);
        opacity: 1;
    }

    50% {
        transform: scale(0.6);
        opacity: 0.6;
    }

    75% {
        transform: scale(0.9);
        opacity: 0.3;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/*  Whatsapp Icon */

/*Scrolltop*/


.hide {
    transform: scale(0, 0);
}

.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: 18px;
    bottom: 135px;
    background: #111;
    color: #fff;
    z-index: 99999;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 7px;
    left: 9px;
    right: 9px;
}

.back-to-top:hover i {
    color: #fff;
}

/*Scrolltop*/


/*Banner start*/

.banner-section {
    position: relative;
    width: 100%;
}
.banner-element{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: auto;
    height: 100%;
}
.banner-element img{
    width: auto;
    height: 100%;
}
.desk-banner-top {
    margin-top: 81px;
}

.banner-image1 {
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../image/banner-1.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}

.banner-image2 {
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../image/banner2.jpeg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}

.banner-image3 {
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../image/banner3.jpeg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}
.banner-image4 {
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../images/banner-4.html);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}
.banner-contentbox {
    position: absolute;
    height: auto;
    bottom: 0px;
    left: 8%;
    right: 8%;
    max-width: 500px;
    padding: 50px 30px;
    /*
    margin-left: auto;
    margin-right: auto;
*/
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    background-image: url(../images/contentbox_bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-contentbox .banner-heading1 {
    color: #fff; 
/*    text-align: center;*/
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
/*    letter-spacing: 5px;*/
/*    display: inline-block;*/
/*    padding: 6px 15px;*/
/*    background: #578893;*/
    text-transform: uppercase;
    margin-bottom: 30px;
    /*    text-shadow: #252525 1px 0 5px;*/
    /*    margin-top: 50px;*/
}

.banner-contentbox .banner-heading2 {
    color: #fff;
/*    text-align: center;*/
    font-size: 44px;
    line-height: 50px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    /*    text-shadow: #f37e21 1px 0 10px;*/
}

.banner-contentbox .banner-heading2 span {
    font-size: 36px;
    line-height: 42px;
}
.banner-contentbox .banner-heading3 {
    color: #fff;
/*    text-align: center;*/
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
    /*    text-shadow: #f37e21 1px 0 10px;*/
}

.banner-details {
    color: #fff;
    max-width: 500px;
/*
    margin-left: auto;
    margin-right: auto;
    text-align: center;
*/
    font-size: 16px;
    line-height: 22px;
    margin-top: 30px;
    /*    text-shadow: #2ecbff 1px 0 10px;*/
}

.banner-section .owl-theme .owl-dots .owl-dot {
    display: none !important;
}
.owl-theme .owl-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px !important;
    height: 10px !important;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: .3s ease-in-out !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #022d60 !important;
}
.owl-theme .owl-nav {
    margin-top: 0px !important;
}

.banner-section .owl-prev {
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    top: 45%;
    left:15px;
    bottom: 0px;
    background-color: #fff !important;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
/*    clip-path: polygon(20% 0, 100% 0%, 79% 100%, 0% 100%);*/
}
.banner-section .owl-prev:hover{
    background-color: #ed1b24 !important;
}
.banner-section .owl-prev span {
    font-size: 40px;
    line-height: 30px;
    color: #282828!important;
}
.banner-section .owl-prev:hover span {
    color: #fff !important;
}
.banner-section .owl-next {
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    top: 45%;
    right: 15px;
    bottom: 0px;
    background-color: #fff !important;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
/*    clip-path: polygon(20% 0, 100% 0%, 79% 100%, 0% 100%);*/
}
.banner-section .owl-next:hover{
    background-color: #ed1b24 !important;
}
.banner-section .owl-next span {
    font-size: 40px;
    line-height: 30px;
    color: #282828 !important;
}
.banner-section .owl-next:hover span {
    color: #fff !important;
}
.banner-button {
    margin-top: 40px;
/*    text-align: center;*/
}

.banner-btn {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline !important;
    transition: 0.3s linear;
}

.banner-btn:hover {
    color: #fff;
    transition: 0.3s linear;
    text-decoration: underline !important;
}


/*
.banner-button .btn1 {
    color: #F55B14 !important;
    background-color: #fff;
    border-radius: 0;
}
*/

.banner-button .btn1:hover {
    color: #fe0000;
    background-color: #fff;
}

.banner-button .btn1:hover .icon-arrow.after {
    color: #fff;
}
.banner-button .btn1:hover .btn-lable {
    color: #fff;
}




/*Banner end*/



/*Section1 start*/

.section1 {
    position: relative;
    z-index: 11;
    padding: 0;
    background: #9a0518;
    padding: 50px 0;
/*    margin-top: -50px;*/
}
.section1 .content-heading1{
    color: #fff;
}
.section1 .content-heading2{
    color: #fff;
    margin-bottom: 0;
}

.shadhowbox {
    width: 100%;
    height: auto;
    padding: 30px 35px;
    background: #fff;
    position: relative;
    transition: 0.3s linear;
    box-shadow: 0px 5px 20px 0 rgb(80 80 80 / 20%);
}
.shadhowbox-hover-img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s linear;
    display: block;
    width: 100%;
    height: 100%;
/*    z-index: -1;*/
}
.shadhowbox:hover .shadhowbox-hover-img{
    opacity: 1;
    visibility: visible;
    transition: 0.3s linear;
}
.shadhowbox-con{
    position: relative;
    z-index: 1;
}

.shadhowbox-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.shadhow-iconbox {
    width: 45px;
    height: 45px;
/*    border: 2px solid #fe0000;*/
    transition: 0.3s linear;
/*
    margin-left: auto;
    margin-right: auto;
*/
}
.shadhow-iconbox img{
    width: auto;
    max-width: 100%;
    transition: 0.3s linear;
}
.shadhowbox .content-heading {
    color: #232323;
/*    text-align: center;*/
    font-size: 20px;
    line-height: 26px;
    text-transform: capitalize;
    font-weight: 600;
    margin-left: 15px;
/*    margin-top: 30px;*/
    transition: 0.3s linear;
}
.shadhowbox:hover .content-heading {
    color: #fff;
    transition: 0.3s linear;
}
.shadhowbox .content-details {
    color: #878787;
/*    text-align: center;*/
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 15px;
    transition: 0.3s linear;
}
.shadhowbox:hover .content-details {
    color: #fff;
    transition: 0.3s linear;
}
/*
.shadhowbox-button{
    display: inline;
}
*/
.shadhowbox-btn{
    color: #fe0000;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    position: relative;
}
/*
.shadhowbox-btn:hover{
    color: #022c5e;
}
*/
.shadhowbox:hover .shadhowbox-btn{
    color: #fff;
}
.shadhowbox-btn::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 78px;
    border-bottom: 1px solid #fe0000;
    transition: 0.3s ease-in-out;
}


.shadhowbox-btn:hover::after{
    border-bottom: 1px solid #022c5e;
}
.shadhowbox:hover .shadhowbox-btn::after{
    border-bottom: 1px solid #fff;
}

.section1 .owl-theme .owl-dots .owl-dot{
    display: none !important
}
/*
.section1 .owl-theme .owl-nav{
    display: none !important
}
*/
/*
.section1 .owl-prev span {
    font-size: 34px;
    line-height: 34px;
    color: #f37e21 !important;
    position: relative;  
}
.section1 .owl-next span {
    font-size: 34px;
    line-height: 34px;
    color: #f37e21 !important;
    position: relative;  
}
*/
/*
.section1 .owl-carousel .owl-nav button.owl-next,
.section1 .owl-carousel .owl-nav button.owl-prev,{
    font: none !important;
}
.section1 .owl-next span::after{
    position: absolute;
    font-family: "FontAwesome";
    content: "\f178";
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    color: #f37e21 !important;
}
*/

.aboutimage-con{
    position: relative;
}
.about-element{
    position: absolute;
    left: -40px;
    bottom: 10px;
    width: 80px;
    height: auto;
    
}
.about-element img{
    width: 100%;
    height: auto;
}


.aboutimage_contentbox{
    position: absolute;
    right: -23%;
    bottom: 14px;
    color: #fff;
    background: #fe0000;
    padding: 30px 40px;
}
/*
.aboutimage_contentbox::before{
    position: absolute;
    top: 0;
    left: 0;
    background: #fe0000;
    clip-path: polygon(0 0, 100% 75%, 100% 0);
}
*/
.aboutimage_heading{
    font-size: 36px;
    line-height: 42px;
    font-weight: 500;
    position: relative;
    display: inline-block;
}
.aboutimage_heading::after{
    position: absolute;
    top: -7px;
    right: -24px;
    content: '\f067';
    font-family: 'FontAwesome';
    font-size: 24px;
    line-height: 30px;
}
.aboutimage_details{
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}

.about-slider-imgbox {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}

.about-slider-imgbox img {
    width: 100%;
    height: auto;
}

.section2 .section-title {
    position: relative;
    padding-right: 60px;
    padding-left: 30px;
}
.section-title {
    position: relative;
    padding-left: 0;
}
.section-title .title-transparent {
    position: absolute;
    top: -60px;
    left: 0;
}
.section-title .title-transparent span {
    font-size: 100px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
    opacity: .03;
}
.heading-element{
    position: absolute;
    left: 0px;
    top: -50px;
    width: 70px;
    height: auto;
    z-index: -1;
}
.heading-element img {
    width: 100%;
    height: auto;
}

.content-heading1 {
    color: #eb120a;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 0;
}

/*
.content-heading1::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 50px;
    border-bottom: 3px solid #4a4a4a;
    border-radius: 5px;
}
*/
.content-heading2 {
    color: #0f0b44;
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 0px;
}
.content-heading2 span{
    color: #fe0000;
}


/*
.section1 .content-heading1 {
    color: #fff;
}
*/

/*
.section1 .content-heading2 {
    color: #fff;
    text-transform: capitalize;
}
*/

.box1{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 10px;
    background: #f2f2f2;
}

.box1-1{
    border-bottom: 1px solid #e1e1e1;
}
.box1-3{
    border-bottom: 1px solid #e1e1e1;
}

.box1_contentbox{
    width: 50%;
}
.box1_heading{
    color: #151515;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.box1_details{
    color: #8a8a8a;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
}
.box1-1 .box1_heading{
    text-align: right;
}
.box1-1 .box1_details{
    text-align: right;
}
.box1-2 .box1_heading{
    text-align: right;
}
.box1-2 .box1_details{
    text-align: right;
}
.btn1 .fa{
    font-size: 16px;
    line-height: 22px;
    padding-left: 7px;
    font-weight: bold;
}


.box1_imagebox{
    width: 50%;
}
.box1_imagebox img{
    width: 100%;
    height: auto;
}
.box1_iconbox{
    width: 80px;
    height: 80px;
    background: #76aa6f;
    border-radius: 50%;
    display: grid;
    place-items: center;
}
.box1_iconbox img{
    max-height: 50px;
}
.box1-1 .box1_iconbox,
.box1-2 .box1_iconbox{
    margin-left: 10px;
}
.box1-3 .box1_iconbox,
.box1-4 .box1_iconbox{
    margin-right: 10px;
}
.certi_imagebox{
    width: 100%;
    height: auto;
}
.certi_imagebox img{
    width: 100%;
    height: auto;
}
.box1-button{
    margin-top: 30px;
}
.u_line {
    width: 100%;
    border-bottom: 1.5px solid #e1e1e1;
}

.about-info {
    text-align: center;
    box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 4%);
    padding: 20px 10px;
    background-color: #08172e;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
    clip-path: polygon(6% 0, 100% 0%, 94% 100%, 0% 100%);
}
.about-info:hover{
    background-color: #F55B14;
}
.icon{
    width: auto;
}
.icon img{
    width: 100%;
    max-height: 45px;
}
.infocontentbox{
    padding-top: 10px;
}
.about-info .title {
    color: #ffffff;
    font-size: 20px;
    line-height: 26px;
}

.left-contentbox-details {
    color: #3a3535;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: justify;
}
.readmore-button .btn1 {
    color: #fff;
    background: #9a0518;
    border: 1.5px solid #9a0518;
}
.readmore-button .btn1:hover {
    color: #ffffff;
    background: #0f0b44;
    border: 1.5px solid #0f0b44;
}

/*
.readmore-button .btn1:hover .icon-arrow.after {
    color: #fff;
}
.readmore-button .btn1:hover .btn-lable {
    color: #fff;
}
*/

/*Section1 end*/


/*Section2 start*/

.section2 {
    padding-top: 100px;
    padding-bottom: 120px;
    position: relative;
}

.heading-section {
    position: relative;
    margin-bottom: 50px;
}

.heading-section .heading-1 {
    color: #76aa6f;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 0;
}

/*
.heading-section .heading-1::before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 5px;
    width: 150px;
    border-bottom: 10px solid #f1cda0;
    z-index: -1;
}
*/
.heading-section .heading-2 {
    color: #151515;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 0px;
}

/*
.heading-section .heading-2::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0px;
    width: 150px;
    border-bottom: 2px solid #2a2a2a;
    margin-left: auto;
    margin-right: auto;
}
*/

.heading-section .details {
    color: #333;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 30px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}


.details-2 {
    color: #fff;
    font-size: 18px;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}


.medical_icon {
    position: relative;
    text-align: center;
    margin-bottom: 10PX;
}

.medical_icon i {
    color: #2acaa6;
    font-size: 20px;
}

.medical_icon::before {
    position: absolute;
    content: '';
    top: 9px;
    width: 65px;
    margin-left: -75px;
    border-bottom: 2px solid #2acaa6;
}

.medical_icon::after {
    position: absolute;
    content: '';
    top: 9px;
    width: 65px;
    margin-left: 10px;
    border-bottom: 2px solid #2acaa6;
}

/*
.section2 .content-heading1::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 65px;
    border-bottom: 2px solid #088edd;
}
*/
.aboutright_con {
    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 30%);
}

/*
.section2 .content-con {
    padding-left: 15%;
    padding-right: 0;
}
*/

/*
.section2 .content-heading1 {
    color: #2acaa6;
    font-size: 26px;
    text-align: left;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}
*/

/*
.section2 .content-heading2 {
    font-size: 36px;
    line-height: 42px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 20px;
}
*/

.section2 .left-contentbox-details {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 0;
    color: #3a3535;
    text-align: justify;
}

.left-contentbox-details span {
    font-weight: 600;
}

.more-info-button .btn1 {
    border-radius: 30px;
}

.content-heading3 {
    color: #252525;
    font-size: 20px;
    text-align: left;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}

.list-heading {
    color: #2a2a2a;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.list-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

.list-content {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #392917;
    font-family: 'Merriweather', serif !important;
}

.list-column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*    align-items: center;*/
}

.mt-50 {
    margin-top: 50px !important;
}

.about-listbox .features-list{
    column-count: 2;
}
.about-listbox .features-list li{
    margin-left: 1.4em;
}

.about-iconbox {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.list-iconbox i {
    font-size: 20px;
    font-weight: 400;
    color: #f37e21;
}

.list-content {
    width: 90%;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #392917;
    font-family: 'Merriweather', serif !important;
    margin-bottom: 0;
}

.list-column {
    width: 50%;
    margin-bottom: 10px;
}

/*
.right-column{
    width: 60%;
}
.left-column{
    width: 40%;
}
*/
.list-column .list-content {
    width: 85%;
}

.feature-list {
    padding-left: 40px;
    padding-top: 10px;
}

.feature-list li {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

.imagebox {
    width: 100%;
    height: auto;
    transition: 0.5s ease;
}

.imagebox img {
    width: 100%;
    height: auto;
    transition: 0.5s ease;
}

.mt-40 {
    margin-top: 40px !important;
}


/*
.more-info-button .btn1 {
    color: #fff;
    background: #2acaa6;
    border: 1.5px solid #2acaa6;
}

.more-info-button .btn1:hover {
    color: #fff;
    transition: 0.3s ease;
    background: #faa60f;
    border: 1.5px solid #faa60f;
}
*/

.circle-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 50px;
}

.circlebox {
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px -12px 0px #f6e8d9;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.circlebox2 {
    margin-left: 20px;
}

.circle-heading1 {
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
    color: #f37e21;
    margin-bottom: 15px;
    font-family: 'Merriweather', serif !important;
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
}

.plus-icon {
    font-size: 16px;
    line-height: 28px;
}

.circle-heading2 {
    font-size: 17px;
    line-height: 23px;
    font-weight: bold;
    color: #392917;
    margin-bottom: 5px;
    font-family: 'Merriweather', serif !important;
}

.circle-details {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #b0b0b0;
    margin-bottom: 0;
}

.image-con2 {
    position: absolute;
    bottom: 0;
}



.image-heading1 {
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    color: #fff;
    font-family: 'Merriweather', serif !important;
}

.section2 .title-transparent span {
    color: #fff;
    opacity: .03;
}
/*
.section2 .content-heading1 {
    color: #fff;
}
.section2 .content-heading2 {
    color: #fff;
}
*/
.section2 .owl-theme .owl-dots {
    display: none !important;
}

.section2 .owl-prev {
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    right: 60px;
    top: -65px;
    bottom: 0px;
    background-color: #fff !important;
    border-radius: 0 !important;
    border: 1px solid #f2f2f2 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
/*    clip-path: polygon(20% 0, 100% 0%, 79% 100%, 0% 100%);*/
}
.section2 .owl-prev:hover{
    background-color: #eb120a !important;
}
.section2 .owl-prev span {
    font-size: 40px;
    line-height: 30px;
    color: #08172e !important;
}
.section2 .owl-prev:hover span {
    color: #fff !important;
}
.section2 .owl-next {
    width: 50px !important;
    height: 50px !important;
    position: absolute;
    right: 0;
    top: -65px;
    bottom: 0px;
    background-color: #fff !important;
    border-radius: 0 !important;
    border: 1px solid #f2f2f2 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
/*    clip-path: polygon(20% 0, 100% 0%, 79% 100%, 0% 100%);*/
}
.section2 .owl-next:hover{
    background-color: #eb120a !important;
}
.section2 .owl-next span {
    font-size: 40px;
    line-height: 30px;
    color: #08172e !important;
}
.section2 .owl-next:hover span {
    color: #fff !important;
}
.section2 .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
}
/*section2 end*/


.read-more-button {
    text-align: center;
    margin-top: 45px;
}

.read-more-button .btn1 {
    border-radius: 30px;
}


.mt-30 {
    margin-top: 30px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.content {
    display: none;
}

.learn-more-button .btn1 {
    border-radius: 30px;
}

/*
.learn-more-button .btn1:hover {
    color: #fff;
    transition: 0.3s ease;
    background: #faa60f;
    border: 1.5px solid #faa60f;
}
*/



/*section3 start*/

.section3 {
    position: relative;
    padding-top: 0;
    padding-bottom: 100px;
/*
    background: #f5f5f5;
    background-image: url(../images/category-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    z-index: 99;
*/
}

.about_bgimagebox{
    width: 100%;
    height: auto;
    padding: 70px 40px;
    background-image: url(../images/about_bg-image.webp);
    background-size: cover;
    background-repeat: no-repeat;
/*    background-attachment: fixed;*/
    background-position: center center;
    z-index: 99;
}
.sec3-bgelement{
    position: absolute;
/*    top: 0;*/
    right: 0px;
    bottom: 0;
    width: auto;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 30px;
    z-index: -1;
}
.sec3-bgelement img{
    width: auto;
    height: 100%;
}

/*
.section3::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 300px;
    background: #282828;
    z-index: -1;
}
*/

.section3 .section-title {
    padding-left: 20%;
}
.viewmore-button .btn1{
    color: #fff;
    background: #0f0b44;
    border: 1.5px solid #0f0b44;
}
.viewmore-button .btn1:hover{
    color: #fff;
    background: #9a0518;
    border: 1.5px solid #9a0518;
}
.section3 .heading-section{
    margin-bottom: 0;
}
.section3 .heading-section .heading-2{
    text-align: left;
    margin-bottom: 20px;
}
.trans_heading {
    font-size: 74px;
    line-height: 80px;
    font-weight: bold;
    font-family: 'Merriweather', serif !important;
    color: rgba(0, 0, 0, 0.12);
    position: absolute;
    left: -30px;
    bottom: 5px;
}
.category-slider-con{
    margin-top: 50px;
}
.treatment_box {
    width: 100%;
    position: relative;
    transition: 0.3s ease-in-out;
/*    border: 1px solid #e5e5e5;*/
}

/*
.treatment_box:hover {
    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 30%);
}
*/

.treatment_imgbox {
    height: 255px;
   width: 100%;
   position: relative;
   /* border: 7px solid #f6d8a9; */
    padding: 7px;
    background-color: #fff;
    border: 2px solid #ebebeb;
    overflow: hidden;
}

.treatment_imgbox img {
/*height: 200px;
   width: 150px;*/
   max-height: 100%;
   max-width: 100%;
   width: auto !important;
   height: auto;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
   transition: 0.5s ease;
  }
.treatment_iconbox {
    width: 76px;
    height: 76px;
    background: #088edd;
    border: 7px solid #fff;
    border-radius: 50%;
    margin-top: -30px;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    place-items: center;
    transition: 0.3s ease-in-out;
}

.treatment_iconbox img {
    width: 40px;
}
.treatment_contentcon{
    padding: 0 0;
}
.treatment_detailsbox {
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
    padding: 20px 10px;
    background: #9a0518;
    transition: 0.3s ease-in-out;
/*
    border-top: 2px solid #F55B14;
    border-bottom: 2px solid #F55B14;
*/
    margin-top: 0;
}
.treatment_box:hover .treatment_detailsbox{
/*
    width: 100%;
    height: 120px;
*/
    background: #0f0b44;
    transition: 0.3s ease-in-out;
}
.treatment_button{
    padding-top: 10px;
    padding-bottom: 0px;
}
/*
.treatment_box:hover .treatment_detailsbox{
    height: 160px;
    margin-top: -90px;
}
*/

.treatment_name {
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    transition: 0.3s ease-in-out;
}
.treatment_name a{
    color: #fff;
    transition: 0.3s ease-in-out;
}

.treatment_name a:hover{
    color: #ffff;
    transition: 0.3s ease-in-out;
}
/*
.treatment_name::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #252525;
    transition: 0.3s ease-in-out;
}

.treatment_box:hover .treatment_name::after{
    border-bottom: 2px solid #fff;
}
*/

.treatment_details {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}

.treatment_box:hover .treatment_details{
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease-in-out;
}
.content {
    display: none;
}
.content2 {
    display: none;
}

.treatment_button {
    text-align: center;
}

.treatment_btn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

.treatment_btn i {
    color: #f55b14;
    font-size: 20px;
    line-height: 15px;
    padding-right: 10px;
    transition: 0.3s ease-in-out;
}

.treatment_btn:hover {
    color: #fff;
}
.treatment_btn:hover i{
    color: #08172e;
}
.section1_banner_con{
    margin-top: 50px;
/*
    background: #fff;
    padding: 50px 20px 65px;
    box-shadow: 0px 20px 20px 0 rgb(80 80 80 / 5%);
*/
}
.section3 .owl-theme .owl-nav {
    display: none !important;
}

.section3 .owl-prev {
    width: 60px !important;
    height: 45px !important;
    position: absolute;
    right: 60px;
    top: -65px;
    bottom: 0px;
    background-color: #fff !important;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    clip-path: polygon(20% 0, 100% 0%, 79% 100%, 0% 100%);
}
.section3 .owl-prev:hover{
    background-color: #F55B14 !important;
}
.section3 .owl-prev span {
    font-size: 40px;
    line-height: 45px;
    color: #08172e !important;
}
.section3 .owl-prev:hover span {
    color: #fff !important;
}
.section3 .owl-next {
    width: 60px !important;
    height: 45px !important;
    position: absolute;
    right: 0;
    top: -65px;
    bottom: 0px;
    background-color: #fff !important;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    clip-path: polygon(20% 0, 100% 0%, 79% 100%, 0% 100%);
}
.section3 .owl-next:hover{
    background-color: #F55B14 !important;
}
.section3 .owl-next span {
    font-size: 40px;
    line-height: 45px;
    color: #08172e !important;
}
.section3 .owl-next:hover span {
    color: #fff !important;
}
.section3 .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
}
/*
.section3 .owl-carousel .owl-stage-outer{
    padding: 18px;
}
*/

.box2 {
    width: 100%;
    height: auto;
    max-height: 100%;
/*    background: #fff;*/
    overflow: hidden;
    padding: 30px 30px;
    border-radius: 0;
/*    border-bottom: 2px solid #ed1b24;*/
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    text-align: center;
/*    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);*/
/*
    justify-content: center;
    align-items: center;
*/
    transition: 0.3s linear;
    overflow: hidden;
}
.category-bg-img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s linear;
    width: auto;
    height: 100%;
/*    z-index: -1;*/
}
/*
.box2:hover .category-bg-img{
    opacity: 1;
    visibility: visible;
    transition: 0.3s linear;
}
*/
/*
.box2:hover{
    transition: 0.3s ease-in-out;
    background-image: url(../images/category-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
*/
.box2-iconbox {
    width: 60px;
    height: 60px;
/*
    margin-left: auto;
    margin-right: auto;
*/
    display: grid;
    place-items: center;
    background: transparent;
/*    border: 2px solid #fe0000;*/
/*    border-radius: 20px;*/
    transition: 0.3s linear;
}
/*
.box2:hover .box2-iconbox{
    background: #08b1b6;
}
*/
.box2-col-1, .box2-col-2, .box2-col-3, .box2-col-4{
    position: relative;
}
.box2-col-1, .box2-col-2{
    padding-bottom: 30px;
}
.box2-col-1::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    height: 100px;
    border-right: 1px solid #f2f2f2;
}
.box2-col-1::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100px;
    border-bottom: 1px solid #f2f2f2;
}
.box2-col-2::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100px;
    border-bottom: 1px solid #f2f2f2;
}
.box2-col-3::before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 100px;
    border-right: 1px solid #f2f2f2;
}
/*
.box2-col-1{
    border-width: 60%;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}
.box2-col-2{
    border-right: 1px solid #f2f2f2;
    margin-bottom: 30px;
}
*/
.box2-iconbox img {
    width: 40px;
    height: auto;
}
.service_color-icon{
    opacity: 1;
    visibility: visible;
    display: block;
    transition: 0.3s linear;
}
.box2-iconbox .service_white-icon {
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: 0.3s linear;
}
/*
.box2:hover .box2-iconbox .service_white-icon{
    opacity: 1;
    visibility: visible;
    display: block;
}

.box2:hover .box2-iconbox .service_color-icon{
    opacity: 0;
    visibility: hidden;
    display: none;
}
*/
.box2-contentbox-con{
    position: relative;
    z-index: 1;
    transition: 0.3s linear;
}
.box2-contentbox .box2-heading {
    color: #fff;
    font-size: 36px;
    line-height: 42px;
    font-weight: 800;
    padding-bottom: 10px;
/*    text-align: center;*/
    margin-top: 15px;
    transition: 0.3s linear;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.plus-sign{
    font-size: 24px;
    position: relative;
    top: -8px;
    padding-right: 10px;
}

/*
.box2:hover .box2-contentbox .box2-heading{
    color: #fff;
    transition: 0.3s linear;
}
*/
.box2-contentbox .box2-details {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
/*    text-align: center;*/
    margin-bottom: 0;
    margin-top: 10px;
    transition: 0.3s linear;
}
/*
.box2:hover .box2-contentbox .box2-details{
    color: #fff;
    transition: 0.3s linear;
}
.box2:hover .box2-contentbox .shadhowbox-btn{
    color: #fff;
    transition: 0.3s linear;
}
.box2:hover .box2-contentbox .shadhowbox-btn::after{
    color: #fff;
    transition: 0.3s linear;
}
.box2:hover .box2-contentbox .shadhowbox-btn::after{
    border-bottom: 1px solid #fff;
    transition: 0.3s linear;
}
*/


/*section3 end*/



.mt-10 {
    margin-top: 10px !important;
}

/*section4 start*/

.section4{
    padding-top: 0px;
    padding-bottom: 100px;
    position: relative;
    z-index: 99;
}
.section4 .heading-element{
    opacity: 0.1;
}
.sec4-bgelement{
    position: absolute;
/*    top: 0;*/
    right: 0px;
    bottom: 0;
    width: auto;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 30px;
    z-index: -1;
/*    opacity: 0.1;*/
}
.sec4-bgelement img{
    width: auto;
    height: 100%;
}


/*
.section4 .content-con {
    padding-left: 15%;
    padding-right: 6%;
}
*/

/*
.section4 .content-heading2{
    color: #fff;
}
.section4 .heading-section .details{
    color: #fff;
}
*/

/*
.section4 .features-list {
    column-count: 2;
}
*/
.section4 .features-list li{
    color: #fff;
}
.section4 .features-list li::before{
    color: #fff;
}


.box3-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.box3-iconbox {
    width: 40px;
    height: 40px;
/*    border: 2px solid #fe0000;*/
    transition: 0.3s linear;
}
.box3-iconbox img {
    width: auto;
    max-width: 100%;
    transition: 0.3s linear;
}
.box3-con .box3-contentbox{
    width: 84%;
    padding-left: 15px;
}
.box3-con .box3-content-heading {
    color: #fff;
    /* text-align: center; */
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 500;
    /* margin-top: 30px; */
    transition: 0.3s linear;
}
.box3-con .box3-content-details {
    color: #fff;
    /* text-align: center; */
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    margin-top: 15px;
    transition: 0.3s linear;
}
/*
.section4 .left-contentbox-details{
    color: #fff;
}
*/
.section4 .content-heading3{
    color: #fff;
}

.image_contentbox {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: auto;
    padding: 30px 20px;
    background: #6ebf2f;
}

/*
.image_contentbox::after {
    content: '';
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 100%;
    height: 100%;
    border: 1px solid #f37e21;
}
*/
.image_content-heading1{
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.image_content-details{
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}
.custom-col {
    margin-left: -22%;
}

.custom_content-con {
    width: 100%;
    height: auto;
    padding: 80px 130px;
    background: #966528;

}

.custom_content-con .content-heading2 {
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    z-index: 11;
    display: inline;
    font-family: 'Roboto', sans-serif !important;
}

.custom_content-con .content-heading2::before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 5px;
    width: 150px;
    border-bottom: 10px solid #f1cda0;
    z-index: -01;
}

.custom_content-con .left-contentbox-details {
    color: #fff;
}
.partner-con{
    border: 1px solid #e0e0e0;
    padding: 30px 40px;
    margin-top: 70px;
}

.according-container{
    margin-top: 20px;
}

.according-card{
    margin-bottom: 0px !important;
    border: 0 !important;
}
.according-card .card-header{
    background-color: transparent !important;
    padding: 15px 0 15px 5px !important;
}


/*
.accordion .according-card .btn-link:focus, .accordion .according-card .btn-link:active {
    text-decoration: none !important;
}
*/

.accordion .according-card .btn-link {
    font-weight: 600;
    color: #252525 !important;
    background-color: transparent !important;
    width: 100%;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 20px 10px 55px;
    text-decoration: none;
    white-space:normal !important;
}
.accordion .according-card .btn-link:hover{
    text-decoration: none;
}
.accordion .according-card .collapsed {
    color: #000;
}
.accordion .according-card .btn-link:before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    background: #76aa6f;
    display: grid;
    place-items: center;
    left: 0;
    top: 0;
}
.accordion .according-card .btn-link:before{
    
}
.accordion .according-card .collapsed:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #c4a273;
    background: #fff;
    box-shadow: 0px 0px 10px 0 rgb(0,0,0,0.2);
}

.card_orderlist{
    margin-left: 40px;
}

.accordion>.according-card:not(:last-of-type) {
     border-bottom: 1px solid rgba(0,0,0,.125) !important; 
     border-bottom-right-radius: .25rem !important; 
     border-bottom-left-radius: .25rem !important; 
}


.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
}

.accordion>.according-card .btn-link:hover {
    text-decoration: none;
    color: #f00b92;
}
.accordion .card-body{
    color: #8a8a8a;
    font-size: 15px;
    line-height: 21px;
}

/*
.box3{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 25px 20px;
    border: 1px solid #e1e1e1;
}
.box3-iconbox{
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    margin-right: 15px;
}
.box3-contentbox{
    width: 74%;
}
.box3-heading {
    color: #151515;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.box3-details{
    color: #8a8a8a;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 0;
}
*/

.slider2-box{
    padding: 50px 0;
    background-color: #f1f1f1;
}
.slider2-imagebox{
    height: 240px;
   width: 100%;
   position: relative;
   /* border: 7px solid #f6d8a9; */
/*    padding: 7px;*/
/*    border-bottom: 2px solid #ebebeb;*/
    overflow: hidden;
}

.slider2-imagebox img {
/*height: 200px;
   width: 150px;*/
   max-height: 100%;
   max-width: 100%;
   width: auto !important;
   height: auto;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
   transition: 0.5s ease;
}
.slider2-contentbox{
    padding: 30px 0 10px;
}
.slider2-heading{
    color: #252525;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 0;
}

.slider2-con .owl-theme .owl-dots{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.infobox2 {
    position: relative;
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 30px;
    border-left: 1px solid #F55B14;
}
.infobox2::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background-color: rgba(0, 0, 0, 0.02);
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
    z-index: -1;
}
.info_count {
    display: block;
    color: #F55B14;
    font-weight: 600;
    font-size: 34px;
    line-height: 34px;
    font-family: 'Poppins', sans-serif !important;
}
.info_heading {
    padding: 15px 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}
.info_content {
    color: #7b7b7b;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
/*section4 end*/


/*Location section start*/

.location-section{
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../images/location-bg2.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    z-index: 99;
}
.location-section .content-heading2 {
    text-align: center;
     color: #fff; 
}
.location-section .left-contentbox-details {
    text-align: center;
    color: #fff;
}
.box4-imgbox{
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}
.box4-imgbox img{
    width: auto;
    max-height: 100%;
}
.box4-contentbox{
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    padding-top: 20px;
}

/*Location section end*/

/*section5 start*/

.section5 {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    width: 100%;
    height: auto;
    background-image: url(../images/section5_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-position: center center;
}

.col-lg-2_5 {
    flex: 0 0 20% !important;
    max-width: 20% !important;
    padding-right: 15px;
    padding-left: 15px;
}

.section5 .content-heading1{
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}
.section5 .content-heading1::after {
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
.section5 .content-heading2{
    color: #fff;
    margin-bottom: 0;
}
.section5 .left-contentbox-details{
    color: #b9b9b9;
}
.gallery-slider-con{
    margin-top: 40px
}


.section5 .left-contentbox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.mobile-iconbox{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #9a0518;
    display: grid;
    place-items: center;
    color: #fff;
    margin-right: 20px;
}
.mobile-iconbox i{
    font-size: 22px;
    line-height: 26px;
}

.section5 .heading-section{
    margin-bottom: 0;
}
.section5 .heading-section .heading-2{
    text-align: left;
    margin-bottom: 20px;
}

.section5 .treatment_box {
    box-shadow: none;
}

.section5 .treatment_name a{
    text-align: center;
    color: #111;
    transition: 0.3s ease-in-out;
}
.section5 .treatment_name a:hover{
    text-align: center;
    color: #3ab54a;
}
/*
.section5 .owl-carousel .owl-stage-outer {
    padding-top: 20px;
    padding-bottom: 20px;
}
*/

.section5 .owl-theme .owl-dots .owl-dot {
    display: none !important;
}

.section5 .owl-theme .owl-nav {
    margin-top: 0 !important;
    display: block !important;
}

.section5 .owl-prev {
    width: 40px !important;
    height: 40px !important;
    transition: .5s;
    position: absolute;
    right: 60px;
    top: -65px;
    bottom: 0px;
    background-color: #fff !important;
    border-radius: 0!important;
    border: 1px solid #c3c3c3 !important;
    padding: 5px 10px !important;
    margin: 0 !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    /*    box-shadow: -1px 3px 3px 0 rgb(80 80 80 / 20%);*/
}

.section5 .owl-prev span {
    font-size: 32px;
    line-height: 28px;
    color: #525252 !important;
}

.section5 .owl-next {
    width: 40px !important;
    height: 40px !important;
    color: #fff !important;
    transition: .5s;
    position: absolute;
    right: 0;
    top: -65px;
    bottom: 0px;
    background-color: #fff !important;
    border-radius: 0 !important;
    border: 1px solid #c3c3c3 !important;
    padding: 5px 10px !important;
    margin: 0 !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    /*    box-shadow: -1px 3px 3px 0 rgb(80 80 80 / 20%);*/
}

.section5 .owl-next span {
    font-size: 32px;
    line-height: 28px;
    color: #525252 !important;
}
.section5 .treatment_box {
    border: none;
}
.section5 .treatment_imgbox{
    background: #f8f8fa;
}


.treatment_button2{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    place-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}
.section5 .treatment_box:hover .treatment_button2{
    opacity: 1;
    visibility: visible;
}
.section5 .treatment_btn {
    justify-content: center;
    color: #392917;
    transition: 0.3s ease-in-out;
}

.section5 .treatment_btn:hover {
    color: #966528;
}

/*
.section5 .owl-theme .owl-dots .owl-dot {
    display: block !important;
}
*/



/*section5 end*/


/*Team section start*/

.team-section{
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../images/team-bg-image2.html);
    background-size: cover;
    background-repeat: no-repeat;
/*    background-attachment: fixed;*/
    background-position: center center;
    position: relative;
    z-index: 99;
}
.teambox{
    height: 100%;
    max-height: 655px;
    background: #fff;
    padding: 30px 20px;
        box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);
}
.team-section .content-heading2 {
    text-align: center;
}
.team-section .left-contentbox-details {
    text-align: center;
}
.member-details{
    color: #878787;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

/*Team section end*/



/*section6 start*/

.section6 {
    padding-top: 40px;
    padding-bottom: 120px;
    background-image: url(../images/section6-bg.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}
.section6 .content-heading1{
    color: #fff;
    text-align: center;
}

.sec6_logobox{
    width: 160px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.sec6_logobox img{
    width: 100%;
    height: auto;
}
.sec6_logobox img{
    transform: scale(1.2);
}
.section6 .readmore-button .btn1{
    color: #fff;
    background: #fe0000;
    border: 1.5px solid #fe0000;
}
.section6 .readmore-button .btn1:hover{
    color: #fe0000;
    background: #fff;
    border: 1.5px solid #fff;
}

/*
.section6 .heading-section .heading-1{
    color: #fff;
}
.section6 .heading-section .details{
    color: #cfcfcf;
}
*/
.popular-products-slider{
    margin-top: 0px;
}
.section6 .treatment_contentcon {
    padding: 0 0 0 30px;
}
.section6  .treatment_detailsbox {
    width: 100%;
    position: relative;
    height: auto;
    overflow: visible;
    padding: 30px 20px 30px 45px;
    background: #fff;
    transition: 0.3s ease-in-out;
    border-top: none;
    border-bottom: none;
    margin-top: -30px;
    border: 2px solid #ebebeb;
}
.section6 .treatment_name{
    text-align: left;
}
.section6 .treatment_name::before{
    content: '';
    position: absolute;
    top: 12px;
    left: -74px;
    width: 65px;
    border-bottom: 2px solid #F55B14;
}
.section6 .treatment_button{
    padding-bottom: 0px;
}
.section6 .treatment_btn{
    text-align: left;
    justify-content: flex-start;
}

.section6 .owl-prev {
    width: 60px !important;
    height: 45px !important;
    position: absolute;
    right: 60px;
    top: -65px;
    bottom: 0px;
    background-color: #f55b14 !important;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    clip-path: polygon(20% 0, 100% 0%, 79% 100%, 0% 100%);
}
.section6 .owl-prev:hover{
    background-color: #08172e !important;
}
.section6 .owl-prev span {
    font-size: 40px;
    line-height: 45px;
    color: #fff !important;
}
.section6 .owl-prev:hover span {
    color: #fff !important;
}
.section6 .owl-next {
    width: 60px !important;
    height: 45px !important;
    position: absolute;
    right: 0;
    top: -65px;
    bottom: 0px;
    background-color: #f55b14 !important;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    clip-path: polygon(20% 0, 100% 0%, 79% 100%, 0% 100%);
}
.section6 .owl-next:hover{
    background-color: #08172e !important;
}
.section6 .owl-next span {
    font-size: 40px;
    line-height: 45px;
    color: #fff !important;
}
.section6 .owl-next:hover span {
    color: #fff !important;
}
.section6 .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
}


.box4-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #252525;
    display: grid;
    place-items: center;
    border: 2px solid #fff;
    margin-left: auto;
    margin-right: auto;
}

.box4-icon img {
    width: 50px;
    height: 50px;
}

.box4-heading1 {
    color: #fff;
    text-align: center;
    font-size: 28px;
    line-height: 34px;
    font-weight: 800;
    margin-bottom: 15px;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.box4-heading2 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

/*section6 end*/


/*section7 start*/


.section7 {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
}

.section7 .content-heading2{
    margin-bottom: 0px;
}
.section7 .readmore-button{
    text-align: right;
}

.blog-slider-con{
    margin-top: 40px;
}
.blog-slider-con .owl-carousel .owl-stage-outer{
    padding: 0 18px;
}
.section7 .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
}

.blog-card{
    width: 90%;
/*
    margin-left: auto;
    margin-right: auto;
*/
    border-bottom: 2px solid #ed1b24;
    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);
}
.blog-imgbox{
    width: 100%;
    height: auto;
}
.blog-imgbox img{
    width: 100%;
    height: auto;
}
.blog-body{
    position: relative;
    padding: 15px 30px;
}
.blog-type{
    position: absolute;
    top: -16px;
    right: 0;
    padding: 5px 20px;
    display: inline-block;
    background: #e81921;
    text-align: center;
    color: #fff;
}
.publish-date{
    color: #e81921;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 12px;
}
.blog-heading{
    color: #1d1d1d;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.blog-text{
    color: #5a5a5a;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 10px;
}

.gallery-box {
    width: 100%;
    position: relative;
}

.gallery-imgboxcon {
    width: 100%;
    height: auto;
}

.gallery-imgbox img {
    width: 100%;
    height: auto;
}

.gallery-iconbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-icon-1 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid !important;
    place-items: center;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50% !important;
    z-index: 22;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    color: #fe0000;
    font-size: 22px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.gallery-icon-1:hover {
    color: #fe0000 !important;
}

.gallery-box:hover .gallery-icon-1 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    background: #fff;
}

.gallery-hover-bg {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.gallery-box:hover .gallery-hover-bg {
    opacity: 1;
    visibility: visible;
}


/*section7 end*/


/*Testimonial section start*/

.testimonial-section {
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../images/testimonial_bg-image.html);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 90px;
    padding-bottom: 90px;
}



.client-imagebox {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
/*    border: 2px solid #ebebeb;*/
}

.client-imagebox img {
    width: 100%;
    height: auto;
}

/*Testimonial section end*/

.google-map-section {
    width: 100%;
    position: relative;
    margin-top: -100px;
    position: relative;
    z-index: -1;
}
.g-map iframe {
    width: 100%;
  }
  
/*Contact form section start*/

.contactus-section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background: #f9f9f9;
}
.contactus_boxcon{
/*    background: #d6e5d4;*/
    padding: 0 0;
}
.contactus-section .trans_heading {
    bottom: 45px;
}
.small-heading1{
    color: #e81921;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 12px;
}

.contact-imagebox {
    width: 100%;
    height: auto;
}

.contact-imagebox img {
    width: 100%;
    height: auto;
}

/*
.form-box{
    padding-top: 60px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 75px;
    background: #fff;
    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 30%);
}
*/
.form-box{
    padding-top: 60px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 75px;
    background: #0f0b44;
}
.contact-form-heading {
    color: #2a2a2a;
    font-size: 36px;
    line-height: 42px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.form-details {
    color: #8c8c8c;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}

.contact-form-heading2 {
    color: #232323;
    text-align: left;
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
}


.contact-form {
    width: 100%;
}

.contact-form .form-control {
    height: 40px;
    color: #454545 !important;
    background-color: #d5d5d5 !important;
    border: 1px solid #d5d5d5 !important;
    border-radius: 0px !important;
    padding-left: 20px;
}

.contact-form .form-control::placeholder {
    color: #454545 !important;
}

.contact-form textarea {
    height: 120px !important;
}

.submit-button {
    margin-top: 30px;
}

.submit-button .btn1 {
    /*
    color: #fff !important;
    background: #2acaa6;
    border: 1.5px solid #2acaa6;
*/
}

/*
.submit-button .btn1:hover{
    color: #fff !important;
    background: #004838;
    border: 1.5px solid #004838;
}
*/
.form-detailsbox{
    padding: 50px 40px;
    background: #fff;
    position: relative;
    height: 100%;
}
.info {
    width: 100%;
    height: 556px;
    padding-top: 50px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 50px;
    background: #004838;
}

.info_imgbox {
    width: 148px;
    height: 148px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.info_imgbox img {
    width: 100%;
    height: auto;
}

.form-heading {
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.addressbox {
/*
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
*/
    padding-bottom: 30px;
    border-bottom: 2px solid #e9e9e9;
/*    margin-top: 20px;*/
}

.iconbox {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    margin-right: 20px;
    transition: 0.3s;
}

.iconbox i {
    color: #2acaa6;
    font-size: 20px;
}

/*
.iconbox:hover{
    color: #fff;
    background: #d48d04;
    transition: 0.3s;
}
*/

.emailbox2 {
/*
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
*/
    padding-top: 30px;
}

.email-address {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
}

.email-address:hover {
    color: #e81921;
}

.email-address-footer {
    color: #f1f1f1;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
}

.email-address-footer:hover {
    color: #e81921;
}
.phonebox2 {
/*
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
*/
    padding: 30px 0;
    border-bottom: 2px solid #e9e9e9;
}



.location {
    color: #0f0b44;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}
/*
.location::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 40px;
    border-bottom: 3px solid #fff;
    border-radius: 5px;
}
*/
.address-details{
    color: #4a4a4a;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
}
.contact-no {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
}
.contact-no:hover {
    color: #e81921;
    transition: 0.3s ease-in-out;
}
.contact-detailsbox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.contact_iconbox{
    padding-right: 15px;
}
.contact_iconbox i{
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    padding: 3px;
}
.contact-detailsbox p{
    margin-bottom: 0;
}

.address-details-footer {
    color: #f1f1f1;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
}
.contact-no-footer {
    color: #f1f1f1;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
}
.contact-no-footer:hover {
    color: #e81921;
    transition: 0.3s ease-in-out;
}
/*
.contact-detailsbox p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #e8e8e8;
}
*/

/*Contact form section end*/


/*Footer start*/

.footer-section {
    padding: 100px 0 0;
    background-color: #0f0b44;
}

.footer-clmn1 {
    padding-left: 0px;
}

.footer-heading {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 0px;
}
/*
.footer-heading::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 50px;
    border-bottom: 2px solid #f55b14;
    border-radius: 5px;
}
*/

.footer-logo {
    width: 250px;
    height: auto;
}

.footer-logo a img {
    width: 100%;
    height: auto;
}

.company-details {
    color: #f1f1f1;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 25px;
    max-width: 330px;
}

.footer-contact-details {
    width: 100%;
    height: 100px;
    border-radius: 10px;
    padding: 15px 30px;
    background: #ff007f;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.footer-contactbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer-contact-iconbox {
    width: 40px;
    height: 40px;
}

.footer-contact-iconbox i {
    color: #fff;
    font-size: 32px;
}

.footer-contact-content {
    margin-left: 10px;
}

.ft_hd {
    color: #f1f1f1;
    font-weight: 700;
    font-size: 18px !important;
    margin-top: 50px;
    margin-bottom: 10px !important;
}


.timetable {
    margin-top: 30px;
}

.time_list {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 15px 0;
    transition: 0.3s ease-in-out;
    border-bottom: 1px solid #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}





.quick-link {
    padding-left: 0;
    margin-bottom: 0;
}

.ql {
    list-style: none;
    padding: 2px 0;
    transition: 0.3s;
}

.ql:hover span {
    margin-left: 5px;
    transition: 0.3s;
}

.ql span {
    margin-right: 10px;
    transition: 0.3s;
}

.ql span i {
    font-size: 14px;
}

.ql a {
    text-decoration: none;
    color: #f1f1f1;
    transition: 0.3s ease-in-out;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    display: flex;
}

.ql a:hover {
    color: #e81921;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

.social_con p {
    margin-bottom: 0;
    padding: 0;
    color: #fff;
    font-weight: 700;
}

.contact-no-heading {
    color: #282828;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 0px;
}
/*
.contact-no-heading::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 40px;
    border-bottom: 3px solid #fff;
    border-radius: 5px;
}
*/
.contact-no2 {
    color: #f1f1f1;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 0;
    transition: 0.3s ease-in-out;
}

.contact-no2 a {
    color: #f1f1f1;
    transition: 0.3s ease-in-out;
}

.contact-no2 a:hover {
    color: #3ab54a;
    transition: 0.3s ease-in-out;
}



.email-address-heading {
    color: #282828;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 0px;
}
/*
.email-address-heading::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 40px;
    border-bottom: 3px solid #fff;
    border-radius: 5px;
}
*/
.location-heading {
    color: #252525;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}

.email-address2 {
    color: #f1f1f1;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
    transition: 0.3s ease-in-out;
}

.email-address2 a {
    color: #f1f1f1;
    transition: 0.3s ease-in-out;
}

.email-address2 a:hover {
    color: #3ab54a;
    transition: 0.3s ease-in-out;
}

.location2 {
    color: #f1f1f1;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}

.subs-content {
    padding-bottom: 30px;
}

.footer-section .social_con {
    margin-top: -15px;
}

/*
.social_con .social_icons {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0px;
}
*/

.footer-section .social_con .social_icons {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0px;
    transition: 0.3s ease-in-out;
}

.footer-section .social_con .social_icons .icons {
    width: 40px;
    height: 40px;
    display: grid;
    position: relative;
    place-items: center;
    color: #fff;
    border: 1px solid #fff;
/*    background-color: #f55b14;*/
    border-radius: 0;
    margin-right: 7px;
    transition: 0.3s ease-in-out;
}
/*
.footer-section .social_con .social_icons .icons::after{
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 52px;
    height: 38px;
    background: #252525;
    transition: 0.3s ease-in-out;
    clip-path: polygon(20% 0, 100% 0%, 79% 100%, 0% 100%);
}
.footer-section .social_con .social_icons .icons:hover::after{
    display: none;
    transition: 0.3s ease-in-out;
}
*/
.footer-section .social_con .social_icons .icons i {
    font-size: 16px;
    transition: 0.3s ease-in-out;
    color: #fff;
    position: relative;
    z-index: 1;
}

.footer-section .social_con .social_icons .icons i:first-child {
    margin-left: 0;
    transition: 0.3s ease-in-out;
}

.footer-section .social_con .social_icons .icons:hover {
    background: #fff;
    transition: 0.3s ease-in-out;
}

.footer-section .social_con .social_icons .icons:hover i {
    color: #ed1b24;
    transition: 0.3s ease-in-out;
}

.footer-section .form-detailsbox{
    padding: 40px 30px;
    background: #06032f;
    border-top: 4px solid #9a0518;
}
.footer-section .addressbox {
    border-bottom: none;
    padding-bottom: 0;
}
.footer-section .phonebox2 {
    border-bottom: none;
}
.footer-section .emailbox2 {
    border-bottom: none;
    padding-top: 0;
}

.contact_contentbox{
    width: 85%;
}
.footer-section .contact-no-heading{
    color: #fff;
}
.footer-section .email-address-heading{
    color: #fff;
}
.footer-section .location{
    color: #fff;
}


.footer_end {
    width: 100%;
    height: auto;
    margin-top: 50px;
    background: #06032f;
/*    border-top: 1px solid rgba(255, 255, 255, 0.3);*/
}

.footer-end-content {
    padding: 20px 0;
/*    border-top: 1px solid rgba(255,255,255,0.3);*/
}

.ft_end_txt {
    color: #f1f1f1;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 0;
}

.ft_end_txt a {
    color: #f1f1f1;
    transition: 0.3s ease-in-out;
}

.ft_end_txt2 {
    text-align: right;
}

.ft_end_txt a:hover {
    color: #e81921;
    transition: 0.3s ease-in-out;
}

.footer_end-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/*Footer end*/



/*About page start*/

.banner-heading-section {
    background: #252525;
    position: relative;
    padding: 50px 0;
}


.bg-banner-image {
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../images/banner_bg-image.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0;
}


.about-content {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.about-content h1 {
    color: #0f0b44;
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
}

.about-content nav {
    width: 100% !important;
    margin-top: 10px;
}

.about-content .breadcrumb {
    padding: 0 !important;
    margin-bottom: 0 !important;
    background-color: transparent !important;
    justify-content: center;
    font-size: 15px;
    line-height: 22px;
}

.about-content .breadcrumb-item a {
    color: #0f0b44 !important;
    font-size: 15px;
    line-height: 22px;
}

.about-content .breadcrumb-item.active {
    color: #0f0b44 !important;
}

.about-content .breadcrumb-item.active a {
    color: #0f0b44 !important;
}

.about-content .breadcrumb-item + .breadcrumb-item::before {
    color: #0f0b44 !important;
}

.imagebox {
    width: 100%;
    height: auto;
}

.imagebox img {
    width: 100%;
    height: auto;
}

.aboutpage_section1 .contentbox_heading1_ul {
    width: 90px;
}

.aboutpage_section1 .imagebox3 {
    border-radius: 30px;
}

.aboutpage_section2 {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #ebebeb;
}

.skillbox {
    padding: 20px;
    background: #fff;
}


.aboutpage_section2 .list-row {
    margin-top: 10px;
}

.experiencebox {
    padding: 20px;
    background: #08b1b6;
}

.experiencebox .list-content {
    color: #fff;
}

.experiencebox .list-iconbox i {
    color: #fff;
}

/*About page end*/

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.aboutus_page-section1 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.aboutus_page-section1 .heading-2 {
    color: #2a2a2a;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}

.aboutus_page-section1 .left-contentbox {
    padding-bottom: 0px;
}

.aboutus_page-section1 .left-contentbox .left-contentbox-details {
    margin-bottom: 0;
    color: #252525;
}

.about-section2 {
    padding-top: 90px;
    padding-bottom: 80px;
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../images/sea-fishing-2.html);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 90px;
}



.iconbox2 {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    place-items: center;
    transition: 0.3s ease;
}

.iconbox2 img {
    width: 60px;
    height: 60px;
}

.iconbox2 i {
    color: #fff;
    font-size: 24px;
    transition: 0.3s ease;
}

.iconbox2:hover {
    background: #fff;
    transition: 0.3s ease;
}

.iconbox2:hover i {
    color: #2a2a2a;
    transition: 0.3s ease;
}

.sub-cloumbox-heading {
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 15px;
}

.sub-cloumbox-details {
    color: #ededed;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}



/*Our Products page start*/

.our-products {
    padding-top: 100px;
    padding-bottom: 100px;
}

.catego-info:nth-child(even) {
    background-color: #ededed;
}

.catego-info:nth-child(odd) {
    background: #FFFFFF;
}

.our-products .left-contentbox .content-heading2 {
    color: #2a2a2a;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.our-products .product-code {
    font-size: 16px;
    color: #777;
}

.our-products .product-code strong {
    color: #454545;
    font-weight: 600;
}

/*
.learn-more-btn{
    color: #fff !important;
    margin-left: 10px;
    background: #f5ad0d !important;
}
.learn-more-btn:hover{
    color: #f5ad0d !important;
    background: transparent !important;
}
*/
.our-category-section {
    width: 100%;
    height: auto !important;
    background: #f2f2f2;

    padding-bottom: 100px;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.card-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
}

.card-imgbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px;
}

.card-imgbox img {
    width: 100%;
    height: auto;
}

.card-content {
    padding: 20px 0;
}

.card-content .card-heading {
    color: #0c141d;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    line-height: 22px;
    padding: 0 0 0 0;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.card-content .card-heading a {
    color: #0c141d;

}

.card-button .read-more {
    color: #bc0000;
}

.button-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
}

.button-group .btn1 {
    color: #fff;
    background: #ef7f1b;
    transition: 0.3s ease;
    border: 1.5px solid #ef7f1b;
}

.button-group .btn1:hover {
    color: #fff;
    background: #2acaa6;
    transition: 0.3s ease;
    border: 1.5px solid #2acaa6;
}

.button-group .learn-more-btn2 {
    color: #fff;
    background: #2acaa6;
    transition: 0.3s ease;
    border: 1.5px solid #2acaa6;
    margin-left: 20px;
}

.button-group .learn-more-btn2:hover {
    color: #2acaa6;
    background: transparent;
    transition: 0.3s ease;
    border: 1.5px solid #2acaa6;
}

.more-products {
    padding-top: 80px;
    padding-bottom: 80px;
}

.service-box{
    border: 2px solid #ebebeb;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}
.service-imagebox {
    height: 350px;
   width: 100%;
   position: relative;
   /* border: 7px solid #f6d8a9; */
    padding: 7px;
    background-color: #fff;
    border-bottom: 2px solid #ebebeb;
    overflow: hidden;
}

.service-imagebox img {
/*height: 200px;
   width: 150px;*/
   max-height: 100%;
   max-width: 100%;
   width: auto;
   height: auto;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
   transition: 0.5s ease;
  }

.service-imagebox img:hover{
    transform: scale(1.1);
    transition: 0.5s ease;
}
.service-contentbox{
    padding: 20px 1px 26px 1px;
    height: auto;
    margin-bottom: 0;
}
.service-heading{
    color: #252525;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    /* height: 52px; */
    text-align: center;
    font-weight: bold;
    /* font-family: 'Oswald', sans-serif !important; */
}
.service-heading a {
    color: #252525;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    /* height: 52px; */
    text-align: center;
    font-weight: bold;
    transition: 0.3s ease-in-out;
    /* font-family: 'Oswald', sans-serif !important; */
}
.service-heading a:hover{
    color: #F55B14;
}
.service-button{
    padding-top: 0;
    padding-bottom: 40px;
    /* padding-left: 15px; */
    text-align: center;
}
.service-button .btn1{
    font-size: 12px;
    padding: 11px 22px;
    color: #fff;
    background: #3ab54a;
    border: 1.5px solid #3ab54a;
    cursor: pointer;
}
.service-button .btn1:hover{
    color: #3ab54a;
    background: #252525;
    border: 1.5px solid #252525;
}

/*Our Products page end*/

/*Our Products details page start*/
.our-products2 {
    padding-bottom: 0;
}

.hr-line {
    width: 100%;
    border-top: 1px solid #4a4a4a;
    margin-bottom: 20px;
}

.our-products-section .left-contentbox .content-heading2 {
    color: #2a2a2a;
    text-align: left;
    position: relative;
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
    margin-bottom: 15px;
}

.details-heading {
    font-size: 22px;
    font-weight: 700;
    color: #0f0b44;
    margin-bottom: 20px;
    border-bottom: 1px solid #dad8d8;
    padding-bottom: 10px;
}

.our-products table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.our-products table tr:nth-child(odd) {
    background: #f4f4f4;
}

.our-products table th,
td {
    width: 50%;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 1px solid #dfdfdf !important;
}

.product-imgcon {
    /*    border: 2px solid #4a4a4a;*/
    /*    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);*/
}

/*Our Products details page end*/



/*Our Projects page start*/

.our-project-section2 {
    padding-bottom: 90px;
}

.our-project-section2 .project-contentbox {
    padding: 40px;
}


/*Our Projects page end*/

.contactus-section2 {
    padding-top: 80px;
}

/*
.contactus-section2 .form-heading {
    color: #2a2a2a;
}
.contactus-section2 .contact-no {
    color: #2a2a2a;
}
.contactus-section2 .contact-detailsbox p {
    color: #2a2a2a;
}
.contactus-section2 .email-address {
    color: #2a2a2a;
}
*/

/*
.contactus-section2 .submit-button .btn2{
    color: #fff;
    background: #ef2b1f;
    transition: 0.3s ease;
    border: 1.5px solid #ef2b1f;
    margin-left: 20px;
}

.contactus-section2 .submit-button .btn2:hover{
    color: #ef2b1f;
    background: transparent;
    transition: 0.3s ease;
    border: 1.5px solid #ef2b1f;
}
*/



/*Our Service page start*/



.service-section1 {
    padding-top: 80px;
    padding-bottom: 80px;
}


/*
.bg-banner-image {
    width: 100%;
    height: 300px;
    position: relative;
    background-image: url(../images/banner-1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
*/

.service-heading2 {
    color: #454545;
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
}

.service-details2 {
    color: #777;
    font-size: 16px;
    line-height: 24px;
}

.service-section1 .form-box {
    box-shadow: none;
    margin-top: 0;
}

.features_info {
    margin-top: 30px;
}

.features_info .list-row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.features_info .icon-heading {
    margin-bottom: 0;
}



.list-content {
    margin-left: 10px;
}

.bro-iconbox {
    width: 64px;
    height: 64px;
    margin-right: 20px;
}

.bro-iconbox img {
    width: 100%;
    height: auto;
}

.download_brochure {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: rgba(42, 202, 166, 0.3);
    padding: 30px 40px;
}

.download_left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.brochure-heading {
    color: #454545;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}

.download_text p {
    color: #777;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.right-form-box {
    background: rgba(42, 202, 166, 0.3);
    padding-top: 40px;
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
}

.right-form-box-heading {
    color: #454545;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 72, 56, 0.7);
    margin-bottom: 40px;
}

.service-section1 .contact-form {
    width: 100%;
    height: auto;
    /*
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
*/
}

.right-form-box .contact-form .form-control {
    /*    height: 45px;*/
    /*    color: #777777 !important;*/
    background-color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 5px !important;
}

/*
.right-form-box .contact-form .form-control::placeholder{
    color: #777777;
}
*/
.submit-button .btn1 {
    width: 100%;
    display: block;
    border-radius: 0px;
}
.submit-button .btn1:hover {
    color: #ed1b24;
    background: #fff;
    border: 1.5px solid #fff;
}
.right-service-box {
    background: rgba(42, 202, 166, 0.3);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 30px;
}

.service-list {
    list-style: none;
}

.service-item {
    width: 100%;
    height: 50px;
    display: block;
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.3s ease;
    border-bottom: 1px solid rgba(0, 72, 56, 0.7);
}

.service-item:hover {
    color: #2acaa6;
    transition: 0.3s ease;
}



.learn-more-btn {
    color: #fff !important;
    margin-left: 10px;
    background: #1ec3f3 !important;
    border: 1.5px solid #1ec3f3;
}

.learn-more-btn:hover {
    color: #ffff !important;
    background: #000a1d !important;
    border: 1.5px solid #000a1d;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.button-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.image-contentbox {
    border: 5px solid #ebebeb;
}

/*Our Service page end*/



.about_section2 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.about_section2 .content-heading1 {
    color: #454545;
    text-align: left;
}

.about_section2 .content-heading2 {
    color: #01a0e2;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about_section2 .left-contentbox-details {
    margin-bottom: 0;
    color: #777;
}

.mision_vision-section {
    padding-bottom: 50px;
}

.mision_vision-section .left-contentbox .content-heading2 {
    color: #454545;
    text-align: left;
    position: relative;
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
    margin-bottom: 15px;
}

.mision_vision-section .left-contentbox .left-contentbox-details {
    color: #777;
    text-align: left;
    font-size: 15px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 30px;
}




.our-products-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.our-products-section .left-contentbox .content-heading2 {
    color: #2a2a2a;
}

/*Category page start*/


/*
.card-box {
    width: 100%;
    height: 385px;
    overflow: hidden;
    background: #fff;
}
.card-imgbox{
    width: 100%;
    height: 300px;
    overflow: hidden;
    padding: 20px;
}
*/

.card-imgbox img {
    width: 100%;
    height: auto;
}


.card-content {
    padding: 20px 0;
}

.card-content .card-heading {
    color: #39c5ff;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    line-height: 22px;
    padding: 0 0 0 0;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.card-content .card-heading a {
    color: #39c5ff;

}

.card-button .read-more {
    color: #ef7f1b;
}

.button-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
}

.sticky_div {
    position: sticky;
    top: 20px;
}

.features-list,
.features-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.features-list {
    margin: 2em 0;
}

.features-list li {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
    margin-left: 3em;
    color: #333;
}

.features-list li::before {
    content: '\f058';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.4em;
    color: #ed1b24;
    font-size: 15px;
}

/*Category page end*/


.achiev_section1 {
    padding-top: 90px;
    padding-bottom: 90px;
}




/*left right modal*/

.modal-btn i{
    color: #fff;
    font-size: 30px;
}
.modal-title{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}
.form-label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #022d60;
}
.modal.left_modal, .modal.right_modal{
    position: fixed;
    z-index: 11111;
    background-color: #0007;
    right: 0;
    left: inherit;
    
  }
  .modal.left_modal .modal-dialog,
  .modal.right_modal .modal-dialog {
    position: fixed;
    margin: auto;
    width: 80%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
  
  .modal-dialog {
      /* max-width: 100%; */
      margin: 1.75rem auto;
  }
  @media (min-width: 576px)
  {
  .left_modal .modal-dialog {
      max-width: 100%;
  }
  
  .right_modal .modal-dialog {
      max-width: 100%;
  }
  }
  .modal.left_modal .modal-content,
  .modal.right_modal .modal-content {
    /*overflow-y: auto;
      overflow-x: hidden;*/
      height: 100vh !important;
  }
  
  .modal.left_modal .modal-body,
  .modal.right_modal .modal-body {
    padding: 15px 15px 30px;
  }
  
  /*.modal.left_modal  {
      pointer-events: none;
      background: transparent;
  }*/
  
  .modal-backdrop {
      display: none;
  }
  
  /*Left*/
  .modal.left_modal.fade .modal-dialog{
    right: -80%;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
  }
  
  .modal.left_modal.fade.show .modal-dialog{
    right: 0;
    box-shadow: 0px 0px 19px rgba(0,0,0,.5);
  }
  
  /*Right*/
  .modal.right_modal.fade .modal-dialog {
    left: -50%;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
  }
  
  
  
  .modal.right_modal.fade.show .modal-dialog {
    left: 0;
    box-shadow: 0px 0px 19px rgba(0,0,0,.5);
  }
  
  /* ----- MODAL STYLE ----- */
  .modal-content {
    border-radius: 0;
    border: none;
  }
  
  
  
  .modal-header.left_modal, .modal-header.right_modal {
  
    padding: 10px 15px;
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
  }
  
  .modal_outer .modal-body {
      /*height:90%;*/
      overflow-y: auto;
      overflow-x: hidden;
      height: 91vh;
  }

.modal-footer{
    margin-top: 30px;
}
.modal-footer .submit-button .btn1{
    text-align: center;
}