body,
html {
    font-family: "", 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;


}

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;
}

.forum-button {
    margin-bottom: 100px;
}



/******************************************    nav css   ****************************************************/



.navbar {
    height: auto;

}

.navbar p {
    padding: 0px;
}

.navbar li {
    padding-top: ;
    background-color: ;
}

.navbar a {
    font-weight: 600;
    font-size: 18px;
    color: #fff !important;
}

.nav.navbar-nav > li.active a {
    background-color: #fff !important;
    color: #000 !important;
}

.dropdown li {
    padding: 10px;
    text-align: center;
    font-weight: 600;
    background-color: #000;
}

.dropdown ul {
    padding: 0;
}

/******************************************    firstDiv css   ****************************************************/
.firstDivRow {
    background-image: url("../img/thumbnail_IMG_5617.jpg");
    max-width: 1920px;
    height: 100%;
    padding-top: 80px;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: ;
    border-bottom: 5px solid #000;
}

.firstDivRow p {
    font-size: 1.3em;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}

.firstDivRow h1 {
    margin-top: 35px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 2px #000;

}


.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;
    font-size: 3em;
    padding-top: 100px;
    text-align: center;
    text-shadow: 3px 3px 5px #000;


}

.vidDiv2 {
    padding: 0 !important;
    margin: 0 auto;
    max-width: 100%;
    height: 200px;

}

.vidDiv2 h1 {
    color: #fff;
    font-weight: 600;
    font-size: 3em;
    padding-top: 0px;
    text-align: center;
    text-shadow: 3px 3px 5px #000;


}

.joinButton a {
    background-color: dodgerblue;
    margin-bottom: 75px;
    margin-top: 10px;
    font-weight: 600;
    color: #fff;
    font-size: 1.5em;
    padding: 15px;

    text-align: center;
    align-content: center !important;
}



iconRow2 {
    margin-bottom: 100px;
    text-align: center;

}




.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;
}



/******************************************    end firstDiv css   ****************************************************/
.firstRowLinks {
    margin-bottom: 200px;
}

#type1 {
    background-color: ;
    padding-bottom: 50px;
}

#type2 {
    background: #66bb6a;
    padding-bottom: 50px;
}

#type3 {
    background: #ffa726;
    padding-bottom: 60px;
    position: relative;
}

#type4 {
    background: #78909c;
    padding-bottom: 50px;
}

.btn-1 {
    text-align: center;
    display: inline-block;
    padding: 15px 25px;
    border: 1px solid #000;
    cursor: pointer;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    margin: 0 15px;
    font-size: 1.4em;
    width: 100%;
}

.btn-1-OI {
    text-align: center;
    display: inline-block;
    padding: 1px 2px;
    border: 1px solid #000;
    cursor: pointer;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    margin: 0 px;
    font-size: em !important;
    margin-bottom: -30px;
}


.btn-1:before {
    content: "";
    position: absolute;
    height: 150px;
    width: 50px;
    background: #fff;
    left: -55px;
    top: -40px;
    transform: rotate(37deg);
    transition: all .3s;
    opacity: 0.3;
}

.btn-1:hover:before {
    left: 95%;
}

.btn-1 a {
    color: #000 !important;
    text-decoration: none !important;


}

.btn-1:hover {
    color: #000 !important;
    text-decoration: none;


}

.modal {
    border-bottom: 0px !important;
    border-image-width: 0px !important;
}


.modalImageGal img {
    max-height: auto;

}

/* Buton 1 bitti */

.btn-2 {
    text-align: center;
    display: inline-block;
    padding: 15px 40px;
    border: 1px solid #fff;
    cursor: pointer;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    margin: 0 20px;
}

.btn-2:before {
    content: "";
    position: absolute;
    height: 11px;
    width: 100%;
    background: #fff;
    left: 0;
    top: 0;
    transition: all .3s;
    opacity: 0.3;
}

.btn-2:hover:before {
    top: 77%;
}

/* Buton 2 Bitti */

.btn-3 {
    text-align: center;
    display: inline-block;
    padding: 15px 40px;
    border: 1px solid #fff;
    cursor: pointer;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    margin: 0 20px;
}

.btn-3:before {
    content: "";
    position: absolute;
    height: 11px;
    width: 100%;
    background: #fff;
    left: 0;
    bottom: 0;
    transition: all .3s;
    opacity: 0.3;
}

.btn-3:hover:before {
    bottom: 80%;
}

/* Buton 3 Bitti */

.btn-4 {
    text-align: center;
    display: inline-block;
    padding: 15px 40px;
    border: 1px solid #fff;
    cursor: pointer;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    margin: 0 20px;
}

.btn-4:before {
    content: "";
    position: absolute;
    height: 150px;
    width: 50px;
    background: #fff;
    right: -40px;
    top: -40px;
    transform: rotate(37deg);
    transition: all .3s;
    opacity: 0.3;
}

.btn-4:hover:before {
    right: 105%;
}

/* Buton 4 Bitti */

.btn-5 {
    text-align: center;
    display: inline-block;
    padding: 15px 40px;
    border: 1px solid #fff;
    cursor: pointer;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    margin: 0 20px;
}

.btn-5:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0;
    background: #fff;
    left: 0;
    bottom: 0;
    transition: all .3s;
    opacity: 0.3;
}

.btn-5:hover:before {
    width: 100%;
}

/* Buton 5 Bitti */

.btn-6 {
    text-align: center;
    display: inline-block;
    padding: 15px 40px;
    border: 1px solid #fff;
    cursor: pointer;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    margin: 0 20px;
}

.btn-6:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0;
    background: #fff;
    left: 100%;
    bottom: 0;
    transition: all .3s;
    opacity: 0.3;
}

.btn-6:hover:before {
    width: 100%;
    left: 0;
}

/* Buton 6 Bitti */

.btn-7 {
    text-align: center;
    display: inline-block;
    padding: 15px 40px;
    border: 1px solid #fff;
    cursor: pointer;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    margin: 0 20px;
}

.btn-7:before {
    content: "";
    position: absolute;
    height: 0;
    width: 100%;
    background: #fff;
    left: 0;
    top: 0;
    transition: all .3s;
    opacity: 0.3;
}

.btn-7:hover:before {
    height: 100%;
}

/* Buton 7 Bitti */

.btn-8 {
    text-align: center;
    display: inline-block;
    padding: 15px 40px;
    border: 1px solid #fff;
    cursor: pointer;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    margin: 0 20px;
}

.btn-8:before {
    content: "";
    position: absolute;
    height: 0;
    width: 100%;
    background: #fff;
    left: 0;
    bottom: 0;
    transition: all .3s;
    opacity: 0.3;
}

.btn-8:hover:before {
    height: 100%;
}

/* Buton 8 Bitti */

.btn-9 {
    background: #51A3B8;
    font-size: 20px;
    color: white;
    border-radius: 7px;
    box-shadow: 0 7px 0px #387796;
    display: inline-block;
    transition: all .2s;
    position: relative;
    padding: 20px 25px;
    position: relative;
    top: 0;
    cursor: pointer;
    margin: 0 20px;
}

.btn-9:active {
    top: 3px;
    box-shadow: 0 2px 0px #387796;
    transition: all .2s;
}

/* Buton 9 Bitti */

.btn-10 {
    background: #8d6e63;
    font-size: 20px;
    color: white;
    border-radius: 7px;
    box-shadow: 0 7px 0px #6d4c41;
    display: inline-block;
    transition: all .2s;
    position: relative;
    padding: 20px 25px;
    position: relative;
    top: 0;
    cursor: pointer;
    margin: 0 20px;
}

.btn-10:active {
    top: 3px;
    box-shadow: 0 2px 0px #6d4c41;
    transition: all .2s;
}

/* Buton 10 Bitti */

.btn-11 {
    background: #7986cb;
    font-size: 20px;
    color: white;
    border-radius: 7px;
    box-shadow: 0 7px 0px #3f51b5;
    display: inline-block;
    transition: all .2s;
    position: relative;
    padding: 20px 25px;
    position: relative;
    top: 0;
    cursor: pointer;
    margin: 0 20px;
}

.btn-11:active {
    top: 3px;
    box-shadow: 0 2px 0px #3f51b5;
    transition: all .2s;
}

/* Buton 11 Bitti */

.btn-12 {
    text-align: center;
    display: inline-block;
    padding: 15px 40px;
    cursor: pointer;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    margin: 0 20px;
}

.btn-12:before {
    content: "";
    position: absolute;
    width: 0;
    background: #fff;
    left: 45%;
    height: 2px;
    bottom: 0;
    transition: all .3s;
    opacity: 0.7;
}

.btn-12:hover:before {
    width: 100%;
    left: 0;
}

/* Button 12 Bitti */

.btn-13 {
    text-align: center;
    display: inline-block;
    padding: 15px 40px;
    cursor: pointer;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    margin: 0 20px;
}

.btn-13:before {
    content: "";
    position: absolute;
    width: 0;
    background: #fff;
    left: 45%;
    height: 2px;
    top: 0;
    transition: all .3s;
    opacity: 0.7;
}

.btn-13:hover:before {
    width: 100%;
    left: 0;
}

/* Buton 13 Bitti */

.btn-14 {
    text-align: center;
    display: inline-block;
    padding: 15px 40px;
    cursor: pointer;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    margin: 0 20px;
    border-bottom: 2px solid #fff;
}

.btn-14:before {
    content: "";
    position: absolute;
    width: 0;
    background: #fff;
    left: 45%;
    height: 2px;
    top: 0;
    transition: all .3s;
    opacity: 0.7;
}

.btn-14:hover:before {
    width: 100%;
    left: 0;
}

/* Buton 14 Bitti */

.btn-15 {
    text-align: center;
    display: inline-block;
    padding: 15px 40px;
    cursor: pointer;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    margin: 0 20px;
    border-top: 2px solid #fff;
}

.btn-15:before {
    content: "";
    position: absolute;
    width: 0;
    background: #fff;
    left: 45%;
    height: 2px;
    bottom: 0;
    transition: all .3s;
    opacity: 0.7;
}

.btn-15:hover:before {
    width: 100%;
    left: 0;
}


/******************************************    end firstDiv css   ****************************************************/
.headlineText {
    text-align: center;
    padding-bottom: 100px;
    font-weight: 600;
    padding-top: 100px !important;
    color: #fff;
}

.headlineText {
    background-image: url("../img/link-background.jpg");
    max-width: 1920px;
    height: 100%;

    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.headlineText2 {
    text-align: center;
    padding-bottom: 50px;
    font-weight: 600;

    color: #000;
}

.image {

    display: ;
    max-width: 100%;
    max-height: 100%;

}

#linksPageSpacer {
    min-height: 250px;
    padding: 100px;
}

/***
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #123f6d;
}

.hovercontainer:hover .overlay {
    opacity: 0.9;
}
***/

.hovercontainer {
    margin-bottom: 25px;
    border: 2px lightblue solid;
    height: 200px;
    border-radius: 35px;
    color: lightblue;
}

.hovercontainer .text {
    color: dodgerblue;
    margin-top: -10px !important;
}

.text {
    color: white;
    font-weight: 600;
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;

}


/******************************************    secondDiv css   ****************************************************/

.secondDiv {


    background-image: url("../img/pano2.jpg");
    max-width: 1920px;
    height: auto;

    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.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;
}

.innerSecondDiv {
    background-color: #fff;
    padding: 15px;
}

.innerSecondDivAbout {
    background-color: #fff;
    padding: 15px;

}

.innerSecondDivAbout h2 {
    padding-top: 75px;

}


.aboutus-subsection {
    padding: 15px;
}

.aboutus-subsectioninner {
    border: 1px solid dodgerblue;
    border-radius: 10px;
}


.aboutus-subsection h2 {
    color: #000 !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

/******************************************   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;
}

.thirdDivAbout {
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(201, 201, 201, 1) 60%, rgba(150, 150, 150, 1) 100%);
    padding-bottom: 250px;


}





.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          ******************************************************/

.footerFlag {
    max-height: 35px;
    padding: 3px;
    margin-left: 19px;
}

.sixthDiv {

    /* The image used */

    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;
}

.sixthDiv h2 {
    color: #146a9c;
    font-weight: 600;
}


.footerDiv {
    background-color: #123f6d;
    padding-bottom: 25px;

    border-top: 2px solid #d2ac47;
    background-position: bottom;
}

.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: #fff;
    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;
}

.panel {
    text-align: center;
    background-color: transparent;
    border: 0px;
    border-bottom: 0px !important;
}



.panel ul {
    list-style: none !important;

}

.panel li {
    line-height: 24px;
}

.panel-heading {
    background-color: transparent !important;
    border-bottom-width: 0px;
}

.owners-info {
    text-align: center;

}

.owners-info h2 {
    font-weight: 600;
    border-bottom: 1px lightblue solid;
    padding: 10px;
}

.ownerInputItem {
    margin: 15px;
    border: 1px #000 solid;
    border-radius: 15px;

}




.ownerInputItem img {

    margin-top: 15px;
    margin-bottom: 15px;
}

.ownerInputItem btn {}

.signature {
    margin: 0 !important;
    text-align: end;
    font-weight: 600;
}

.ownerInputItem p {
    margin-bottom: 0px;
    font-size: 12px;
}

.inputButton {
    margin-bottom: 15px;
}

/*************************************************************** Mobile CSS******************/

@media only screen and (min-width: 1800px) {
    .firstDivRow {
        background-image: url("../img/thumbnail_IMG_5617.jpg");
        max-width: 1920px;
        height: 700px;
        padding-top: 80px;
        background-attachment: fixed;
        background-position: right 0px bottom 150px;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: ;
        border-bottom: 5px solid #000;
        overflow: hidden;
    }

    #firstRowDiv {
        padding-top: 355px;

    }

    #firstRowDiv p {
        margin-top: -15px;

    }

    .firstDivRow p {
        font-size: 1.3em;
        color: #fff;
        text-shadow: 2px 2px 2px #000;
    }

    .firstDivRow h1 {
        margin-top: 35px;
        text-align: center;
        font-weight: 600;
        color: #fff;
        text-shadow: 2px 2px 2px #000;

    }

    .thirdDivAbout {
        background: #ffffff;
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(201, 201, 201, 1) 60%, rgba(150, 150, 150, 1) 100%);
        padding-bottom: 500px;


    }

}

@media only screen and (min-width: 768px) {}

@media screen and (max-width: 600px) {
    .navbar {
        height: 60px;

    }

    .navbar p {
        font-size: 14px;
        padding-top: 5px;
    }

    .navbar img {
        margin-left: 15px;
        margin-top: 10px;
    }

    .navbar-header button {
        margin-top: 10px;
        margin-right: 10px;


    }

    .navbar-toggle {
        background-color: #123f6d !important;


    }

    .navbar li {
        text-align: end !important;
        background-color: #222222;
    }

    #navbar {
        border-top: 0px;
        height: 100% !important;
        overflow-y: hidden;
    }

    .dropdown-toggle {
        background-color: #000 !important;
    }

    .firstDivRow {
        background-image: url("../img/thumbnail_IMG_5617.jpg");
        max-width: 1920px;
        height: 100%;
        padding-top: 120px;
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: ;
        border-bottom: 5px solid #000;
    }

    .firstDivRow p {
        font-size: 1.4em;
        color: #fff;
        text-shadow: 2px 2px 2px #000;
    }

    .firstDivRow h1 {
        margin-top: 35px;
        text-align: center;
        font-weight: 600;
        color: #fff;
        text-shadow: 2px 2px 2px #000;

    }


    .firstIcons {
        border-right: 0px;
        padding-bottom: 35px;
    }

    .footerDiv {
        background-color: #123f6d;
        padding-bottom: 25px;
        align-content: center;
        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;

    }

    .footerFlag {
        max-height: 35px;

        padding-bottom: 5px;
        margin: 0 auto !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;
    }

    .iconRow div {
        padding-bottom: 15px;
    }

    .vidDiv h1 {
        padding: 12px;
    }

    .vidDiv {
        padding: 0 !important;
        margin: 0 auto;
        max-width: 100%;

    }

}


/************************************GAllery CSS**********************************/
.gallery-title {
    font-size: 36px;
    color: dodgerblue;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}

.filter-button {
    font-size: 18px;
    border: 1px solid dodgerblue;
    border-radius: 5px;
    text-align: center;
    color: dodgerblue;
    margin-bottom: 30px;
    margin-top: 30px;

}

.filter-button:hover {
    font-size: 18px;
    border: 1px solid dodgerblue;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: dodgerblue;

}

.btn-default:active .filter-button:active {
    background-color: dodgerblue;
    color: white;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;

}

.galleryDiv {
    margin-top: 150px;
}
