@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=Outfit:wght@100..900&display=swap');

*
{
    margin:0px;
    padding:0px;
}
h1,h2,h3,h4,h5,h6
{
    font-family: "Poppins", sans-serif;
}
p
{
    font-family: "Poppins", sans-serif;
}
a
{
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}
input
{
    font-family: "Poppins", sans-serif;
}
textarea
{
    font-family: "Poppins", sans-serif;
}
::placeholder
{
    font-family: "Poppins", sans-serif;
}
section
{
    padding: 50px 0;
}

/*menu*/

.toggle
{
    display: none;
}
a.logo 
{
    background: #fff;
    border-radius: 100px;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 6px solid #11683E;
}
a.logo img 
{
    max-width: 70px;
    position: relative;
    z-index: 1;
}
.main-menu
{
    position: relative;
}
header.desktop-menu
{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    z-index: 100;
    padding: 10px 0;
    background: #fff;
}
header.desktop-menu:before
{
    content:'';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background:#11683E;
    width: 100%;
    height: 73px;
}
header.desktop-menu nav
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}
.desktop-menu nav ul
{
    margin:0px;
}
.desktop-menu nav ul li
{
    margin-right:20px;
    list-style: none;
    display: inline-block;
}
.desktop-menu nav ul li:last-child
{
    margin-right:0px;
}
.desktop-menu nav ul li a
{
    text-transform: capitalize;
    color:#fff;
    font-weight: 600;
    transition: all 0.3s ease;
    padding:25px 10px;
}
.desktop-menu nav ul li a:hover
{
    background:#212121;
    color:#fff;
}

/*homebanner*/

section.homebanner
{
    position: relative;
    height: 739px;
    background:url('../images/homebanner/homebanner.webp') no-repeat;
    background-size: cover;
}
.absolute-center
{
    position: absolute;
    left:50%;
    top: 59%;
    transform: translate(-50%,-50%);
}
section.homebanner .banner-details h1
{
    color:#fff;
    margin-bottom:20px;
    margin-top: 10px;
    font-size: 56px;
}
section.homebanner .banner-details p
{
    color:#fff;
    margin-bottom:40px;
    font-weight: 300;
    font-size: 20px;
}
section.homebanner .banner-details span
{
    color:#11683E;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}
.button1 a
{
    text-transform: capitalize;
    color: #fff;
    padding:10px 20px;
    border-radius: 8px;
    background:#11683E;
}

/*aboutus-section*/

section.aboutus-section
{
    position: relative;
    padding-bottom: 140px;
}
section.aboutus-section .about-details p
{
    margin-top: 15px;
    margin-bottom: 36px;
}
section.aboutus-section .aboutus-img img
{
    margin: auto;
    width: 100%;
    max-width: 430px;
    display: block;
}
.title
{
    font-weight: 700;
    color: #11683E;
    text-transform: capitalize;
    font-size: 56px;
    margin-bottom: 47px;
}
section.aboutus-section .boat
{
    position: absolute;
    left:0;
    bottom:0;
    width: 229px;
    height:100px;
}

/*services-section*/

section.services-section
{
    position: relative;
    background: linear-gradient(#F3F3F3 100%, #FFFFFF 100%);
}
section.services-section .owl-stage
{
    display: flex;
    height:100%;    
}
section.services-section .item
{
    display: flex;
    height:100%;
    padding-bottom: 93px;
}
section.services-section .service-column
{
    margin: 90px 10px 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    border:1px solid #11683E;
    border-radius: 16px;
}
section.services-section .service-column .service-header
{
    position: relative;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background:#11683E;
    display: flex;
    width: 100%;
    height: 214px;
}
section.services-section .service-column .service-header .header-img
{
    position: absolute;
    left:50%;
    top: 30%;
    transform: translate(-50%,-50%);
    width: 80%;
    border-radius: 10px;
}
section.services-section .service-column .service-header .service-icon img
{
    position: relative;
    width: 100%;
    max-width: 50px;
}
section.services-section .service-column .service-body
{
    padding: 30px 20px 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #F5FFFA;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    flex: 1;
}
section.services-section .service-column .service-body h3
{
    color:#11683E;
    font-size: 24px;
    margin-bottom: 11px;
    font-weight: 600;
    position: relative;
    padding-top: 23px;
}
section.services-section .service-column .service-body h3:before
{
    content:'';
    position: absolute;
    left:50%;
    top:0;
    width: 50%;
    height:5px;
    background:#11683E;
    border-radius: 5px;
    transform: translateX(-50%);
}
section.services-section .service-column .service-body p
{
    color:#212121;
    font-weight: 500;
    flex: 0.8;
}
section.services-section .owl-nav
{
    position: absolute;
    left:50%;
    top:50%;
    width: 106%;
    transform: translate(-50%,-50%);
    display: flex !important;
    justify-content: space-between;
}
section.services-section .owl-nav .owl-prev
{
    width: 50px;
    height:50px;
    border-radius: 100px;
    border: 1px solid #11683E;
}
section.services-section .owl-nav .owl-prev:hover
{
    color:#ffff;
    background:#11683E;
}
section.services-section .owl-nav .owl-next
{
    width: 50px;
    height:50px;
    border-radius: 100px;
    border: 1px solid #11683E;
}
section.services-section .owl-nav .owl-next:hover
{
    color:#ffff;
    background:#11683E;
}
section.services-section .service-icon
{
    position: absolute;
    left: 50%;
    top: -20%;
    transform: translate(-50%, -50%);
    background:#11683E;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:100px;
    z-index: 1;
    border: 5px solid #fff;
}

/*whychooseus-section*/

section.whychooseus-section
{
    position: relative;
}
section.whychooseus-section:before
{
    content:'';
    position: absolute;
    left: 0;
    top: 57px;
    background:url('../images/whychooseus/whychoose-us.webp') no-repeat;
    background-size: cover;
    background-position: right;
    width: 100%;
    height:100%;
}
section.whychooseus-section .title
{
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
section.whychooseus-section p
{
    margin-bottom:30px;
    position: relative;
    z-index: 1;
}
section.whychooseus-section .whychooseus-img img
{
    margin: auto;
    width: 100%;
    max-width: 506px;
    display: block;
    position: relative;
    z-index: 1;
}
.m20
{
    padding-top: 391px;
}
section.whychooseus-section .whychooseus-details .button1 a
{
    position: relative;
    z-index: 1;
}

/*gallery-section*/

section.gallery-section
{
    position: relative;
    background:url('../images/gallery/gallery-bg.webp') no-repeat;
    background-size: cover;
    overflow: hidden;
}
section.gallery-section .gallery-div
{
    position: relative;
    background:#11683E;
    padding: 45px 17px;
    border-radius: 32px;
}
section.gallery-section .gallery-div:before
{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height:100%;
    background:url('../images/gallery/shape1.webp') no-repeat;
    background-size: cover;

}
section.gallery-section .gallery-div .gallery-item
{
    width: 20rem;
    margin: auto;
}
section.gallery-section .gallery-div .gallery-item img
{
    border-radius: 10px;
    height: 25rem;
}
section.gallery-section .gallery-div .gallery-item .heading h4
{
    font-weight: 700;
    color:#fff;
    font-size:36px;
    text-align: center;
    text-transform: capitalize;
    margin-top: 20px;
}
section.gallery-section .owl-nav
{
    position: absolute;
    left:50%;
    top:50%;
    width: 123%;
    transform: translate(-50%,-50%);
    display: flex !important;
    justify-content: space-between;
}
section.gallery-section .owl-nav .owl-prev
{
    width: 50px;
    height:50px;
    border-radius: 100px;
    border: 1px solid #11683E;
    color:#fff;
}
section.gallery-section .owl-nav .owl-prev:hover
{
    color:#ffff;
    background:#11683E;
}
section.gallery-section .owl-nav .owl-next
{
    width: 50px;
    height:50px;
    border-radius: 100px;
    border: 1px solid #11683E;
    color:#fff;
}
section.gallery-section .owl-nav .owl-next:hover
{
    color:#ffff;
    background:#11683E;
}


/*testimonial-section*/

section.testimonial-section
{
    position: relative;
    background: url('../images/testimonial/testimonial-bg.webp') no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 62px;
}

section.testimonial-section .testimonial-div
{
    position: relative;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid rgba(17, 104, 62, 0.5);
    transition: all 0.3s ease;
    margin: 25px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height:100%;
    background:#FAFAFA;
    margin-bottom:50px;
}
.testimonial-section .testimonial-div p
{
    flex: 1;
    color:#646464;
    font-size: 15px;
}
.testimonial-section .testimonial-slider .owl-item.center .testimonial-div
{
    transform: scale(1.2);
    border: 1px solid rgba(17, 104, 62, 1);
}
.testimonial-section .testimonial-div h4
{
    font-size: 22px;
    color:#11683E;
    font-weight: 700;
}
.testimonial-section .testimonial-div .star-list ul li
{
    display: inline;
    margin-right: 5px;
}
.testimonial-section .testimonial-div .star-list ul li:last-child
{
    margin-right:0px;
}
.testimonial-section .testimonial-div .star-list ul li i
{
    font-size: 20px;
    color:#11683E;
}
.testimonial-section .testimonial-slider .owl-dots 
{
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.testimonial-section .testimonial-slider .owl-dot.active 
{
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: 0 0 !important;
    box-shadow: 0 0 0 2px #11683E;
}
.testimonial-section .testimonial-slider .owl-dot.active:before 
{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #11683E;
    transform: translate(-50%, -50%);
    border-radius: 100px;
}
.testimonial-section .testimonial-slider .owl-dot 
{
    background: #646464 !important;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    margin-right: 20px;
}
.quote
{
    position: absolute;
    right: 21px;
    bottom: -23px;
    font-size: 54px;
    color:#11683E;
}
/*contact-section*/

section.contact-section
{
    position: relative;
    background:#FAFAFA;
    padding: 63px 0px;
    margin-top: 60px;
}
section.contact-section .contact-details .title
{
    margin-bottom: 20px;
}
section.contact-section .contact-details p
{
    margin-bottom: 30px;
}
section.contact-section:before
{
    content:'';
    position: absolute;
    left:0;
    top:0;
    background: url('../images/contact/contact-bg.webp') no-repeat;
    background-size: contain;
    display: flex;
    width:50%;
    height:100%;
}
section.contact-section .contact-list ul li
{
    list-style: none;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
section.contact-section .contact-list ul
{
    padding:0px;
}
section.contact-section .contact-list ul li i
{
    margin-right:20px;
    background: #11683E;
    width: 45px;
    height: 45px;
    display: flex;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    color: #fff;
}
section.contact-section .contact-list ul li p
{
    color:#11683E;
    margin:0px;
    font-size: 20px;
    font-weight:600;
}
section.contact-section .contact-list ul li span
{
    color:#212121;
    font-weight:500;
}
.form
{
    position: relative;
    width: 100%;
    max-width: 450px;
    margin:auto;
    padding:20px;
    background:#212121;
    border-radius: 10px;
}
.form:before
{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height:100%;
    background:url('../images/contact/shape1.webp') no-repeat;
    background-size: cover;
}
.form h3
{
    color:#fff;
    font-size: 39px;
    text-transform: capitalize;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}
.form form .form-group 
{
    position: relative;
}
.form input 
{
    color:#646464 !important;
    height: 50px;
    border-radius: 10px;
    border: 0px;
    margin-bottom: 20px;
    font-family: "Outfit", sans-serif;
    font-weight:500;
    position: relative;
    z-index: 1;
}
.form input:focus
{
    outline:0px;
    box-shadow: none;
    border:0px;
}
.form select
{
    color:#646464 !important;
    height: 50px;
    border-radius: 10px;
    border: 0px;
    margin-bottom: 20px;
    font-family: "Outfit", sans-serif;
    font-weight:500;
    position: relative;
    z-index: 1;
}
.form select option
{
    color:#646464 !important;
    font-family: "Outfit", sans-serif;
    font-weight:500;
}
.form select:focus
{
    outline:0px;
    box-shadow: none;
    border:0px;
}
.form textarea
{
    color:#646464 !important;
    border-radius: 10px;
    border: 0px;
    margin-bottom: 20px;
    font-family: "Outfit", sans-serif;
    font-weight:500;
    position: relative;
    z-index: 1;
}
.form textarea:focus
{
    outline:0px;
    box-shadow: none;
    border:0px;
}
.form form i 
{
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 1;
}
.submit
{
    display: block;
    width: 100%;
    border-radius: 10px;
    background:#11683E;
    border:0px;
    padding:10px;
    font-family: "Outfit", sans-serif;
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    z-index: 1;
}
::placeholder
{
    text-transform: capitalize;
    font-family: "Outfit", sans-serif;
    font-weight:500;
}
.position-relative
{
    position: relative;
    z-index: 1;
}
/*footer-section*/

.footer-section
{
    position: relative;
    background:#11683E;
    overflow: hidden;
}
.footer-section img
{
    max-width: 165px;
    margin-bottom: 28px;
}
.upper-footer
{
    padding: 40px 0;
}
.footer-widget h6
{
    color:#fff;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 24px;
}
.footer-details p
{
    font-weight: 300;
    color:#fff;
    font-size: 14px;
}
.footer-menu ul
{
    padding:0px;
}
.footer-menu ul li
{
    list-style: none;
    margin-bottom:10px;
}
.footer-menu ul li.email a
{
    text-transform: lowercase;
}
.footer-menu ul li a
{
    color:#fff;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.footer-menu ul li a i
{
    margin-right:10px;
}
.divider
{
    position: absolute;
    left:0;
    top:0;
    width: 1px;
    height:100%;
    background:#FAFAFA;
}
.f20
{
    padding: 0 70px;
}
.bottom-footer
{
    border-top: 1px solid #FAFAFA;
    padding:10px 0; 
}
.bottom-footer p
{
    margin:0px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
}
.call-btn 
{
    position: fixed;
    bottom: 20px;
    left: 2%;
    z-index: 10;
}
.call-btn a i 
{
    background: #00195e;
    padding: 10px 0;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #fff;
    transform: ScaleX(-1);
}