body,
html {
    font-family: , san-serif;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #000;
    width: 100% !important;
    height: 100% !important;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;

}

html {
    scroll-behavior: smooth;
}


container {
    width: 100%;
    max-width: 1920px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-left: 0;
    margin-right: 0;


}


.navbar {
    height: auto;
    background-color: #25408f;

}

#navbar li {
    padding: 8px;

    font-weight: 600;
    font-size: 1.3em;
}

.navbar a {
    color: #fff !important;
}

.navbar-brand img {
    max-height: 50px;
    padding-left: 0px;
    padding-bottom: 10px;
}

a:link {
    text-decoration: none !important;
}

a:visited {
    text-decoration: none;
}

.navbar a:hover {
    color: #999 !important;
}

.dropdown-menu {
    background-color: #25408f !important;
}

.dropdown-menu li > a {
    color: #fff !important;
    font-weight: 600;

}

.logo-column img {
    text-align: center;
    max-width: 40%;
    padding-top: 100px;

}

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.row {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px !important;
    padding-right: 0px !important;
    overflow-x: hidden;

}



.firstDiv {

    /* The image used */
    background-image: url(../img/caelin-background-1.jpg);
    max-width: 1920px;
    /* Full height */
    height: 600px;
    padding-bottom: 50px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;

}

.firstDiv img {
    margin: 0 auto;
    max-height: 275px;
}


.firstDiv h1 {
    text-align: end;
    font-weight: 600;
    color: #fff;
    font-size: 36px;
    margin-top: 200px;
    margin-bottom: 100px;
    padding-right: 25px;


}


.firstDivAlt {

    /* The image used */
    background-image: url(../img/field-background.jpg);
    max-width: 1920px;
    /* Full height */
    height: 600px;
    padding-bottom: 50px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 95%, 0% 75%);
}

.firstDivAlt img {
    margin: 0 auto;
    max-height: 275px;
}


.firstDivAlt h1 {
    text-align: center;
    font-weight: 600;
    color: #fff;
    text-shadow: #111 2px 2px 2px;
    font-size: 36px;
    margin-top: 200px;
    margin-bottom: 100px;
    padding-right: 25px;


}


.taa-button {
    margin-top: 30px;
    margin-bottom: 30px;
}

.secondDiv {
    margin-bottom: 150px;
}

.secondDiv h2 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 25px;
    font-weight: 600;
}

.thumbRow {
    max-width: 1200px;
    margin: 0 auto;
}

.serviceThumbnail {
    padding: 15px;
}


.serviceThumbnailInner {
    border: 1px solid #000;
    background-color: #d9d9d9;
    text-align: center;


}

.thumbImage img {
    margin: 0 auto !important;
    max-height: 200px;
    padding-top: 20px;
}

.thumbText h3 {
    font-weight: 600;
    color: #000;
}

.grow {

    transition: transform .2s;
    /* Animation */

}

.grow:hover {
    transform: scale(1.05);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


.thirdDiv {

    /* The image used */
    background-image: url(../img/caelin-background-2.jpg);
    max-width: 1920px;
    /* Full height */
    height: auto;
    padding-bottom: 50px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;

}

.thirdDiv img {
    margin: 0 auto;
    max-height: 275px;
}


.thirdDiv h2 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 25px;
    font-weight: 600;


}


.thirdDiv p {
    font-size: 18px;
}

.fourthDiv {
    margin-bottom: 150px;
}

.fourthDiv h2 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 25px;
    font-weight: 600;
}

.footerDiv {
    background-color: #000;
    padding-bottom: 50px;
    padding-top: 25px;
}

.footerDiv li a {
    font-weight: 600;
    color: #fff;
    font-size: 18px;

}

.footerDiv li {
    padding-bottom: 3px;
}

.footerLeft {
    text-align: ;
}

.footerRight {
    text-align: end;
}

.footerRight h3 {
    color: #fff;
    font-weight: 600;
}

.footerLogo img {
    margin: 0 auto !important;
    padding-bottom: 15px;
}

.copyrightDiv {
    text-align: center;
    color: #fff;
}

/*******************************************************************About CSS*************************/
.firstDivAbout {

    /* The image used */
    background-image: url(../img/about-background-2.jpg);
    max-width: 1920px;
    /* Full height */
    height: 600px;
    padding-bottom: 50px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;

}

.firstDivAbout img {
    margin: 0 auto;
    max-height: 275px;
}


.firstDivAbout h1 {
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 36px;
    margin-top: 200px;
    margin-bottom: 0px;
    padding-right: 25px;
}

.firstDivAbout p {
    color: #fff;
    text-shadow: 2px 2px #000;
    font-size: 18px;
    font-weight: 600;

}

/******************************************************************************************************/

.firstDivPage {

    /* The image used */
    background-image: url(../img/about-background.jpg);
    max-width: 1920px;
    /* Full height */
    height: 250px;
    padding-bottom: 150px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;

}

.firstDivTAA {

    /* The image used */
    background-image: url(../img/taa-compliant-badgeonflag.jpg);
    max-width: 1920px;
    /* Full height */
    height: 900px;
    padding-bottom: 150px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;

}

.firstDivTAA h1 {
    text-align: center;
    font-weight: 600;
    color: darkblue;
    font-size: 36px;
    margin-top: 125px;
    margin-bottom: 25px;
    padding-right: 25px;
}

.firstDivTAA p {
    color: #000;

    font-size: 16px;
    font-weight: 600;
}

.secondDivMarkets {

    /* The image used */
    background-image: url(../img/world-background-3.jpg);
    max-width: 1920px;
    /* Full height */
    height: 100%;
    background-color: #000;
    padding-bottom: 100px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;

}

.secondDivMarkets h1 {
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 36px;
    margin-top: 125px;
    margin-bottom: 25px;
    padding-right: 25px;
}

.secondDivMarkets p {
    color: #fff;

    font-size: 16px;
    font-weight: 00;
    text-shadow: 5px 5px #000;
}



.secondDivPage img {
    margin-top: 25px;
}

.secondDivPage h1 {
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 36px;
    margin-top: 50px;
    margin-bottom: 0px;
    padding-right: 25px;

}

.secondDivTAASpace {
    height: 3px;
    margin: 0 auto;
    background-color: darkblue;
    width: 100%;


}

.secondDivTAASpace {

    margin: 25px;


}


.secondDivKeyPartner {
    /* The image used */
    background-image: url(../img/handshake-background.jpg);
    max-width: 1920px;
    /* Full height */
    height: 100%;
    padding-bottom: 150px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.secondDivKeyPartner h1 {
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 36px;
    margin-top: 150px;
    margin-bottom: 50px;
    padding-right: 25px;

}

.partnerDiv img {
    max-height: 500px;
}

.partnerDiv h2 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.partnerDiv h3 {
    font-size: 22px;
    font-weight: 600;
}

.serviceDivBoxOuter {
    margin: 15px;
}

.serviceDivBox {
    margin-bottom: 20px;
}

.serviceDivBox img {
    max-height: 250px;
    margin: 0 auto;
}

.secondDivPartners {
    /* The image used */
    background-image: url(../img/background-medical.jpg);
    max-width: 1920px;
    /* Full height */
    height: 100%;
    padding-bottom: 150px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.dnaBack {
    /* The image used */
    background-image: url(../img/dna-background-light.jpg);
    max-width: 1920px;
    /* Full height */
    height: 100%;
    padding-top: 50px;
    padding-bottom: 150px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;

}

.dnaBack h4 {
    font-size: 24px;

}

.secondDivPartners h1,
.secondDivManu h1 {
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 36px;
    margin-top: 150px;
    margin-bottom: 50px;
    padding-right: 25px;

}

.thirdRowDiv img {
    max-height: 250px;
    margin: 0 auto;
    margin-bottom: 0px;
}

.thirdRowDiv h2 {
    font-size: 18px;
    margin-bottom: 23px;
    padding-top: 50px;
}

.thirdRowDiv {
    padding-bottom: 50px;
}

.headerText h2 {
    font-weight: 600;
    text-align: center;
    font-size: 28px;
}

.secondDivSpace {
    height: 3px;
    margin: 0 auto !important;
    background-color: darkblue;
    width: 50%;

}

.secondDivPage {
    margin-bottom: 50px;
}

.secondDivPage p {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 25px;
    font-weight: 600;
}

.secondDivManu {
    /* The image used */
    background-image: url(../img/background-medical.jpg);
    max-width: 1920px;
    /* Full height */
    height: 100%;
    padding-bottom: 150px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.secondDivManu p {
    font-size: 16px;
    text-align: center;
}

.iconText {
    text-align: center;
    font-size: 16px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.contactButtons {
    padding-bottom: 50px;
}

.serviceDivBoxOuter {
    margin: 15px;
}

.serviceDivBox2 {

    border: 1px #000 solid;
}

.checkBox {
    padding: 15px;
}

.checkBox span {
    color: darkblue;
}

.checkBox h3 {
    text-align: center;

}


@media only screen and (min-width: 768px) {

    .navbar-brand img {
        max-height: 40px !important;
        padding-left: 0px;
        padding-bottom: ;
    }

}

@media screen and (max-width: 600px) {


    .navbar-brand img {
        max-height: 35px !important;
        padding-left: 0px;
        padding-bottom: 10px;
    }

    .firstDiv {

        /* The image used */
        background-image: url(../img/caelin-background-1.jpg);
        max-width: 1920px;
        /* Full height */
        height: auto;
        padding-bottom: 50px;
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;

    }

    .firstDiv img {
        margin: 0 auto;
        max-height: 275px;
    }


    .firstDiv h1 {
        text-align: center;
        font-weight: 600;
        color: #fff;
        font-size: 36px;
        margin-top: 200px;
        margin-bottom: 100px;
        padding-right: 25px;
    }

    .footerDiv {
        background-color: #000;
        padding-bottom: 50px;
        padding-top: 25px;
    }

    .footerDiv li a {
        font-weight: 600;
        color: #fff;
        font-size: 18px;


    }

    .footerDiv li {
        text-align: center;
        padding-bottom: 3px;
    }

    .footerLeft {
        text-align: ;
        margin-left: 0px !important;
    }

    .footerRight {
        text-align: center;
    }

    .footerRight h3 {
        color: #fff;
        font-weight: 600;
    }

    .footerLogo img {
        margin: 0 auto !important;
        padding-bottom: 15px;
    }

    #firstDivID {
        max-width: 1920px;
        /* Full height */
        height: auto;
        padding-bottom: 50px;
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;

    }

    .secondDivKeyPartner {
        /* The image used */
        background-image: url(../img/handshake-background-10.jpg);
        max-width: 1920px;
        /* Full height */
        height: 100%;
        padding-bottom: 150px;
        /* Create the parallax scrolling effect */
        background-attachment: fixed;

        background-position:  !important;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }

    .secondDivKeyPartner h1 {
        text-align: center;
        font-weight: 600;
        color: #000;
        font-size: 36px;
        margin-top: 150px;
        margin-bottom: 50px;
        padding-right: 25px;

    }

    .secondDivKeyPartner p {
        text-align: center;
        font-weight: 600;
        color: #000;
        font-size: 14px;

        margin-bottom: 50px;
        padding-right: 0px;

    }

    .thirdDiv {

        /* The image used */
        background-image: url(../img/caelin-background-2.jpg);
        max-width: 1920px;
        /* Full height */
        height: auto;
        padding-bottom: 50px;
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;

    }

    .firstDivAlt {

        /* The image used */
        background-image: url(../img/field-background.jpg);
        max-width: 1920px;
        /* Full height */
        height: 700px;
        padding-bottom: 50px;
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
        clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 95%, 0% 75%);
    }

    .firstDivAlt img {
        margin: 0 auto;
        max-height: 275px;
    }


    .firstDivAlt h1 {
        text-align: center;
        font-weight: 600;
        color: #fff;
        text-shadow: #111 2px 2px 2px;
        font-size: 36px;
        margin-top: 100px;
        margin-bottom: 100px;
        padding-right: 0px;


    }

    .secondDiv {
        margin-bottom: 0px;
    }

    .secondDiv h2 {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 25px;
        font-weight: 600;
    }

}
