@import "fonts.css";
@import "header.css";
@import "banner.css";
@import "overview.css";
@import "services.css";
@import "project.css";
@import "discount.css";
@import "subcribe.css";
@import "contact.css";

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 13px;
    font-family: "Averta";
}

a {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:hover {
    color: #fff;
}

.col5 {
    width: 50%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0;
}

.bold {
    font-weight: bold;
    font-family: "Averta-ExtraBold";
    color: #333;
}

.horizontal {
    display: flex;
    flex-direction: row;
}

.horizontal-center {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.full-horizontal {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.flex-1 {
    flex: 1;
}

.full-height {
    height: 100%;
}

/**/
.bg-primary {
    background: #ffd202;
}

.bg-secondary {
    background: #1e90ff;
}

.bg-dark {
    background: #000;
}

.whitePanelContainer {
    background: #fff;
}

.secondaryPanelContainer {
    background: yellow;
}


#copyrightContainer {
    height: 70px;
    display: flex;
    align-items: center;
}

.copyrightText {
    color: #fff;
}

.rowNoPading {
    margin-left: 0;
    margin-right: 0;
}

.rowNoPading > div[class*=col] {
    padding-left: 0;
    padding-right: 0;
}

.hotContactContainer {
    position: fixed;
    bottom: 100px;
    right: 40px;
    z-index: 9999999;
}

.hotContactContainer .hotContactBtn {
    margin-bottom: 30px;
    display: block;
    margin-bottom: 30px;
    display: block;

    border: 2px solid #fff;
    border-radius: 50%;
    background: #f00;
}

.hotContactContainer .hotContactBtn img {
    width: 64px;
    height: 64px;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

.commonWrapper {
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.commonWrapper .commonLeftWrapper,
.commonWrapper .commonRightWrapper {
    display: block;
    position: relative;
}

#bannerWrapper .bannerLeftContainer {
    background: #b4d6f9;
}

#bannerWrapper .placementBackground {
    background: #1e90ff;
}

@media (max-width: 1000px) {
    .hotContactBtn img {
        width: 42px !important;
        height: 42px !important;
    }

    .copyrightText {
        padding-left: 20px;
    }

    .hotContactContainer {
        right: 10px;
    }
}

@media (min-width: 768px) {
    .commonWrapper .commonLeftWrapper,
    .commonWrapper .commonRightWrapper {
        width: calc((100vw - 750px) / 2);
    }

    .commonCenterWrapper {
        width: calc(100vw - (100vw - 750px) / 2);
    }

    .bottomLeftContainer, .bottomRightContainer {
        width: calc((100vw - 750px) / 2);
    }

    .serviceLeftContainer {
        width: calc((100vw - 750px) / 2);
    }
}

@media (min-width: 992px) {
    .commonWrapper .commonLeftWrapper,
    .commonWrapper .commonRightWrapper {
        width: calc((100vw - 970px) / 2);
    }

    .commonCenterWrapper {
        width: calc(100vw - (100vw - 970px) / 2);
    }

    .bottomLeftContainer, .bottomRightContainer {
        width: calc((100vw - 970px) / 2);
    }

    .serviceLeftContainer {
        width: calc((100vw - 970px) / 2);
    }
}

@media (min-width: 1200px) {
    .commonWrapper .commonLeftWrapper,
    .commonWrapper .commonRightWrapper {
        width: calc((100vw - 1170px) / 2);
    }

    .commonCenterWrapper {
        width: calc(100vw - (100vw - 1170px) / 2);
    }

    .bottomLeftContainer, .bottomRightContainer {
        width: calc((100vw - 1170px) / 2);
    }

    .serviceLeftContainer {
        width: calc((100vw - 1170px) / 2);
    }
}

@media (min-width: 1500px) {
    .container {
        width: 1409px;
    }

    .commonWrapper .commonLeftWrapper,
    .commonWrapper .commonRightWrapper {
        width: calc((100vw - 1409px) / 2);
    }

    .bottomLeftContainer .bottomLeftBg {
        height: calc(400px / 3);
    }

    .bottomLeftContainer, .bottomRightContainer {
        width: calc((100vw - 1409px) / 2);
    }

    .serviceLeftContainer {
        width: calc((100vw - 1409px) / 2);
    }

    .serviceLeftContainer {
        background: #fff275;
    }

    #bottomContainer .commonRightWrapper {
        background: #ffd202;
    }

    #bottomContainer .commonRightWrapper .bottomPlacementBackground {
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 120px;
    }
}

.card-img {
    padding: 20px 0;
    width: 40%;
    margin: 0 auto;
}

.card-title {
    text-align: center;
}

.card-title p {
    color: rgb(29, 226, 226);
    font-weight: bold;
    font-size: 22px;
    margin-bottom: unset
}

.card-text p {
    color: grey;
    font-size: 25px;
    text-align: center;
    padding: 3vh 0;
    font-weight: lighter
}