body,
html {
    font-family: "bodoni-pt-variable", sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #000;
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;

}

container {
    width: 100%;
    max-width: 1920px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-left: 0;
    margin-right: 0;

}

.container-fluid {
    width: 100%;
    max-width: 1920px;
    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;
}

/******************************************    nav css   ****************************************************/

.navbar-brand img {
    max-height: 50px;
}

.navbar {
    height: 80px;
    background-color: #fff;
    border-bottom: 2px solid #123f6d;
}

.navbar li {
    padding-top: 20px;
    background-color: #fff;
}

.navbar a {
    font-weight: 800;
    font-size: 18px;
    color: #123f6d !important;
}

.nav.navbar-nav > li.active a {
    background-color: #123f6d !important;
    color: #fff !important;
}




/******************************************    firstDiv css   ****************************************************/
.firstDiv {


    background-image: url("../img/flag-background-20.jpg");
    max-width: 1920px;
    height: 100%;

    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.firstDiv h1 {
    color: #fff;
    font-weight: 600;
    padding-top: 200px;
    padding-bottom: 100px;
    text-align: center;
    text-shadow: 3px 3px 5px #000;


}

.firstDiv {
    align-content: center;
    text-align: center;
}

.vidDiv {
    padding: 0 !important;
    margin: 0 auto;
    max-width: 100%;
}

.vidDiv h1 {
    color: #fff;
    font-weight: 600;
    padding-top: 100px;
    text-align: center;
    text-shadow: 3px 3px 5px #000;


}


.goldButton {
    background-color: #d2ac47;
    margin-bottom: 75px;
    margin-top: 90px;
    font-weight: 600;
    color: #123f6d;
    font-size: 18px;
    padding: 10px;

    text-align: center;
    align-content: center !important;
}

.firstIcons {
    border-right: 3px solid #d2ac47;
}

.firstIconsR img,
.firstIcons img {
    max-height: 100px;
    margin: 0 auto;
}

.firstIconsR h3,
.firstIcons h3 {
    text-decoration: none !important;
    color: #123f6d;
    font-weight: 600 !important;
    font-size: 24px;
    margin-top: 0;

}

.firstIconsR a:hover,
.firstIcons a:hover {
    text-decoration: none !important;
}





.iconRow {
    margin-bottom: 100px;
    text-align: center;
}

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.05);
}

.home {
    height: 700px;
    position: relative;
    left: 0 !important;
    text-align: center;
}

video {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 600px;
    position: absolute;
    z-index: 1;
    left: 0 !important;
    max-width: 1920px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0);
}

.home-content {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 150px;
    color: #fff;
    z-index: 4;
}

.vidRow2 {
    padding: 0px;

    /* Full height */
}

.vidRow {
    padding-bottom: 0px;
    margin-bottom: 0px;
    background-image: url("../img/vid-background-1.jpg");
    height: 600px;
}

.background-logo img {
    z-index: -1 !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto !important;
    opacity: 0.4;

}

/******************************************    end firstDiv css   ****************************************************/

/******************************************    secondDiv css   ****************************************************/

.secondDiv {

    /* The image used */
    background-color: #fff;

    /* Full height */
    height: 100%;
    padding-bottom: 125px;
}

.secondDiv h2 {
    font-size: 2.5em;
    font-weight: 600;
    color: #123f6d;
    padding-top: 0px;
    padding-bottom: 50px;
    text-align: center;
}

.secondDiv p {

    font-size: 18px;
    color: #123f6d;

    padding-bottom: 50px;
    text-align: center;
}

.secondDivTeam {

    /* The image used */
    background-color: #fff;

    /* Full height */
    height: 100%;
    padding-bottom: 15px;
    overflow: hidden;
}

.secondDivTeam2 {

    /* The image used */
    background-color: #fff;

    /* Full height */
    height: 100%;
    padding-bottom: 15px;
    overflow: hidden;
}

.secondDivTeam h2 {
    font-size: 2.5em;
    font-weight: 600;
    color: #123f6d;
    padding-top: 100px;
    padding-bottom: 50px;
    text-align: center;
}

.headShotOuter {
    border: 2px solid #123f6d;
    border-radius: 10px;
}

.headShotInfo {
    text-align: center;

    padding-bottom: 20px;
    font-weight: 600;
}

.headShot {}

.headShot img {
    width: 50%;
    margin: 0 auto;
    padding: 10px 0 10px 0px;
}

.headShotInfo h3 {
    color: #123f6d;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px #555 solid;
}

.headShotInfo a {
    color: #123f6d;

}

.headShotInfo div {
    padding-bottom: 10px;
}

#bioDiv {
    padding-top: 15px;
    padding-bottom: 15px;
}

/******************************************   end secondDiv css   ****************************************************/

/******************************************    thirdtDiv css   ****************************************************/

.thirdDiv {

    /* The image used */
    background-image: url("../img/woodgrain-freedom.jpg");
    max-width: 1920px;
    /* Full height */
    height: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-bottom: 100px;
}

.thirdDiv h2 {
    font-size: 2.5em;
    font-weight: 600;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 50px;
    text-align: center;
}

.thirdDiv .serviceThumb {
    background-color: #fff;
    opacity: 0.8;
    color: #123f6d;

}

.serviceThumb h3 {
    font-weight: 600;
    margin: 0px !important;
    opacity: 1.0;
    color: #123f6d;

}

.serviceThumb p {

    margin: 0px !important;
    opacity: 1.0;
    color: #123f6d;

}

.serviceThumb img,
p {
    padding: 15px;
}

.serviceThumb a:hover,
.serviceThumb a:hover {
    text-decoration: none !important;
}

.outerServiceThumbDiv {
    padding: 15px;
}

/******************************************   end thirdtDiv css   ****************************************************/

/*********************************        start FrouthDiv          ******************************************************/
.fourthDiv {
    padding-bottom: 100px;
}

.fourthDiv h2 {
    font-size: 2.5em;
    font-weight: 600;
    color: #123f6d !important;
    padding-top: 100px;
    padding-bottom: 50px;
    text-align: center;
}

.fourthDiv .workThumb {
    background-color: #123f6d;
    opacity: 1.0;
    color: #fff;
    text-align: center;

}

.workThumb h3 {
    font-weight: 600;
    margin: 0px !important;
    color: #d2ac47;

}

.workThumb img,
p {
    padding: 15px;
}

.workThumb a {
    color: #fff !important;
}

.workThumb a:hover,
.workThumb a:hover {
    text-decoration: none !important;
}

.outerworkThumbDiv {
    padding: 15px;
}

.fourthDivWork {
    padding-bottom: 100px;

}

.fourthDivWork h3 {
    text-align: center;
    padding-bottom: 25px;
}

.fourthDivWork h2 {
    font-size: 2.5em;
    font-weight: 600;
    color: #123f6d !important;
    padding-top: 100px;
    padding-bottom: 50px;
    text-align: center;
}

.fourthDivWork .workThumb {
    background-color: #123f6d;
    opacity: 1.0;
    color: #fff;
    text-align: center;

}


/*********************************       end fourthDiv          ******************************************************/



.sixthDiv {

    /* The image used */
    background-image: url("../img/flag-background-20.jpg");
    max-width: 1920px;
    /* Full height */
    height: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-bottom: 100px;
}


.footerDiv {
    background-color: #123f6d;
    padding-bottom: 25px;

    border-top: 2px solid #d2ac47;
}

.footerLogo img {
    max-height: 150px;
    padding-top: 25px;
    align-content: center;
    margin: 0 auto;
}

.footerDiv h2 {
    padding-left: 38px;
    font-weight: 600;
    padding-top: 15px;
    color: #d2ac47;
    font-size: 24px;
}

.footerDiv ul {
    list-style: none;
    font-size: 18px;
    color: #fff !important;
}

.footerDiv a {
    color: #fff !important;
}

.footerDiv a:hover {
    color: #d2ac47 !important;
    text-decoration: none !important;
}

.rightFoot {
    text-align: end;
}

.sixthDiv,
.sixthDivContact {

    /* The image used */
    background-color: #fff;

    /* Full height */
    height: 100%;
    padding-bottom: 125px;
}

.sixthDiv,
.sixthDivContact h2 {
    text-align: center;
    padding-top: 25px;
    font-weight: 600;
    color: #123f6d;


}


.sixthDivContact {

    /* The image used */
    background-image: ;
    max-width: 1920px;
    /* Full height */
    height: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-bottom: 100px;
}

.sixthDivContact h3 {
    padding-bottom: 25px;
}

.mapDiv {
    padding: 0;
    margin-bottom: 20px;
}

.sixthDivContact a {
    font-size: 24px;
    text-decoration: none !important;
    color: #000;

}

.sixthDivContact i {
    color: #123f6d;

}

#contactLinks {
    padding-bottom: 20px;
}

.aboutRow {

    /* The image used */
    background-image: url("../img/commercial-brokerage-freedom-2.jpg");
    max-width: 1920px;
    /* Full height */
    height: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;

    background-repeat: no-repeat;
    background-size: cover;

    padding-bottom: 75px;
}

.firstDivAbout h1 {
    color: #fff;
    font-weight: 600;
    padding-top: 200px;
    padding-bottom: 75px;
    padding-left: 75px;
    text-shadow: 3px 3px 5px #000;


}

.firstDivAbout {}

.aboutImage {
    padding: 50px;
    overflow: hidden;
}

.aboutText {
    padding: 50px;
}

.aboutText h2 {
    font-weight: 600;
    text-align: center;
    color: #123f6d;
}

.aboutText p {
    font-size: 18px;
}

.visionMissionDiv {
    background-color: #123f6d;
    padding: 25px;
    color: #fff;
    text-align: center;

}

.visionDiv {
    border-right: 2px solid #fff;
}

.visionMissionDiv h2 {
    font-weight: 600;
    border-bottom: 1px solid gold;
    max-width: 50%;
    margin: 0 auto;

}

.missionDiv,
.visionDiv {
    padding-right: 50px;
    padding-left: 50px;
}

.firstDivCD {

    /* The image used */
    background-image: url("../img/consulting-freedom-2.jpg");
    max-width: 1920px;
    /* Full height */
    height: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-bottom: 75px;
}

.firstDivGB {

    /* The image used */
    background-image: url("../img/general-brokerage-freedom.jpg");
    max-width: 1920px;
    /* Full height */
    height: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-bottom: 75px;
}

.firstDivHR {

    /* The image used */
    background-image: url("../img/historic-redevelopment.jpg");
    max-width: 1920px;
    /* Full height */
    height: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-bottom: 75px;
}

.firstDivIS {

    /* The image used */
    background-image: url("../img/investment-sales-freedom.jpg");
    max-width: 1920px;
    /* Full height */
    height: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-bottom: 75px;
}

.firstDivList {
    /* The image used */
    background-image: url("../img/listing-background.jpg");
    max-width: 1920px;
    /* Full height */
    height: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-bottom: 75px;
}

.firstDivLS {

    /* The image used */
    background-image: url("../img/leasing-image-freedom-2.jpg");
    max-width: 1920px;
    /* Full height */
    height: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-bottom: 75px;
}

.firstDivCS {

    /* The image used */
    background-image: url("../img/storefront-freedom.jpg");
    max-width: 1920px;
    /* Full height */
    height: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-bottom: 75px;
}

/*************************************************************** Mobile CSS******************/

@media only screen and (min-width: 768px) {}

@media screen and (max-width: 600px) {
    .navbar {
        height: 90px;

    }

    .navbar img {
        margin-left: 15px;
        margin-top: 10px;
    }

    .navbar-header button {
        margin-top: 30px;
        margin-right: 25px;


    }

    .navbar-toggle {
        background-color: #123f6d !important;

    }

    .navbar li {
        text-align: end !important;
    }

    #navbar {
        border-top: 0px;
        height: 100% !important;
        overflow-y: hidden;
    }

    .dropdown-toggle {
        background-color: #fff !important;
    }

    .firstIcons {
        border-right: 0px;
        padding-bottom: 35px;
    }

    .footerDiv {
        background-color: #123f6d;
        padding-bottom: 25px;

        border-top: 2px solid #d2ac47;
    }

    .footerLogo img {
        max-height: 150px;
        padding-top: 25px;
        align-content: center;
        margin: 0 auto;
    }

    .footerDiv h2 {
        padding-left: 0px;
        text-align: center;
        font-weight: 600;
        padding-top: 15px;
        color: #d2ac47;
        font-size: 24px;
    }

    .footerDiv ul {
        list-style: none;
        padding-left: 0px;
        font-size: 18px;
        color: #fff !important;
        text-align: center;
    }

    .footerDiv a {
        color: #fff !important;

    }

    .footerDiv a:hover {
        color: #d2ac47 !important;
        text-decoration: none !important;
    }

    .rightFoot {
        text-align: center;
    }

    .home {
        height: 700px;
        position: relative;
        left: 0 !important;
        text-align: center;
    }

    video {
        object-fit: cover;
        position: absolute;
        width: 100%;
        height: 700px;
        position: absolute;
        z-index: 1;
        left: 0 !important;
        max-width: 1920px;
    }
}
