body {
    font-size: 16px !important;
    font-family: 'Poppins', sans-serif !important;
}
p {
    font-size: 16px !important;
    font-family: 'Poppins', sans-serif !important;
    line-height: 27px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif !important;
}
.container {
    width: 1170px;
    margin: 0 auto;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/*top section style*/
.top_section_outer {
    display: flex;
    justify-content: space-between;
}
.left_section,
.social_share_section {
    display: flex;
}
.telephone_sec > a {
    margin-right: 15px;
}
.telephone_sec .icon img,
.mail_section .icon img {
    width: 20px;
    margin-right: 10px;
}
.left_section a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}
.left_section a:hover {
    color: #000;
    opacity: 0.8;
    text-decoration: none;
}
.social_icon:nth-child(2) {
    margin: 0 15px;
}
.top_section {
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
}
/*end of top section*/

/* header */

.header {
    background-color: #fff;
    z-index: 3;
}
.hed {
    width: 100%;
    font-size: 18px;
    color: black;
    text-decoration: none;
    padding: 0 0 8px;
    margin-bottom: 8px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    border-bottom: 1px solid #cccccc;
}
.matter {
    width: 100%;
    padding: 5px 0;
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
}

.header li a {
    display: block;
    padding: 20px;
    text-decoration: none;
}
.header li:last-child a {
    padding-right: 0;
}
.header li a {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}
.header li a:hover,
.header .menu-btn:hover {
    background-color: #f4f4f4;
}

.header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 10px 0;
    text-decoration: none;
}
.header_section {
    padding: 23px 0;
}
/* menu */

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}

/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

/* menu btn */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked ~ .menu {
    max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}

/* 48em = 768px */

@media(min-width: 48em) {
    .header li {
        float: left;
    }
    .header li a {
        padding: 20px 19px;
    }
    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }
    .header .menu-icon {
        display: none;
    }
}

/*end of header*/
/*Banner slider*/
.content_outer h1 {
    font-size: 45px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 55px;
    color: #fff;
}
.content_outer p {
    width: 85%;
    font-size: 18px;
    margin: 0 auto;
    color: #fff;
    line-height: 24px;
    padding-top: 5px;
}
span.color_sec {
    color: #20bec6;
}
.content_outer:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #294647;
    position: absolute;
    left: 0;
    opacity: 0.6;
    background-position: center;
    background-size: contain;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.content_outer {
    text-align: center;
    position: relative;
    width: 85%;
    margin: 0 auto;
}
.banner_outer {
    min-height: 650px;
}
.banner_slider {
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 36%);
    background-repeat: no-repeat !important;
}
.content_inner {
    padding: 90px 0;
    position: relative;
    margin: 90px 0 110px;
}
.content_outer a {
    color: #fff;
    background-color: #20bec6;
    border-radius: 50px;
    padding: 12px 30px;
    margin-top: 20px;
    display: inline-block;
    font-weight: 500;
}
.content_outer a:hover {
    opacity: 0.9;
    color: #fff;
    text-decoration: none;
}
.slick-dots {
    display: flex;
    justify-content: center;

    margin: 0;
    padding: 1rem 0;

    list-style-type: none;

    .li {
        margin: 0 0.25rem;
    }

    button {
        display: block;
        width: 1rem;
        height: 1rem;
        padding: 0;

        border: none;
        border-radius: 100%;
        background-color: blue;

        text-indent: -9999px;
    }

    li.slick-active button {
        background-color: red;
    }

}
.slick-dots {
    margin-top: -80px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;

}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    content: '.';
    font-size: 100px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .25;
    color: black;
}
li.slick-active button:before {
    content: '.';
    font-size: 100px;
    color: #20bec6;
    opacity: 1;
}
/*End of banner slider*/
/*Section 2 Image with content */
.section_with_image {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding: 100px 0;
}
.section_with_image img {
    width: 75%;
    margin-bottom: 45px;
}
.section_with_image h3 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 40px;
}
.section_with_image p {
    color: #333333;
    font-size: 16px;
    margin-bottom: 45px;
    line-height: 27px;
}
.content_sec_image a {
    color: #fff;
    background-color: #20bec6;
    border-radius: 50px;
    padding: 12px 30px;
    display: inline-block;
    font-weight: 500;
}
.content_sec_image a:hover {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}
.our_services h3 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 0;
}
.our_services p {
    color: #333333;
    font-size: 16px;
    line-height: 27px;
    width: 80%;
    margin: 0 auto;
}
.service_content {
    margin-bottom: 50px;
    text-align: center;
}
.inner_listing .image {
    height: 228px;
}
.inner_listing .image {
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.outer_listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_listing {
    width: 24%;
    background: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.our_services {
    background: url('images/service_bg.png');
    box-shadow: inset 0 0 0 2000px #e1eceae6;
    background-repeat: no-repeat;
    padding: 100px 0;
    background-position: center;
}
.header_image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    text-align: center;
}
.header_image h4 {
    margin: 0;
    padding: 20px 0;
}
/*End of section 2 Image with content */
/*section 4 left image right content*/
.right_content_sec a {
    color: #fff;
    background-color: #20bec6;
    border-radius: 50px;
    padding: 12px 30px;
    display: inline-block;
    font-weight: 500;
}
.right_content_sec a:hover {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}
.right_content_sec h3 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}
.right_content_sec p {
    margin-bottom: 25px;
}
.left_image_right_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 100px 0;
}
.left_image_sec,
.right_content_sec {
    width: 47%;
}
.left_image_sec img {
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 400px;
    object-fit: cover;
}
/*section 4 left image right content*/
/*section 5 project completed*/

.projects_section {
    padding: 0 !important 0% 100px;
}
.projects_section h3 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
}
.two_image_sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
/*.image_sec_project:before {
    content: "";
    background: url(images/overlay.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}*/
.image_sec_project {
    width: 48%;
    min-height: 322px;
    position: relative;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: relative;
}
.three_image_sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.image_sec_project3:before {
    content: "";
    background: url('images/overlay.png');
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;

}
.image_sec_project3 {
    width: 32%;
    min-height: 350px;
    position: relative;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: relative;
}
.image_sec_project p,
.image_sec_project3 p {
    position: absolute;
    bottom: 15px;
    padding: 0 20px;
    color: #fff;
}
.read_more {
    text-align: center;
}
.read_more a {
    color: #fff;
    background-color: #20bec6;
    border-radius: 50px;
    padding: 12px 30px;
    display: inline-block;
    font-weight: 500;
    margin-top: 50px;
}
.read_more a:hover {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}
/*end of section 5 project completed */
/*mail form section*/

.container1 {
    width: 90%;
    max-width: 500px;
    margin: 0 auto 20px;
    padding: 20px;
    box-shadow: 0 0 20px #00000010;
    background-color: white;
    border-radius: 8px;
}
.form-group {
    width: 100%;
    margin-top: 20px;
    font-size: 20px;
}
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 5px;
    font-size: 18px;
    border: 1px solid rgba(128, 128, 128, 0.199);
    margin-top: 5px;
}

textarea {
    resize: vertical;
}
button[type="submit"] {
    width: 100%;
    border: none;
    outline: none;
    padding: 15px;
    font-size: 24px;
    border-radius: 8px;
    font-family: "Montserrat";
    color: white;
    background-color: #20bec6;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.3s ease background-color;
}
button[type="submit"]:hover {
    background-color: #1a878d;
}
#status {
    width: 90%;
    max-width: 500px;
    text-align: center;
    padding: 15px;
    margin: 0 auto;
    border-radius: 8px;
}
#status.success {
    background-color: rgb(192, 252, 102);
    animation: status 4s ease forwards;
}
#status.error {
    background-color: rgb(240, 81, 53);
    color: white;
    animation: status 4s ease forwards;
}
@keyframes status {
    0% {
        opacity: 1;
        pointer-events: all;
    }
    90% {
        opacity: 1;
        pointer-events: all;
    }
    100% {
        opacity: 0;
        pointer-events: none;
    }
}
/*end of mail form section*/
/*map section*/
.map {
    padding: 0;
    margin-bottom: -10px;
}
/*end of mail section*/
.map iframe {
    width: 100%;
    height: 380px;
}
/*footer*/
.footer {
    padding-top: 100px;
    padding-bottom: 75px;
    background: #333333;
    border-bottom: 1px solid #484848;
}
.footer_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer h5 {
    color: #20bec6;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 25px;
}
ul.menu_footer {
    list-style-type: none;
    padding: 0;
}
.address_footer p,
.menu_footer li a,
.contact_footer a {
    color: #bcbcbc;
    text-decoration: none;
    margin-bottom: 18px;
    display: inline-block;
}
.menu_footer li a:hover,
.contact_footer a:hover {
    opacity: 0.8;
    text-decoration: none;
    color: #fff;
}
.address_footer p {
    margin-bottom: 14px;
    line-height: 22px;
}
.logo_sec_footer .social_share_icons {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.copyright p {
    color: #cccccc;
    font-size: 15px;
}
.copyright {
    background-color: #333333;
    padding: 35px 0;
    text-align: center;
}
.social_icon a:hover {
    opacity: 0.5;
}
/*end of footer*/
