@import url('https://fonts.googleapis.com/css2?family=Anton&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    margin: 0;
    padding: 0;
}

html{
    scroll-behavior: smooth !important;
}
body{
    width: 100%;
    overflow-x: hidden;
    font-family: 'Roboto', 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;
}


/*Header start*/

.header {
    width: 100%;
    color: #1e1e1e !important;
    z-index: 111 !important;
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 15px;
/*    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);*/
}

/*Top header start*/

.top-header {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 5px;
    padding-right: 15px;
    position: relative;
    z-index: 111 !important;
    background: transparent;
/*    border-bottom: 1px solid rgba(0,0,0,0.15);*/
}

.top-header-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.email-con {
    height: 25px;
    padding-right: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.email-icon {
    padding-top: 2px;
}

.email-icon i {
    color: #fff;
    font-size: 14px;
    padding-right: 10px;
}

.emailid {
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif !important;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    text-shadow: 1px 1px 4px #2a2a2a;
}

.emailid:hover {
    color: #71cdda;
    transition: 0.3s;
}

.phone-con {
    height: 25px;
    padding-right: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.phone-icon i {
    color: #fff;
    font-size: 14px;
    padding-right: 10px;
}

.phone-no {
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif !important;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    text-shadow: 1px 1px 4px #2a2a2a;
}

.phone-no:hover {
    color: #71cdda;
    transition: 0.3s;
}

.appointment-btn{
    color: #fff;
    font-size: 13px;
    padding: 5px 7px;
    background: #077c7b;
    border: 1px solid #077c7b;
    transition: 0.3s ease-in-out;
}
.appointment-btn:hover{
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}
.social_con .social_icons {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0px;
}

.social_con .social_icons .icons {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
}

.social_con .social_icons .icons i {
    font-size: 16px;
    transition: 0.3s;
}

.social_con .social_icons .icons i:first-child {
    margin-left: 0;
}

.social_con .social_icons .icons:hover {
    background: #fff;
    transition: 0.3s;
}

.social_con .social_icons .icons:hover i {
    color: #204758;
}
/*Top header end*/


/*Main header start*/
.main-header-section{
    width: 100%;
    background: transparent;
    z-index: 111 !important;
    position: relative;
    transition: 0.5s ease;
}
/*
.mb-sticky{
    background: #030f27;
    width: 100%;
    position: fixed;
    z-index: 11111 !important;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
}
*/
.main-header {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    /*    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);*/
}
.logobox {
    position: absolute;
    top: -70px;
    left: 40px;
}
.navbar-brand {
    max-width: 165px;
    padding: 0 0 !important;
}

.navbar-brand img {
    width: 100%;
    height: auto;
}

/*
.sticky {
    background: #41a3b1;
    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-in-out;
}
*/

/*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 {
    width: 100%;
/*
    position: fixed;
    top: 0;
    left: 0;
*/
}

.banner-image1 {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url(../images/banner-1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-image2 {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url(../images/banner-2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-image3 {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url(../images/banner-3.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-contentbox {
    position: absolute;
    height: 100vh;
    top: 0px;
    left: 9%;
    right: 9%;
    max-width: 500px;
    margin-top: 60px;
/*
    margin-left: auto;
    margin-right: auto;
*/
    width: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-contentbox .banner-heading1 {
    color: #077c7b;
    font-size: 38px;
    font-weight: 300;
    line-height: 44px;
    font-family: 'Jost', sans-serif !important;
    margin-bottom: 0;
    padding-bottom: 0px;
/*    text-align: center;*/
/*    text-shadow: 1px 1px 4px #2a2a2a;*/
    position: relative;
/*    margin-top: 50px;*/
}
/*
.banner-contentbox .banner-heading1::after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    content: '';
    width: 200px;
    border-bottom: 4px solid #5dc0d0;
}
*/
.banner-contentbox .banner-heading2 {
    color: #077c7b;
    font-size: 56px;
    line-height: 62px;
    font-weight: 400;
    font-family: 'Jost', sans-serif !important;
    margin-top: 0px;
    margin-bottom: 10px;
/*  text-align: center;*/
    text-shadow: 1px -1px 2px #fff;
}
.banner-contentbox .banner-heading3{
    max-width: 300px;
    color: #fff;
    background: #077c7b;
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
    padding: 5px 10px;
    font-family: 'Jost', sans-serif !important;
}
.banner-details {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
}

.banner-section .owl-theme .owl-dots .owl-dot {
    display: none !important;
}
.banner-section .owl-theme .owl-nav{
    margin-top: 0 !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: #fff !important;
    text-shadow: 1px 1px 4px #2a2a2a;
}

.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: #fff !important;
    text-shadow: 1px 1px 4px #2a2a2a;
}

.banner-button {
    margin-top: 60px;
    margin-left: 5px;
    text-align: center;
}
.banner-button .btn1{
    color: #fff;
    background: #01a0e2;
    border: 1.5px solid #01a0e2;
    transition: 0.3s ease-in-out;
}

.banner-button .btn1:hover {
    color: #fff;
    transition: 0.3s ease-in-out;
    background: transparent;
    border: 1.5px solid #01a0e2;
}




/*Banner end*/



/*Section1 start*/

.section1 {
    padding-top: 0;
    padding-bottom: 0px;
}

.heading-section .heading-1 {
    color: #087c7b;
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}
.heading-section .heading-1::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    content: '';
    width: 70px;
    border-bottom: 2px solid #087c7b;
}
.heading-section .heading-2 {
    color: #01a0e2;
    font-size: 36px;
    text-align: center;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.heading-section .details {
    color: #777;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 30px;
}


.imagebox{
    width: 100%;
    height: auto;
    transition: 0.5s ease;
}
.imagebox img{
    width: 100%;
    height: auto;
    transition: 0.5s ease;
}
.section1 .service-row{
    background: #71cdda;
}
.section1 .imagecon{
    width: 100%;
    height: 337px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}
.section1 .imagecon:hover img{
    transform: scale(1.1);
}
.service_conbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #9aecea;
    height: 337px;
    overflow: hidden;
    padding: 15px 30px;
}
.service_con-heading{
    color: #087c7b;
    font-size: 28px;
    line-height: 28px;
/*    font-family: 'Roboto Condensed', sans-serif !important;*/
/*    font-weight: 500;*/
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.service_con-heading span{
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}
.service_con-details{
    color: #087c7b;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    max-width: 250px;
    margin-bottom: 45px;
}

.learn-more-button{
    margin-bottom: 15px;
}

.learn-more-button .btn1{
    color: #087c7b;
    background: #fff;
    border: 1.5px solid #fff;
    border-radius: 0;
}
.learn-more-button .btn1:hover {
    color: #fff;
    background: #087c7b;
    border: 1.5px solid #087c7b;
}
.knowmore_button{
    margin-top: 50px;
}

.btn1 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 30px;
    text-align: center;
    background: #087c7b;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    border: 1.5px solid #087c7b;
    border-radius: 5px;
}

.btn1:hover {
    color: #087c7b;
    transition: 0.3s ease-in-out;
    background: transparent;
    border: 1.5px solid #087c7b;
}

.md-col-dblock{
    display: none;
}
/*Section1 end*/


/*Get a appointment Section start*/

.get-a-ques-section {
    background: #41a3b1;
    padding: 50px 0;
}
.get-a-ques-content-heading {
    color: #fff;
    font-size: 36px;
    font-family: 'Roboto Condensed', sans-serif !important;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 0;
}

.get-a-ques-content-details {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}
.get-a-ques-button {
    text-align: right;
}

.get-a-ques-button .btn1{
    color: #fff;
    background: transparent;
    border: 1.5px solid #fff;
}
.get-a-ques-button .btn1:hover {
    color: #5bb5c8;
    background: #fff;
    border: 1.5px solid #fff;
}

/*Get a appointment Section end*/



/*section2 start*/

.section2{
    padding-top: 90px;
    padding-bottom: 90px;
}

.details-2{
    color: #fff;
    font-size: 18px;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.left_imgbox{
    width: 100%;
    height: auto;
}

.left_imgbox img{
    width: 100%;
    height: auto;
}
.left_heading1{
    color: #087c7b;
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

.left_heading1::after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 170px;
    border-bottom: 2px solid #41a3b1;
}
.left_heading2{
    color: #777;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
}
.left_details{
    color: #777;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 40px;
}
.learnmore_button .btn1{
    color: #087c7b;
    background: transparent;
    border: 1.5px solid #009a44;
}
.learnmore_button .btn1:hover{
    color: #fff;
    background: #087c7b;
    border: 1.5px solid #087c7b;
}

.right_box-con{
    width: 100%;
    height: auto;
    padding: 15px;
    background: #ebebeb;
}



.service_box{
    width: 100%;
    height: auto;
}

.service_box-icon{
    width: 75px;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.service_box-icon img{
    width: 100%;
    height: auto;
}
.service_box-content-title{
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
}

.mt-40 {
    margin-top: 40px !important;
}


/*section2 end*/


/*Section3 start*/

.section3 {
    padding-top: 0px;
    padding-bottom: 90px;
    
}
.section2-leftbox {
    width: 100%;
    height: 192px;
    background: #fff;
    padding: 30px 25px;
    border: 1px solid #dfebbc;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    transition: 0.3s ease-in-out;
}
.section2-leftbox:hover{
    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);
}
.section2-left_iconbox {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #9aecea;
    display: grid;
    place-items: center;
/*    padding: 20px;*/
}



.section2-left_iconbox img {
    width: 40px;
    height: auto;
}
.section2-left_contentbox{
    max-width: 67%;
    margin-left: 20px;
}
.section2-left_contentbox-heading {
    color: #087c7b;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}
.section2-left_contentbox-details {
    color: #232323;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.readmore-button{
    position: relative;
}
.readmore-btn{
    color: #00a658;
    transition: 0.3s ease-in-out;
    text-decoration: underline !important;
}
.readmore-button::after{
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 50px !important;
    height: 1px !important;
    border-bottom: 1px solid #087c7b !important;
}
.readmore-btn:hover{
    color: #087c7b;
    text-decoration: underline !important;
}

.mt-30{
    margin-top: 30px !important;
}
.mt-20 {
    margin-top: 20px !important;
}


/*Section3 end*/

/*section4 start*/

.section4{
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
}
.section4::before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 70%;
    background: #9aecea;
}
.left_conbox-heading1{
    color: #087c7b;
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    margin-bottom: 10px;
}
.left_conbox-heading2{
    color: #087c7b;
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 10px;
}

.video_box-con{
    border: 10px solid #087c7b;
}

/*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: 350px;
    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: 100px;
    height: 100px;
    -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: #9aecea;
}

.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 {
    font-size: 24px;
    color: #087c7b;
    border-radius: 5px;;
}

.pulse {
animation: pulse-animation 2s infinite;
}
  
@keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgba(154, 236, 234, 0.4);
    }
    100% {
      box-shadow: 0 0 0 25px rgba(154, 236, 234, 0);
    }
}


/*Video Style*/


.right_contentdetails{
    color: #232323;
    font-size: 14px;
    line-height: 20px;
}

.box {
    width: 100%;
    height: auto;
    background: #087c7b;
    border-radius: 5px;
    padding: 20px 30px;
}
.box-heading1 {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 5px;
}
.box-icon-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.box-icon {
    width: 40px;
    height: 40px;
}
.box-icon img {
    width: 100%;
    height: auto;
}
.box-content {
    color: #ffff;
    font-size: 36px;
    font-weight: 800;
    margin-left: 10px;
}

/*section4 end*/


/*section5 start*/

.section5{
    width: 100%;
    padding-top: 0px;
    padding-bottom: 90px;
}

.section5 .heading-section .heading-1 {
    color: #121314;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
/*    padding-bottom: 5px;*/
    margin-bottom: 15px;
}

.section5 .heading-section .heading-1::after {
    display: none;
}

.section5 .heading-section .heading-2::after {
    display: none;
}

.section5 .heading-section .heading-2 {
    color: #41a3b1;
    font-size: 36px;
    text-align: center;
    line-height: 42px;
    font-weight: 300;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}

.swiper-container{
    max-width: 1140px;
    overflow: hidden;
}
.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 400px !important;
    height: auto!important;
    overflow: hidden;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}
.more-info-button .btn1{
    color: #087c7b;
    background: transparent;
    border: 1.5px solid #009a44;
}
.more-info-button .btn1:hover{
    color: #fff;
    background: #087c7b;
    border: 1.5px solid #087c7b;
}



/*section5 end*/


/*section6 start*/

.section6 {
    width: 100%;
    height: 450px;
    position: relative;
    background-image: url(../images/section6_bg-image.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.section6 .heading-section {
    width: 100%;
    height: 450px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.section6 .heading-section .heading-1{
    color: #fff;
}
.section6 .heading-section .heading-1::after{
    display: none;
}
.section6 .heading-section .details{
    color: #fff;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.section6 .learnmore_button .btn1{
    color: #fff;
    background: #71cdda;
    border: 1.5px solid #fff;
}
.section6 .learnmore_button .btn1:hover{
    color: #fff;
    background: #087c7b;
    border: 1.5px solid #087c7b;
}


/*section6 end*/


/*Testimonial section start*/

.testimonial-section {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #9aecea;
    margin-top: 90px;
}

.testimonial-section .heading-section .heading-1 {
    color: #121314;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.testimonial-section .heading-section .heading-1::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0px;
    width: 75px;
    border-bottom: 2px solid #00a658;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-section .heading-section .heading-2::after {
    display: none;
}

.testimonial-section .heading-section .heading-2 {
    color: #087c7b;
    font-size: 36px;
    text-align: center;
    line-height: 42px;
    font-weight: 300;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}

.testimonial-section .owl-carousel .owl-stage-outer {
    padding-top: 20px;
    padding-bottom: 20px;
}

.testimonial-section .testi-box {
    width: 90%;
    height: 280px;
    position: relative;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 30px 30px 30px;
    border-radius: 0px;
    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);
}

.quote-iconbox {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.quote-iconbox i {
    color: #71cdda;
    font-size: 50px;
}

.quote-iconbox img {
    width: 100%;
    height: auto;
}

.testi-contentbox .commetator-name {
    color: #2a2a2a;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
}

.testi-contentbox .commetator-post {
    color: #077c7b;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
}

.commentbox {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.testi-contentbox .brand-comments {
    color: #777777;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-section .owl-theme .owl-dots .owl-dot {
    display: none;
}

.testimonial-section .owl-theme .owl-dots .owl-dot {
    display: none !important;
}

.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: #0b5f6e !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 span {
    font-size: 50px;
    line-height: 30px;
    color: #fff !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: #0b5f6e !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 span {
    font-size: 50px;
    line-height: 30px;
    color: #fff !important;
}

/*Testimonial section end*/




/*Contact form section start*/

.contactus-section {
/*    background: #f3ccff;*/
    padding-top: 70px;
    padding-bottom: 70px;
}
.form-box {
    padding-left: 45px;
    padding-right: 45px;
}
.contactus-section .info {
    width: 100%;
    padding: 0;
}
.form-heading1{
    color: #fe5a0e;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}
.form-heading {
    color: #077c7b;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 30px;
}
.contact-form-heading2 {
    color: #000;
    text-align: left;
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
}
.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: #f5ad0d;
    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: #000;
    font-size: 16px;
    font-weight: 600;
}
.email-address:hover{
    color: #000;
}
.phonebox2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.contact-no{
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.location, .email-heading, .contact-no-heading{
    color: #000;
    font-size: 18px !important;
    font-weight: 700  !important;
}
.contact-no:hover{
    color: #000;
}
.contact-detailsbox p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
}

.contact-form {
    width: 100%;
    height: auto;
/*
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 65px;
    background: #fff;
*/
}

.contact-form .form-control {
    color: #077c7b !important;
    background-color: #9aecea !important;
    border: 1px solid #9aecea !important;
/*    border-radius: 0 !important;*/
}
.contact-form .form-control::placeholder{
    color: #077c7b !important;
}
.submit-button {
    margin-top: 30px;
}
.submit-button .btn1{
    color: #fff;
    background: #077c7b;
    border: 1.5px solid #077c7b;
}
.submit-button .btn1:hover{
    color: #077c7b;
    background: transparent;
    border: 1.5px solid #077c7b;
}
/*Contact form section end*/


/*Footer start*/

.footer-section {
    padding: 70px 0 0;
    background-color: #204758;
}

.footer-clmn1 {
    padding-left: 0px;
}

.footer-heading {
    color: #71cdda;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.footer-logo {
    width: 250px;
    height: auto;
}

.footer-logo a img {
    width: 100%;
    height: auto;
}

.company-details {
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
}

.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: #71cdda !important;
    font-weight: 700;
    font-size: 18px !important;
    margin-top: 50px;
    margin-bottom: 10px !important;
}

.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: #fff;
    transition: 0.3s;
    font-size: 14px;
    display: flex;
}

.ql a:hover {
    color: #71cdda !important;
    transition: 0.3s;
    text-decoration: none;
}

.timetable {
    margin-top: 0px;
}
.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;
}

.social_con p {
    margin-bottom: 0;
    padding: 0;
    color: #fff;
    font-weight: 700;
}

.contact-no-heading {
    color: #41a3b1;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.contact-no2 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    transition: 0.3s ease-in-out;
}
.contact-no2:hover {
    color: #71cdda;
}
.email-address-heading {
    color: #41a3b1;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 20px;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.location-heading {
    color: #41a3b1;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 20px;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.email-address2 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    transition: 0.3s ease-in-out;
}
.email-address2:hover {
    color: #71cdda;
}
.location2 {
    color: #fff;
    font-size: 14px;
    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: #fff;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
}

/*
.social_con .social_icons .icons i {
    font-size: 16px;
    transition: 0.3s;
}

.social_con .social_icons .icons i:first-child {
    margin-left: 0;
}
*/

.footer-section .social_con .social_icons .icons:hover {
    background: #fff;
    transition: 0.3s;
}

.footer-section .social_con .social_icons .icons:hover i {
    color: #204758;
}



/*
.social_con .social_icons {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

.social_con .social_icons .icons {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #bc0000;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
}

.social_con .social_icons .icons i {
    font-size: 16px;
    transition: 0.3s;
}

.social_con .social_icons .icons i:first-child {
    margin-left: 0;
}

.social_con .social_icons .icons:hover {
    background: #fff;
    transition: 0.3s;
}

.social_con .social_icons .icons:hover i {
    color: #bc0000;
}
*/



.footer_end {
    width: 100%;
    height: auto;
    margin-top: 50px;
    background: #41a3b1;
/*    border-top: 1px solid rgba(255,255,255,0.3);*/
}

.footer-end-content {
    padding: 20px 0;
/*    border-top: 1px solid rgba(255,255,255,0.5);*/
}

.ft_end_txt {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.ft_end_txt a {
    color: #fff;
    transition: 0.3s ease;
}
.ft_end_txt2{
    text-align: right;
}
.ft_end_txt a:hover {
    color: #fff;
    transition: 0.3s ease;
}

.footer_end-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/*Footer end*/


/*Gallery page start*/

.gallery_section1{
    padding-top: 90px;
    padding-bottom: 90px;
}
.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: #087c7b;
}

.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_image-name{
    color: #087c7b;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-top: 20px;
    text-align: center;
}


/*Gallery page end*/



/*About page start*/
.banner-heading-section{
    /* background: #204758; */
    position: relative;
    padding-top: 160px;
    padding-bottom: 34px;
    background: rgb(32,71,88);
background: linear-gradient(180deg, rgba(32,71,88,1) 0%, rgba(32,71,88,1) 55%, rgba(226,231,233,1) 55%, rgba(226,231,233,1) 100%);
}

/*
.banner-bg-image{
    position: relative;
    background-image: url(../images/banner-1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 50px;
}
*/

.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: rgb(32,71,88);
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
    padding-top: 50px;
}
.about-content nav{
    width: 100% !important;
    margin-top: 10px;
}
.about-content .breadcrumb{
    padding: 0 !important;
    margin-bottom: 0 !important;
    background-color: transparent !important;
}
.about-content .breadcrumb-item a {
    color: rgb(32,71,88) !important;
}
.about-content .breadcrumb-item.active {
    color: rgb(32,71,88) !important;
}
.about-content .breadcrumb-item.active a {
    color: rgb(32,71,88) !important;
}
.about-content .breadcrumb-item+.breadcrumb-item::before {
    color: rgb(32,71,88) !important;
}

.imagebox{
    width: 100%;
    height: auto;
}
.imagebox img{
    width: 100%;
    height: auto;
}

/*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: #777;
}

.list-row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 40px;
}
.list-column {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
/*    align-items: center;*/
}
.about-iconbox {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.about-iconbox i{
    font-size: 20px;
}

.list-content .icon-heading {
    font-size: 14px;
    line-height: 20px;
    color: #2a2a2a;
    font-weight: 700;
    margin-bottom: 0;
}

.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;
}
.content-heading1{
    color: #fff;
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
}
.left-contentbox-details {
    margin-bottom: 0;
    color: #ededed;
}

.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: #ef7f1b;
    background: transparent;
    transition: 0.3s ease;
    border: 1.5px solid #ef7f1b;
}
.button-group .btn1:hover{
    color: #fff;
    background: #ef7f1b;
    transition: 0.3s ease;
    border: 1.5px solid #ef7f1b;
}
.button-group .learn-more-btn2{
    color: #fff;
    background: #01a0e2;
    transition: 0.3s ease;
    border: 1.5px solid #01a0e2;
    margin-left: 20px;
}

.button-group .learn-more-btn2:hover{
    color: #01a0e2;
    background: transparent;
    transition: 0.3s ease;
    border: 1.5px solid #01a0e2;
}

.more-products{
    padding-top: 80px;
    padding-bottom: 80px;
}

.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 {
    line-height: 21px;
  margin: .5em;
  margin-left: 3em;
  color: #777;
}

.features-list li:before {
  content: '\f05d';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #087c7b;
  font-size: 20px;
}

/*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-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: 90px;
    padding-bottom: 90px;
}
.service_imagebox{
    width: 100%;
    height: 450px;
    overflow: hidden;
}
.service_imagebox img{
    width: 100%;
    height: auto;
}
/*
.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;
}
.features_info{
    margin-top: 30px;
}

.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(113,205,218,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(113,205,218,0.3);
    padding-top: 40px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
}
.right-form-box-heading{
    color: #454545;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(11,95,110,0.5);
    margin-bottom: 40px;
}
.service-section1 .contact-form {
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.right-form-box .contact-form .form-control {
    height: 45px;
    color: #b7b7b7 !important;
    background-color: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 0 !important;
}
.right-form-box .contact-form textarea{
    height: 100px !important;
}


.right-form-box .submit-button .btn1{
    width: 100%;
    display: block;
}

.right-service-box{
    background: rgba(113,205,218,0.3);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
}
.service-list{
    list-style: none;
}
.service-item{
    width: 100%;
    height: 50px;
    display: block;
    color: #777;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.3s ease;
    border-bottom: 1px solid rgba(11,95,110,0.5);
}
.service-item:hover{
    color: #087c7b;
    transition: 0.3s ease;
}
.right-service-box .right-form-box-heading{
    margin-bottom: 0px;
}


.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: #087c7b;
    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: 16px;
    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: #952d0a;*/
    background: #dfdfdf;
    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;
}
/*Category page end*/