@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

html
{
    overflow-x: hidden;
    width: 100%;
}

body
{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    width: 100%;
    color: #105f70;
    font-size: 18px;
}

.container
{
    max-width: 1230px;
    position: relative;
    z-index: 1;
}

.container-sm
{
    max-width: 1140px;
}

.main-wrapper
{
    padding-top: 120px;
    position: relative;
}

.equal-row
{
    display: flex;
    flex-flow: row wrap;
}

.equal-col
{
    display: flex;
}

.equal-card
{
    flex: 1 0 0;
}

/***************************************************************/
.btn
{
    font-size: 16px;
    border-radius: 50px;
    padding: 7px 20px;
    font-weight: 600;
}

.btn-main
{
    text-decoration: none;
    background-color: #105f70;
    color: #fff;
}

.btn-main:hover
{
    text-decoration: none;
    color: #fff;
    background-color: #f29e22;
}

/***************************************************************/
.navbar
{
    background-color: #ffffff;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
}

.navbar .navbar-brand
{
    margin-right: 100px;
}

.navbar .navbar-brand img
{
    max-height: 94px;
}

.navbar .nav-link
{
    font-size: 16px;
    font-weight: 600;
    margin-right: 30px;
    text-transform: uppercase;
    color: #048998;
}

.navbar .nav-link:hover
{
    color: #f29e22;
}

.navbar .nav-link.active
{
    text-decoration: none;
}

.navbar .social
{
    font-size: 14px;
    text-align: center;
}

.navbar .social ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}

.navbar .social ul li
{
    display: inline-block;
    padding: 0;
    margin: 0;
}

.navbar .social ul li a
{
    text-decoration: none;
    font-weight: 300;
    display: block;
    font-size: 24px;
    color: #105f70;
}

.navbar .social ul li a:hover
{
    color: #f29e22;
}

/************************************************************/
.banner-section
{
    text-decoration: none;
}

.banner-section .carousel
{
    text-decoration: none;
}

.banner-section .carousel-inner
{
    text-decoration: none;
}

.banner-section .carousel-inner .carousel-item
{
    text-decoration: none;
}

.banner-section .carousel-inner .carousel-item img
{
    width: 100%;
    height: auto;
}

.banner-section .carousel-inner .carousel-item video
{
    width: 100%;
}

.banner-section .carousel-inner .carousel-item .carousel-caption
{
    top: 30%;
    z-index: 9999;
    bottom: auto;
    text-align: center;
    font-size: 24px;
}

.banner-section .carousel-inner .carousel-item .carousel-caption h2
{
    font-size: 70px;
    font-weight: 700;
}

.banner-section .carousel-inner .carousel-item .carousel-caption p
{
    text-decoration: none;
}

/***************************************************************/
.clients-section
{
    padding: 30px 0;
}

.clients-section .logo
{
    border: 0px solid #eee;
    text-align: center;
    padding: 0 10px;
    display: flex;
    align-items: inherit;
    height: 70px;
    width: 100%;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

.clients-section .logo img
{
    max-height: 60px;
    width: auto;
    max-width: 100%;
    display: inline-block;
}

.clients-section .owl-nav
{
    display: none;
}

.clients-section .owl-dots
{
    display: inline-block;
    margin-left: -8px;
    margin-top: 50px;
    display: none;
}

.clients-section .owl-dots .owl-dot
{
    border: 0px solid #efefef;
}

.clients-section .owl-dots .owl-dot span
{
    background-color: #C0C0C0;
    width: 4px;
    height: 4px;
    margin: 8px;
}

.clients-section .owl-dots .owl-dot.active span
{
    width: 20px;
}

/************************************************************/
.special-section
{
    padding: 80px 0;
    position: relative;
    background: rgb(0 140 150 / 5%);
}

.special-section .heading
{
    text-align: center;
    margin-bottom: 100px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    color: #111111;
}

.special-section .heading h2
{
    font-size: 48px;
    font-weight: 700;
}

.special-section .heading p
{
    font-size: 18px;
    font-weight: 500;
}

.special-section .content
{
    margin: 0;
    margin-top: 50px;
}

.special-section .content h2
{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111111;
}

.special-section .content p
{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 50px;
}

.special-section .photo
{
    text-align: center;
    overflow: hidden;
}

.special-section .photo img
{
    text-align: center;
    border-radius: 30px 0;
    width: 100%;
}

/************************************************************/
.tabs-section
{
    padding: 80px 0;
    position: relative;
}

.tabs-section .carousel
{
    text-decoration: none;
}

.tabs-section .carousel-inner
{
    text-decoration: none;
}

.tabs-section .carousel-inner .carousel-item
{
    text-decoration: none;
}

.tabs-section .carousel-inner .carousel-item img
{
    overflow: hidden;
    border-radius: 30px 0;
    min-height: 500px;
    width: auto;
}

.tabs-section .carousel-inner .carousel-item .carousel-caption
{
    top: 50px;
    z-index: 9999;
    bottom: auto;
    text-align: left;
    background: rgb(255 255 255 / 80%);
    padding: 40px;
    max-width: 500px;
    border-radius: 30px 0;
    left: 50px;
    bottom: 50px;
    color: #111111;
}

.tabs-section .carousel-inner .carousel-item .carousel-caption h2
{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.tabs-section .carousel-inner .carousel-item .carousel-caption p
{
    text-decoration: none;
}

.tabs-section .carousel-indicators
{
    top: 0;
    bottom: auto;
    background: transparent;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    opacity: 1;
    position: relative;
    margin-bottom: 20px;
    display: block;
}

.tabs-section .carousel-indicators button
{
    text-align: center;
    width: auto;
    height: auto;
    text-indent: inherit;
    background: #fff;
    padding: 10px 20px;
    opacity: 1;
    font-weight: 600;
    font-size: 16px;
    color: #111111;
    margin: 3px;
    border: 1px solid #ccc;
    border-radius: 30px 0;
}

.tabs-section .carousel-indicators button.active
{
    background: #f29e22;
    color: #fff;
}

/************************************************************/
.promise-section
{
    padding: 80px 0;
    position: relative;
    background: rgb(0 140 150 / 10%);
}

.promise-section .heading
{
    text-align: center;
    margin-bottom: 50px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    color: #111111;
}

.promise-section .heading h2
{
    font-size: 48px;
    font-weight: 700;
}

.promise-section .heading p
{
    font-size: 18px;
    font-weight: 500;
}

.promise-section .content
{
    margin: 0;
}

.promise-section .content h2
{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.promise-section .content p
{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 50px;
}

.promise-section .box
{
    text-align: center;
}

.promise-section .box .icon
{
    text-align: center;
    margin-bottom: 30px;
}

.promise-section .box .icon img
{
    text-align: center;
    max-width: 140px;
}

.promise-section .box h3
{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111111;
}

.promise-section .box p
{
    text-align: center;
}

/************************************************************/
.work-section
{
    padding: 80px 0;
    position: relative;
}

.work-section .heading
{
    text-align: center;
    margin-bottom: 50px;
    /* max-width: 650px; */
    margin-left: auto;
    margin-right: auto;
    color: #111111;
}

.work-section .heading h2
{
    font-size: 48px;
    font-weight: 700;
}

.work-section .heading p
{
    font-size: 18px;
    font-weight: 500;
}

.promise-section .content
{
    margin: 0;
}

.work-section .content h2
{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.work-section .content p
{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 50px;
}

.work-section .box
{
    text-align: center;
}

.work-section .box .icon
{
    text-align: center;
    margin-bottom: 20px;
}

.work-section .box .icon img
{
    text-align: center;
    border-radius: 30px 0;
    max-width: 100%;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
}

.work-section .box h3
{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111111;
}

.work-section .box p
{
    text-align: center;
}

/************************************************************/
.say-section
{
    padding: 80px 0;
    position: relative;
    background: rgb(0 140 150 / 5%);
}

.say-section .heading
{
    text-align: center;
    margin-bottom: 50px;
    /* max-width: 650px; */
    margin-left: auto;
    margin-right: auto;
}

.say-section .heading h2
{
    font-size: 48px;
    font-weight: 700;
    color: #111111;
}

.say-section .heading p
{
    font-size: 18px;
    font-weight: 500;
}

.say-section .content
{
    margin: 0;
}

.say-section .content h2
{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.say-section .content p
{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 50px;
}

.say-section .box
{
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    border-radius: 30px 0;
    overflow: hidden;
    text-align: left;
    width: 100%;
    margin-bottom: 30px;
}

.say-section .box .icon
{
    text-align: center;
    margin-bottom: 30px;
}

.say-section .box .icon img
{
    text-align: center;
    border-radius: 30px 0;
}

.say-section .box h3
{
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 30px;
    color: #111111;
}

.say-section .box p
{
    line-height: 30px;
}

.say-section .box .ratings
{
    text-decoration: none;
}

.say-section .box .ratings i
{
    text-decoration: none;
}

.say-section .box .rating-color
{
    color: #f29e22;
}

/************************************************************/
.list-tick
{
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.list-tick li
{
    background-image: url("../images/icon-tick.svg");
    background-repeat: no-repeat;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 30px;
    background-size: 24px;
    background-position: 0 0;
    padding-right: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #111111;
}

/***************************************************************/
.footer-section
{
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    background: rgb(0 140 150 / 10%);
    padding-bottom: 20px;
    color: #105f70;
}

.footer-section .logo
{
    margin-bottom: 30px;
}

.footer-section .logo img
{
    max-height: 100px;
}

.footer-section .lead
{
    font-size: 14px;
    max-width: 500px;
}

.footer-section .dis
{
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
}

.footer-section .box
{
    margin-bottom: 30px;
    font-size: 14px;
}

.footer-section .box h3
{
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #111111;
}

.footer-section .box p
{
    margin-bottom: 5px;
}

.footer-section .box p b
{
    margin-bottom: 30px;
}

.footer-section .box ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section .box ul li
{
    margin-bottom: 5px;
}

.footer-section .box ul li a
{
    text-decoration: none;
    color: #105f70;
}

.footer-section .box ul li a:hover
{
    color: #f29e22;
}

.footer-section .bottom
{
    border-top: 1px solid #fff;
    margin-top: 20px;
    font-size: 14px;
    padding: 15px 0;
}

.footer-section .social
{
    margin-top: 20px;
}

.footer-section .social ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 15px;
    display: flex;
}

.footer-section .social ul li
{
    display: inline-block;
}

.footer-section .social ul li a
{
    text-decoration: none;
    font-weight: 300;
    display: block;
    font-size: 24px;
}

.footer-section .social ul li a:hover
{
    color: #f29e22;
}

.footer-section .copy
{
    border-top: 1px solid #ccc;
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
    color: #111111;
}

/************************************************************/
.head-section
{
    position: relative;
    margin-bottom: 50px;
    margin-top: 50px;
}

.head-section .heading
{
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    color: #111111;
    min-height: 400px;
    border-radius: 30px 0;
    display: table;
    width: 100%;
}

.head-section .heading .text
{
    max-width: 800px;
    margin: auto;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.head-section .heading .text h2
{
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0px 0px 10px #00000096;
    max-width: 800px;
    margin: auto;
}

/************************************************************/
.content-section
{
    position: relative;
    margin-bottom: 50px;
}

.content-section .heading
{
    text-align: center;
    margin-bottom: 100px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    color: #111111;
}

.content-section .heading h2
{
    font-size: 48px;
    font-weight: 700;
}

.content-section .heading p
{
    font-size: 18px;
    font-weight: 500;
}

.content-section .content
{
    margin: 0;
    margin-top: 50px;
    padding: 15px;
}

.content-section .content .mini-title
{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #f29e22;
}

.content-section .content h2
{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111111;
}

.content-section .content p
{
    font-size: 18px;
    font-weight: 400;
}

.content-section .photo
{
    text-align: center;
    overflow: hidden;
    padding: 30px 0;
}

.content-section .photo img
{
    text-align: center;
    border-radius: 30px 0;
    width: 100%;
}

/***************************************************************/
.form-control,
.form-select
{
    border: 1px solid #999;
    font-size: 18px;
}

.form-label
{
    font-size: 14px;
    color: #111111;
    font-weight: 500;
}

/***************************************************************/
.contact-form
{
    text-decoration: none;
}

/***************************************************************/
.text-content
{
    font-size: 16px;
    color: #105f70;
    font-weight: 300;
}

.text-content b,
.text-content strong
{
    font-weight: 600;
}

.text-content h2
{
    font-size: 30px;
    font-weight: 700;
}

.text-content h3
{
    font-size: 24px;
    font-weight: 700;
}

.text-content h4
{
    font-size: 24px;
    font-weight: 600;
    color: #111;
    margin-bottom: 20px;
    margin-top: 40px;
}

.text-content h5
{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 40px;
}

.text-content h6
{
    font-size: 16px;
    font-weight: 700;
}

/***************************************************************/
@media screen and (max-width: 992px)
{
    .main-wrapper
    {
        padding-top: 75px;
    }

    .navbar-toggler
    {
        background-image: url("../images/icon-menu.svg");
        background-size: contain;
        padding: 0;
        margin-right: 15px;
        box-shadow: none !important;
    }

    .navbar-toggler:focus
    {
        opacity: 0.5;
    }

    .navbar .navbar-brand
    {
        margin-right: 30px;
    }

    .navbar .navbar-brand img
    {
        max-height: 50px;
    }

    .navbar .nav-item
    {
        text-align: center;
    }

    .navbar .social ul
    {
        justify-content: center;
    }

    .tabs-section .carousel-inner .carousel-item .carousel-caption
    {
        padding: 20px;
        left: 20px;
        top: 20px;
    }
}