@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');

@import url('https://fonts.googleapis.com/css2?family=Calistoga&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: 'Calistoga', cursive;*/
    font-size: 15px !important;
font-weight: 400 !important;
line-height: 1.5 !important;
color: #333 !important;
text-align: left;
}

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;
}


/*Header start*/

.header {
    width: 100%;
    height: auto;
    color: #fff !important;
    z-index: 11111 !important;
    border-bottom: 1px solid #5a5a5c;
/*    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);*/
}

/*Top header start*/

.top-header {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #1246ab;
    padding: 0px 40px 0px 0;
    /*    border-bottom: 1px solid rgba(0,0,0,0.15);*/
}

.top-header-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.time-con {
    margin-left: 20px;
}

.timebox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*    align-items: center;*/
}

.time-icon {
    width: 30px;
    height: auto;
}

.time-icon i {
    font-size: 30px;
    color: #b6702a;
}

.time-icon img {
    width: 100%;
    height: auto;
}

.time_contentbox {
    margin-left: 7px;
}

.time_heading {
    color: #2a2a2a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.time_details {
    color: #8b8b8b;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.email-con {
    margin-left: 20px;
}

.emailbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*    align-items: center;*/
}

.email-icon {
    width: 20px;
    height: auto;
}

.email-icon i {
    font-size: 18px;
    color: #88d24e;
}

.email-icon img {
    width: 100%;
    height: auto;
}

.email_contentbox {
    margin-left: 7px;
}

.email_heading {
    color: #2a2a2a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.emailid {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
}

.emailid:hover {
    color: #88d24e;
}

.phone-con {
    margin-left: 20px;
}

.phonebox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*    align-items: center;*/
}

.phone-icon {
    width: 20px;
    height: auto;
}

.phone-icon i {
    font-size: 18px;
    color: #88d24e;
}

.phone-icon img {
    width: 100%;
    height: auto;
}

.phone_contentbox {
    margin-left: 7px;
}

.phone_heading {
    color: #2a2a2a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.phone-no {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
}

.phone-no:hover {
    color: #88d24e;
}

.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;
}

.header .social_con .social_icons .icons {
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    color: #88d24e;
/*
    background: #fec931;
    border: 1px solid #fec931;
*/
    border-radius: 50%;
    margin-left: 10px;
    transition: 0.3s;
}
.header .social_con .social_icons .tw-icon{
    background: #fec931;
    border: 1px solid #fec931;
}
.header .social_con .social_icons .pi-icon{
    background: #212121;
    border: 1px solid #212121;
}
.header .social_con .social_icons .fb-icon{
    background: #2884c6;
    border: 1px solid #2884c6;
}
.header .social_con .social_icons .yt-icon{
    background: #ff4328;
    border: 1px solid #ff4328;
}

.header .social_con .social_icons .icons i {
    font-size: 20px;
    transition: 0.3s;
    color: #fff;
}

.header .social_con .social_icons .icons i:first-child {
    margin-left: 0;
}

.header .social_con .social_icons .icons:hover {
    background: #88d24e;
    transition: 0.3s;
    border: 1px solid #88d24e;
}

.header .social_con .social_icons .icons:hover i {
    color: #fff;
}

/*Top header end*/



/*Main header start*/
.main-header-section {
    width: 100%;
/*    background: #eef2f9;*/
    z-index: 1040 !important;
    position: relative;
    transition: 0.5s ease;
    /*    padding: 15px 0;*/
}

.main-header {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 15px;
    padding-left: 15px;
    justify-content: space-between;
    /*    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);*/
}

.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: 100%;
    max-width: 160px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-brand {
    max-width: 100%;
    margin-right: 0 !important;
    padding: 0 0 !important;
}

.navbar-brand img {
    width: 100%;
    height: 120px;
}


.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: #505050;
    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;
}

.btn1 {
    color: #ff4328;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 40px;
    text-align: center;
    /*    text-transform: uppercase;*/
    background: transparent;
    transition: 0.3s ease-in-out;
    border: 1.5px solid #ff4328;
    border-radius: 30px;
}

.btn1:hover {
    color: #fff;
    transition: 0.3s ease-in-out;
    background: #ff4328;
    border: 1.5px solid #ff4328;
}


.btn2 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    text-align: center;
    /*    text-transform: uppercase;*/
    background: #00ff00;
    transition: 0.3s ease-in-out;
    border: 1.5px solid #0ecb0e;
    border-radius: 30px;
}

.btn2:hover {
    color: #00ff00;
    transition: 0.3s ease-in-out;
    background: #000000 !important;
    border: 1.5px solid #000000 !important;
}

.blink {
    background-color: #004A7F;
    -webkit-border-radius: 10px;
    border-radius: 30px;
    border: none;
    color: #000;
    border: 1.5px solid #0ecb0e;
    cursor: pointer;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
  }
  @-webkit-keyframes glowing {
    0% { background-color: #00ff00; -webkit-box-shadow: 0 0 3px #00ff00; }
    50% { background-color: #00ff00; -webkit-box-shadow: 0 0 40px #00ff00; }
    100% { background-color: #00ff00; -webkit-box-shadow: 0 0 3px #00ff00; }
  }
  
  @-moz-keyframes glowing {
    0% { background-color: #00ff00; -webkit-box-shadow: 0 0 3px #00ff00; }
    50% { background-color: #00ff00; -webkit-box-shadow: 0 0 40px #00ff00; }
    100% { background-color: #00ff00; -webkit-box-shadow: 0 0 3px #00ff00; }
  }
  
  @-o-keyframes glowing {
    0% { background-color: #00ff00; -webkit-box-shadow: 0 0 3px #00ff00; }
    50% { background-color: #00ff00; -webkit-box-shadow: 0 0 40px #00ff00; }
    100% { background-color: #00ff00; -webkit-box-shadow: 0 0 3px #00ff00; }
  }
  
  @keyframes glowing {
    0% { background-color: #00ff00; -webkit-box-shadow: 0 0 3px #00ff00; }
    50% { background-color: #00ff00; -webkit-box-shadow: 0 0 40px #00ff00; }
    100% { background-color: #00ff00; -webkit-box-shadow: 0 0 3px #00ff00; }
  }

.contact-area {
    display: flex;align-items: center;
}

/*
.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 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: 600;
    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 */

/*Call Me Icon*/
.call-me {
    width: 50px;
    height: 50px;
    right: 13px;
    bottom: 100px;
    background: #10b418;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 115;
    display: block;
    line-height: 65px;
}

.call-me img {
    vertical-align: baseline !important;
}

/*.call-me: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;
}*/

.call-me::after {
    position: absolute;
    content: "Call Me";
    z-index: -2;
    top: 11px;
    left: -70px;
    background-color: #fff;
    border-radius: 100%;
    line-height: 18px;
    color: #10b418;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 14px 6px 14px;
    border-radius: 18px;
    box-shadow: 0px 5px 20px 0 rgb(80 80 80 / 20%);
    border: 1px solid #10b418;
    cursor: default;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease;
}

.call-me-container:hover .call-me::after {
    visibility: visible;
    opacity: 1;
    transition: 0.5s ease;
}

.call-me:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #8ac149;
    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;
    }
}

/*  Call Me Icon */



/*Scrolltop*/


.hide {
    transform: scale(0, 0);
}

.call_me {
    position: fixed;
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    right: 15px;
    bottom: 75px;
    background: #ff4328;
    color: #fff;
    z-index: 99999;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
}

.call_me i {
    font-size: 26px;
    position: absolute;
    top: 13px;
    left: 14px;
    right: 9px;
}

.call_me:hover i {
    color: #000;
}

/*Scrolltop*/


/*Scrolltop*/


.hide {
    transform: scale(0, 0);
}

.back-to-top {
    position: fixed;
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    right: 15px;
    bottom: 135px;
    background: #111;
    color: #fff;
    z-index: 99999;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
}

.back-to-top i {
    font-size: 21px;
    position: absolute;
    top: 14px;
    left: 20px;
    right: 9px;
}

.back-to-top:hover i {
    color: #ff4328;
}

/*Scrolltop*/


/*Banner start*/

.banner-section {
    position: relative;
    width: 100%;
}

.desk-banner-top {
    margin-top: 81px;
}

.banner-image1 {
    width: 100%;
    height: 750px;
    position: relative;
    background-image: url(../images/banner-1.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-image2 {
    width: 100%;
    height: 750px;
    position: relative;
    background-image: url(../images/banner-2.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-image3 {
    width: 100%;
    height: 750px;
    position: relative;
    background-image: url(../images/banner-3.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-image4 {
    width: 100%;
    height: 750px;
    position: relative;
    background-image: url(../images/banner-4.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.banner-image5 {
    width: 100%;
    height: 750px;
    position: relative;
    background-image: url(../images/banner-5.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-contentbox {
    position: absolute;
    height: 750px;
    top: 0px;
    left: 7%;
    right: 6%;
    max-width: 650px;
    /*
    margin-left: auto;
    margin-right: auto;
*/
    width: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-contentbox .banner-heading1 {
    color: #1c1c1c;
/*    text-align: center;*/
    font-size: 76px;
	line-height: 80px;
/*    font-weight: bold;*/
    text-transform: capitalize;
    margin-bottom: 20px;
    font-family: 'Calistoga', cursive !important;
    /*    text-shadow: #252525 1px 0 5px;*/
    /*    margin-top: 50px;*/
}

.banner-contentbox .banner-heading-sub {
    color: #1c1c1c;
/*    text-align: center;*/
    font-size: 16px;
	line-height: 25px;
/*    font-weight: bold;*/
    text-transform: normal;
    padding-right: 150px;
    margin-bottom: 20px;
    /*font-family: 'Calistoga', cursive !important;
        text-shadow: #252525 1px 0 5px;*/
    /*    margin-top: 50px;*/
}

.banner-contentbox .banner-heading2 {
    color: #1246ab;
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    text-transform: uppercase;
    /*    text-shadow: #f37e21 1px 0 10px;*/
}

.banner-contentbox .banner-heading2 span {
    color: #faa60f;
}

.banner-details {
    color: #fff;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    margin-top: 30px;
    /*    text-shadow: #2ecbff 1px 0 10px;*/
}


.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
  }


/*
.banner-section .owl-theme .owl-dots .owl-dot {
    display: block !important;
}
*/
.banner-section .owl-theme .owl-dots{
    text-align: left;
    position: absolute;
    left: 6%;
    bottom: 15px;
}


.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff !important;
}
.owl-theme .owl-dots .owl-dot span{
    background: #1c1c1c !important;
}


.owl-theme .owl-nav {
    margin-top: 0px !important;
}

.banner-section .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0px;
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
    margin: 0 !important;
}

.banner-section .owl-prev span {
    font-size: 70px;
    line-height: 70px;
    padding-left: 10px;
    color: #252525 !important;
}

.banner-section .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0px;
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
    margin: 0 !important;
}

.banner-section .owl-next span {
    font-size: 70px;
    line-height: 70px;
    padding-right: 10px;
    color: #252525 !important;
}

.banner-button {
    margin-top: 40px;
/*    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: #1c1c1c;
    background: transparent;
    border: 1.5px solid #1c1c1c;
}

.banner-button .btn1:hover {
    color: #fff;
    transition: 0.3s ease;
    background: #1c1c1c;
    border: 1.5px solid #1c1c1c;
}




/*Banner end*/



/*Section1 start*/

.section1 {
  position: relative;
  padding: 100px 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;
}
*/

.clients-con {
    padding-top: 35px;
}
.clients-con2{
    display: none;
}

.clients-con2 .owl-theme .owl-dots .owl-dot.active span,
.clients-con2 .owl-theme .owl-dots .owl-dot:hover span {
    background: #1b1b1b !important;
}
.clients-con2 .owl-theme .owl-dots .owl-dot span{
    background: #cecece !important;
    width: 26px !important;
    height: 6px !important;
}


.about-slider-imgbox {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}

.about-slider-imgbox img {
    width: 100%;
    height: auto;
}

.section1 .content-heading2::before{
    position: absolute;
    content: '';
    top: 24px;
    left: -18%;
    width: 60px;
    border-bottom: 2px solid #1c1c1c;
}
.section1 .content-heading2::after{
    position: absolute;
    content: '';
    top: 24px;
    right: -18%;
    width: 60px;
    border-bottom: 2px solid #1c1c1c;
}

.section1 .content-heading2{
    display: inline-block;
}
.content-heading1 {
    color: #ff4328;
    font-size: 16px;
	line-height: 26px;
	font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 0;
}

.content-subheading {
    width: auto;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 18px;
    position: relative;
    padding: 5px 10px;
    background-color: #ff4328;
    border-radius: 5px;
  }

/*
.content-heading1::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 60px;
    border-bottom: 2px solid #eabb8d;
}
*/
.content-heading2 {
    color: #1c1c1c;
    font-size: 40px;
    line-height: 50px;
/*    font-weight: 700;*/
    text-transform: capitalize;
    font-family: 'Calistoga', cursive !important;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 0px;
}
.about-heading {
    color: #1c1c1c;
    font-size: 40px;
    line-height: 50px;
/*    font-weight: 700;*/
    text-transform: capitalize;
    font-family: 'Calistoga', cursive !important;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 0px;
}


.u_line {
    width: 100%;
    border-bottom: 1.5px solid #e1e1e1;
}

.left-contentbox-details {
    color: #252525;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 0;
}

.section1 .left-contentbox-details {
    padding-top: 35px;
    padding-bottom: 35px;
}

.know-more-button .btn1 {
    border-radius: 0;
    background: transparent;
    color: #f37e21;
}

.know-more-button .btn1:hover {
    background: #f37e21;
    color: #fff;
    border: 1.5px solid #f37e21;
}

.clients_box-container{
    padding: 10px 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

/*Section1 end*/


/*Section2 start*/

.section2 {
    padding-top: 80px;
    padding-bottom: 92px;
    position: relative;
    background: #eeeeee;
    margin-top: 19%;
}
/*
.sec2_right-con{
    position: relative;
}
*/
.sec2_right-imgbox{
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 800px;
    width: 40%;
    height: auto;
}
.sec2_right-imgbox img{
    width: 100%;
    height: auto;
}

.heading-section {
    position: relative;
    margin-bottom: 50px;
}

.heading-section .heading-1 {
    color: #252525;
    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: #1246ab;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 0px;
}

/*
.heading-section .heading-2::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0px;
    width: 150px;
    border-bottom: 2px solid #2a2a2a;
    margin-left: auto;
    margin-right: auto;
}
*/

.heading-section .details {
    color: #333;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 30px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}


.details-2 {
    color: #fff;
    font-size: 18px;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}


.medical_icon {
    position: relative;
    text-align: center;
    margin-bottom: 10PX;
}

.medical_icon i {
    color: #2acaa6;
    font-size: 20px;
}

.medical_icon::before {
    position: absolute;
    content: '';
    top: 9px;
    width: 65px;
    margin-left: -75px;
    border-bottom: 2px solid #2acaa6;
}

.medical_icon::after {
    position: absolute;
    content: '';
    top: 9px;
    width: 65px;
    margin-left: 10px;
    border-bottom: 2px solid #2acaa6;
}

/*
.section2 .content-heading1::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 65px;
    border-bottom: 2px solid #088edd;
}
*/
.aboutright_con {
    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 30%);
}

.section2 .content-con {
    padding-left: 15%;
    padding-right: 6%;
}

/*
.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: 15px;
    line-height: 21px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 0;
    color: #252525;
}

.left-contentbox-details span {
    font-weight: 600;
}

.more-info-button .btn1 {
    border-radius: 30px;
}

.content-heading3 {
    color: #252525;
    font-size: 34px;
    text-align: left;
    line-height: 40px;
    font-family: 'Calistoga', cursive !important;
/*    font-weight: 600;*/
    margin-bottom: 10px;
}

.content-heading4 {
    color: #252525;
    font-size: 34px;
    text-align: left;
    line-height: 40px;
    font-family: 'Calistoga', cursive !important;
/*    font-weight: 600;*/
    margin-bottom: 10px;
}
.content-heading4 a {
    color: #ffffff;
    font-size: 34px;
    text-align: left;
    line-height: 40px;
    font-family: 'Calistoga', cursive !important;
/*    font-weight: 600;*/
    margin-bottom: 10px;
}

.content-heading4 a:hover, a:focus {
    color: #151515;
}

.pro_detailed {
    color: #ff4328;
    font-size: 22px;
    text-align: left;
    line-height: 28px;
    font-family: 'Calistoga', cursive !important;
    font-weight: 500;
    margin: 22px 0px 10px 0px;
  }

.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-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 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;
}
*/

/*
.box2_con {
    padding: 70px 0;
}
*/

/*
.box2-col1,
.box2-col2,
.box2-col3 {
    border-right: 1px solid #dce3f2;
}
*/

.box2 {
    width: 100%;
    height: auto;
    background: #fff;
    overflow: hidden;
    padding: 20px;
    border-radius: 10px;
    /*    border: 1px solid #e1e1e1;*/
    /*
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
*/
    /*    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: 40px;
    height: 40px;
    /*
    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 img {
    width: 100%;
    height: auto;
}

/*
.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{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.box2-contentbox .box2-heading {
    color: #ff4328;
    font-size: 54px;
    line-height: 54px;
    font-weight: 400;
    padding-bottom: 0;
    /*    display: inline-block;*/
    position: relative;
    transition: 0.3s ease-in-out;
/*    text-align: center;*/
/*
    margin-left: auto;
    margin-right: auto;
*/
    /*    margin-top: 15px;*/
}

.box2-contentbox .box2-heading .counter {
    display: inline-block;
    position: relative;
}

/*
.box2:hover .box2-heading{
    color: #fff;
}
*/
.crore {
    display: inline-block;
    padding-left: 10px;
}

/*
.counter::after {
    content: '\f067';
    font-family: 'FontAwesome';
    float: left;
    margin-left: 0;
    color: #1246ab;
    font-size: 12px;
    position: absolute;
    top: -6px;
    right: -12px;
}
*/

.plus-sign {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
}

.box2-contentbox .box2-details {
    color: #1c1c1c;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    padding-left: 5px;
    margin-bottom: 0px;
/*    text-align: center;*/
}

/*
.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 start*/

.section3 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 10px solid #435f5e;

}

/*section3 end*/


/*section4 start*/

.section4{
    padding-top: 90px;
    padding-bottom: 0px;
}
.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;
}

.treatment_box {
    width: 100%;
    position: relative;
    transition: 0.3s ease-in-out;
/*    border: 2px solid #e5e5e5;*/
}
/*.cate-list:nth-child(4){
    display: none;
}*/
/*
.treatment_box:hover {
    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 30%);
}
*/

.treatment_imgbox {
    width: 100%;
    height: auto;
    overflow: hidden;

}

.treatment_imgbox img {
    width: 100%;
    height: auto;
	transition: 0.3s ease-in-out;
}

.treatment_imgbox:hover img {
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
}

.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_detailsbox {
    width: 100%;
    position: absolute;
    bottom: 20px;
    height: auto;
    overflow: hidden;
    padding: 20px 15px;
/*    background: #fff;*/
    transition: 0.3s ease-in-out;
}

/*
.treatment_box:hover .treatment_detailsbox{
    height: 160px;
    margin-top: -90px;
}
*/

.treatment_name {
    color: #1c1c1c;
    font-size: 32px;
    line-height: 38px;
    font-family: 'Calistoga', cursive !important;
/*    font-weight: 700;*/
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    transition: 0.3s ease-in-out;
}

.treatment_name a {
    color: #1c1c1c;
    font-size: 32px;
    line-height: 38px;
    font-family: 'Calistoga', cursive !important;
/*    font-weight: 700;*/
    text-align: center !important;
    margin-bottom: 20px;
    position: relative;
    transition: 0.3s ease-in-out;
}
/*
.treatment_box:hover .treatment_name{
    color: #fff;
}
*/
/*
.treatment_name::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #252525;
    transition: 0.3s ease-in-out;
}

.treatment_box:hover .treatment_name::after{
    border-bottom: 2px solid #fff;
}
*/

.treatment_details {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
}

/*
.treatment_box:hover .treatment_details{
    color: #fff;
}
*/

.content2 {
    display: none;
}

.treatment_button {
    text-align: center;
}

.treatment_btn {
    /*
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
*/
    color: #ff4328;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    text-decoration: underline !important;
}

.treatment_btn span i {
    color: #f37e21;
    font-size: 24px;
}

.treatment_btn:hover {
    color: #1c1c1c;
    text-decoration: underline !important;
}
.section4 .left-contentbox-details{
    margin-bottom: 40px;
}
/*section4 end*/



.mt-10 {
    margin-top: 10px !important;
}

/*section4 start*/


/*
.section4 .content-con {
    padding-left: 15%;
    padding-right: 6%;
}
*/

.section4 .features-list {
    column-count: 2;
}

.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;
}
/*section4 end*/


/*section5 start*/

.section5 {
    padding-top: 90px;
    padding-bottom: 0px;
}
.video_bg-section{
    position: relative;
    background-image: url(../images/sec5_bg-image.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 120px;
}

/*  Video Style  */
.video-box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    /*    z-index: 11111;*/
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border-radius: 0px;
    min-height: 450px;
    position: relative;
}

.video-box a {
    font-size: 27px;
    color: #fff !important;
    position: absolute;
    /*    z-index: 11111;*/
}

video {
    position: absolute;
    z-index: 11111;
}

.video-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 88px;
    height: 88px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 27px;
    border-radius: 50%;
    color: #fff;

    background: rgba(255, 255, 255, 0.73);
}

.video-title h2 {
    font-size: 32px;
    font-weight: 900;
    padding-bottom: 0;
    line-height: 1px;
    margin-bottom: 15px;
    color: #f9d328;
}

.video-title p {
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    font-size: 50px;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 60px;
}

.video-popup i {
    color: #dc3a30;
}



/*Video Style*/



.section5 .treatment_box {
    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 30%);
}

.section5 .treatment_name {
    text-align: center;
    color: #f37e21;
}

.section5 .owl-carousel .owl-stage-outer {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section5 .treatment_btn {
    justify-content: center;
    color: #392917;
    transition: 0.3s ease-in-out;
}

.section5 .treatment_btn:hover {
    color: #966528;
}

/*
.section5 .owl-theme .owl-dots .owl-dot {
    display: block !important;
}
*/


/*section5 end*/



/*section6 start*/

.section6 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.section6 .content-heading2 {
    margin-bottom: 10px;
}
.section6 .left-contentbox-details{
    margin-bottom: 20px;
}
.doc_box{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    transition: 0.3s ease-in-out;
}
.doc_box:hover{
    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 30%);
}
.doc_imgbox {
    width: 100%;
    height: auto;
    border-top: 2px solid #e1e1e1;
    border-left: 2px solid #e1e1e1;
    border-right: 2px solid #e1e1e1;
    transition: 0.3s ease-in-out;
}

.doc_imgbox img {
    width: 100%;
    height: auto;
}

.doc_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;
}

.doc_iconbox img {
    width: 40px;
}

.doc_detailsbox{
    width: 100%;
    position: relative;
    height: 160px;
    overflow: hidden;
    padding: 20px 15px;
    background: #fff;
    border: 2px solid #e1e1e1;
    transition: 0.3s ease-in-out;
}
.doc_box:hover .doc_detailsbox{
    /* height: 220px;
    margin-top: -50px; */
    background: #435f5e;
}

.doc_name {
    color: #252525;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    transition: 0.3s ease-in-out;
}
.doc_box:hover .doc_name{
    color: #fff;
}
.doc_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;
}

.doc_box:hover .doc_name::after{
    border-bottom: 2px solid #fff;
}

.doc_degree {
    color: #454545;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    transition: 0.3s ease-in-out;
}
.doc_box:hover .doc_degree{
    color: #fff;
}

.doc_details {
    color: #999999;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 30px;
    transition: 0.3s ease-in-out;
}
.doc_box:hover .doc_details{
    color: #fff;
}
.doc_timing-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}

.doc_box:hover .doc_timing-row{
    opacity: 1;
    visibility: visible;
}

.time_iconbox{
    width: 20px;
    height: 20px;
}
.time_iconbox i{
    color: #fff;
    font-size: 20px;
}

.doc_timing{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-left: 10px;
}

.section6 .owl-carousel .owl-stage-outer {
    padding-top: 20px;
    padding-bottom: 20px;
}


.section6 .owl-theme .owl-dots .owl-dot {
    display: none !important;
}

.section6 .owl-theme .owl-nav {
    margin-top: 0 !important;
    display: block !important;
}

.section6 .owl-prev {
    width: 45px !important;
    height: 45px !important;
    transition: .5s;
    position: absolute;
    left: 45%;
    top: 102%;
/*    bottom: 0px;*/
    background-color: #ff4328 !important;
    border-radius: 5px !important;
    border: 0 !important;
    padding: 5px 10px !important;
    margin: 0 !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    /*    box-shadow: -1px 3px 3px 0 rgb(80 80 80 / 20%);*/
}

.section6 .owl-prev span {
    font-size: 50px;
    line-height: 35px;
    color: #fff !important;
}

.section6 .owl-next {
    width: 45px !important;
    height: 45px !important;
    color: #fff !important;
    transition: .5s;
    position: absolute;
    right: 45%;
    top: 102%;
/*    bottom: 0px;*/
    background-color: #ff4328 !important;
    border-radius: 5px !important;
    border: 0 !important;
    padding: 5px 10px !important;
    margin: 0 !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    /*    box-shadow: -1px 3px 3px 0 rgb(80 80 80 / 20%);*/
}

.section6 .owl-next span {
    font-size: 50px;
    line-height: 35px;
    color: #fff !important;
}

/*section6 end*/




/*section7 start*/

.section7 {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    background-image: url(../images/sec6_bg-image.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.section7 .content-heading3{
    text-align: left;
    color: #fff;
}
.section7 .content-heading4{
    text-align: left;
    color: #fff;
}
.section7 .left-contentbox-details{
    text-align: left;
    color: #fff;
}


/*
.section6 .heading-section .heading-1{
    color: #fff;
}
.section6 .heading-section .details{
    color: #cfcfcf;
}
*/
.box4{
    border: 2px solid #f1f1f1;
    padding: 15px;
    border-radius: 10px;
}
.box4-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #f1f1f1;
    display: grid;
    place-items: center;
    border: 2px solid #fff;
    margin-left: auto;
    margin-right: auto;
}

.box4-icon img {
    width: 50px;
    height: 50px;
}

.box4-heading1 {
    color: #ff4328;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 20px;
    text-transform: capitalize;
    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: #252525;
    text-align: center;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 0;
}
.section7 .owl-theme .owl-dots .owl-dot {
    display: none;
}

.section7 .owl-theme .owl-dots .owl-dot {
    display: none !important;
}

.section7 .owl-theme .owl-nav {
    margin-top: 0 !important;
}

.section7 .owl-prev {
    width: 40px !important;
    height: 40px !important;
    transition: .5s;
    position: absolute;
    right: 60px;
    top: -65px;
    bottom: 0px;
    background-color: #f37e21 !important;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 5px 10px !important;
    margin: 0 !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    /*    box-shadow: -1px 3px 3px 0 rgb(80 80 80 / 20%);*/
}

.section7 .owl-prev span {
    font-size: 40px;
    line-height: 30px;
    color: #fff !important;
}

.section7 .owl-next {
    width: 40px !important;
    height: 40px !important;
    color: #fff !important;
    transition: .5s;
    position: absolute;
    right: 0;
    top: -65px;
    bottom: 0px;
    background-color: #f37e21 !important;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 5px 10px !important;
    margin: 0 !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    /*    box-shadow: -1px 3px 3px 0 rgb(80 80 80 / 20%);*/
}

.section7 .owl-next span {
    font-size: 40px;
    line-height: 30px;
    color: #fff !important;
}

/*section6 end*/


/*gallery section start*/

.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: #fff;
    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: #fff !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: #f37e21;
}

.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;
}


/*gallery section end*/


/*Testimonial section start*/

.testimonial-section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f6f6f6;
}

.testimonial-section .content-heading1{
    text-align: left;
}
.testimonial-section .content-heading2{
    text-align: left;
}

.desk-con-image{
    display: block;
}
.mob-con-image{
    display: none;
}
.testimonial-section .heading-section .heading-1{
    color: #fff;
    text-align: left;
    display: inline-block;
}
.testimonial-section .heading-section .heading-1::after{
    content: '';
    position: absolute;
    right: -60px;
    bottom: 10px;
    width: 50px;
    border-radius: 3px;
    border-bottom: 3px solid #fff;
    
}
/*
.testimonial-section .heading-section .heading-1 span{
    color: #ffff3f;
    font-weight: 600;
    font-style: italic;
    font-family: 'Playfair Display', serif !important;
}
*/
/*
.testimonial-section .owl-carousel .owl-stage-outer {
    padding-top: 20px;
    padding-bottom: 20px;
}
*/

.testimonial-section .testi-box {
    width: 100%;
/*    max-width: 850px;*/
    height: 400px;
    position: relative;
    background: #ebbbb1;
    margin-left: auto;
    margin-right: auto;
    padding: 10% 16%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0px;
/*    border-right: 1px solid rgba(255,255,255,0.2);*/
/*    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);*/
}

.quote-iconbox {
    width: 30px;
    height: 30px;
}
.quote-iconbox1{
    position: absolute;
    top: 30px;
    right: 50px;
}
/*
.quote-iconbox2{
    position: absolute;
    bottom: 0;
    right: 0;
}
*/
.quote-iconbox i {
    color: #ff4328;
    font-size: 40px;
}

.quote-iconbox img {
    width: 100%;
    height: auto;
}


.testi-contentbox .commetator-name {
    color: #ff4328;
    font-size: 20px;
    line-height: 26px;
/*    text-align: center;*/
    font-weight: 700;
    margin-bottom: 0;
}

.testi-contentbox .commetator-post {
    color: #1c1c1c;
    font-size: 14px;
    line-height: 20px;
/*    text-align: center;*/
    font-weight: 500;
    margin-bottom: 0;
}

/*
.commentbox {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
    padding-top: 30px;
    padding-bottom: 20px;
}
*/

.testi-contentbox .brand-comments {
    color: #1c1c1c;
    font-size: 14px;
    line-height: 20px;
/*    text-align: center;*/
    font-weight: 400;
    margin-bottom: 20px;
/*    max-width: 500px;*/
    margin-left: auto;
    margin-right: auto;
}

.user-iconbox i{
    color: #ff4328;
    font-size: 40px;
}

.ratingbox{
    text-align: center;
}
.ratingbox i{
    font-size: 20px;
    color: #f5ad0d;
}
.commentator-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.commentator-detailsbox{
    padding-left: 20px;
}



/*
.testimonial-section .owl-theme .owl-dots .owl-dot {
    display: none;
}
*/


.testimonial-section .owl-theme .owl-nav {
    margin-top: 0 !important;
}

.testimonial-section .owl-prev {
    width: 45px !important;
    height: 45px !important;
    transition: .5s;
    position: absolute;
    left: -5%;
    top: 40%;
    bottom: 0px;
    background-color: none !important;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 5px 10px !important;
    margin: 0 !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    /*    box-shadow: -1px 3px 3px 0 rgb(80 80 80 / 20%);*/
}

.testimonial-section .owl-prev i {
    font-size: 30px;
    line-height: 30px;
    color: #000 !important;
}

.testimonial-section .owl-next {
    width: 45px !important;
    height: 45px !important;
    color: #fff !important;
    transition: .5s;
    position: absolute;
    right: -5%;
    top: 40%;
    bottom: 0px;
    background-color: none !important;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 5px 10px !important;
    margin: 0 !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    /*    box-shadow: -1px 3px 3px 0 rgb(80 80 80 / 20%);*/
}

.testimonial-section .owl-next i {
    font-size: 30px;
    line-height: 30px;
    color: #000 !important;
}

.testimonial-section .owl-theme .owl-dots .owl-dot.active span,
.testimonial-section .owl-theme .owl-dots .owl-dot:hover span {
    background: #1b1b1b !important;
}
.testimonial-section .owl-theme .owl-dots .owl-dot span{
    background: #cecece !important;
    width: 26px !important;
    height: 6px !important;
}


/*Contact form section start*/


.fa-check {
    font-size: 72px !important;
    color: #25d317;
    margin-bottom: 25px;
  }


.contactus-section {
    position: relative;
/*    background: #dc3a30;*/
}
.g-map iframe{
    width: 100%;
    height: 702px;
    overflow: hidden;
}

.g-map-c iframe{
    width: 100%;
    height: 402px;
    overflow: hidden;
}

.contactus-section .trans_heading{
    bottom: 45px;
}
.contactus-section .heading-section .heading-1::before {
    display: none;
}

.contact-imagebox{
    width: 100%;
    height: auto;
}
.contact-imagebox img{
    width: 100%;
    height: auto;
}

.form-box{
    padding-top: 70px;
    padding-left: 12%;
    padding-right: 12%;
    padding-bottom: 82px;
/*    background: #dc3a30;*/
/*    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 30%);*/
}

.bg_gray {
    background-color: #f4f4f4;
}

.text_b {
    color: #212529;
}

.contactus-section .content-heading2{
    font-size: 40px;
    line-height: 46px;
}
.contact-form-heading{
    color: #fff;
    font-size: 36px;
/*    text-align: center;*/
    line-height: 42px;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-bottom: 30px;
    position: relative;
}

.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%;
}
.form-group{
    margin-bottom: 20px;
}
.contact-form .form-control {
    height: 40px;
    color: #454545 !important;
    background-color: #fff !important;
    border: 1px solid #cccccc !important;
    border-radius: 20px !important;
    padding-left: 30px;
}
.contact-form .form-control::placeholder{
    color: #454545 !important;
}
.contact-form textarea{
    height: 120px !important;
}

.submit-button {
    margin-top: 30px;
}
.submit-button .btn1{
    display: block;
    width: 100%;
    color: #fff;
    border: 1.5px solid #ff4328;
    background: #ff4328;
    border-radius: 30px;
}
.submit-button .btn1:hover{
    color: #fff !important;
    background: #1c1c1c;
    border: 1.5px solid #1c1c1c;
}

.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;
    margin-top: 20px;
}

.iconbox {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    margin-right: 20px;
    transition: 0.3s;
}
.iconbox i{
    color: #2acaa6;
    font-size: 20px;
}

/*
.iconbox:hover{
    color: #fff;
    background: #d48d04;
    transition: 0.3s;
}
*/

.emailbox2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}
.email-address{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.email-address:hover{
    color: #fff;
}
.phonebox2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.contact-no{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.location{
    color: #fff;
    font-size: 16px !important;
    font-weight: 500  !important;
}
.contact-no:hover{
    color: #fff;
}
.contact-detailsbox p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #e8e8e8;
}

/*Contact form section end*/


/*Footer start*/

.footer-section {
    padding: 100px 0 0;
    background-color: #f6f6f6;
}

.footer-clmn1 {
    padding-left: 0px;
}

.footer-heading {
    color: #505050;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}

.footer-logo {
    width: 150px;
    height: auto;
}

.footer-logo a img {
    width: 100%;
    height: auto;
}

.company-details {
    color: #838383;
    font-size: 15px;
    line-height: 22px;
    margin-top: 25px;
}

.footer-contact-details {
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 15px 0px;
    /*background: #fff;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* align-items: center; */
    justify-content: space-between;
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);*/
}

.footer-contactbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer-contact-iconbox {
    width: 40px;
    height: 40px;
}

.footer-contact-iconbox i {
    color: #505050;
    font-size: 32px;
}

.footer-contact-content {
    margin-left: 10px;
}

.ft_hd {
    color: #838383;
    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:nth-child(4){
    display: none;
}*/
.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: #838383;
    transition: 0.3s ease-in-out;
    font-size: 15px;
    line-height: 22px;
    display: flex;
}

.ql a:hover {
    color: #505050;
    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: #505050;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

.contact-no2 {
    color: #505050;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    transition: 0.3s ease-in-out;
}

.contact-no2 a {
    color: #838383;
    transition: 0.3s ease-in-out;
}

.contact-no2 a:hover {
    color: #505050;
    transition: 0.3s ease-in-out;
}



.email-address-heading {
    color: #505050;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

.location-heading {
    color: #505050;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}

.email-address2 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    transition: 0.3s ease-in-out;
}

.email-address2 a {
    color: #838383;
    transition: 0.3s ease-in-out;
}

.email-address2 a:hover {
    color: #505050;
    transition: 0.3s ease-in-out;
}

.location2 {
    color: #b4b4b4;
    font-size: 15px;
    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 .icons {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #6ebf2f;
    border: 1px solid #505050;
    background: transparent;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
}

.footer-section .social_con .social_icons .icons i {
    color: #505050;
    font-size: 16px;
    transition: 0.3s;
}

.footer-section .social_con .social_icons .icons i:first-child {
    margin-left: 0;
}

.footer-section .social_con .social_icons .icons:hover {
    background: #505050;
    transition: 0.3s;
}

.footer-section .social_con .social_icons .icons:hover i {
    color: #fff;
}



.footer-section .social_con .social_icons {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

.footer_end {
    width: 100%;
    height: auto;
    margin-top: 50px;
    /*    background: #fff;*/
/*    border-top: 1px solid rgba(255, 255, 255, 0.3);*/
}

.footer-end-content {
    padding: 20px 0;
    border-top: 1px solid rgba(0,0,0,0.3);
}

.ft_end_txt {
    color: #838383;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    transition: 0.3s ease-in-out;
}

.ft_end_txt a {
    color: #b4b4b4;
    transition: 0.3s ease-in-out;
}

.ft_end_txt2 {
    text-align: right;
}

.ft_end_txt a:hover {
    color: #ff4328;
    transition: 0.3s ease;
}

.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;
}
.about_page-sec1 .left-contentbox {
    padding-left: 0px;
}
.about_page-sec1 .left-contentbox-details {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    
}
.about_page-sec2{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: floralwhite;
}
.about_page-sec2 .left-contentbox-details {
    color: #414141;
    padding-top: 0 !important;
    
}
.about_page-sec2 .content-con {
    padding-bottom: 0px;
}


.bg-banner-image {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #202020;
    /*background-image: url(../images/pro-banner.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;*/
    padding: 50px 0;
}


.about-content {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.about-content h1 {
    color: #FFFFFF;
    font-size: 34px;
    text-align: center;
    font-weight: bold;
    font-family: 'Calistoga', cursive !important;
    margin-bottom: 0;
    text-transform: capitalize;
}

.about-content nav {
    width: 100% !important;
    margin-top: 10px;
}

.about-content .breadcrumb {
    padding: 0 !important;
    margin-bottom: 0 !important;
    background-color: transparent !important;
    text-transform: capitalize;
}
.breadcrumb-center {
    justify-content: center;
  }
.about-content .breadcrumb-item a {
    font-size: 12px;
    color: #777777 !important;
}

.about-content .breadcrumb-item.active {
    font-size: 12px;
    color: #777777 !important;
}

.about-content .breadcrumb-item.active a {
    font-size: 12px;
    color: #777777 !important;
}

.about-content .breadcrumb-item + .breadcrumb-item::before {
    font-size: 12px;
    color: #777777 !important;
}


.mission_imgbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    position: relative;
    background-color: #fff;
    border-bottom: 3px solid #000;
    margin-top: 30px;
    border-radius: 20px;
  }


.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;
}

/*
.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 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: 500;
    color: #1c1c1c;
    margin-bottom: 20px;
    border-bottom: 2px solid #ff4328;
    padding-bottom: 10px;
    font-family: 'Calistoga', cursive !important;
    line-height: 28px;
}

.our-products table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.our-products table tr:nth-child(odd) {
    background: #f4f4f4;
}

.our-products table th,
td {
    width: 50%;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 1px solid #dfdfdf !important;
}

.product-imgcon {
    /*    border: 2px solid #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 #fff !important;
    border-radius: 5px !important;
}

/*
.right-form-box .contact-form .form-control::placeholder{
    color: #777777;
}
*/
.submit-button .btn1 {
    width: 100%;
    display: block;
    border-radius: 30px;
}

.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;
}

.features-list,
.features-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.features-list {
    margin: 2em 0;
}

.features-list li {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    margin-left: 2em;
    color: #333;
}

.features-list li::before {
    content: '\f105';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.2em;
    color: #ff4328;
    font-size: 15px;
}

/*Category page end*/


.achiev_section1 {
    padding-top: 90px;
    padding-bottom: 90px;
}


.nav-tabs {
    border-bottom: 2px solid #fff !important;
  }

  .nav-tabs .nav-link {
    border: 2px solid transparent !important;
      border-top-color: transparent;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    color: #212529 !important;
  } 
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff !important;
    font-weight: 600 !important;
    background-color: #ff4328 !important;
    border-color: #ff4328 #ff4328 #ff4328 !important;
  }  

  .nav-tabs .nav-item {
    margin-bottom: -2px !important;
  }


  sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    font-weight: 600 !important;
    width: 7px;
    display: inline-block;
    bottom: 0.75em !important;
    left: -12px !important;
  }

  .img-wapper {
    height: 200px;
    width: 100%;
    position: relative;
    min-height: 200px;
    padding: 30px;
    border: 1px solid #eeeeee;
    background-color: #FFFFFF;
    text-align: center;
    margin-bottom: 0px;
    overflow: hidden;
  }
  
  .img-wapper img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }







  
/*
.email-con {
    margin-left: 20px;
}
*/

.emailbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*    align-items: center;*/
}

.email-icon {
    width: 20px;
    height: auto;
}

.email-icon i {
    font-size: 22px;
    color: #ff4328;
}

.email-icon img {
    width: 100%;
    height: auto;
}

.email_contentbox {
    margin-left: 7px;
}

.email_heading {
    color: #2a2a2a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
.email_contentbox span{
    color: #ff4328;
    font-weight: 600;
}
.emailid {
    color: #8a8a8a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
}

.emailid:hover {
    color: #202020;
}

/*
.phone-con {
    margin-left: 20px;
}
*/

.phonebox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*    align-items: center;*/
}

.phone-icon {
    width: 20px;
    height: auto;
}

.phone-icon i {
    font-size: 22px;
    color: #ff4328;
}

.phone-icon img {
    width: 100%;
    height: auto;
}

.phone_contentbox {
    margin-left: 7px;
}

.phone_heading {
    color: #2a2a2a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
.phone_contentbox span{
    color: #ff4328;
    font-weight: 600;
}
.phone-no {
    color: #8a8a8a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
}

.phone-no:hover {
    color: #202020;
}

.text-sub {
    left: -5px !important;
    width: 4px;
  }