/* Body & Main Header Styling */


@import url('https://fonts.googleapis.com/css2?family=Zeyada&display=swap');


body {
    margin: 0;
    padding: 0;
    height: 1500px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.main-header {
    /*background-color: #ff4d07;*/
    background-color: #a1d6e2;
    border-bottom: 2px solid #a1d6e2;
    color: #111;
}

.main-header a {
    text-decoration: underline;
    color: #111;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
}

.main-header span i {
    font-size: 12px;
}

.main-header-location {
    padding-left: 40px;
}

.main-header-mobile-email .row {
    display: flex;
    justify-content: space-evenly;
}

.header-limiter h1 img {
    width: 45px;
    border-radius: 10%;
}

.header-limiter h1 a {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* slider styles */

.carousel {
    margin-top: 80px;
}

.carousel-inner img {
    width: 100%;
    height: 75vh;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a,
a:active,
a:focus {
    color: #6f6f6f;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}


/* Company & About Styling  */

section {
    padding: 60px 0;
    /* min-height: 100vh;*/
}

.sec-title {
    position: relative;
    /*z-index: 1;*/
    margin-bottom: 60px;
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    /*color: #00aeef;*/
    color: #1995ad;
    font-weight: 500;
    margin-bottom: 15px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1.28em;
    color: #222222;
    font-weight: 600;
    padding-bottom: 18px;
}

.sec-title h2:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 3px;
    background-color: #d1d2d6;
}

.sec-title .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-top: 35px;
}

.sec-title.light h2 {
    color: #ffffff;
}

.sec-title.text-center h2:before {
    left: 50%;
    margin-left: -25px;
}

.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    font-weight: 400;
    padding-left: 35px;
    margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #ff2222;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover {
    color: #44bce2;
}

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.02em;
    /*background-color: #00aeef;*/
    background-color: #1995ad;
}

.btn-style-one:hover {
    background-color: #0794c9;
    color: #ffffff;
}

.about-section {
    position: relative;
    padding: 120px 0 70px;
}

.about-section .sec-title {
    margin-bottom: 15px;
}

.about-section .content-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section .content-column .inner-column {
    position: relative;
    padding-left: 30px;
}

.about-section .text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #111;
    font-weight: 400;
}

.about-section .list-style-one {
    margin-bottom: 45px;
}

.about-section .btn-box {
    position: relative;
}

.about-section .btn-box a {
    padding: 15px 50px;
}

.about-section .image-column {
    position: relative;
}

.about-section .image-column .text-layer {
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column {
    position: relative;
    padding-left: 80px;
    padding-bottom: 0px;
}

.about-section .image-column .inner-column .author-desc {
    position: absolute;
    bottom: 16px;
    z-index: 1;
    background: #1995ad;
    padding: 10px 15px;
    left: 96px;
    width: calc(100% - 152px);
    border-radius: 50px;
}

.about-section .image-column .inner-column .author-desc h2 {
    font-size: 21px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    margin: 0;
}

.about-section .image-column .inner-column .author-desc span {
    font-size: 16px;
    letter-spacing: 6px;
    text-align: center;
    color: #fff;
    display: block;
    font-weight: 400;
}

.about-section .image-column .inner-column:before {
    content: "";
    position: absolute;
    width: calc(50% + 80px);
    height: calc(100% + 160px);
    top: -80px;
    left: -3px;
    background: transparent;
    z-index: 0;
    /*border: 44px solid #ff4d07;*/
    border: 44px solid #a1d6e2;
}

.about-section .image-column .image-1 {
    position: relative;
}

.about-section .image-column .image-2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img {
    box-shadow: 0 30px 50px rgba(8, 13, 62, 0.15);
    border-radius: 46px;
}

.about-section .image-column .video-link {
    position: absolute;
    left: 70px;
    top: 170px;
}

.about-section .image-column .video-link .link {
    position: relative;
    display: block;
    font-size: 22px;
    color: #191e34;
    font-weight: 400;
    text-align: center;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 30px 50px rgba(8, 13, 62, 0.15);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover {
    background-color: #191e34;
    color: #fff;
}

.about-list ul li {
    list-style-type: circle;
}


/* custom scroll bar */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::selection {
    background: rgb(0, 123, 255, 0.3);
}

.content {
    max-width: 1250px;
    margin: auto;
    padding: 0 30px;
}

.navbar {
    display: block;
    background-color: cadetblue;
    /*background-color: #1995ad;*/
    /*background-color: #111;*/
    position: fixed;
    width: 100%;
    z-index: 2;
    padding: 10px 0;
    transition: all 0.3s ease;
}

.navbar.sticky {
    top: 0 !important;
    background: cadetblue;
    /*background-color: #1995ad;*/
    /*background-color: #111;*/
    padding: 8px 0;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.navbar .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .logo a {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}

.navbar .logo a img {
    width: 60px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.navbar .menu-list {
    display: inline-flex;
}

.menu-list li {
    list-style: none;
}

.menu-list li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-left: 10px;
    /*text-decoration: underline;*/
    transition: all 0.3s ease;
    padding-left: 10px;
}

.menu-list li a:hover, .active {
    /*color: #ff4d07;*/
    background-color: #111;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.menu-list li a:active {
    background-color: #111 !important;
    color: #fff !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
}

.icon {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.menu-list .cancel-btn {
    position: absolute;
    right: 30px;
    top: 20px;
}


/* Products Gallery */

#gallery-carousel {
    /*background-color: #f8f8f8;*/
    background-color: #f1f1f2;
}

#gallery-carousel .sec-title h2 {
    text-align: center;
}

#gallery-carousel .sec-title h2:before {
    left: 48% !important;
}

#gallery-carousel .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

#gallery-carousel .col-md-4 {
    max-width: 31% !important;
    /*border: 5px solid #ff4d07;*/
    border-radius: 10%;
    padding: 0;
    margin: 10px;
    position: relative;
}

#gallery-carousel .col-md-4 img {
    border-radius: 8%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

#gallery-carousel .gallery-btn-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

#gallery-carousel .gallery-btn-box a {
    margin-top: 30px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
    /*background-color: #ff4d07;*/
    background-color: #111111c2;
    border-radius: 8%;
}

.img-container:hover .overlay {
    opacity: 0.8;
}

#gallery-carousel .text {
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}


/* Services Carousel Styling */

#services-carousel {
    box-sizing: border-box;
    font-size: 1.6rem;
    color: #fff;
    display: grid;
    place-items: center;
    /* min-height: 100vh; */
}

.services-carousel {
    position: relative;
}

.carousel__item {
    position: relative;
    height: 29rem;
    width: 19rem;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.5);
    position: absolute;
    transform: translate(-50%, -50%) scale(0.1);
    z-index: 0;
    transition: all 0.2s linear;
}

.carousel__item img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.carousel__item--main {
    transform: translate(-50%, -50%) scale(1);
    z-index: 2;
    cursor: pointer;
}

.carousel__item--left {
    transform: translate(-110%, -50%) scale(0.9);
    z-index: 1;
}

.carousel__item--right {
    transform: translate(10%, -50%) scale(0.9);
    z-index: 1;
}

.carousel__item--left img,
.carousel__item--right img {
    filter: grayscale(80%);
}

.carousel__item--right:hover {
    transform: translate(10%, -50%) scale(1.2);
    z-index: 3;
    cursor: pointer;
}

.carousel__item--left:hover {
    transform: translate(-110%, -50%) scale(1.2);
    z-index: 3;
    cursor: pointer;
}

.carousel__item--main:hover {
    transform: translate(-50%, -50%) scale(1.2);
}

.carousel__item:hover>.carousel__text {
    opacity: 1;
}

.carousel__item:hover img {
    filter: grayscale(0%);
}

.carousel__text {
    position: absolute;
    bottom: 0;
    z-index: 4;
    opacity: 0;
    transition: opacity 0.2s;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2rem 1rem;
    color: #fff;
}

.carousel__btns {
    position: absolute;
    transform: translate(-50%, 17rem);
    display: flex;
    gap: 2rem;
    padding-bottom: 70px;
}

.carousel__btn {
    /*background-color: #263a5a;*/
    background-color: #1995ad;
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    border: 1px solid currentColor;
    color: #fff;
    cursor: pointer;
}

.carousel__btn svg {
    height: 1rem;
    width: 1rem;
}

.carousel__btn:hover {
    color: #aaa;
}


/* Services Carousel Styling */

#services-carousel .sec-title h2:before {
    left: 45% !important;
}

#services-carousel .sec-title {
    padding-bottom: 70px !important;
}


/* Our Projects Styling */

.card-container {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 455px;
    margin: 20px 0;
}

.card-container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card-container .card {
    margin: -20px 20px;
    width: 300px;
}

.card-container .card .face {
    width: 100%;
    height: 200px;
    transition: 0.5s;
    background: #fff;
    overflow: hidden;
}

.card-container .card .face-1 {
    position: relative;
    z-index: 2;
    transform: translateY(50px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 16px 20px rgba(0, 0, 0, 0.2);
}

.card-container .card:hover .face-1 {
    transform: translateY(0);
}

.card-container .card .face-1 img {
    filter: brightness(0.8);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.card-container .card:hover .face-1 img {
    filter: brightness(1);
}

.card-container .card .face-1 h3 {
    padding: 10px 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 100%;
    color: #fff;
    text-align: center;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
}

.card-container .card .face-2 {
    position: relative;
    z-index: 1;
    opacity: 0;
    background: #fff;
    padding: 20px 20px 10px;
    box-sizing: border-box;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 16px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-100px);
    height: 100px;
    transition: 0.5s;
}

.card-container .card:hover .face-2 {
    transform: translateY(0);
    opacity: 1;
}

.card-container .card:nth-child(1):hover .face-2 {
    height: var(--face_height_1);
}

.card-container .card:nth-child(2):hover .face-2 {
    height: var(--face_height_2);
}

.card-container .card:nth-child(3):hover .face-2 {
    height: var(--face_height_3);
}

.card-container .card .face-2 p {
    margin: 0;
    padding: 0 0 10px;
    font-size: 15px;
    line-height: 1.3;
    font-family: Verdana, sans-serif;
}

.projects-section .sec-title {
    padding-top: 100px;
}

.projects-section .sec-title h2 {
    text-align: center;
}

.projects-section .sec-title h2:before {
    left: 48% !important;
}

/* Main Form Styling */

.main-form h2:before{
    left: 48%;
}

/* Footer Styling */

.footer {
    background: #0d1117;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 55px 50px;
    color: #fff!important;
}

.footer .footer-left,
.footer .footer-center,
.footer .footer-right {
    display: inline-block;
    vertical-align: top;
}


/* Footer left */

.footer .footer-left {
    width: 40%;
}

.footer h3 {
    color: #ffffff;
    /*font: normal 36px 'Open Sans', cursive;*/
    margin: 0;
}

.footer h3 span {
    color: teal;
}


/* Footer links */

.footer .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}

.footer .footer-links a {
    display: inline-block;
    line-height: 1.8;
    font-weight: 400;
    text-decoration: none;
    color: inherit;
}

.footer .footer-name {
    color: teal;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}


/* Footer Center */

.footer .footer-center {
    width: 35%;
}

.footer .footer-center i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer .footer-center p {
    display: inline-block;
    color: #ffffff;
    font-weight: 400;
    vertical-align: middle;
    margin: 0;
}

.footer .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer .footer-center p a {
    color: teal;
    text-decoration: none;
    ;
}

.footer .footer-links a:before {
    content: "|";
    font-weight: 300;
    font-size: 20px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
}

.footer .footer-links .link-1:before {
    content: none;
}


/* Footer Right */

.footer .footer-right {
    width: 20%;
}

.footer .footer-about {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer .footer-about span {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer .footer-socials {
    margin-top: 25px;
}

.footer .footer-socials a {
    display: inline-block;
    font-size: 35px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.footer .logo {
    max-width: 100px;
    height: 50px;
    width: 50px border-radius: 50%;
    margin-bottom: 15px;
}

@media (max-width: 800px) {
    .footer {
        font: bold 14px sans-serif;
    }
    .footer .footer-left,
    .footer .footer-center,
    .footer .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .footer .footer-center i {
        margin-left: 0;
    }
}

@media screen and (max-width: 696px) {
    .card-container {
        margin: 140px 0;
    }
}


/* ABOUT PAGE STYLING */


/* Banner Styling */

.about-banner {
    margin-top: 80px;
    text-transform: uppercase;
}

.about-banner .about-content {
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /*background-color: orange;*/
    background-color: #000000bd;
    border-radius: 30px;
    padding: 7px 15px;
}

.about-banner .about-content h4 {
    padding: 0;
    margin: 0;
}

.about-banner .col-md-12 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('./img/Water Treatment Plant FRP Linings.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 30vh;
}

.about-banner i {
    font-size: 18px;
    color: #fff;
}


/* Our Team Styling */

.our-team {
    background-color: #f1f1f2;
}

.our-team .saravanan .row .col-md-9,
.our-team .srikanth .row .col-md-9{
    /*background-color: #ff4d0782;*/
    /*background-color: #ff4d073d;*/
    /*padding: 50px;*/
    /*border-top-right-radius: 50px;*/
    /*border-bottom-right-radius: 50px;*/
    /*border-bottom-left-radius: 50px;*/
    /*border: 5px solid #ff4c07;*/
    border: 8px solid;
    padding: 50px;
    border-image: repeating-linear-gradient(to bottom right, #1995ad, #a1d6e2, #f1f1f2, rgb(58 57 57)) 20;
}
.our-team .sridhar .row {
    display: flex;
    justify-content: flex-end;
}
.our-team .sridhar .row .col-md-9{
    /*display: flex;*/
    /*justify-content: flex-end;*/
    /*background-color: #00aeef6e;*/
    /*background-color: #00aeef30;*/
    /*padding: 50px;*/
    /*border-top-left-radius: 50px;*/
    /*border-bottom-right-radius: 50px;*/
    /*border-bottom-left-radius: 50px;*/
    /*border: 5px solid #00aeef;*/
    border: 8px solid;
    padding: 50px;
    border-image: repeating-linear-gradient(to bottom right, #1995ad, #a1d6e2, #f1f1f2, rgb(58 57 57)) 20;
}

.our-team .sridhar {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 50px;
}

.our-team .srikanth .row .col-md-9{
    /*background-color: #ffa5008f;*/
    /*background-color: #ffa5004d;*/
    margin-top: 50px;
    /*border: 5px solid #ffa500;*/
    border: 8px solid;
    padding: 50px;
    border-image: repeating-linear-gradient(to bottom right, #1995ad, #a1d6e2, #f1f1f2, rgb(58 57 57)) 20;
}

@media (max-width: 800px){
.sridhar img, .srikanth img, .saravanan img{
    margin-top: 10px;
    max-width: 70%;
}
}
.our-team h2 {
    text-align: center;
}

.our-team h2:before {
    left: 48%;
}

.our-team ul li {
    list-style-type: circle;
}

.our-team span {
    font-weight: bold;
}

.our-team span {
    font-weight: bold;
}

.our-team .col-md-2 {
    padding-left: 0;
    padding-right: 0;
}


/* Our Clients Styling */

.our-clients h2 {
    text-align: center;
}

.our-clients h2:before {
    left: 48%;
}

.our-clients img {
    background-color: #f8f8f8 !important;
    border: 1px solid #263a5a;
    border-radius: 10px;
    margin: 10px;
}

.our-clients img:hover {
    transform: scale(1.5);
}

.our-clients .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-clients .col-md-3 {
    max-width: 24%;
}


/* SERVICES PAGE */

#services {
    background-color: #f8f8f8;
    padding: 70px 0 0 0;
    overflow: hidden;
}

#services h2 {
    text-align: center;
}

#services h2:before {
    left: 48%;
}

#services .col-md {
    margin-bottom: 70px !important;
}

#services .service-content {
    padding: 20px;
    box-shadow: 10px 10px 0px #1995ad;
    background: #fff;
    transform: scale(1);
    transition: .8s;
    min-height: 550px;
    border: 1px solid #1995ad;
}

#services .service-content:hover {
    transform: scale(1.1);
}

#services .fab,
.fas {
    font-size: 2.5rem;
    margin: 10px;
}

.fa-html5 {
    color: #e34f26;
}

.fa-css3-alt {
    color: #002561;
}

.fa-js {
    color: #f7df1e;
}

.fa-php {
    color: #4f5b93;
}

.fa-database {
    color: #00758f;
}

.fa-python {
    color: #4584b6;
}

.fa-bootstrap {
    color: #563d7c;
}

.fa-adobe {
    color: #ff0000;
}


/* Safety and Commitments */

.safety-commitments {
    background-color: #fff;
}

.safety-commitments .container .split {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion {
    /*background-color: #263a5a;*/
    background-color: #3c3c3d;
    border-radius: 1rem;
    justify-content: flex-start;
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: .1fr 0fr;
    overflow: hidden;
    transition: grid-template-rows .3s cubic-bezier(0.19, 1, 0.22, 1);
    color: #fff;
    margin: 5px 0;
    width: 70%;
}

.accordion .top {
    cursor: pointer;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.85rem 1.5rem 0.85rem;
    display: flex;
    position: relative;
}

.accordion .top .text {
    font-size: 1rem;
    font-weight: 600;
    white-space: wrap;
}

.accordion .top img {
    width: 2rem;
    align-self: flex-start;
    margin-bottom: .15rem;
    margin-left: 1.5rem;
}

img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    transition: transform .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.accordion .top input {
    position: absolute;
    inset: 0;
    cursor: pointer;
    appearance: none;
}

.accordion .bottom {
    padding-inline: 1.5rem;
    overflow: hidden;
    transition: all .3s cubic-bezier(0.19, 1, 0.22, 1);
}

.accordion .bottom .text {
    margin-left: 0;
    margin: 0;
}

.accordion:has(input:checked) {
    grid-template-rows: .1fr 1fr;
}

.accordion:has(input:checked) .top img {
    transform: rotateZ(45deg);
}

.accordion-right {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.accordion-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}


/* Testimonial */

.testimonial-container h2:before {
    left: 48%;
}

.testimonials-container {
    padding: 0 40px;
    margin: 30px 0 50px;
    position: relative;
    background-color: white;
    display: flex;
    flex-direction: column;
}

.testimonials {
    display: flex;
    justify-content: space-evenly;
    align-items: space-evenly;
}

.testimonials-container h2 {
    padding: 10px 10px 15px;
    text-align: center;
    width: 100%;
    margin: 0 auto 30px;
}

.testimonal {
    width: 25%;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
}

.testimonial-one,
.testimonial-six {
    /*background: #ff4d0782 !important;*/
    background: #a1d6e2;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.testimonial-two,
.testimonial-five {
    /*background: #00aeef6e !important;*/
    background: #f1f1f2;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.testimonial-three,
.testimonial-four {
    /*background: #ffa5008f !important;*/
    background: #a1d6e2;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.testimonial:after {
    content: "";
    display: block;
    /* reduce the damage in FF3.0 */
    position: absolute;
    bottom: -15px;
    right: 50px;
    width: 0;
    border-width: 15px 20px 0;
    border-style: solid;
    border-color: #F7D3DD60 transparent;
}

.testimonial h3 {
    margin-bottom: 10px;
}

.testimonial p {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.testimonal-author {
    font-size: 1rem;
    position: absolute;
    bottom: -40px;
    right: 0;
}

@media all AND (max-width: 700px) {
    .testimonials {
        flex-direction: column;
        align-items: center;
    }
    .testimonial {
        width: 90%;
        margin-bottom: 60px;
    }
}


/* CONTACT PAGE */

input {
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.section-title {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin: 0 0 35px;
}

.sec-pad {
    padding: 60px 0;
}

.contact-sec {
    align-item: center;
    display: flex;
    background-color: #f8f8f8;
}

.contact-sec .contact-ul li,
.contact-ul b {
    font-size: 20px;
    margin: 10px 0;
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
    word-wrap: break-word;
}

.contact-sec .contact-ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.contact-sec .contact-ul i {
    font-size: 18px;
    padding: 10px;
    margin-right: 10px;
    border-radius: 50%;
    text-align: center;
}

.contact-detail a {
    color: #000;
    text-decoration: none;
}

.contact-sec .contact-ul li b:hover {
    color: #f93;
}

.contact-sec .fa-map-marker {
    color: #ffc107;
    border: 2px solid #ffc10782;
    height: 40px;
    width: 40px;
}

.contact-sec .contact-ul li .fa-phone {
    color: #00b055;
    border: 2px solid #00b05590;
    height: 40px;
    width: 40px;
}

.contact-sec .contact-ul li .fa-envelope-o {
    color: #ff6347;
    border: 2px solid #ff634790;
    height: 40px;
    width: 40px;
}

.contact-detail span {
    width: 400px;
    display: flex;
    justify-content: center;
}

.contact-detail span a {
    font-size: 20px;
    padding: 6px 12px;
    color: #000;
    border-radius: 50%;
    margin: 0px 5px;
}


/* Form  */

form.contFrm {
    max-width: 396px;
    margin: auto;
}

.inptFld {
    width: 100%;
    height: 50px;
    border: 0;
    margin: 0 0 10px;
    border-radius: 8px;
    padding: 0 20px;
    font-size: 16px;
    color: #000;
}

.inptFld:focus {
    outline-offset: -4px;
    outline: 1px solid #f93;
}

.contFrm textarea {
    height: 75px;
    padding-top: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.inptBtn {
    height: 50px;
    border: 0;
    /*background: #00b055;*/
    background: #3c3c3d;
    font-size: 14px;
    color: #fff;
    margin: auto;
    letter-spacing: 1px;
    cursor: pointer;
    width: 100%;
    max-width: 200px;
    border-radius: 10px;
}


/* Responcive css Start */

@media (max-width: 991px) {
    .sec-pad {
        padding: 20px 0 0px;
    }
    .contact-sec .contact-ul li,
    .contact-ul b {
        font-size: 18px;
    }
    .contact-sec .contact-ul i {
        font-size: 14px;
        padding: 6px;
        margin-right: 6px;
    }
    .inptFld {
        height: 40px;
        margin: 0 0 10px;
        padding: 0 14px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .contact-detail span {
        width: auto;
    }
    .contact-detail span a {
        font-size: 18px;
        padding: 5px 10px;
        color: #000;
        border-radius: 50%;
        margin: 0px 5px 20px;
    }
}

@media (max-width: 575px) {
    .section-title {
        font-size: 26px;
        font-weight: 500;
    }
    .contact-sec {
        border-radius: 10% 10% 0% 0% / 5% 5% 0% 0%;
    }
    .contact-sec .contact-ul i {
        border: none;
    }
    .inptFld {
        height: 36px;
        margin: 0 0 8px;
        padding: 0 14px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .contact-sec .contact-ul li,
    .contact-ul b {
        font-size: 16px;
    }
}


/* Responsive Styling */

@media (max-width: 1230px) {
    .content {
        padding: 0 60px;
    }
}

@media (max-width: 1100px) {
    .content {
        padding: 0 40px;
    }
}

@media (max-width: 900px) {
    .content {
        padding: 0 30px;
    }
}

@media (max-width: 868px) {
    body.disabled {
        overflow: hidden;
    }
    .icon {
        display: block;
    }
    .icon.hide {
        display: none;
    }
    .navbar .menu-list {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 400px;
        left: -100%;
        top: 0px;
        display: block;
        padding: 40px 0;
        text-align: center;
        background: #222;
        transition: all 0.3s ease;
    }
    .navbar.show .menu-list {
        left: 0%;
    }
    .navbar .menu-list li {
        margin-top: 45px;
    }
    .navbar .menu-list li a {
        font-size: 23px;
        margin-left: -100%;
        transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        border: none;
    }
    .navbar.show .menu-list li a {
        margin-left: 0px;
    }
}

@media (max-width: 380px) {
    .navbar .logo a {
        font-size: 27px;
    }
}


/* My Responsive Styling */

@media (max-width: 800px) {
    .footer-center {
        display: none !important;
    }
    .sec-title h2 {
        font-size: 35px;
    }
    .testimonal {
        width: 95%;
        margin-top: 30px;
    }
    .testimonials {
        margin-top: 10px !important;
    }
    .split {
        flex-direction: column;
    }
    .accordion {
        width: 100%;
    }
    #gallery-carousel .sec-title h2:before,
    #services h2:before,
    .testimonial-container h2:before,
    .projects-section .sec-title h2:before {
        left: 44% !important;
    }
    #gallery-carousel .col-md-4 {
        max-width: initial !important;
    }
    .about-section .content-column {
        margin-top: 90px;
    }
    .about-section .image-column .inner-column .author-desc {
        bottom: -50px;
        left: 50px;
    }
    .our-team {
        padding-left: 10px;
        padding-right: 10px;
    }
    .about-section .container {
        padding-left: 25px;
    }
    .our-clients .col-md-3 {
        max-width: 90%;
        display: flex;
        justify-content: center;
    }
    .main-header-mobile-email .row {
        padding: 10px;
    }
    .navbar .logo a img {
        width: 45px;
    }
    .carousel {
        margin-top: 65px;
    }
    .about-banner {
        margin-top: 65px;
    }
    .carousel-inner img {
        height: auto !important;
    }
    #services-carousel .sec-title h2 {
        text-align: center !important;
    }
    #services-carousel .sec-title {
        margin-bottom: 10rem !important;
        padding-bottom: 40px !important;
    }
    .carousel__item {
        height: 16rem;
        width: 8rem;
    }
    .carousel__item .carousel__text h3,
    .carousel__item .carousel__text p {
        font-size: 0.75rem;
    }
    .projects-section {
        background-color: #fff !important;
    }
    .projects-section .sec-title {
        padding-top: 400px;
    }
    .carousel__btns {
        transform: translate(-50%, 10rem);
    }
    .spacer {
        background-color: #fff !important;
        height: 500px !important;
    }
    .carousel__btns {
        z-index: 999 !important;
    }
    .main-form h2:before {
    left: 44% !important;
    }
}

/*contact form slider section home*/
/* Contact form section */
.contact-form-sec {
	max-width:400px;
	margin:0 auto;
	position:relative;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {
	background:#F9F9F9;
	padding:25px;
	margin:50px 0;
}

#contact h3 {
	color: #F96;
	display: block;
	font-size: 30px;
	font-weight: 400;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background: #1995ad;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

#contact button[type="submit"]:hover {
	background: #3c3c3d;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}

.w3-section img{
    border: 8px solid;
     border-image: repeating-linear-gradient(to bottom right, #1995ad, #a1d6e2, #f1f1f2, rgb(58 57 57)) 20;
}


/* popup styling */

.popup-div button {
  text-decoration: none;
  border: none;
    font-size: 14px;
    background-color: #111;
    position: fixed !important;
}
.popup-btn{
	position: absolute!important;
	/*top: 55%;*/
	/*left: 50%;*/
	/*transform: translate(-50%,-50%);*/
	bottom: 6%;
    right: 2%;
}
.main-btn-rect,
.main-btn-circle{
	position: relative;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	color: #FFFFF0;
	background-color: #111;
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 1px;	
	outline: none;
	cursor: pointer;
	z-index: 100;
}
.main-btn-rect {
	padding: 7px 30px;
	line-height: 30px;
}
.main-btn-rect:before, 
.main-btn-rect:after{
  position: absolute;
  content: '';
  top:0;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 240, 0.2);
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.main-btn-rect:before {
  left: 0;
}
.main-btn-rect:after {
  right: 0;
}
.main-btn-rect:hover:before, 
.main-btn-rect:hover:after{
  width: 50%;
}
.main-btn-circle{
	height: 40px;
	width: 40px;
	-webkit-border-radius: 50%;
	border-radius: 100%;
	line-height: 40px;
  -webkit-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.main-btn-circle:hover{   
  -webkit-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  -moz-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
}
.popup{
  position: fixed;
	top: 100%;
  width: 100%;
  height: 100%;
  z-index: 10001;
}

.popup-div label i{
    display: none;
}
.popup.active{
  top:0;
  background-color: rgba(3, 3, 3, 0.98); 
  transition: background-color .6s ,opacity .6s;
}
.popup .main-btn-rect{
  padding: 10px 50px;
}
.popup .popup-content{
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 568px;
  min-width: 320px;
  margin-top: 150px;
  padding: 25px;
  background-color: #FFFFF0;
  color: #070000;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transition: margin .6s;
  -webkit-transition: margin .6s;
  -moz-transition: margin .6s;
  -o-transition: margin .6s;
}
.popup.active .popup-content{
  margin-top: 0px;
}
.popup-content h6{
  display: table;
  font-size: 16px;
  text-align: center;
  margin: 10px auto;
  font-family: 'Roboto',sans-serif;
  text-transform: uppercase;
  font-weight: 100;  
}
.form-group{
	position: relative;
	width: 90%;
	margin: 0px auto;
}
.popup-div form input, .popup-div form textarea{
	position: relative;
	margin-bottom: 32px;
	width: 100%;
	height: 29px;
	font-family: 'RobotoLight', sans-serif;
	text-indent: 20px;
  background-color: transparent;
	outline: 0;
	border: none;
	border-bottom: 1px solid #070000;
	-webkit-transition: border 0.6s;
	-o-transition: border 0.6s;
	transition: border 0.6s;
}
.popup-div form input:focus,
.popup-div form textarea:focus{
	border-bottom: 1px solid rgb(63, 173, 168); 
}
.popup-div form label{
	position: absolute;
	top: 0;
	line-height: 28px;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
}
.popup-div form input:focus + label,
.popup-div form textarea:focus + label{
  color: rgb(63, 173, 168);
}
.popup-div form .txt{
	line-height: 22px;
	left: 2px;
}
.popup-div form .main-btn-rect {
	position: relative;
	display: block;
	padding: 12px 80px;
	margin: 0px auto;
	font-size: 14px;
}
.popup-div form .main-btn-rect i {
	margin-right: 5px;
}
.popup .fade-out{
  position: absolute;
  top: -20px;
  right: -20px;
  text-align: center;
  font-size: 15px;
}
.share-wrap{
	position: absolute;
  display: inline-table;
	top: 67%;
	left: 50%;
	transform: translate(-50%, -50%);
  padding: 15px;
  text-align: center;
}
.share-btn{
  color: #FFFFF0;
  padding: 7px 25px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 100;
  font-size: 14px;
  font-family:'Lobster', sans-serif;
  background-color: rgba(63, 173, 168, .8);
  text-transform: uppercase;
  border-radius: 5px;
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -moz-transition: background-color .5s;
  -o-transition: background-color .5s;
}
.share-btn:hover{
  color: #FFFFF0;
  text-decoration: none;
  background-color: rgba(63, 173, 168, 1.0);
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}
.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 2px;
}
.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 6px 9px;
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -moz-transition: background-color .5s;
  -o-transition: background-color .5s;
}
.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}
.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}
.resp-sharing-button__icon,
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}
.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}
.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}
.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}
.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}
.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}
.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}
@media only screen and (max-width: 768px){
  form#send .main-btn-rect {padding: 7px 60px; font-size: 14px;}
  .popup-btn{padding: 7px 60px; font-size: 14px;}
}

@media (max-width: 800px) {
    .popup-btn {
        padding: 7px 12px;
        font-size: 10px !important;
    }
    .main-btn-rect {
    line-height: 15px;
}
}

/*Logo Animation*/
      .ani {
        animation: fadeIn 1s ease-in forwards, growth 1s 1s ease-in forwards,
          fadeOut 1s 2s ease-out forwards,
          logoAnimation 500ms 3s ease-in forwards;

        width: 50px;
      }

      @keyframes fadeIn {
        0% {
          opacity: 0;
          transform: translateX(-50px);
        }
        20%,
        100% {
          opacity: 1;
          transform: translateX(0);
        }
      }

      @keyframes fadeOut {
        0% {
          opacity: 1;
        }
        20%,
        100% {
          opacity: 0;
          transform: translateX(4px);
        }
      }

      @keyframes growth {
        0% {
          transform: scale(1);
        }
        50% {
          transform: scale(1.5);
        }
        100% {
          transform: scale(1);
        }
      }

      @keyframes logoAnimation {
        0% {
          opacity: 0;
          transform: translateX(0);
        }
        100% {
          opacity: 1;
        }
      }
      
 /* text animation logo */
         .M {
            /*background-color: #11111175;*/
            padding: 10px 2px 1px 2px !important;
            border-top-left-radius: 15px;
            border-bottom-right-radius: 15px;
        }
        /*.ani-logo {*/
        /*    animation: blink 1s infinite;*/
        /*}*/
        .logo-section {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .ani-logo-text .base {
            padding: 2px 5px;
            margin-left: 7px;
        }
        
     
       @media (max-width: 500px) {
        .navbar .logo a {
          font-size: 20px !important;
        }
      }

             @media (max-width: 800px) {
            @keyframes fadeOut {
                0% {
                    opacity: 1;
                }
                20%,
                100% {
                    opacity: 0;
                    transform: translateX(4px);
                }
            }
            .base {
                margin-left: 5px !important;
            }
                    .main-header-mobile-email {
            border-top-left-radius: 0 !important;
        }
        .introcontainer .card img {
            min-height: 35vh !important;
        }
        #recent-projects {
            padding-top: 50px !important;
        }
        #recent-projects .recent-projects {
            margin-top: 15px !important;
        }
        #recent-projects .modal-content {
            width: 90% !important;
        }
        #recent-projects #details .button {
            bottom: 20px !important;
            padding: 5px !important;
        }
        #recent-projects #details i {
            bottom: 20px !important;
            font-size: 2rem !important;
        }
        #recent-projects #details p {
            font-size: 13px !important;
        }
             }
             
    /*Main header with social icon styles         */
    
    .main-header-location {
            padding: 5px;
        }
        
        .main-header-location .fa {
            padding: 5px;
            border-radius: 50%;
            color: #fff;
        }
        
        .main-header-location .fa-youtube-play {
            background-color: red;
        }
        
        .main-header-location .fa-facebook-official {
            background-color: #007bff;
        }
        
        .main-header-location .fa-instagram {
            background-color: #e83e8c;
        }
        
        .main-header-location .fa-whatsapp {
            background-color: #28a745;
        }
        
        .main-header-location .fa-pinterest-p {
            background-color: #dc3545;
        }
        
        .main-header-location .fa-linkedin-square {
            background-color: #17a2b8;
        }
        .main-header-mobile-email .row {
            margin-top: 5px;
        }

        }
        
        
        /*Floating Whatsapp Styling*/
        
        .hidden {
  display: none;
}

.sticky-button {
  position: fixed;
  background-color: #25d366;
  bottom: 7%;
  left: 20px;
  border-radius: 50px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 20;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.sticky-button svg {
  margin: auto;
  fill: #fff;
  width: 35px;
  height: 35px;
}

.sticky-button a,
.sticky-button label {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 55px;
  height: 55px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.sticky-button label svg.close-icon {
  display: none;
}

.sticky-chat {
  position: fixed;
  bottom: 70px;
  left: 20px;
  width: 320px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 21;
  opacity: 0;
  visibility: hidden;
}

.sticky-chat a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  color: #505050;
}

.sticky-chat svg {
  width: 35px;
  height: 35px;
}

.sticky-chat .chat-content {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.sticky-chat .chat-header {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  background-color: #25d366;
  overflow: hidden;
}

.sticky-chat .chat-header:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 75px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 70px 0 5px 0;
}

.sticky-chat .chat-header svg {
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  fill: #fff;
}

.sticky-chat .chat-header .title {
  padding-left: 15px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

.sticky-chat .chat-header .title span {
  font-size: 11px;
  font-weight: 400;
  display: block;
  line-height: 1.58em;
  margin: 0;
  color: #f4f4f4;
}

.sticky-chat .chat-text {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 20px;
  font-size: 12px;
}

.sticky-chat .chat-text span {
  display: inline-block;
  margin-right: auto;
  padding: 10px;
  background-color: #f0f5fb;
  border-radius: 0px 15px 15px;
}

.sticky-chat .chat-text span:after {
  content: "just now";
  display: inline-block;
  margin-left: 2px;
  font-size: 9px;
  color: #989b9f;
}

.sticky-chat .chat-text span.typing {
  margin: 15px 0 0 auto;
  padding: 10px;
  border-radius: 15px 0px 15px 15px;
}

.sticky-chat .chat-text span.typing:after {
  display: none;
}

.sticky-chat .chat-text span.typing svg {
  height: 13px;
  fill: #505050;
}

.sticky-chat .chat-button {
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding: 12px 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.sticky-chat .chat-button svg {
  width: 20px;
  height: 20px;
  fill: #505050;
  margin-left: auto;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
}

.chat-menu:checked + .sticky-button label {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.chat-menu:checked + .sticky-button label svg.chat-icon {
  display: none;
}

.chat-menu:checked + .sticky-button label svg.close-icon {
  display: table-cell;
}

.chat-menu:checked + .sticky-button + .sticky-chat {
  bottom: 90px;
  opacity: 1;
  visibility: visible;
}

/* Recent Projects */
        
        #recent-projects {
            display: flex;
            flex-direction: column;
            align-items: center;
            background-color: #f1f1f2;
            font-family: Roboto;
        }
        
        .recent-projects {
            margin-top: 50px;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            width: 80%;
        }
        
        #recent-projects .item {
            position: relative;
            float: left;
            overflow: hidden;
            margin: 10px 1%;
            min-width: 320px;
            max-width: 410px;
            width: 100%;
            text-align: center;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
            box-sizing: border-box;
        }
        
        .recent-projects .item:hover {
            cursor: pointer;
        }
        
        #recent-projects .item * {
            transition: all 0.35s ease-in-out;
        }
        
        #recent-projects img {
            max-width: 100%;
            vertical-align: top;
            height: 310px;
        }
        
        #recent-projects .item:hover img {
            opacity: 0;
        }
        
        #recent-projects .text {
            width: 80%;
            height: 90%;
            position: absolute;
            top: -100px;
            left: 10%;
            color: #f96;
        }
        
        #recent-projects .text h3 {
            color: black;
        }
        
        #recent-projects .item:hover .text {
            top: 20%;
        }
        
        #recent-projects .item:hover .button {
            bottom: 20%;
        }
        
        #recent-projects .item .button {
            position: absolute;
            bottom: -100px;
            left: 25%;
            width: 50%;
            border: 1px solid #111;
            padding: 15px;
            box-sizing: border-box;
            transition: all 0.3s ease-in-out;
        }
        
        #recent-projects .button:hover {
            background-color: #111;
            color: #F5F5F5;
        }
        /* Modal */
        
        #recent-projects .modal {
            display: none;
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.4);
        }
        
        #recent-projects .modal-content {
            background-color: #F5F5F5;
            margin: 5% auto;
            box-sizing: border-box;
            width: 650px;
            max-height: 100vh;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
        }
        
        #recent-projects .scale {
            animation: scale 0.5s;
            animation-fill-mode: forwards;
        }
        
        @keyframes scale {
            from {
                transform: scale(0);
            }
            to {
                transform: scale(1);
            }
        }
        
        #recent-projects #img {
            width: 100%;
            height: 350px;
        }
        
        #recent-projects #details {
            padding: 25px;
            text-align: left;
            position: relative;
            height: 264px;
            box-sizing: border-box;
            border-top: 1px solid #363638;
        }
        
        #recent-projects #details * {
            transition: all .3s;
        }
        
        #recent-projects #title {
            padding-bottom: 15px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }
        
        #recent-projects #details .button {
            position: absolute;
            width: 30%;
            background-color: #111;
            color: #F5F5F5;
            text-align: center;
            left: 25px;
            bottom: 35px;
            padding: 15px;
        }
        
        #recent-projects #details i {
            position: absolute;
            bottom: 30px;
            right: 25px;
            font-size: 3rem;
            color: #111;
        }
        
        #recent-projects #details .button:hover,
        i:hover {
            cursor: pointer;
            opacity: 0.8;
        }
        /* Close Button */
        
        #recent-projects .close {
            color: #aaa;
            font-size: 28px;
            font-weight: bold;
            position: absolute;
            right: 10px;
        }
        
        #recent-projects .close:hover,
        #recent-projects .close:focus {
            color: #363638;
            text-decoration: none;
            cursor: pointer;
        }
        
        #recent-projects .sec-title span {
            display: flex;
            justify-content: center;
            align-items: center;
        }      
        
        /*New Logo Animation Style*/
        .cssanimation, .cssanimation span {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.cssanimation span { display: inline-block }

.leRotateYZoomIn span { animation-name: leRotateYZoomIn }
@keyframes leRotateYZoomIn {
    from {
        transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
        opacity: 0
    }
    5% { transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg) }
}
@media screen and (max-width: 696px) {
    #govt-tender {
        transform: translateY(-10%) !important;
    }
}