@import url('https://fonts.googleapis.com/css2?family=Exo: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&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins: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&display=swap');

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth !important;
}

body {
    width: 100%;
    overflow-x: hidden;
/*    font-family: 'Poppins', sans-serif !important;*/
    font-family: 'Exo', 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.ttf);
}

/*Header start*/

.header {
    width: 100%;
    height: auto;
    position: absolute;
    top: 20px;
    color: #fff !important;
    z-index: 111 !important;
    /*    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);*/
}

/*Top header start*/

.top-header {
    position: relative;
    padding: 0 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;
/*
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
*/
/*
    padding-left: .75rem;
    padding-right: .75rem;
*/
    height: 100px;
    background: #db1d21;
}
.top-left-header{
    padding: 15px 30px 15px 0;
    background: #fff;
    border-top-right-radius: 40px;
    padding-left: 5.8%;
    width: 28%;
    height: 100%;
}
.welcome-heading {
    color: #fff;
    position: relative;
    z-index: 1;
    font-family: conthrax-sb;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 8px;
}
.top-right-header{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
/*    background: #db1d21;*/
    width: 72%;
    height: 100%;
    padding-right: 5.8%;
}

.header .social_con {
    margin-top: 0;
    padding-left: 30px;
}

.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 #fff;
    /*    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: #fff;
    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: #fff;
    transition: 0.3s ease-in-out;
}

.header .social_con .social_icons .icons:hover i {
    color: #0062c6;
    transition: 0.3s ease-in-out;
}

/*Top header end*/

/*Middle header start*/

.header-middle {
    padding-top: 30px;
    padding-bottom: 30px;
}


.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 {
    padding-right: 30px;
}

.emailbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*    align-items: center;*/
}

.email-icon {
    width: auto;
/*
    height: 45px;
    display: grid;
    place-items: center;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
*/
}

.email-icon img {
    width: 100%;
    max-height: 40px;
}

.email-icon i {
    font-size: 18px;
    color: #0062c6;
}

.email_contentbox {
    margin-left: 7px;
}

.email_heading {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.email_contentbox span {
    color: #6ebf2f;
    font-weight: 600;
}

.emailid {
    color: #fff;
    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-left: 30px;
    padding-right: 30px;
    border-left: 1px solid rgba(255,255,255,0.4);
    border-right: 1px solid rgba(255,255,255,0.4);
}

.phonebox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*    align-items: center;*/
}

.phone-icon {
    width: auto;
/*
    height: 45px;
    display: grid;
    place-items: center;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
*/
}

.phone-icon i {
    font-size: 18px;
    color: #0062c6;
}


.phone-icon img {
    width: 100%;
    max-height: 40px;
}

.phone_contentbox {
    margin-left: 7px;
}

.phone_heading {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.phone_contentbox span {
    color: #6ebf2f;
    font-weight: 600;
}

.phone-no {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    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;*/
/*    margin-bottom: -60px;*/
    z-index: 111 !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: transparent;
    height: auto;
    /*    line-height: 80px;*/
/*    position: absolute;*/
    
    padding-left: 50px;
    padding-right: 50px;
    /*    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%;
}
*/

.logobox {
    width: 150px;
    height: auto;
    margin-right: 30px;
}

.logobox img {
    width: 100%;
    height: auto;
}

.navbar-brand {
    max-width: 150px;
    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 .btn1{
    color: #fff;
    background: transparent;
    border: 1.5px solid #fff;
}
.get-in-touch .btn1:hover{
    color: #fff;
    background: #fa802b;
    border: 1.5px solid #fa802b;
}
/*
.header-button{
    padding-left: 7%;
}
*/
.btn1 {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    padding: 10px 30px;
    text-align: center;
    text-transform: capitalize;
    background: #0060ae;
    transition: 0.3s ease-in-out;
    border: 1.5px solid #0060ae;
    position: relative;
    border-radius: 5px;
    
}
.btn1 span{
    display: inline-block;
    margin-right: 5px;
}
.btn1 span img{
    width: 20px;
    height: auto;
}
.btn1:hover {
    color: #fff;
    transition: 0.3s ease-in-out;
    background: #e7bd00;
    border: 1.5px solid #e7bd00;
}

.btn1 .fa {
    font-size: 20px;
    line-height: 22px;
    padding-left: 7px;
    font-weight: bold;
}

/*
.get-in-touch-button .btn1{
    padding: 12px 35px;
}
*/


/*
.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: 15px;
    bottom: 75px;
    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;
}
.bg_banner-1{
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url(../images/bg_banner-1.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}
.bg_banner-2{
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url(../images/bg_banner-2.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}
.bg_banner-3{
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url(../images/bg_banner-3.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}
/*
.bg_banner-4{
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../images/bg_banner-2.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}
.bg_banner-5{
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../images/bg_banner-2.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}
*/

/*
.banner-image1 {
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../images/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(../images/banner-2.webp);
    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(../images/banner-3.webp);
    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.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
}
*/
.banner-contentbox {
/*    position: absolute;*/
    height: 100vh;
/*
    top: 0px;
    left: 9%;
    right: 9%;
*/
    max-width: 100%;
    /*
    margin-left: auto;
    margin-right: auto;
*/
    width: 100%;
    padding-top: 80px;
    display: flex;
    flex-direction: column;
/*    justify-content: center;*/
    z-index: 99;
    padding-top: 140px;
    padding-left: 50px;
    padding-right: 50px;
}

.banner-product1,
.banner-product2,
.banner-product3,
.banner-product4,
.banner-product5{
    width: 100%;
    height: auto;
    padding-top: 50px;
}
.banner-product1 img,
.banner-product2 img,
.banner-product3 img,
.banner-product4 img,
.banner-product5 img{
    width: 100%;
    height: auto;
}
.banner-contentbox .banner-heading1 {
    color: #fff;
/*    text-align: center;*/
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
/*    letter-spacing: 5px;*/
/*    display: inline-block;*/
/*    padding: 6px 15px;*/
/*    background: #578893;*/
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 10px;
    /*    text-shadow: #252525 1px 0 5px;*/
    /*    margin-top: 50px;*/
}
/*
.bg_banner-1 .banner-contentbox .banner-heading1{
    color: #db1d21;
}
*/
/*
.bg_banner-1 .banner-contentbox .banner-heading1{
    color: #db1d21;
}
*/

.banner-contentbox .banner-heading2 {
    color: #e7bd00;
    font-size: 54px;
    line-height: 60px;
    font-weight: 700;
    /* text-transform: capitalize; */
    /*    text-shadow: #f37e21 1px 0 10px;*/
}

.banner-contentbox .banner-heading2 span {
    font-size: 36px;
    line-height: 42px;
}

.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;
    margin-bottom: 50px;
    /*    text-shadow: #2ecbff 1px 0 10px;*/
}

.banner-box{
    width: 100%;
    height: auto;
    background: rgba(0,0,0,0.7);
    padding: 30px 20px;
    text-align: center;
    position: relative;
    transition: 0.3s linear;
}
.banner-box:before{
    content: '';
    position: absolute;
    top:-2px;
    bottom:-2px;
    left:-2px;
    right:-2px;
    background:#fff;
    z-index: -1;
    transform: skew(2deg, 2deg);
    opacity: 0;
/*    visibility: hidden;*/
    transition: 0.3s linear;
}
.banner-box:before{
    background: linear-gradient(315deg, #de7824,#fac555);
    transition: 0.3s linear;
}
.banner-box:hover{
    background: #111;
    transition: 0.3s linear;
}
.banner-box:hover:before{
    opacity: 1;
/*    visibility: visible;*/
    transition: 0.3s linear;
}


.banner-box_iconbox{
    width: 80px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
}
.banner-box_iconbox img{
    width: auto;
    height: 100%;
}
.banner-box-heading{
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif !important;
}

/*
.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: 15px !important;
    height: 15px !important;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: .3s ease-in-out !important;
    border-radius: 0 !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #0060ae !important;
}
.owl-theme .owl-nav {
    margin-top: 0px !important;
}

.banner-section .owl-prev {
    width: 45px !important;
    height: 45px !important;
    position: absolute;
    top: 45%;
    left: 0;
    bottom: 0px;
/*    background-color: #fff !important;*/
    border-radius: 5px !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    /* box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%); */
/*    clip-path: polygon(20% 0, 100% 0%, 79% 100%, 0% 100%);*/
}
.banner-section .owl-prev:hover{
    background-color: transparent !important;
    transition: 0.3s linear;
}
.banner-section .owl-prev span {
    font-size: 40px;
    line-height: 45px;
    color: #fff !important;
    transition: 0.3s linear;
}
.banner-section .owl-prev:hover span {
    color: #fff !important;
}
.banner-section .owl-next {
    width: 45px !important;
    height: 45px !important;
    position: absolute;
    top: 45%;
    right: 0;
    bottom: 0px;
/*    background-color: #fff !important;*/
    border-radius: 5px !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    /* box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%); */
/*    clip-path: polygon(20% 0, 100% 0%, 79% 100%, 0% 100%);*/
}
.banner-section .owl-next:hover{
    background-color: transparent !important;
    transition: 0.3s linear;
}
.banner-section .owl-next span {
    font-size: 40px;
    line-height: 45px;
    color: #fff !important;
    transition: 0.3s linear;
}
.banner-section .owl-next:hover span {
    color: #fff !important;
    transition: 0.3s linear;
}
.banner-button {
    margin-top: 50px;
/*    text-align: center;*/
}

/*
.banner-btn {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #252525;
    text-transform: uppercase;
    text-decoration: underline !important;
}

.banner-btn:hover {
    color: #1246ab;
    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: 1111;*/
    padding: 0;
/*    margin-top: -50px;*/
    padding-top: 120px;
    padding-bottom: 120px;
}

.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;
}
.section-title {
    padding-left: 0;
    padding-right: 0;
}
/*
.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;
}
*/
.application-desk-col-3{
    display: block;
}
.application-mob-col-3{
    display: none;
}
.application-col-1, .application-col-4, .application-col-5{
    background: #0060ae;
}
.application-col-2, .application-col-3, .application-col-6{
    background: #f2f2f2;
}
.application_box{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
}

.application-iconbox{
    width: 100px;
    height: 100px;
    margin-right: 20px;
}
.application-iconbox img{
    width: auto;
    max-width: 100px;
    height: 100%;
}
.application-contentbox{
    width: 75%;
}

.application-heading{
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.application-col-1 .application-heading,
.application-col-4 .application-heading,
.application-col-5 .application-heading{
    color: #fff;
}
.application-col-2 .application-heading,
.application-col-3 .application-heading,
.application-col-6 .application-heading{
    color: #252525;
}
.application-details{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}
.application-col-1 .application-details,
.application-col-4 .application-details,
.application-col-5 .application-details{
    color: #fff;
}
.application-col-2 .application-details,
.application-col-3 .application-details,
.application-col-6 .application-details{
    color: #656565;
}




.aboutimage-con {
    position: relative;
}
.aboutimage-wrapper{
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    overflow: hidden;
}
.aboutimage-con::before{
    content: '';
    position: absolute;
    left: -20px;
    top: -20px;
    width: 170px;
    height: 210px;
    background: #eb1329;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    z-index: -1;
}


.about_buttonbox{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #eb1329;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 260px;
    padding: 20px 20px 20px 30px;
    border-bottom-left-radius: 50px;
}
.about_iconbox{
    width: 50px;
    height: auto;
}
.about_iconbox img{
    width: 100%;
    height: auto;
}

.about_heading{
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    padding-left: 10px;
}


.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: 0;
    padding-left: 0;
}
.section2 .content-heading1{
    padding-left: 0;
}
.section2 .content-heading1::after{
/*    left: -120px;*/
/*
    right: 0;
    margin: 0 auto;
    text-align: center;
*/
/*    border-bottom: 2px solid #00aeef;*/
}
.section-title {
    position: relative;
    padding-left: 0;
}
/*
.section2 .content-heading2{
    color: #fff;
}
*/
.section-title .title-transparent {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.section-title .title-transparent span {
    font-size: 100px;
/*    font-family: 'Poppins', sans-serif !important;*/
    font-weight: bold;
    text-transform: capitalize;
    color: #eeeeee;
}

.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: #0060ae;
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    padding-bottom: 60px;
    padding-left: 0;
    z-index: 99;
}
.content-heading1::before{
    position: absolute;
    content: '';
    top: 17px;
    left: -75px;
    width: 60px;
    background: #eeeeee;
    border-bottom: 3px solid #0060ae;
    border-radius: 0;
    z-index: -1;
}
.content-heading1::after{
    position: absolute;
    content: '';
    top: 17px;
    right: -75px;
    width: 60px;
    background: #eeeeee;
    border-bottom: 3px solid #0060ae;
    border-radius: 0;
    z-index: -1;
}
.content-heading2 {
    color: #222222;
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    text-transform: capitalize;
/*    font-family: 'Oswald', sans-serif !important;*/
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 0px;
}

.content-heading2 span {
    color: #fe0000;
}


.left-contentbox-details {
    color: #7c7c7c;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
}
.portfolio-list{
    color: #252525;
}
.portfolio-list li{
    color: #7c7c7c;
}

.progress_bar-container{
    margin-top: 30px;
}
.progress_bar-wrapper{
    margin-top: 15px;
}
.progress_bar{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
}
.progress_bar-heading{
    color: #101010;
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
}
.percent {
    position: relative;
    width: 88%;
    height: 14px;
    border-radius: 10px;
    background: #ebebeb;
    overflow: hidden;
    border-radius: 15px;
    margin: 5px 0;
}
.percent .progression {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: #eb1329;
    border-radius: 15px;
}
.progress_value{
    color: #a5a5a5;
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
}

/*
.section1 .content-heading1 {
    color: #fff;
}
*/

/*
.section1 .content-heading2 {
    color: #fff;
    text-transform: capitalize;
}
*/

/*
.section1 .left-contentbox-details{
    padding: 15px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
*/
.expbox{
    width: 100%;
    height: auto;
    padding: 10px 20px;
    background: #00aeef;
    margin-top: 30px;
}
.exp_detailsbox{
    text-align: center;
}
.exp_heading{
    color: #fff;
    font-size: 90px;
    line-height: 90px;
    font-weight: 800;
}
.exp_details{
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'Merriweather', serif !important;
}
.features-listbox .features-list li{
    margin-left: 20px;
}



.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;
}



.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;
}


.readmore-button .btn1 {
    color: #fff;
    background: #0060ae;
    border: 1.5px solid #0060ae;
}

.readmore-button .btn1:hover {
    color: #fff;
    background: #e7bd00;
    border: 1.5px solid #e7bd00;
}

.readmore-button .btn1:hover .icon-arrow.after {
    color: #fff;
}

.readmore-button .btn1:hover .btn-lable {
    color: #fff;
}

/*Section1 end*/


/*Section2 start*/

.section2 {
    padding-top: 0px;
    padding-bottom: 120px;
/*
    background-image: url(../images/section2-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
*/
    position: relative;
    
}
/*
.section2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 64%;
    background-image: url(../images/section2-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}
*/
.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;
}

.app_box{
    width: 100%;
    height: 100%;
    padding: 30px;
    background: #fff;
/*    border: 2px solid #fd7f2a;*/
    position: relative;
    overflow: hidden;
    transition: 0.3s linear;
}
.app_box:hover{
    color: #fff;
/*    background: #252525;*/
    background: #fd7f2a;
    box-shadow: 0 0 5px #f7cb5e, 0 0 20px #f7cb5e, 0 0 40px #f7cb5e;
    transition-delay: 1s;
    text-decoration: none;
}
.app_box span{
    position: absolute;
    display: block;
}
.app_box span:nth-child(1)
{
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,transparent,#ff8a00);
}
.app_box:hover span:nth-child(1)
{
    left: 100%;
    transition: 1s;
}

.app_box span:nth-child(3)
{
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg,transparent,#ff8a00);
}
.app_box:hover span:nth-child(3)
{
    right: 100%;
    transition: 1s;
    transition-delay: 0.5s;
}

.app_box span:nth-child(2)
{
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg,transparent,#ff8a00);
}
.app_box:hover span:nth-child(2)
{
    top: 100%;
    transition: 1s;
    transition-delay: 0.25s;
}

.app_box span:nth-child(4)
{
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg,transparent,#ff8a00);
}
.app_box:hover span:nth-child(4)
{
    bottom: 100%;
    transition: 1s;
    transition-delay: 0.75s;
}

.app_box-iconbox{
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}
.app_box-iconbox img{
    width: auto;
    height: 100%;
}
.app_box-contentbox{
    text-align: center;
}
.app_box-heading{
    color: #fd7f2a;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 15px;
    transition: 1s linear;
}
.app_box:hover .app_box-heading{
    color: #fff;
    transition: 1s linear;
}


.app_box-details{
    color: #7c7c7c;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}
.app_box:hover .app_box-details{
    color: #fff;
    transition: 1s linear;
}

.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;
}

.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: #878787;
}
*/


.more-info-button .btn1 {
    border-radius: 30px;
}

.content-heading3 {
    color: #252525;
    font-size: 24px;
    text-align: left;
    line-height: 30px;
    font-weight: 700;
    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 .content-heading1 {
    color: #fff;
}
.section2 .content-heading2 {
    color: #fff;
}
*/
.section2 .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
}
.section2 .owl-prev {
    width: 45px !important;
    height: 45px !important;
    position: absolute;
    right: 60px;
    top: -65px;
    bottom: 0px;
    background-color: #fff !important;
    border-radius: 0 !important;
    border: 1px solid #e5e5e5 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.section2 .owl-prev:hover {
    background-color: #282828  !important;
    border: 1px solid #282828 !important;
}

.section2 .owl-prev span {
    font-size: 40px;
    line-height: 40px;
    color: #282828 !important;
}

.section2 .owl-prev:hover span {
    color: #fff !important;
}

.section2 .owl-next {
    width: 45px !important;
    height: 45px !important;
    position: absolute;
    right: 0;
    top: -65px;
    bottom: 0px;
    background-color: #fff !important;
    border-radius: 0 !important;
    border: 1px solid #e5e5e5 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.section2 .owl-next:hover {
    background-color: #282828  !important;
    border: 1px solid #282828 !important;
}

.section2 .owl-next span {
    font-size: 40px;
    line-height: 40px;
    color: #282828 !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: 0px;
    padding-bottom: 220px;
    background: #f5f7fb;
    z-index: 99;
}
.section3::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 150px;
    background: #fff;
    z-index: -1;
}

.section3 .section-title .title-transparent span {
    color: #e5e7ec;
}

.section3_imagebox{
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: auto;
}
.section3_imagebox img{
    width: 100%;
    height: auto;
}
.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_container{
    background: #282828;
    padding-top: 100px;
    padding-left: 30%;
    padding-right: 5%;
    padding-bottom: 100px;
    margin-left: 3%;
    border-bottom-left-radius: 50px;
}



.section3 .heading-section {
    margin-bottom: 0;
}

.section3 .heading-section .heading-2 {
    text-align: left;
    margin-bottom: 20px;
}
/*
.section3 .content-heading1{
    color: #fff;
}
.section3 .content-heading1::after {
    background: #db1d21;
}
*/


.section3 .content-heading2{
    padding-bottom: 0;
}
/*
.section3 .content-heading2::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 50px;
    border-bottom: 2px solid #0062c6;
    border-radius: 0;
    margin: 0 auto;
    text-align: center;
}
*/
/*
.section3 .left-contentbox-details{
    color: #cdcdcd;
}
*/
/* .section3 .features-list{
    column-count: 2;
    position: relative;
    margin-top: 20px;
} */
/* .section3 .features-list::before{
    content: '';
    position: absolute;
    left: 36%;
    top: 0;
    height: 100%;
    border-right: 1px solid #e5e5e5;
} */
/* .features-listbox{
    border-bottom: 1px solid #818181;
} */
/*
.section3 .features-list::after{
    content: '';
    position: absolute;
    left: 60%;
    top: 0;
    height: 100%;
    border-right: 1px solid #e5e5e5;
}
*/
/* .section3 .features-list li {
    color: #cdcdcd;
}

.section3 .features-list li::before {
    color: #cdcdcd;
} */
.mt-60{
    margin-top: 60px !important;
}
.box5{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    background: #fff;
    padding: 30px 25px;
/*
    border-top: 2px solid #ebebeb;
    border-right: 2px solid #ebebeb;
    border-left: 2px solid #ebebeb;
*/
    border-bottom: 4px solid #fd7f2a;
    transition: 0.3s linear;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    position: relative;
    z-index: 99;
}

.box5:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #151515;
    opacity: 1;
    transition: .5s;
    transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: -1;
}
/*
.box5:hover{
    background: #fd7f2a;
    border-top: 2px solid #fd7f2a;
    border-right: 2px solid #fd7f2a;
    border-bottom: 4px solid #fd7f2a;
    border-left: 2px solid #fd7f2a;
}
*/
.box5:hover:after {
    opacity: .90;
    transform: perspective(400px) scaleX(1.0);
}
.box5-imagebox{
    width: 170px;
    height: auto;
    position: absolute;
    top: -30px;
    left: 25px;
}
.box5-imagebox img{
    width: 100%;
    height: auto;
}
.box5-contentbox{
    width: 65%;
    padding-left: 25px;
}
.box5-heading{
    color: #fd7f2a;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    transition: 0.3s linear;
}
.box5:hover .box5-heading{
    color: #fff;
    transition: 0.3s linear;
}
.box5-details{
    color: #7c7c7c;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
    transition: 0.3s linear;
}
.box5:hover .box5-details{
    color: #fff;
    transition: 0.3s linear;
}


.why_box2-con{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
}
.why_iconbox{
    width: 70px;
    height: 70px;
    background: #eb1329;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin-right: 15px;
}
.why_iconbox img{
    width: auto;
    max-height: 40px;
}
.why_box2-details{
    width: 85%;
    color: #cdcdcd;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
}
.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%;
    height: 100%;
    position: relative;
    padding-bottom: 20px;
    background-color: #fff;
    transition: 0.3s ease-in-out;
    border-top: 5px solid #2a8ccd;
/*    border-radius: 5px;*/
/*    overflow: hidden;*/
}


.treatment_box:hover {
    /* margin-top: -10px; */
    transition: 0.3s ease-in-out;
    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 30%);
}


.treatment_imgbox {
    height: 250px;
    width: 100%;
    position: relative;
    /* border: 7px solid #f6d8a9; */
    padding: 0;
    background-color: #fff;
    border-top-left-radius: 0px;
/*    border: 2px solid #e5e5e5;*/
    /*    border-bottom: 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_box:hover .treatment_imgbox img{
    transform: scale(1.1);
}
.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-left: 0px;
}

.treatment_detailsbox {
/*    padding: 15px 20px;*/
    background: #fff;
/*    border-top: 1px solid #e5e5e5;*/
    width: 100%;
    height: auto;
    position: relative;
/*    overflow: hidden;*/
    transition: 0.3s ease-in-out;
    margin-top: 0px;
    z-index: 1;
/*    border: 2px solid #e5e5e5;*/
    padding: 30px 15px 0;
/*    border-bottom-right-radius: 30px;*/
/*
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
*/
/*
    border-top: 2px solid #F55B14;
    border-bottom: 2px solid #F55B14;
*/
}

/*
.treatment_detailsbox:hover {
    width: 100%;
    height: 120px;
}
*/

/*
.treatment_button {
    width: 70px;
    height: 70px;
    display: grid;
    place-items: center;
    border-left: 1px solid #e5e5e5;
}
*/

/*
.treatment_box:hover .treatment_detailsbox{
    height: 160px;
    margin-top: -90px;
}
*/

.treatment_name {
    height: 52px;
    color: #151515;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
/*    padding: 10px 20px;*/
    position: relative;
    margin-bottom: 20px;
/*
    max-width: 80%;
    display: grid;
    place-items: center;
*/
    transition: 0.3s linear;
}
/*
.treatment_name::before{
    content: '';
    position: absolute;
    top: 12px;
    left: -65px;
    width: 55px;
    border-top: 2px solid #eb1329;
}
*/

.treatment_name:hover {
    color: #0060ae;
    transition: 0.3s linear;
}
.treatment_name a {
    color: #151515;
    transition: 0.3s linear;
}

.treatment_name a:hover {
    color: #0060ae;
    transition: 0.3s linear;
}

/*
.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: #a5a5a5;
    font-size: 18px;
    line-height: 22px;
/*    text-align: center;*/
    margin-bottom: 40px;
/*
    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;
}
*/

.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: #e7bd00;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

.treatment_btn i {
    color: #0062c6;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    padding-right: 0;
    transition: 0.3s ease-in-out;
}

.treatment_btn:hover {
    color: #0060ae;
}

.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;
}
*/
.stats-container{
    margin-top: 0;
}
.box2 {
    width: 100%;
    height: auto;
/*    background: #fff;*/
    overflow: hidden;
    padding: 0;
    border-radius: 10px;
/*    border: 1px solid #e1e1e1;*/
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
/*    justify-content: center;*/
/*    align-items: center;*/
    transition: 0.3s ease-in-out;
/*    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 30%);*/
}
/*
.box2:hover{
    background: #252525;
}
*/
.box2-iconbox {
    width: auto;
    height: auto;
/*
    margin-left: auto;
    margin-right: auto;
*/
/*
    display: grid;
    place-items: center;
*/
/*
    background: transparent;
    border: 2px solid #2acaa6;
    border-radius: 50%;
*/
    transition: 0.3s ease-in-out;
}
/*
.box2:hover .box2-iconbox{
    background: #2acaa6;
}
*/
.box2-iconbox{
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: #0060ae;
    border: 15px solid #fff;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    place-items: center;
}
.box2-iconbox img {
    width: auto;
    height: 110px;
}

.box2-iconbox::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #0060ae;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(45deg);
}

/*
.service_color-icon{
    opacity: 1;
    visibility: visible;
    display: block;
    transition: 0.3s ease-in-out;
}
*/
/*
.box2-iconbox .service_white-icon {
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: 0.3s ease-in-out;
}
*/
/*
.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{
    width: 100%;
    margin-left: 0;
    text-align: center;
}
.box2-contentbox .box2-heading {
    color: #ff7e00;
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-top: 25px;
    display: inline-block;
    position: relative;
    transition: 0.3s ease-in-out;
/*    text-align: center;*/
/*    margin-top: 15px;*/
}
/*
.box2:hover .box2-heading{
    color: #fff;
}
*/
.box2-contentbox .box2-heading2{
    color: #252525;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
}
.plus-sign{
    font-size: 30px;
    position: absolute;
    top: -16px;
    right: -16px;
}
.box2-contentbox .box2-details {
    color: #b8b8b8;
    font-size: 20px;
    line-height: 26px;
/*    text-align: center;*/
    margin-bottom: 0px;
}
/*
.box2:hover .box2-details{
    color: #fff;
}
*/

.box2_button{
    text-align: center;
}
.box2_button .box2_btn{
    color: #2acaa6;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.box2_button .box2_btn span{
    margin-left: 5px;
}


/*section3 end*/



.mt-10 {
    margin-top: 10px !important;
}

/*section4 start*/

.section4 {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    margin-top: -110px;
    z-index: 99;
/*    background: #f8f9f9;*/
}
/*
.section4::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    height: 100%;
    background: #252525;
    z-index: -1;
}
*/
.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 {
    text-align: center;
}
.section4 .content-heading1::after {
    left: -120px;
    right: 0;
    margin: 0 auto;
    text-align: center;
/*    border-bottom: 2px solid #00aeef;*/
}
/*
.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 {
    width: 100%;
    height: auto;
    padding: 30px;
    background: #fff;
    /* border: 2px solid #fd7f2a; */
    position: relative;
    overflow: hidden;
    transition: 0.3s linear;
}
/*
.box3:hover{
    background: #faf4e5;
}
*/
.box3-iconbox {
    width: 70px;
    height: 70px;
    transition: 0.3s linear;
}

.box3-iconbox img {
    width: auto;
    height: 100%;
    transition: 0.3s linear;
}

/*
.box3-contentbox {
    width: 84%;
    padding-left: 15px;
}
*/

.box3-heading {
/*    color: #fd7f2a;*/
    color: #252525;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 15px;
    transition: 1s linear;
}

.box3-details {
    color: #7c7c7c;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    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.webp);
    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: 100px;
    padding-bottom: 0px;
/*
    background-image: url(../images/section5-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
*/
    position: relative;
}

.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;
}

.section5 .content-heading1::after {
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

.section5 .content-heading2 {
    text-align: center;
    color: #fff;
}
*/
.section5 .content-heading1::after{
    background: #fff;
}
.section5 .nav-pills .nav-link.active,
.section5 .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #eb1329;
}
.section5 .nav-pills .nav-item{
    margin-right: 10px;
}
.section5 .nav-pills .nav-link{
    color: #282828;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    background-color: #fff;
    padding: 7px 25px !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 0 !important;
}

.section5 .tab-content .tab-pane{
    color: #a5a5a5;
    font-size: 18px;
    line-height: 22px;
}


.section5 .left-contentbox-details {
    text-align: center;
    color: #b9b9b9;
}
.section5 .treatment_box{
    padding-bottom: 40px;
    background-color: transparent;
}
.section5 .treatment_imgbox{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.section5 .treatment_detailsbox{
    text-align: center;
    justify-content: center;
    border-top: none;
    height: auto;
    padding: 15px 20px 40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.section5 .treatment_name{
    max-width: 100%;
}
.section5 .product_button{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}

.gallery-slider-con {
    margin-top: 40px
}




/*
.section5 .heading-section {
    margin-bottom: 0;
}

.section5 .heading-section .heading-2 {
    text-align: left;
    margin-bottom: 20px;
}

.section5 .content-heading1{
    color: #00aeef;
}
.section5 .content-heading1::after{
    left: -120px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    border-bottom: 2px solid #00aeef;
}
*/

.mission_vision-tab_container{
    margin-top: 30px;
}



.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-nav {
    display: block !important;
}
.section5 .owl-theme .owl-dots .owl-dot {
    display: none !important;
}

.section5 .owl-prev {
    width: 45px !important;
    height: 45px !important;
    position: absolute;
    right: 60px;
    top: -65px;
    bottom: 0px;
    background-color: transparent!important;
    border-radius: 50% !important;
    border: 1px solid #00aeef !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.section5 .owl-prev:hover {
    background-color: #00aeef  !important;
}

.section5 .owl-prev span {
    font-size: 40px;
    line-height: 30px;
    color: #00aeef  !important;
}

.section5 .owl-prev:hover span {
    color: #fff !important;
}

.section5 .owl-next {
    width: 45px !important;
    height: 45px !important;
    position: absolute;
    right: 0;
    top: -65px;
    bottom: 0px;
    background-color: transparent!important;
    border-radius: 50% !important;
    border: 1px solid #00aeef !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.section5 .owl-next:hover {
    background-color: #00aeef  !important;
}

.section5 .owl-next span {
    font-size: 40px;
    line-height: 30px;
    color: #00aeef  !important;
}

.section5 .owl-next:hover span {
    color: #fff !important;
}

.section5 .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
}

.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_box{
    width: 500px;
    height: auto;
    padding: 25px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #282828;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    border-top-left-radius: 40px;
    overflow: hidden;
}
.section5_imagebox{
    width: 150px;
    height: auto;
    border-top-left-radius: 40px;
    overflow: hidden;
}
.section5_imagebox img{
    width: 100%;
    height: auto;
}
.section5_box-heading{
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    padding-left: 40px;
    position: relative;
}
.section5_box-heading::before {
    content: '';
    position: absolute;
    top: 12px;
    left: -25px;
    width: 55px;
    border-top: 2px solid #eb1329;
}
/*section5 end*/


/*Team section start*/

.team-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../images/team-bg-image2.webp);
    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: 100px;
    padding-bottom: 120px;
    position: relative;
}

.section6 .content-heading1 {
    text-align: center;
    padding-left: 0;
}
.section6 .content-heading1::after {
    right: 0;
    margin: 0 auto;
    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: 15px;
}

.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: 50px;
    height: 50px;
/*
    border-radius: 50%;
    background: #252525;
*/
    display: grid;
    place-items: center;
/*    border: 2px solid #fff;*/
    margin-left: auto;
    margin-right: auto;
}

.box4-icon img {
    width: auto;
    height: 100%;
}
.box4-icon i{
    font-size: 24px;
    line-height: 30px;
    color: #0062c6;
}
.box4-heading1 {
    color: #252525;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 10px;
    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;
}
.box4-details{
    color: #7b7b7b;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
}
/*section6 end*/


/*section7 start*/


.section7 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../images/section7-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
}

.section7 .content-heading2 {
    margin-bottom: 0px;
}

.section7 .content-heading1::after {
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.section7 .content-heading1 {
    text-align: center;
    padding-left: 0;
}
.section7 .readmore-button {
    text-align: right;
}

.section7 .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
}
.section7 .owl-prev {
    width: 45px !important;
    height: 45px !important;
    position: absolute;
    right: 60px;
    top: -65px;
    bottom: 0px;
    background-color: #fff !important;
    border-radius: 0 !important;
    border: 1px solid #e5e5e5 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.section7 .owl-prev:hover {
    background-color: #282828  !important;
    border: 1px solid #282828 !important;
}

.section7 .owl-prev span {
    font-size: 40px;
    line-height: 40px;
    color: #282828 !important;
}

.section7 .owl-prev:hover span {
    color: #fff !important;
}

.section7 .owl-next {
    width: 45px !important;
    height: 45px !important;
    position: absolute;
    right: 0;
    top: -65px;
    bottom: 0px;
    background-color: #fff !important;
    border-radius: 0 !important;
    border: 1px solid #e5e5e5 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.section7 .owl-next:hover {
    background-color: #282828  !important;
    border: 1px solid #282828 !important;
}

.section7 .owl-next span {
    font-size: 40px;
    line-height: 40px;
    color: #282828 !important;
}

.section7 .owl-next:hover span {
    color: #fff !important;
}

.section7 .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
}



.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: #fd7f2a;
    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: #fd7f2a !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.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 90px;
    padding-bottom: 90px;
}


.section4_banner_con{
    margin-top: 0px;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    margin-bottom: 120px;
}
.client-imagebox {
    width: 100%;
    height: auto;
/*    border: 2px solid #ebebeb;*/
}

.client-imagebox img {
    width: 100%;
    height: auto;
}

.section8{
    padding-top: 100px;
    padding-bottom: 100px;
}

/*Testimonial section end*/

.google-map-section {
    width: 100%;
    position: relative;
    margin-top: -100px;
    position: relative;
    z-index: -1;
}

/*Contact form section start*/

.contactus-section {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
/*    background: #f9f9f9;*/
}

.contactus_boxcon {
    /*    background: #d6e5d4;*/
    padding-left: 0;
}

.contactus-section .trans_heading {
    bottom: 45px;
}

/*
.contactus-section .content-heading1{
    color: #00aeef;
}
*/
/*
.contactus-section .content-heading1::after{
    left: -160px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    border-bottom: 2px solid #00aeef;
}
*/
.faq-col{
    margin-left: -10%;
}
.faq_box{
    width: 110%;
    height: 764px;
    padding-top: 100px;
    padding-bottom: 200px;
    background: #f4f4f9;
    padding-left: 18%;
    padding-right: 12%;
    margin-top: -100px;
    margin-left: -50px;
    border-top-left-radius: 50px;
}
/*
.contactus-section .content-heading1::after {
    background: #fff;
}
*/

.faq_box .accordion-item{
    margin-bottom: 15px;
}
.faq_box .accordion-header .accordion-button{
    font-size: 18px !important;
    line-height: 22px;
}
.faq_box .accordion-button:not(.collapsed) {
    color: #282828;
    background-color: #fff;
    /* box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%); */
}
.faq_box .accordion-body{
    color: #a5a5a5;
    font-size: 18px;
    line-height: 22px;
}


.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%);
}
*/


/*
.contactus-section .form-box .content-heading2{
    color: #fff;
}
.contactus-section .form-box .left-contentbox-details {
    color: #fff;
}
*/
/*
.contactus-section .content-heading1{
    display: inline-block
}
*/
/*
.contactus-section .content-heading1::after{
    position: absolute;
    content: '';
    top: 16px;
    right: -80px;
    width: 70px;
    border-bottom: 2px solid #fd7f2a;
    border-radius: 0;
    z-index: -1;
}
*/


.form-box {
    padding: 0 0;
/*
    padding-top: 60px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 75px;
*/
    background: #fff;
    position: relative;
    z-index: 11;
    border-bottom-left-radius: 50px;
}

.form-box .content-heading1::before{
    display: none;
}
.form-box .content-heading1{
    color: #656565;
    padding-bottom: 0;
}
.form-box .content-heading2 {
    color: #222222;
    font-size: 44px;
    line-height: 50px;
}
.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: #fff !important;
    border: 1px solid #ebebeb !important;
    border-radius: 5px !important;
    padding-left: 20px;
    font-size: 16px;
    line-height: 22px;
}

.contact-form .form-control::placeholder {
    color: #454545 !important;
    font-size: 16px;
    line-height: 22px;
}

.contact-form textarea {
    height: 140px !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: 0 0px;
    background: #fff;
    position: relative;
/*    border-right: 2px solid #ebebeb;*/
    height: 100%;
/*
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
*/
}
.form-detailsbox3{
    border-right: none;
}
.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: 15px 0;
/*    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: #fd7f2a;
    font-size: 20px;
}

/*
.iconbox:hover{
    color: #fff;
    background: #d48d04;
    transition: 0.3s;
}
*/

.emailbox2 {
    /*
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
*/
    padding: 15px 0;
}

.email-address {
    color: #999;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
}

.email-address:hover {
    color: #fd7f2a;
}

.phonebox2 {
    /*
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
*/
    padding: 15px 0;
/*    border-bottom: 2px solid #e9e9e9;*/
}



.location {
    color: #282828;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
/*    font-family: 'Oswald', sans-serif !important;*/
    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: #999;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
}

.contact-no {
    color: #999;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
}

.contact-no:hover {
    color: #fd7f2a;
    transition: 0.3s ease-in-out;
}

.contact-detailsbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.contact_iconbox {
    width: 45px;
    height: 45px;
    background: #0060ae;
    border-radius: 4px;
    display: grid;
    place-items: center;
    margin-right: 20px;
}

.contact_iconbox i {
    font-size: 22px;
    line-height: 22px;
    color: #fff;
}
.phonebox2 .contact_iconbox i {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
}

.contact-detailsbox p {
    margin-bottom: 0;
}

/*
.contact-detailsbox p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #e8e8e8;
}
*/

.g-map iframe{
    width: 100%;
    height: 200px;
}

/*Contact form section end*/

/*Footer Top start*/

.footer-top-section{
    padding: 30px 0;
    background-color: #282828;
    border-bottom: 2px solid #5c5c5c;
}
.footer-call_iconbox{
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    background: #fd7f2a;
    border-radius: 50%;
    position: relative;
    display: grid;
    place-items: center;
    border: 7px solid #4d4d4d;
}
.footer-call_iconbox img{
    width: 40px;
    height: auto;
}

.footer-call_iconbox::before{
    content: '';
    position: absolute;
    left: -70px;
    width: 70px;
    border-bottom: 2px solid #4d4d4d;
}
.footer-call_iconbox::after{
    content: '';
    position: absolute;
    right: -70px;
    width: 70px;
    border-bottom: 2px solid #4d4d4d;
}
.footer-call_iconbox span:nth-child(1){
    width: 5px;
    height: 5px;
    position: absolute;
    left: -70px;
    transform: rotate(45deg);
    background: #4d4d4d;
}
.footer-call_iconbox span:nth-child(2){
    width: 5px;
    height: 5px;
    position: absolute;
    right: -70px;
    transform: rotate(45deg);
    background: #4d4d4d;
}

.footer-top-heading1 {
    color: #888888;
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.footer-top-heading2 {
    color: #fff;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
    transition: 0.3s ease-in-out;
}
.footer-top-heading2:hover{
    color: #fd7f2a;
}





/*Footer Top end*/


/*Footer start*/

.footer-section {
    padding: 0 0;
    background-color: #f5f8fd;
    padding-bottom: 0px;
}
.footer-row{
    height: 100%;
    position: relative;
}
.footer-col{
    position: relative;
    min-height: 100% !important;
}
.footer-col-1{
    padding-top: 90px;
    padding-bottom: 100px;
    background: #fff;
    position: relative;
    /*border-right: 2px solid #5c5c5c;*/
}
.footer-col-end-1{
    background: #fff;
    padding-bottom: 50px;
}
.footer-col-2{
    padding-top: 90px;
    padding-bottom: 60px;
    
/*    border-right: 2px solid #5c5c5c;*/
}
.footer-col-3{
    padding-top: 90px;
    padding-bottom: 60px;
/*    border-right: 2px solid #5c5c5c;*/
}
.footer-col-4{
    padding-top: 90px;
    padding-bottom: 60px;
/*    border-right: 2px solid #5c5c5c;*/
}

.footer-clmn1 {
    padding-left: 20px;
    padding-right: 20px;
}

.footer-heading {
    color: #0060ae;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 700;
    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: #b4b4b4;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 25px;
    max-width: 100%;
}

.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: #b4b4b4;
    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: #454545;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    display: flex;
}

.ql a:hover {
    color: #ff7e00;
    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;
/*    font-family: 'Oswald', sans-serif !important;*/
    text-transform: uppercase;
    position: relative;
    padding-bottom: 0px;
}

.footer-section .contact_contentbox {
    width: 75%;
}


/*
.contact-no-heading::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 40px;
    border-bottom: 3px solid #fff;
    border-radius: 5px;
}
*/
.contact-no2 {
    color: #b4b4b4;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 0;
    transition: 0.3s ease-in-out;
}

.contact-no2 a {
    color: #b4b4b4;
    transition: 0.3s ease-in-out;
}

.contact-no2 a:hover {
    color: #fd7f2a;
    transition: 0.3s ease-in-out;
}



.email-address-heading {
    color: #282828;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
/*    font-family: 'Oswald', sans-serif !important;*/
    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: #b4b4b4;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
    transition: 0.3s ease-in-out;
}

.email-address2 a {
    color: #b4b4b4;
    transition: 0.3s ease-in-out;
}

.email-address2 a:hover {
    color: #3ab54a;
    transition: 0.3s ease-in-out;
}

.location2 {
    color: #b4b4b4;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}

.subs-content {
    padding-bottom: 30px;
}

.footer-section .social_con {
    margin-top: 30px;
}

/*
.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;
    place-items: center;
    color: #0060ae;
    border: 1px solid #fff;
    background-color: #fff;
/*    box-shadow: 0 0 10px rgba(0,0,0,0.1);*/
    box-shadow: -5px 5px 0px #0060ae;
    border-radius: 0;
    margin-right: 15px;
    transition: 0.3s ease-in-out;
    position: relative;
    z-index: 99;
}
.footer-section .social_con .social_icons .icons::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    z-index: -1;
}
/*
.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: #0060ae;
    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: #ff7e00;
    border: 1px solid #ff7e00;
    transition: 0.3s ease-in-out;
}

.footer-section .social_con .social_icons .icons:hover i {
    color: #fff;
    transition: 0.3s ease-in-out;
}

.footer-section .form-detailsbox {
    padding: 0px 0px;
    background: transparent;
/*
    background: #363636;
    border-top: 4px solid #eb1329;
    border-right: none;
*/
}

.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: 80%;
}

.footer-section .contact-no-heading {
    color: #e7bd00;
}

.footer-section .email-address-heading {
    color: #e7bd00;
}

.footer-section .location {
    color: #e7bd00;
}


.footer_end {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    
/*    background: #363636;*/
/*    border-top: 2px solid #5c5c5c;*/
}
.footer-end-container{
    background: #fff;
}
.footer-end-content {
    padding: 30px 10px;
    
    /*    border-top: 1px solid rgba(255,255,255,0.3);*/
}

.ft_end_txt {
    color: #252525;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 0;
}

.ft_end_txt a {
    color: #252525;
    transition: 0.3s ease-in-out;
}

.ft_end_txt2 {
    text-align: right;
}

.ft_end_txt a:hover {
    color: #ff7e00;
    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: 420px;
    position: relative;
    background-image: url(../images/bg-banner-section.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 150px 0 150px;
}


.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: #fff;
    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;
    justify-content: center;
    text-align: center;
    background-color: transparent !important;
}

.about-content .breadcrumb-item a {
    color: #fff !important;
}

.about-content .breadcrumb-item.active {
    color: #fff !important;
}

.about-content .breadcrumb-item.active a {
    color: #fff !important;
}

.about-content .breadcrumb-item + .breadcrumb-item::before {
    color: #fff !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.jpg);
    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: 80px;
    padding-bottom: 80px;
}

.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;
}

.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;
}



/*
.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: #dfdfdf;
    padding-bottom: 80px;
}

.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;
}

.our-products-cate{
    padding-top: 100px;
    padding-bottom: 100px;
}
.service-box{
    height: 100%;
    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 #999;
    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: #2a2a2a;
    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: 1px solid #dfdfdf !important;
} */

.product-imgcon {
    /*    border: 2px solid #999;*/
    /*    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 #ebebeb !important;
    border-radius: 5px !important;
}

/*
.right-form-box .contact-form .form-control::placeholder{
    color: #777777;
}
*/
.submit-button .btn1 {
    color: #fff;
    background: #0060ae;
    border: 1.5px solid #0060ae;
}

.submit-button .btn1:hover {
    color: #fff;
    background: #e7bd00;
    border: 1.5px solid #e7bd00;
}

.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*/


.our-category-section {
    width: 100%;
    height: auto !important;
    background: #f4f4f4;
    padding-top: 80px;
    padding-bottom: 80px;
}


/*
.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;
}
.right-contentbox ul{
    padding-left: 0;
}
.features-list,
.features-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.features-list {
    margin: 2em 0 0;
}

.features-list li {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
/*    font-family: 'Merriweather', serif !important;*/
    margin-bottom: 12px;
    margin-left: 3em;
    /* color: #7c7c7c; */
}

.features-list li::before {
    content: '\f0a4';
    /* content: '\f046'; */
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #fd7f2a;
    font-size: 15px;
    font-weight: 400;
}

/*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;
}


.property-section{
    padding-bottom: 80px;
}

.property-table table tr th{
    width: 50%;
    padding: 8px;
    line-height: 1.5;
    vertical-align: top;
    text-align: center;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    background: #fd7f2a;
    border: 1px solid #dfdfdf !important;
}

.property-section .property-table table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
}

.property-table table tr td{
    padding: 8px;
    line-height: 1.5;
    vertical-align: top;
    text-align: center;
    letter-spacing: 1px;
    border: 1px solid #dfdfdf !important;
}


.brochure-section{
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../images/banner-section-image2.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 70px 0;
}

.brochure-section .content-heading2 {
    color: #fff;
}

.contact-section2{
    padding-top: 80px;
    padding-bottom: 80px;
}


.faqs-section{
    padding-top: 80px;
    padding-bottom: 80px;
}
.contact_page-section1{
    padding-top: 100px;
}
.aboutpage_section1{
    padding-top: 100px;
    padding-bottom: 100px;
}
.aboutpage_sec3{
    padding-bottom: 120px;
}

.category-section{
    padding-top: 120px;
    padding-bottom: 120px;
}
.category-section::before{
    display: none;
}