body,h1,h2,h3,h4,h5,h6,html{
    margin:0
}
a{
    text-decoration:none !important;
    cursor:pointer
}
html{
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased
}
body,html,ul{
    padding:0
}
body,html{
    width:100%;height:100% !important;
    font-family: "Montserrat", sans-serif;
}

/* Header */
section.header {
    padding: 25px 0;
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 99;
}
section.header .row {
    display: flex;
    align-items: center;
}
.headerLogo img {
    width: 100px;
    height: 35px;
}
.headerMenu ul {
    margin-bottom: 0;
    text-align: right;
}
.headerMenu ul li {
    list-style: none;
    display: inline-block;
    margin-right: 25px;
    font-size: 16px;
}
.headerMenu ul li a {
    color: #6c6c6c;
}
li.active a {
    color: #77b75a !important;
    font-weight: 700 !important;
}

/* Header */
.carousel-inner .item {
    position: relative;
    height: 100vh;
}
.carousel-inner .item img {

}
.carouselContent {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0%;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
}
.carouselContentinner {
    padding-left: 5%;
}
.carouselContent h1 {
    color: #fff;
    padding-bottom: 5px;
}
.carouselContent h2 {
    color: #77b75a;
}

.carouselContent p {
    color: #fff;
    font-weight: 400;
    padding-top: 20px;
}

.carouselContent button {
    width: 160px;
    height: 45px;
    color: #77b75a;
    font-weight: 600;
    background-color: #fff;
    border-radius: 30px;
    border: 0;
}

.whyCdas {
    background-color: #f5f9fa;
    padding: 40px 0;
}
.whyCdasContent h1 {
    padding-bottom: 30px;
}
.whyCdasContentinner {
    display: flex;
}
.whyCdasContentinner img {
    width: 130px;
    height: 60px;
    padding-right: 20px;
}
.whyCdasContentinner h4 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.whyCdasContentinner p {
    padding-top: 10px;
}

.solutionsHeader {
    background-color: #89cb4f;
    height: 300px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 85px;
}
.solutionsHeader h1 {
    color: #fff;
    font-weight: 600;
}
.solutionsContent {
    padding: 60px 0;
}
.solutionsContentLeft p {
    font-size: 16px;
    line-height: 28px;
}

.solutionsContentRight h4 {
    font-weight: 700;
}
.solutionsContentRight ul  {
    margin-left: 18px;
}
.solutionsContentRight ul li {
    padding-top: 10PX;
}
.solutionsList {
    border: 1px solid #89cb4f;
    padding: 30px;
    border-radius: 15px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.solutionsList h4 {
    font-weight: 700;
}
.solutionsList p {
    padding-top: 10px;
    font-weight: 500;
}
.solutionsList a {
    color: #89cb4f;
    font-weight: 700;
}

.solutionsHeaderContact {
    flex-direction: column;
}
.solutionsHeaderContact p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.contactContentWrap {
    background-color: #f5f9fa;
    padding: 60px 0;
    text-align: center;
}
.contactContent {
    width: 80%;
    margin: 0 auto;
}
.contactAddress {
    padding: 40px 0;
    display: inline-block;
}
.contactAddressList img {
    padding-right: 20px;
    width: 110px;
    height: 60px;
}
.contactAddress .col-md-12 .row .col-md-6:first-child .contactAddressList {
    border-left: 0;
}
.contactAddress .col-md-12 .row .col-md-6:last-child .contactAddressList { 
    padding-left: 30px;
}
.contactAddressList {
    display: flex;
    text-align: left;
    border-left: 1px solid #d6d6d6;
}
.contactAddressList a {
    display: block;
    color: #000000;
    padding-bottom: 10px;
}
.AddressContent h4 {
    font-weight: 700;
    padding-bottom: 10px;
}
.getintouchWrap {
    background-color: #fff;
    padding: 30px;
}
.getintouchContent h4 {
    color: #000;
    font-weight: 700;
}
footer {
    background-color: #202125;
    padding: 60px 0;
}

footer h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 20px;
    font-size: 16px;
}

footer h5 {
    font-size: 14px;
    padding-bottom: 10px;
}

footer h5 a {
    color: #fff !important;
    font-weight: 200;
}
.mobileMenuWrap {
    display: none;
}
.harmburger img {
    width: 35px;
    height: 35px;
}
.mobileHeader {
    display: none;
}
@media(max-width:767px){ 
    section.header {
        display: none;
    }
    .carouselContentinner p br {
        display: none;
    }
    .carouselContentinner {
        padding: 0 15px;
    }
    .carousel-inner .item img {
        height: 100%;
        object-fit: cover;
        object-position: initial;
    }
    .whyCdasContentinner {
        margin-bottom: 30px;
    }
    footer {
        text-align: center;
    }
    footer .col-md-3 {
        margin-bottom: 20px;
    }
    footer img {
        width: 150px;
    }
    footer h3 {
        font-weight: 700;
        padding-bottom: 12px;
    }
    .contactAddressList {
        margin-top: 20px;
    }
    .contactAddress .col-md-12 .row .col-md-6:last-child .contactAddressList {
        padding-left: 0;
        border-left: 0;
    }
    .mobileHeader {
        position: fixed;
        width: 100%;
        z-index: 99;
        background-color: #fff;
        height: 80px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;
    }
    .mobileMenuWrap {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        background-color: #fff;
    }
    .mobileMenuWrap ul {
        text-align: center;
        padding-top: 50px;
    }
    .mobileMenuWrap ul li a{
        font-size: 30px;
        color: #000;
        font-weight: 600;
    }
    .mobileMenuWrap ul li {
        padding-bottom: 25px;
    }
    .mobileMenuClose {
        text-align: right;
        padding-right: 10px;
        padding-top: 20px;
    }
    .mobileMenuClose img {
        width: 45px;
        height: 45px;
    }
}